Author Topic: Look At What I Did :)  (Read 4408 times)

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Look At What I Did :)
« on: April 19, 2006, 01:33:11 pm »
i managed to create a mini rom of pdaxrom apps under xqt on sharp rom
its not as fast as native pdaxrom but allows me to use my fav pdaxrom apps under qtopia
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

lpotter

  • Sr. Member
  • ****
  • Posts: 450
    • View Profile
    • http://qtopia.net
Look At What I Did :)
« Reply #1 on: April 19, 2006, 01:59:12 pm »
and who ever said x apps couldn't be run on qtopia
Software Engineer, Systems Group, MES, Trolltech
irc.freenode.net #qtopia
http://qtopia.net

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Look At What I Did :)
« Reply #2 on: April 19, 2006, 02:33:26 pm »
time to start donating to pdaxrom team  
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

ShiroiKuma

  • Hero Member
  • *****
  • Posts: 900
    • View Profile
Look At What I Did :)
« Reply #3 on: April 19, 2006, 02:36:54 pm »
Quote
i managed to create a mini rom of pdaxrom apps under xqt on sharp rom
its not as fast as native pdaxrom but allows me to use my fav pdaxrom apps under qtopia
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123788\"][{POST_SNAPBACK}][/a][/div]
Can you explain how you did? And can we download it anywhere?

I assume it's not plain chroot, since I experimented with it and couldn't get over the display Xrender bug problems...
[span style=\'font-size:8pt;line-height:100%\']Das ganze tschechische Volk ist eine Simulantenbande.[/font][/span]
Militäroberarzt Bautze

Glorin

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
Look At What I Did :)
« Reply #4 on: April 19, 2006, 04:38:58 pm »
It can be run at all version CX000 ?
Sharp SL-C3000
PdaXroM
CF ethernet TRENDnet
SD Kingstone 1 Gb
One more from Russia :)

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Look At What I Did :)
« Reply #5 on: April 19, 2006, 06:52:44 pm »
I had to recompile a few libraries to make them compatible with the older glibc 2.2.2 and for that I had to build a compiler to do so as well. Couldn't get the native hard float compiler working on pdaXrom so I scavenged headers and package infos from it and retrofitted them into an older gcc compiler ripped from Pocketworkstation. Then updated all the gtk+, glib2, gnome, etc.. libraries on X/Qt to be the same version as pdaXrom. Finally, I am able to install apps from the xqt feed of pdaXrom and compile extra apps from sources that aren't available. Got xarchiver compiled too which was quite troublesome because the older gcc compiler needed strict c convention so I had to fix the code so it would compile whereas the native gcc 3.4.5 compiler on pdaXrom would just compile it without problems. If only I had a native cross compiler on pdaXrom to generate hardfloat binaries linked to glibc 2.2.2... I tried to build one but couldn't compile glibc and thus ended up rebuilding the gcc 2.95 compiler for Sharp ROM.
I had to do all this on my Zauri because those were my only Linux machines available for dev. All my other computers are Windoze based
I am planning on making squashfs/cramfs images available for this and they should work on other Zauri models too. In the past my X/Qt jumbo pack worked on all tthe other models as well. I have build support in for other models so in theory it should work, but testing will tell what happens in practice. The install script will detect the model and use the appropriate keyboard map and link in the corresponding xqt server for either default portrait or landscape display so it should work even on the 6000. I am also trying to make the apps start up in appropriate sizes to fit the screen which should be fine for 640x480 screens but need more work on the 480x640 ones.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

ShiroiKuma

  • Hero Member
  • *****
  • Posts: 900
    • View Profile
Look At What I Did :)
« Reply #6 on: April 20, 2006, 05:47:14 am »
Quote
...
I had to do all this on my Zauri because those were my only Linux machines available for dev. All my other computers are Windoze based
...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123829\"][{POST_SNAPBACK}][/a][/div]
Unbelievable, man! I really applaud you, this must've taken ages... I've done some compilation on the Z, and know how frustrating it is, especially when it bombs out after hours of compilation, and you have to go, fix one little thing and start it again... Wow...
[span style=\'font-size:8pt;line-height:100%\']Das ganze tschechische Volk ist eine Simulantenbande.[/font][/span]
Militäroberarzt Bautze

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Look At What I Did :)
« Reply #7 on: April 20, 2006, 09:34:56 am »
Quote
Quote
...
I had to do all this on my Zauri because those were my only Linux machines available for dev. All my other computers are Windoze based
...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123829\"][{POST_SNAPBACK}][/a][/div]
Unbelievable, man! I really applaud you, this must've taken ages... I've done some compilation on the Z, and know how frustrating it is, especially when it bombs out after hours of compilation, and you have to go, fix one little thing and start it again... Wow...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123879\"][{POST_SNAPBACK}][/a][/div]

yeh it took ages to compile, hours and hours of compilations. luckily I have two Zauri so I could always do something else like browse the forums while one of the zauri was busy compiling. now i have to recompile a few packages because i found a problem with the compiler when i tried to build stardict... at least i managed to get transparency and background image support working on xqt. have to stick with fluxbox though until i get openbox compiled which is going to be a nightmare since the code is not fully compliant to the strict 2.95 compiler...
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K