|
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Oh, one quick question. Is it ok to flash and install the update file in one step? Or should I flash, boot, and then run the update on the second boot? Just making sure either way would work. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Awesome, that is what I was thinking, and doing. But just wanted to make sure. I've even ran the update again afterwards to be doubly sure I was getting the updates right.
Also, I've also noticed the panel is still very slow to wake. Could we move to a newer Kernel? And maybe FRX05 while were at it? |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Yeah we are due to make the new frx05. After i post the cyanogen i suppose we can start there. Or if you want to venture into it, by all means go on. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
But still no dns... Noticed when we do a netstat we have a couple of files missing... Maybe that has something do do with the dns??? Not sure just shooting in the wind.
__________________
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
the correct pppd loads the scripts on /etc/pppd. The wrong one does not. I already told stine bout it so he will fix it also i had luck with this mtd parts Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x600000@0x6000000(recovery),0x0A000000@0x4800000(system),0xF800000@0xE800000(userdata),0x1E00000@0x1E000000(cache) Last edited by [ACL]; 03-07-2011 at 10:20 PM. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Your numbers are a bit off for your MTD parts. You are overwriting your system with your recovery. Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x600000@0x6000000(recovery),0x0A000000@0x6600000(system),0xF800000@0x10600000(userdata),0x1E00000@0x1FE00000(cache) Also my wifi does not seem to be working now either... It turns on, scans, and then says unable to scan for networks and then turns off. Any Ideas anyone? Log as promised:http://pastebin.com/YNVtFsCv Last edited by Lmiller1708; 03-08-2011 at 12:03 PM. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
can u try to set a dns server manually with something ike this:
Open an adb shell or Terminal Emulator and type setprop ro.kernel.android.ndns 2 setprop net.eth0.dns1 208.67.222.222 setprop net.eth0.dns2 208.67.220.220 Those are ip addresses for OpenDNS, so use your own if you want something else. It might not be persistent through reboots though. If it isn't, append it to init.rc. Make sure you set the properties before opening the browser. |
![]() |
|
|
|