PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

rpierce99 03-08-2011 10:44 AM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by Lmiller1708 (Post 2065684)
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?

That issue isn't NAND specific, I had the same issue for quite a while running Haret. I replaced each file individually (system image, rootfs, kernel/modules, data) and nothing fixed it, but when I formatted fresh and started with fresh image, rootfs, kernel/modules and put my old data.img back in, it worked.
TL,DR: I have no idea what broke or how to fix it.

natemcnutty 03-08-2011 12:31 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by ffkip911 (Post 2065672)
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

Well, we are soo close to getting a solid working build that I had been holding off updating the first post. If you read the first post where it says the most recent files are, there are some newer files. You need the androidinstall.tgz, androidupdate.tgz, install-seq.sh, and the NBH. Copy the first three to your andboot folder, then flash the NBH and you should be running on all NAND ;)

I'll try to get the first post updated sooner than later. Keep meaning to, but then another bug pops up. Ultimately, I think once we have data, I'll make all of the changes, but I'll at least update the dates and point to the new work.

[ACL] 03-08-2011 12:32 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by Lmiller1708 (Post 2065684)
Ok I will give this a try shortly.




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)
Edit: Still no go.. I will post some logs in a bit. (Or I will be in chat)

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:D/AT ( 134): AT> AT+CREG? D/RILJ ( 466): [0060]< QUERY_FACILITY_LOCK - Pastebin.com

Hmm your logs show ur actually on data.

[0084]< SETUP_DATA_CALL {1, ppp0, 255.255.255.255} < -- means you connected to pppd just fine. Now i had this happen where stale settings were being used meaning an old IP instead of the new one. go to airplane mode and run the ip-down script by hand in /data/ppp. Then disable airplane mode and a new ip should come up.

Wifi works good for me. Changes are your modules are shot? check dmesg, and logcat when making the connection. I cant replicate this on my end. Since i only have limited minutes on my test plan i rely on wifi heavily.

PLEASE fix my mtd parts.. i just did it so i can format it. You and Nate are the pros here. The cache part can wait since i couldnt replicate but the recovery needs to be moved back a bit. I decided to move it back 2mb and shrink the size 2mb but my math was probably off

Also the recovery is looking so good, im thinking of just removing replimenu completely. Replimenu works when we disable the kernel messages but being a in weird debug state right now makes it break alot. I suppose we could just remove em for autobuild and keep it for dev? thoughts?

Edit: chatted with lmiller about this. Looks like he was preparing frx5 for us :-). So he is all set now.

ffkip911 03-08-2011 03:03 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by natemcnutty (Post 2065723)
Well, we are soo close to getting a solid working build that I had been holding off updating the first post. If you read the first post where it says the most recent files are, there are some newer files. You need the androidinstall.tgz, androidupdate.tgz, install-seq.sh, and the NBH. Copy the first three to your andboot folder, then flash the NBH and you should be running on all NAND ;)

I'll try to get the first post updated sooner than later. Keep meaning to, but then another bug pops up. Ultimately, I think once we have data, I'll make all of the changes, but I'll at least update the dates and point to the new work.

Thank you sir...looking forward to helping if I can

Lmiller1708 03-08-2011 03:08 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by ffkip911 (Post 2065775)
Thank you sir...looking forward to helping if I can

Just working on the MTD Parts right now! Then we should have a build ready for testing soon. :)

androidinstall.tgz is ready! ;) FRX5...

EDIT: Updated MTD Parts:
Code:

mtdparts=msm_nand:0x20000000@0x0(nand),0x600000@0x6000000(recovery),0x08200000@0x6600000(system),0xF800000@0xE800000(userdata),0x2000000@0x1E000000(cache)

ffkip911 03-08-2011 03:12 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by Lmiller1708 (Post 2065780)
Just working on the MTD Parts right now! Then we should have a build ready for testing soon. :)

androidinstall.tgz is ready! ;) FRX5...

I'll hold till FRX5 is up

EDIT: is there any provisioning that needs to take place when I do flash??? On Sprint right now

[ACL] 03-08-2011 04:13 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by Lmiller1708 (Post 2065780)
Just working on the MTD Parts right now! Then we should have a build ready for testing soon. :)

androidinstall.tgz is ready! ;) FRX5...

EDIT: Updated MTD Parts:
Code:

mtdparts=msm_nand:0x20000000@0x0(nand),0x600000@0x6000000(recovery),0x08200000@0x6600000(system),0xF800000@0xE800000(userdata),0x2000000@0x1E000000(cache)

This is a good chance to practice your patching skills :-).. send a patch !!!

MassStash 03-08-2011 05:10 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
still no data for me man, idk what happened in the "all nighter", but no data, no rolled own will get past first splash still too.... bummin...

[ACL] 03-08-2011 05:26 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by MassStash (Post 2065838)
still no data for me man, idk what happened in the "all nighter", but no data, no rolled own will get past first splash still too.... bummin...

dang.. dont worry bout rolling your own for now. We are making so many changes, unless you are gonna keep up with our commits, its best to wait for a stable one. So use the ones we know work. Lmiller is up and running and can offer guidance too.

So hit up the latest NHB and update. (i mean latest..it was updated late last night)

Also latest (either frx4 or 5) .. just uploaded few hours ago.

So teart it up.. and

MassStash 03-08-2011 05:35 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
yea on that now n no data brudda? what else? next...? haha out for lunch tho now....
...
update: aight, after making ppp link i'm at the 3g icon with no data now like L_miller was i believe.... i dont pppd has a link tho, or ip-up is not loading...


All times are GMT -4. The time now is 06:40 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0