|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Just leave it plugged in for 10 minutes, unplug, yank the battery, let it rest for a few seconds, put it back together and turn it on.
|
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Nate did you get a chance to test my MTDparts last night? Also I can try to add a patch to for the replimenu. Questions: 1. How are we going to add the ln -s data/ppp etc/ppp? 2. Permissions? We can just use the script the Vogue team has used, but we will need to change a couple of things around to fit our needs. I'm going to work more on this today. EDIT: Permissions File so far... Code:
#Data set_perm 1000 1000 0771 /data/app set_perm_recursive 1000 1000 0644 0644 /data/app set_perm_recursive 0 0 0777 0777 /data/modules set_perm_recursive 0 2000 0755 0755 /data/ppp #System set_perm_recursive 0 0 0755 0644 /system set_perm 1002 1002 0444 /system/etc/dbus.conf set_perm 0 0 0700 /system/init set_perm_recursive 0 2000 0755 0755 /system/bin set_perm_recursive 0 2000 0755 0755 /system/xbin set_perm 0 0 04755 /system/bin/pppd set_perm 0 0 04755 /system/bin/su set_perm 0 3003 02755 /system/bin/netcfg set_perm 0 3004 02755 /system/bin/ping set_perm 1014 2000 0550 /system/etc/dhcpcd/dhcpcd-run-hooks Code:
set_perm() { chown $1:$2 $4 chmod $3 $4 } set_perm_recursive() { chown -R $1:$2 $5 chmod -R $3:$4 $5 }
__________________
Last edited by Lmiller1708; 03-10-2011 at 09:39 AM. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
nate: i saw the kb commit.. i copied it to the download locations for the masses to enjoy. edit: Also i do like your script so we can add that wherever we decide on the data/ppp link.
__________________
Last edited by [ACL]; 03-10-2011 at 12:09 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
it boots automatically when it gets enough charge then dies mid boot cuz it doesn't friggin charge while running code.....
last time it happened i just held bootloader button combo til it booted and flash task29, this time the friggin light just turns off until i let go of the buttons, then it turns on adn gets me nowhere. Seriously pissed at this point. Prolly slowly ruining my battery every time it charges enough to boot then drains battery completely dry.... wtf.... derkaderka, got into replimenu but died mid attempt to wipe phone....waiting for second attempt.... Last edited by MassStash; 03-10-2011 at 01:11 PM. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Pull the battery. Put the battery back in. Connect it to the charger, it will boot but let it. Do not touch it for a while. Atleast 30 minutes if not longer. It will charge. Once that time has expired pull the battery and turn it back on. You will have a working phone again. If it does not boot then just put it and bootloader and reflash. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Can you charge your battery externaly first ?
__________________
If I was any help please hit thanks, my goal is one billion Reputation points, for a free trip to Sparta!
|
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
|
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
That will create a directory link that says any calls to /system/etc/ppp will go to /data/ppp. I believe this will work when /etc is mounted from /system/etc because it will still see the /etc/ppp directory as /data/ppp. As for permissions, I really don't know much about them, and I feel that a lot of our issues may be stemming from them. Wish I knew more to help there, but I haven't gotten in to that yet. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Remove it and it will work like a charm. |
|
|
|