@ffkip911: with 50MB of free RAM we can do so much things
or if u want more u can make a swap loop partition in /sdcard.
I've just installed a fresh one 2011/03/22 and there is status on my phone :P
- Working: Auto backlight, keyboard (included led), fast Wifi, fast GPS, Performance look good with quick switch between applications, install app or update apps. I was use a small script to install all apks in backup folder:
Code:
for i in *.apk; do pm install $i; done
Some of them failed but almost installed and can run well.
I have copy some utils to /system/bin to help debug: bash, nano, rsync, busybox (already in /recovery) and 'w' command I made to check system load when do some test.
- Not work: Youtube, bluetooth and other things not tested yet
The annoying thing is: its very hard to enter recovery mode, I was tried to press & hold VOL UP when init script prompt, before & after that time all failed. Is there anyway to make it more easier? I think it can be done with shell trap, don't now if it can work in init environment. I'll try if have more free time.
--
Best regard!
Uoc Nguyen