|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Well, I've been messing with the files available, and here are my findings. The 1/9 NBH has 3g on my 400. The brand new 3/3 NBH build still does not have 3g. I did not mess with the libhtcgeneric.so file manually, hoping it was in the 3/3 build. I like how these builds have the long press power = recent progs list. The latest build is snappier though then the first ones. Much more so. Waking up the phone seems a bit slower, and you have to do the screen touch trick everytime. I also get the rapid green/orange blinking led.
Just to confirm, here is my system info as shown on the phone: 2.2.1 2.6.27.46 autobuild@Builds#50 FRX04 If I had data, I would run this full time! Im hoping some of this helps someone. Last edited by steveholtam; 03-04-2011 at 03:20 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Nate: Here is a little info to help out. I cant replicate since i have no service but you might be able to do it.
/etc is a simlink to /system/etc (and ril needs to access /etc/ppp) originally the ril bombs out because /system is read only. Now if we change it to rw, then it bombs out due to permissions. This isnt even because of pppd yet since this part of the code is before. I'm not sure what the exact permissions are but we need to get it set. Also we can move the ppp folder to data so we can rw without messing up system. So thats a new experiment to try.
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Still can't get it to work. And still had to redo the pap and chap files to get them writable. Once I did that my service kept dropping completely out... My next step was going to try this approach again: ln -s /system/bin/pppd /bin/pppd Also what do you think about just copying everything from system/etc to /etc... This is what's done with Rootfs. And this might help with the permissions.
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Ok so this is the order or execution in the ril.
1) talk to modem and make sure you are ok 2) check pap and chap files make sure you can open them 3) attempt to fire up pppd Now you notice pppd is the last step. Funny thing is we arent even getting there, we are failing at least once on 1 and then we keep failing on 2. Only reason i know this is because of the rils i made. They are very verbose so we get to see everything Unfotunately we cant copy because android is natively setup this way. /etc will always be a link for /system/etc. But thats where it ends. We decide about the internals. So we can move ppp to data if we want to and link it back to /etc The other method is to recompile pppd and have it look somewhere else. Now arrg was able to bring up data once after much hacking which was manual. But it was also short lived. At this stage i say we try anything.. i finally got a boost mobile account and will try to activate today. So we will continue this through the weekend. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Just wondering why data works on the Full Package build from 1/9 from (post #1), but not the later builds? Shouldnt that help figure out where it broke by comparing the two?
Last edited by steveholtam; 03-04-2011 at 01:22 PM. Reason: typo |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Because It's still running off the SDcard and using the Rootfs, Jjust like Haret. But yes it will help in comparing them. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Put that in your andboot folder, reboot, and use replimenu or a custom install-seq.sh to apply it. I've removed replimenu from mine and added an androidupdate.tgz installer to init if it finds it, but I'm not sure if we want to commit that or not. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
BoominSVX got me a boost account so ill be active tonight to continue the good fight.. also the recovery is coming along fine. Not sure if im going to git it or not. |
This post has been thanked 1 times. |
|
|
|