Quote:
Originally Posted by natemcnutty
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
|
Ahh... Could not get the 3.4 version installed? When I do a make I get can't find the zlib.h file...
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?