View Single Post
  #2025 (permalink)  
Old 03-23-2011, 03:31 AM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

@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
__________________
Reply With Quote