|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
SIM in or out on this??
__________________
You light 'em! We fight 'em!! http://forum.ppcgeeks.com/2035849-post9743.htmlNet speed tweak by me and kozmo---give him a big "thank you" |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
god i want to switch to nand but the 3.5mm is the only thing that is stopping me. i cant wait till we have that because i really want to wipe WinMo off my rhod400.
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
system should have its own su. This way we dont need to link anything from data. Thats what all these roots do anyways, just look at the real root for nexus one Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system rm /system/xbin/su rm /system/bin/su cat /superboot/su>/system/xbin/su chmod 4755 /system/xbin/su cat /superboot/Superuser.apk>/system/app/Superuser.apk mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system fu8k the querty.. ill look into that.. Sucks you still have no data. No luck enabling wifi and trying to telnet or something? lets get creative :-p
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also Nate Make sure you have etc/ppp linked to data/ppp. Then either reboot or restart your RIL. And it should pop right up. I think this should be added to the install-seq.sh script. Just tested my GPS and it works great. But be patient... Very patient...
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
So we just need this in the install script, right? Code:
ln -s /data/etc/ppp /system/etc/ Edit: Clarification, we do not have /etc mounted during init or the install-seq.sh. I believe it gets mounted in sysinit.rc which I guess we could symlink in there for ppp. Last edited by natemcnutty; 03-08-2011 at 10:37 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Hard for nate to do anything without adb. Poor guy man.. nate: hang in there bro.. look how far we come..lol from the good ol days |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Hehe, I'm taking a look into the ssh over wifi idea. Unfortunately, that doesn't help me any at work, but at least I might be able to do something at home.
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
So inside /system/etc there needs to be a link to data/ppp Now we have this link in place. Its on the init.rc and in that tar so i dont know how its getting trashed (if it even is getting trashed) ln -s /data/ppp /system/etc/ppp will do it. |
|
|
|