Is there a way to determine if the GPad I have is with the problematic camera module?
Out of the box, my gpad had 4.2.2, and prompted me to update to 4.4.2(v50020b).
How do I know if I will/will not have a nonfunctional back camera when I flash AOSP or CM, before actually flashing?
Sagaraut said:
Is there a way to determine if the GPad I have is with the problematic camera module?
Out of the box, my gpad had 4.2.2, and prompted me to update to 4.4.2(v50020b).
How do I know if I will/will not have a nonfunctional back camera when I flash AOSP or CM, before actually flashing?
Click to expand...
Click to collapse
When you type "dmesg", these are the names of the camera modules that work.
Main cam: s5k4e5ya
Front cam: imx119
Note: the name of the camera module that does not work is "ov5663".
Code:
[ 2.707977 / 01-01 00:00:02.691] usbcore: registered new interface driver uvcvideo
[ 2.708251 / 01-01 00:00:02.691] USB Video Class driver (1.1.1)
[ 2.710266 / 01-01 00:00:02.691] s5k4e5ya module init !!!
[ 2.710479 / 01-01 00:00:02.691] s5k4e5ya_sensor_i2c_probe: enter
[ 2.710906 / 01-01 00:00:02.691] msm_sensor_power_up : E sensor name is s5k4e5ya
[ 2.711212 / 01-01 00:00:02.691] msm_sensor_power_up : lgcam_commit on 121230
[ 2.711517 / 01-01 00:00:02.691] msm_sensor_power_up : lgcam_commit increase JPEG_ENC] on 130113 [
[ 2.711791 / 01-01 00:00:02.691] msm_sensor_power_up : lgcam_commit fix AF kernel crash on 130121 [
[ 2.765716 / 01-01 00:00:02.751] msm_sensor_power_up : mclk: 24000000Hz
[ 2.770965 / 01-01 00:00:02.751] msm_sensor_power_up : X sensor name is s5k4e5ya
[ 2.771179 / 01-01 00:00:02.751] msm_sensor_match_id: E
[ 2.771697 / 01-01 00:00:02.751] msm_sensor_i2c_probe s5k4e5ya probe succeeded
[ 2.816101 / 01-01 00:00:02.801] msm_server_update_sensor_info mctl_node_name[0] = video1
[ 2.816589 / 01-01 00:00:02.801] msm_sensor_power_down : E sensor name is s5k4e5ya
[ 2.817321 / 01-01 00:00:02.801] [CAM/I] msm_sensor_power_down: Revision [11] MSM_MAINCAM_RST_EN GPIO No.178
[ 2.819732 / 01-01 00:00:02.801] msm_sensor_power_down : X sensor name is s5k4e5ya
[ 2.820190 / 01-01 00:00:02.801] imx119_sensor_power_up: before request gpio, sensor name : imx119
[ 2.826477 / 01-01 00:00:02.811] imx119_sensor_power_up : X sensor name is imx119
[ 2.826782 / 01-01 00:00:02.811] msm_sensor_match_id: E
[ 2.827514 / 01-01 00:00:02.811] msm_sensor_i2c_probe imx119 probe succeeded
[ 2.827697 / 01-01 00:00:02.811] msm_eeprom_probe probe_fail
[ 2.828552 / 01-01 00:00:02.811] msm_server_update_sensor_info mctl_node_name[1] = video3
[ 2.829040 / 01-01 00:00:02.811] imx119_sensor_power_down
[ 2.829223 / 01-01 00:00:02.811] imx119_sensor_power_down : E sensor name is imx119
[ 2.830047 / 01-01 00:00:02.811] [CAM/I] imx119_sensor_power_down: Revision [11] MSM_CAM2_RST_EN GPIO No.179
[ 2.833190 / 01-01 00:00:02.811] imx119_sensor_power_down : X sensor name is imx119
[ 2.835021 / 01-01 00:00:02.811] msm_cam_server_request_irq IRQ Router hw is not present.
[
And in order to run dmesg through adb shell, I'll need to be rooted, right?
Yes
Code:
6>[ 1.272521 / 01-01 00:00:01.260] IR MCE Keyboard/mouse protocol handler initialized
<6>[ 1.272521 / 01-01 00:00:01.260] IR LIRC bridge handler initialized
<6>[ 1.272949 / 01-01 00:00:01.260] usbcore: registered new interface driver uvcvideo
<6>[ 1.272979 / 01-01 00:00:01.260] USB Video Class driver (1.1.1)
<3>[ 1.273284 / 01-01 00:00:01.260] msm_cam_i2c_mux msm_cam_i2c_mux.0: drv probe_log s
<3>[ 1.273315 / 01-01 00:00:01.260] msm_cam_i2c_mux msm_cam_i2c_mux.0: drv probe_log e
<3>[ 1.273651 / 01-01 00:00:01.260] msm_cam_server msm_cam_server.0: drv probe_log s
<3>[ 1.274169 / 01-01 00:00:01.260] msm_cam_server msm_cam_server.0: drv probe_log e
<3>[ 1.274291 / 01-01 00:00:01.260] s5k4e5ya module init !!!
<3>[ 1.274383 / 01-01 00:00:01.260] s5k4e5ya 4-0020: bus probe_log s
<3>[ 1.274383 / 01-01 00:00:01.260] s5k4e5ya_sensor_i2c_probe: enter
<3>[ 1.274414 / 01-01 00:00:01.260] msm_sensor_power_up : E sensor name is s5k4e5ya
<3>[ 1.274414 / 01-01 00:00:01.260] msm_sensor_power_up : lgcam_commit on 121230
<3>[ 1.274444 / 01-01 00:00:01.260] msm_sensor_power_up : lgcam_commit increase JPEG_ENC] on 130113 [
<3>[ 1.274475 / 01-01 00:00:01.260] msm_sensor_power_up : lgcam_commit fix AF kernel crash on 130121 [
<3>[ 1.327606 / 01-01 00:00:01.320] msm_sensor_power_up : mclk: 24000000Hz
<3>[ 1.332702 / 01-01 00:00:01.320] msm_sensor_power_up : X sensor name is s5k4e5ya
<3>[ 1.332733 / 01-01 00:00:01.320] msm_sensor_match_id: E
<3>[ 1.333160 / 01-01 00:00:01.320] msm_sensor_i2c_probe s5k4e5ya probe succeeded
<3>[ 1.333312 / 01-01 00:00:01.320] msm_actuator 4-0018: bus probe_log s
<3>[ 1.333312 / 01-01 00:00:01.320] msm_actuator 4-0018: bus probe_log e
<3>[ 1.333465 / 01-01 00:00:01.320] s5k4e5ya_eeprom 4-0028: bus probe_log s
<3>[ 1.376495 / 01-01 00:00:01.360] s5k4e5ya_eeprom 4-0028: bus probe_log e
<6>[ 1.376831 / 01-01 00:00:01.360] msm_server_update_sensor_info mctl_node_name[0] = video1
<3>[ 1.376983 / 01-01 00:00:01.360] msm_sensor_power_down : E sensor name is s5k4e5ya
<0>[ 1.377441 / 01-01 00:00:01.360] [CAM/I] msm_sensor_power_down: Revision [11] MSM_MAINCAM_RST_EN GPIO No.178
<3>[ 1.379119 / 01-01 00:00:01.370] msm_sensor_power_down : X sensor name is s5k4e5ya
<3>[ 1.379150 / 01-01 00:00:01.370] s5k4e5ya 4-0020: bus probe_log e
<3>[ 1.379241 / 01-01 00:00:01.370] ov5693 module init !!!
<3>[ 1.379302 / 01-01 00:00:01.370] ov5693 4-0040: bus probe_log s
<3>[ 1.379302 / 01-01 00:00:01.370] msm_sensor_power_up : E sensor name is ov5693
<3>[ 1.379333 / 01-01 00:00:01.370] msm_sensor_power_up : lgcam_commit on 121230
<3>[ 1.379364 / 01-01 00:00:01.370] msm_sensor_power_up : lgcam_commit increase JPEG_ENC] on 130113 [
<3>[ 1.379364 / 01-01 00:00:01.370] msm_sensor_power_up : lgcam_commit fix AF kernel crash on 130121 [
<3>[ 1.437591 / 01-01 00:00:01.430] msm_sensor_power_up : mclk: 24000000Hz
<3>[ 1.442718 / 01-01 00:00:01.430] msm_sensor_power_up : X sensor name is ov5693
<3>[ 1.442749 / 01-01 00:00:01.430] msm_sensor_match_id: E
<3>[ 1.443145 / 01-01 00:00:01.430] msm_sensor_match_id chip id doesnot match
<3>[ 1.443145 / 01-01 00:00:01.430] msm_sensor_i2c_probe ov5693_i2c_probe failed
<3>[ 1.443176 / 01-01 00:00:01.430] msm_sensor_power_down : E sensor name is ov5693
What's the verdict here?
You will need to install Terminal Emulator and give it root access in order to get "su" permissions to type "dmesg".
The log in my last post in this conversation was my dmesg output. It seems that I have both, s5k4e5ya as well as ov5693 modules. And I can confirm that my back camera works because I installed AOSP 5.0.1 today, and both the cameras are functional. Strange, no?
Sorry, I didn't see the log you posted.
Edit: The people without AOSP camera support have the ov5693. It doesn't matter if you have other camera modules also.
s5k4e5ya_i2c_probe failed
Deltadroid said:
Sorry, I didn't see the log you posted.
Hmm, ov5663 is known not to work, but yours is ov5693. Although, as long as you have s5k4e5ya, then it should be ok. The people without AOSP camera support don't have s5k4e5ya at all.
Click to expand...
Click to collapse
What if I have s5k4e5ya and it does not work?
I looked at the dmesg and found that it says, msm_sensor_i2c_probe: s5k4e5ya_i2c_probe failed
The main thing is if you have the ov5693. I made a mistake before thinking there was a ov5663. There is no ov5663.
---------- Post added at 10:49 AM ---------- Previous post was at 10:48 AM ----------
Read this thread.
http://forum.xda-developers.com/showthread.php?t=3004451
Deltadroid said:
The main thing is if you have the ov5693. I made a mistake before thinking there was a ov5663. There is no ov5663.
---------- Post added at 10:49 AM ---------- Previous post was at 10:48 AM ----------
Read this thread.
http://forum.xda-developers.com/showthread.php?t=3004451
Click to expand...
Click to collapse
ov5693 does not show up in mine. The dmesg only shows s5k4e5ya and says probe failed. I checked and apparently that's the supported driver, still doesn't work. I don't really know why :|, and now after I flashed the zip in the link you provided, I don't see any.
I restarted my gpad and i get this
Code:
PS C:\> adb shell dmesg |grep s5k4e5ya
<3>[ 1.885101 / 01-01 00:00:01.870] s5k4e5ya module init !!!
<3>[ 1.885192 / 01-01 00:00:01.870] s5k4e5ya_sensor_i2c_probe: enter
<3>[ 1.885345 / 01-01 00:00:01.870] msm_sensor_power_up : E sensor name is s5k4e5ya
<3>[ 1.948547 / 01-01 00:00:01.930] msm_sensor_power_up : X sensor name is s5k4e5ya
<3>[ 1.949584 / 01-01 00:00:01.930] msm_sensor_i2c_probe: s5k4e5ya_i2c_probe failed
<3>[ 1.949859 / 01-01 00:00:01.930] msm_sensor_power_down : E sensor name is s5k4e5ya
<3>[ 1.952880 / 01-01 00:00:01.930] msm_sensor_power_down : X sensor name is s5k4e5ya
PS C:\> ov5693
PS C:\> adb shell dmesg |grep ov5693
Maybe you could look through the entire log just to see if there is something else.
Deltadroid said:
Maybe you could look through the entire log just to see if there is something else.
Click to expand...
Click to collapse
Ok, did that and found something else:
Code:
<3>[ 1.924499 / 01-01 00:00:01.910] s5k4e5ya module init !!!
<3>[ 1.924591 / 01-01 00:00:01.910] s5k4e5ya_sensor_i2c_probe: enter
<3>[ 1.924743 / 01-01 00:00:01.910] msm_sensor_power_up : E sensor name is s5k4e5ya
<3>[ 1.924865 / 01-01 00:00:01.910] msm_sensor_power_up : lgcam_commit on 121230
<3>[ 1.924926 / 01-01 00:00:01.910] msm_sensor_power_up : lgcam_commit increase JPEG_ENC] on 130113 [
<3>[ 1.925018 / 01-01 00:00:01.910] msm_sensor_power_up : lgcam_commit fix AF kernel crash on 130121 [
<3>[ 1.982757 / 01-01 00:00:01.970] msm_sensor_power_up : mclk: 24000000Hz
<3>[ 1.988189 / 01-01 00:00:01.970] msm_sensor_power_up : X sensor name is s5k4e5ya
<3>[ 1.988342 / 01-01 00:00:01.970] msm_sensor_match_id: E
<3>[ 1.989074 / 01-01 00:00:01.970] msm_sensor_match_id chip id doesnot match
<3>[ 1.989227 / 01-01 00:00:01.970] msm_sensor_i2c_probe: s5k4e5ya_i2c_probe failed
so it says, the chip id doesnot match? so umm... does this mean I have the other chip? However, when I look at dmesg, I don't get the other chip as well. How can I find the name of the chip for sure?
saurjk said:
Ok, did that and found something else:
Code:
<3>[ 1.924499 / 01-01 00:00:01.910] s5k4e5ya module init !!!
<3>[ 1.924591 / 01-01 00:00:01.910] s5k4e5ya_sensor_i2c_probe: enter
<3>[ 1.924743 / 01-01 00:00:01.910] msm_sensor_power_up : E sensor name is s5k4e5ya
<3>[ 1.924865 / 01-01 00:00:01.910] msm_sensor_power_up : lgcam_commit on 121230
<3>[ 1.924926 / 01-01 00:00:01.910] msm_sensor_power_up : lgcam_commit increase JPEG_ENC] on 130113 [
<3>[ 1.925018 / 01-01 00:00:01.910] msm_sensor_power_up : lgcam_commit fix AF kernel crash on 130121 [
<3>[ 1.982757 / 01-01 00:00:01.970] msm_sensor_power_up : mclk: 24000000Hz
<3>[ 1.988189 / 01-01 00:00:01.970] msm_sensor_power_up : X sensor name is s5k4e5ya
<3>[ 1.988342 / 01-01 00:00:01.970] msm_sensor_match_id: E
<3>[ 1.989074 / 01-01 00:00:01.970] msm_sensor_match_id chip id doesnot match
<3>[ 1.989227 / 01-01 00:00:01.970] msm_sensor_i2c_probe: s5k4e5ya_i2c_probe failed
so it says, the chip id doesnot match? so umm... does this mean I have the other chip? However, when I look at dmesg, I don't get the other chip as well. How can I find the name of the chip for sure?
Click to expand...
Click to collapse
I think that your device has the unsupported camera module but your kernel is not detecting it properly. Ckret mentioned that he will work on fixing the other camera driver when he gets time from school. I would mark that other thread with the camera fix and give ckret some time to look at it. It seems like ckret knows what's wrong and what needs to be changed.
Deltadroid said:
I think that your device has the unsupported camera module but your kernel is not detecting it properly. Ckret mentioned that he will work on fixing the other camera driver when he gets time from school. I would mark that other thread with the camera fix and give ckret some time to look at it. It seems like ckret knows what's wrong and what needs to be changed.
Click to expand...
Click to collapse
alright, i have already subscribed to that thread, so I will just wait. The camera is not really important on the tablet, but still . Thanks again
Related
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:
Hi, I am trying to get the latest version of CM KitKat to allow modem resets, but instead I get rebooting. Can anyone make heads or tails from the following crash? Also, it works fine in older roms, and the second output shows that it handles the reset fine without rebooting.
[ 436.254661] SMSM: Modem SMSM state changed to SMSM_RESET.
[ 436.260521] Notify: start reset
[ 436.260552] Probable fatal error on the modem.
[ 436.260552] modem subsystem failure reason: (unknown, smem_get_entry failed).
[ 436.260552] subsys-restart: subsystem_restart_dev(): Restart sequence requested for modem, restart_level = 1.
[ 436.260582] Kernel panic - not syncing: subsys-restart: Resetting the SoC - modem crashed.
[ 436.260613] [<c0013d84>] (unwind_backtrace+0x0/0xe0) from [<c0741084>] (panic+0x88/0x1f8)
[ 436.260613] [<c0741084>] (panic+0x88/0x1f8) from [<c0050844>] (subsystem_restart_dev+0xf8/0x124)
[ 436.260643] [<c0050844>] (subsystem_restart_dev+0xf8/0x124) from [<c0051928>] (restart_modem+0xa0/0xd4)
[ 436.260674] [<c0051928>] (restart_modem+0xa0/0xd4) from [<c002ff28>] (notify_smsm_cb_clients_worker+0xa4/0x1c4)
[ 436.260674] [<c002ff28>] (notify_smsm_cb_clients_worker+0xa4/0x1c4) from [<c0086314>] (process_one_work+0x22c/0x428)
[ 436.260704] [<c0086314>] (process_one_work+0x22c/0x428) from [<c00866d8>] (worker_thread+0x19c/0x2bc)
[ 436.260704] [<c00866d8>] (worker_thread+0x19c/0x2bc) from [<c008ad08>] (kthread+0x84/0x94)
[ 436.260735] [<c008ad08>] (kthread+0x84/0x94) from [<c000e9e4>] (kernel_thread_exit+0x0/0x8)
[ 436.366030] CPU0: stopping
[ 436.368777] [<c0013d84>] (unwind_backtrace+0x0/0xe0) from [<c0012e0c>] (handle_IPI+0x100/0x1cc)
[ 436.377414] [<c0012e0c>] (handle_IPI+0x100/0x1cc) from [<c0008670>] (gic_handle_irq+0xa8/0xb4)
[ 436.386052] [<c0008670>] (gic_handle_irq+0xa8/0xb4) from [<c000db00>] (__irq_svc+0x40/0x70)
[ 436.394384] Exception stack(0xec939e48 to 0xec939e90)
[ 436.399359] 9e40: c0c7ff38 373cff38 00205b3e 00000000 00000001 0000000f
[ 436.407569] 9e60: 00000029 00000003 c0c7ff54 00000003 c0b61970 60000113 00000000 ec939e90
[ 436.415717] 9e80: c006ec50 c006f128 60000113 ffffffff
[ 436.420723] [<c000db00>] (__irq_svc+0x40/0x70) from [<c006f128>] (vprintk+0x3a8/0x420)
[ 436.428658] [<c006f128>] (vprintk+0x3a8/0x420) from [<c074120c>] (printk+0x18/0x24)
[ 436.436319] [<c074120c>] (printk+0x18/0x24) from [<c0020e24>] (modem_notifier_test_call+0x3c/0x54)
[ 436.445200] [<c0020e24>] (modem_notifier_test_call+0x3c/0x54) from [<c0090270>] (notifier_call_chain+0x38/0x68)
[ 436.455333] [<c0090270>] (notifier_call_chain+0x38/0x68) from [<c0090304>] (__srcu_notifier_call_chain+0x40/0x58)
[ 436.465557] [<c0090304>] (__srcu_notifier_call_chain+0x40/0x58) from [<c0090330>] (srcu_notifier_call_chain+0x14/0x18)
[ 436.476239] [<c0090330>] (srcu_notifier_call_chain+0x14/0x18) from [<c0086314>] (process_one_work+0x22c/0x428)
[ 436.486220] [<c0086314>] (process_one_work+0x22c/0x428) from [<c00866d8>] (worker_thread+0x19c/0x2bc)
[ 436.495406] [<c00866d8>] (worker_thread+0x19c/0x2bc) from [<c008ad08>] (kthread+0x84/0x94)
[ 436.503677] [<c008ad08>] (kthread+0x84/0x94) from [<c000e9e4>] (kernel_thread_exit+0x0/0x8)
[ 436.612147] Rebooting in 5 seconds..
[ 441.616511] Going down for restart now
[ 441.619471] msm_restart : clear reset flag
Here is the same thing in a working rom.
<3>[ 166.851182] SMSM: Modem SMSM state changed to SMSM_RESET.
<3>[ 166.851396] Notify: start reset
<3>[ 166.851518] Modem SMSM state changed to SMSM_RESET.
<3>[ 166.851518] Probable err_fatal on the modem. Calling subsystem restart...
<6>[ 166.851670] subsys-restart: subsystem_restart(): Restart sequence requested for modem, restart_level = 3.
<6>[ 166.851762] subsys-restart: subsystem_restart_thread(): [d9091b00]: Shutting down modem
<3>[ 166.882038] unvote_dfab: dfab is already off
<4>[ 166.882038] [<c010eb68>] (unwind_backtrace+0x0/0x108) from [<c0122658>] (unvote_dfab+0xa4/0xcc)
<4>[ 166.882069] [<c0122658>] (unvote_dfab+0xa4/0xcc) from [<c0123318>] (bam_dmux_smsm_cb+0x134/0x748)
<4>[ 166.882069] [<c0123318>] (bam_dmux_smsm_cb+0x134/0x748) from [<c0129900>] (notify_smsm_cb_clients_worker+0x10c/0x254)
<4>[ 166.882099] [<c0129900>] (notify_smsm_cb_clients_worker+0x10c/0x254) from [<c018ed7c>] (process_one_work+0x14c/0x444)
<4>[ 166.882099] [<c018ed7c>] (process_one_work+0x14c/0x444) from [<c018f3ac>] (worker_thread+0x174/0x37c)
<4>[ 166.882130] [<c018f3ac>] (worker_thread+0x174/0x37c) from [<c0193dcc>] (kthread+0x88/0x90)
<4>[ 166.882130] [<c0193dcc>] (kthread+0x88/0x90) from [<c0108f70>] (kernel_thread_exit+0x0/0x8)
<3>[ 166.882221] release_wakelock: bam_dmux wakelock not locked
<4>[ 166.882252] [<c010eb68>] (unwind_backtrace+0x0/0x108) from [<c012090c>] (release_wakelock+0xc0/0xec)
<4>[ 166.882252] [<c012090c>] (release_wakelock+0xc0/0xec) from [<c0129900>] (notify_smsm_cb_clients_worker+0x10c/0x254)
<4>[ 166.882282] [<c0129900>] (notify_smsm_cb_clients_worker+0x10c/0x254) from [<c018ed7c>] (process_one_work+0x14c/0x444)
<4>[ 166.882282] [<c018ed7c>] (process_one_work+0x14c/0x444) from [<c018f3ac>] (worker_thread+0x174/0x37c)
<4>[ 166.882282] [<c018f3ac>] (worker_thread+0x174/0x37c) from [<c0193dcc>] (kthread+0x88/0x90)
<4>[ 166.882313] [<c0193dcc>] (kthread+0x88/0x90) from [<c0108f70>] (kernel_thread_exit+0x0/0x8)
<3>[ 166.882588] ch_notify: smd closed
<3>[ 166.882588] ch_notify: smd closed
<3>[ 166.882618] ch_notify: smd closed
<3>[ 166.882618] ch_notify: smd closed
<3>[ 166.882618] ch_notify: smd closed
<3>[ 166.882618] ch_notify: smd closed
<3>[ 166.882649] ch_notify: smd closed
<3>[ 166.882649] ch_notify: smd closed
<6>[ 166.882649] diag: clean modem registration
<6>[ 166.886311] subsys-restart: subsystem_restart_thread(): [d9091b00]: Powering up modem
<7>[ 166.886311] load_image: load modem_fw.mdt image
<6>[ 167.219807] pil_qdsp6v4 pil_qdsp6v4.1: brought out of reset
<7>[ 167.220479] load_image: load modem.mdt image
<6>[ 168.853898] bl_level:40,cd:2:Candela:40 aid_change:1
<6>[ 169.392156] pil_qdsp6v4 pil_qdsp6v4.2: brought out of reset
<6>[ 169.393224] subsys-restart: subsystem_restart_thread(): [d9091b00]: Restart sequence for modem completed.
<3>[ 170.125438] Notify: smsm init
<6>[ 171.607202] diag: incomplete pkt on Modem CNTL ch
<6>[ 171.632565] diag: event mask not set yet, so no update
<6>[ 172.412513] sps:REVISION of BAM 0xe5b14000 is 0x5.
<3>[ 175.133770] handle_bam_mux_cmd: dropping invalid LCID 10 reserved 0 cmd 4 pad 0 ch 10 len 0
<3>[ 175.133862] handle_bam_mux_cmd: dropping invalid LCID 11 reserved 0 cmd 4 pad 0 ch 11 len 0
<6>[ 175.473401] pm8921_enable_batt_therm: [pm8921] enable Vref_batt_therm
<6>[ 175.983122] pm8921_enable_batt_therm: [pm8921] disable Vref_batt_therm
<6>[ 175.983122] sec_bat_monitor_work: battery check is present (1 time )
<6>[ 175.984800] [battery] level(99), vcell(4346250), therm(248)
<6>[ 175.984800] [battery] cable_type(1), chg_status(1), health(1)
<6>[ 175.984800] [battery] timeout_chgstp(0), chg_enabled(1), rechg_status(0)
Hi all!
-------------------------------------------------- EDIT --------------------------------------------
I have given up with porting this a long time ago.. I am waiting for sources.
Gladly @los93sol has made a lot of progress with Android L porting to Tuna.
So I am trying to port android L 'LPV81B' SDK system (Android L Preview armeabi-v7) to Tuna, but I need help. I've never ported ROMs to Samsung Galaxy Nexus and I need help from developers or users with knowledge of porting who are interested. so I leave here my port ROM of Andorid L SDK 'LPV81B'. It's not booting, it hangs on Google splash logo. Feel free to do (almost whatever) what you want with this port, I hope somebody gets it working on tuna.
What's already done:
Added Maguro and tuna vendor files (not toro/toro+) to system/lib/vendor, system/lib/, system/bin/
Added keylayout files to usr, including touchscreen file for mms_ts
Removed goldfish files from lib/hw/ replaced them with tuna's files and added missing *default.so files to lib/hw/
system/bin:
replaced vold, rild, sensorservice.. + added tuna's files (I don't remember what else)
system/lib/:
replaced egl folder, replaced libEGL.so, libgles*.so files, added tuna's files
system/etc/:
added tuna's files, replaced some files
build.prop edited to use tuna's files form lib/hw/, added board.platform to omap4
added tuna's boot files, init.rc, ueventd.rc and some other files are Android L's files, init file and sbin folder are tuna's
Kernel my built 3.0.72 AOSP tuna omap kernel:
https://android.googlesource.com/kernel/omap/+/android-omap-tuna-3.0-jb-mr2
etc.
_______________________
ROM have been made flashable with JustArchi's toolkit, mounting lines and unmounting lines, + other lines have been taken from my ROM Dreams KK.. to make this Android L ROM port flashable. - Thanks to @JustArchi
________________________
I really hope somebody gets this working
Here's SDK system dump with the ramdisk: http://forum.xda-developers.com/showthread.php?p=53699397
Here's my ported Android L:
https://mega.co.nz/#!l1VmHLCa!Q9kj3Usps7lb8LQ7LqX4vmb4Pfblv5wnp5SCymrUhb0
dmesg log:
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 3.0.72-gfb3c9ac ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Jun 24 08:29:38 EEST 2014
<4>[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: Tuna
<6>[ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
<6>[ 0.000000] OMAP4460 ES1.1
<6>[ 0.000000] SRAM: Mapped pa 0x4030d000 to va 0xfe40d000 size: 0x1000
<6>[ 0.000000] SMC: Allocated workspace of 0x300000 Bytes at (0xbfd00000)
<7>[ 0.000000] On node 0 totalpages: 182272
<7>[ 0.000000] free_area_init_node: node 0, pgdat c082a780, node_mem_map c09da000
<7>[ 0.000000] Normal zone: 256 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
<7>[ 0.000000] HighMem zone: 1792 pages used for memmap
<7>[ 0.000000] HighMem zone: 147712 pages, LIFO batch:31
<6>[ 0.000000] PERCPU: Embedded 5 pages/cpu @c11e1000 s7520 r0 d12960 u32768
<7>[ 0.000000] pcpu-alloc: s7520 r0 d12960 u32768 alloc=8*4096
<7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 180224
<5>[ 0.000000] Kernel command line: console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G vmalloc=768M omap_wdt.timer_margin=30 no_console_suspend
......
....
<5>[ 4.130737] type=1403 audit(1403816123.789:2): policy loaded auid=4294967295 ses=4294967295
<4>[ 4.131378] SELinux: Loaded policy from /sepolicy
<5>[ 4.141021] type=1404 audit(1403816123.804:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
<6>[ 4.843627] max17040 4-0036: online = 1 vcell = 4175000 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 6.071197] init: /init.rc: 291: invalid command 'restorecon_recursive'
<3>[ 6.075195] init: invalid line ueventd.rc line for 'subsystem'
<3>[ 6.075256] init: invalid line ueventd.rc line for 'devname'
<3>[ 6.205108] init: /dev/hw_random not found
<6>[ 6.205261] keychord: using input dev tuna-gpio-keypad for fevent
<7>[ 6.241729] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<7>[ 6.242126] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244201] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244476] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.311859] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<6>[ 6.322509] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.322662] SELinux: initialized (dev mmcblk0p10, type ext4), uses xattr
<6>[ 6.329345] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.329467] SELinux: initialized (dev mmcblk0p3, type ext4), uses xattr
<6>[ 6.752258] EXT4-fs (mmcblk0p11): recovery complete
<6>[ 6.760589] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 6.760986] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<6>[ 6.804168] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/cache
<6>[ 6.823547] mms_ts 3-0048: fw version 0x65 already present
<6>[ 6.824981] mms_ts 3-0048: Melfas MMS-series touch controller initialized
<6>[ 6.959716] SELinux: Context u:object_r:system_library_file:s0 is not valid (left unmapped).
<6>[ 7.065216] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 4515868
<6>[ 7.065582] omap-rproc omap-rproc.1: BIOS image version is 2
<6>[ 7.083343] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.083892] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/cache: clean, 25/27648 files, 3619/110592 blocks
<6>[ 7.088287] omap-iommu omap-iommu.0: iommu_get: ducati qos_request
<6>[ 7.098297] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.098663] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<4>[ 7.105407] omap_hwmod: ipu: failed to hardreset
<6>[ 7.106201] omap-iommu omap-iommu.0: ducati: version 2.1
<6>[ 7.112304] omap-rproc omap-rproc.1: remote processor ipu is now up
<6>[ 7.125701] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125793] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125854] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125976] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.126068] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
<6>[ 7.126312] rpmsg_client_sample rpmsg3: new channel: 0x400 <-> 0x32!
<6>[ 7.126434] rpmsg_server_sample rpmsg1: incoming msg 1 (src: 0x32)
<7>[ 7.126525] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.126647] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
<6>[ 7.126770] rpmsg_client_sample rpmsg4: new channel: 0x401 <-> 0x33!
<6>[ 7.126922] rpmsg_client_sample rpmsg3: incoming msg 1 (src: 0x32)
<7>[ 7.127014] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127105] rpmsg_server_sample rpmsg1: incoming msg 2 (src: 0x32)
<7>[ 7.127227] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127349] rpmsg_client_sample rpmsg4: incoming msg 2 (src: 0x33)
<7>[ 7.127410] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127532] rpmsg_client_sample rpmsg3: incoming msg 3 (src: 0x32)
<7>[ 7.127593] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127716] rpmsg_server_sample rpmsg1: incoming msg 3 (src: 0x32)
<7>[ 7.127838] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127899] rpmsg_client_sample rpmsg4: incoming msg 4 (src: 0x33)
<7>[ 7.128021] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128143] rpmsg_client_sample rpmsg3: incoming msg 5 (src: 0x32)
<7>[ 7.128204] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128326] rpmsg_server_sample rpmsg1: incoming msg 4 (src: 0x32)
....
<6>[ 7.524139] EXT4-fs (mmcblk0p12): recovery complete
<6>[ 7.527954] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 7.528198] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.569702] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata
<6>[ 7.638824] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.638977] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata: clean, 14792/887696 files, 3277276/3549691 blocks
<6>[ 7.659973] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.660186] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.665710] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
<7>[ 7.799957] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.800994] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.801086] SELinux: 1 users, 2 roles, 288 types, 1 bools, 1 sens, 1024 cats
<7>[ 7.801422] SELinux: 84 classes, 1323 rules
<6>[ 7.955230] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
<6>[ 7.955596] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
<5>[ 8.182861] type=1403 audit(1403816127.835:4): policy loaded auid=4294967295 ses=4294967295
<4>[ 8.183563] SELinux: Loaded policy from /sepolicy
<3>[ 8.212005] init: /dev/hw_random not found
<3>[ 8.225158] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<5>[ 8.228179] type=1400 audit(1403816127.882:5): avc: denied { entrypoint } for pid=117 comm="init" path="/sbin/healthd" dev=rootfs ino=1530 scontext=u:r:healthd:s0 tcontext=u:object_r:rootfs:s0 tclass=file
<3>[ 8.231079] healthd: wakealarm_init: timerfd_create failed
<4>[ 8.232604] healthd: BatteryPresentPath not found
<6>[ 8.232696] binder: 117:117 transaction failed 29189, size 0-0
<3>[ 8.274200] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
<3>[ 8.277954] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
<3>[ 8.282501] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
<3>[ 8.282623] init: powerctl: cannot expand '${sys.powerctl}'
<3>[ 8.282714] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
<3>[ 8.282867] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
<3>[ 8.282989] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
<3>[ 8.283142] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
<3>[ 8.285034] HDCP: failed to load keys
<3>[ 8.288024] init: property 'persist.sys.tuna.off_mode' doesn't exist while expanding '${persist.sys.tuna.off_mode}'
<3>[ 8.288177] init: cannot expand '${persist.sys.tuna.off_mode}' while writing to '/d/pm_debug/enable_off_mode'
<3>[ 8.288330] init: property 'ril.modem.lte.powercontrol' doesn't exist while expanding '${ril.modem.lte.powercontrol}'
<3>[ 8.288482] init: cannot expand '${ril.modem.lte.powercontrol}' while writing to '/sys/bus/usb/devices/1-1/power/control'
<3>[ 8.288726] android_usb: already disabled
<6>[ 8.292419] adb_open
<6>[ 8.292541] adb_bind_config
<7>[ 8.351928] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
<6>[ 8.428070] warning: `rild' uses 32-bit capabilities (legacy support in use)
<6>[ 8.474822] request_suspend_state: wakeup (3->0) at 8459930422 (2014-06-26 20:55:28.136474609 UTC)
<3>[ 8.476287] init: untracked pid 157 exited
<3>[ 8.483306] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns1
<3>[ 8.483886] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns2
<3>[ 8.484161] init: sys_prop: permission denied uid:1001 name:net.rmnet1.gw
<3>[ 8.484558] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns1
<3>[ 8.484802] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns2
<3>[ 8.485015] init: sys_prop: permission denied uid:1001 name:net.rmnet2.gw
<6>[ 8.533813] [MODEM_IF] misc_open : umts_boot0
<6>[ 8.533935] omap_hsi omap_hsi.0: HSI clock is now 96000000
<6>[ 8.534423] omap_hsi omap_hsi.0: Entering RX wakeup in 3 wires mode (no CAWAKE)
<6>[ 8.534576] [MODEM_IF] xmm6260_off()
<6>[ 8.534637] [MODEM_IF] xmm6260_on()
<6>[ 8.584960] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.589721] android_work: sent uevent USB_STATE=DISCONNECTED
<6>[ 8.716918] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.718109] android_usb gadget: high speed config #1: android
<6>[ 8.718444] android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 8.849334] [MODEM_IF] misc_release : umts_boot0
<3>[ 8.849548] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 8.849731] omap_hsi omap_hsi.0: __hsi_write_cancel : -125
<3>[ 8.850067] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 8.850250] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 8.850585] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 8.850769] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 8.851196] [MODEM_IF] misc_open : umts_boot1
<6>[ 8.851409] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<4>[ 11.463836] adbd (163): /proc/163/oom_adj is deprecated, please use /proc/163/oom_score_adj instead.
<6>[ 12.762847] [MODEM_IF] misc_release : umts_boot1
<3>[ 12.763061] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 12.763244] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.763580] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 12.763763] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 12.764099] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.764251] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 12.766326] [MODEM_IF] misc_open : umts_ipc0
<6>[ 12.766723] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<6>[ 12.767089] [MODEM_IF] misc_open : umts_rfs0
<6>[ 12.865051] [MODEM_IF] PA EVENT : reset =1, pa=1, cp_dump=0
<6>[ 12.865386] [MODEM_IF] umts_ipc0 state changed: ONLINE
<3>[ 13.566467] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 13.594909] request_suspend_state: wakeup (0->0) at 13580017087 (2014-06-26 20:55:33.256561274 UTC)
<3>[ 18.800872] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 18.831329] request_suspend_state: wakeup (0->0) at 18816466098 (2014-06-26 20:55:38.493010285 UTC)
<3>[ 23.847930] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 23.867980] request_suspend_state: wakeup (0->0) at 23853097546 (2014-06-26 20:55:43.529641733 UTC)
<3>[ 28.888519] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 28.936553] request_suspend_state: wakeup (0->0) at 28922431907 (2014-06-26 20:55:48.598976094 UTC)
<3>[ 33.969146] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 33.984466] request_suspend_state: wakeup (0->0) at 33969387436 (2014-06-26 20:55:53.645931623 UTC)
<3>[ 33.985656] init: untracked pid 212 exited
<3>[ 38.999359] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 39.027862] request_suspend_state: wakeup (0->0) at 39012501632 (2014-06-26 20:55:58.689045819 UTC)
<3>[ 43.043426] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 43.071044] request_suspend_state: wakeup (0->0) at 43056482398 (2014-06-26 20:56:02.733026585 UTC)
<3>[ 48.096984] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 48.130218] request_suspend_state: wakeup (0->0) at 48115475675 (2014-06-26 20:56:07.792019862 UTC)
<3>[ 48.131042] init: untracked pid 235 exited
<3>[ 53.161621] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 53.167266] request_suspend_state: wakeup (0->0) at 53154605724 (2014-06-26 20:56:12.831149911 UTC)
<6>[ 57.695526] max17040 4-0036: online = 1 vcell = 4193750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 58.200683] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 58.219146] request_suspend_state: wakeup (0->0) at 58202364779 (2014-06-26 20:56:17.878908966 UTC)
<3>[ 63.238891] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 63.261810] request_suspend_state: wakeup (0->0) at 63246652032 (2014-06-26 20:56:22.923196219 UTC)
<3>[ 68.279937] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 68.309631] request_suspend_state: wakeup (0->0) at 68294739707 (2014-06-26 20:56:27.971283894 UTC)
<3>[ 73.325622] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 73.346221] request_suspend_state: wakeup (0->0) at 73331359760 (2014-06-26 20:56:33.007903947 UTC)
<3>[ 78.378356] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 78.397674] request_suspend_state: wakeup (0->0) at 78382801800 (2014-06-26 20:56:38.059345987 UTC)
<3>[ 83.425231] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 83.444305] request_suspend_state: wakeup (0->0) at 83429443660 (2014-06-26 20:56:43.105987847 UTC)
<3>[ 88.461547] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 88.474304] request_suspend_state: wakeup (0->0) at 88459411788 (2014-06-26 20:56:48.135955975 UTC)
<3>[ 93.503448] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 93.525085] request_suspend_state: wakeup (0->0) at 93510195024 (2014-06-26 20:56:53.186739211 UTC)
<3>[ 98.543792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 98.570678] request_suspend_state: wakeup (0->0) at 98555816902 (2014-06-26 20:56:58.232361089 UTC)
<3>[ 103.589935] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 103.617095] request_suspend_state: wakeup (0->0) at 103602194329 (2014-06-26 20:57:03.278738516 UTC)
<6>[ 108.052307] max17040 4-0036: online = 1 vcell = 4173750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 108.633270] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 108.651397] request_suspend_state: wakeup (0->0) at 108636644275 (2014-06-26 20:57:08.313188462 UTC)
<3>[ 113.690826] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 113.711181] request_suspend_state: wakeup (0->0) at 113696326351 (2014-06-26 20:57:13.372870538 UTC)
<3>[ 118.737731] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 118.752807] request_suspend_state: wakeup (0->0) at 118737953464 (2014-06-26 20:57:18.414497651 UTC)
<3>[ 123.776916] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 123.804351] request_suspend_state: wakeup (0->0) at 123789523770 (2014-06-26 20:57:23.466067957 UTC)
<3>[ 128.820800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 128.834411] request_suspend_state: wakeup (0->0) at 128819544505 (2014-06-26 20:57:28.496088692 UTC)
<3>[ 133.862792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 133.881927] request_suspend_state: wakeup (0->0) at 133867059960 (2014-06-26 20:57:33.543604147 UTC)
<3>[ 138.909484] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 138.929931] request_suspend_state: wakeup (0->0) at 138915153950 (2014-06-26 20:57:38.591698137 UTC)
<3>[ 143.945800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 143.959167] request_suspend_state: wakeup (0->0) at 143944311243 (2014-06-26 20:57:43.620855430 UTC)
<3>[ 148.985076] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 149.007598] request_suspend_state: wakeup (0->0) at 148992737246 (2014-06-26 20:57:48.669281433 UTC)
<3>[ 154.034515] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 154.055023] request_suspend_state: wakeup (0->0) at 154040197721 (2014-06-26 20:57:53.716711401 UTC)
<3>[ 159.077636] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 159.089447] max17040 4-0036: online = 1 vcell = 4171250 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<6>[ 159.097839] request_suspend_state: wakeup (0->0) at 159082977740 (2014-06-26 20:57:58.759521927 UTC)
<3>[ 164.117767] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 164.133422] request_suspend_state: wakeup (0->0) at 164118566298 (2014-06-26 20:58:03.795110485 UTC)
<3>[ 169.152801] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 169.173797] request_suspend_state: wakeup (0->0) at 169158892589 (2014-06-26 20:58:08.835436776 UTC)
<3>[ 174.198608] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 174.219665] request_suspend_state: wakeup (0->0) at 174204803463 (2014-06-26 20:58:13.881347650 UTC)
<3>[ 179.245605] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 179.265258] request_suspend_state: wakeup (0->0) at 179250401072 (2014-06-26 20:58:18.926945259 UTC)
<3>[ 184.292449] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 184.312805] request_suspend_state: wakeup (0->0) at 184297908810 (2014-06-26 20:58:23.974452997 UTC)
<3>[ 189.339233] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 189.351104] request_suspend_state: wakeup (0->0) at 189336241279 (2014-06-26 20:58:29.012785466 UTC)
Carlos_Manuel said:
Hi all!
So I am trying to port android L 'LPV81B' SDK system to Tuna, but I need help. I've never ported ROMs to Samsung Galaxy Nexus and I need help form devs who are interested. so I leave here my port ROM Andorid L SDK 'LPV81B'. It's not booting, it hangs on Google splash logo. Feel free to do what you want with this port, I hope somebody gets it working on tuna.
What's already done:
Added Maguro and tuna vendor files (not toro/toro+) to system/lib/vendor, system/lib/, system/bin/
Added keylayout files to usr, including touchscreen file for mms
Removed goldfish files from lib/hw/ replaced them with tuna's files and added missing *default.so files to lib/hw/
system/bin:
replaced vold, rild, sensorservice.. + added tuna's files (I don't remember what else)
system/lib/:
replaced egl folder, replaced libEGL.so, libgles*.so files, added tuna's files
system/etc/:
added tuna's files, replaced some files
build.prop edited to use tuna's files form lib/hw/, added board.platform to omap4
added tuna's boot files, init.rc, ueventd.rc and some other files are Android L's files, init file and sbin folder are tuna's
Kernel my built 3.0.72 AOSP tuna omap kernel:
https://android.googlesource.com/kernel/omap/+/android-omap-tuna-3.0-jb-mr2
etc.
I really hope somebody gets this working
Here's SDK system dump with the ramdisk: http://forum.xda-developers.com/showthread.php?p=53699397
Here's my ported Android L:
https://mega.co.nz/#!l1VmHLCa!Q9kj3Usps7lb8LQ7LqX4vmb4Pfblv5wnp5SCymrUhb0
dmesg log:
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 3.0.72-gfb3c9ac ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Jun 24 08:29:38 EEST 2014
<4>[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: Tuna
<6>[ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
<6>[ 0.000000] OMAP4460 ES1.1
<6>[ 0.000000] SRAM: Mapped pa 0x4030d000 to va 0xfe40d000 size: 0x1000
<6>[ 0.000000] SMC: Allocated workspace of 0x300000 Bytes at (0xbfd00000)
<7>[ 0.000000] On node 0 totalpages: 182272
<7>[ 0.000000] free_area_init_node: node 0, pgdat c082a780, node_mem_map c09da000
<7>[ 0.000000] Normal zone: 256 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
<7>[ 0.000000] HighMem zone: 1792 pages used for memmap
<7>[ 0.000000] HighMem zone: 147712 pages, LIFO batch:31
<6>[ 0.000000] PERCPU: Embedded 5 pages/cpu @c11e1000 s7520 r0 d12960 u32768
<7>[ 0.000000] pcpu-alloc: s7520 r0 d12960 u32768 alloc=8*4096
<7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 180224
<5>[ 0.000000] Kernel command line: console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G vmalloc=768M omap_wdt.timer_margin=30 no_console_suspend
......
....
<5>[ 4.130737] type=1403 audit(1403816123.789:2): policy loaded auid=4294967295 ses=4294967295
<4>[ 4.131378] SELinux: Loaded policy from /sepolicy
<5>[ 4.141021] type=1404 audit(1403816123.804:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
<6>[ 4.843627] max17040 4-0036: online = 1 vcell = 4175000 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 6.071197] init: /init.rc: 291: invalid command 'restorecon_recursive'
<3>[ 6.075195] init: invalid line ueventd.rc line for 'subsystem'
<3>[ 6.075256] init: invalid line ueventd.rc line for 'devname'
<3>[ 6.205108] init: /dev/hw_random not found
<6>[ 6.205261] keychord: using input dev tuna-gpio-keypad for fevent
<7>[ 6.241729] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<7>[ 6.242126] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244201] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244476] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.311859] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<6>[ 6.322509] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.322662] SELinux: initialized (dev mmcblk0p10, type ext4), uses xattr
<6>[ 6.329345] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.329467] SELinux: initialized (dev mmcblk0p3, type ext4), uses xattr
<6>[ 6.752258] EXT4-fs (mmcblk0p11): recovery complete
<6>[ 6.760589] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 6.760986] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<6>[ 6.804168] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/cache
<6>[ 6.823547] mms_ts 3-0048: fw version 0x65 already present
<6>[ 6.824981] mms_ts 3-0048: Melfas MMS-series touch controller initialized
<6>[ 6.959716] SELinux: Context u:object_r:system_library_file:s0 is not valid (left unmapped).
<6>[ 7.065216] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 4515868
<6>[ 7.065582] omap-rproc omap-rproc.1: BIOS image version is 2
<6>[ 7.083343] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.083892] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/cache: clean, 25/27648 files, 3619/110592 blocks
<6>[ 7.088287] omap-iommu omap-iommu.0: iommu_get: ducati qos_request
<6>[ 7.098297] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.098663] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<4>[ 7.105407] omap_hwmod: ipu: failed to hardreset
<6>[ 7.106201] omap-iommu omap-iommu.0: ducati: version 2.1
<6>[ 7.112304] omap-rproc omap-rproc.1: remote processor ipu is now up
<6>[ 7.125701] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125793] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125854] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125976] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.126068] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
<6>[ 7.126312] rpmsg_client_sample rpmsg3: new channel: 0x400 <-> 0x32!
<6>[ 7.126434] rpmsg_server_sample rpmsg1: incoming msg 1 (src: 0x32)
<7>[ 7.126525] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.126647] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
<6>[ 7.126770] rpmsg_client_sample rpmsg4: new channel: 0x401 <-> 0x33!
<6>[ 7.126922] rpmsg_client_sample rpmsg3: incoming msg 1 (src: 0x32)
<7>[ 7.127014] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127105] rpmsg_server_sample rpmsg1: incoming msg 2 (src: 0x32)
<7>[ 7.127227] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127349] rpmsg_client_sample rpmsg4: incoming msg 2 (src: 0x33)
<7>[ 7.127410] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127532] rpmsg_client_sample rpmsg3: incoming msg 3 (src: 0x32)
<7>[ 7.127593] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127716] rpmsg_server_sample rpmsg1: incoming msg 3 (src: 0x32)
<7>[ 7.127838] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127899] rpmsg_client_sample rpmsg4: incoming msg 4 (src: 0x33)
<7>[ 7.128021] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128143] rpmsg_client_sample rpmsg3: incoming msg 5 (src: 0x32)
<7>[ 7.128204] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128326] rpmsg_server_sample rpmsg1: incoming msg 4 (src: 0x32)
....
<6>[ 7.524139] EXT4-fs (mmcblk0p12): recovery complete
<6>[ 7.527954] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 7.528198] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.569702] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata
<6>[ 7.638824] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.638977] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata: clean, 14792/887696 files, 3277276/3549691 blocks
<6>[ 7.659973] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.660186] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.665710] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
<7>[ 7.799957] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.800994] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.801086] SELinux: 1 users, 2 roles, 288 types, 1 bools, 1 sens, 1024 cats
<7>[ 7.801422] SELinux: 84 classes, 1323 rules
<6>[ 7.955230] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
<6>[ 7.955596] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
<5>[ 8.182861] type=1403 audit(1403816127.835:4): policy loaded auid=4294967295 ses=4294967295
<4>[ 8.183563] SELinux: Loaded policy from /sepolicy
<3>[ 8.212005] init: /dev/hw_random not found
<3>[ 8.225158] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<5>[ 8.228179] type=1400 audit(1403816127.882:5): avc: denied { entrypoint } for pid=117 comm="init" path="/sbin/healthd" dev=rootfs ino=1530 scontext=u:r:healthd:s0 tcontext=u:object_r:rootfs:s0 tclass=file
<3>[ 8.231079] healthd: wakealarm_init: timerfd_create failed
<4>[ 8.232604] healthd: BatteryPresentPath not found
<6>[ 8.232696] binder: 117:117 transaction failed 29189, size 0-0
<3>[ 8.274200] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
<3>[ 8.277954] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
<3>[ 8.282501] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
<3>[ 8.282623] init: powerctl: cannot expand '${sys.powerctl}'
<3>[ 8.282714] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
<3>[ 8.282867] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
<3>[ 8.282989] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
<3>[ 8.283142] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
<3>[ 8.285034] HDCP: failed to load keys
<3>[ 8.288024] init: property 'persist.sys.tuna.off_mode' doesn't exist while expanding '${persist.sys.tuna.off_mode}'
<3>[ 8.288177] init: cannot expand '${persist.sys.tuna.off_mode}' while writing to '/d/pm_debug/enable_off_mode'
<3>[ 8.288330] init: property 'ril.modem.lte.powercontrol' doesn't exist while expanding '${ril.modem.lte.powercontrol}'
<3>[ 8.288482] init: cannot expand '${ril.modem.lte.powercontrol}' while writing to '/sys/bus/usb/devices/1-1/power/control'
<3>[ 8.288726] android_usb: already disabled
<6>[ 8.292419] adb_open
<6>[ 8.292541] adb_bind_config
<7>[ 8.351928] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
<6>[ 8.428070] warning: `rild' uses 32-bit capabilities (legacy support in use)
<6>[ 8.474822] request_suspend_state: wakeup (3->0) at 8459930422 (2014-06-26 20:55:28.136474609 UTC)
<3>[ 8.476287] init: untracked pid 157 exited
<3>[ 8.483306] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns1
<3>[ 8.483886] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns2
<3>[ 8.484161] init: sys_prop: permission denied uid:1001 name:net.rmnet1.gw
<3>[ 8.484558] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns1
<3>[ 8.484802] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns2
<3>[ 8.485015] init: sys_prop: permission denied uid:1001 name:net.rmnet2.gw
<6>[ 8.533813] [MODEM_IF] misc_open : umts_boot0
<6>[ 8.533935] omap_hsi omap_hsi.0: HSI clock is now 96000000
<6>[ 8.534423] omap_hsi omap_hsi.0: Entering RX wakeup in 3 wires mode (no CAWAKE)
<6>[ 8.534576] [MODEM_IF] xmm6260_off()
<6>[ 8.534637] [MODEM_IF] xmm6260_on()
<6>[ 8.584960] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.589721] android_work: sent uevent USB_STATE=DISCONNECTED
<6>[ 8.716918] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.718109] android_usb gadget: high speed config #1: android
<6>[ 8.718444] android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 8.849334] [MODEM_IF] misc_release : umts_boot0
<3>[ 8.849548] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 8.849731] omap_hsi omap_hsi.0: __hsi_write_cancel : -125
<3>[ 8.850067] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 8.850250] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 8.850585] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 8.850769] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 8.851196] [MODEM_IF] misc_open : umts_boot1
<6>[ 8.851409] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<4>[ 11.463836] adbd (163): /proc/163/oom_adj is deprecated, please use /proc/163/oom_score_adj instead.
<6>[ 12.762847] [MODEM_IF] misc_release : umts_boot1
<3>[ 12.763061] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 12.763244] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.763580] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 12.763763] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 12.764099] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.764251] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 12.766326] [MODEM_IF] misc_open : umts_ipc0
<6>[ 12.766723] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<6>[ 12.767089] [MODEM_IF] misc_open : umts_rfs0
<6>[ 12.865051] [MODEM_IF] PA EVENT : reset =1, pa=1, cp_dump=0
<6>[ 12.865386] [MODEM_IF] umts_ipc0 state changed: ONLINE
<3>[ 13.566467] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 13.594909] request_suspend_state: wakeup (0->0) at 13580017087 (2014-06-26 20:55:33.256561274 UTC)
<3>[ 18.800872] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 18.831329] request_suspend_state: wakeup (0->0) at 18816466098 (2014-06-26 20:55:38.493010285 UTC)
<3>[ 23.847930] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 23.867980] request_suspend_state: wakeup (0->0) at 23853097546 (2014-06-26 20:55:43.529641733 UTC)
<3>[ 28.888519] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 28.936553] request_suspend_state: wakeup (0->0) at 28922431907 (2014-06-26 20:55:48.598976094 UTC)
<3>[ 33.969146] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 33.984466] request_suspend_state: wakeup (0->0) at 33969387436 (2014-06-26 20:55:53.645931623 UTC)
<3>[ 33.985656] init: untracked pid 212 exited
<3>[ 38.999359] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 39.027862] request_suspend_state: wakeup (0->0) at 39012501632 (2014-06-26 20:55:58.689045819 UTC)
<3>[ 43.043426] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 43.071044] request_suspend_state: wakeup (0->0) at 43056482398 (2014-06-26 20:56:02.733026585 UTC)
<3>[ 48.096984] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 48.130218] request_suspend_state: wakeup (0->0) at 48115475675 (2014-06-26 20:56:07.792019862 UTC)
<3>[ 48.131042] init: untracked pid 235 exited
<3>[ 53.161621] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 53.167266] request_suspend_state: wakeup (0->0) at 53154605724 (2014-06-26 20:56:12.831149911 UTC)
<6>[ 57.695526] max17040 4-0036: online = 1 vcell = 4193750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 58.200683] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 58.219146] request_suspend_state: wakeup (0->0) at 58202364779 (2014-06-26 20:56:17.878908966 UTC)
<3>[ 63.238891] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 63.261810] request_suspend_state: wakeup (0->0) at 63246652032 (2014-06-26 20:56:22.923196219 UTC)
<3>[ 68.279937] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 68.309631] request_suspend_state: wakeup (0->0) at 68294739707 (2014-06-26 20:56:27.971283894 UTC)
<3>[ 73.325622] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 73.346221] request_suspend_state: wakeup (0->0) at 73331359760 (2014-06-26 20:56:33.007903947 UTC)
<3>[ 78.378356] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 78.397674] request_suspend_state: wakeup (0->0) at 78382801800 (2014-06-26 20:56:38.059345987 UTC)
<3>[ 83.425231] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 83.444305] request_suspend_state: wakeup (0->0) at 83429443660 (2014-06-26 20:56:43.105987847 UTC)
<3>[ 88.461547] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 88.474304] request_suspend_state: wakeup (0->0) at 88459411788 (2014-06-26 20:56:48.135955975 UTC)
<3>[ 93.503448] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 93.525085] request_suspend_state: wakeup (0->0) at 93510195024 (2014-06-26 20:56:53.186739211 UTC)
<3>[ 98.543792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 98.570678] request_suspend_state: wakeup (0->0) at 98555816902 (2014-06-26 20:56:58.232361089 UTC)
<3>[ 103.589935] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 103.617095] request_suspend_state: wakeup (0->0) at 103602194329 (2014-06-26 20:57:03.278738516 UTC)
<6>[ 108.052307] max17040 4-0036: online = 1 vcell = 4173750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 108.633270] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 108.651397] request_suspend_state: wakeup (0->0) at 108636644275 (2014-06-26 20:57:08.313188462 UTC)
<3>[ 113.690826] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 113.711181] request_suspend_state: wakeup (0->0) at 113696326351 (2014-06-26 20:57:13.372870538 UTC)
<3>[ 118.737731] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 118.752807] request_suspend_state: wakeup (0->0) at 118737953464 (2014-06-26 20:57:18.414497651 UTC)
<3>[ 123.776916] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 123.804351] request_suspend_state: wakeup (0->0) at 123789523770 (2014-06-26 20:57:23.466067957 UTC)
<3>[ 128.820800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 128.834411] request_suspend_state: wakeup (0->0) at 128819544505 (2014-06-26 20:57:28.496088692 UTC)
<3>[ 133.862792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 133.881927] request_suspend_state: wakeup (0->0) at 133867059960 (2014-06-26 20:57:33.543604147 UTC)
<3>[ 138.909484] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 138.929931] request_suspend_state: wakeup (0->0) at 138915153950 (2014-06-26 20:57:38.591698137 UTC)
<3>[ 143.945800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 143.959167] request_suspend_state: wakeup (0->0) at 143944311243 (2014-06-26 20:57:43.620855430 UTC)
<3>[ 148.985076] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 149.007598] request_suspend_state: wakeup (0->0) at 148992737246 (2014-06-26 20:57:48.669281433 UTC)
<3>[ 154.034515] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 154.055023] request_suspend_state: wakeup (0->0) at 154040197721 (2014-06-26 20:57:53.716711401 UTC)
<3>[ 159.077636] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 159.089447] max17040 4-0036: online = 1 vcell = 4171250 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<6>[ 159.097839] request_suspend_state: wakeup (0->0) at 159082977740 (2014-06-26 20:57:58.759521927 UTC)
<3>[ 164.117767] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 164.133422] request_suspend_state: wakeup (0->0) at 164118566298 (2014-06-26 20:58:03.795110485 UTC)
<3>[ 169.152801] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 169.173797] request_suspend_state: wakeup (0->0) at 169158892589 (2014-06-26 20:58:08.835436776 UTC)
<3>[ 174.198608] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 174.219665] request_suspend_state: wakeup (0->0) at 174204803463 (2014-06-26 20:58:13.881347650 UTC)
<3>[ 179.245605] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 179.265258] request_suspend_state: wakeup (0->0) at 179250401072 (2014-06-26 20:58:18.926945259 UTC)
<3>[ 184.292449] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 184.312805] request_suspend_state: wakeup (0->0) at 184297908810 (2014-06-26 20:58:23.974452997 UTC)
<3>[ 189.339233] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 189.351104] request_suspend_state: wakeup (0->0) at 189336241279 (2014-06-26 20:58:29.012785466 UTC)
Click to expand...
Click to collapse
Well, thread subscribed..
can you share this info on Dirty_V thread as well.. guys there are highly motivated and dynamic..
EDIT:
sorry, could not wait.. already done it..
Kernel related (prob in init.rc) i guess
Did you replaced bootclasspath?
blttalas said:
Did you replaced bootclasspath?
Click to expand...
Click to collapse
Can u try to replace bootclasspath and give us updated rom ?
Does the gnex has the same errors as when ones try to install the 34 kernel that is still being worked on?if there is no source posted on the aosp servers how did you compile it?maybe would be better to wait till the devs of kernel 3.4 for gnex assist ?
Tthank you though gnex needs devs like you
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
U can also help .
Errors are caused by old init, adbd and ueventd files. Tuna's init, adbd, ueventd files are Kikat's and Android L has newer ones and tuna's init doesn't regocnize some new lines in init*.rc files...
Errors are not kernel related
Yesterday I was too lazy to read the kernel log..
Carlos_Manuel said:
Errors are caused by old init, adbd and ueventd files. Tuna's init, adbd, ueventd files are Kikat's and Android L has newer ones and tuna's init doesn't regocnize some new lines in init*.rc files...
Errors are not kernel related
Yesterday I was too lazy to read the kernel log..
Click to expand...
Click to collapse
Of course not, errors are ramdisk-related .
JustArchi said:
Of course not, errors are ramdisk-related .
Click to expand...
Click to collapse
Yep.
Today I try to continue working on this port. My goal is try getting this to boot, so other devs who are better with porting, can make this working. :victory:
I am too interested to try Android L preview, so I am not going to wait months to get sources for Android L..
JustArchi said:
Of course not, errors are ramdisk-related .
Click to expand...
Click to collapse
Thanks for helping
Gonna modify ramdisk again.. let's see if I get it fixed, this time N5 Android L will or should help me!
Carlos_Manuel said:
Gonna modify ramdisk again.. let's see if I get it fixed, this time N5 Android L will or should help me!
Click to expand...
Click to collapse
Go Carlos Go ! We are with you
Wow, I didn't see it coming. Anyway, good work, dude! I wish know android better and then be able to help you.
Which kernel ramdisk are you changing? The Nexus 5's? or AOSP tuna? Mind you that we havent gotten a kernel that high to boot and it might be best to backport whatever the difference is, although im not sure if its possible without source. Just looked at this thread and not-so-shockingly you had better knowledge on what to do to port than my port in the toro forums which i kinda just threw together by your standards
Good luck and if theres any way i can help i can, and id reccommend you get last_kmsg logs as well, as this is possibly a kernel crash, gives more info to work with
Thanks Carlos, all the best ! Sorry that I don't have any great knowledge about cooking rom, couldn't help much... But I do support you from deepest from my heart ☺
Sent from my Galaxy Nexus using Tapatalk
KShion619 said:
Which kernel ramdisk are you changing? The Nexus 5's? or AOSP tuna? Mind you that we havent gotten a kernel that high to boot and it might be best to backport whatever the difference is, although im not sure if its possible without source. Just looked at this thread and not-so-shockingly you had better knowledge on what to do to port than my port in the toro forums which i kinda just threw together by your standards
Good luck and if theres any way i can help i can, and id reccommend you get last_kmsg logs as well, as this is possibly a kernel crash, gives more info to work with
Click to expand...
Click to collapse
Tuna's KK Ramdisk with N5 L ramdisk changes...
Currently done:
Update tuna's init.rc For Android L
Add N5's sensorservice into system/bin/ (for now)
N5's sbin folder, init file, ueventd.rc, init.usb.rc, init.trace.rc
Modified:
init.rc, file_contexts_ seapp_contexts, property_contexts, default.prop ...
file_contexts must be re-modified for Tuna Android L, but I can't do that...
https://gist.github.com/manumanfred/ff1155d00109d830704d
Not tested myself yet
This sounds interesting, I'm sure once sources are released in a few months then well have an aosp build that works, getting this to boot will require quite a bit of tweaking to the ramdisk. It'd be nice to see this boot tho.
Good luck.
IRX120 said:
This sounds interesting, I'm sure once sources are released in a few months then well have an aosp build that works, getting this to boot will require quite a bit of tweaking to the ramdisk. It'd be nice to see this boot tho.
Good luck.
Click to expand...
Click to collapse
In fact I don't like Android L, I didn't even like KitKat, but now KitKat is okay, but android L is ugly..
I am interested of trying andorid L dev prev. myself on my Nexus, so that's why I am trying to port it.
And Thanks!
kezn715 said:
Thanks Carlos, all the best ! Sorry that I don't have any great knowledge about cooking rom, couldn't help much... But I do support you from deepest from my heart ☺
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
no need to apologize.. in XDA and Google you can learn about cooking ROMs, etc.
Thanks!
I am trying to get the CifsManager App working on my tab3.
It says I need "Your current kernel or rom lacks the necessary CIFS support. Try to find a matching kernel module (cifs.ko) or use a rom with explicit CIFS support."
Can someone point me in the direction of a ROM that supports this please?
I tried placing the cifs.ko module in my system/lib/modules folder but I still can't get it working
Thanks,
Phil
pmbrady said:
I am trying to get the CifsManager App working on my tab3.
It says I need "Your current kernel or rom lacks the necessary CIFS support. Try to find a matching kernel module (cifs.ko) or use a rom with explicit CIFS support."
Can someone point me in the direction of a ROM that supports this please?
I tried placing the cifs.ko module in my system/lib/modules folder but I still can't get it working
Thanks,
Phil
Click to expand...
Click to collapse
What device ? What Android version ?
You need the module in your boot image for stock, as best as i can tell.
You also need to insmod from .rc in boot.img if you want auto-load.
I am working with a tester to enable cifs in the new KK source for the gt-p5210
m
pmbrady said:
I am trying to get the CifsManager App working on my tab3.
It says I need "Your current kernel or rom lacks the necessary CIFS support. Try to find a matching kernel module (cifs.ko) or use a rom with explicit CIFS support."
Can someone point me in the direction of a ROM that supports this please?
I tried placing the cifs.ko module in my system/lib/modules folder but I still can't get it working
Thanks,
Phil
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=51498427&postcount=1
I have a P5210 - TAB3 10 Wifi.
I been working this issue for a few days. But since yesterday @moonbutt74 has been helping me. Let me rephrase, I been helping him as a tester. Hi compiled the needed lib's.ko and implemented on a boot.img. Tab do not show it working but I found that in fact the mount operation occurred. We can test this with adb shell. My best guess is that SElinux is preventing us to access the mounted directory. Just my thought. moonbutt74 has ask me to post in here my findings.
I has setup an Ubuntu Machine IP 192.168.3.11 with the Public folder as Share without passwords. So its address is //192.168.3.11/Public.
We are trying to mount the Public folder in the tablet as /mnt/cifs
we are trying to overcome SElinux by setting Selinux Permissive.
Here is the adb communication
Code:
[email protected]:/ # setenforce Permissive
[email protected]:/ # getenforce
Permissive
[email protected]:/ # busybox mount [COLOR="Red"]//192.168.3.11/Public[/COLOR] [COLOR="Blue"]/mnt/cifs[/COLOR] -t cifs -o user=Guess
[email protected]:/ # ls /mnt/cifs
[COLOR="Lime"]openwrt-wrt54gs_v4-squashfs.trx
test[/COLOR]
[email protected]:/ #
openwrt-wrt54gs_v4-squashfs.trx and test are files inside Public Folder in Ubuntu. This prove that the mount has ocured. But Tablet does not show it.
lsmod show the associated libraries attached
Code:
[email protected]:/ # lsmod
dhd 592899 0 - Live 0x00000000
atomisp 650467 0 - Live 0x00000000
db8131m 18243 1 - Live 0x00000000
s5k5ccgx 58659 1 - Live 0x00000000
videobuf_vmalloc 4381 1 atomisp, Live 0x00000000
videobuf_core 17050 2 atomisp,videobuf_vmalloc, Live 0x00000000
[COLOR="Purple"]ntfs 238266 0 - Live 0x00000000[/COLOR]
[COLOR="Purple"]md4 2896 0 - Live 0x00000000
cifs 265952 2 - Live 0x00000000[/COLOR]
hdmi_audio 18103 0 - Live 0x00000000 (C)
pvrsgx 319199 11 - Live 0x00000000 (C)
pnwdisp 494300 59 hdmi_audio,pvrsgx, Live 0x00000000 (C)
mount command shows it is mounted
Code:
[email protected]:/ # mount
...
//192.168.3.11/Public /mnt/cifs cifs rw,relatime,sec=ntlm,unc=\\192.168.3.11\Public,username=Guess,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.3.11,unix,posixpaths,serverino,acl,rsize=1048576,wsize=65536,actimeo=1 0 0
dmesg no debug
Code:
<6>[ 6440.177065] C0 [ watchdog] [email protected] 214
<7>[ 6443.645770] C3 [ busybox] SELinux: initialized (dev cifs, type cifs), not configured for labeling
<6>[ 6443.849287] C3 [ kworker/3:1] k2dh_work_func: x:-2, y:-218, z:964
here is a dmesg with debug enabled "echo 7 > /proc/fs/cifs/cifsFYI "
Code:
<6>[ 8095.970164] C2 [ healthd] healthd: battery l=70 v=4005 t=31.4 h=2 st=3 c=0 o=4 ca=357 ct=1 ps=0 chg=u
<7>[ 8103.250228] C2 [ busybox] fs/cifs/cifsfs.c: Devname: //192.168.3.11/Public flags: 32768
<7>[ 8103.250310] C2 [ busybox] fs/cifs/connect.c: Username: Guess
<7>[ 8103.250332] C2 [ busybox] fs/cifs/connect.c: file mode: 0x1ed dir mode: 0x1ed
<7>[ 8103.251610] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 48 with uid: 0
<7>[ 8103.251632] C2 [ busybox] fs/cifs/connect.c: UNC: \\192.168.3.11\Public ip: 192.168.3.11
<7>[ 8103.251653] C2 [ busybox] fs/cifs/netmisc.c: address conversion returned 1 for 192.168.3.11
<7>[ 8103.251719] C2 [ busybox] fs/cifs/connect.c: Socket created
<7>[ 8103.251736] C2 [ busybox] fs/cifs/connect.c: sndbuf 262144 rcvbuf 1048576 rcvtimeo 0x2bc
<7>[ 8103.263040] C3 [ busybox] fs/cifs/connect.c: CIFS VFS: in cifs_get_smb_ses as Xid: 49 with uid: 0
<7>[ 8103.263065] C3 [ busybox] fs/cifs/connect.c: Existing smb sess not found
<7>[ 8103.263113] C1 [ cifsd] fs/cifs/connect.c: Demultiplex PID: 5691
<7>[ 8103.263178] C3 [ busybox] fs/cifs/cifssmb.c: secFlags 0x7
<7>[ 8103.263200] C3 [ busybox] fs/cifs/transport.c: For smb_command 114
<7>[ 8103.263216] C3 [ busybox] fs/cifs/transport.c: Sending smb: total_len 82
<7>[ 8103.267662] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x61
<7>[ 8103.267795] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=114 mid=1 state=4
<7>[ 8103.267821] C2 [ busybox] fs/cifs/cifssmb.c: Dialect: 2
<7>[ 8103.267836] C2 [ busybox] fs/cifs/cifssmb.c: Max buf = 16644
<7>[ 8103.267851] C2 [ busybox] fs/cifs/cifssmb.c: negprot rc 0
<7>[ 8103.267868] C2 [ busybox] fs/cifs/connect.c: Security Mode: 0x3 Capabilities: 0x80f3fd TimeAdjust: 14400
<7>[ 8103.267884] C2 [ busybox] fs/cifs/sess.c: sess setup type 1
<7>[ 8103.267990] C2 [ busybox] fs/cifs/transport.c: For smb_command 115
<7>[ 8103.268006] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 222
<7>[ 8103.270610] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x60
<7>[ 8103.270692] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=115 mid=2 state=4
<7>[ 8103.270718] C2 [ busybox] fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
<7>[ 8103.270736] C2 [ busybox] fs/cifs/sess.c: Guest login
<7>[ 8103.270749] C2 [ busybox] fs/cifs/sess.c: UID = 100
<7>[ 8103.270762] C2 [ busybox] fs/cifs/sess.c: bleft 54
<7>[ 8103.270781] C2 [ busybox] fs/cifs/sess.c: serverOS=Unix
<7>[ 8103.270798] C2 [ busybox] fs/cifs/sess.c: serverNOS=Samba 3.6.6
<7>[ 8103.270815] C2 [ busybox] fs/cifs/sess.c: serverDomain=WORKGROUP
<7>[ 8103.270830] C2 [ busybox] fs/cifs/sess.c: ssetup freeing small buf dbdf0540
<7>[ 8103.270848] C2 [ busybox] fs/cifs/connect.c: CIFS Session Established successfully
<7>[ 8103.270866] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 49) rc = 0
<7>[ 8103.270887] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: in cifs_get_tcon as Xid: 50 with uid: 0
<7>[ 8103.270911] C2 [ busybox] fs/cifs/transport.c: For smb_command 117
<7>[ 8103.270926] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 98
<7>[ 8103.532984] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x3e
<7>[ 8103.533088] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=117 mid=3 state=4
<7>[ 8103.533122] C2 [ busybox] fs/cifs/connect.c: disk share connection
<7>[ 8103.533146] C2 [ busybox] fs/cifs/connect.c: nativeFileSystem=NTFS
<7>[ 8103.533160] C2 [ busybox] fs/cifs/connect.c: Tcon flags: 0x1
<7>[ 8103.533177] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: leaving cifs_get_tcon (xid = 50) rc = 0
<7>[ 8103.533192] C2 [ busybox] fs/cifs/connect.c: CIFS Tcon rc = 0
<7>[ 8103.533207] C2 [ busybox] fs/cifs/cifssmb.c: In QFSUnixInfo
<7>[ 8103.533230] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.533246] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 72
<7>[ 8103.537893] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x44
<7>[ 8103.537985] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=4 state=4
<7>[ 8103.538022] C2 [ busybox] fs/cifs/connect.c: unix caps which server supports 379
<7>[ 8103.538038] C2 [ busybox] fs/cifs/connect.c: negotiated posix acl support
<7>[ 8103.538051] C2 [ busybox] fs/cifs/connect.c: negotiate posix pathnames
<7>[ 8103.538065] C2 [ busybox] fs/cifs/connect.c: Negotiate caps 0x15b
<7>[ 8103.538078] C2 [ busybox] fs/cifs/connect.c: FCNTL cap
<7>[ 8103.538090] C2 [ busybox] fs/cifs/connect.c: EXTATTR cap
<7>[ 8103.538102] C2 [ busybox] fs/cifs/connect.c: POSIX path cap
<7>[ 8103.538114] C2 [ busybox] fs/cifs/connect.c: POSIX ACL cap
<7>[ 8103.538127] C2 [ busybox] fs/cifs/connect.c: very large read cap
<7>[ 8103.538139] C2 [ busybox] fs/cifs/connect.c: transport encryption cap
<7>[ 8103.538153] C2 [ busybox] fs/cifs/cifssmb.c: In SETFSUnixInfo
<7>[ 8103.538175] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.538191] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 86
<7>[ 8103.540383] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x37
<7>[ 8103.540469] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=5 state=4
<7>[ 8103.540504] C2 [ busybox] fs/cifs/cifssmb.c: In QFSDeviceInfo
<7>[ 8103.540527] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.540543] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 72
<7>[ 8103.542631] C2 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x40
<7>[ 8103.542778] C3 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=6 state=4
<7>[ 8103.542807] C3 [ busybox] fs/cifs/cifssmb.c: In QFSAttributeInfo
<7>[ 8103.542830] C3 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.542846] C3 [ busybox] fs/cifs/transport.c: Sending smb: total_len 72
<7>[ 8103.545164] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x4c
<7>[ 8103.545273] C3 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=7 state=4
<7>[ 8103.545313] C3 [ busybox] fs/cifs/connect.c: build_unc_path_to_root: full_path=//192.168.3.11/Public
<7>[ 8103.545343] C3 [ busybox] fs/cifs/transport.c: For smb_command 117
<7>[ 8103.545359] C3 [ busybox] fs/cifs/transport.c: Sending smb: total_len 94
<7>[ 8103.547703] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x38
<7>[ 8103.547791] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=117 mid=8 state=4
<7>[ 8103.547828] C2 [ busybox] fs/cifs/connect.c: CIFS Tcon rc = 0 ipc_tid = 2
<7>[ 8103.547846] C2 [ busybox] fs/cifs/cifssmb.c: In GetDFSRefer the path \192.168.3.11\Public
<7>[ 8103.547875] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.547890] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 116
<7>[ 8103.669635] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x23
<7>[ 8103.669690] C3 [ cifsd] fs/cifs/connect.c: invalid transact2 word count
<7>[ 8103.669744] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=9 state=4
<5>[ 8103.669778] C2 [ busybox] Status code returned 0xc0000225 NT_STATUS_NOT_FOUND
<7>[ 8103.669803] C2 [ busybox] fs/cifs/netmisc.c: Mapping smb error code 0xc0000225 to POSIX err -5
<7>[ 8103.669825] C2 [ busybox] fs/cifs/cifssmb.c: Send error in GetDFSRefer = -5
<7>[ 8103.669859] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.669874] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 78
<7>[ 8103.674116] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x86
<7>[ 8103.674235] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=10 state=4
<7>[ 8103.674279] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 48) rc = 0
<7>[ 8103.674361] C2 [ busybox] fs/cifs/inode.c: CIFS VFS: in cifs_root_iget as Xid: 51 with uid: 0
<7>[ 8103.674376] C2 [ busybox] fs/cifs/inode.c: Getting info on
<7>[ 8103.674390] C2 [ busybox] fs/cifs/cifssmb.c: In QPathInfo (Unix) the path
<7>[ 8103.674417] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.674432] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 78
<7>[ 8103.677197] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0xa0
<7>[ 8103.677317] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=11 state=4
<7>[ 8103.677364] C2 [ busybox] fs/cifs/inode.c: looking for uniqueid=5537809
<7>[ 8103.677392] C2 [ busybox] fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 5537809
<7>[ 8103.677409] C2 [ busybox] fs/cifs/inode.c: cifs_revalidate_cache: inode 5537809 is new
<7>[ 8103.677427] C2 [ busybox] fs/cifs/inode.c: inode 0xc639a204 old_time=0 new_time=780393
<7>[ 8103.677460] C2 [ busybox] fs/cifs/cifsfs.c: Get root dentry for
<7>[ 8103.677476] C2 [ busybox] fs/cifs/cifsfs.c: dentry root is: c628ce80
<7>[ 8103.677508] C2 [ busybox] SELinux: initialized (dev cifs, type cifs), not configured for labeling
here is cifs debugdata file
Code:
Display Internal CIFS Data Structures for Debugging
---------------------------------------------------
CIFS Version 1.78
Features: dfs lanman posix spnego xattr acl
Active VFS Requests: 0
Servers:
1) Name: 192.168.3.11 Domain: WORKGROUP Uses: 1 OS: Unix
NOS: Samba 3.6.6 Capability: 0x80f3fd
SMB session status: 1 TCP status: 1
Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0 In Send: 0 In MaxReq Wait: 0
Shares:
1) \\192.168.3.11\Public Mounts: 1 Type: NTFS DevInfo: 0x20 Attributes: 0x1002f
PathComponentMax: 255 Status: 0x1 type: DISK
MIDs:
Attached are the files
I'm trying to build a flyme6 ROM based on JUI, but there are some errors i can't fix. It seems that register v1 has a wrong type according to log. but i dont know where the method forEachRemaining locate. i tried $grep -r forEachRemaining but find nothing. what can i do to fix the errors?
device: http://www.github.com/jmxl/flyme_patchrom_device_cp_ares
here are the logs:
Code:
01-01 16:03:30.898 908 908 W dex2oat : Verification error in void java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.forEachRemaining(java.util.function.DoubleConsumer)
01-01 16:03:30.898 908 908 W dex2oat : void java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.forEachRemaining(java.util.function.DoubleConsumer) failed to verify: void java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.forEachRemaining(java.util.function.DoubleConsumer): [0x1A] invalid argument count (5) exceeds outsSize (3)
01-01 16:03:30.898 908 908 W dex2oat :
01-01 16:03:30.898 908 908 W dex2oat : Verification error in boolean java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.tryAdvance(java.util.function.DoubleConsumer)
01-01 16:03:30.898 908 908 W dex2oat : boolean java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.tryAdvance(java.util.function.DoubleConsumer) failed to verify: boolean java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.tryAdvance(java.util.function.DoubleConsumer): [0x18] invalid argument count (5) exceeds outsSize (3)
01-01 16:03:30.898 908 908 W dex2oat :
01-01 16:03:30.899 908 908 W dex2oat : Verification error in void java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.forEachRemaining(java.util.function.IntConsumer)
01-01 16:03:30.899 908 908 W dex2oat : void java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.forEachRemaining(java.util.function.IntConsumer) failed to verify: void java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.forEachRemaining(java.util.function.IntConsumer): [0x1A] register v1 has type Integer but expected Double (Low Half)
01-01 16:03:30.899 908 908 W dex2oat :
01-01 16:03:30.899 908 908 W dex2oat : Verification error in boolean java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.tryAdvance(java.util.function.IntConsumer)
With all due respect, flyme_LEX720_rogue_6.7.6.30R-beta.zip already exist. Why not just use it?
You probably have a non-printable character in there somewhere which is breaking it. Retype the code manually