View Single Post
  #2028 (permalink)  
Old 03-23-2011, 07:20 AM
Lmiller1708's Avatar
Lmiller1708
Flashaholic!
Offline
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by tiger2wander View Post
@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

TO ALL: BEST way to get into Recovery mode is to hold the Center of the screen during boot...
__________________
Reply With Quote
This post has been thanked 1 times.