This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
The build two nights ago had working wi-fi. So either the system files since then have broke wi-fi or it is user error.
From my tests, I have not found a need to Task29 at all. I do quick format my sd card between tests, just to make sure I don't get any odd issues, but I have not had a single problem caused by flashing over another flash to NAND. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
I have only used Task29 once and it did not fix anything... So I will not use it again. Also if you format your card just once that should be good enough. Biggest thing is that you have you are using the correct package. Meaning the androidupdate.tar/tgz and the NBH (what you flash) come from the same place (Nate, ACL, or myself). My androidupdate.tar had a bunch of apks added to the data/app folder, this is how the cooks will be doing it also. (For the most part)... ACL is working on the recovery to replace the replimenu! It should be great! @ Nate, here is my latest MTDParts: Code:
mtdparts=msm_nand:0x400000@0x4000000(boot),0x800000@0x4400000(recovery),0x8C00000@0x4C00000(system),0x10800000@0xD800000(userdata),0x2000000@0x1E000000(cache)
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Just a short list of things I noticed: 1) In sysinit.rc, we changed netd from /bin/netd to /system/bin/netd. /bin/netd was a script that we may need to run: Code:
#!/bin/sh modprobe ipt_MASQUERADE modprobe xt_state modprobe xt_multiport modprobe iptable_filter modprobe iptable_nat /system/bin/netd 3) I discovered that the qwerty.kcm.bin actually just pointed to microp-keypad.kcm.bin and qwerty.kl pointed to raph_navi_pad.kl. We can just copy the appropriate kl over as qwerty.kl to fix it. I fixed that code in my install-seq.sh 4) I was able to successfully format recovery and mount it and all that using this mtdparts: Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x800000@0x8000000(recovery),0x0A000000@0x8800000(system),0xB800000@0x12800000(userdata),0x2000000@0x1E000000(cache) |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
yes please commit that kb bullsh*t on the install script on git . i saw a cp in there but i guess i forgot where the files were. I'll pull them from rootfs for autobuild. That netd script is useless since all modules need to be loaded by android and not scripts. So dont commit that and see if the init.rc can load the modules for you on boot. Or maybe the modules are already loaded. That looks like a haretized script to me. For the init.android. We need to just include them in /system. The initrd will check for it and load it if its named "init" (which is the official name). So for frx05, lets included it in there and i'll try to see where i can get the frx4 version. If you have them, then put em up so i can upload them. This way we can also remove the init.android inside initrd and have the recovery version (which has its own) for more flexibility. own installer ? ooo.. i was going to use the recovery but if you have something better then share please .. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Cool, I just wanted to check on some of that stuff. For the keyboard crap, I'll get that taken care of when I get home. I thought the netd script was interesting. Didn't know if it was needed or not. I like the idea of moving it into system as /system/init and then using the recovery version in initrd. I haven't tested it, but I should And by installer, I just meant I have a chunk of code that checks for /sdcard/andboot/androidupdate.tgz. If found, it applies it and then renames the file to androidupdate-disabled.tgz. I saw it as a way to update system or data partition files while being able to remove replimenu, but it won't help with kernel updates or anything like that. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
But we still need to match up the mtd numbers so thats why I have a boot part in there.. Its small and can most likly go smaller it need be. I was also able to get it to work starting at a higher location like you did but it seemed like a waste of space. I then noticed the Vogue is setup this way so I gave it a try. And it works just fine for me, and we are not losing much space. My replimenu will take the install-seq.sh from the sdcard/andboot and run that (if they select the correct option). It will find the install-seq-disabled.sh and use that if need be. Once the install-seq.sh is finished it runs the fixperms after. We could really do the same for your install system. My goal is to not have to remove the sdcard if you don't have to, just me being lazy! I have the replimenu working good, but would like to see what ACL has in-store for us! |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
what time will you be releasing your new version? just wondering if i should just go ahead and flash the nand android onto my touch pro 2 now or wait for the new release with updates.
|
|
||||
Quote:
Sent from my MSM using Tapatalk
__________________
+ = <3 |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
this is how far i gotten in the recovery ..lol the image says it all Last edited by [ACL]; 03-10-2011 at 03:46 AM. |
|
|
|