|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
i think its safe to say the recovery is 'stable'.
With that said im thinking of releasing the next kernel updates via update.tgz. This way no wipe is needed until the next major release. But since we can back up and restore with no probs now this isnt going to be a big issue. Im tacking some bugs so there will be plenty of updates.
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
I'll definitely test out your kernel release via update.tgz. Probably good to get that ironed out early. Also, there are still a handful of issues with the ROM's that I think we need to find some chef help on. Maybe stinebd might have some ideas on some of this too. I believe all of these are just ROM related things that should be fixable by someone who knows what they are doing: 1) We still don't have real root (despite having su and busybox in /system/bin and /system/xbin) 2) Data never works on first boot 3) App2sd doesn't work (may be root related) 4) Some applications refuse to install (but work on Haret) |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
2) data on first is worth a look. But since im restoring from my old backup, im never really firsr booting ..lol 3) that i have not tested. Will do tonight 4) need specifics. Each app writes to logcat as to why they cant install. Some even give you a list of things to fix |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
2) Same issue for me... (On Last Install) 3) Untested too.. 4) *birds will not install for me... Only SD app I have tried. This should also be added the install-seq.sh: Code:
# Fix build.prop for NAND sed -i 's/lib\/froyo/system\/lib/' /system/build.prop sed -i 's/210/240/' /system/build.prop # Remove system/etc/ppp folder... rm -R system/etc/ppp |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Haret users don't have to do anything like this, so that's why I'm wondering what we need to do to clean up the ROM. Also, I'm thinking we should toss spare parts into the ROM like Haret used to unless we want to change the value for the End key. Having no Home button is extremely annoying. As for the install-seq.sh, that is almost the same code as what I had when I was trying to fix up FRX06. I used @ symbols, but I like yours better. For the 210 to 240, I think we should add a little more to that so we don't mess up build values or anything like that. |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Yeah I was thinking about doing the same thing for the 210 to 240 version... I will leave it up to you. |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Also, anyone care to try this out for root? rm /system/xbin/su ln -s /system/bin/su /system/xbin/su |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
It should not matter if the su is in the xbin or system... or even linked... Since the path includes them both. |
|
||||
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
android does it the say way but with only one script. |
|
|
|