rm -rf /usr/lib/python2.3 rm /usr/bin/py* echo "src unstable http://handhelds.org/feeds/unstable" > /etc/ipkg/unstable.conf ipkg -V 2 update ipkg -V 2 install ipkg ipkg -V 2 upgrade rm /etc/ipkg/unstable.conf ipkg install java1.3-libs ipkg install java1.3-base ipkg install java1.3-fonts ipkg install libxt ipkg install libstdc++2.10-glibc2.2 ipkg -V 2 install xserver-tiny-h3600 ipkg install xserver-kdrive-fbdev ipkg remove xserver-kdrive-fbdev ipkg install xserver-kdrive-fbdev
Maybe someone else wants to make a cleaner run?
Yes, I can do. I have a 3870 as well, flashed with the same pypaq. I did mostly the same steps but I installed instead of the java1.3-* packages in familiar, the blackdown tarball plus the additional-stuff (find them on ipkgfind). Then I had to run ldconfig to get around a libBrokenLocale* issue. To get AWT/SWING working I did the sames ugly steps done above in upgrading familiar to unstable, just indivual packages needed by java:
ipkg install libxt ipkg install libstdc++2.10-glibc2.2 ipkg install xserver-tiny-h3600 ipkg install xserver-kdrive-fbdev ipkg remove xserver-kdrive-fbdev ipkg install xserver-kdrive-fbdev
Swing and AWT works, I tried also the cool thinlet toolkit
If you need help I am 'puks' usually on #gpe, #opie, #handhelds.org
But how do I run Swing AWT on bootstrap version of Familiar Linux? Do I follow your steps? If so after that what do I do?