Hey guys,
i have a problem when building 4.0.3 from source. When i flash the fresh compiled
OTA package to my device, the device ends in a bootloop stuck at the google logo.
Logcat says:
Code:
I/SystemServer( 238): Power Manager
I/SystemServer( 238): Activity Manager
I/ActivityManager( 238): Memory class: 64
I/SurfaceFlinger( 251): SurfaceFlinger is starting
I/SurfaceFlinger( 251): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/IMGSRV ( 251): :0: PVRSRVBridgeCall: Failed to access device. Function ID:3223086860 (Bad address).
E/IMGSRV ( 251): :0: OpenServices: PVRSRVBridgeCall failed.
E/IMGSRV ( 251): :0: PVRSRVConnect: Unable to open connection.
E/IMGSRV ( 251): :0: OpenPVRServices: Failed to open services connection
E/IMGSRV ( 251): :0: hal_init: Failed to open services (err=-14)
E/IMGSRV ( 251): :0: hal_open: Graphics HAL not initialized
E/FramebufferNativeWindow( 251): couldn't open framebuffer HAL (Not a typewriter)
E/IMGSRV ( 251): :0: hal_open: Graphics HAL not initialized
E/FramebufferNativeWindow( 251): couldn't open gralloc HAL (Not a typewriter)
E/SurfaceFlinger( 251): Display subsystem failed to initialize. check logs. exiting...
I/ServiceManager( 109): service 'sensorservice' died
I/ServiceManager( 109): service 'power' died
I/ServiceManager( 109): service 'entropy' died
D/AndroidRuntime( 259):
D/AndroidRuntime( 259): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 259): CheckJNI is OFF
I don't know whats going wrong. Can it be a kernel problem? I have tried different 4.0.3 kernels from the dev section, but the result is the same.
The device is a GSM device with PRIMEKK15 unlocked bootloader and I9250XXKK6 baseband.
After pulling the latest 4.0.3 sources with repo and setting up the proprietary files i'have compiled the system without errors:
Code:
~/android/4.0.3$ . build/envsetup.sh
~/android/4.0.3$ lunch full_maguro-userdebug
~/android/4.0.3$ make -j4 otapackage
I really don't understand what i am doing wrong ...
Thanks for any suggestions or answers.
i got this problem when I updated my phone using fastboot.
for me, it was an application installed from market. after wipe everything and redo the flash procedure, everything was fine.
don't know if it is the same problem here.
Did you pull in the proprietary files needed for the build?
At least you've got to the boot animation, my ROM fails at the flashing with a status 7 error mentioning the boot.img
PaulW21781 said:
Did you pull in the proprietary files needed for the build?
Click to expand...
Click to collapse
with ./extract-files.sh .correct?
PaulW21781 said:
Did you pull in the proprietary files needed for the build?
Click to expand...
Click to collapse
Yes, the files are pulled from the device ( if you mean the extract_files.sh from the device folder), compilation finishes without errors.
No boot animation, nothing...
Sent from my Galaxy Nexus using XDA App
Now at this point too, bootloops all the time. I think the code is ****ed
Ok, dmesg gave me this:
Code:
<6>[ 5.367248] PVR: Installing MISR with cookie c0833f74
<6>[ 5.367828] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie c79f5700
<6>[ 5.368255] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from c8be0000
<6>[ 5.368469] PVR: SysFinalise: Version string: SGX revision = 1.2.0
<6>[ 5.369171] PVR_K: (FAIL) SGXInit: Incompatible driver DDK revision (785978)/device DDK revision (780209).
<6>[ 5.369537] PVR_K:(Error): PVRSRVFinaliseSystem: Failed PVRSRVDevInitCompatCheck call (device index: 0) [449, drivers/gpu/pvr/pvrsrv.c]
<6>[ 5.370025] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
<6>[ 5.552337] max17040 4-0036: online = 1 vcell = 4007500 soc = 77 status = 1 health = 1 temp = 340 charger status = 0
<3>[ 5.643005] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns1
<3>[ 5.643737] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns2
<3>[ 5.644287] init: sys_prop: permission denied uid:1001 name:net.rmnet1.gw
<3>[ 5.645263] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns1
<3>[ 5.645812] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns2
<3>[ 5.646484] init: sys_prop: permission denied uid:1001 name:net.rmnet2.gw
<6>[ 5.707031] [MODEM_IF] misc_open : umts_boot0
<6>[ 5.707153] omap_hsi omap_hsi.0: HSI clock is now 96000000
<6>[ 5.723510] omap_hsi omap_hsi.0: Entering RX wakeup in 3 wires mode (no CAWAKE)
<6>[ 5.723602] [MODEM_IF] xmm6260_off()
<6>[ 5.723724] [MODEM_IF] xmm6260_on()
<6>[ 5.724456] [MODEM_IF] PA EVENT : reset =0, pa=1
<6>[ 5.724548] [MODEM_IF] umts_ipc0 state changed: OFFLINE
<6>[ 5.835540] [MODEM_IF] PA EVENT : reset =1, pa=0
<6>[ 5.979125] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
<6>[ 5.980194] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
<6>[ 6.087188] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. [4812, drivers/gpu/pvr/bridged_pvr_bridge.c]
<3>[ 6.094604] init: untracked pid 118 exited
Anyone knows how to fix this issue?
Try reflashing the boot.img created by your build..
Did you also install the binaries from the google http://code.google.com/android/nexus/drivers.html#maguro into your AOSP source before building?
I built my own AOSP rom too, but haven't tried it yet.
also
Cleaning up when adding proprietary binaries
In order to make sure that the newly installed binaries are properly taken into account after being extracted, the existing output of any previous build needs to be deleted with
$ make clobber
Click to expand...
Click to collapse
http://source.android.com/source/building-devices.html
sorry if you did all this - I'm a noob to ASOP building
Did you wipe the device before installing the rom and kernel?
Luxferro said:
Did you also install the binaries from the google http://code.google.com/android/nexus/drivers.html#maguro into your AOSP source before building?
Click to expand...
Click to collapse
Hey man, that was the problem! Thank you very much... I didn't knew that such libraries exist for 4.0.3.
After installing the binaries and recompiling the phone boots up. Thanks again, also to all the people who tried to help me.
m0rph3us said:
Hey man, that was the problem! Thank you very much... I didn't knew that such libraries exist for 4.0.3.
After installing the binaries and recompiling the phone boots up. Thanks again, also to all the people who tried to help me.
Click to expand...
Click to collapse
No problem. Glad I can help
I guess that hopefully means my build would work too if I ever tried it. Was hoping official 4.0.3 OTA would be out by now. I might just have to try my build too.
Sent from my Galaxy Nexus using Tapatalk
I ran the script under /device/samsung/toro/
is that the correct place to run it, or should I be running it somewhere else?
Nevermind, I'm dumb. I read the post and got it now lol
I'm having the same issue, except for the toro (CDMA/LTE) galaxy nexus. Are these steps in the right order?
step 0: make clobber, step 1: run the extract-imgtec-toro.sh and make clobber, step 2: extract-files.sh, step 3: build/envsetup.sh, step 4: make?
jab416171 said:
I'm having the same issue, except for the toro (CDMA/LTE) galaxy nexus. Are these steps in the right order?
step 0: make clobber, step 1: run the extract-imgtec-toro.sh and make clobber, step 2: extract-files.sh, step 3: build/envsetup.sh, step 4: make?
Click to expand...
Click to collapse
you don't need to excessively run make clobber. all it really does is delete the out/ directory.
Here's how I was able to get a fully functional build ($ANDROID_SOURCE is your build dir):
0) make clobber; # just for the initial cleansing
1) cd $ANDROID_SOURCE/device/samsung/toro && ./extract-files.sh
2) run extract-imgtec-toro.sh OUTSIDE of your build directory (in a temporary location)
3) copy the contents of $TEMPDIR/vendor/imgtec/toro/proprietary/* into $ANDROID_SOURCE/vendor/samsung/toro/proprietary/
4) cd $ANDROID_SOURCE; . build/envsetup.sh
5) lunch #pick your desired toro build. Probably full_toro-userdebug
6) make
The reality is that extract-files.sh does everything well, except it doesn't include the gpu drivers (so we copy them manually). The make files that extract-files.sh creates DOES reference the gpu drivers, they're just not extracted by the script.
Messing with extract-imgtec-toro.sh will give you make files that don't reference any of the other binaries. Your image will boot, but won't have much else working.
Good luck!
Thanks for the quick reply. Here's my script, let me know if you see any errors.
The reason I did make clobber after the extract-imgtec-toro was because the documentation on google's site recommended doing that.
export TOP=/home/jab416171/android/dev/aosp
export GNEXTEMP=/home/jab416171/gnexproprietaryfiles
cd $TOP
repo sync
make clobber
adb wait-for-device
cd $TOP/device/samsung/toro && ./extract-files.sh
cd $GNEXTEMP && ./extract-imgtec-toro.sh
cp $GNEXTEMP/vendor/imgtec/toro/proprietary $TOP/vendor/samsung/toro/proprietary/
cd $TOP
source build/envsetup.sh
lunch full_toro-userdebug
make -j5
jab416171 said:
Thanks for the quick reply. Here's my script, let me know if you see any errors.
The reason I did make clobber after the extract-imgtec-toro was because the documentation on google's site recommended doing that.
export TOP=/home/jab416171/android/dev/aosp
export GNEXTEMP=/home/jab416171/gnexproprietaryfiles
cd $TOP
repo sync
make clobber
adb wait-for-device
cd $TOP/device/samsung/toro && ./extract-files.sh
cd $GNEXTEMP && ./extract-imgtec-toro.sh
cp $GNEXTEMP/vendor/imgtec/toro/proprietary $TOP/vendor/samsung/toro/proprietary/
cd $TOP
source build/envsetup.sh
lunch full_toro-userdebug
make -j5
Click to expand...
Click to collapse
I think your cp needs a '/*' after the first proprietary. The object is to copy the contents of one proprietary directory into the proprietary directory of another. Unless I'm mistaken, your cp will copy the proprietary source folder into the proprietary destination folder resulting in a $TOP/vendor/samsung/toro/proprietary/proprietary. Either that or error out because you specified to cp a dir without a -R.
You should certainly run a make clobber after extracting new binaries if you have files from a previous build still lying around. if you've already cleaned it out, then its just redundant (and not hurting anything).
Otherwise it looks good to me! Good luck!
Makes sense on the cp command. I haven't actually run the script yet, and thanks for taking your time to overlook it.
And do I need to run extract-files and extract-imgtec-toro *every time* I want to do a build, or can I just extract them once, and copy them from another location on my drive, or will the files they extract just stay in the repository?
jab416171 said:
Makes sense on the cp command. I haven't actually run the script yet, and thanks for taking your time to overlook it.
And do I need to run extract-files and extract-imgtec-toro *every time* I want to do a build, or can I just extract them once, and copy them from another location on my drive, or will the files they extract just stay in the repository?
Click to expand...
Click to collapse
Just once. I usually just tar up my vendor/samsung/toro directory and keep the tar in a safe location. No more extractions once you have it.
Regarding http://forum.xda-developers.com/showthread.php?t=2229798&page=8 is OP back?
I was wondering how is possible to make an working kernel from that sources as there is totally wrong setup for L3-E400 board.
Can someone provide dmesg log here? I can bet that 2x2 cannot work here, same as why is problem with registering other devices.
So, let Me explain this (from config)
#1 CONFIG_SENSORS_BMA2X2
is wrong option as E400 have BMA250 triaxial low-g acceleration sensor.
#2 **** with APDS9190 will not work... as E400 have BMC050 6-axis digital e-compass (it is enabled from config, but will not work as addresses is wrong).
#3 CONFIG_BACKLIGHT_RT9396
will not work as E400 have backlight control over BU61800.
#4 vee3 board is not compatible with E0 (E400) board but with M4 (L5) so, 'almost same' configuration will not work on E400 (E0) board without tuning or porting code.
Once again, please, someone who have that Kernel working, please provide dmesg.
Thx
fergy said:
Regarding http://forum.xda-developers.com/showthread.php?t=2229798&page=8 is OP back?
I was wondering how is possible to make an working kernel from that sources as there is totally wrong setup for L3-E400 board.
Can someone provide dmesg log here? I can bet that 2x2 cannot work here, same as why is problem with registering other devices.
So, let Me explain this (from config)
#1 CONFIG_SENSORS_BMA2X2
is wrong option as E400 have BMA250 triaxial low-g acceleration sensor.
#2 **** with APDS9190 will not work... as E400 have BMC050 6-axis digital e-compass (it is enabled from config, but will not work as addresses is wrong).
#3 CONFIG_BACKLIGHT_RT9396
will not work as E400 have backlight control over BU61800.
#4 vee3 board is not compatible with E0 (E400) board but with M4 (L5) so, 'almost same' configuration will not work on E400 (E0) board without tuning or porting code.
Once again, please, someone who have that Kernel working, please provide dmesg.
Thx
Click to expand...
Click to collapse
So, to reply to Myself:
#1 BMA2x2
<6>[ 1.992438] bma2x2_probe
<6>[ 2.243759] Bosch Sensortec Device not foundi2c error 8063
<4>[ 2.244029] i2c-core: driver [bma2x2] using legacy suspend method
<4>[ 2.244374] i2c-core: driver [bma2x2] using legacy resume method
<4>[ 2.244629]
<4>[ 2.244636] <6><><bmm_probe><1174>function entrance
<4>[ 2.245148]
<4>[ 2.245153] <6><><bmm_wakeup><193>waking up the chip...
<4>[ 4.020973]
<4>[ 4.020979] <6><><bmm_wakeup><209>wake up result: fail, tried times: 6
Click to expand...
Click to collapse
+BMC050 (as is is BMC http://www.bosch-sensortec.com/en/homepage/products_3/6_axis_sensors_2/ecompass/bmc050_1/bmc050, NOT bmm) :
<4>[ 4.021373] [E]<3><><bmm_probe><1193>Cannot wake up bmm050, I2C xfer error
<4>[ 4.021903] bmm050: probe of 4-0012 failed with error -5
Click to expand...
Click to collapse
#2 APDS9190:
<6>[ 4.075116] apds9190_probe,Proximity apds9190_init_client Fail in Probe
<6>[ 4.075329] proximity_apds9190 5-0039: probe error
Click to expand...
Click to collapse
#3 RT9396:
4>[ 0.513224] rt9396 init start
<6>[ 0.513616] rt9396bl:rt9396_probe: start, client addr=0x54
<7>[ 0.514189] Registered led device: lcd-backlight
<3>[ 0.514208] rt9396bl:rt9396_probe: Registering led class dev successfully.
<7>[ 0.514679] Registered led device: button-backlight
<3>[ 0.514696] rt9396bl:rt9396_probe: Registering led class dev successfully.
<3>[ 0.515536] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x34)
<6>[ 0.515883] rt9396bl:rt9396_set_table: i2c failed addr:131, value:52
<3>[ 0.516679] rt9396bl:rt9396_write: fail to write(reg=0x93,val=0x5)
<6>[ 0.517026] rt9396bl:rt9396_set_table: i2c failed addr:147, value:5
<3>[ 0.517964] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x14)
<4>[ 0.518169] [rt9396_send_intensity] LCD-backlight ON !!!!! val:20
Click to expand...
Click to collapse
Register, but cannot write registers...fail (as actual device is BU61800 and msm's pmic)
.. sooo, please, someone who have that Kernel 'REAL' working with registering all devices (without sensors as OP say's) please provide dmesg from that WORKING Kernel.
Thx
fergy said:
So, to reply to Myself:
#1 BMA2x2
+BMC050 (as is is BMC http://www.bosch-sensortec.com/en/homepage/products_3/6_axis_sensors_2/ecompass/bmc050_1/bmc050, NOT bmm) :
#2 APDS9190:
#3 RT9396:
Register, but cannot write registers...fail (as actual device is BU61800 and msm's pmic)
.. sooo, please, someone who have that Kernel 'REAL' working with registering all devices (without sensors as OP say's) please provide dmesg from that WORKING Kernel.
Thx
Click to expand...
Click to collapse
try looking at lproj 3.4 kernel on teamhacklg github. it has a e400 defconfig. maybe it's a good starting point for you. http://github.com/teamhacklg. sorry spoke to soon, there's no defconfig.
tudorsirb said:
try looking at lproj 3.4 kernel on teamhacklg github. it has a e400 defconfig. maybe it's a good starting point for you. http://github.com/teamhacklg. sorry spoke to soon, there's no defconfig.
Click to expand...
Click to collapse
I have right config for board, but as I say above, there is wrong pin configuration, wrong registers, so that must to be fixed if one expect to get sensors working.
Hacklg have config for 2.6 kernel, not for 3.x
In attach is My config for 3.4
fergy said:
I have right config for board, but as I say above, there is wrong pin configuration, wrong registers, so that must to be fixed if one expect to get sensors working.
Hacklg have config for 2.6 kernel, not for 3.x
In attach is My config for 3.4
Click to expand...
Click to collapse
thank you fergy, just getting back to compiling
hecatae said:
thank you fergy, just getting back to compiling
Click to expand...
Click to collapse
BTW, right registers for L3:
Touch GPIO:
Code:
I2C_SDA 10
I2C_SCL 9
IRQ 39
I2C_SLAVE_ADDR 0x48
Sensor GPIO:
Code:
I2C_SCL 49
I2C_SDA 48
Accel GPIO:
Code:
GPIO_INT 94
GPIO_I2C_SCL 49
GPIO_I2C_SDA 48
I2C_ADDRESS 0x48
Compas GPIO:
Code:
I2C_SCL 49
I2C_SDA 48
GPIO_INT 35
I2C_ADDRESS 0x10
Proxi GPIO:
Code:
I2C_SCL 16
I2C_SDA 30
GPIO_DOUT 17
I2C_ADDRESS 0x44
LDO_NO_VCC 1
Note that You must rearrange voltage @Board-msm7x27a-regulator:
Code:
PCOM_VREG_LDO(ldo01, 12, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo02, 13, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo03, 49, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, n),
EDIT:
As from technical specs, power module must to give right power voltage for specific part of hardware so it can run.
Also, the rest of power registers:
Code:
PCOM_VREG_SMP(smps1, 3, NULL, 1100000, 1100000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_SMP(smps2, 4, NULL, 1100000, 1100000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_SMP(smps3, 2, NULL, 1800000, 1800000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_SMP(smps4, 24, NULL, 2100000, 2100000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_LDO(ldo01, 12, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p), /* fergy(from shematics) : <lcd operating at 1.8v: VREG_MSME_1.8V, lcd firmware loader need 3.3v and other functions need 2.8v: VREG_LCD_2.8V> so ldo01 need this change here */
PCOM_VREG_LDO(ldo02, 13, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo03, 49, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, n), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo04, 50, NULL, 800000, 2850000, 0, -1, 0, 0, 0, 0, n), /* min (800000 -> 2850000) */
PCOM_VREG_LDO(ldo05, 45, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, n), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo06, 51, NULL, 1200000, 1200000, 0, -1, 0, 0, 0, 0, n), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo07, 0, NULL, 2600000, 2600000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo08, 9, NULL, 2850000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo09, 44, NULL, 1800000, 1800000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo10, 52, NULL, 2800000, 3000000, 0, -1, 0, 0, 0, 0, p), /* min (2800000 -> 3000000) */
PCOM_VREG_LDO(ldo11, 53, NULL, 1800000, 1800000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo12, 21, NULL, 2850000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo13, 18, NULL, 2850000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo14, 16, NULL, 3300000, 3300000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo15, 54, NULL, 1800000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo16, 19, NULL, 3000000, 3000000, 0, -1, 0, 0, 0, 0, p), /* NFC 3.0 V */
PCOM_VREG_LDO(ldo17, 56, NULL, 3000000, 3300000, 0, -1, 0, 0, 0, 0, p), /* min (3000000 -> 3300000) */
PCOM_VREG_LDO(ldo18, 11, NULL, 2700000, 2700000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo19, 57, NULL, 1200000, 1800000, 0, -1, 0, 0, 0, 0, p), /* min (1200000 -> 1800000) */
/* not used vreg_ncp */
PCOM_VREG_NCP(ncp, 31, NULL, -1800000, -1800000, 0, 0, 0, 0, 0),
as per old regulato code:
Code:
RT8053_VREG_INIT(LDO1, 1200000, 3300000),
RT8053_VREG_INIT(LDO2, 1200000, 3300000),
RT8053_VREG_INIT(LDO3, 1200000, 3300000),
RT8053_VREG_INIT(LDO4, 800000, 2850000),
RT8053_VREG_INIT(LDO5, 1200000, 3300000),
RT8053_VREG_INIT(DCDC1, 800000, 2300000),
In attachments 7225A pinouts and LCD pinouts....
Enjoy in research.
PS, if You need any help, PM or em[email protected]
Cheers
PS2:
LOG from My Kernel:
Code:
<6>[-----------------------][ 0.000000] Booting Linux on physical CPU 0
<6>[-----------------------][ 0.000000] Initializing cgroup subsys cpu
<5>[-----------------------][ 0.000000] Linux version 3.4.0 ([email protected]) (gcc version 4.4.3 (GCC) ) #48 PREEMPT Wed Oct 23 00:39:38 CEST 2013
<4>[-----------------------][ 0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
<4>[-----------------------][ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[-----------------------][ 0.000000] Machine: LG MSM7225AB
<6>[-----------------------][ 0.000000] memory pool 3 (start 26600000 size 1a00000) initialized
<4>[-----------------------][ 0.000000] Memory policy: ECC disabled, Data cache writeback
<1>[-----------------------][ 0.000000] Initialized strongly ordered page successfully
<3>[-----------------------][ 0.000000] smem_find(137, 80): wrong size 64
<3>[-----------------------][ 0.000000] smem_find(137, 72): wrong size 64
<6>[-----------------------][ 0.000000] socinfo_init: v4, id=99, ver=1.1, raw_id=1540, raw_ver=1, hw_plat=2, hw_plat_ver=65536
<6>[-----------------------][ 0.000000] L310 cache controller enabled
<6>[-----------------------][ 0.000000] l2x0: 8 ways, CACHE_ID 0x410054c7, AUX_CTRL 0x00540000, Cache size: 262144 B
<7>[-----------------------][ 0.000000] On node 0 totalpages: 78592
<7>[-----------------------][ 0.000000] free_area_init_node: node 0, pgdat c092474c, node_mem_map c1055800
<7>[-----------------------][ 0.000000] Normal zone: 1436 pages used for memmap
<7>[-----------------------][ 0.000000] Normal zone: 0 pages reserved
<7>[-----------------------][ 0.000000] Normal zone: 77156 pages, LIFO batch:15
<6>[-----------------------][ 0.000000] allocating 1843200 bytes at c15f8000 (17f8000 physical) for fb
<6>[-----------------------][ 0.000000] Initialized persistent memory from 0ff00000-0ff3dffe
<7>[-----------------------][ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
<7>[-----------------------][ 0.000000] pcpu-alloc: [0] 0
<4>[-----------------------][ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 77156
<5>[-----------------------][ 0.000000] Kernel command line: androidboot.hardware=e0 lge.rev=rev_12 lge.reboot=reboot uart_console=disable lge.frst=flag3 kcal=000000000000000000 androidboot.emmc=true androidboot.serialno=1e2bf5 androidboot.baseband=msm
<6>[-----------------------][ 0.000000] BOARD: LGE rev_12
<6>[-----------------------][ 0.000000] rebootmode_setup , reboot_mode = 0
<6>[-----------------------][ 0.000000] UART CONSOLE : disable
<6>[-----------------------][ 0.000000] FRST MODE : flag3
<6>[-----------------------][ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[-----------------------][ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[-----------------------][ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[-----------------------][ 0.000000] Memory: 205MB 102MB = 307MB total
<5>[-----------------------][ 0.000000] Memory: 297260k/297260k available, 43732k reserved, 0K highmem
<5>[-----------------------][ 0.000000] Virtual kernel memory layout:
<5>[-----------------------][ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
<5>[-----------------------][ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
<5>[-----------------------][ 0.000000] vmalloc : 0xd5000000 - 0xff000000 ( 672 MB)
<5>[-----------------------][ 0.000000] lowmem : 0xc0000000 - 0xd4d00000 ( 333 MB)
<5>[-----------------------][ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
<5>[-----------------------][ 0.000000] .text : 0xc0008000 - 0xc0847368 (8445 kB)
<5>[-----------------------][ 0.000000] .init : 0xc0848000 - 0xc087a000 ( 200 kB)
<5>[-----------------------][ 0.000000] .data : 0xc087a000 - 0xc0940fb0 ( 796 kB)
<5>[-----------------------][ 0.000000] .bss : 0xc0940fd4 - 0xc0b32100 (1989 kB)
<6>[-----------------------][ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
<6>[-----------------------][ 0.000000] NR_IRQS:645
<6>[-----------------------][ 0.000000] sched_clock: 27 bits at 600kHz, resolution 1666ns, wraps every 223696ms
<6>[-----------------------][ 0.000000] Console: colour dummy device 80x30
<6>[-----------------------][ 0.000000] console [tty0] enabled
<6>[-----------------------][ 0.001876] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
<6>[-----------------------][ 0.070119] pid_max: default: 32768 minimum: 301
<6>[-----------------------][ 0.070631] Mount-cache hash table entries: 512
<6>[-----------------------][ 0.071753] Initializing cgroup subsys cpuacct
<6>[-----------------------][ 0.071818] Initializing cgroup subsys devices
<6>[-----------------------][ 0.071871] Initializing cgroup subsys freezer
<6>[-----------------------][ 0.071919] Initializing cgroup subsys net_cls
<6>[-----------------------][ 0.072024] CPU: Testing write buffer coherency: ok
<6>[-----------------------][ 0.072586] hw perfevents: enabled with ARMv7 Cortex-A5 PMU driver, 3 counters available
<6>[-----------------------][ 0.072834] Setting up static identity map for 0x7d3118 - 0x7d317c
<6>[-----------------------][ 0.083881] dummy:
<6>[-----------------------][ 0.084523] NET: Registered protocol family 16
<6>[-----------------------][ 0.086551] gpiochip_add: registered GPIOs 0 to 15 on device: generic
<6>[-----------------------][ 0.086748] gpiochip_add: registered GPIOs 16 to 42 on device: generic
<6>[-----------------------][ 0.086933] gpiochip_add: registered GPIOs 43 to 67 on device: generic
<6>[-----------------------][ 0.087176] gpiochip_add: registered GPIOs 68 to 94 on device: generic
<6>[-----------------------][ 0.087364] gpiochip_add: registered GPIOs 95 to 106 on device: generic
<6>[-----------------------][ 0.087549] gpiochip_add: registered GPIOs 107 to 132 on device: generic
<6>[-----------------------][ 0.088831] Shared PLL control available.
<6>[-----------------------][ 0.092576] acpuclk_7627_probe()
<6>[-----------------------][ 0.093818] ACPU running at 600000 KHz
<6>[-----------------------][ 0.093869] Id CPU-KHz PLL DIV AHB-KHz ADIV AXI-KHz D0 D1 D2 D4 U0 U1 U2 U4
<6>[-----------------------][ 0.093949] 0 19200 5 1 2400 4 30720 -1 -1 -1 -1 5 3 4 6
<6>[-----------------------][ 0.094026] 1 61440 1 4 7680 4 61440 -1 -1 -1 -1 5 3 4 6
<6>[-----------------------][ 0.094101] 2 122880 1 2 15360 4 61440 -1 1 -1 -1 7 3 4 6
<6>[-----------------------][ 0.094178] 3 245760 1 1 30720 4 61440 -1 1 -1 -1 7 -1 8 6
<6>[-----------------------][ 0.094254] 4 300000 2 4 37500 4 122880 -1 1 -1 -1 7 -1 8 6
<6>[-----------------------][ 0.094331] 5 320000 0 3 40000 4 122880 -1 1 4 -1 7 -1 8 6
<6>[-----------------------][ 0.094408] 6 400000 4 2 50000 4 122880 5 1 4 -1 7 -1 8 9
<6>[-----------------------][ 0.094483] 7 480000 0 2 60000 4 122880 5 2 4 6 -1 -1 8 9
<6>[-----------------------][ 0.094559] 8 600000 2 2 75000 4 160000 5 3 4 6 -1 -1 -1 9
<6>[-----------------------][ 0.094636] 9 800000 4 1 100000 4 200000 7 -1 8 6 -1 -1 -1 -1
<6>[-----------------------][ 0.094703] CPU0: 6 scaling frequencies supported.
<6>[-----------------------][ 0.095214] smps1: 1100 mV normal
<6>[-----------------------][ 0.095743] smps2: 1100 mV normal
<6>[-----------------------][ 0.096164] smps3: 1800 mV normal
<6>[-----------------------][ 0.096599] smps4: 2100 mV normal
<6>[-----------------------][ 0.097064] ldo01: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.097509] ldo02: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.097953] ldo03: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.098393] ldo04: 800 <--> 2850 mV normal
<6>[-----------------------][ 0.098834] ldo05: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.099313] ldo06: 1200 mV normal
<6>[-----------------------][ 0.099759] ldo07: 2600 mV normal
<6>[-----------------------][ 0.100199] ldo08: 2850 mV normal
<6>[-----------------------][ 0.100731] ldo09: 1800 mV normal
<6>[-----------------------][ 0.101181] ldo10: 2800 <--> 3000 mV normal
<6>[-----------------------][ 0.101678] ldo11: 1800 mV normal
<6>[-----------------------][ 0.102103] ldo12: 2850 mV normal
<6>[-----------------------][ 0.102574] ldo13: 2850 mV normal
<6>[-----------------------][ 0.103053] ldo14: 3300 mV normal
<6>[-----------------------][ 0.103509] ldo15: 1800 <--> 2850 mV normal
<6>[-----------------------][ 0.103969] ldo16: 3000 mV normal
<6>[-----------------------][ 0.104403] ldo17: 3000 <--> 3300 mV normal
<6>[-----------------------][ 0.104868] ldo18: 2700 mV normal
<6>[-----------------------][ 0.105323] ldo19: 1200 <--> 1800 mV normal
<6>[-----------------------][ 0.105784] ncp: 1800 mV normal
<6>[-----------------------][ 0.108236] persistent_ram: uncorrectable error in header
<6>[-----------------------][ 0.108313] persistent_ram: no valid data in buffer (sig = 0x00000000)
<6>[-----------------------][ 0.134009] console [ram-1] enabled
<4>[-----------------------][ 0.135923] smps3: Failed to create debugfs directory
<6>[-----------------------][ 0.136394] ebi2_tovis_power_save: on=1
<5>[-----------------------][ 0.141893] Boot Reason = 0x01
<6>[-----------------------][ 0.142263] CRASH LOG START ADDR : 0xcf3e000
<6>[-----------------------][ 0.142609] CRASH LOG END ADDR : 0xcf3efff
<6>[-----------------------][ 0.148831] fs_gfx3d: normal
<6>[-----------------------][ 0.189384] bio: create slab <bio-0> at 0
<6>[-----------------------][ 0.190898] ION heap vmalloc created
<6>[-----------------------][ 0.191329] ION heap camera_preview created at 26600000 with size 1000000
<6>[-----------------------][ 0.191736] ION heap audio created at 27600000 with size 22e000
<6>[-----------------------][ 0.192001] ION heap sf created at 2782e000 with size 7a0000
<5>[-----------------------][ 0.193088] SCSI subsystem initialized
<6>[-----------------------][ 0.193954] usbcore: registered new interface driver usbfs
<6>[-----------------------][ 0.194446] usbcore: registered new interface driver hub
<6>[-----------------------][ 0.195166] usbcore: registered new device driver usb
<6>[-----------------------][ 0.196259] i2c-gpio i2c-gpio.2: using pins 112 (SDA) and 111 (SCL)
<6>[-----------------------][ 0.196898] i2c-gpio i2c-gpio.3: using pins 10 (SDA) and 9 (SCL)
<6>[-----------------------][ 0.197789] i2c-gpio i2c-gpio.4: using pins 48 (SDA) and 49 (SCL)
<6>[-----------------------][ 0.198544] i2c-gpio i2c-gpio.5: using pins 30 (SDA) and 16 (SCL)
<6>[-----------------------][ 0.198966] Linux media interface: v0.10
<6>[-----------------------][ 0.199259] Linux video capture interface: v2.00
<6>[-----------------------][ 0.200178] Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>[-----------------------][ 0.201623] Bluetooth: Core ver 2.16
<6>[-----------------------][ 0.201926] NET: Registered protocol family 31
<6>[-----------------------][ 0.202276] Bluetooth: HCI device and connection manager initialized
<6>[-----------------------][ 0.202509] Bluetooth: HCI socket layer initialized
<6>[-----------------------][ 0.202861] Bluetooth: L2CAP socket layer initialized
<6>[-----------------------][ 0.203661] Bluetooth: SCO socket layer initialized
<6>[-----------------------][ 0.204669] cfg80211: Calling CRDA to update world regulatory domain
<6>[-----------------------][ 0.206219] Switching to clocksource dg_timer
<6>[-----------------------][ 0.256563] NET: Registered protocol family 2
<6>[-----------------------][ 0.257419] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[-----------------------][ 0.259088] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[-----------------------][ 0.261809] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
<6>[-----------------------][ 0.263358] TCP: Hash tables configured (established 16384 bind 16384)
<6>[-----------------------][ 0.263611] TCP: reno registered
<6>[-----------------------][ 0.264063] UDP hash table entries: 256 (order: 1, 12288 bytes)
<6>[-----------------------][ 0.264561] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
<6>[-----------------------][ 0.265464] NET: Registered protocol family 1
<6>[-----------------------][ 0.266373] Unpacking initramfs...
<6>[-----------------------][ 0.306193] Freeing initrd memory: 320K
<3>[-----------------------][ 0.313148] Notify: smsm init
<4>[-----------------------][ 0.313904] get_nand_partitions: no flash partition table in shared memory
<6>[-----------------------][ 0.321429] rpcrouter_smd_remote_notify: smd opened 0x (null)
<3>[-----------------------][ 0.325761] rpcrouter: Server create rejected, version = 0, program = 3000003b
<6>[-----------------------][ 0.330666] [adsp.c:adsp_init] rs00000000 -- 0
<6>[-----------------------][ 0.332506] [audpp.c:audpp_probe] Number of decoder supported 5
<6>[-----------------------][ 0.332884] [audpp.c:audpp_probe] Number of concurrency supported 8
<6>[-----------------------][ 0.333251] [audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[-----------------------][ 0.333473] [audpp.c:audpp_probe] queueid:13
<6>[-----------------------][ 0.333819] [audpp.c:audpp_probe] decid:0
<6>[-----------------------][ 0.334166] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.334383] [audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[-----------------------][ 0.334739] [audpp.c:audpp_probe] queueid:14
<6>[-----------------------][ 0.334944] [audpp.c:audpp_probe] decid:1
<6>[-----------------------][ 0.335288] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.335643] [audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[-----------------------][ 0.335863] [audpp.c:audpp_probe] queueid:15
<6>[-----------------------][ 0.336209] [audpp.c:audpp_probe] decid:2
<6>[-----------------------][ 0.336414] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.350538] [audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[-----------------------][ 0.350906] [audpp.c:audpp_probe] queueid:16
<6>[-----------------------][ 0.351254] [audpp.c:audpp_probe] decid:3
<6>[-----------------------][ 0.351459] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.351814] [audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[-----------------------][ 0.352173] [audpp.c:audpp_probe] queueid:17
<6>[-----------------------][ 0.352379] [audpp.c:audpp_probe] decid:4
<6>[-----------------------][ 0.352724] [audpp.c:audpp_probe] nr_codec_support:1
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** CUT *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
<4>[-----------------------][ 0.612901] BU61800 init start
<7>[-----------------------][ 0.613764] Registered led device: lcd-backlight
<3>[-----------------------][ 0.613788] bu61800bl:bu61800_probe: Registering led class dev successfully.
<7>[-----------------------][ 0.614201] Registered led device: button-backlight
<3>[-----------------------][ 0.614221] bu61800bl:bu61800_probe: Registering led class dev successfully.
<3>[-----------------------][ 0.618993] bu61800bl:bu61800_probe: done
<6>[-----------------------][ 0.622471] setting pdata->panel_info.fb_num to 3. type: 2
<6>[-----------------------][ 0.624686] FrameBuffer[0] 240x320 size=491520 bytes is registered successfully!
<4>[-----------------------][ 0.625536] Read GPIO LCD port 1
<6>[-----------------------][ 0.909313] input: touch_mcs8000 as /devices/virtual/input/input0
<7>[-----------------------][ 0.909939] evbug: Connected device: input0 (touch_mcs8000 at unknown)
<6>[-----------------------][ 0.910596] ts_set_veg : 0
<6>[-----------------------][ 0.936828] ts_set_veg : 1
<6>[-----------------------][ 0.976683] Touchscreen is connected to the board
<4>[-----------------------][ 1.049021] <MELFAS> CORE_VERSION : 0x D
<4>[-----------------------][ 1.050483] GPIO Matrix Keypad Driver: Start keypad matrix for e0_keypad in interrupt mode
<6>[-----------------------][ 1.051456] input: e0_keypad as /devices/virtual/input/input1
<7>[-----------------------][ 1.052071] evbug: Connected device: input1 (e0_keypad at unknown)
<6>[-----------------------][ 1.053309] Bosch Sensortec Device detected!
<6>[-----------------------][ 1.053323] BMA250 registered I2C driver!
<6>[-----------------------][ 1.054269] input: bma250 as /devices/virtual/input/input2
<7>[-----------------------][ 1.054696] evbug: Connected device: input2 (bma250 at unknown)
<4>[-----------------------][ 1.056076]
<4>[-----------------------][ 1.056084] [I]<6><><bmm_probe><1174>function entrance
<4>[-----------------------][ 1.056689]
<4>[-----------------------][ 1.056698] [I]<6><><bmm_wakeup><193>waking up the chip...
<4>[-----------------------][ 1.061524]
<4>[-----------------------][ 1.061533] [I]<6><><bmm_wakeup><209>wake up result: succeed, tried times: 2
<4>[-----------------------][ 1.062076]
<4>[-----------------------][ 1.062083] [I]<6><><bmm_probe><1198>register dump after waking up
<7>[-----------------------][ 1.062641] 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
<7>[-----------------------][ 1.062653]
<7>[-----------------------][ 1.071508] 32 01 01 00 01 00 01 00 00 00 00 01 06 3f 07 00
<7>[-----------------------][ 1.071519] 00 00 00 ff 00 1c a5 42 00 a0 36 63 1a ff 0b 00
<7>[-----------------------][ 1.071531] 46 28 28 00 fd fd 0c 00 00 03 39 54 07 1a 35 fe
<7>[-----------------------][ 1.071541] fe 1c ff ff ff ff ff ff ff ff ff ff ff ff ff ff
<7>[-----------------------][ 1.071553]
<4>[-----------------------][ 1.072181]
<4>[-----------------------][ 1.072188] [I]<6><><bmm_check_chip_id><144>read chip id result: 0x32
<4>[-----------------------][ 1.072874]
<4>[-----------------------][ 1.072881] [N]<5><><bmm_probe><1203>Bosch Sensortec Device bmm050 detected
<6>[-----------------------][ 1.073799] input: bmm050 as /devices/virtual/input/input3
<7>[-----------------------][ 1.074198] evbug: Connected device: input3 (bmm050 at unknown)
<7>[-----------------------][ 1.087289] 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
<7>[-----------------------][ 1.087303]
<7>[-----------------------][ 1.096151] 32 01 01 00 01 00 01 00 00 00 00 01 06 3f 07 00
<7>[-----------------------][ 1.096163] 00 04 0f ff 00 1c a5 42 00 a0 36 63 1a ff 0b 00
<7>[-----------------------][ 1.096174] 46 28 28 00 fd fd 0c 00 00 03 39 54 07 1a 35 fe
<7>[-----------------------][ 1.096184] fe 1c ff ff ff ff ff ff ff ff ff ff ff ff ff ff
<7>[-----------------------][ 1.096196]
<4>[-----------------------][ 1.097356]
<4>[-----------------------][ 1.097364] [N]<5><><bmm_probe><1295>sensor bmm050 probed successfully
From CM:
Code:
--------- beginning of /dev/log/main
I/cm ( 112): ____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___
I/cm ( 113): | \_/ |__| |\ | | | | __ |___ |\ | |\/| | | | \
I/cm ( 114): |___ | | | | \| |__| |__] |___ | \| | | |__| |__/
I/cm ( 117): Welcome to Android 4.3 / CyanogenMod-10.2-20131009-UNOFFICIAL-e400
Nobody? Nothing? Why?
fergy said:
Nobody? Nothing? Why?
Click to expand...
Click to collapse
I dont think there are some other devs from l3 who can help u! But u've done a rly good work, yet! So we are pleased to see a first build of cm10/1/2/3 or even 11
The whole l3 comunity will apprecate your work!
All drivers are there in the LG E600 kernel, you just have to make a proper config file, compile and boot. You may have to debug using ADB a few times but if you have enough spare time, in few hours, one day at most, you should be able to boot it.
Don't try to boot the kernel with an Android 2.3 or 4.0 image because it won't work. Use CM10 or, better yet, CM10.1.
thank you for your progress till now, waiting to see more progress and a bootable cm10.1/2 port !
Anyone developing this kernel, please linger on freenode, channel #teamhacklg. I will normally be on, and I will assist where I can.
Sent from my Nexus 7 using Tapatalk
cybojenix said:
Anyone developing this kernel, please linger on freenode, channel #teamhacklg. I will normally be on, and I will assist where I can.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
finally in a position to start some development, on #teamhacklg too.
if anyone wants to look a tthe experimental 3.4 kernel, it's here: https://github.com/TeamHackLG/lge-kernel-lproj
hecatae said:
finally in a position to start some development, on #teamhacklg too.
if anyone wants to look a tthe experimental 3.4 kernel, it's here: https://github.com/TeamHackLG/lge-kernel-lproj
Click to expand...
Click to collapse
https://github.com/TeamHackLG/lge-kernel-lproj/tree/l3/3.4/4.1
cybojenix said:
https://github.com/TeamHackLG/lge-kernel-lproj/tree/l3/3.4/4.1
Click to expand...
Click to collapse
Code:
--------- beginning of /dev/log/main
I/cm ( 116): Welcome to Android 4.1.2 / CyanogenMod-10-20131116-UNOFFICIAL-e400
I/cm ( 117): _
I/cm ( 118): __ __ _ ___ _ _ __ ___ __ _ _ _ _ __ __))
I/cm ( 119): ((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(
I/cm ( 120): )) _))
I/cm ( 121):
I/DEBUG ( 126): debuggerd: Nov 16 2013 15:02:12
and??
Post more
cr3pt said:
and??
Post more
Click to expand...
Click to collapse
Code:
<6>[ 0.293793] ION heap camera_preview created at 26600000 with size 1000000
<6>[ 0.294124] ION heap audio created at 27600000 with size 22e000
<6>[ 0.294333] ION heap sf created at 2782e000 with size 7a0000
<5>[ 0.295201] SCSI subsystem initialized
<6>[ 0.295699] usbcore: registered new interface driver usbfs
<6>[ 0.295979] usbcore: registered new interface driver hub
<6>[ 0.296479] usbcore: registered new device driver usb
<6>[ 0.297118] i2c-gpio i2c-gpio.2: using pins 112 (SDA) and 111 (SCL)
<6>[ 0.297673] i2c-gpio i2c-gpio.3: using pins 10 (SDA) and 9 (SCL)
<6>[ 0.298198] i2c-gpio i2c-gpio.4: using pins 35 (SDA) and 13 (SCL)
<6>[ 0.298759] i2c-gpio i2c-gpio.5: using pins 30 (SDA) and 16 (SCL)
<6>[ 0.299314] i2c-gpio i2c-gpio.6: using pins 80 (SDA) and 77 (SCL)
<6>[ 0.299546] Linux media interface: v0.10
<6>[ 0.299778] Linux video capture interface: v2.00
<6>[ 0.300451] Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>[ 0.301404] Bluetooth: Core ver 2.16
<6>[ 0.301778] NET: Registered protocol family 31
<6>[ 0.301954] Bluetooth: HCI device and connection manager initialized
<6>[ 0.302261] Bluetooth: HCI socket layer initialized
<6>[ 0.302434] Bluetooth: L2CAP socket layer initialized
<6>[ 0.303024] Bluetooth: SCO socket layer initialized
<6>[ 0.304196] Switching to clocksource dg_timer
<6>[ 0.330859] NET: Registered protocol family 2
<6>[ 0.331598] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 0.332368] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[ 0.333163] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.333748] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 0.333938] TCP: reno registered
<6>[ 0.334114] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.334531] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.335374] NET: Registered protocol family 1
<6>[ 0.335908] Unpacking initramfs...
<6>[ 0.371669] Freeing initrd memory: 320K
<3>[ 0.376664] Notify: smsm init
<4>[ 0.377214] get_nand_partitions: no flash partition table in shared memory
<6>[ 0.381979] rpcrouter_smd_remote_notify: smd opened 0x (null)
<3>[ 0.385018] rpcrouter: Server create rejected, version = 0, program = 3000003b
<3>[ 0.386558] rpcrouter: Server create rejected, version = 0, program = 30000051
<6>[ 0.398306] [adsp.c:adsp_init] msm_adsp -- 0
<6>[ 0.399738] [audpp.c:audpp_probe] Number of decoder supported 5
<6>[ 0.399929] [audpp.c:audpp_probe] Number of concurrency supported 8
<6>[ 0.400233] [audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[ 0.400411] [audpp.c:audpp_probe] queueid:13
<6>[ 0.400581] [audpp.c:audpp_probe] decid:0
<6>[ 0.400749] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.400924] [audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[ 0.401224] [audpp.c:audpp_probe] queueid:14
<6>[ 0.401403] [audpp.c:audpp_probe] decid:1
<6>[ 0.401694] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.401871] [audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[ 0.402048] [audpp.c:audpp_probe] queueid:15
<6>[ 0.402339] [audpp.c:audpp_probe] decid:2
<6>[ 0.402511] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.402804] [audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[ 0.402981] [audpp.c:audpp_probe] queueid:16
<6>[ 0.403153] [audpp.c:audpp_probe] decid:3
<6>[ 0.403443] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.403618] [audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[ 0.403913] [audpp.c:audpp_probe] queueid:17
<6>[ 0.404084] [audpp.c:audpp_probe] decid:4
<6>[ 0.404253] [audpp.c:audpp_probe] nr_codec_support:1
<6>[ 0.405756] __msm_rpc_connect: server not found 30000002:20001
<1>[ 0.407821] dma_test_init, minor number 35
<6>[ 0.408194] lge_panic_handler: got buffer at cf3e000, size 1000
<6>[ 0.408574] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0d0c0000, size = 0x00300000
<6>[ 0.408898] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0cfc0000, size = 0x00100000
<6>[ 0.409426] rmt_storage_probe: Remote storage RPC client (0x300000a7)initialized
<6>[ 0.414814] rmt_storage_set_client_status Entered
<4>[ 0.415849] diagcmd_probe:lg_fw_diagcmd
<6>[ 0.416374] lge_emmc_direct_access_init: started
<6>[ 0.416668] lge_emmc_direct_access_init: finished
<6>[ 0.616374] fuse init (API version 7.18)
<6>[ 0.617114] msgmni has been set to 582
<4>[ 0.617829] cryptomgr_test used greatest stack depth: 7136 bytes left
<6>[ 0.620109] io scheduler noop registered
<6>[ 0.620363] io scheduler cfq registered (default)
<4>[ 0.620878] rt9396 init start
<6>[ 0.621111] rt9396bl:rt9396_probe: start, client addr=0x54
<7>[ 0.621769] Registered led device: lcd-backlight
<3>[ 0.621786] rt9396bl:rt9396_probe: Registering led class dev successfully.
<7>[ 0.622088] Registered led device: button-backlight
<3>[ 0.622103] rt9396bl:rt9396_probe: Registering led class dev successfully.
<3>[ 0.623034] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x34)
<6>[ 0.623219] rt9396bl:rt9396_set_table: i2c failed addr:131, value:52
<3>[ 0.624116] rt9396bl:rt9396_write: fail to write(reg=0x93,val=0x5)
<6>[ 0.624601] rt9396bl:rt9396_set_table: i2c failed addr:147, value:5
<3>[ 0.625386] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x14)
<4>[ 0.625688] [rt9396_send_intensity] LCD-backlight ON !!!!! val:20
<3>[ 0.625869] rt9396bl:rt9396_probe: done
<6>[ 0.628228] setting pdata->panel_info.fb_num to 3. type: 2
<4>[ 0.628949] ### call the initial lut update routine
<4>[ 0.629133] mdp_lut_init_update_lcdc start ..
<4>[ 0.629426] ### mdp_lut_init_update_lcdc mdp_lut_init_update_lcdc++: mdp_lut_i = 0
<4>[ 0.629619] ### mdp_lut_hw_updae++: mdp_lut_i = 0
<4>[ 0.629793] #### Sign is not Matched#### Cal value R=255 G=255 B=255
<4>[ 0.630303] mdp_lut_init_update_lcdc end.........
<6>[ 0.631391] FrameBuffer[0] 240x320 size=491520 bytes is registered successfully!
<6>[ 0.632286] msm_serial: detected port #0
<6>[ 0.632564] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 9) is a MSM
<6>[ 0.633293] msm_serial: driver initialized
<6>[ 0.634191] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 0.634934] msm_serial_hs module loaded
<6>[ 0.637033] LG_FW : diagchar_open succeed
<7>[ 0.637294] LG_FW : CreateWaitThread, diagchar_read 10004 byte
<7>[ 0.637316] LG_FW : CreateWaitThread, diagchar_read 1004 byte
<7>[ 0.637356] LG_FW : CreateWaitThread, diagchar_read 8004 byte
<6>[ 0.637383] diagchar initialized now
<6>[ 0.637551] MTS_TTY: mtsk_tty_init
<6>[ 0.638034] mtsk_tty_init SUCESS MTS_TTY_REGISTERED
<4>[ 0.640509] dalrpc_rcv_DAL0 used greatest stack depth: 7056 bytes left
<6>[ 0.641459] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
<6>[ 0.646673] loop: module loaded
<6>[ 0.647171] lge_tty_atcmd_init: initialize atcmd-ttys
<6>[ 0.647608] lge_kcal_init: finished
<6>[ 0.865471] SCSI Media Changer driver v0.25
<6>[ 0.866386] tun: Universal TUN/TAP device driver, 1.6
<6>[ 0.866573] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 0.866994] rmnet_init: SMD devices[8]
<6>[ 0.873634] PPP generic driver version 2.4.2
<4>[ 0.874633] kworker/u:1 used greatest stack depth: 6748 bytes left
<4>[ 0.874941] kworker/u:1 used greatest stack depth: 6652 bytes left
<6>[ 0.875961] PPP MPPE Compression module registered
<6>[ 0.876154] NET: Registered protocol family 24
<7>[ 0.876494] gpio_request: gpio-141 (i2c_host_vbus_en) status -22
<3>[ 0.876511] failed to request 141 GPIO
<6>[ 0.877761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 0.878114] host driver registered w/ tranceiver
<6>[ 0.878616] usbcore: registered new interface driver usb_ehset_test
<6>[ 0.879364] peripheral driver registered w/ tranceiver
<6>[ 0.880416] mbim_init: initialize 1 instances
<6>[ 0.880738] mbim_init: Initialized 1 ports
<6>[ 0.883354] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 0.883558] android_usb gadget: Number of LUNs=1
<6>[ 0.883858] lun0: LUN: removable file: (no medium)
<6>[ 0.885774] android_set_factory_mode : Using Normal Cable (11)
<6>[ 0.886099] android_usb gadget: android_usb ready
<6>[ 0.887154] input: touch_mcs8000 as /devices/virtual/input/input0
<6>[ 1.104546] msm_hsusb_set_vbus_state USB Connection
<6>[ 1.104861] msm_hsusb_set_vbus_state irq conunt is false
<4>[ 1.176676] Touch PRODUCT = LE0, comp_ver = 0
<6>[ 1.176974] Firmware ver : [0],HW ver : [0]
<6>[ 1.177146] .......MFS_ISC_SINGLE update.........
<4>[ 1.177441] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.177634] ldo01: Failed to create debugfs directory
<4>[ 1.284431] ldo01: Failed to create debugfs directory
<4>[ 1.394414] <MELFAS> mass erase start
<4>[ 1.394423]
<6>[ 1.415223] android_set_factory_mode : Using Normal Cable (11)
<6>[ 1.644588] android_work: android_work: did not send uevent (0 0 (null))
<4>[ 1.874409] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.874759] ldo01: Failed to create debugfs directory
<4>[ 1.984429] ldo01: Failed to create debugfs directory
<4>[ 2.095278] GPIO Matrix Keypad Driver: Start keypad matrix for vee3_keypad in interrupt mode
<6>[ 2.095903] input: vee3_keypad as /devices/virtual/input/input1
<6>[ 2.096653] bma2x2_probe
<6>[ 2.381861] Bosch Sensortec Device not found retry_chipid = 0
<6>[ 2.382169] i2c_smbus_read_word_data retry_chipid = 0, tempvalue = 8063
<6>[ 2.668391] Bosch Sensortec Device not found retry_chipid = 1
<6>[ 2.668699] i2c_smbus_read_word_data retry_chipid = 1, tempvalue = 8063
<6>[ 2.954909] Bosch Sensortec Device not found retry_chipid = 2
<6>[ 2.955219] i2c_smbus_read_word_data retry_chipid = 2, tempvalue = 8063
<6>[ 3.241456] Bosch Sensortec Device not found retry_chipid = 3
<6>[ 3.241759] i2c_smbus_read_word_data retry_chipid = 3, tempvalue = 8063
<6>[ 3.528893] Bosch Sensortec Device not found retry_chipid = 4
<6>[ 3.529079] i2c_smbus_read_word_data retry_chipid = 4, tempvalue = 8063
<6>[ 3.817149] Bosch Sensortec Device not found retry_chipid = 5
<6>[ 3.817329] i2c_smbus_read_word_data retry_chipid = 5, tempvalue = 8063
<6>[ 3.817631] Bosch Sensortec Device not foundi2c error 8063
<3>[ 4.330169] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.446624] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.795363] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.966901] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.083609] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.432946] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.604953] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.721701] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.071626] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.243809] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.360683] i2c i2c-4: sendbytes: NAK bailout.
<6>[ 6.367518] input: bma2x2 as /devices/virtual/input/input2
<4>[ 6.368141] i2c-core: driver [bma2x2] using legacy suspend method
<4>[ 6.368449] i2c-core: driver [bma2x2] using legacy resume method
<4>[ 6.368679]
<4>[ 6.368686] [I]<6><><bmm_probe><1174>function entrance
<4>[ 6.369134]
<4>[ 6.369139] [I]<6><><bmm_wakeup><193>waking up the chip...
<4>[ 8.401534]
<4>[ 8.401541] [I]<6><><bmm_wakeup><209>wake up result: fail, tried times: 6
<4>[ 8.401999]
<4>[ 8.402004] [E]<3><><bmm_probe><1193>Cannot wake up bmm050, I2C xfer error
<4>[ 8.402474] bmm050: probe of 4-0012 failed with error -5
<6>[ 8.403186] input: proximity as /devices/virtual/input/input3
<6>[ 8.403619] proximity_apds9190 5-0039: enable = 0
<3>[ 8.404439] rt9396bl:rt9396_write: fail to write(reg=0x23,val=0xc)
<6>[ 8.404744] prox_power_set,***********Proximity probe enter when power on*****
<6>[ 8.455571] apds9190_probe,Proximity apds9190_init_client Fail in Probe
<6>[ 8.455876] proximity_apds9190 5-0039: probe error
<6>[ 8.458443] RPC CALL -- TOD TIME UPDATE: ttick = 507498
<6>[ 8.458453] stamp=53795234181578752, freq = 1217159378
<3>[ 8.458959] ../../../../../../kernel/lge/msm7x27a-common/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 8.460618] using rtc device, msm_rtc, for alarms
<6>[ 8.460954] rs30000048 rs30000048.262144: rtc core: registered msm_rtc as rtc0
<6>[ 8.462061] rs30000048 rs30000048.262144: rtc core: registered msm_rtc_secure as rtc1
<6>[ 8.462566] i2c /dev entries driver
<4>[ 8.464779] hi351
<4>[ 8.465009] hi351_sensor_power_up: E 915
<3>[ 8.465308] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en enable
<3>[ 8.466116] rt9396bl:rt9396_write: fail to write(reg=0x31,val=0x4)
<3>[ 8.466416] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) failed
<3>[ 8.467189] rt9396bl:rt9396_write: fail to write(reg=0x25,val=0xb)
<3>[ 8.467491] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) failed
<3>[ 8.468383] rt9396bl:rt9396_write: fail to write(reg=0x29,val=0x1)
<3>[ 8.468563] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) failed
<3>[ 8.524404] MCLK set
<4>[ 8.564411] hi351_sensor_power_up: X 979
<3>[ 8.824426] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 8.824729] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 8.824906] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 8.825201] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.084424] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 9.084609] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 9.084903] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 9.085076] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.085374] hi351_match_id: hi351: read id failed
<3>[ 9.085549] msm_sensor_i2c_probe hi351_i2c_probe failed
<4>[ 9.085726] hi351_sensor_power_down: E 995
<3>[ 9.164513] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable start
<3>[ 9.165431] rt9396bl:rt9396_write: fail to write(reg=0x28,val=0x1)
<3>[ 9.165609] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) OFF failed
<3>[ 9.166501] rt9396bl:rt9396_write: fail to write(reg=0x24,val=0xb)
<3>[ 9.166679] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) OFF failed
<3>[ 9.167571] rt9396bl:rt9396_write: fail to write(reg=0x30,val=0x4)
<3>[ 9.167749] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) OFF failed
<3>[ 9.168049] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable end
<4>[ 9.168364] hi351_sensor_power_down: X 1029
<4>[ 9.168554] hi351: probe of 0-0040 failed with error -110
<6>[ 9.170173] I2C radio driver for Qualcomm FM Radio Transceiver , Version 1.0.0
<6>[ 9.170481] tavarua_radio: tavarua_probe: probe called
<7>[ 9.171161] msm_batt_init: enter
<7>[ 9.173439] msm_batt_enable_filter: enable vbatt filter: OK
<7>[ 9.173463] msm_batt_update_psy_status: enter
<6>[ 9.174184] BATT:FULL Soc
<7>[ 9.174368] msm_batt_update_psy_status: exit
<6>[ 9.174563] msm_batt_init: Charger/Battery = 0x00040001/0x00050001 (RPC version)
<6>[ 9.176108] msm_adc successfully registered
<6>[ 9.176411] msm_adc successfully registered
<6>[ 9.177459] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
<6>[ 9.177958] Bluetooth: HCI UART driver ver 2.2
<6>[ 9.178134] Bluetooth: HCI H4 protocol initialized
<6>[ 9.178428] Bluetooth: HCI_IBS protocol initialized
<6>[ 9.180023] mmc0: SDCC Version: 0x00000000
<3>[ 9.180493] mmc0: No card detect facilities available
<6>[ 9.182466] mmc0: Qualcomm MSM SDCC-core at 0x00000000a0600000 irq 48,0 dma 7 dmacrcri 12
<6>[ 9.182791] mmc0: Controller capabilities: 0x00000001
<6>[ 9.182966] mmc0: 8 bit data mode enabled
<6>[ 9.183256] mmc0: 4 bit data mode disabled
<6>[ 9.183426] mmc0: polling status mode disabled
<6>[ 9.183601] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.183901] mmc0: Slot eject status = 0
<6>[ 9.184069] mmc0: Power save feature enable = 1
<6>[ 9.184366] mmc0: DM non-cached buffer at ffdc0000, dma_addr 0x25960000
<6>[ 9.184614] mmc0: DM cmd busaddr 0x25960000, cmdptr busaddr 0x25977f40
<6>[ 9.185541] mmc1: SDCC Version: 0x00000000
<6>[ 9.187714] mmc1: Qualcomm MSM SDCC-core at 0x00000000a0400000 irq 24,296 dma 8 dmacrcri 6
<6>[ 9.188046] mmc1: Controller capabilities: 0x00000001
<6>[ 9.188223] mmc1: 8 bit data mode disabled
<6>[ 9.188514] mmc1: 4 bit data mode enabled
<6>[ 9.188684] mmc1: polling status mode disabled
<6>[ 9.188859] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.189159] mmc1: Slot eject status = 0
<6>[ 9.189328] mmc1: Power save feature enable = 1
<6>[ 9.189623] mmc1: DM non-cached buffer at ffd60000, dma_addr 0x25980000
<6>[ 9.189808] mmc1: DM cmd busaddr 0x25980000, cmdptr busaddr 0x25997f40
<6>[ 9.190719] mmc2: SDCC Version: 0x00000000
<3>[ 9.191116] mmc2: No card detect facilities available
<6>[ 9.192781] mmc2: Qualcomm MSM SDCC-core at 0x00000000a0500000 irq 26,0 dma 8 dmacrcri 7
<6>[ 9.192984] mmc2: Controller capabilities: 0x00000001
<6>[ 9.193281] mmc2: 8 bit data mode disabled
<6>[ 9.193601] mmc2: 4 bit data mode enabled
<6>[ 9.193894] mmc2: polling status mode disabled
<6>[ 9.194069] mmc2: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.194246] mmc2: Slot eject status = 0
<6>[ 9.194578] mmc2: Power save feature enable = 1
<6>[ 9.194758] mmc2: DM non-cached buffer at ffd40000, dma_addr 0x259a0000
<6>[ 9.195059] mmc2: DM cmd busaddr 0x259a0000, cmdptr busaddr 0x259b7f40
<6>[ 9.195501] LP5521: probe startlp5521_enable
<4>[ 9.195791]
<6>[ 9.196164] lp5521_disable_set
<6>[ 9.198374] lp5521_enable_set
<3>[ 9.219924] lp5521 6-0032: error in resetting chip
<6>[ 9.220233] lp5521_disable_set
<4>[ 9.220428] lp5521: probe of 6-0032 failed with error -5
<4>[ 9.225863] i2c-core: driver [lp5521] using legacy suspend method
<4>[ 9.226046] i2c-core: driver [lp5521] using legacy resume method
<6>[ 9.232328] usbcore: registered new interface driver usbhid
<6>[ 9.237609] usbhid: USB HID core driver
<6>[ 9.243784] ashmem: initialized
<6>[ 9.244194] logger: created 256K log 'log_main'
<6>[ 9.249606] logger: created 256K log 'log_events'
<6>[ 9.250018] logger: created 256K log 'log_radio'
<6>[ 9.255386] logger: created 256K log 'log_system'
<6>[ 9.261643] msm-codec-dai msm-codec-dai.0: asoc_msm_codec_probe: dev name msm-codec-dai.0
<3>[ 9.267979] msm_soc: ALSA MSM Mixer Setting
<6>[ 9.273719] asoc: msm-codec-dai <-> msm-cpu-dai.0 mapping ok
<6>[ 9.278421] __msm_rpc_connect: server not found 30000002:20001
<7>[ 9.278614] msm_snd_rpc_connect failed (compatible VERS = 131073) trying again with another API
<6>[ 9.279091] oprofile: using arm/armv7
<6>[ 9.279531] GACT probability on
<6>[ 9.279716] Mirror/redirect action on
<6>[ 9.279888] Simple TC action Loaded
<6>[ 9.280961] netem: version 1.3
<6>[ 9.281149] u32 classifier
<6>[ 9.281313] Performance counters on
<6>[ 9.281599] input device check on
<6>[ 9.281764] Actions configured
<6>[ 9.281946] Netfilter messages via NETLINK v0.30.
<6>[ 9.282351] nf_conntrack version 0.5.0 (4659 buckets, 18636 max)
<6>[ 9.283494] ctnetlink v0.93: registering with nfnetlink.
<6>[ 9.283868] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 9.284053] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 9.284806] xt_time: kernel timezone is -0000
<6>[ 9.285674] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.286281] arp_tables: (C) 2002 David S. Miller
<6>[ 9.286546] TCP: cubic registered
<6>[ 9.286716] Initializing XFRM netlink socket
<6>[ 9.287979] NET: Registered protocol family 10
<6>[ 9.291278] Mobile IPv6
<6>[ 9.291526] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.292104] IPv6 over IPv4 tunneling driver
<6>[ 9.294181] NET: Registered protocol family 17
<6>[ 9.294504] NET: Registered protocol family 15
<6>[ 9.295089] Bluetooth: RFCOMM TTY layer initialized
<6>[ 9.295288] Bluetooth: RFCOMM socket layer initialized
<6>[ 9.295654] Bluetooth: RFCOMM ver 1.11
<6>[ 9.295828] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 9.296003] Bluetooth: BNEP filters: protocol
<6>[ 9.296176] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 9.296581] L2TP core driver, V2.0
<6>[ 9.296914] PPPoL2TP kernel driver, V2.0
<6>[ 9.297973] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
<6>[ 9.298469] ThumbEE CPU extension supported.
<6>[ 9.301926] clock_late_init: Removing enables held for handed-off clocks
<3>[ 9.305659] [audio_acdb.c:initialize_rpc] ACDB=> Device Attach failed
<6>[ 9.306091] input: 7k_handset as /devices/virtual/input/input4
<6>[ 9.307826] [BootMode] apps_boot_mode = 0x00000000
<6>[ 9.308694] [FTM] check manual mode [0]
<3>[ 9.308969] lge_get_nv_charging_bypass_boot: msm_proc_comm(PCOM_CUSTOMER_CMD2) failed. cmd(22)
<6>[ 9.309118] All above check routines are passed.
<6>[ 9.309339] [BootMode] boot_mode = unknown
<6>[ 9.309864] input: ats_input as /devices/virtual/input/input5
<6>[ 9.311379] rs30000048 rs30000048.262144: setting system clock to 2012-07-11 17:25:09 UTC (1342027509)
<4>[ 9.311728] Rmt Wait Info Success
<6>[ 9.312121] HSD.fsa8008[lge_hsd_init : 1038]lge_hsd_init
<6>[ 9.312258] HSD.fsa8008[lge_hsd_init : 1041]wake lock init
<6>[ 9.312808] HSD.fsa8008[lge_hsd_probe : 757]lge_hsd_probe
<6>[ 9.313088] HSD.fsa8008[lge_hsd_probe : 850]hi->irq_detect = 297
<6>[ 9.313643] HSD.fsa8008[lge_hsd_probe : 875]hi->irq_key = 285
<6>[ 9.313788] HSD.fsa8008[lge_hsd_probe : 883]initialized irq of gpio_key
<6>[ 9.314021] HSD.fsa8008[lge_hsd_probe : 890]name : h2w state : c03f7a70 : c03f7e08
<6>[ 9.314553] HSD.fsa8008[lge_hsd_probe : 896]request_threaded_irq
<6>[ 9.314969] HSD.fsa8008[lge_hsd_probe : 907]irq_set_irq_wake(hi->irq_key, 1)
<6>[ 9.315323] HSD.fsa8008[lge_hsd_probe : 913]initialize input device
<6>[ 9.315869] input: ffa-keypad as /devices/virtual/input/input6
<6>[ 9.316356] ALSA device list:
<6>[ 9.316493] #0: msm-audio
<6>[ 9.317268] Freeing init memory: 188K
<4>[ 9.322649] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<7>[ 9.323718] msm_batt_update_psy_status: enter
<7>[ 9.324376] BATT: same event count = 1
<6>[ 9.343758] mmc0: new high speed MMC card at address 0001
<4>[ 9.344248] mmc_can_discard : mmc0 disabled
<6>[ 9.344721] mmcblk0: mmc0:0001 HYNIX 3.60 GiB
<6>[ 9.349249] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 >
<3>[ 9.513584] init: cannot open '/initlogo.rle'
<3>[ 9.516688] init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead
<6>[ 9.531874] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.549661] EXT4-fs (mmcblk0p14): re-mounted. Opts: data=ordered,barrier=1
<4>[ 9.565381] init used greatest stack depth: 6028 bytes left
<4>[ 9.668986] e2fsck used greatest stack depth: 5540 bytes left
<3>[ 9.669286] init: exec: pid 102 exited with return code 4: Unknown error: 1024
<6>[ 9.711771] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.732763] EXT4-fs (mmcblk0p21): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered,noauto_da_alloc,errors=continue
<3>[ 9.734829] init: cannot find '/system/bin/rmt_storage', disabling 'rmt_storage'
<4>[ 9.907963] run-parts used greatest stack depth: 5380 bytes left
<4>[ 9.908974] sysinit used greatest stack depth: 5332 bytes left
<3>[ 9.941396] enable_store: android_usb: already disabled
<3>[ 9.941613] init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead
<3>[ 9.941953] init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead
<4>[ 9.962129] mmc1: host does not support reading read-only switch. assuming write-enable.
<6>[ 9.965781] functions_store: functions_store: request function list: mtp,adb
<3>[ 9.966391] init: using deprecated syntax for specifying property 'sys.usb.config', use ${name} instead
<6>[ 9.969261] mmc1: new high speed SDHC card at address 1234
<4>[ 9.971121] mmc_can_discard : mmc1 disabled
<6>[ 9.971449] mmcblk1: mmc1:1234 SA04G 3.69 GiB
<6>[ 9.978444] mmcblk1: p1
<6>[ 9.994788] adb_open
<6>[ 9.994956] mtp_bind_config
<6>[ 9.995144] adb_bind_config
<6>[ 10.326401] android_work: android_work: sent uevent USB_STATE=CONNECTED
<6>[ 10.457591] android_usb gadget: high-speed config #1: android
<6>[ 10.514559] android_work: android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 10.934524]
<6>[ 10.934536] Charger Type: STD DOWNSTREAM PORT
<4>[ 11.511039] Unsupported request to MDP META IOCTL.
<4>[ 11.534664] ilitek_qvga_disp_on: display on...
<4>[ 11.534684] ilitek_qvga_disp_on: display on...Skip!!!!!! and back light off charger logo mode
<6>[ 11.825173] __msm_rpc_connect: server not found 30000002:20001
<6>[ 11.825656] [snd.c:snd_ioctl] snd_avc_ctl 0
<6>[ 11.828486] [snd.c:snd_ioctl] snd_agc_ctl 0
<6>[ 11.906548] [snd.c:snd_ioctl] snd_set_volume 0 0 7
<6>[ 11.907554] [snd.c:snd_ioctl] snd_set_volume 6 0 7
<6>[ 11.908388] [snd.c:snd_ioctl] snd_set_volume 12 0 7
<6>[ 11.909379] [snd.c:snd_ioctl] snd_set_volume 3 0 7
<6>[ 11.910246] [snd.c:snd_ioctl] snd_set_volume 16 0 7
<6>[ 11.911044] [snd.c:snd_ioctl] snd_set_volume 25 0 7
<6>[ 11.911968] [snd.c:snd_ioctl] snd_set_volume 8 0 1
<6>[ 11.912703] [snd.c:snd_ioctl] snd_set_volume 9 0 1
<6>[ 11.914114] [snd.c:snd_ioctl] snd_set_device 6 1 1
<6>[ 11.915129] [snd.c:snd_ioctl] snd_set_volume 2147483646 0 2
<6>[ 12.094651] ebi2_tovis_power_save: on=0
<4>[ 12.095333] ldo10: Failed to create debugfs directory
<6>[ 12.116198] request_suspend_state: wakeup (3->0) at 12101743335 (2012-07-11 17:25:12.292058335 UTC)
<7>[ 12.326218] msm_batt_update_psy_status: enter
<7>[ 12.326798] msm_batt_update_psy_status: exit
<3>[ 12.930053] init: untracked pid 264 exited
<7>[ 13.271251] msm_batt_update_psy_status: enter
<7>[ 13.273504] msm_batt_update_psy_status: exit
<3>[ 14.984799] gpio_tlmm_config(0x000e4381, GPIO_CFG_DISABLE) <sdc1_clk> failed: 0
<3>[ 14.984979] pin 56 func 1 dir 1 pull 0 drvstr 7
<3>[ 14.985246] gpio_tlmm_config(0x000fc371, GPIO_CFG_DISABLE) <sdc1_cmd> failed: -5
<3>[ 14.985393] pin 55 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.985654] gpio_tlmm_config(0x000fc361, GPIO_CFG_DISABLE) <sdc1_dat_0> failed: -5
<3>[ 14.985801] pin 54 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986059] gpio_tlmm_config(0x000fc351, GPIO_CFG_DISABLE) <sdc1_dat_1> failed: -5
<3>[ 14.986206] pin 53 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986466] gpio_tlmm_config(0x000fc341, GPIO_CFG_DISABLE) <sdc1_dat_2> failed: -5
<3>[ 14.986616] pin 52 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986896] gpio_tlmm_config(0x000fc331, GPIO_CFG_DISABLE) <sdc1_dat_3> failed: -5
<3>[ 14.987136] pin 51 func 1 dir 1 pull 3 drvstr 7
<7>[ 15.392186] msm_batt_update_psy_status: enter
<7>[ 15.392776] msm_batt_update_psy_status: exit
<4>[ 15.821689] Unsupported request to MDP META IOCTL.
<6>[ 15.971654] request_suspend_state: wakeup (0->0) at 15957251668 (2012-07-11 17:25:16.147576668 UTC)
<3>[ 15.973188] init: untracked pid 391 exited
<7>[ 18.255924] msm_batt_update_psy_status: enter
<7>[ 18.257633] msm_batt_update_psy_status: exit
<7>[ 18.338273] msm_batt_update_psy_status: enter
<7>[ 18.339929] msm_batt_update_psy_status: exit
<4>[ 20.845571] Unsupported request to MDP META IOCTL.
<6>[ 20.947123] request_suspend_state: wakeup (0->0) at 20932720002 (2012-07-11 17:25:21.123046668 UTC)
<3>[ 20.949051] init: untracked pid 480 exited
<7>[ 21.343681] msm_batt_update_psy_status: enter
<7>[ 21.345559] BATT: same event count = 1
^C
DeathArrow said:
All drivers are there in the LG E600 kernel, you just have to make a proper config file, compile and boot. You may have to debug using ADB a few times but if you have enough spare time, in few hours, one day at most, you should be able to boot it.
Don't try to boot the kernel with an Android 2.3 or 4.0 image because it won't work. Use CM10 or, better yet, CM10.1.
Click to expand...
Click to collapse
OK, let's make this transparent.
Did You make working Kernel with E600 sources (for working, I mean that Android is booted)?
To answer on that: no.
Why: drivers for E400 touch (and some other things) are not compatible with E600, nor E410, nor anything except E400/E405.
Now when this is clear, can We continue with make it "workable"?
You notice that I say "workable" instead "bootable" as don't need any introduction 'how-to'.... instead of that, was ask (and was asked) if anybody want to work on this. Apreciate Your knowledge, but wasn't see that anyone is interesting on this 'bump-up'.
Anyway, I am not here to discuss about 'how to' make something (there are lot's of forums about help) but to help to someone and get help if needed regarding specific thing, so can We cooperate on project or not?
hecatae said:
Code:
<6>[ 0.293793] ION heap camera_preview created at 26600000 with size 1000000
<6>[ 0.294124] ION heap audio created at 27600000 with size 22e000
<6>[ 0.294333] ION heap sf created at 2782e000 with size 7a0000
<5>[ 0.295201] SCSI subsystem initialized
<6>[ 0.295699] usbcore: registered new interface driver usbfs
<6>[ 0.295979] usbcore: registered new interface driver hub
<6>[ 0.296479] usbcore: registered new device driver usb
<6>[ 0.297118] i2c-gpio i2c-gpio.2: using pins 112 (SDA) and 111 (SCL)
<6>[ 0.297673] i2c-gpio i2c-gpio.3: using pins 10 (SDA) and 9 (SCL)
<6>[ 0.298198] i2c-gpio i2c-gpio.4: using pins 35 (SDA) and 13 (SCL)
<6>[ 0.298759] i2c-gpio i2c-gpio.5: using pins 30 (SDA) and 16 (SCL)
<6>[ 0.299314] i2c-gpio i2c-gpio.6: using pins 80 (SDA) and 77 (SCL)
<6>[ 0.299546] Linux media interface: v0.10
<6>[ 0.299778] Linux video capture interface: v2.00
<6>[ 0.300451] Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>[ 0.301404] Bluetooth: Core ver 2.16
<6>[ 0.301778] NET: Registered protocol family 31
<6>[ 0.301954] Bluetooth: HCI device and connection manager initialized
<6>[ 0.302261] Bluetooth: HCI socket layer initialized
<6>[ 0.302434] Bluetooth: L2CAP socket layer initialized
<6>[ 0.303024] Bluetooth: SCO socket layer initialized
<6>[ 0.304196] Switching to clocksource dg_timer
<6>[ 0.330859] NET: Registered protocol family 2
<6>[ 0.331598] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 0.332368] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[ 0.333163] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.333748] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 0.333938] TCP: reno registered
<6>[ 0.334114] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.334531] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.335374] NET: Registered protocol family 1
<6>[ 0.335908] Unpacking initramfs...
<6>[ 0.371669] Freeing initrd memory: 320K
<3>[ 0.376664] Notify: smsm init
<4>[ 0.377214] get_nand_partitions: no flash partition table in shared memory
<6>[ 0.381979] rpcrouter_smd_remote_notify: smd opened 0x (null)
<3>[ 0.385018] rpcrouter: Server create rejected, version = 0, program = 3000003b
<3>[ 0.386558] rpcrouter: Server create rejected, version = 0, program = 30000051
<6>[ 0.398306] [adsp.c:adsp_init] msm_adsp -- 0
<6>[ 0.399738] [audpp.c:audpp_probe] Number of decoder supported 5
<6>[ 0.399929] [audpp.c:audpp_probe] Number of concurrency supported 8
<6>[ 0.400233] [audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[ 0.400411] [audpp.c:audpp_probe] queueid:13
<6>[ 0.400581] [audpp.c:audpp_probe] decid:0
<6>[ 0.400749] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.400924] [audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[ 0.401224] [audpp.c:audpp_probe] queueid:14
<6>[ 0.401403] [audpp.c:audpp_probe] decid:1
<6>[ 0.401694] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.401871] [audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[ 0.402048] [audpp.c:audpp_probe] queueid:15
<6>[ 0.402339] [audpp.c:audpp_probe] decid:2
<6>[ 0.402511] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.402804] [audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[ 0.402981] [audpp.c:audpp_probe] queueid:16
<6>[ 0.403153] [audpp.c:audpp_probe] decid:3
<6>[ 0.403443] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.403618] [audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[ 0.403913] [audpp.c:audpp_probe] queueid:17
<6>[ 0.404084] [audpp.c:audpp_probe] decid:4
<6>[ 0.404253] [audpp.c:audpp_probe] nr_codec_support:1
<6>[ 0.405756] __msm_rpc_connect: server not found 30000002:20001
<1>[ 0.407821] dma_test_init, minor number 35
<6>[ 0.408194] lge_panic_handler: got buffer at cf3e000, size 1000
<6>[ 0.408574] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0d0c0000, size = 0x00300000
<6>[ 0.408898] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0cfc0000, size = 0x00100000
<6>[ 0.409426] rmt_storage_probe: Remote storage RPC client (0x300000a7)initialized
<6>[ 0.414814] rmt_storage_set_client_status Entered
<4>[ 0.415849] diagcmd_probe:lg_fw_diagcmd
<6>[ 0.416374] lge_emmc_direct_access_init: started
<6>[ 0.416668] lge_emmc_direct_access_init: finished
<6>[ 0.616374] fuse init (API version 7.18)
<6>[ 0.617114] msgmni has been set to 582
<4>[ 0.617829] cryptomgr_test used greatest stack depth: 7136 bytes left
<6>[ 0.620109] io scheduler noop registered
<6>[ 0.620363] io scheduler cfq registered (default)
<4>[ 0.620878] rt9396 init start
<6>[ 0.621111] rt9396bl:rt9396_probe: start, client addr=0x54
<7>[ 0.621769] Registered led device: lcd-backlight
<3>[ 0.621786] rt9396bl:rt9396_probe: Registering led class dev successfully.
<7>[ 0.622088] Registered led device: button-backlight
<3>[ 0.622103] rt9396bl:rt9396_probe: Registering led class dev successfully.
<3>[ 0.623034] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x34)
<6>[ 0.623219] rt9396bl:rt9396_set_table: i2c failed addr:131, value:52
<3>[ 0.624116] rt9396bl:rt9396_write: fail to write(reg=0x93,val=0x5)
<6>[ 0.624601] rt9396bl:rt9396_set_table: i2c failed addr:147, value:5
<3>[ 0.625386] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x14)
<4>[ 0.625688] [rt9396_send_intensity] LCD-backlight ON !!!!! val:20
<3>[ 0.625869] rt9396bl:rt9396_probe: done
<6>[ 0.628228] setting pdata->panel_info.fb_num to 3. type: 2
<4>[ 0.628949] ### call the initial lut update routine
<4>[ 0.629133] mdp_lut_init_update_lcdc start ..
<4>[ 0.629426] ### mdp_lut_init_update_lcdc mdp_lut_init_update_lcdc++: mdp_lut_i = 0
<4>[ 0.629619] ### mdp_lut_hw_updae++: mdp_lut_i = 0
<4>[ 0.629793] #### Sign is not Matched#### Cal value R=255 G=255 B=255
<4>[ 0.630303] mdp_lut_init_update_lcdc end.........
<6>[ 0.631391] FrameBuffer[0] 240x320 size=491520 bytes is registered successfully!
<6>[ 0.632286] msm_serial: detected port #0
<6>[ 0.632564] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 9) is a MSM
<6>[ 0.633293] msm_serial: driver initialized
<6>[ 0.634191] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 0.634934] msm_serial_hs module loaded
<6>[ 0.637033] LG_FW : diagchar_open succeed
<7>[ 0.637294] LG_FW : CreateWaitThread, diagchar_read 10004 byte
<7>[ 0.637316] LG_FW : CreateWaitThread, diagchar_read 1004 byte
<7>[ 0.637356] LG_FW : CreateWaitThread, diagchar_read 8004 byte
<6>[ 0.637383] diagchar initialized now
<6>[ 0.637551] MTS_TTY: mtsk_tty_init
<6>[ 0.638034] mtsk_tty_init SUCESS MTS_TTY_REGISTERED
<4>[ 0.640509] dalrpc_rcv_DAL0 used greatest stack depth: 7056 bytes left
<6>[ 0.641459] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
<6>[ 0.646673] loop: module loaded
<6>[ 0.647171] lge_tty_atcmd_init: initialize atcmd-ttys
<6>[ 0.647608] lge_kcal_init: finished
<6>[ 0.865471] SCSI Media Changer driver v0.25
<6>[ 0.866386] tun: Universal TUN/TAP device driver, 1.6
<6>[ 0.866573] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 0.866994] rmnet_init: SMD devices[8]
<6>[ 0.873634] PPP generic driver version 2.4.2
<4>[ 0.874633] kworker/u:1 used greatest stack depth: 6748 bytes left
<4>[ 0.874941] kworker/u:1 used greatest stack depth: 6652 bytes left
<6>[ 0.875961] PPP MPPE Compression module registered
<6>[ 0.876154] NET: Registered protocol family 24
<7>[ 0.876494] gpio_request: gpio-141 (i2c_host_vbus_en) status -22
<3>[ 0.876511] failed to request 141 GPIO
<6>[ 0.877761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 0.878114] host driver registered w/ tranceiver
<6>[ 0.878616] usbcore: registered new interface driver usb_ehset_test
<6>[ 0.879364] peripheral driver registered w/ tranceiver
<6>[ 0.880416] mbim_init: initialize 1 instances
<6>[ 0.880738] mbim_init: Initialized 1 ports
<6>[ 0.883354] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 0.883558] android_usb gadget: Number of LUNs=1
<6>[ 0.883858] lun0: LUN: removable file: (no medium)
<6>[ 0.885774] android_set_factory_mode : Using Normal Cable (11)
<6>[ 0.886099] android_usb gadget: android_usb ready
<6>[ 0.887154] input: touch_mcs8000 as /devices/virtual/input/input0
<6>[ 1.104546] msm_hsusb_set_vbus_state USB Connection
<6>[ 1.104861] msm_hsusb_set_vbus_state irq conunt is false
<4>[ 1.176676] Touch PRODUCT = LE0, comp_ver = 0
<6>[ 1.176974] Firmware ver : [0],HW ver : [0]
<6>[ 1.177146] .......MFS_ISC_SINGLE update.........
<4>[ 1.177441] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.177634] ldo01: Failed to create debugfs directory
<4>[ 1.284431] ldo01: Failed to create debugfs directory
<4>[ 1.394414] <MELFAS> mass erase start
<4>[ 1.394423]
<6>[ 1.415223] android_set_factory_mode : Using Normal Cable (11)
<6>[ 1.644588] android_work: android_work: did not send uevent (0 0 (null))
<4>[ 1.874409] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.874759] ldo01: Failed to create debugfs directory
<4>[ 1.984429] ldo01: Failed to create debugfs directory
<4>[ 2.095278] GPIO Matrix Keypad Driver: Start keypad matrix for vee3_keypad in interrupt mode
<6>[ 2.095903] input: vee3_keypad as /devices/virtual/input/input1
<6>[ 2.096653] bma2x2_probe
<6>[ 2.381861] Bosch Sensortec Device not found retry_chipid = 0
<6>[ 2.382169] i2c_smbus_read_word_data retry_chipid = 0, tempvalue = 8063
<6>[ 2.668391] Bosch Sensortec Device not found retry_chipid = 1
<6>[ 2.668699] i2c_smbus_read_word_data retry_chipid = 1, tempvalue = 8063
<6>[ 2.954909] Bosch Sensortec Device not found retry_chipid = 2
<6>[ 2.955219] i2c_smbus_read_word_data retry_chipid = 2, tempvalue = 8063
<6>[ 3.241456] Bosch Sensortec Device not found retry_chipid = 3
<6>[ 3.241759] i2c_smbus_read_word_data retry_chipid = 3, tempvalue = 8063
<6>[ 3.528893] Bosch Sensortec Device not found retry_chipid = 4
<6>[ 3.529079] i2c_smbus_read_word_data retry_chipid = 4, tempvalue = 8063
<6>[ 3.817149] Bosch Sensortec Device not found retry_chipid = 5
<6>[ 3.817329] i2c_smbus_read_word_data retry_chipid = 5, tempvalue = 8063
<6>[ 3.817631] Bosch Sensortec Device not foundi2c error 8063
<3>[ 4.330169] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.446624] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.795363] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.966901] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.083609] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.432946] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.604953] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.721701] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.071626] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.243809] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.360683] i2c i2c-4: sendbytes: NAK bailout.
<6>[ 6.367518] input: bma2x2 as /devices/virtual/input/input2
<4>[ 6.368141] i2c-core: driver [bma2x2] using legacy suspend method
<4>[ 6.368449] i2c-core: driver [bma2x2] using legacy resume method
<4>[ 6.368679]
<4>[ 6.368686] [I]<6><><bmm_probe><1174>function entrance
<4>[ 6.369134]
<4>[ 6.369139] [I]<6><><bmm_wakeup><193>waking up the chip...
<4>[ 8.401534]
<4>[ 8.401541] [I]<6><><bmm_wakeup><209>wake up result: fail, tried times: 6
<4>[ 8.401999]
<4>[ 8.402004] [E]<3><><bmm_probe><1193>Cannot wake up bmm050, I2C xfer error
<4>[ 8.402474] bmm050: probe of 4-0012 failed with error -5
<6>[ 8.403186] input: proximity as /devices/virtual/input/input3
<6>[ 8.403619] proximity_apds9190 5-0039: enable = 0
<3>[ 8.404439] rt9396bl:rt9396_write: fail to write(reg=0x23,val=0xc)
<6>[ 8.404744] prox_power_set,***********Proximity probe enter when power on*****
<6>[ 8.455571] apds9190_probe,Proximity apds9190_init_client Fail in Probe
<6>[ 8.455876] proximity_apds9190 5-0039: probe error
<6>[ 8.458443] RPC CALL -- TOD TIME UPDATE: ttick = 507498
<6>[ 8.458453] stamp=53795234181578752, freq = 1217159378
<3>[ 8.458959] ../../../../../../kernel/lge/msm7x27a-common/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 8.460618] using rtc device, msm_rtc, for alarms
<6>[ 8.460954] rs30000048 rs30000048.262144: rtc core: registered msm_rtc as rtc0
<6>[ 8.462061] rs30000048 rs30000048.262144: rtc core: registered msm_rtc_secure as rtc1
<6>[ 8.462566] i2c /dev entries driver
<4>[ 8.464779] hi351
<4>[ 8.465009] hi351_sensor_power_up: E 915
<3>[ 8.465308] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en enable
<3>[ 8.466116] rt9396bl:rt9396_write: fail to write(reg=0x31,val=0x4)
<3>[ 8.466416] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) failed
<3>[ 8.467189] rt9396bl:rt9396_write: fail to write(reg=0x25,val=0xb)
<3>[ 8.467491] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) failed
<3>[ 8.468383] rt9396bl:rt9396_write: fail to write(reg=0x29,val=0x1)
<3>[ 8.468563] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) failed
<3>[ 8.524404] MCLK set
<4>[ 8.564411] hi351_sensor_power_up: X 979
<3>[ 8.824426] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 8.824729] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 8.824906] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 8.825201] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.084424] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 9.084609] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 9.084903] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 9.085076] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.085374] hi351_match_id: hi351: read id failed
<3>[ 9.085549] msm_sensor_i2c_probe hi351_i2c_probe failed
<4>[ 9.085726] hi351_sensor_power_down: E 995
<3>[ 9.164513] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable start
<3>[ 9.165431] rt9396bl:rt9396_write: fail to write(reg=0x28,val=0x1)
<3>[ 9.165609] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) OFF failed
<3>[ 9.166501] rt9396bl:rt9396_write: fail to write(reg=0x24,val=0xb)
<3>[ 9.166679] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) OFF failed
<3>[ 9.167571] rt9396bl:rt9396_write: fail to write(reg=0x30,val=0x4)
<3>[ 9.167749] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) OFF failed
<3>[ 9.168049] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable end
<4>[ 9.168364] hi351_sensor_power_down: X 1029
<4>[ 9.168554] hi351: probe of 0-0040 failed with error -110
<6>[ 9.170173] I2C radio driver for Qualcomm FM Radio Transceiver , Version 1.0.0
<6>[ 9.170481] tavarua_radio: tavarua_probe: probe called
<7>[ 9.171161] msm_batt_init: enter
<7>[ 9.173439] msm_batt_enable_filter: enable vbatt filter: OK
<7>[ 9.173463] msm_batt_update_psy_status: enter
<6>[ 9.174184] BATT:FULL Soc
<7>[ 9.174368] msm_batt_update_psy_status: exit
<6>[ 9.174563] msm_batt_init: Charger/Battery = 0x00040001/0x00050001 (RPC version)
<6>[ 9.176108] msm_adc successfully registered
<6>[ 9.176411] msm_adc successfully registered
<6>[ 9.177459] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
<6>[ 9.177958] Bluetooth: HCI UART driver ver 2.2
<6>[ 9.178134] Bluetooth: HCI H4 protocol initialized
<6>[ 9.178428] Bluetooth: HCI_IBS protocol initialized
<6>[ 9.180023] mmc0: SDCC Version: 0x00000000
<3>[ 9.180493] mmc0: No card detect facilities available
<6>[ 9.182466] mmc0: Qualcomm MSM SDCC-core at 0x00000000a0600000 irq 48,0 dma 7 dmacrcri 12
<6>[ 9.182791] mmc0: Controller capabilities: 0x00000001
<6>[ 9.182966] mmc0: 8 bit data mode enabled
<6>[ 9.183256] mmc0: 4 bit data mode disabled
<6>[ 9.183426] mmc0: polling status mode disabled
<6>[ 9.183601] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.183901] mmc0: Slot eject status = 0
<6>[ 9.184069] mmc0: Power save feature enable = 1
<6>[ 9.184366] mmc0: DM non-cached buffer at ffdc0000, dma_addr 0x25960000
<6>[ 9.184614] mmc0: DM cmd busaddr 0x25960000, cmdptr busaddr 0x25977f40
<6>[ 9.185541] mmc1: SDCC Version: 0x00000000
<6>[ 9.187714] mmc1: Qualcomm MSM SDCC-core at 0x00000000a0400000 irq 24,296 dma 8 dmacrcri 6
<6>[ 9.188046] mmc1: Controller capabilities: 0x00000001
<6>[ 9.188223] mmc1: 8 bit data mode disabled
<6>[ 9.188514] mmc1: 4 bit data mode enabled
<6>[ 9.188684] mmc1: polling status mode disabled
<6>[ 9.188859] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.189159] mmc1: Slot eject status = 0
<6>[ 9.189328] mmc1: Power save feature enable = 1
<6>[ 9.189623] mmc1: DM non-cached buffer at ffd60000, dma_addr 0x25980000
<6>[ 9.189808] mmc1: DM cmd busaddr 0x25980000, cmdptr busaddr 0x25997f40
<6>[ 9.190719] mmc2: SDCC Version: 0x00000000
<3>[ 9.191116] mmc2: No card detect facilities available
<6>[ 9.192781] mmc2: Qualcomm MSM SDCC-core at 0x00000000a0500000 irq 26,0 dma 8 dmacrcri 7
<6>[ 9.192984] mmc2: Controller capabilities: 0x00000001
<6>[ 9.193281] mmc2: 8 bit data mode disabled
<6>[ 9.193601] mmc2: 4 bit data mode enabled
<6>[ 9.193894] mmc2: polling status mode disabled
<6>[ 9.194069] mmc2: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.194246] mmc2: Slot eject status = 0
<6>[ 9.194578] mmc2: Power save feature enable = 1
<6>[ 9.194758] mmc2: DM non-cached buffer at ffd40000, dma_addr 0x259a0000
<6>[ 9.195059] mmc2: DM cmd busaddr 0x259a0000, cmdptr busaddr 0x259b7f40
<6>[ 9.195501] LP5521: probe startlp5521_enable
<4>[ 9.195791]
<6>[ 9.196164] lp5521_disable_set
<6>[ 9.198374] lp5521_enable_set
<3>[ 9.219924] lp5521 6-0032: error in resetting chip
<6>[ 9.220233] lp5521_disable_set
<4>[ 9.220428] lp5521: probe of 6-0032 failed with error -5
<4>[ 9.225863] i2c-core: driver [lp5521] using legacy suspend method
<4>[ 9.226046] i2c-core: driver [lp5521] using legacy resume method
<6>[ 9.232328] usbcore: registered new interface driver usbhid
<6>[ 9.237609] usbhid: USB HID core driver
<6>[ 9.243784] ashmem: initialized
<6>[ 9.244194] logger: created 256K log 'log_main'
<6>[ 9.249606] logger: created 256K log 'log_events'
<6>[ 9.250018] logger: created 256K log 'log_radio'
<6>[ 9.255386] logger: created 256K log 'log_system'
<6>[ 9.261643] msm-codec-dai msm-codec-dai.0: asoc_msm_codec_probe: dev name msm-codec-dai.0
<3>[ 9.267979] msm_soc: ALSA MSM Mixer Setting
<6>[ 9.273719] asoc: msm-codec-dai <-> msm-cpu-dai.0 mapping ok
<6>[ 9.278421] __msm_rpc_connect: server not found 30000002:20001
<7>[ 9.278614] msm_snd_rpc_connect failed (compatible VERS = 131073) trying again with another API
<6>[ 9.279091] oprofile: using arm/armv7
<6>[ 9.279531] GACT probability on
<6>[ 9.279716] Mirror/redirect action on
<6>[ 9.279888] Simple TC action Loaded
<6>[ 9.280961] netem: version 1.3
<6>[ 9.281149] u32 classifier
<6>[ 9.281313] Performance counters on
<6>[ 9.281599] input device check on
<6>[ 9.281764] Actions configured
<6>[ 9.281946] Netfilter messages via NETLINK v0.30.
<6>[ 9.282351] nf_conntrack version 0.5.0 (4659 buckets, 18636 max)
<6>[ 9.283494] ctnetlink v0.93: registering with nfnetlink.
<6>[ 9.283868] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 9.284053] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 9.284806] xt_time: kernel timezone is -0000
<6>[ 9.285674] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.286281] arp_tables: (C) 2002 David S. Miller
<6>[ 9.286546] TCP: cubic registered
<6>[ 9.286716] Initializing XFRM netlink socket
<6>[ 9.287979] NET: Registered protocol family 10
<6>[ 9.291278] Mobile IPv6
<6>[ 9.291526] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.292104] IPv6 over IPv4 tunneling driver
<6>[ 9.294181] NET: Registered protocol family 17
<6>[ 9.294504] NET: Registered protocol family 15
<6>[ 9.295089] Bluetooth: RFCOMM TTY layer initialized
<6>[ 9.295288] Bluetooth: RFCOMM socket layer initialized
<6>[ 9.295654] Bluetooth: RFCOMM ver 1.11
<6>[ 9.295828] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 9.296003] Bluetooth: BNEP filters: protocol
<6>[ 9.296176] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 9.296581] L2TP core driver, V2.0
<6>[ 9.296914] PPPoL2TP kernel driver, V2.0
<6>[ 9.297973] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
<6>[ 9.298469] ThumbEE CPU extension supported.
<6>[ 9.301926] clock_late_init: Removing enables held for handed-off clocks
<3>[ 9.305659] [audio_acdb.c:initialize_rpc] ACDB=> Device Attach failed
<6>[ 9.306091] input: 7k_handset as /devices/virtual/input/input4
<6>[ 9.307826] [BootMode] apps_boot_mode = 0x00000000
<6>[ 9.308694] [FTM] check manual mode [0]
<3>[ 9.308969] lge_get_nv_charging_bypass_boot: msm_proc_comm(PCOM_CUSTOMER_CMD2) failed. cmd(22)
<6>[ 9.309118] All above check routines are passed.
<6>[ 9.309339] [BootMode] boot_mode = unknown
<6>[ 9.309864] input: ats_input as /devices/virtual/input/input5
<6>[ 9.311379] rs30000048 rs30000048.262144: setting system clock to 2012-07-11 17:25:09 UTC (1342027509)
<4>[ 9.311728] Rmt Wait Info Success
<6>[ 9.312121] HSD.fsa8008[lge_hsd_init : 1038]lge_hsd_init
<6>[ 9.312258] HSD.fsa8008[lge_hsd_init : 1041]wake lock init
<6>[ 9.312808] HSD.fsa8008[lge_hsd_probe : 757]lge_hsd_probe
<6>[ 9.313088] HSD.fsa8008[lge_hsd_probe : 850]hi->irq_detect = 297
<6>[ 9.313643] HSD.fsa8008[lge_hsd_probe : 875]hi->irq_key = 285
<6>[ 9.313788] HSD.fsa8008[lge_hsd_probe : 883]initialized irq of gpio_key
<6>[ 9.314021] HSD.fsa8008[lge_hsd_probe : 890]name : h2w state : c03f7a70 : c03f7e08
<6>[ 9.314553] HSD.fsa8008[lge_hsd_probe : 896]request_threaded_irq
<6>[ 9.314969] HSD.fsa8008[lge_hsd_probe : 907]irq_set_irq_wake(hi->irq_key, 1)
<6>[ 9.315323] HSD.fsa8008[lge_hsd_probe : 913]initialize input device
<6>[ 9.315869] input: ffa-keypad as /devices/virtual/input/input6
<6>[ 9.316356] ALSA device list:
<6>[ 9.316493] #0: msm-audio
<6>[ 9.317268] Freeing init memory: 188K
<4>[ 9.322649] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<7>[ 9.323718] msm_batt_update_psy_status: enter
<7>[ 9.324376] BATT: same event count = 1
<6>[ 9.343758] mmc0: new high speed MMC card at address 0001
<4>[ 9.344248] mmc_can_discard : mmc0 disabled
<6>[ 9.344721] mmcblk0: mmc0:0001 HYNIX 3.60 GiB
<6>[ 9.349249] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 >
<3>[ 9.513584] init: cannot open '/initlogo.rle'
<3>[ 9.516688] init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead
<6>[ 9.531874] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.549661] EXT4-fs (mmcblk0p14): re-mounted. Opts: data=ordered,barrier=1
<4>[ 9.565381] init used greatest stack depth: 6028 bytes left
<4>[ 9.668986] e2fsck used greatest stack depth: 5540 bytes left
<3>[ 9.669286] init: exec: pid 102 exited with return code 4: Unknown error: 1024
<6>[ 9.711771] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.732763] EXT4-fs (mmcblk0p21): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered,noauto_da_alloc,errors=continue
<3>[ 9.734829] init: cannot find '/system/bin/rmt_storage', disabling 'rmt_storage'
<4>[ 9.907963] run-parts used greatest stack depth: 5380 bytes left
<4>[ 9.908974] sysinit used greatest stack depth: 5332 bytes left
<3>[ 9.941396] enable_store: android_usb: already disabled
<3>[ 9.941613] init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead
<3>[ 9.941953] init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead
<4>[ 9.962129] mmc1: host does not support reading read-only switch. assuming write-enable.
<6>[ 9.965781] functions_store: functions_store: request function list: mtp,adb
<3>[ 9.966391] init: using deprecated syntax for specifying property 'sys.usb.config', use ${name} instead
<6>[ 9.969261] mmc1: new high speed SDHC card at address 1234
<4>[ 9.971121] mmc_can_discard : mmc1 disabled
<6>[ 9.971449] mmcblk1: mmc1:1234 SA04G 3.69 GiB
<6>[ 9.978444] mmcblk1: p1
<6>[ 9.994788] adb_open
<6>[ 9.994956] mtp_bind_config
<6>[ 9.995144] adb_bind_config
<6>[ 10.326401] android_work: android_work: sent uevent USB_STATE=CONNECTED
<6>[ 10.457591] android_usb gadget: high-speed config #1: android
<6>[ 10.514559] android_work: android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 10.934524]
<6>[ 10.934536] Charger Type: STD DOWNSTREAM PORT
<4>[ 11.511039] Unsupported request to MDP META IOCTL.
<4>[ 11.534664] ilitek_qvga_disp_on: display on...
<4>[ 11.534684] ilitek_qvga_disp_on: display on...Skip!!!!!! and back light off charger logo mode
<6>[ 11.825173] __msm_rpc_connect: server not found 30000002:20001
<6>[ 11.825656] [snd.c:snd_ioctl] snd_avc_ctl 0
<6>[ 11.828486] [snd.c:snd_ioctl] snd_agc_ctl 0
<6>[ 11.906548] [snd.c:snd_ioctl] snd_set_volume 0 0 7
<6>[ 11.907554] [snd.c:snd_ioctl] snd_set_volume 6 0 7
<6>[ 11.908388] [snd.c:snd_ioctl] snd_set_volume 12 0 7
<6>[ 11.909379] [snd.c:snd_ioctl] snd_set_volume 3 0 7
<6>[ 11.910246] [snd.c:snd_ioctl] snd_set_volume 16 0 7
<6>[ 11.911044] [snd.c:snd_ioctl] snd_set_volume 25 0 7
<6>[ 11.911968] [snd.c:snd_ioctl] snd_set_volume 8 0 1
<6>[ 11.912703] [snd.c:snd_ioctl] snd_set_volume 9 0 1
<6>[ 11.914114] [snd.c:snd_ioctl] snd_set_device 6 1 1
<6>[ 11.915129] [snd.c:snd_ioctl] snd_set_volume 2147483646 0 2
<6>[ 12.094651] ebi2_tovis_power_save: on=0
<4>[ 12.095333] ldo10: Failed to create debugfs directory
<6>[ 12.116198] request_suspend_state: wakeup (3->0) at 12101743335 (2012-07-11 17:25:12.292058335 UTC)
<7>[ 12.326218] msm_batt_update_psy_status: enter
<7>[ 12.326798] msm_batt_update_psy_status: exit
<3>[ 12.930053] init: untracked pid 264 exited
<7>[ 13.271251] msm_batt_update_psy_status: enter
<7>[ 13.273504] msm_batt_update_psy_status: exit
<3>[ 14.984799] gpio_tlmm_config(0x000e4381, GPIO_CFG_DISABLE) <sdc1_clk> failed: 0
<3>[ 14.984979] pin 56 func 1 dir 1 pull 0 drvstr 7
<3>[ 14.985246] gpio_tlmm_config(0x000fc371, GPIO_CFG_DISABLE) <sdc1_cmd> failed: -5
<3>[ 14.985393] pin 55 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.985654] gpio_tlmm_config(0x000fc361, GPIO_CFG_DISABLE) <sdc1_dat_0> failed: -5
<3>[ 14.985801] pin 54 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986059] gpio_tlmm_config(0x000fc351, GPIO_CFG_DISABLE) <sdc1_dat_1> failed: -5
<3>[ 14.986206] pin 53 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986466] gpio_tlmm_config(0x000fc341, GPIO_CFG_DISABLE) <sdc1_dat_2> failed: -5
<3>[ 14.986616] pin 52 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986896] gpio_tlmm_config(0x000fc331, GPIO_CFG_DISABLE) <sdc1_dat_3> failed: -5
<3>[ 14.987136] pin 51 func 1 dir 1 pull 3 drvstr 7
<7>[ 15.392186] msm_batt_update_psy_status: enter
<7>[ 15.392776] msm_batt_update_psy_status: exit
<4>[ 15.821689] Unsupported request to MDP META IOCTL.
<6>[ 15.971654] request_suspend_state: wakeup (0->0) at 15957251668 (2012-07-11 17:25:16.147576668 UTC)
<3>[ 15.973188] init: untracked pid 391 exited
<7>[ 18.255924] msm_batt_update_psy_status: enter
<7>[ 18.257633] msm_batt_update_psy_status: exit
<7>[ 18.338273] msm_batt_update_psy_status: enter
<7>[ 18.339929] msm_batt_update_psy_status: exit
<4>[ 20.845571] Unsupported request to MDP META IOCTL.
<6>[ 20.947123] request_suspend_state: wakeup (0->0) at 20932720002 (2012-07-11 17:25:21.123046668 UTC)
<3>[ 20.949051] init: untracked pid 480 exited
<7>[ 21.343681] msm_batt_update_psy_status: enter
<7>[ 21.345559] BATT: same event count = 1
^C
Click to expand...
Click to collapse
And?
rt9396bl is not present in device
Firmware ver : [0],HW ver : [0] - touch driver is wrong
ldo01: Failed to create debugfs directory - ldo01 is responsed to give power to touch... failed
Bosch Sensortec Device not found retry_chipid = 0 - wrong pin's, i2c and so on
hi351: probe of 0-0040 failed with error -110 - wrong pin's
lp5521: probe of 6-0032 failed with error -5 - not present in device
So, as I say, vee3 or M4 or U7 or V1 or whatever of Kernel configurations will NOT WORK with E400 device!!!
Why anyone want to make totally other hardware to work with something what not pass in it?
Guys, please, first check-out hardware in device and after that give suggestions....
PS, I was see somewhere here that one is get Kernel working.... (sure, 3.4) so, wondering where is that Kernel where was wrotten here "in a big mouths" and also was link to it for download? OP was ill, ok, but where is working Kernel?
I was find only 'try's' for it but noone work... it boot but, nobody was fix touch driver.
Is anyone try that famous 3.4 what was work on L3? If yes, please send (or attach) me an link so I can try it.
Thank You.
fergy said:
And?
rt9396bl is not present in device
Firmware ver : [0],HW ver : [0] - touch driver is wrong
ldo01: Failed to create debugfs directory - ldo01 is responsed to give power to touch... failed
Bosch Sensortec Device not found retry_chipid = 0 - wrong pin's, i2c and so on
hi351: probe of 0-0040 failed with error -110 - wrong pin's
lp5521: probe of 6-0032 failed with error -5 - not present in device
So, as I say, vee3 or M4 or U7 or V1 or whatever of Kernel configurations will NOT WORK with E400 device!!!
Why anyone want to make totally other hardware to work with something what not pass in it?
Guys, please, first check-out hardware in device and after that give suggestions....
PS, I was see somewhere here that one is get Kernel working.... (sure, 3.4) so, wondering where is that Kernel where was wrotten here "in a big mouths" and also was link to it for download? OP was ill, ok, but where is working Kernel?
I was find only 'try's' for it but noone work... it boot but, nobody was fix touch driver.
Is anyone try that famous 3.4 what was work on L3? If yes, please send (or attach) me an link so I can try it.
Thank You.
Click to expand...
Click to collapse
hi fergy,
do you want a source, or a kernel, or a boot.img or?
EDIT : The issue has been resolved.
----------------------------------------------------
Hi guys,sorry for starting a new thread.I've been searching XDA forum and Googling for the solution for 3 days but haven’t found one. I am facing very weird and annoying problem and in desperate need of help.
My Wildfire was working fine on CM 7.2 Stable .Few days back I performed the following things :
1).To resolve the wireless related issues I reflashed Radio (3.35.20.10)
2)Flashed latest Kernel (SympKernV4.5) to give it a try ,was not satisfied and reflashed the previous Kernel (SympKernV4.1)
After that my phone got stuck on the CM boot screen.
I have tried following things :
1)Wiped everything and took nandroid backup without any problem.Everything went well but at the end same boot screen.Yes,I have got two partitions in SDCard FAT32 and ext3.And obviously I used the same version of CWM to restore as I did when creating the backup.
2)Tried the same things 3-4 times to no avail.
3)Ran RUU (RUU_Buzz_HTC_WWE_1.25.405.1_Radio_13.45.55.24_3.35.15.31_release_142189_signed).Downgraded and rooted using unrevoked once again.It was booting fine.Flashed recovery 5.0.2.8.Took nandroid backup everything went perfectly without any Error but when I did the reboot,same CM boot screen.
4.Flashed RemPuzzle_2.81-full and the boot was fine.But again when I tried to restore nandroid backup,got stuck on the same boot screen.I have waited for 5 hours.
5)Tried some other RUUs but the result is still the same.Phone boots perfectly when I flash the RUU. After downgrading and rooting when I try to restore the nandroid backup,it works fine till the end without any error but when I reboot the system it stucks on boot screen.
6) Followed what eventcom has mentioned in http://forum.xda-developers.com/showthread.php?t=1401784&page=2 .Booting was okay but again stuck on boot screen after nandroid restore.
7)Went back to CWM 2.5.0.7 and reflashed the CWM 5.0.2.8.
8.Removed SDCard and SIM before reboot.
9)Don’t think the problem is related to MTD partition as I have formatted all the 3 partitions(/cache,/data and /system).
10)I don’t think the Nandroid Backup has got corrupted coz Nandroid Restore was successful 4 days back before that Radio and Kernel thing moreover I have the backup file saved in PC and I copy the file to SDCard before every new Nandroid restore operation.
Any clues ?
Your help will be much appreciated.Thanks for your time.
Regards
Anybody ?
Hi pal, sorry for my delayed response. Xmas is nuts here :/ ok what I would like you to try is a clean install of cm7 stable and once that's installed go to the play store. The app I want you to get is called nandroid manager, install it and allow it to check your back up. I want to see if it will restore from it or if it will find it corrupt. All going well it will resotre your apps and data and we cam go from there
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
heavy_metal_man said:
The app I want you to get is called nandroid manager, install it and allow it to check your back up. I want to see if it will restore from it or if it will find it corrupt. All going well it will resotre your apps and data and we cam go from there
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
Click to expand...
Click to collapse
Hi mate,thanks for your reply.I really appreciate it.There are somethings I need to ask.
1.Right now I am on CWM 2.5.0.1,so before restoring the backup taken by CWM 5.0.2.8 I will have to flash CWM 5.0.2.8 first.Right ?
2.AFAIK,Nandroid Backup is stored in the "backup" folder
Code:
clockworkmod\backup
Right ?
There is another folder "download"
Code:
clockworkmod\download
and two files
Code:
.nomedia
and
Code:
.settings
inside "clockworkmod" folder.
What is the role of "download" folder and those two files ?Do they have anything to do with the nandroid backup ?If I want to restore any nandroid backup,do I also need to move that "download" folder and those two files to "clockworkmod" folder or only moving the backup inside "backup" folder will do the job ?
optimusodd said:
Hi mate,thanks for your reply.I really appreciate it.There are somethings I need to ask.
1.Right now I am on CWM 2.5.0.1,so before restoring the backup taken by CWM 5.0.2.8 I will have to flash CWM 5.0.2.8 first.Right ?
2.AFAIK,Nandroid Backup is stored in the "backup" folder
Code:
clockworkmod\backup
Right ?
There is another folder "download"
Code:
clockworkmod\download
and two files
Code:
.nomedia
and
Code:
.settings
inside "clockworkmod" folder.
What is the role of "download" folder and those two files ?Do they have anything to do with the nandroid backup ?If I want to restore any nandroid backup,do I also need to move that "download" folder and those two files to "clockworkmod" folder or only moving the backup inside "backup" folder will do the job ?
Click to expand...
Click to collapse
If you made the back up with cwm 5 you will need cwm 5 pal. The difference between those two recovery is a scripting change, going from amend to edify I believe. So you need version 5 if that's what the back up was made with
Second your back ups are indeed within the cwm/backup folder. The other folder is for if you use the Rom manager application ( which is made by the same gentleman who makes and maintains cwm recovery) the setting file tells the app your default app settings and preferences and the .nomedia is a dummy file. When android apps like music players and picture viewers ect scan the sdcard for content they also look for the .nomedia file, which tells the app simply that there is no media in the folder and that it does not need to scan it should you want to make one simply create a .txt file and rename it to .nomedia and android apps will ignore the folder when looking for media
So should you want to back up your backups as it were simply copy the whole backup folder from your sd card to your pc, job done
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
heavy_metal_man said:
The other folder is for if you use the Rom manager application ( which is made by the same gentleman who makes and maintains cwm recovery) the setting file tells the app your default app settings and preferences and the .nomedia is a dummy file. When android apps like music players and picture viewers ect scan the sdcard for content they also look for the .nomedia file, which tells the app simply that there is no media in the folder and that it does not need to scan it should you want to make one simply create a .txt file and rename it to .nomedia and android apps will ignore the folder when looking for media
Click to expand...
Click to collapse
Ah okay,thanks for the explanation.
Okay I used nandroid manager to restore the backup and evrything went well till the end.No error.Nothing.After the completion it rebooted the device and it again got stuck on bootscreen.It has been stuck on bootscreen for last 20 mints.I don't understand why
optimusodd said:
Ah okay,thanks for the explanation.
Okay I used nandroid manager to restore the backup and evrything went well till the end.No error.Nothing.After the completion it rebooted the device and it again got stuck on bootscreen.It has been stuck on bootscreen for last 20 mints.I don't understand why
Click to expand...
Click to collapse
Hmmmm. That's very strange. Do you know how to do a logcat to a text file? If so do one and capture it at boot and we will see if it gives us an error
Sent from my Nexus 7 using Tapatalk 4
heavy_metal_man said:
Hmmmm. That's very strange. Do you know how to do a logcat to a text file? If so do one and capture it at boot and we will see if it gives us an error Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Okay I had taken a nandroid backup using CWM 5.0.2.8 to be on the safe side before trying to restore the backup via Nandroid manager.So when the restore process via Nandroid manager ended up again as stucked on bootscreen I wiped everything and took the nandroid restore and it was successful.WTH is going on.Seriously,I am clueless
Okay,capture it using adb or CatLog ?
optimusodd said:
Okay I had taken a nandroid backup using CWM 5.0.2.8 to be on the safe side before trying to restore the backup via Nandroid manager.So when the restore process via Nandroid manager ended up again as stucked on bootscreen I wiped everything and took the nandroid restore and it was successful.WTH is going on.Seriously,I am clueless
Click to expand...
Click to collapse
OK so now you have the rom installed with the correct data restored? That's a plus not sure how this has came about though
Sent from my Nexus 7 using Tapatalk 4
heavy_metal_man said:
OK so now you have the rom installed with the correct data restored? That's a plus not sure how this has came about though Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Nope not the one I want to restore.It's the restoration of the nandroid backup taken of clean CM 7.2 i.e CM7.2+Gapps+Nandroid Manager.
Okay,I do a logcat.
................................EDITED..........................
Hi,I have sent you the logcats.
Here is one of the logcats
HTML:
--------- beginning of /dev/log/main
[ 12-15 19:32:52.341 100:0x64 I/cm ]
Welcome to Android 2.3.7 / CyanogenMod-7.2.0-buzz
[ 12-15 19:32:52.351 101:0x65 I/cm ]
_
[ 12-15 19:32:52.371 102:0x66 I/cm ]
__ __ _ ___ _ _ __ ___ __ _ _ _ _ __ __))
[ 12-15 19:32:52.391 103:0x67 I/cm ]
((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(
[ 12-15 19:32:52.401 104:0x68 I/cm ]
)) _))
[ 12-15 19:32:52.421 105:0x69 I/cm ]
[ 12-15 19:32:52.651 119:0x77 I/mountsd ]
Checking filesystems..
[ 12-15 19:32:52.771 95:0x5f I/run-parts ]
e2fsck 1.41.12 (17-May-2010)
[ 12-15 19:32:52.801 95:0x5f I/run-parts ]
/dev/block/mmcblk0p2: clean, 84/65808 files, 53844/262912 blocks
[ 12-15 19:32:52.972 134:0x86 I/mountsd ]
/sd-ext successfully mounted
[ 12-15 19:32:53.602 169:0xa9 D/AK8973 ]
AK8973 daemon 1.3.4 Start
(Library version : 1.2.1.620)
--------- beginning of /dev/log/system
[ 12-15 19:32:53.832 160:0xa0 I/Vold ]
Vold 2.1 (the revenge) firing up
[ 12-15 19:32:53.872 160:0xa0 D/Vold ]
Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
[ 12-15 19:32:53.993 160:0xb5 D/Vold ]
USB connected
[ 12-15 19:32:54.003 160:0xb5 D/Vold ]
Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
[ 12-15 19:32:54.033 160:0xb5 D/Vold ]
Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
[ 12-15 19:32:54.093 161:0xa1 I/Netd ]
Netd 1.0 starting
[ 12-15 19:32:54.213 160:0xb5 D/Vold ]
USB connected
[ 12-15 19:32:54.423 162:0xa2 I/DEBUG ]
debuggerd: Jun 15 2012 12:13:45
[ 12-15 19:32:55.744 164:0xa4 D/AndroidRuntime ]
>>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
[ 12-15 19:32:55.744 164:0xa4 I/AndroidRuntime ]
Heap size: -Xmx32m
[ 12-15 19:32:55.744 164:0xa4 D/AndroidRuntime ]
CheckJNI is OFF
[ 12-15 19:32:56.285 165:0xa5 I/ ]
ServiceManager: 0xad50
[ 12-15 19:32:56.305 165:0xa5 I/HTC Acoustic ]
libhtc_acoustic.so version 1.0.1.4.
[ 12-15 19:32:56.305 165:0xa5 E/HTC Acoustic ]
Fail to open /system/etc/AudioPara_ALL.csv -1.
[ 12-15 19:32:56.305 165:0xa5 I/HTC Acoustic ]
open /system/etc/AudioPara4.csv success.
[ 12-15 19:32:56.335 165:0xa5 I/HTC Acoustic ]
acoustic table version: Buzz_Generic_20100804
[ 12-15 19:32:56.365 165:0xa5 I/HTC Acoustic ]
read_audio_para_from_file success.
[ 12-15 19:32:56.365 165:0xa5 I/HTC Acoustic ]
get_audpp_filter
[ 12-15 19:32:56.365 165:0xa5 I/HTC Acoustic ]
open /system/etc/AudioFilter.csv success.
[ 12-15 19:32:56.365 165:0xa5 I/HTC Acoustic ]
ADRC Filter ADRC FLAG = ffff.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP THRESHOLD = 2550.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP SLOPE = b333.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP RMS TIME = 106.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP ATTACK[0] = 7f7d.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP ATTACK[1] = 3096.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP RELEASE[0] = 7ff7.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP RELEASE[1] = 4356.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
ADRC Filter COMP DELAY = 16.
[ 12-15 19:32:56.375 165:0xa5 I/HTC Acoustic ]
EQ flag = ffff.
[ 12-15 19:32:56.395 165:0xa5 I/HTC Acoustic ]
get_audpre_filter
[ 12-15 19:32:56.395 165:0xa5 I/HTC Acoustic ]
open /system/etc/AudioPreProcess.csv success.
[ 12-15 19:32:56.395 165:0xa5 D/AudioHardwareMSM72XX ]
mNumSndEndpoints = 80
[ 12-15 19:32:56.405 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH HANDSET
[ 12-15 19:32:56.405 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH SPEAKER
[ 12-15 19:32:56.405 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH HEADSET
[ 12-15 19:32:56.405 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH BT
[ 12-15 19:32:56.405 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH CARKIT
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH TTY_FULL
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH TTY_VCO
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH TTY_HCO
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH NO_MIC_HEADSET
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH FM_HEADSET
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH HEADSET_AND_SPEAKER
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH FM_SPEAKER
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH BT_EC_OFF
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareMSM72XX ]
BT MATCH CURRENT
[ 12-15 19:32:56.415 165:0xa5 D/AudioHardwareInterface ]
setMode(NORMAL)
[ 12-15 19:32:56.415 165:0xa5 I/AudioHardwareMSM72XX ]
Set master volume to 5.
[ 12-15 19:32:56.435 165:0xa5 I/CameraService ]
CameraService started (pid=165)
[ 12-15 19:32:56.445 165:0xd5 I/AudioFlinger ]
AudioFlinger's thread 0xf2e0 ready to run
[ 12-15 19:32:56.445 165:0xd4 D/AudioFlinger ]
setParameters(): io 1, keyvalue routing=2, tid 212, calling tid 165
[ 12-15 19:32:56.455 165:0xd5 I/AudioHardwareMSM72XX ]
Routing audio to Speakerphone
[ 12-15 19:32:56.455 165:0xd5 D/HTC Acoustic ]
msm72xx_enable_audpp: 0x0007
[ 12-15 19:32:56.465 165:0xd4 D/AudioHardwareMSM72XX ]
setVoiceVolume(1.000000)
[ 12-15 19:32:56.465 165:0xd4 I/AudioHardwareMSM72XX ]
Setting in-call volume to 5 (available range is 0 to 5)
[ 12-15 19:32:57.836 164:0xa4 I/SamplingProfilerIntegration ]
Profiler is disabled.
[ 12-15 19:32:57.906 164:0xa4 I/Zygote ]
Preloading classes...
[ 12-15 19:32:57.916 164:0xa4 E/Zygote ]
setreuid() failed. errno: 2
[ 12-15 19:32:57.926 164:0xa4 D/dalvikvm ]
GC_EXPLICIT freed 48K, 77% free 239K/1024K, external 0K/0K, paused 11ms
[ 12-15 19:32:58.137 164:0xa4 I/bluetooth_ScoSocket.cpp ]
Entry name = MY-CAR ScoTypes = 0x7f
[ 12-15 19:32:58.137 164:0xa4 I/bluetooth_ScoSocket.cpp ]
Entry name = Motorola HF850 ScoTypes = 0x7
[ 12-15 19:33:00.199 164:0xa4 D/szipinf ]
Initializing inflate state
[ 12-15 19:33:04.683 164:0xa4 D/dalvikvm ]
GC_FOR_MALLOC freed 2913K, 57% free 2209K/5123K, external 0K/0K, paused 99ms
[ 12-15 19:33:06.375 164:0xa4 D/dalvikvm ]
GC_FOR_MALLOC freed 2631K, 52% free 2488K/5123K, external 0K/0K, paused 93ms
[ 12-15 19:33:10.529 164:0xa4 I/Zygote ]
...preloaded 1829 classes in 12629ms.
[ 12-15 19:33:10.529 164:0xa4 D/Zygote ]
setreuid() error ignored, same uid.
[ 12-15 19:33:10.619 164:0xa4 D/dalvikvm ]
GC_EXPLICIT freed 891K, 48% free 2685K/5123K, external 0K/0K, paused 82ms
[ 12-15 19:33:10.619 164:0xa4 I/Zygote ]
Preload resources disabled, skipped.
[ 12-15 19:33:10.689 164:0xa4 D/dalvikvm ]
GC_EXPLICIT freed 25K, 49% free 2660K/5123K, external 0K/0K, paused 67ms
[ 12-15 19:33:10.759 164:0xa4 D/dalvikvm ]
GC_EXPLICIT freed <1K, 49% free 2660K/5123K, external 0K/0K, paused 66ms
[ 12-15 19:33:10.819 164:0xa4 D/dalvikvm ]
GC_EXPLICIT freed <1K, 49% free 2660K/5123K, external 0K/0K, paused 66ms
[ 12-15 19:33:10.839 164:0xa4 I/dalvikvm ]
System server process 222 has been created
[ 12-15 19:33:10.839 164:0xa4 I/Zygote ]
Accepting command socket connections
[ 12-15 19:33:11.239 222:0xde I/sysproc ]
Entered system_init()
[ 12-15 19:33:11.239 222:0xde I/sysproc ]
ServiceManager: 0x817f8
[ 12-15 19:33:11.249 222:0xde I/SurfaceFlinger ]
SurfaceFlinger is starting
[ 12-15 19:33:11.249 222:0xde I/SurfaceFlinger ]
dithering enabled
[ 12-15 19:33:11.249 222:0xe6 I/SurfaceFlinger ]
SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
[ 12-15 19:33:11.269 222:0xe6 I/gralloc ]
using (fd=27)
id = msmfb
xres = 240 px
yres = 320 px
xres_virtual = 240 px
yres_virtual = 640 px
bpp = 16
r = 11:5
g = 5:6
b = 0:5
[ 12-15 19:33:11.269 222:0xe6 I/gralloc ]
width = 49 mm (124.408165 dpi)
height = 65 mm (125.046150 dpi)
refresh rate = 60.00 Hz
[ 12-15 19:33:11.279 222:0xe6 D/libEGL ]
egl.cfg not found, using default config
[ 12-15 19:33:11.289 222:0xe6 D/libEGL ]
loaded /system/lib/egl/libGLES_android.so
[ 12-15 19:33:11.309 222:0xe6 I/SurfaceFlinger ]
EGL informations:
[ 12-15 19:33:11.309 222:0xe6 I/SurfaceFlinger ]
# of configs : 8
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
vendor : Android
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
version : 1.4 Android META-EGL
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle EGL_ANDROID_get_render_buffer
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
Client API: OpenGL ES
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
EGLSurface: 5-6-5-0, config=0x0
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
OpenGL informations:
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
vendor : Android
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
renderer : Android PixelFlinger 1.4
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
version : OpenGL ES-CM 1.0
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
GL_MAX_TEXTURE_SIZE = 4096
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
GL_MAX_VIEWPORT_DIMS = 4096
[ 12-15 19:33:11.319 222:0xe6 I/SurfaceFlinger ]
flags = 000c0000
[ 12-15 19:33:11.330 222:0xde D/SensorService ]
nuSensorService starting...
[ 12-15 19:33:11.340 169:0xa9 D/AK8973 ]
Compass Start
[ 12-15 19:33:11.390 222:0xde I/SensorService ]
BMA150 3-axis Accelerometer
[ 12-15 19:33:11.390 222:0xde I/SensorService ]
AK8973 3-axis Magnetic field sensor
[ 12-15 19:33:11.390 222:0xde I/SensorService ]
AK8973 Orientation sensor
[ 12-15 19:33:11.390 222:0xde I/SensorService ]
CM3602 Proximity sensor
[ 12-15 19:33:11.400 222:0xde I/SensorService ]
CM3602 Light sensor
[ 12-15 19:33:11.400 222:0xde I/sysproc ]
System server: starting Android runtime.
[ 12-15 19:33:11.400 222:0xde I/sysproc ]
System server: starting Android services.
[ 12-15 19:33:11.410 222:0xeb D/SensorService ]
nuSensorService thread starting...
[ 12-15 19:33:11.420 222:0xde I/SystemServer ]
Entered the Android system server!
[ 12-15 19:33:11.440 222:0xde I/sysproc ]
System server: entering thread pool.
[ 12-15 19:33:11.440 222:0xec I/SystemServer ]
Entropy Service
[ 12-15 19:33:11.500 222:0xec I/SystemServer ]
Power Manager
[ 12-15 19:33:11.520 222:0xec I/SystemServer ]
Activity Manager
[ 12-15 19:33:11.610 222:0xed I/ActivityManager ]
Memory class: 32
[ 12-15 19:33:11.750 232:0xef D/libEGL ]
egl.cfg not found, using default config
[ 12-15 19:33:11.760 232:0xef D/libEGL ]
loaded /system/lib/egl/libGLES_android.so
[ 12-15 19:33:11.790 232:0xef W/zipro ]
Unable to open zip '/data/local/bootanimation.zip': No such file or directory
[ 12-15 19:33:12.010 232:0xef I/ARMAssembler ]
generated scanline__00000077:03010104_00008004_00000000 [ 84 ipp] (103 ins) at [0x4076c1e8:0x4076c384] in 3387451 ns
[ 12-15 19:33:12.130 222:0xed I/UsageStats ]
Deleting usage file : usage-20130830
[ 12-15 19:33:12.270 169:0xa9 D/AK8973 ]
Compass CLOSE
[ 12-15 19:33:12.421 222:0xec I/SystemServer ]
Telephony Registry
[ 12-15 19:33:12.461 222:0xec I/SystemServer ]
Package Manager
[ 12-15 19:33:12.501 167:0xa7 I/installd ]
new connection
[ 12-15 19:33:12.501 222:0xec I/Installer ]
connecting...
[ 12-15 19:33:12.771 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 156K, 47% free 3020K/5639K, external 0K/0K, paused 7ms+22ms
[ 12-15 19:33:13.602 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 314K, 47% free 3239K/6023K, external 0K/0K, paused 22ms+12ms
[ 12-15 19:33:14.733 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 537K, 49% free 3260K/6279K, external 0K/0K, paused 7ms+9ms
[ 12-15 19:33:16.014 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:16.124 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 272K, 46% free 3423K/6279K, external 0K/0K, paused 8ms+49ms
[ 12-15 19:33:16.715 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:16.785 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:16.875 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:16.965 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:17.746 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:18.136 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:18.336 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:18.446 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 164K, 42% free 3694K/6343K, external 0K/0K, paused 7ms+20ms
[ 12-15 19:33:18.466 222:0xec W/PackageParser ]
No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #132
[ 12-15 19:33:18.466 222:0xec W/PackageParser ]
No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #154
[ 12-15 19:33:18.667 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:18.847 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:19.167 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:19.387 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:19.507 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:19.888 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:20.138 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:20.388 222:0xec I/PackageManager ]
Package com.android.vending at /system/app/Vending.apk ignored: updated version 80230011 better than this 8007003
[ 12-15 19:33:20.779 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:21.600 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 275K, 42% free 3934K/6727K, external 0K/0K, paused 7ms+38ms
[ 12-15 19:33:21.630 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:21.760 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:22.811 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:23.071 222:0xec I/PackageManager ]
Package com.noshufou.android.su at /system/app/Superuser.apk ignored: updated version 46 better than this 38
[ 12-15 19:33:23.081 222:0xec D/PackageManager ]
No files in app dir /vendor/app
[ 12-15 19:33:23.231 222:0xec D/asset ]
failed to open Zip archive '/data/app/com.nuance.swype.trial-1.apk'
[ 12-15 19:33:23.231 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/com.nuance.swype.trial-1.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:23.321 222:0xec W/PackageManager ]
Package mobi.infolife.uninstaller desires unavailable shared library com.sec.android.app.multiwindow; ignoring!
[ 12-15 19:33:23.531 222:0xec W/ResourceType ]
Failure getting entry for 0x7f09002b (t=8 e=43) in package 0 (error -75)
[ 12-15 19:33:23.992 222:0xe0 D/dalvikvm ]
GC_CONCURRENT freed 300K, 41% free 4064K/6855K, external 0K/0K, paused 20ms+27ms
[ 12-15 19:33:24.042 222:0xec D/asset ]
failed to open Zip archive '/data/app/com.google.android.gms-2.apk'
[ 12-15 19:33:24.062 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/com.google.android.gms-2.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:24.132 222:0xec D/asset ]
failed to open Zip archive '/data/app/netgenius.bizcal-1.apk'
[ 12-15 19:33:24.132 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/netgenius.bizcal-1.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:24.352 222:0xec W/ResourceType ]
Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
[ 12-15 19:33:24.392 222:0xec D/asset ]
failed to open Zip archive '/data/app/com.googlecode.droidwall.free-1.apk'
[ 12-15 19:33:24.402 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/com.googlecode.droidwall.free-1.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:24.412 222:0xec D/szipinf ]
Initializing inflate state
[ 12-15 19:33:24.522 222:0xec D/asset ]
failed to open Zip archive '/data/app/com.ruimaninfo.approtect-1.apk'
[ 12-15 19:33:24.532 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/com.ruimaninfo.approtect-1.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:24.783 222:0xec D/asset ]
failed to open Zip archive '/data/app/org.adaway-2.apk'
[ 12-15 19:33:24.793 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/org.adaway-2.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:25.003 222:0xec D/asset ]
failed to open Zip archive '/data/app/com.modoohut.dialer.theme.dark-1.apk'
[ 12-15 19:33:25.013 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/com.modoohut.dialer.theme.dark-1.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
[ 12-15 19:33:25.013 222:0xec D/asset ]
failed to open Zip archive '/data/app/com.buak.Link2SD-2.apk'
[ 12-15 19:33:25.023 222:0xec W/PackageParser ]
Unable to read AndroidManifest.xml of /data/app/com.buak.Link2SD-2.apk
java.io.FileNotFoundException: AndroidManifest.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
at android.content.pm.PackageParser.parsePackage(PackageParser.java:428)
at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2715)
at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:2640)
at com.android.server.PackageManagerService.<init>(PackageManagerService.java:1029)
at com.android.server.PackageManagerService.main(PackageManagerService.java:725)
at com.android.server.ServerThread.run(SystemServer.java:178)
Is there any chance someone can explain what's going wrong and help me to get it running again ?
I will really appreciate that.
dmseg log
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 2.6.35.14-SympFinity+ ([email protected]) (gcc version 4.4.3 (GCC) ) #40 PREEMPT Wed May 2 14:11:03 CEST 2012
<4>[ 0.000000] CPU: ARMv6-compatible processor [4117b362] revision 2 (ARMv6TEJ), cr=00c5387f
<4>[ 0.000000] CPU: VIPT aliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: buzz
<7>[ 0.000000] find the smi tag
<7>[ 0.000000] parse_tag_smi: smi size = 0
<7>[ 0.000000] find the hwid tag
<7>[ 0.000000] parse_tag_hwid: hwid = 0x1
<7>[ 0.000000] find the skuid tag
<7>[ 0.000000] parse_tag_skuid: hwid = 0x2490b
<7>[ 0.000000] tag_panel_parsing: panel type = 0
<7>[ 0.000000] find the engineer tag
<7>[ 0.000000] parse_tag_engineerid: 0x0
<4>[ 0.000000] Ignoring unrecognised tag 0x4d534d76
<4>[ 0.000000] Ignoring unrecognised tag 0x5441000a
<6>[ 0.000000] CAM_AWB_CAL Data size = 514 , 0x59504550, size = 2048
<4>[ 0.000000] Ignoring unrecognised tag 0x41387898
<4>[ 0.000000] BT Data size= 4, 0x43294329,d4,20,6d,94,70,72,00,00,Memory policy: ECC disabled, Data cache writeback
<7>[ 0.000000] On node 0 totalpages: 82432
<7>[ 0.000000] free_area_init_node: node 0, pgdat c052ed50, node_mem_map c06d2000
<7>[ 0.000000] Normal zone: 1156 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 81276 pages, LIFO batch:15
<4>[ 0.000000] buzz_init_map_io()
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 81276
<5>[ 0.000000] Kernel command line: board_buzz.disable_uart3=0 board_buzz.usb_h2w_sw=0 board_buzz.disable_sdcard=0 diag.enabled=0 board_buzz.debug_uart=0 smisize=0 userdata_sel=0 androidboot.emmc=false androidboot.baseband=3.35.20.10 androidboot.cid=11111111 androidboot.batt_poweron=good_battery androidboot.carrier=ALL androidboot.mid=PC4910000 androidboot.keycaps=qwerty androidboot.mode=normal androidboot.serialno=MB139PY05248 androidboot.bootloader=6.01.1002 zygote_oneshot=off no_console_suspend=1 console=null mtdparts=msm_nand:[email protected](misc),[email protected](recovery),[email protected](boot),[email protected]40000(system),[email protected](cache),[email protected](userdata)
<6>[ 0.000000] board_bootloader_setup: 6.01.1002
<6>[ 0.000000] board_bootloader_setup: default ENG BUILD
<6>[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000000] Memory: 210MB 112MB = 322MB total
<5>[ 0.000000] Memory: 319632k/319632k available, 10096k reserved, 0K highmem
<5>[ 0.000000] Virtual kernel memory layout:
<5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
<5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
<5>[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)
<5>[ 0.000000] vmalloc : 0xe4800000 - 0xf8000000 ( 312 MB)
<5>[ 0.000000] lowmem : 0xc0000000 - 0xe4200000 ( 578 MB)
<5>[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
<5>[ 0.000000] .init : 0xc0008000 - 0xc002c000 ( 144 kB)
<5>[ 0.000000] .text : 0xc002c000 - 0xc04f6000 (4904 kB)
<5>[ 0.000000] .data : 0xc04f6000 - 0xc052f360 ( 229 kB)
<6>[ 0.000000] NR_IRQS:277
<4>[ 0.000000] buzz_init_irq()
<6>[ 0.000000] Calibrating delay loop... 480.05 BogoMIPS (lpj=2400256)
<6>[ 0.250122] pid_max: default: 32768 minimum: 301
<4>[ 0.250579] Mount-cache hash table entries: 512
<6>[ 0.251434] Initializing cgroup subsys cpuacct
<6>[ 0.251525] Initializing cgroup subsys freezer
<6>[ 0.251525] Initializing cgroup subsys net_cls
<6>[ 0.251556] Initializing cgroup subsys bfqio
<6>[ 0.251586] Initializing cgroup subsys timer_slack
<6>[ 0.251647] CPU: Testing write buffer coherency: ok
<6>[ 0.256469] NET: Registered protocol family 16
<4>[ 0.257446] buzz_init() revision = 0x81
<6>[ 0.257507] BT HW address=d4:20:6d:94:70:72
<6>[ 1.876647] acpu_clock_init()
<6>[ 1.877136] ACPU running at 480000 KHz
<6>[ 1.878387] ram_console: got buffer at 2d9b000, size 20000
<6>[ 1.878936] ram_console: uncorrectable error in header
<6>[ 1.879028] ram_console: no valid data in buffer (sig = 0xffffffff)
<6>[ 1.905426] console [ram-1] enabled
<6>[ 1.905761] buzz_init_mmc
<6>[ 1.908264] buzz_wifi_init: start
<4>[ 1.919372] bio: create slab <bio-0> at 0
<6>[ 1.922119] [DISP]mdp_probe: initialized
<6>[ 1.922943] msm_i2c_probe
<6>[ 1.923492] msm_i2c_probe: clk_ctl 315, 400000 Hz
<6>[ 1.927551] Bluetooth: Core ver 2.16
<6>[ 1.928070] NET: Registered protocol family 31
<6>[ 1.928375] Bluetooth: HCI device and connection manager initialized
<6>[ 1.928924] Bluetooth: HCI socket layer initialized
<6>[ 1.929229] Bluetooth: L2CAP socket layer initialized
<6>[ 1.930267] Bluetooth: SCO socket layer initialized
<6>[ 1.931182] Switching to clocksource gp_timer
<6>[ 1.934631] NET: Registered protocol family 2
<6>[ 1.935455] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 1.937103] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[ 1.938598] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 1.939666] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 1.940216] TCP reno registered
<6>[ 1.940521] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 1.940856] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 1.942077] NET: Registered protocol family 1
<6>[ 1.943023] Unpacking initramfs...
<6>[ 1.975341] Freeing initrd memory: 144K
<6>[ 1.976989] [SMD]smd_init()
<6>[ 1.977294] [SMD]smd_core_init()
<6>[ 1.977600] [SMD]phy addr of smd_info.state=0x8023A0
<6>[ 1.978302] [SMD]smd_core_init() done
<3>[ 1.978607] msm_init_last_radio_log: could not retrieve SMEM_CLKREGIM_BSP
<3>[ 1.979278] _smem_log_init: no power log or log_idx allocated, smem_log disabled
<6>[ 1.980804] [SMD]smd_alloc_channel() cid=01 size=08192 'SMD_DIAG'
<6>[ 1.981658] [SMD]smd_alloc_channel() cid=02 size=08192 'SMD_RPCCALL'
<6>[ 1.984985] [SMD]SMD: ch 2 0 -> 1
<6>[ 1.985382] [SMD]smd_alloc_channel() cid=11 size=65536 'SMD_DATA5'
<6>[ 1.985687] [SMD]SMD: ch 2 1 -> 2
<6>[ 1.986602] [SMD]smd_alloc_channel() cid=12 size=08192 'SMD_DATA6'
<6>[ 1.987152] [SMD]smd_alloc_channel() cid=13 size=08192 'SMD_DATA7'
<6>[ 1.987884] [SMD]smd_alloc_channel() cid=38 size=08192 'SMD_DATA5_CNTL'
<6>[ 1.988342] [SMD]smd_alloc_channel() cid=39 size=08192 'SMD_DATA6_CNTL'
<6>[ 1.989044] [SMD]smd_alloc_channel() cid=40 size=08192 'SMD_DATA7_CNTL'
<6>[ 1.996368] Acquire 'boot-time' no_halt_lock 60s
<6>[ 1.997589] [HS_MGR] (headset_notifier_register) Register MIC_BIAS notifier
<6>[ 1.998138] [HS_MGR] (headset_notifier_update) HS_MGR driver is not ready
<7>[ 2.018249] Registered led device: flashlight
<6>[ 2.018585] [FLT]flashlight_probe: led_count = 0
<6>[ 2.019104] [FLT]flashlight_probe: The Flashlight Driver is ready
<6>[ 2.029968] atmega-microp 0-0066: microp version [06][22]
<3>[ 2.034484] microp_function_check: No function 2 !!
<6>[ 2.038024] [HS_MGR] (htc_headset_mgr_probe) ++++++++++++++++++++
<6>[ 2.040222] input: h2w headset as /devices/virtual/input/input0
<6>[ 2.041198] [HS_MGR] (hs_notify_driver_ready) HS_MGR ready
<6>[ 2.042266] [HS_MGR] (htc_headset_mgr_probe) --------------------
<6>[ 2.043060] [HS_MICROP] (htc_headset_microp_probe) ++++++++++++++++++++
<6>[ 2.047729] [HS_MGR] (headset_notifier_register) Register REMOTE_ADC notifier
<6>[ 2.048309] [HS_MGR] (headset_notifier_register) Register MIC_STATUS notifier
<6>[ 2.048614] [HS_MGR] (headset_notifier_register) Register KEY_INT_ENABLE notifier
<6>[ 2.049133] [HS_MGR] (hs_notify_driver_ready) HS_MICROP ready
<6>[ 2.049865] [HS_GPIO] (htc_headset_gpio_probe) ++++++++++++++++++++
<6>[ 2.051300] [HS_MGR] (headset_notifier_register) Register HPIN_GPIO notifier
<6>[ 2.052032] [HS_MGR] (hs_notify_driver_ready) HS_GPIO ready
<6>[ 2.052368] [HS_GPIO] (htc_headset_gpio_probe) --------------------
<6>[ 2.052917] [HS_MICROP] (htc_headset_microp_probe) --------------------
<6>[ 2.080139] [BATT] M2A_RPC: cable_update: USB at 458867027 (1970-01-01 00:00:00.458257102 UTC)
<6>[ 2.081024] [BATT] htc_cable_status_update: 0 -> 1
<6>[ 2.081329] [USB] msm_hsusb_set_vbus_state: 1
<6>[ 2.083099] ashmem: initialized
<6>[ 2.084472] [BATT] A2M_RPC: get_batt_info: batt_id=1, batt_vol=3893, batt_temp=309, batt_current=1017, level=72, charging_source=1, charging_enabled=1, full_bat=1300000, over_vchg=0 at 463716046 (1970-01-01 00:00:00.462557151 UTC)
<5>[ 2.087890] Slow work thread pool: Starting up
<5>[ 2.101501] Slow work thread pool: Ready
<6>[ 2.102264] fuse init (API version 7.14)
<6>[ 2.104644] aufs 2.1-standalone.tree-35-20110418
<4>[ 2.104980] yaffs May 2 2012 14:03:42 Installing.
<6>[ 2.116912] io scheduler noop registered
<6>[ 2.117492] io scheduler bfq registered
<6>[ 2.118041] io scheduler sio registered (default)
<6>[ 2.118316] io scheduler vr registered
<6>[ 2.119354] [DISP]mddi: init() base=0xe4814000 irq=16
<7>[ 2.120178] [DISP]mddi runs at 81920000
<6>[ 2.122161] [DISP]mddi cmd send rtd: int 3a000, stat 8063, rtd val 10
<6>[ 2.125061] [DISP]mddi: registering panel mddi_c_0101_04d1
<6>[ 2.125366] [DISP]mddi: publish:
<7>[ 2.128784] [DISP]mddi_s6d04d1_probe: enter.
<6>[ 2.129547] [DISP]vsync on gpio 97 now 0
<6>[ 2.129852] [DISP]CABC enabled
<7>[ 2.131408] Registered led device: lcd-backlight
<6>[ 2.133544] [DISP]msmfb_probe() installing 240 x 320 panel
<6>[ 2.137268] PRUE G
<6>[ 2.137908] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 2.139251] msm_serial_hs module loaded
<6>[ 2.139923] [BT]msm_serial_hs module loaded
<6>[ 2.141357] [BT]msm_serial_hs module loaded
<6>[ 2.142852] [BT]msm_serial_hs module loaded
<6>[ 2.149993] loop: module loaded
<6>[ 2.150695] pmem: 1 init
<6>[ 2.151824] pmem_adsp: 0 init
<6>[ 2.153259] pmem_camera: 0 init
<6>[ 2.155090] spi_bma150_probe: G-sensor connect with microP: start initial, kvalue = 0x0
<6>[ 2.165435] [GSNR] Gsensor disable
<6>[ 2.167724] msm_nand: allocated dma buffer at ffa47000, dma_addr 26ecc000
<6>[ 2.168334] status: c03120
<6>[ 2.168640] nandid: 5500bcec maker ec device bc
<6>[ 2.169158] Found a supported NAND device
<6>[ 2.169433] NAND Id : 0xBCEC
<6>[ 2.169738] Buswidth : 16 Bits
<6>[ 2.170257] Density : 512 MByte
<6>[ 2.170532] Pagesize : 2048 Bytes
<6>[ 2.170806] Erasesize: 131072 Bytes
<6>[ 2.171295] Oobsize : 64 Bytes
<6>[ 2.171691] msm_nand: read CFG0 = aa5400c0, CFG1 = 8746a
<6>[ 2.172149] CFG0 Init : 0xe85408c0
<6>[ 2.172668] CFG1 Init : 0x0008746a
<6>[ 2.172943] CFG0: cw/page=3 ud_sz=516 ecc_sz=10 spare_sz=0 num_addr_cycles=5
<6>[ 2.173553] DEV_CMD1: f00f3000
<6>[ 2.173889] <6>NAND_EBI2_ECC_BUF_CFG: 1ff
<5>[ 2.174255] 6 cmdlinepart partitions found on MTD device msm_nand
<5>[ 2.174774] Creating 6 MTD partitions on "msm_nand":
<5>[ 2.175140] 0x00001ff60000-0x000020000000 : "misc"
<5>[ 2.178192] 0x000002760000-0x000002b80000 : "recovery"
<5>[ 2.184356] 0x000002b80000-0x000002e40000 : "boot"
<5>[ 2.189056] 0x000002e40000-0x000009c40000 : "system"
<6>[ 2.214324] [SMD]smd_alloc_channel() cid=27 size=08192 'SMD_GPSNMEA'
<5>[ 2.324920] 0x000009c40000-0x00000ab40000 : "cache"
<6>[ 2.337524] [SMD]smd_alloc_channel() cid=00 size=08192 'SMD_DS'
<6>[ 2.338500] [SMD]smd_alloc_channel() cid=07 size=08192 'SMD_DATA1'
<6>[ 2.339569] [SMD]smd_alloc_channel() cid=08 size=08192 'SMD_DATA2'
<6>[ 2.340545] [SMD]smd_alloc_channel() cid=09 size=08192 'SMD_DATA3'
<6>[ 2.341217] [SMD]smd_alloc_channel() cid=10 size=08192 'SMD_DATA4'
<6>[ 2.342712] [SMD]smd_alloc_channel() cid=15 size=65536 'SMD_DATA9'
<5>[ 2.348907] 0x00000ab40000-0x00001ff60000 : "userdata"
<6>[ 2.694793] PPP generic driver version 2.4.2
<6>[ 2.695587] PPP Deflate Compression module registered
<6>[ 2.695892] PPP BSD Compression module registered
<6>[ 2.699340] PPP MPPE Compression module registered
<6>[ 2.699676] NET: Registered protocol family 24
<6>[ 2.701385] tun: Universal TUN/TAP device driver, 1.6
<6>[ 2.701690] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 2.706115] [USB] msm72k_probe
<6>[ 2.706451] [USB] accessory detect 1
<6>[ 2.706726] [USB] id_pin_gpio 19
<6>[ 2.707000] [USB] dock detect 0
<6>[ 2.707275] [USB] dock pin gpio 0
<6>[ 2.707763] [USB] msm72k_probe() io=e481c000, irq=47, dma=ffa48000(26ef6000)
<6>[ 2.710296] android init
<6>[ 2.710784] android_probe pdata: c0509938
<6>[ 2.711273] android_bind
<7>[ 2.711578] android_bind_config
<6>[ 2.712707] android_usb gadget: android_usb ready
<6>[ 2.713012] [USB] msm72k_udc: registered gadget driver 'android_usb'
<6>[ 2.713775] f_adb init
<6>[ 2.714050] android_register_function adb
<6>[ 2.714355] f_mass_storage init
<6>[ 2.714996] fsg_probe pdev: c0509a98, pdata: c050a484
<6>[ 2.715454] android_register_function usb_mass_storage
<6>[ 2.715728] f_rndis init
<6>[ 2.716491] android_register_function rndis
<6>[ 2.716766] f_accessory init
<6>[ 2.717041] android_register_function accessory
<6>[ 2.717559] diag init
<6>[ 2.717864] android_register_function diag
<6>[ 2.718170] rndis_function_bind_config MAC: 00:00:00:00:00:00
<4>[ 2.718841] android_usb gadget: using random self ethernet address
<4>[ 2.719177] android_usb gadget: using random host ethernet address
<6>[ 2.721954] acc_bind_config
<6>[ 2.723724] [USB] hsusb: IDLE -> ONLINE
<6>[ 2.724060] [USB] lpm exit
<6>[ 2.724639] [USB] hsusb: reset controller
<6>[ 2.725219] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 2.725524] android_usb gadget: Number of LUNs=1
<6>[ 2.726074] lun0: LUN: removable file: (no medium)
<6>[ 2.726623] adb_bind_config
<6>[ 2.727661] diag_bind_config
<6>[ 2.728210] [SMD]SMD: ch 1 0 -> 1
<6>[ 2.728546] [SMD]SMD: ch 1 1 -> 2
<6>[ 2.729675] buzz_syn_ts_power: power 1
<6>[ 2.762145] msm_hsusb_phy_reset
<6>[ 2.912231] [USB] ulpi: write 0x2c to 0x31
<6>[ 2.912536] [USB] ulpi: write 0x20 to 0x32
<6>[ 2.913024] [USB] ulpi: write 0x01 to 0x0d
<6>[ 2.913299] [USB] ulpi: write 0x01 to 0x10
<6>[ 2.913604] [USB] handle_notify_offline: notify offline
<6>[ 2.914154] [USB] msm_hsusb: enable pullup
<6>[ 2.917449] [USB] suspend
<6>[ 2.932250] [USB] not AC charger
<6>[ 2.932800] [USB] accessory_detect_init: id pin 19
<6>[ 2.993591] synaptics_ts_probe: panel_version: 301
<6>[ 2.995056] max_x: 3DE, max_y: 5A6
<6>[ 2.996887] synaptics_ts_probe: max_x 990, max_y 1446
<6>[ 2.997161] input_set_abs_params: mix_x 0, max_x 990, min_y 0, max_y 1300
<6>[ 2.998229] input: synaptics-rmi-touchscreen as /devices/virtual/input/input1
<6>[ 2.999450] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscreen in interrupt mode
<6>[ 3.000122] atmel_ts_init():
<6>[ 3.000915] buzz_ts_atmel_power():
<6>[ 3.023895] [USB] reset
<6>[ 3.024291] [USB] send connect type 1
<6>[ 3.024566] [BATT] online=1
<6>[ 3.024841] [BATT] Update SMEM: cable type 1 at 1403189275 (1970-01-01 00:00:01.402670622 UTC)
<6>[ 3.026184] [USB] portchange USB_SPEED_HIGH
<6>[ 3.184234] [USB] reset
<6>[ 3.186492] [USB] portchange USB_SPEED_HIGH
<6>[ 3.282318] No Messages after reset
<3>[ 3.282989] msm_i2c msm_i2c.0: error, status c8 (4A,00,01)(20,13,01)(cnt:7,pos:0)
<3>[ 3.283325] msm_i2c msm_i2c.0: Error during data xfer (-5) (4A,00,01)
<6>[ 3.283874] No Atmel chip inside
<4>[ 3.284362] atmel_qt602240: probe of 0-004a failed with error -5
<6>[ 3.285217] [PS][CM3602] capella_cm3602_probe: probe
<6>[ 3.286346] input: proximity as /devices/virtual/input/input2
<6>[ 3.287506] [PS][CM3602] capella_cm3602_setup
<6>[ 3.288635] [KEY] GPIO Matrix Keypad Driver: Start keypad matrix for buzz-keypad... in interrupt mode
<6>[ 3.289764] [KEY] GPIO_Input_ISR : 0, return IRQ_HANDLED;
<6>[ 3.290252] [KEY] GPIO Input Driver: Start gpio inputs for buzz-keypad... in interrupt mode
<6>[ 3.291442] input: buzz-keypad as /devices/virtual/input/input3
<6>[ 3.292602] input: buzz-nav as /devices/virtual/input/input4
<6>[ 3.294708] input: lightsensor-level as /devices/virtual/input/input5
<6>[ 3.295867] [KEY] gpio_keys_scan_keys: key 1-116, 0 (20) changed to 0
<6>[ 3.296295] [LS][CM3602] set_ls_kvalue: ALS calibrated als_kadc=0x6da5007b
<6>[ 3.296813] [LS][CM3602] set_ls_kvalue: als_kadc=0x7b, als_gadc=0xcf
<6>[ 3.297088] [LS][CM3602] ls_table: data[0] , data[0] = 0, 0
<6>[ 3.297607] [LS][CM3602] ls_table: data[1] , data[1] = 0, 1
<6>[ 3.297882] [LS][CM3602] ls_table: data[2] , data[2] = 0, 2
<6>[ 3.298370] [LS][CM3602] ls_table: data[3] , data[3] = 0, 8
<6>[ 3.298645] [LS][CM3602] ls_table: data[4] , data[4] = 0, 16
<6>[ 3.299163] [LS][CM3602] ls_table: data[5] , data[5] = 0, 59
<6>[ 3.299438] [LS][CM3602] ls_table: data[6] , data[6] = 0, a2
<6>[ 3.299957] [LS][CM3602] ls_table: data[7] , data[7] = 0, b1
<6>[ 3.300231] [LS][CM3602] ls_table: data[8] , data[8] = 0, bf
<6>[ 3.300720] [LS][CM3602] ls_table: data[9] , data[9] = 3, ff
<7>[ 3.303375] __capella_cm3602_power: Turn the capella_cm3602 power on
<6>[ 3.305236] input: curcial-oj as /devices/virtual/input/input6
<3>[ 3.307250] curcial_oj_poweron:eek:J:power status ok
<6>[ 3.356567] OpticalJoystick Device ID: 0d
<6>[ 3.359466] OJ Driver: Revision : 02
<6>[ 3.362548] OJ: driver loaded
<6>[ 3.365692] using rtc device, msm_rtc, for alarms
<6>[ 3.366058] rs30000048:915823fc rs30000048:915823fc: rtc core: registered msm_rtc as rtc0
<6>[ 3.367004] AKM8973 compass driver: init
<6>[ 3.368713] input: compass as /devices/virtual/input/input7
<6>[ 3.370635] [FLT]adp1650 Led Flash driver: init
<4>[ 3.371124] [CAM]s5k4e1gx_init
<4>[ 3.371643] [CAM]__s5k4e1gx_probe
<6>[ 3.372161] [CAM]s5k4e1gx_vreg_enable camera vreg on
<6>[ 3.372772] [CAM]sctrl.node 0
<4>[ 3.373046] [CAM]s5k4e1gx_sensor_probe()
<6>[ 3.373657] [CAM]s5k4e1gx_probe called!
<6>[ 3.424224] [CAM]s5k4e1gx_probe successed! rc = 0
<6>[ 3.424652] [CAM]s5k4e1gx s->node 0
<6>[ 3.437164] android_usb gadget: high speed config #1: android
<6>[ 3.471588] [CAM]s5k4e1gx_sensor_init(): reseting sensor.
<6>[ 3.472961] [CAM]sensor_lc_disable=0
<4>[ 3.568450] [CAM]sensor evt version : 0x10
<4>[ 3.568725] [CAM]use analog_settings_evt3
<6>[ 3.580780] s5k4e1gx_sysfs_init : kobject_create_and_add
<6>[ 3.581146] s5k4e1gx_sysfs_init : sysfs_create_file
<6>[ 3.583343] device-mapper: uevent: version 1.0.3
<6>[ 3.584838] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
<6>[ 3.585510] Bluetooth: HCI UART driver ver 2.2
<6>[ 3.585784] Bluetooth: HCI H4 protocol initialized
<6>[ 3.587799] cpuidle: using governor ladder
<6>[ 3.588104] cpuidle: using governor menu
<6>[ 3.589965] mmc0: Qualcomm MSM SDCC at 0x00000000a0400000 irq 24,0 dma 8
<6>[ 3.590484] mmc0: Platform slot type: N/A
<6>[ 3.590759] mmc0: 4 bit data mode enabled
<6>[ 3.591278] mmc0: 8 bit data mode disabled
<6>[ 3.591552] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 3.591827] mmc0: Slot eject status = 1
<6>[ 3.592437] mmc0: Power save feature enable = 1
<6>[ 3.592712] mmc0: DM non-cached buffer at ffa4a000, dma_addr 0x26f55000
<6>[ 3.593231] mmc0: DM cmd busaddr 0x26f55000, cmdptr busaddr 0x26f55300
<6>[ 3.594573] buzz_sdslot_switchvdd: Disabling SD slot power
<6>[ 3.595428] mmc1: Qualcomm MSM SDCC at 0x00000000a0500000 irq 26,102 dma 8
<6>[ 3.595733] mmc1: Platform slot type: SD
<6>[ 3.596221] mmc1: 4 bit data mode enabled
<6>[ 3.596496] mmc1: 8 bit data mode disabled
<6>[ 3.596984] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 3.597259] mmc1: Slot eject status = 1
<6>[ 3.597534] mmc1: Power save feature enable = 1
<6>[ 3.598022] mmc1: DM non-cached buffer at ffa4b000, dma_addr 0x26f56000
<6>[ 3.598327] mmc1: DM cmd busaddr 0x26f56000, cmdptr busaddr 0x26f56300
<7>[ 3.599487] Registered led device: amber
<7>[ 3.600006] Registered led device: green
<7>[ 3.600677] Registered led device: jogball-backlight
<7>[ 3.601135] Registered led device: button-backlight
<6>[ 3.601654] microp_led_probe: succeeded
<6>[ 3.604522] logger: created 256K log 'log_main'
<6>[ 3.605133] logger: created 256K log 'log_events'
<6>[ 3.605926] logger: created 256K log 'log_radio'
<6>[ 3.606445] logger: created 256K log 'log_system'
<6>[ 3.607299] zram: num_devices not specified. Using default: 1
<6>[ 3.607574] zram: Creating 1 devices ...
<6>[ 3.609008] GACT probability NOT on
<6>[ 3.609558] Mirror/redirect action on
<6>[ 3.609832] u32 classifier
<6>[ 3.610076] Actions configured
<6>[ 3.610595] Netfilter messages via NETLINK v0.30.
<6>[ 3.611083] nf_conntrack version 0.5.0 (4996 buckets, 19984 max)
<4>[ 3.611846] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
<4>[ 3.612518] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
<4>[ 3.613037] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
<6>[ 3.613647] ctnetlink v0.93: registering with nfnetlink.
<6>[ 3.614288] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 3.614593] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 3.615936] xt_time: kernel timezone is -0000
<6>[ 3.616363] IPv4 over IPv4 tunneling driver
<6>[ 3.617950] GRE over IPv4 tunneling driver
<6>[ 3.619628] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 3.620452] arp_tables: (C) 2002 David S. Miller
<6>[ 3.620880] TCP cubic registered
<6>[ 3.621704] NET: Registered protocol family 10
<6>[ 3.626342] Mobile IPv6
<6>[ 3.626800] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 3.627410] IPv6 over IPv4 tunneling driver
<6>[ 3.630920] NET: Registered protocol family 17
<6>[ 3.631317] NET: Registered protocol family 15
<6>[ 3.632507] Bluetooth: RFCOMM socket layer initialized
<6>[ 3.633026] Bluetooth: RFCOMM ver 1.11
<6>[ 3.633361] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 3.633850] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 3.634796] clock_late_init() disabled 16 unused clocks
<6>[ 3.635345] [Port list] init()
<6>[ 3.635620] [Port list] Virtual Address for port_list: [f8149a48]
<6>[ 3.636108] [Port list] Physical Address for port_list: [849A48]
<6>[ 3.637756] cpufreq: cpu0 init at 480000 switching to 352000
<6>[ 3.642211] rs30000048:915823fc rs30000048:915823fc: setting system clock to 2013-12-16 11:43:36 UTC (1387194216)
<4>[ 3.643127] Warning: unable to open an initial console.
<6>[ 3.643981] Freeing init memory: 144K
<6>[ 3.918975] keychord: using input dev h2w headset for fevent
<6>[ 3.919464] keychord: using input dev buzz-keypad for fevent
<6>[ 3.926330] yaffs: dev is 32505859 name is "mtdblock3"
<6>[ 3.926757] yaffs: passed flags ""
<4>[ 3.927001] yaffs: Attempting MTD mount on 31.3, "mtdblock3"
<4>[ 4.099121] yaffs: restored from checkpoint
<4>[ 4.100067] yaffs_read_super: isCheckpointed 1
<6>[ 4.103546] yaffs: dev is 32505861 name is "mtdblock5"
<6>[ 4.104003] yaffs: passed flags ""
[COLOR="Red"]<4>[ 4.104248] yaffs: Attempting MTD mount on 31.5, "mtdblock5"
<4>[ 4.712463] block 725 is bad
<4>[ 4.744262] block 845 is bad
<4>[ 4.797912] block 1049 is bad[/COLOR]
<4>[ 18.353271] Partially written block 1006 detected
<4>[ 18.353942] Partially written block 1006 detected
<4>[ 18.354339] Partially written block 1006 detected
<4>[ 18.354766] Partially written block 1006 detected
<4>[ 18.355346] Partially written block 1006 detected
<4>[ 18.355773] Partially written block 1006 detected
<4>[ 18.356353] Partially written block 1006 detected
<4>[ 18.356781] Partially written block 1006 detected
<4>[ 18.357360] Partially written block 1006 detected
<4>[ 18.357788] Partially written block 1006 detected
<4>[ 18.358184] Partially written block 1006 detected
<4>[ 18.358795] Partially written block 1006 detected
<4>[ 18.359191] Partially written block 1006 detected
<4>[ 18.359802] Partially written block 1006 detected
<4>[ 18.360198] Partially written block 1006 detected
<4>[ 18.360595] Partially written block 1006 detected
<4>[ 18.361206] Partially written block 1006 detected
<4>[ 18.361633] Partially written block 1006 detected
<4>[ 18.362213] Partially written block 1006 detected
<4>[ 18.362640] Partially written block 1006 detected
<4>[ 18.363250] Partially written block 1006 detected
<4>[ 18.363677] Partially written block 1006 detected
<4>[ 18.364105] Partially written block 1006 detected
<4>[ 18.364715] Partially written block 1006 detected
<4>[ 18.460662] yaffs_read_super: isCheckpointed 0
<6>[ 18.461517] yaffs: dev is 32505860 name is "mtdblock4"
<6>[ 18.461791] yaffs: passed flags ""
<4>[ 18.462005] yaffs: Attempting MTD mount on 31.4, "mtdblock4"
<4>[ 18.521240] yaffs_read_super: isCheckpointed 0
<3>[ 20.180206] init: service 'console' requires console
<6>[ 20.258422] enabling adb
<6>[ 20.281280] [USB] msm_hsusb: disable pullup
<6>[ 20.293457] [USB] msm_hsusb: enable pullup
<6>[ 20.297027] [USB] suspend
<6>[ 20.311981] adb_open
<6>[ 20.482727] [USB] reset
<6>[ 20.483032] [USB] handle_notify_offline: notify offline
<6>[ 20.484069] adb_release
<6>[ 20.485015] [USB] portchange USB_SPEED_HIGH
<6>[ 20.485534] adb_open
<6>[ 20.642822] [USB] reset
<6>[ 20.645080] [USB] portchange USB_SPEED_HIGH
<6>[ 20.715698] warning: `rild' uses 32-bit capabilities (legacy support in use)
<6>[ 20.854614] android_usb gadget: high speed config #1: android
<6>[ 20.928436] [SMD]SMD: ch 0 0 -> 1
<6>[ 20.928771] [SMD]SMD: ch 0 1 -> 2
<6>[ 20.939819] [SMD]SMD: ch 38 0 -> 1
<6>[ 20.940155] [SMD]SMD: ch 38 1 -> 2
<6>[ 20.940368] [RIL] qmi: smd opened
<6>[ 20.942810] [RIL] qmi: ctl: wds use client_id 0x01
<6>[ 20.947113] [SMD]SMD: ch 39 0 -> 1
<6>[ 20.947448] [SMD]SMD: ch 39 1 -> 2
<6>[ 20.947875] [RIL] qmi: smd opened
<6>[ 20.948699] [RIL] qmi: ctl: wds use client_id 0x01
<6>[ 20.950500] [SMD]SMD: ch 40 0 -> 1
<6>[ 20.951080] [SMD]SMD: ch 40 1 -> 2
<6>[ 20.951324] [RIL] qmi: smd opened
<6>[ 20.952941] [RIL] qmi: ctl: wds use client_id 0x01
<6>[ 22.985412] [AUD][snd.c:snd_ioctl] snd_set_device 1 1 1
<6>[ 22.989074] [AUD][snd.c:snd_rpc_thread] snd_rpc_thread() start
<6>[ 22.989624] [AUD][snd.c:snd_rpc_thread] snd: rpc_reply status 0
<6>[ 22.992858] [AUD][snd.c:snd_ioctl] snd_set_volume 256 0 5
<6>[ 22.996887] [AUD][snd.c:snd_rpc_thread] snd: rpc_reply status 0
As you can see
<4>[ 4.104248] yaffs: Attempting MTD mount on 31.5, "mtdblock5"
<4>[ 4.712463] block 725 is bad
<4>[ 4.744262] block 845 is bad
<4>[ 4.797912] block 1049 is bad
Click to expand...
Click to collapse
Does that indicate bad blocks on SDCard ?
So i have reviewed your logcat and its not showing up anything that could make it bootloop :/ can you use nandroid manager to restore just the app data and see how it gets on for me? it shouldnt need to reboot to do it.
heavy_metal_man said:
So i have reviewed your logcat and its not showing up anything that could make it bootloop :/ can you use nandroid manager to restore just the app data and see how it gets on for me? it shouldnt need to reboot to do it.
Click to expand...
Click to collapse
Okay,thanks,I restored some user apps and system apps (including data).Some apps are working fine and restored back to previous state including CM Settings but some apps got messed up and data didn't get restored.
What should be the next move ?
optimusodd said:
Okay,thanks,I restored some user apps and system apps (including data).Some apps are working fine and restored back to previous state including CM Settings but some apps got messed up and data didn't get restored.
What should be the next move ?
Click to expand...
Click to collapse
Well that tells us that the nandroid back up has became corrupted somehow, or your sdcard partition is not the same as your nandroids. If it's corruption your pretty stuffed and will have to just start fresh, but I would first double check your partitioning and then attempt a final restore with nandroid manager. If it fails then delete the apps that don't work data and keep what works I suppose :/
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
heavy_metal_man said:
Well that tells us that the nandroid back up has became corrupted somehow, or your sdcard partition is not the same as your nandroids. If it's corruption your pretty stuffed and will have to just start fresh, but I would first double check your partitioning and then attempt a final restore with nandroid manager.
Click to expand...
Click to collapse
Thanks for the reply.
Huh,What do you mean by sdcard partition is not the same ?
Okay let me go into a little more detail.Few months back I was using 8GB card.And the nandoid backup I want to restore was taken on that card.
MTD partition size : 110 10
Ext3 :512 MB
Now I am using 16GB card with 1GB Ext3 partition.
No custom MTD partition.
Do I need to run custom MTD script ?
SDCard partition could be a problem if I was using a card of less capacity.But as both the memory capacity and the size of Ext3 partition are larger in this scenario so I think partition should not be a problem.
Correct me if I am wrong
Furthermore,the same nandroid backup got restored perfectly using the new card before that kernel and radio thing.Gah!
optimusodd said:
Thanks for the reply.
Huh,What do you mean by sdcard partition is not the same ?
Okay let me go into a little more detail.Few months back I was using 8GB card.And the nandoid backup I want to restore was taken on that card.
MTD partition size : 110 10
Ext3 :512 MB
Now I am using 16GB card with 1GB Ext3 partition.
No custom MTD partition.
Do I need to run custom MTD script ?
SDCard partition could be a problem if I was using a card of less capacity.But as both the memory capacity and the size of Ext3 partition are larger in this scenario so I think partition should not be a problem.
Correct me if I am wrong
Furthermore,the same nandroid backup got restored perfectly using the new card before that kernel and radio thing.Gah!
Click to expand...
Click to collapse
If you made the nandroid with a custom mtd the you had best restore it with a custom mtd. I'm not 100% sure how it's done or the theory around it though, it's been a long time since I've had to do such things.
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
heavy_metal_man said:
If you made the nandroid with a custom mtd the you had best restore it with a custom mtd. I'm not 100% sure how it's done or the theory around it though, it's been a long time since I've had to do such things.
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
Click to expand...
Click to collapse
Alright,buddy,I give it a try.:fingers-crossed:
Happy New Year! Well, sorry for being a bit unresponsive - I'm really late (and still have no time) - just a quick $ 0.02: if I'm not totally mistaken it makes a huge difference if you use custom mtd partitions. The recovery makes an image of the partitions which means on restore the same size is expected (which would also apply to your sd-ext...)
Best bet should be: make a restore with the old settings (custom mtd partitions and sd-ext) and sequentially backup the stuff in other ways than with a nandroid backup. See if it works. Alternatively you could extract the stuff out of the backup - but this might become really painful...
Hope this helps.
BTW: my problem you were refering to has been totally different as I've never been stuck on boot - I had massive random reboots - so this was another story...
heavy_metal_man said:
If you made the nandroid with a custom mtd the you had best restore it with a custom mtd. I'm not 100% sure how it's done or the theory around it though, it's been a long time since I've had to do such things.
Click to expand...
Click to collapse
eventcom said:
if I'm not totally mistaken it makes a huge difference if you use custom mtd partitions. The recovery makes an image of the partitions which means on restore the same size is expected (which would also apply to your sd-ext...)
Click to expand...
Click to collapse
Hello guys,Belated Happy New Year!!!Sorry for the late response.I was out of town and didn't have a chance to check the thread until today.I had finally got it working on 29th Dec after 15 days tearing my hair out trying to fix it.
Ah,after trying a lot of things and epic struggle finally some peace and quiet.:victory:
Thank you very much "heavy_metal_man" for your continued support and kind cooperation.I couldn't have done this without your inexhaustible support.I really appreciate it.
Thank you "eventcom" for the reply.I appreciate it.Though you were a bit late but you got it right.Probably it was the MTD thing.
I am not sure what exactly happened and what did the trick in the end.In all probability it was MTD partition thing which was messing up.
Not is case of Ext partition though.Because as I have mentioned my previous ext3 was 512 MB while now I am using 1GB Ext3 partition.
So I think Restore with old MTD settings and Ext partition >/= previous Ext partition should do the job.
Steps followed:
>Unroot and S-ON
http://forum.xda-developers.com/showthread.php?p=22832599
>Root
http://forum.xda-developers.com/showthread.php?t=1145035&nocache=1&nocache=1
>Data Wipe - Factory Reset
>Wipe Cache Partition
>Format /cache
>Format /system
>Format /data
>Wipe cache partition
>Wipe Dalvik Cache
>Create text file with custom MTD partition settings you had while taking Nandroid Backup
>Go to Recovery
>Mounts and Storage
>Format /cache
>Format /system
>Format /data
>Wipe Data / Factory Reset
>Flash "recovery-v1.5.8-Beta-CustomMTD_S.zip"
>Go to Advanced
>Reboot Recovery
>Restore Nandroid Backup
>Fix permissions
>Without restarting, flash "boot-v1.5.8-Beta-CustomMTD_S.zip"
>Reboot device
After Nandroid Restore Superuser started malfunctioning.Apps (including Titanium Backup) requiring ROOT access were not getting required permissions while it was being displayed that Superuser had granted the permissions.Anyway,was able to resolve that problem somehow and now my device is working perfectly.:victory: