|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
|
||||
|
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:
Code:
Finally, the squashfs issue is because you probbaly used squashfs-tools from apt-get which installs version 4. You have to go to their site, grab 3.4, unzip, then go to the squashfs-tools folder, do MAKE, then sudo MAKE INSTALL. Get the 3.4 version here: Official Squashfs LZMA |
| This post has been thanked 1 times. |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Also I grabbed the squash file from the autobuild and have it mounted... But when I do a depmod I get: depmod: chdir:2.6.27.46-01268-ga175a7c: No such file or directory Any Idea? |
|
||||
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Sorry for the late response; however reflashing the radio fixed my data issues. I don't know if the radio was corrupted or if it was just bad luck on my part. Just sharing experiences!
|
![]() |
|
|
|