|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Haret users don't have to do anything like this, so that's why I'm wondering what we need to do to clean up the ROM. Also, I'm thinking we should toss spare parts into the ROM like Haret used to unless we want to change the value for the End key. Having no Home button is extremely annoying. As for the install-seq.sh, that is almost the same code as what I had when I was trying to fix up FRX06. I used @ symbols, but I like yours better. For the 210 to 240, I think we should add a little more to that so we don't mess up build values or anything like that. |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Yeah I was thinking about doing the same thing for the 210 to 240 version... I will leave it up to you. |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Also, anyone care to try this out for root? rm /system/xbin/su ln -s /system/bin/su /system/xbin/su |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
It should not matter if the su is in the xbin or system... or even linked... Since the path includes them both. |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
I guess all we really need to do is copy su and busybox from /bin to /system/bin during the first time script. I agree with ACL that we should move anything ROM related out of the install-seq.sh and move it into the scripts that are run on the ROM's first launch. Any ideas or commits you have for that, let me know |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Booted up with no issues except data... Here is my log: 03-29 22:19:37.280: INFO/DEBUG(173): debuggerd: Mar 1 2011 18:59:25 03-29 22:1 - Pastebin.com For the install-seq.sh: Code:
sed -i 's/ro.sf.lcd_density = 210/ro.sf.lcd_density = 240/' /system/build.prop Still looking at it... But I do not like the new keylayout! EDIT2: I get a invalid arg with this command: mount -t squashfs -o ro,relatime /dev/block/loop3 /system/lib/modules Last edited by Lmiller1708; 03-29-2011 at 06:46 PM. |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
android does it the say way but with only one script.
__________________
|
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
The request for 'root' is a real hack in android. It doesnt work like you think. Most devs try to write to a section they arent allowed to to cause the superuser apk request to pop up and allow it. Thats it..lol. They dont have the power to go to the shell and execute, its all done internally. they dont select the user to run as. Haret runs wide open. They dont have ro set for any partitions. If you want to run the same way, just mount rw for everything in your initrd. Also reorder your path so where ever you have busybox installed is first. installed angrybirds with no issues.. so i'll leave it up to you gents to figure it out. If i cant replicate, i cant fix I was thinking more about this direct conversion from the img and realized that the fixperms script will never run since its not there. Not sure if this is gonna work out well in the long run. God knows what they will change forcing us to update the script.. At this stage its easy enough to update the recovery we do have a work around. |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Humm... Not sure why angerybirds would install for you... I have installed the most recent autobuild with no success in getting the modules to load. I was able to get the 3.4 version of squashfs working. What I had to do was install I the zlib (apt-get install zlib1g) I also notice that the SDCard does not mount. I have to pull it out and then reinsert it for it to mount... After that it does not even show up in the settings/SDcard. |
![]() |
|
|
|