Quote:
Originally Posted by Lmiller1708
Just used the system.ext2 method with FRX06 and it worked great!
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
EDIT: No data on second boot either... My modules are not loaded...
Still looking at it...
But I do not like the new keylayout! How can I get back to the other? Thanks!!!
EDIT2:
I get a invalid arg with this command: mount -t squashfs -o ro,relatime /dev/block/loop3 /system/lib/modules
|
For the first part, I see this in your log, and later on it says the radio is disabled. I don't know enough to explain why, but that's what sticks out to me.
Code:
- 03-29 22:23:37.770: INFO//system/bin/tc(172): Cannot find device "rmnet0"
- 03-29 22:23:37.770: INFO/logwrapper(172): /system/bin/tc terminated by exit(1)
- 03-29 22:23:37.780: INFO/ActivityManager(219): Force stopping package com.android.provision uid=10040
- 03-29 22:23:37.800: INFO/Process(219): Sending signal. PID: 419 SIG: 9
- 03-29 22:23:37.890: INFO/ActivityManager(219): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher }
- 03-29 22:23:37.910: INFO//system/bin/tc(172): Cannot find device "rmnet0"
For keylayout, you can try modifying the rhod400 navipad file and flip the power/home buttons. If that doesn't work, you may have to make the adjustment in the kernel's gpiokeys and then comment out the navipad part.
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