|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Use search, there's a thread dedicated to BT. Kernel fixes are there, but buggy and userland fixes need to still be employed to route audio correctly. Really do hate when people say the project is dead when it is far from it... |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
__________________
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
I tried in the past to embed the recovery in the initrd, but its simply too big. This is a potential solution if we use LK, but we are too far from that right now. Another temporary option is to build a small recovery kernel( make a new defconfig) and just disable all the unneeded options. If we can bring the kernel down to 1 meg, then recovery can fit fine in intrd. We just need a kernel to help us hop into the real kernel.. im open to ideas, this is new grown for all of us. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Also, I just built the latest kernel/modules and installed. I am unable to get data working, but I have not tried the new RIL in the GSM folder. Wasn't sure if that was for GSM only or if that was required with the new kernel also. Yesterday, I wasn't able to get service with the kernel I compiled, so at least I have that this time. I'll be testing out neopeek's idea for moving -d /dev/smd0 arg to build.prop next. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Also, I just stuck the recovery.tgz in the root of initrd.gz, had init check for /recovery/init.recovery, if not found, extract recovery from /recovery.tgz, and boot into recovery. So, with that done, now we don't need recoveryinstall.tgz on the sdcard, and you don't even need a sdcard to get into recovery... The NBH ends up being 5 MB if you leave recovery in the tgz, and from what I can tell, Android is booting up and working just fine with the increase in size. Last edited by natemcnutty; 03-25-2011 at 05:15 PM. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
anyways this is huge bro. I have what i call "oem_recovery" its a stripped down recovery for just installs and some basics. I planned to deploy this with the intrd in the past but i couldnt get it to work sounds like you did so ill get Anyways if this is working, then i say we have a success on or hands.. if you are using the new ril then you will be forced cdma by default. You can check on a logcat -b radio to make sure cdma is being used and not gsm. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Note, we still need to change the button mappings in recovery. Right now, I just changed the one value in the gpiokeys to be home instead of power, and I commented out the navipad. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
OK, here is the new test NBH with the androidupdate.tgz. To make sure there is no funny business, please do the following:
Make sure recoveryinstall.tgz is removed from /sdcard/andboot Put androidinstall.tgz and androidupdate.tgz in /sdcard/andboot Flash the NBH Do NOT touch the phone and watch to make sure it boots straight into recovery Once in recovery, install like you normally would This method is absolutely sexy! If recovery is ever corrupted for some reason, you can restore the original recovery by simply deleting init.recovery from the root http://dl.dropbox.com/u/11790134/recoverytest.zip Edit: Data does not work on first boot, but appears to work fine after a reboot! Last edited by natemcnutty; 03-25-2011 at 06:13 PM. |
|
|
|