Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - daemon1

Pages: 1 2 [3] 4 5 6
31
Mac Issues / Sync Ical And Ko/pi In Mac Osx 10.4 (tiger)
« on: July 16, 2005, 01:23:02 am »
we're a bit stuck with tiger and the z syncing.... the guys over at dsitri are working on a new zmacsync version that will use isync to sync the z but I don't know when that is due to be released.

ive got a more complicated problem... im looking to get lotus notes sync with ical then ical synced with the z...

for notes im looking at lipsync but need some more time to play around with it... as for ical.... im also looking at doing it with ko/pi and publishing the calendars with webdav...

will let you know as soon as i get some time to make it happen...

32
Software / Kino2 And Zplayer Question
« on: July 14, 2005, 05:43:05 pm »
have a look at what i discovered when looking into this

https://www.oesf.org/forums/index.php?showt...c=13385&hl=divx

33
Zaurus - pdaXrom / Rosetta
« on: July 10, 2005, 09:22:50 pm »
ive managed to install most of the libraries... found the mostly in pdaX-1.0.5-SD archive.... only missing

/opt/QtPalmtop/lib/libfontconfig.so.1.0

does anyone have a copy of that somewhere?

34
C1000/3x00 General discussions / Mpeg4 Video On C1000
« on: June 23, 2005, 08:38:08 pm »
Quote
1. does anyone play mpeg4 video smootly on C1000?
2. which player are you using?
3. what's the resolution then? 640x480 or 320x240?
4. what's the encoding setting e.g. frame/sec, audio quality and the video size finally
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

have a look at [a href=\"https://www.oesf.org/forums/index.php?showtopic=13385&hl=]https://www.oesf.org/forums/index.php?showtopic=13385&hl=[/url]

35
C1000/3x00 General discussions / Divx Encoding For The Z
« on: June 21, 2005, 03:19:04 am »
<accidently posted into general discussion area, but wanted it in here>
hi everyone,

been trying for the last 2 days to find the best encoding and resolution for the zaurus to play divx's nicely...
(this has been done on a c3000)

firstly you need to use tetsu 18a kernel with bvdd iwxmmt and mplayer 1.1.5 from atty.jp

I've tried to sqeeze movies down the smallest possible size whilest having an acceptible quality. in my trials ive tried the following on the same divx.

Code: [Select]
mencoder -cache 4000 -vf scale,expand=0:-60 -zoom -xy 320 -ffourcc XVID -oac lavc -lavcopts acodec=mp2:abitrate=48 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=448 -ofps 25 -sws 2 ./input.avi -o ./output.avi

Output.avi = 233507436bytes small widescreen
"mencoder -vf dsize=640:480,scale=320:240,expand=0:-60  -sws 2 -o Output2.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect
-ofps 23.976"

"mencoder -vf dsize=640:272,scale=320:136,expand=0:-104 -sws 2 -o Output1.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect
-ofps 23.976"

mencoder xxxxi -vf scale,expand=0:-60  -zoom -xy 320 -sws 2 -o Output3.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

yyyy64.avi =  169408660bytes
mencoder xxxx -oac copy -srate 24000 -vop scale=320:240 -o yyyy.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=64 -ofps 20 -sws 2

yyyy96.avi
mencoder xxxx -oac copy -srate 24000 -vop scale=320:240 -o yyyy.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96 -ofps 20 -sws 2

Output2.avi - no lame
mencoder xxxxx -vf dsize=640:480,scale=320:240,expand=0:-104 -sws 2 -o Output4.avi -oac copy -srate 24000 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect  

mencoder xxxxx -vf dsize=640:480,scale=320:240,expand=0:-60 -sws 2 -o Output5.avi -oac copy -srate 24000 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

with lame
mencoder xxxxx -vf dsize=640:480,scale=320:240,expand=0:-104 -sws 2 -o Output6.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

best one??
mencoder xxxx -vf scale,expand=0:-60  -zoom -xy 320 -sws 2 -o Output7.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

mencoder xxxxx -vf scale,expand=0:-60 -zoom -xy 320 -sws 2 -o Output8.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96



this will work???
mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=640:480 -o output9.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output10.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96 -ofps 20 -sws 2


tries...
mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output11.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output12.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output13.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output14.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output15.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output16.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output17.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vbitrate=200 -ofps 20 -sws 2

along the way found a weird thing, the :autoaspect breaks bvdd and doesnt play any avi anymore... reboot is needed to fix the problem...

to play the movie you need to add "-vm -vo bvdd -fs output.avi" either manually in terminal or in kino2 or zplayer options.

anyway after painstakingly encoding all the options above... found the best one, which makes the movie full screen, sound in sync, good clear resolution and an acceptable size = 200MB down from 704MB... and the winner is...

<updated the post - found a better encoding to make the files even smaller - doesnt use lame for audio>
Code: [Select]
mencoder xxxx -oac copy -srate 24000 -vop scale=320:240 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vbitrate=100 -ofps 20 -sws 2 -o xxxxxx.avi
try it with your movies and let us know how it goes....

36
General Discussion / Divx Encoding For Z
« on: June 21, 2005, 03:14:23 am »
hi everyone,

been trying for the last 2 days to find the best encoding and resolution for the zaurus to play divx's nicely...
(this has been done on a c3000)

firstly you need to use tetsu 18a kernel with bvdd iwxmmt and mplayer 1.1.5 from atty.jp

I've tried to sqeeze movies down the smallest possible size whilest having an acceptible quality. in my trials ive tried the following on the same divx.

Code: [Select]
mencoder -cache 4000 -vf scale,expand=0:-60 -zoom -xy 320 -ffourcc XVID -oac lavc -lavcopts acodec=mp2:abitrate=48 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=448 -ofps 25 -sws 2 ./input.avi -o ./output.avi

Output.avi = 233507436bytes small widescreen
"mencoder -vf dsize=640:480,scale=320:240,expand=0:-60  -sws 2 -o Output2.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect
-ofps 23.976"

"mencoder -vf dsize=640:272,scale=320:136,expand=0:-104 -sws 2 -o Output1.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect
-ofps 23.976"

mencoder xxxxi -vf scale,expand=0:-60  -zoom -xy 320 -sws 2 -o Output3.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

yyyy64.avi =  169408660bytes
mencoder xxxx -oac copy -srate 24000 -vop scale=320:240 -o yyyy.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=64 -ofps 20 -sws 2

yyyy96.avi
mencoder xxxx -oac copy -srate 24000 -vop scale=320:240 -o yyyy.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96 -ofps 20 -sws 2

Output2.avi - no lame
mencoder xxxxx -vf dsize=640:480,scale=320:240,expand=0:-104 -sws 2 -o Output4.avi -oac copy -srate 24000 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect  

mencoder xxxxx -vf dsize=640:480,scale=320:240,expand=0:-60 -sws 2 -o Output5.avi -oac copy -srate 24000 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

with lame
mencoder xxxxx -vf dsize=640:480,scale=320:240,expand=0:-104 -sws 2 -o Output6.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

best one??
mencoder xxxx -vf scale,expand=0:-60  -zoom -xy 320 -sws 2 -o Output7.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=200:autoaspect

mencoder xxxxx -vf scale,expand=0:-60 -zoom -xy 320 -sws 2 -o Output8.avi -oac mp3lame -lameopts preset=96:mode=0:vol=10 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96



this will work???
mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=640:480 -o output9.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output10.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=96 -ofps 20 -sws 2


tries...
mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output11.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output12.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output13.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output14.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output15.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output16.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:vbitrate=96 -ofps 20 -sws 2

mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output17.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vbitrate=200 -ofps 20 -sws 2

along the way found a weird thing, the :autoaspect breaks bvdd and doesnt play any avi anymore... reboot is needed to fix the problem...

to play the movie you need to add "-vm -vo bvdd -fs output.avi" either manually in terminal or in kino2 or zplayer options.

anyway after painstakingly encoding all the options above... found the best one, which makes the movie full screen, sound in sync, good clear resolution and an acceptable size = 230MB down from 704MB... and the winner is...

Code: [Select]
mencoder xxxx -oac mp3lame -lameopts preset=96:mode=0:vol=10 -srate 24000 -vop scale=320:240 -o output17.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vbitrate=200 -ofps 20 -sws 2
try it with your movies and let us know how it goes....

37
C1000/3x00 Hardware / Cf To Pc Card Adapter
« on: June 18, 2005, 10:34:55 pm »
i got one back in 2002 and have used it with an sl5500 without any probs since.. the main card i used it with was a dlink pcmcia wireless card...but have tried with an orinoco and an ne2000 netword card. only had to change configs to load correct modules for the cards..

apart from that it all works ok for me... my understanding is pcmcia and cf have direct pin to pin mapping, only diff is the size of the cards and connectors... so thoeretically any pcmcia should work ok.

38
C1000/3x00 Hardware / Help In My C1000/c3000 Decision!
« on: June 18, 2005, 04:12:11 am »
Quote
Hi Jason,

I am a recent owner of the SLC3000, and a complete novice when it comes to the Linux OS, although very familiar with the windows pocket pc environment.  In particular, I need to be able to synchronize my outlook contacts, calendar, tasks and notes to this unit.  First the PIM program on this unit is really poor.  Second, I have yet to really be able to successfully synchronize.  I either get a message stating there's an incorrect value and the synchronization stops, or, most recently and more often, I seem to get a PC link error when attempting to synchronize -- and when checking in the device manager of the host computer, I no longer see either driver for the unit, even though I know I installed them both -- because I was able to communicate at one time previously in order to synchronize.
You mentioned something about the OZ 3.53 image file.  What is this and does this fix my problem?  Also, I am not able to use my Socket Low Power WLAN CF wireless card because I can't seem to get the unit to recognize the card.  Could you possibly help me with all this?  I'm frustrated by it all -- so much so, that I'm thinking seriously that if I can't get my issues with this unit resolved, then I will either return to using my IPAQ 4705 pocket pc or try to find a way of reformating or repartitioning the SLC3000 and loading the pocket pc operating system in the Sharp unit so I can instead use the PPC environment and sync using active sync.
Thanks.
Jenn
[div align=\"right\"][a href=\"index.php?act=findpost&pid=79513\"][{POST_SNAPBACK}][/a][/div]

hey dont give up yet!!!

openzaurus 3.5.3 is located at openzaurus.org... the c3000 version is quite new and i havent tried it yet, so cant say how good or bad it is...

for syncing, i remember reading that the SL 6000 english opie desktop works ok with the c3000... this can be downloaded from one of sharp's sites..

for your card, a lot of people have that card and it seems to work ok... are you 100% sure the card is not faulty? if not, then in terminal, type "cardctl ident" to see what card it is recognised... once you have the manufacturer id (manfid) and card it you can enter it into /etc/pcmcia/wlan-ng.conf

the next time you insert your card, it'll identify the id and load the correct driver for it.

you should post a new thread detailing your problems and we can all help to make it work!!

39
General Discussion / Software Archive For The Zaurus
« on: June 18, 2005, 12:42:45 am »
would like to add a suggestion for the improved site

a versiontracker like interface with screenshots, links to developers site, user comments and sub sections for each hardware and rom

40
can use gprs which is faster than connecting to your dialip isp..

most phones these days have the AT command set built in... you can connect to them via infrared or bluetooth... if you dial into your isp you can get data at around 9600bps or alternatively use your carrier's "isp" by using gprs roughly at 56000-115200bps.

in my experience the speeds are perfectly acceptible using gprs and very handy to use your z almost anywhere to connect to the net.

ive set up how to do it using c3000 and bluetooth via se630 phone www.neoresearch.org/gilbert/zaurus.html

41
C1000/3x00 General discussions / Hd On 3100
« on: June 16, 2005, 12:57:06 am »
Quote
According to Dynamism it's going to have VGA out.   

VGA out+USB mouse and keyboard==full laptop replacement.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

they said the same thing for the 3000... the optional vga out is the compact flash card that conics also sells [a href=\"http://conics.net/shp/pda/zaurus-sl-c700/cfxga/]http://conics.net/shp/pda/zaurus-sl-c700/cfxga/[/url]

42
Sharp ROMs / Tkc Rom, Bluethooth And Ambicom Bt Card
« on: June 11, 2005, 10:52:13 pm »
OttoAcuna,

have a look at http://www.neoresearch.org/gilbert/zaurus.html

from what i found, the infrared on sonyericsson and maybe ericsson phones is a little different to the standard.... so i used it with a bluetooth card and has been working without any problems... all of it was done on a c3000, but i also have a sl5500 running tkcrom 2.0 alpha3.... and would imagine it would work with that aswell...although havent tried it yet..

43
C1000/3x00 General discussions / New Mplayer
« on: June 09, 2005, 11:37:26 am »
ok got it sorted!  

# modprobe bvdd

# mplayer -vm -fs -vo bvdd demo-nemo-on-sd.avi

using tetsu 18a kernel, new mplayer iwmmxt 1.1.5, bvdd 0.4 and libsdl, libmad from zports.sf.net, libvorbisdec1 from zaurususergroup.org/feed

this also worked with kino2 and zplayer 0.1 by putting the same switches as above in the preferences...

try it with http://webpages.charter.net/cresho/demo-nemo-on-sd.avi
sound and video are full screen, all in sync and all at the right speed fps....  

44
C1000/3x00 General discussions / New Mplayer
« on: June 09, 2005, 09:53:34 am »
Quote
actually it is working  its just hitting the end of file. mabey your file is corupt or mplayer interprets it wrong

mplayer still works without acess to the rtc, it falls back to a software one i belive (dont quate me on that)

i would say that it might be a mplayer-arm issue, try mplayer on your pc and see if it does the same thing
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83519\"][{POST_SNAPBACK}][/a][/div]
hey da blitz, thanks for the info, the avi works ok if i do a straight mplayer file.avi, it plays it at 320x200 sideways and to the left of the screen...  

it seems the case for all types of avis.... they just dont want to play fullscreen.... the demo_nemo avi i got from the forums to test out

45
C1000/3x00 General discussions / New Mplayer
« on: June 09, 2005, 07:24:18 am »
hmm.. this isnt working for me.. im running tetsu 18a kernel...installed the newbvdd and mplayer ivmmxt and am using libsdl, libmad from zports.sf.net

getting the following errors..
running as user as well as root..

Quote
MPlayer 1.0pre7-3.4.2 © 2000-2005 MPlayer Team
 for Zaurus 1.1.5 © 2004-2005 AGAWA Koji (atty)
CPU: ARM
CPUflags: iWMMXt

85 audio & 196 video codecs
CommandLine: '-vo' 'bvdd'  '-fs' 'demo-nemo-on-sd.avi'
Failed to open /dev/rtc: Device or resource busy (it should be readable by the user.)
Playing demo-nemo-on-sd.avi.
AVI file format detected.
VIDEO:  [DIV3]  320x240  24bpp  13.000 fps  273.6 kbps (33.4 kbyte/s)
==========================================================================
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 20000->192000)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==========================================================================


Exiting... (End of file)

# ls -la /dev/rtc
crw-r--r--    1 root     root      10, 135 Feb 14 16:56 /dev/rtc

any ideas?

Pages: 1 2 [3] 4 5 6