|
||||
Wirelessly posted (Opera/9.80 (Android; Opera Mini/5.1.22460/23.411; U; en) Presto/2.5.25 Version/10.54)
Quote:
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
just remove "/bin" from the path in sysinit.rc and you should be golden. rootfs has a hack to run su from outside busybox. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Steps: 1. Go Here and get the newest Zip for Froyo. 2. Extract to you sdcard. 2.1. Install the included supersuer apk. 3. Mount system as rw: mount -o remount,rw /system 4. Remove the su in system/bin and system/xbin. 5. Copy the su included in the zip above to your system/bin folder. 6. chmod 4755 /system/bin/su 7. ln -s /system/bin/su /system/xbin/su 8. run TitaniumBackup and click on "Problem?" button to install BusyBox from App (Thanks m4f1050) Run Titanium Backup and you should be prompted by the Superuser app to allow access for Titanium backup. You will also have to update the busybox. This will work for now until we get full root access. Quote:
Also I think we should still leave the /bin path in the sysinit.rc, because that's what the xdandroid uses and we do not want to go too far from them... I'm still looking at not having to use superuser app... But I know the Vogue still uses it... I have not been able to find a su that works without it. I have tried the ones included in the rootfs and system/xbin with no luck.
__________________
Last edited by Lmiller1708; 03-15-2011 at 06:12 PM. Reason: Added step 2.1, m4f1050--> added step 8. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Well that makes sense. I will try that. I didn't realize the initrd had it's own /bin setup.
Titanium backup is still not asking for root in the manner SuperUser app notices. I'll try later tonight. I can get Clocksync and MarketAccess apps to work fine before. I pretty much did all those steps above except the sysinit.rc change. After the sysinit.rc change I didn't notice any difference. I'll restart and try if not well, I know I'm no expert. Last edited by coolsilver; 03-15-2011 at 09:17 AM. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Nate/lmiller: new recovery hopefully tonight. Backup and restore now work, only thing left is the advanced menu for fix permissions (fix userland perms), fix perms (for sys perms that lmiller wrote the script for). Not sure what else we would need but that's a good start right now. I guess if you need more you better learn how to use adb. I might just stub out the advanced features so we dont need to recompile when the scripts are done. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Before you commit the permissions stuff I have a updated one for you... About replimenu if we can just do everything in the recovery that is good enough. No need for two menu systems that do virtually the same thing. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
i vote don't care if we "have"/get to use superuser app, so let's just stick with using the app then. Werd to recovery, no use for replimenu fer sure, RIP replimenu....
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid.... |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Lmiller your instructions worked, but you need to do 2 things, 1 before the instructions (which is mount / as rw and remove /bin/su) and one after the instructions (do the BusyBox update from TitaniumBackup.)
Here is what I did: 1. adb shell 2. mount -o remount,rw / 3. rm /bin/su 4. (your instructions) 5. run TitaniumBackup and click on "Problem?" button to install BusyBox from App Thanks! |
This post has been thanked 1 times. |
|
|
|