|
||||
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. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
so im gving up on cyanogen for now. 6.1 seems to crash a lot. Its the damn launcher but it doesnt seem like its worth it to fix.
Hopefully cm7 is better.. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I'm going to work on this a bit right now. The /etc files: C:\Program Files\Android\android-sdk\platform-tools>adb ls /system/etc 000041ed 00000800 12cea692 . 000041ed 00000800 12cea693 .. 000081a4 0000000e 4d4e6a66 group 000081a4 00000019 4d4e6a66 hosts 000081a4 0000003b 4d4e6a66 shadow 000081a4 00000019 4d4e6a66 passwd 000081a4 00000094 4d4e6a66 default.prop 000081a4 000001f1 4d4e6a66 profile 000081a4 00000017 4d4e6a66 shells 000081a4 000001d9 4d3a47e3 pvplayer.cfg 000081a4 00000511 4d3a47e3 vold.fstab 000081a4 0000013d 4d3a47e3 vold.conf 000081a4 00011669 4d3a47e3 NOTICE.html.gz 000041ed 00000800 12cea64f bluetooth 000081a4 000017b0 4d3a47e3 media_profiles.xml 000081a4 0000076a 4d3a47e3 AudioFilter.csv 000041ed 00000800 12cea64f permissions 000041ed 00000800 12cea691 wifi 00008168 000004b0 4d3a47e3 init.goldfish.sh 000081a4 000000e8 4d3a47e3 gps.conf 000041ed 00000800 12cea692 firmware 000041ed 00000800 12cea64e security 000041ed 00000800 12cea64e ppp 000081a4 00002a40 4d3a47e3 event-log-tags 00008120 000003a7 4d3a47e3 dbus.conf 000081a4 00001464 4d3a47e3 AudioPreProcess.csv 000041ed 00000800 12cea693 keymaps 000081a4 00002696 4d4e6a66 apns-conf.xml 000041ed 00000800 12cea691 dhcpcd 000081a4 00000055 4d3a47e3 01_qcomm_omx.cfg 00008124 0000adfe 4d3a47e3 AudioPara4.csv So it now shows the ppp file without any edits required. Last edited by steveholtam; 03-08-2011 at 03:12 AM. Reason: added /etc |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Fukin ey.. found the issue. Im a moron. sorry. Not sure why i catn get this to be perfect. Im cooking up a fix now. Edit: actually it seems to work for me.. I get the feeling that the android update is not actually exploding all the stuff. i cant seem to replicate the error but i do see the damn dbus permissions error. .. can you "ls /data/etc" ? Last edited by [ACL]; 03-08-2011 at 03:45 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
C:\Program Files\Android\android-sdk\platform-tools>adb shell # setprop ro.kernel.android.ndns 2 setprop ro.kernel.android.ndns 2 # setprop net.eth0.dns1 208.67.222.222 setprop net.eth0.dns1 208.67.222.222 # setprop net.eth0.dns2 208.67.220.220 setprop net.eth0.dns2 208.67.220.220 # Not sure I did that right, but if I did, it did not work. No data. Attached is the radio logcat for you. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
doesnt sound like ur missing a file its more like a script thats missing but dont take my word on it and if u want to experiment a little and this should give u enough info to try and change it and read play etc
but u can always google opendns or manual dns on android and do ur own research id play with it myself but i dont even have phone working forget about data im a gsm user |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
#mount -o rw,remount -t yaffs2 /system #cd /system/bin #chmod 4775 pppd *ooops i meant 4755 on pppd. Just reuploaded the install. Hopefully the permissions carry over this time. Last edited by [ACL]; 03-08-2011 at 04:43 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Alright you studs of code writing mastesr. there's a bunch of 0's and 1's but what is there for us lowly slugs on the streets to test??? last update on the thread is 1/7 and it's 3/7...what can we do to help ya'll out??? I know ya'll have been thinking of every angle you can to get this running smooth on the TP2, but does page pool have anything to do with it??? running haret and PP at 12 seems to work pretty good---16 is effing butter---but no free mem....2 in the morning and throwing stuff out to see if it sticks
__________________
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" |
|
||||
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. |
|
|
|