Root attempt - LG Optimus 4X HD

Try to root my 4X with no success.
I get permission denied when try to create /data/local.prop
Any advice to gain access to /data/local.prop ?

C:\a>adb pull /data/local.prop
remote object '/data/local.prop' does not exist
this is my error...

dexter90 said:
C:\a>adb pull /data/local.prop
remote object '/data/local.prop' does not exist
this is my error...
Click to expand...
Click to collapse
There is already another thread on this.
http://forum.xda-developers.com/showthread.php?p=28831058#post28831058

R&D Test Tools Log File
13:51:36 : Launching SW update
13:51:36 : Unpacking KDZ
13:51:43 : KDZ file extraced
13:51:46 : Files were extracted.
13:51:46 : LGMobileDL Load.
13:51:46 : Port = -1
13:51:46 : Connecting to phone
13:51:46 : PHONE WAS NOT FOUND!
13:51:48 : ===FINISHED===
I tried many scripts including the topic of the post
http://forum.xda-developers.com/showpost.php?p=28936038&postcount=65
optinus x4 10A

B0PoH said:
R&D Test Tools Log File
13:51:36 : Launching SW update
13:51:36 : Unpacking KDZ
13:51:43 : KDZ file extraced
13:51:46 : Files were extracted.
13:51:46 : LGMobileDL Load.
13:51:46 : Port = -1
13:51:46 : Connecting to phone
13:51:46 : PHONE WAS NOT FOUND!
13:51:48 : ===FINISHED===
I tried many scripts including the topic of the post
http://forum.xda-developers.com/showpost.php?p=28936038&postcount=65
optinus x4 10A
Click to expand...
Click to collapse
Does anybody know where LTE2Root.exe came from? Maybe getting in touch with the author could help us with rooting... Sadly .exe files are a black box.

It turned out only with a script from the pack cnRooting.bat, but the root is not turned.
problem in gaining access to folders RW. and so all the scripts do not work, try different ways to get access.

It is so boring. How come no root available. LG should release one for us. Otherwise, I won't consider to buy one.

Is there even anyone really trying? It's out for quite a while now and still no root
I want to buy one, but without root there are so many limitations I'm not willing to accept.
Maybe I should learn how to do things like rooting new devices, so I can try it with future devices ^^

I have downgraded my LG Optimus 4X to firmware versions: V10A and V10B EU and also the Dutch V10A and V10B versions and tried the root method. None of these firmwares have worked with the root method posted in development thread..
I am now looking through some generated RA.kdz RC.kdz files.

I read that the only version you can 00.8v

What about downgrading the firmware to V10B, do a update with the LG update tool. Download it do not install it yet.
Copy the updater package to the PC and extract that one to insert a rooted boot.img or rooted recovery.img ?
Anyone tried something like this already?

As far as I know, we can't even extract the ROM or ota packages yet.
Sent from my LG-P880 using xda app-developers app

alexp999 said:
As far as I know, we can't even extract the ROM or ota packages yet.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Well extracting the .kdz to .dz is not a problem. Extracting the .dz is a bit more complicated as its BCT encrypted.
But I am sure the firmware update is not a .kdz or .dz file. We need to sniff the communication from the phone to the LG update servers to get the link of the firmware update file.

_RSAobj said:
Well extracting the .kdz to .dz is not a problem. Extracting the .dz is a bit more complicated as its BCT encrypted.
But I am sure the firmware update is not a .kdz or .dz file. We need to sniff the communication from the phone to the LG update servers to get the link of the firmware update file.
Click to expand...
Click to collapse
afaik, we have this already, also a way to use the ota updates (if correctly signed)
here's the post from Dexter_nlb :http://forum.xda-developers.com/showpost.php?p=29050397&postcount=83
edit: so, does anyone here have the OTA updates from v10D - i wan't to take a look @ it
thx

fire3d said:
afaik, we have this already, also a way to use the ota updates (if correctly signed)
here's the post from Dexter_nlb :http://forum.xda-developers.com/showpost.php?p=29050397&postcount=83
edit: so, does anyone here have the OTA updates from v10D - i wan't to take a look @ it
thx
Click to expand...
Click to collapse
I could reflash an older firmware and get the updates to download to my phone again. Does anyone know where the update is being stored in our android phone? If we have read permissions to this directory then I can adb pull the update and upload it or hack it up inserting files without changing the signed signature of the package.

_RSAobj said:
I could reflash an older firmware and get the updates to download to my phone again. Does anyone know where the update is being stored in our android phone? If we have read permissions to this directory then I can adb pull the update and upload it or hack it up inserting files without changing the signed signature of the package.
Click to expand...
Click to collapse
folder /cache/
this is not accassable for us (normaly). didn't have the time now, but if you have the time:
downgrade to 10B, get the OTA Update via the SoftwareUpdate and try to copy the file ota-update.zip anywhere to your PC
then we can play around with it

fire3d said:
folder /cache/
Click to expand...
Click to collapse
Well no permissions for that directory.
Code:
[email protected]:/data/local/tmp $ ls -la /cache
ls -la /cache
opendir failed, Permission denied
adb.exe pull /cache/
pull: building file list...
0 files pulled. 0 files skipped.
---------- Post added at 06:33 PM ---------- Previous post was at 06:22 PM ----------
What about decompressing the FOTA LG app to smali and see where it connects to download an update?
Anyone tried that?

_RSAobj said:
Well no permissions for that directory.
Code:
[email protected]:/data/local/tmp $ ls -la /cache
ls -la /cache
opendir failed, Permission denied
adb.exe pull /cache/
pull: building file list...
0 files pulled. 0 files skipped.
---------- Post added at 06:33 PM ---------- Previous post was at 06:22 PM ----------
What about decompressing the FOTA LG app to smali and see where it connects to download an update?
Anyone tried that?
Click to expand...
Click to collapse
if you try the pull, i think there must be the file inside (ota-update.zip)
it connects to an FTP (i think) ....
165.186.175.46
user : images - pass: images
don't know this really ....

fire3d said:
folder /cache/
this is not accassable for us (normaly). didn't have the time now, but if you have the time:
downgrade to 10B, get the OTA Update via the SoftwareUpdate and try to copy the file ota-update.zip anywhere to your PC
then we can play around with it
Click to expand...
Click to collapse
Updating to V10B now. Keep you posted.
btw maybe usefull to someone:
Code:
E/[LGE_FOTA] ( 989): Android_FOTAJNI_DoUpdate in
E/[LGE_FOTA] ( 989): OemFlash_Initialize in
E/[LGE_FOTA] ( 989): OemFlash_Initialize eMMC opened | m_fdFOTA : 47
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable in
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable MAIN FEATURE
E/[LGE_FOTA] ( 989): OemFlash_ReadData in
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : uiLogical - 00000000
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : mbr / physical addr : 5c0748f8
E/[LGE_FOTA] ( 989): OemFlash_ReadData : uiCurrentAddr - 0
E/[LGE_FOTA] ( 989): OemFlash_ReadData : Address - 0, uiRet - 1000
E/[LGE_FOTA] ( 989): OemFlash_ReadData : [0]8b [1]8d [2]9e [3]8f [4]ff [5]ff [6]ff [7]ff
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable
E/[LGE_FOTA] ( 989): iStr : 8 | Name : EBT | type : 0
E/[LGE_FOTA] ( 989): Pysical : 200000 | Logical : 38400000 | size : 600000
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable
E/[LGE_FOTA] ( 989): iStr : 10 | Name : SOS | type : 0
E/[LGE_FOTA] ( 989): Pysical : e00000 | Logical : 44c00000 | size : a00000
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable
E/[LGE_FOTA] ( 989): iStr : 9 | Name : LNX | type : 0
E/[LGE_FOTA] ( 989): Pysical : 1800000 | Logical : 3e800000 | size : a00000
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable
E/[LGE_FOTA] ( 989): iStr : 16 | Name : FOT | type : 0
E/[LGE_FOTA] ( 989): Pysical : 39ea00000 | Logical : 6a400000 | size : 1400000
E/[LGE_FOTA] ( 989): --------------------------------------------------------
E/[LGE_FOTA] ( 989): OemFlash_GetPartitionTable Complete
E/[LGE_FOTA] ( 989): OemUSD_Init in
E/[LGE_FOTA] ( 989): OemUSD_Init FOT offset : 6a400000
E/[LGE_FOTA] ( 989): OemUSD_Init FOT size : 1400000
E/[LGE_FOTA] ( 989): OemUSD_Init AP1 offset : 38400000
E/[LGE_FOTA] ( 989): OemUSD_Init AP1 size : 600000
E/[LGE_FOTA] ( 989): OemUSD_Init USD offset : 6aa00000
E/[LGE_FOTA] ( 989): OemUSD_Init USD size : 6aa60000
E/[LGE_FOTA] ( 989): OemUSD_Init : 6aa00000, 6aa60000
E/[LGE_FOTA] ( 989): OemFlash_ReadData in
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : uiLogical - 6aa00000
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : FOT / physical addr : 5c074938
E/[LGE_FOTA] ( 989): OemFlash_ReadData : uiCurrentAddr - 39f000000
E/[LGE_FOTA] ( 989): OemFlash_ReadData : Address - 39f000000, uiRet - 20000
E/[LGE_FOTA] ( 989): OemFlash_ReadData : [0]12 [1]54 [2]7a [3]f0 [4]1 [5]a1 [6]7 [7]f
E/[LGE_FOTA] ( 989): enUpdateState : 0x0f07a101
E/[LGE_FOTA] ( 989): stFWInfo.enState : 0x0f07a200
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[0] : 0x000000f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[0] : 0x00335b70
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[1] : 0x00335c64
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[1] : 0x00036690
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[2] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[2] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[3] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[3] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[4] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[4] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[5] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[5] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[6] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[6] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[7] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[7] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[8] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[8] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[9] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[9] : 0x00041484
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[10] : 0x003ad778
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[10] : 0x00042cac
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[11] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[11] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[12] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[12] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[13] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[13] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[14] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[14] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[15] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[15] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiCurrSection : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiResult : 0x00000000
E/[LGE_FOTA] ( 989): stFSInfo.enState : 0x0f07a300
E/[LGE_FOTA] ( 989): stFSInfo.uiFilePackageOffset : 0x003f0424
E/[LGE_FOTA] ( 989): stFSInfo.uiFilePackageSize : 0x00fbf3b9
E/[LGE_FOTA] ( 989): stFSInfo.uiResult : 0x0000f000
E/[LGE_FOTA] ( 989): stPkgInfo.enPackageType : 0x06030100
E/[LGE_FOTA] ( 989): stPkgInfo.uiSize : 0x013c3e4e
E/[LGE_FOTA] ( 989): stPkgInfo.uiWrittenAddr : 0x00000000
E/[LGE_FOTA] ( 989): stPkgInfo.uiWrittenSize : 0x00000000
E/[LGE_FOTA] ( 989): uiBackupBufferAddr : 0x00000000
E/[LGE_FOTA] ( 989): uiLanguage : 0x00600000
E/[LGE_FOTA] ( 989): stTestInfo.uiCurrMode : 0x00000000
E/[LGE_FOTA] ( 989): OemUSD_Save
E/[LGE_FOTA] ( 989): Found Good Block : 6aa00000
E/[LGE_FOTA] ( 989): OemFlash_WriteData eMMC opened | m_fdFOTA : 47
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : uiLogical - 6aa00000
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : FOT / physical addr : 5c074928
E/[LGE_FOTA] ( 989): OemFlash_WriteData : Address - 39f000000, Size - 20000
Code:
E/[LGE_FOTA] ( 989): Found Good Block : 6aa20000
E/[LGE_FOTA] ( 989): OemFlash_WriteData eMMC opened | m_fdFOTA : 47
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : uiLogical - 6aa20000
E/[LGE_FOTA] ( 989): OemFlash_GetPhygicalAddress : FOT / physical addr : 5c074928
E/[LGE_FOTA] ( 989): OemFlash_WriteData : Address - 39f020000, Size - 20000
Code:
E/[LGE_FOTA] ( 989): enUpdateState : 0x0f07a102
E/[LGE_FOTA] ( 989): stFWInfo.enState : 0x0f07a200
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[0] : 0x000000f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[0] : 0x00335b70
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[1] : 0x00335c64
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[1] : 0x00036690
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[2] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[2] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[3] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[3] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[4] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[4] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[5] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[5] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[6] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[6] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[7] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[7] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[8] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[8] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[9] : 0x0036c2f4
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[9] : 0x00041484
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[10] : 0x003ad778
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[10] : 0x00042cac
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[11] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[11] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[12] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[12] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[13] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[13] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[14] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[14] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgOffset[15] : 0x003f0424
E/[LGE_FOTA] ( 989): stFWInfo.uiPkgSize[15] : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiCurrSection : 0x00000000
E/[LGE_FOTA] ( 989): stFWInfo.uiResult : 0x00000000
E/[LGE_FOTA] ( 989): stFSInfo.enState : 0x0f07a300
E/[LGE_FOTA] ( 989): stFSInfo.uiFilePackageOffset : 0x003f0424
E/[LGE_FOTA] ( 989): stFSInfo.uiFilePackageSize : 0x00fbf3b9
E/[LGE_FOTA] ( 989): stFSInfo.uiResult : 0x0000f000
E/[LGE_FOTA] ( 989): stPkgInfo.enPackageType : 0x06030100
E/[LGE_FOTA] ( 989): stPkgInfo.uiSize : 0x013c3e4e
E/[LGE_FOTA] ( 989): stPkgInfo.uiWrittenAddr : 0x00000000
E/[LGE_FOTA] ( 989): stPkgInfo.uiWrittenSize : 0x00000000
E/[LGE_FOTA] ( 989): uiBackupBufferAddr : 0x00000000
E/[LGE_FOTA] ( 989): uiLanguage : 0x00000000
E/[LGE_FOTA] ( 989): stTestInfo.uiCurrMode : 0x00000000
E/[LGE_FOTA] ( 989): OemFlash_ClosePartition
E/[LGE_FOTA] ( 989): OemFlash_Release
---------- Post added at 07:43 PM ---------- Previous post was at 07:01 PM ----------
No *.zip to be found on my phone after downloading the update..

i think you have to do it from 10B with the hidden menu -> Image Updater, when he has loaded the file you can try to rip it out of the phone (maybe)

Related

I keep getting stuck here...

- waiting for device -
--------- beginning of /dev/log/main
E/logwrapper( 62): executing /system/xbin/run
rectory
I/logwrapper( 61): /system/xbin/run-parts ter
I/DEBUG ( 66): debuggerd: Jul 31 2010 00:18
D/AKMD ( 73): akmd 1.6.6 START
D/AKMD ( 73): library version: 1.2.1.1129
thats it it has happened on so many roms its annoying any clue?

[Q] Bluetooth logcat...

does anyone understand this? lol im trying to fix bluetooth on senselx rom..
D/MCPMonitorService( 272): starting daemon!
D/MCPMonitorService( 272): state of daemon after start: running started: true
D/skia ( 272): purging 167K from font cache [18 entries]
D/dalvikvm( 272): GC freed 17074 objects / 878752 bytes in 270ms
D/JBtlBmg ( 272): destroy: Entered
D/ ( 272): NativeJBtlBmg_Destroy: Entered
D/ ( 272): NativeJBtlBmg_Destroy: Calling BTL_BMG_Destroy
D/ ( 272): NativeJBtlBmg_Destroy: BTL_BMG_Destroy returned 1
D/ ( 272): NativeJBtlBmg_Destroy:Exiting Successfully
D/JBtlBmg ( 272): After NativeJBtlBmg_Destroy, status=FAILED
D/JBtlBmg ( 272): destroy: Exiting
D/JBtlBmg ( 272): create: Entered
D/JBtlBmg ( 272): Calling NativeJBtlBmg_Create
D/ ( 272): NativeJBtlBmg_Create: Entered
D/ ( 272): NativeJBtlBmg_Create: Calling BTL_BMG_Remote_Create
D/ ( 272): NativeJBtlBmg_Create: BTL_BMG_Remote_Create returned 0, context: 1
D/ ( 272): NativeJBtlBmg_Create: Calling BTL_BMG_SetEventForwardingMode
D/ ( 272): NativeJBtlBmg_Create: BTL_BMG_SetEventForwardingMode returned 0
D/JBtlProfileContext( 272): setValue: setValue called, value:1
D/ ( 272): NativeJBtlBmg_Create:Exiting Successfully
D/JBtlBmg ( 272): After NativeJBtlBmg_Create, status=SUCCESS, Context = 1
D/JBtlBmg ( 272): create: Exiting
D/JBtlCommon( 272): radioOn: Entered
D/JBtlCommonNative( 272): NativeJBtlCommon_RadioOn: Calling BTL_RadioOn
D/JBtlCommonNative( 272): NativeJBtlCommon_RadioOn: BTL_RadioOn Returned 2
D/JBtlCommon( 272): radioOn: After NativeJBtlCommon_RadioOn, status=PENDING
D/BluetoothService( 272): Bluetooth state 10 -> 11
D/BluetoothService( 272): Sending ACTION_STATE_CHANGED intent, new mBluetoothState = 11
D/BluetoothAvrcpService( 272): Received intent with action: android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothPbapService( 272): Received intent with action: android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothA2dpService( 272): Received intent with action: android.bluetooth.adapter.action.STATE_CHANGED
D/JBtlCommonNative( 272): signal_BTL_EVENT_HCI_INIT_ERROR: status = 0
D/JBtlCommon( 272): In hciInitError
D/BluetoothService( 272): Callback - hciInitError, status = SUCCESS
D/JBtlCommonNative( 272): After the call to HCI Init Error
V/BluetoothEventRedirector( 4859): Received android.bluetooth.adapter.action.STATE_CHANGED
D/BT HS/HF( 436): gsmAsuToSignal=28
D/dalvikvm( 436): GC freed 1729 objects / 82656 bytes in 128ms
D/JBtlCommonNative( 272): signal_BTL_EVENT_HCI_INIT_ERROR: status = 0
D/JBtlCommon( 272): In hciInitError
D/BluetoothService( 272): Callback - hciInitError, status = SUCCESS
D/JBtlCommonNative( 272): After the call to HCI Init Error
D/BT HS/HF( 436): gsmAsuToSignal=27
D/BT HS/HF( 436): gsmAsuToSignal=28
D/dalvikvm( 440): GC freed 219 objects / 7576 bytes in 127ms
D/BT HS/HF( 436): gsmAsuToSignal=29
E/BluetoothService( 272): got timeout (or bad status) switching bluetooth state! indicating non-responsiveness to MCPMonitor
D/MCPMonitorService( 272): indicateNotResponding: refcount: 1
D/MCPMonitorService( 272): will stop deamon and reset refcount
D/MCPMonitorService( 272): stopping daemon. force: true
D/MCPMonitorService( 272): calling all onStop callbacks
D/BluetoothService( 272): onDeamonStop: forceStop: true
D/BluetoothService( 272): onDeamonStop: forceStop - simulating radio off
D/BluetoothService( 272): Callback - radioOffComplete, status = SUCCESS
D/MCPMonitorService( 272): state of daemon after stop: stopped stopped: true
D/MCPMonitorService( 272): shuting down chip...
D/BluetoothService( 272): Bluetooth state 11 -> 10
D/BluetoothService( 272): Sending ACTION_STATE_CHANGED intent, new mBluetoothState = 10
D/BluetoothAvrcpService( 272): Received intent with action: android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothPbapService( 272): Received intent with action: android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothA2dpService( 272): Received intent with action: android.bluetooth.adapter.action.STATE_CHANGED
V/BluetoothEventRedirector( 4859): Received android.bluetooth.adapter.action.STATE_CHANGED
D/BT HS/HF( 436): gsmAsuToSignal=30
D/BT HS/HF( 436): gsmAsuToSignal=29
D/dalvikvm( 433): GC freed 69 objects / 3152 bytes in 102ms
D/skia ( 779): purging 93K from font cache [12 entries]
D/dalvikvm( 779): GC freed 2455 objects / 120680 bytes in 151ms

[Q] ADS_magpie-20110729 + gapps-mdpi-gb-20110709: java/lang/NullPointerException

It's a follow up of the thread [Q] ADS_magpie-20110729-signed.zip: android.process.acore stopped unexpectedly.
The phone setup is as before:
Phone: ADP1 (DREAM PVT 32B SHIP S-ON CPLD-4)
ROM: ADS_magpie-20110729 + gapps-mdpi-gb-20110709
Recovery: RA-dream-v1.7.0
Radio: 2.22.28.25
Spl:1.33.0013d
SD: 8GB = 128MB swap / 512MB ext4 / FAT
Playing around with the phone result in Dalvik crashes:
Code:
W/dalvikvm( 1054): Exception Ljava/lang/NullPointerException; thrown while initializing Lcom/google/android/syncadapters/contacts/ContactsSyncAdapterService;
W/dalvikvm( 1054): Class init failed in newInstance call (Lcom/google/android/syncadapters/contacts/ContactsSyncAdapterService;)
I/DEBUG ( 1044): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1044): Build fingerprint: 'google/soju/crespo:2.3.3/GRI40/102588:user/release-keys'
I/DEBUG ( 1044): pid: 1054, tid: 1054 >>> com.google.process.gapps <<<
I/DEBUG ( 1044): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000002
I/DEBUG ( 1044): r0 00000000 r1 00000004 r2 ffffffff r3 00000000
I/DEBUG ( 1044): r4 fffffffa r5 00000003 r6 00000000 r7 416fcee8
I/DEBUG ( 1044): r8 aca11f80 r9 0000ce40 10 416fce2c fp beacd760
I/DEBUG ( 1044): ip 80000004 sp beacd418 lr aca31581 pc aca3eade cpsr 80000030
I/DEBUG ( 1044): #00 pc 0003eade /system/lib/libdvm.so
I/DEBUG ( 1044): #01 pc 000605b8 /system/lib/libdvm.so
I/DEBUG ( 1044): #02 pc 00017014 /system/lib/libdvm.so
I/DEBUG ( 1044): #03 pc 0001c100 /system/lib/libdvm.so
I/DEBUG ( 1044): #04 pc 0001affc /system/lib/libdvm.so
I/DEBUG ( 1044): #05 pc 000593da /system/lib/libdvm.so
I/DEBUG ( 1044): #06 pc 000595fe /system/lib/libdvm.so
I/DEBUG ( 1044): #07 pc 0003f01e /system/lib/libdvm.so
I/DEBUG ( 1044): #08 pc 00059598 /system/lib/libdvm.so
I/DEBUG ( 1044): #09 pc 00060f2e /system/lib/libdvm.so
I/DEBUG ( 1044): #10 pc 00017014 /system/lib/libdvm.so
I/DEBUG ( 1044): #11 pc 0001c100 /system/lib/libdvm.so
I/DEBUG ( 1044): #12 pc 0001affc /system/lib/libdvm.so
I/DEBUG ( 1044): #13 pc 000593da /system/lib/libdvm.so
I/DEBUG ( 1044): #14 pc 000459e4 /system/lib/libdvm.so
I/DEBUG ( 1044): #15 pc 000342cc /system/lib/libandroid_runtime.so
I/DEBUG ( 1044): #16 pc 000350e6 /system/lib/libandroid_runtime.so
I/DEBUG ( 1044): #17 pc 00008ca2 /system/bin/app_process
I/DEBUG ( 1044): #18 pc 000150fc /system/lib/libc.so
I/DEBUG ( 1044):
I/DEBUG ( 1044): code around pc:
I/DEBUG ( 1044): aca3eabc 33d458ab 42886819 f027d006 2800f897
I/DEBUG ( 1044): aca3eacc 1c27d102 e0092500 2c00683c e7f8d1e9
I/DEBUG ( 1044): aca3eadc 68a03c14 1e426824 182d4190 d1f72c00
I/DEBUG ( 1044): aca3eaec 2d002000 9c00d032 d00a2c00 20490069
I/DEBUG ( 1044): aca3eafc f0222200 1e04fffb 1c23d02b 20003310
I/DEBUG ( 1044):
I/DEBUG ( 1044): code around lr:
I/DEBUG ( 1044): aca31560 d1112800 60e53501 9b019800 60606027
I/DEBUG ( 1044): aca31570 1c6860a3 004160e0 1c320849 e8bcf7e0
I/DEBUG ( 1044): aca31580 d0012800 fa92f00e bdf0b003 1e04b510
I/DEBUG ( 1044): aca31590 68a0d005 ef72f7df f7df1c20 bd10ef70
I/DEBUG ( 1044): aca315a0 1c05b570 20012120 ef7af7df d00e1e04
I/DEBUG ( 1044):
I/DEBUG ( 1044): stack:
I/DEBUG ( 1044): beacd3d8 beacd3e0
I/DEBUG ( 1044): beacd3dc 0000dfc0
I/DEBUG ( 1044): beacd3e0 407ad220
I/DEBUG ( 1044): beacd3e4 401cc8c8
I/DEBUG ( 1044): beacd3e8 00000001
I/DEBUG ( 1044): beacd3ec aca65c5d /system/lib/libdvm.so
I/DEBUG ( 1044): beacd3f0 00000002
I/DEBUG ( 1044): beacd3f4 401ccaf0
I/DEBUG ( 1044): beacd3f8 00000000
I/DEBUG ( 1044): beacd3fc 00000002
I/DEBUG ( 1044): beacd400 00000004
I/DEBUG ( 1044): beacd404 416fcec8
I/DEBUG ( 1044): beacd408 aca9e5c0
I/DEBUG ( 1044): beacd40c 00000000
I/DEBUG ( 1044): beacd410 df002777
I/DEBUG ( 1044): beacd414 e3a070ad
I/DEBUG ( 1044): #00 beacd418 00000001
I/DEBUG ( 1044): beacd41c fffffec4
I/DEBUG ( 1044): beacd420 00000fae
I/DEBUG ( 1044): beacd424 beacd490
I/DEBUG ( 1044): beacd428 416fce54
I/DEBUG ( 1044): beacd42c beacd488
I/DEBUG ( 1044): beacd430 401cc8c8
I/DEBUG ( 1044): beacd434 aca605bd /system/lib/libdvm.so
I/DEBUG ( 1044): #01 beacd438 41e5be0c
I/DEBUG ( 1044): beacd43c aca17018 /system/lib/libdvm.so
W/dalvikvm( 1054): threadid=3: spin on suspend #1 threadid=1 (pcf=0)
W/dalvikvm( 1054): threadid=3: spin on suspend #2 threadid=1 (pcf=0)
I/dalvikvm( 1054): "GC" daemon prio=5 tid=3 RUNNABLE
I/dalvikvm( 1054): | group="system" sCount=0 dsCount=0 obj=0x406d10f8 self=0x129cd0
I/dalvikvm( 1054): | sysTid=1056 nice=0 sched=0/0 cgrp=default handle=584024
I/dalvikvm( 1054): at dalvik.system.NativeStart.run(Native Method)
I/dalvikvm( 1054):
I/dalvikvm( 1054): "main" prio=5 tid=1 RUNNABLE
I/dalvikvm( 1054): | group="main" sCount=1 dsCount=0 obj=0x401e2190 self=0xce40
I/dalvikvm( 1054): | sysTid=1054 nice=0 sched=0/0 cgrp=default handle=-1345006496
I/dalvikvm( 1054): DumpRunning: bad offset found: 7740940 (from 0x416fa000 0x41e5be0c)
I/dalvikvm( 1054): at java.lang.Throwable.nativeFillInStackTrace(Native Method)
I/dalvikvm( 1054): at java.lang.Throwable.fillInStackTrace(Throwable.java:135)
I/dalvikvm( 1054): at java.lang.Throwable.<init>(Throwable.java:74)
I/dalvikvm( 1054): at java.lang.Throwable.<init>(Throwable.java:99)
I/dalvikvm( 1054): at java.lang.Exception.<init>(Exception.java:61)
I/dalvikvm( 1054): at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:50)
I/dalvikvm( 1054): at java.lang.reflect.Method.invokeNative(Native Method)
I/dalvikvm( 1054): at java.lang.reflect.Method.invoke(Method.java:507)
I/DEBUG ( 1044): debuggerd committing suicide to free the zombie!
I/DEBUG ( 1073): debuggerd: Jul 15 2011 18:22:13
I/ActivityManager( 436): Process com.google.process.gapps (pid 1054) has died.
W/ActivityManager( 436): Scheduling restart of crashed service com.google.android.syncadapters.contacts/.ContactsSyncAdapterService in 80000ms
W/ActivityManager( 436): Scheduling restart of crashed service com.google.android.gsf/.gtalkservice.service.GTalkService in 89999ms
D/Zygote ( 428): Process 1054 terminated by signal (11)
I/power ( 436): *** set_screen_state 0
D/AKMD ( 153): Compass CLOSE
E/talk ( 1024): onSaveInstanceState: caught
E/talk ( 1024): android.os.DeadObjectException
E/talk ( 1024): at android.os.BinderProxy.transact(Native Method)
E/talk ( 1024): at com.google.android.gtalkservice.IImSession$Stub$Proxy.getAccountId(IImSession.java:496)
E/talk ( 1024): at com.google.android.talk.RosterListActivity.onSaveInstanceState(RosterListActivity.java:168)
E/talk ( 1024): at android.app.Activity.performSaveInstanceState(Activity.java:1037)
E/talk ( 1024): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1181)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2336)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2311)
E/talk ( 1024): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2291)
E/talk ( 1024): at android.app.ActivityThread.access$1700(ActivityThread.java:117)
E/talk ( 1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:938)
E/talk ( 1024): at android.os.Handler.dispatchMessage(Handler.java:99)
E/talk ( 1024): at android.os.Looper.loop(Looper.java:130)
E/talk ( 1024): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/talk ( 1024): at java.lang.reflect.Method.invokeNative(Native Method)
E/talk ( 1024): at java.lang.reflect.Method.invoke(Method.java:507)
E/talk ( 1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/talk ( 1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/talk ( 1024): at dalvik.system.NativeStart.main(Native Method)
D/SurfaceFlinger( 436): About to give-up screen, flinger = 0x1b49f0
I/ActivityManager( 436): Start proc com.google.process.gapps for service com.google.android.gsf/.loginservice.GoogleLoginService: pid=1074 uid=10004 gids={3003, 1015, 2001, 1007}
W/IInputConnectionWrapper( 436): showStatusIcon on inactive InputConnection
D/szipinf ( 1074): Initializing inflate state
I/ActivityThread( 1074): Pub com.google.settings: com.google.android.gsf.settings.GoogleSettingsProvider
I/ActivityThread( 1074): Pub subscribedfeeds: com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider
D/dalvikvm( 1074): GC_CONCURRENT freed 407K, 51% free 2790K/5639K, external 0K/0K, paused 7ms+15ms
I/ActivityThread( 1074): Pub com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider
I/GservicesProvider( 1074): Gservices pushing to system: true; secure: true
I/ActivityThread( 1074): Pub com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider
D/SyncManager( 436): setSyncAutomatically: , provider subscribedfeeds -> true
D/SyncManager( 436): setSyncAutomatically: already set to true, doing nothing
D/KeyguardViewMediator( 436): wakeWhenReadyLocked(82)
I/power ( 436): *** set_screen_state 1
D/AKMD ( 153): Compass OPEN
E/talk ( 1024): initSession: caught android.os.DeadObjectException
D/SurfaceFlinger( 436): Screen about to return, flinger = 0x1b49f0
D/dalvikvm( 436): GC_CONCURRENT freed 664K, 39% free 5285K/8647K, external 600K/1800K, paused 18ms+16ms
W/InputManagerService( 436): Window already focused, ignoring focus gain of: [email protected]
W/InputManagerService( 436): Starting input on non-focused client [email protected] (uid=1000 pid=436)
I/ActivityManager( 436): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/com.android.launcher2.Launcher } from pid 436
E/talk ( 1024): onSaveInstanceState: caught
E/talk ( 1024): android.os.DeadObjectException
E/talk ( 1024): at android.os.BinderProxy.transact(Native Method)
E/talk ( 1024): at com.google.android.gtalkservice.IImSession$Stub$Proxy.getAccountId(IImSession.java:496)
E/talk ( 1024): at com.google.android.talk.RosterListActivity.onSaveInstanceState(RosterListActivity.java:168)
E/talk ( 1024): at android.app.Activity.performSaveInstanceState(Activity.java:1037)
E/talk ( 1024): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1181)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2336)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2311)
E/talk ( 1024): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2291)
E/talk ( 1024): at android.app.ActivityThread.access$1700(ActivityThread.java:117)
E/talk ( 1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:938)
E/talk ( 1024): at android.os.Handler.dispatchMessage(Handler.java:99)
E/talk ( 1024): at android.os.Looper.loop(Looper.java:130)
E/talk ( 1024): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/talk ( 1024): at java.lang.reflect.Method.invokeNative(Native Method)
E/talk ( 1024): at java.lang.reflect.Method.invoke(Method.java:507)
E/talk ( 1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/talk ( 1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/talk ( 1024): at dalvik.system.NativeStart.main(Native Method)
E/talk ( 1024): removeRemoteListeners caught
E/talk ( 1024): android.os.DeadObjectException
E/talk ( 1024): at android.os.BinderProxy.transact(Native Method)
E/talk ( 1024): at com.google.android.gtalkservice.IImSession$Stub$Proxy.removeConnectionStateListener(IImSession.java:634)
E/talk ( 1024): at com.google.android.talk.BuddyList.removeRemoteListeners(BuddyList.java:981)
E/talk ( 1024): at com.google.android.talk.RosterListActivity.onStop(RosterListActivity.java:140)
E/talk ( 1024): at com.google.android.talk.BuddyList.onStop(BuddyList.java:570)
E/talk ( 1024): at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1170)
E/talk ( 1024): at android.app.Activity.performStop(Activity.java:3873)
E/talk ( 1024): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:2427)
E/talk ( 1024): at android.app.ActivityThread.handleStopActivity(ActivityThread.java:2475)
E/talk ( 1024): at android.app.ActivityThread.access$1800(ActivityThread.java:117)
E/talk ( 1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:948)
E/talk ( 1024): at android.os.Handler.dispatchMessage(Handler.java:99)
E/talk ( 1024): at android.os.Looper.loop(Looper.java:130)
E/talk ( 1024): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/talk ( 1024): at java.lang.reflect.Method.invokeNative(Native Method)
E/talk ( 1024): at java.lang.reflect.Method.invoke(Method.java:507)
E/talk ( 1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/talk ( 1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/talk ( 1024): at dalvik.system.NativeStart.main(Native Method)
I/ActivityManager( 436): Starting: Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.android.browser/.BrowserActivity } from pid 541
I/ActivityManager( 436): Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=1089 uid=10014 gids={3003, 1015}
I/ActivityManager( 436): Process com.android.deskclock (pid 913) has died.
The whole logcat since installation cat be found attached.
Strange ... can you give me a dump of
Code:
df -h
I would like to be sure, that there is / was enough space on /system.
Here is the disk free human readable dump of this phone:
Code:
Filesystem Size Used Available Use% Mounted on
tmpfs 55.0M 32.0K 54.9M 0% /dev
tmpfs 55.0M 0 55.0M 0% /mnt/asec
tmpfs 55.0M 0 55.0M 0% /mnt/obb
/dev/block/mtdblock3 91.0M 76.1M 14.9M 84% /system
/dev/block/mtdblock5 91.8M 73.0M 18.8M 80% /data
/dev/block/mtdblock4 27.0M 1.1M 25.9M 4% /cache
/dev/block/loop0 768.0K 768.0K 0 100% /system/lib/modules
/dev/block/loop1 2.5M 2.5M 0 100% /system/fonts
/dev/block/vold/179:1
6.9G 186.1M 6.7G 3% /mnt/sdcard
/dev/block/vold/179:1
6.9G 186.1M 6.7G 3% /mnt/secure/asec
/dev/block/dm-0 3.1M 1.1M 2.0M 35% /mnt/asec/de.anormalmedia.android.lw.cits-1
/dev/block/dm-1 2.0M 528.0K 1.5M 25% /mnt/asec/com.google.zxing.client.android-1
Most likely I found the reason:
Code:
...
I/Database( 389): sqlite returned: error code = 11, msg = database corruption at line 45898 of [42537b6056]
I/Database( 389): sqlite returned: error code = 11, msg = database corruption at line 45936 of [42537b6056]
I/Database( 389): sqlite returned: error code = 11, msg = statement aborts at 24: [SELECT _id, raw_contact_id, data_sync2, data_sync1, data_version FROM view_data_restricted data WHERE (account_name='[email protected]' AND account_type='com.google') AND (mimetype=? AND data_sync2 IS NOT NULL AND (data_sync3 IS NULL OR data_sync3!=data_sync2) AND data_sync1 IS NOT NULL)] database disk image is malformed
I/InstallAppProgress( 1847): Finished installing de.anormalmedia.android.lw.cits
E/Database( 389): Removing corrupt database: /data/data/com.android.providers.contacts/databases/contacts2.db
I/ActivityManager( 174): Start proc org.openintents.filemanager for activity org.openintents.filemanager/.FileManagerActivity: pid=1985 uid=10038 gids={1015}
I/ActivityManager( 174): Process android.process.media (pid 1926) has died.
I/ActivityThread( 1985): Pub org.openintents.filemanager: org.openintents.filemanager.FileManagerProvider
I/EulaOrNewVersion( 1985): Eula has been accepted.
I/EulaOrNewVersion( 1985): Same version 17 as last launch.
E/DatabaseUtils( 389): Writing exception to parcel
E/DatabaseUtils( 389): android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteQuery.native_fill_window(Native Method)
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:73)
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:287)
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:268)
E/DatabaseUtils( 389): at android.database.CursorToBulkCursorAdaptor.count(CursorToBulkCursorAdaptor.java:132)
E/DatabaseUtils( 389): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:118)
E/DatabaseUtils( 389): at android.os.Binder.execTransact(Binder.java:320)
E/DatabaseUtils( 389): at dalvik.system.NativeStart.run(Native Method)
I don't know, why your contact's database gets corrupted, but after that you got the NullpointerExceptions from the ContacsSyncAdapter.
I've done a "master clear" over the "Settings" menu. The result a lot of exceptions attached. Here a snapshot:
Code:
W/SettingsProvider( 185): Unable to add bookmark: com.google.android.gm/com.google.android.gm.ConversationListActivityGmail
W/SettingsProvider( 185): android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}
W/SettingsProvider( 185): at android.app.ContextImpl$ApplicationPackageManager.getActivityInfo(ContextImpl.java:1842)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:887)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:925)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.onCreate(DatabaseHelper.java:135)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:126)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:404)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:323)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:259)
W/SettingsProvider( 185): at android.content.ContentProvider.attachInfo(ContentProvider.java:798)
W/SettingsProvider( 185): at android.app.ActivityThread.installProvider(ActivityThread.java:3554)
W/SettingsProvider( 185): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3309)
W/SettingsProvider( 185): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:3660)
W/SettingsProvider( 185): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:5567)
W/SettingsProvider( 185): at com.android.server.ServerThread.run(SystemServer.java:182)
W/SettingsProvider( 185): Unable to add bookmark: com.android.im/com.android.im.app.LandingPage
W/SettingsProvider( 185): android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{com.android.im/com.android.im.app.LandingPage}
W/SettingsProvider( 185): at android.app.ContextImpl$ApplicationPackageManager.getActivityInfo(ContextImpl.java:1842)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:887)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:925)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.onCreate(DatabaseHelper.java:135)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:126)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:404)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:323)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:259)
W/SettingsProvider( 185): at android.content.ContentProvider.attachInfo(ContentProvider.java:798)
W/SettingsProvider( 185): at android.app.ActivityThread.installProvider(ActivityThread.java:3554)
W/SettingsProvider( 185): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3309)
W/SettingsProvider( 185): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:3660)
W/SettingsProvider( 185): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:5567)
W/SettingsProvider( 185): at com.android.server.ServerThread.run(SystemServer.java:182)
Code:
D/EmailProvider( 497): Creating EmailProvider database
E/AndroidRuntime( 497): FATAL EXCEPTION: main
E/AndroidRuntime( 497): java.lang.RuntimeException: Unable to create service com.android.exchange.SyncManager: java.lang.NullPointerException
E/AndroidRuntime( 497): at android.app.ActivityThread.handleCreateService(ActivityThread.java:1955)
E/AndroidRuntime( 497): at android.app.ActivityThread.access$2500(ActivityThread.java:117)
E/AndroidRuntime( 497): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:985)
E/AndroidRuntime( 497): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 497): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 497): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime( 497): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 497): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 497): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/AndroidRuntime( 497): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/AndroidRuntime( 497): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 497): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 497): at com.android.email.Utility.getConsistentDeviceId(Utility.java:601)
E/AndroidRuntime( 497): at com.android.exchange.SyncManager.getDeviceIdInternal(SyncManager.java:1064)
E/AndroidRuntime( 497): at com.android.exchange.SyncManager.getDeviceId(SyncManager.java:1041)
E/AndroidRuntime( 497): at com.android.exchange.SyncManager.onCreate(SyncManager.java:1767)
E/AndroidRuntime( 497): at android.app.ActivityThread.handleCreateService(ActivityThread.java:1945)
E/AndroidRuntime( 497): ... 10 more
V/ContactsProvider( 417): Completed import of legacy contacts
Code:
I/ActivityManager( 185): Starting: Intent { act=android.intent.action.INSERT dat=content://telephony/carriers cmp=com.android.settings/.ApnEditor } from pid 718
D/TelephonyProvider( 365): inserted port= authtype=-1 protocol=IP mmsproxy= roaming_protocol=IP proxy= name= server= apn= password= user= mmsport= rowID = 23
D/dalvikvm( 365): GC_CONCURRENT freed 473K, 47% free 3381K/6279K, external 0K/0K, paused 8ms+9ms
E/TelephonyProvider( 365): Failed setting numeric '26207' to the current operator
I/TelephonyRegistry( 185): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=apnChanged interfaceName=null networkType=8
W/dalvikvm( 718): threadid=9: thread exiting with uncaught exception (group=0x40258560)
E/AndroidRuntime( 718): FATAL EXCEPTION: pool-1-thread-1
E/AndroidRuntime( 718): java.lang.NoSuchMethodError: 
E/AndroidRuntime( 718): at com.android.internal.util.XmlUtils.writeMapXml(XmlUtils.java:182)
E/AndroidRuntime( 718): at android.app.ContextImpl$SharedPreferencesImpl.writeToFile(ContextImpl.java:3167)
E/AndroidRuntime( 718): at android.app.ContextImpl$SharedPreferencesImpl.access$800(ContextImpl.java:2732)
E/AndroidRuntime( 718): at android.app.ContextImpl$SharedPreferencesImpl$1.run(ContextImpl.java:3082)
E/AndroidRuntime( 718): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
E/AndroidRuntime( 718): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
E/AndroidRuntime( 718): at java.lang.Thread.run(Thread.java:1019)
I/DEBUG ( 149): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 149): Build fingerprint: 'google/soju/crespo:2.3.3/GRI40/102588:user/release-keys'
I/DEBUG ( 149): pid: 718, tid: 728 >>> com.android.settings <<<
I/DEBUG ( 149): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 149): r0 00000000 r1 00000370 r2 00000010 r3 00000100
I/DEBUG ( 149): r4 40093ec8 r5 0017f098 r6 aca9e5c0 r7 40093edc
I/DEBUG ( 149): r8 aca11f80 r9 00000000 10 0017f098 fp 444d0ed8
I/DEBUG ( 149): ip 00000010 sp 444d0b88 lr aca1710c pc aca3edfa cpsr 20000030
W/ActivityManager( 185): Force finishing activity com.android.settings/.ApnEditor
W/ActivityManager( 185): Force finishing activity com.android.settings/.ApnSettings
W/ActivityManager( 185): Activity pause timeout for HistoryRecord{4094a7d8 com.android.settings/.ApnEditor}
I/DEBUG ( 149): #00 pc 0003edfa /system/lib/libdvm.so
I/DEBUG ( 149): #01 pc 00017108 /system/lib/libdvm.so
I/DEBUG ( 149):
I/DEBUG ( 149): code around pc:
I/DEBUG ( 149): aca3edd8 009122dc 1c054e30 4c306a87 46622080
I/DEBUG ( 149): aca3ede8 00439300 9404447e 93029101 1c3c9805
I/DEBUG ( 149): aca3edf8 68033c14 1c2868a1 fedcf7ff 28009003
I/DEBUG ( 149): aca3ee08 9b00da3f d11a2b00 98019b04 581158f2
I/DEBUG ( 149): aca3ee18 d0142900 009823e6 29005811 68a1d004
I/DEBUG ( 149):
I/DEBUG ( 149): code around lr:
I/DEBUG ( 149): aca170ec e52dc004 e5961010 e1a0000a e5911020
I/DEBUG ( 149): aca170fc e1a02009 e0441001 e1a010c1 fa009f30
I/DEBUG ( 149): aca1710c e5da1024 e3510000 0a000004 e1a05000
I/DEBUG ( 149): aca1711c e1a0000a e1a01009 fa010669 e1a00005
I/DEBUG ( 149): aca1712c e59d5004 e3500000 e28dd008 4a00000f
I/DEBUG ( 149):
I/DEBUG ( 149): stack:
I/DEBUG ( 149): 444d0b48 00000004
I/DEBUG ( 149): 444d0b4c 40251b00
I/DEBUG ( 149): 444d0b50 40093df8
I/DEBUG ( 149): 444d0b54 aca11db8 /system/lib/libdvm.so
I/DEBUG ( 149): 444d0b58 00000000
I/DEBUG ( 149): 444d0b5c 00000000
I/DEBUG ( 149): 444d0b60 407e3400
I/DEBUG ( 149): 444d0b64 41d6ed90
I/DEBUG ( 149): 444d0b68 41735058
I/DEBUG ( 149): 444d0b6c 0017f098
I/DEBUG ( 149): 444d0b70 40251b00
I/DEBUG ( 149): 444d0b74 ad119029 /system/lib/libnativehelper.so
I/DEBUG ( 149): 444d0b78 41735058
I/DEBUG ( 149): 444d0b7c 0017f098
I/DEBUG ( 149): 444d0b80 df002777
I/DEBUG ( 149): 444d0b84 e3a070ad
I/DEBUG ( 149): #00 444d0b88 00000000
I/DEBUG ( 149): 444d0b8c 00000370
I/DEBUG ( 149): 444d0b90 00000100
I/DEBUG ( 149): 444d0b94 444d0c10
I/DEBUG ( 149): 444d0b98 fffffec4
I/DEBUG ( 149): 444d0b9c 00000000
I/DEBUG ( 149): 444d0ba0 444d0c08
I/DEBUG ( 149): 444d0ba4 425f6338
I/DEBUG ( 149): 444d0ba8 40093edc
I/DEBUG ( 149): 444d0bac 444d0c08
I/DEBUG ( 149): 444d0bb0 00003072
I/DEBUG ( 149): 444d0bb4 aca1710c /system/lib/libdvm.so
I/DEBUG ( 149): #01 444d0bb8 444d0bbc
I/DEBUG ( 149): 444d0bbc 40093edc
I/DEBUG ( 149): 444d0bc0 00000000
I/DEBUG ( 149): 444d0bc4 444d0c08
I/DEBUG ( 149): 444d0bc8 00000001
I/DEBUG ( 149): 444d0bcc 001605e8
I/DEBUG ( 149): 444d0bd0 0017f0a0
I/DEBUG ( 149): 444d0bd4 00016f10
I/DEBUG ( 149): 444d0bd8 41d9a8ec
I/DEBUG ( 149): 444d0bdc 00000000
I/DEBUG ( 149): 444d0be0 444d0ed8
I/DEBUG ( 149): 444d0be4 aca1c104 /system/lib/libdvm.so
I/DEBUG ( 149): 444d0be8 444d0c08
I/DEBUG ( 149): 444d0bec 0017f098
I/DEBUG ( 149): 444d0bf0 aca1c074 /system/lib/libdvm.so
I/DEBUG ( 149): 444d0bf4 4171da84
I/DEBUG ( 149): 444d0bf8 fffffec4
I/DEBUG ( 149): 444d0bfc aca1b000 /system/lib/libdvm.so
W/dalvikvm( 718): threadid=3: spin on suspend #1 threadid=10 (pcf=0)
W/dalvikvm( 718): threadid=3: spin on suspend #2 threadid=10 (pcf=0)
I/dalvikvm( 718): "GC" daemon prio=5 tid=3 RUNNABLE
I/dalvikvm( 718): | group="system" sCount=0 dsCount=0 obj=0x40750360 self=0x1ca110
I/dalvikvm( 718): | sysTid=720 nice=0 sched=0/0 cgrp=bg_non_interactive handle=1224328
I/dalvikvm( 718): at dalvik.system.NativeStart.run(Native Method)
I/dalvikvm( 718):
I/dalvikvm( 718): "pool-1-thread-2" prio=5 tid=10 RUNNABLE
I/dalvikvm( 718): | group="main" sCount=1 dsCount=0 obj=0x407dc870 self=0x17f098
I/dalvikvm( 718): | sysTid=728 nice=0 sched=0/0 cgrp=bg_non_interactive handle=1569232
I/dalvikvm( 718): at com.android.internal.util.XmlUtils.writeMapXml(XmlUtils.java:~182)
I/dalvikvm( 718): at android.app.ContextImpl$SharedPreferencesImpl.writeToFile(ContextImpl.java:3167)
I/dalvikvm( 718): at android.app.ContextImpl$SharedPreferencesImpl.access$800(ContextImpl.java:2732)
I/dalvikvm( 718): at android.app.ContextImpl$SharedPreferencesImpl$1.run(ContextImpl.java:3082)
I/dalvikvm( 718): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
I/dalvikvm( 718): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
I/dalvikvm( 718): at java.lang.Thread.run(Thread.java:1019)
I/dalvikvm( 718):
I/DEBUG ( 149): debuggerd committing suicide to free the zombie!
I/DEBUG ( 731): debuggerd: Jul 15 2011 18:22:13
I/ActivityManager( 185): Process com.android.settings (pid 718) has died.
The whole logcat is attached. It's a morge general problem of installation but where to start?
Did'n look at your logcat at the moment, but probably you could send me the logcat from flashing, too. There were two other guys who had bad NAND and the "old" system was not erased. I would like to exclude, that you have a similar problem.
Sent from my Gingerbread on Dream using XDA App
I assume you are looking for the recovery.log created in SPL. I've done a whole wipe and redone the installation. All files I know are attached.
Playing arround I've found the following logcat entry:
Code:
E/Database( 442): Failure 10 (disk I/O error) on 0x148698 when executing 'COMMIT;'
E/Gmail ( 442): Mail sync failed
E/Gmail ( 442): android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT;
E/Gmail ( 442): at android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method)
E/Gmail ( 442): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1763)
E/Gmail ( 442): at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:583)
E/Gmail ( 442): at com.google.android.gm.provider.MailCore.setCustomFromPreference(MailCore.java:1567)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine$PublicMailStore.setCustomFromPreference(MailEngine.java:3545)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleStartSyncInfoProto(MailSync.java:1476)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleResponseProto(MailSync.java:956)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleResponse(MailSync.java:864)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleSyncResponse(MailSync.java:844)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.sendRequest(MailEngine.java:1543)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.runSyncLoop(MailEngine.java:1505)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.sync(MailEngine.java:1393)
E/Gmail ( 442): at com.google.android.gm.provider.MailSyncAdapterService$SyncAdapterImpl.onPerformLoggedSync(MailSyncAdapterService.java:61)
E/Gmail ( 442): at com.google.android.common.LoggingThreadedSyncAdapter.onPerformSync(LoggingThreadedSyncAdapter.java:27)
E/Gmail ( 442): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:164)
D/SyncManager( 174): failed sync operation authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 850665 expedited: false, SyncResult: databaseError: true stats []
D/SyncManager( 174): not retrying sync operation because the error is a hard error: authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 851914 expedited: false
I/dalvikvm( 274): Jit: resizing JitTable from 1024 to 2048
I/Database( 442): sqlite returned: error code = 2570, msg = statement aborts at 93: [select conversations_to_fetch._id as _id, max(
I/Database( 442): case when not clientCreated then messages.messageId else 0 end)
I/Database( 442): as highestMessageId, max(messages.clientCreated) as hasClientCreatedMessages from conversations_to_fetch left outer join messages on messages.conversation = conversations_to_fetch._id and messages.synced = 1 where nextAttemptDateMs < ?group by conversations_to_fetch._id order by conversations_to_fetch._id desc limit 50] disk I/O error
E/Gmail ( 442): Mail sync failed
E/Gmail ( 442): android.database.sqlite.SQLiteDiskIOException: disk I/O error
E/Gmail ( 442): at android.database.sqlite.SQLiteQuery.native_fill_window(Native Method)
E/Gmail ( 442): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:73)
E/Gmail ( 442): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:287)
E/Gmail ( 442): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:268)
E/Gmail ( 442): at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:171)
E/Gmail ( 442): at android.database.AbstractCursor.moveToNext(AbstractCursor.java:256)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine$PublicMailStore.getConversationInfosToFetch(MailEngine.java:3802)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.nextSyncRequest(MailSync.java:669)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.runSyncLoop(MailEngine.java:1462)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.sync(MailEngine.java:1393)
E/Gmail ( 442): at com.google.android.gm.provider.MailSyncAdapterService$SyncAdapterImpl.onPerformLoggedSync(MailSyncAdapterService.java:61)
E/Gmail ( 442): at com.google.android.common.LoggingThreadedSyncAdapter.onPerformSync(LoggingThreadedSyncAdapter.java:27)
E/Gmail ( 442): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:164)
D/SyncManager( 174): failed sync operation authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 879123 expedited: false, SyncResult: databaseError: true stats []
D/SyncManager( 174): not retrying sync operation because the error is a hard error: authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 882641 expedited: false
I/dalvikvm( 174): Jit: resizing JitTable from 2048 to 4096
D/dalvikvm( 257): GC_EXPLICIT freed <1K, 47% free 3391K/6343K, external 915K/1427K, paused 109ms
~ # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 55.0M 32.0K 54.9M 0% /dev
tmpfs 55.0M 0 55.0M 0% /mnt/asec
tmpfs 55.0M 0 55.0M 0% /mnt/obb
/dev/block/mtdblock3 91.0M 76.1M 14.9M 84% /system
/dev/block/mtdblock5 91.8M 61.8M 30.0M 67% /data
/dev/block/mtdblock4 27.0M 1.2M 25.8M 4% /cache
/dev/block/loop0 768.0K 768.0K 0 100% /system/lib/modules
/dev/block/loop1 2.5M 2.5M 0 100% /system/fonts
/dev/block/vold/179:1
6.9G 58.2M 6.8G 1% /mnt/sdcard
/dev/block/vold/179:1
6.9G 58.2M 6.8G 1% /mnt/secure/asec
~ # exit
D/dalvikvm( 257): GC_EXPLICIT freed <1K, 47% free 3391K/6343K, external 915K/1427K, paused 142ms
No swap partition is enabled
Last time I've evaluated ADS_magpie-20110729 + gapps-mdpi-gb-20110709 I can remember that there was no SWAP active.
I'm now evaluating Ginger yoshi 1.4 fix 32a_b using a the 24Swap script in /sd-ext/userinit.d.
I see that Ginger yoshi 1.4 uses a lot of swap, round about 10MiB. Maybe additional RAM (swap in my case) would solve this case? By default ADS_magpie-20110729 did not use swap for me.

(HELP) RootBox Rom Build

Trying to compile a rootbox vanilla build for qinara (4.2.2 / host:s2)
When I logcat e (error), I get this...
Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\John>cd android/sdk/platform-tools
C:\Users\John\Android\sdk\platform-tools>adb logcat d
- waiting for device -
^C
C:\Users\John\Android\sdk\platform-tools>adb logcat e
- waiting for device -
^C
C:\Users\John\Android\sdk\platform-tools>adb logcat e
- waiting for device -
--------- beginning of /dev/log/main
I/init.qcom.modem_links.sh( 157): modem_fw.mdt: No such file or directory
I/init.qcom.modem_links.sh( 157): /system/etc/init.qcom.modem_links.sh[83]: bre
ak: can't break
I/init.qcom.modem_links.sh( 157): /system/etc/init.qcom.modem_links.sh[170]: br
eak: can't break
D/ ( 261): MOTO_PUPD: mot_boot_mode
D/ ( 261): MOTO_PUPD: mot_boot_mode : normal
E/mm-camera( 259):
E/mm-camera( 259): Camera Daemon starting
D/QSEECOMD: ( 263): qseecom listener services process entry PPID = 1
D/QSEECOMD: ( 263): Parent qseecom daemon process terminated!!
D/QSEECOMD: ( 289): qseecom listener service threads starting!!!
D/QSEECOMD: ( 289): Total listener services to start = 2
D/QSEECOMD: ( 289): Init dlopen(libdrmfs.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 289): Init::Init dlsym(g_FSHandle fs_start) succeeds
D/QSEECOMAPI: ( 289): QSEECom_register_listener 10 sb_length = 0x5000
D/DrmLibFs( 289): registering fs service to QSEECom is done!
D/DrmLibFs( 289): begin to create a thread!
D/DrmLibFs( 289): Creating a pthread in fs_start is done! return 0
D/QSEECOMD: ( 289): Init fs_start ret = 0
D/QSEECOMD: ( 289): file system services: Started
D/DrmLibFs( 289): Dispatch starts!
D/DrmLibFs( 289): before calling ioctl to read the next cmd
D/QDUMPD ( 286): Start polling.
D/BHD ( 285): Battery Health Daemon start!
I/ATVC ( 283): atvc_pal_production_part: start
I/ATVC ( 283): dbval_production_part: determined production part
I/ATVC ( 283): atvc_pal_init_factory_state: start
I/ATVC ( 283): atvc_pal_init_factory_state: determined out of factory state
I/ATVC ( 283): atval_pal_read_datablock: enter
I/ATVC ( 283): atval_pal_read_datablock: getting size of datablock
D/QDUMPD ( 286): dump polling (/dev/ramdump_smem)
D/QDUMPD ( 286): dump polling (/dev/coredump_riva)
D/QDUMPD ( 286): dump polling (/dev/ramdump_modem_sw)
I/DEBUG ( 273): debuggerd: Apr 21 2013 00:38:24
D/QDUMPD ( 286): dump polling (/dev/ramdump_riva)
D/QDUMPD ( 286): dump polling (/dev/ramdump_modem_fw)
I/installd( 279): installd firing up
D/QDUMPD ( 286): dump polling (/dev/coredump_modem)
I/graphicsd( 287): graphicsd - version: 1.0
I/graphicsd( 287): graphicsd - watching [/sys/class/kgsl/kgsl-3d0/snapshot/time
stamp][fd: 3]
D/BHD ( 285): EEPROM - Battery ID = 898bc7a41c0050b7
I/ATVC ( 283): atval_pal_read_datablock: exit
I/ATVC ( 283): atval_enforce_android_policy: validation failed. all disable
d.
I/ATVC ( 283): read handset resource access flags:
I/ATVC ( 283): 0x00000000
I/ATVC ( 283): atval_setup_properties: valid datablock - setting flags
D/BHD ( 285): NVM Read - Opened NVM file /pds/batt_health/batt-898bc7a41c00
50b7_0
E/mm-camera( 259): GETTING MCTL INFO
I/ATVC ( 283): atval_enforce_android_policy: finalize the properties
I/DMM ( 346): DMM available. movable_start_bytes at
--------- beginning of /dev/log/system
I/Vold ( 266): Vold 2.1 (the revenge) firing up
V/XTWiFi ( 354): [MessageQ] creating server socket
I/location-mq( 335): [XTWiFi-MessageQ] creating server socket
V/XTWiFi ( 354): [MessageQ] binding server socket to name [/data/misc/location
/mq/location-mq-s]
I/location-mq( 335): [XTWiFi-MessageQ] binding server socket to name [/data/mis
c/location/mq/location-mq-s]
D/Vold ( 266): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media
)
D/Vold ( 266): Volume usbdisk_1.1.1 state changing -1 (Initializing) -> 0 (N
o-Media)
D/Vold ( 266): Volume usbdisk_1.0 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.1 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.2 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.3 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.4 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.5 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.6 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.7 state changing -1 (Initializing) -> 0 (No-
Media)
I/cm ( 367): ____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___
I/Netd ( 272): Netd 1.0 starting
W/InterfaceController( 272): Warning (Cannot load library: load_library(linker.
cpp:771): library "/system/lib/libnetcmdiface.so" not found) while opening the n
et interface command library
I/rmt_storage( 338): Target is APQ8064: 1074105669
D/BHD ( 285): NVM Read - Read header, version = 1, file write count = 190,
time = Sun Apr 21 03:18:08 2013
D/BHD ( 285): NVM Read - Opened NVM file /pds/batt_health/batt-898bc7a41c00
50b7_1
D/BHD ( 285): NVM Read - Read header, version = 1, file write count = 189,
time = Sat Apr 20 06:34:09 2013
D/BHD ( 285): NVM Load - Found newest file, index to use = 0
D/BHD ( 285): State - EEPROM id = 898bc7a41c0050b7; capacity = 1750
D/BHD ( 285): State - BMS real fcc batt temp = 282, real fcc = 1700
D/BHD ( 285): State - BMS SOC = 100%, OCV = 3682000, rbatt = 241
D/BHD ( 285): State - BMS charge inc = 66, charge cycles = 121
D/BHD ( 285): State - is factory mode = 0
D/BHD ( 285): State - is charging = 0
D/BHD ( 285): State - aged capacity % = 98
D/BHD ( 285): State - aged capacity calculated @ Fri Apr 5 00:04:14 2013
D/BHD ( 285): State - Begin charge % = 0, cc = 972508, ocv = 4011000
D/BHD ( 285): State - End charge % = 100, cc = -468380, ocv = 4011000
I/cm ( 369): | \_/ |__| |\ | | | | __ |___ |\ | |\/| | | | \
D/BHD ( 285): Created socket 7 for uevents
D/PPDaemon( 334): isHDMIPrimary: HDMI is not primary display
D/PPDaemon( 334): CABL version 1.0.20120512
E/ThermalDaemon( 284): Thermal daemon started
D/QC-time-services( 339): Daemon:genoff_pre_init::Base = 0
D/QC-time-services( 339): Daemon:ats_rtc_init: Time read from RTC -- year = 113
, month = 3,day = 3
D/Vold ( 266): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 266): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 97
, PARTN 1
E/QC-time-services( 339): Daemon:genoff_boot_tod_init: Unable to set TOD at boo
t up
E/QC-time-services( 339): Daemon: Unable to set TOD at boot up
D/QC-time-services( 339): Daemon:genoff_modem_qmi_init: Initiallizing QMI
I/cm ( 385): Welcome to Android 4.2.2 / CyanogenMod-
I/Atfwd_Daemon( 333): ATFWD --> QMI Port : rmnet1
I/start ( 400): A wise man never plays leapfrog with a unicorn
W/libc ( 336): WARNING: generic atexit() called from legacy shared library
I/Sensors ( 376): sns_init_la.c(292):initializing sns_memmgr_init
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_memmgr_init...
I/Sensors ( 376): sns_init_la.c(307):Done waiting for sns_memmgr_init
I/Sensors ( 376): sns_init_la.c(292):initializing sns_debug_test_init1
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_debug_test_init1...
I/Sensors ( 376): sns_init_la.c(307):Done waiting for sns_debug_test_init1
I/Sensors ( 376): sns_init_la.c(292):initializing sns_pwr_init
I/sensorsqcomwrapper.sh( 374): Use option "-d" to run as background process.
I/sensorsqcomwrapper.sh( 374): Running in foreground...
I/run-parts( 342): sysctl: /etc/sysctl.conf: No such file or directory
I/SurfaceFlinger( 275): SurfaceFlinger is starting
I/SurfaceFlinger( 275): SurfaceFlinger's main thread ready to run. Initializing
graphics H/W...
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_pwr_init...
I/Sensors ( 376): sns_init_la.c(307):Done waiting for sns_pwr_init
I/Sensors ( 376): sns_init_la.c(292):initializing sns_em_init
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_em_init...
D/libEGL ( 275): loaded /system/lib/egl/libEGL_adreno200.so
I/Sensors ( 376): sns_init_la.c(307):Done waiting for sns_em_init
I/Sensors ( 376): sns_init_la.c(292):initializing sns_smr_init
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_smr_init...
W/Sensors ( 376): sns_smr_la.c(415):smr_la: smr_apps_la_thread_main is starting
, fd=15, sns_smr.en_rx_msg_ptr=400c87e8
I/Sensors ( 376): sns_init_la.c(307):Done waiting for sns_smr_init
I/Sensors ( 376): sns_init_la.c(292):initializing sns_reg_init
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_reg_init...
D/BHD ( 285): Got a battery uevent,log details
D/BHD ( 285): Battery start charging @ 88%!
D/libEGL ( 275): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 275): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Sensors ( 376): sns_init_la.c(307):Done waiting for sns_reg_init
I/Sensors ( 376): sns_init_la.c(292):initializing sns_sam_init
I/Sensors ( 376): sns_init_la.c(303):Waiting for sns_sam_init...
I/Adreno200-EGL( 275): <eglInitialize:269>: EGL 1.4 QUALCOMM build: Nondetermin
istic AU_full_mako_PARTNER-ANDROID/JB-MR1-DEV_CL2946718_release_AU (CL2946718)
I/Adreno200-EGL( 275): Build Date: 11/04/12 Sun
I/Adreno200-EGL( 275): Local Branch:
I/Adreno200-EGL( 275): Remote Branch: m/partner-android/jb-mr1-dev
I/Adreno200-EGL( 275): Local Patches: NONE
I/Adreno200-EGL( 275): Reconstruct Branch: NOTHING
I/gralloc ( 275): using (fd=21)
I/gralloc ( 275): id = msmfb42_90701
I/gralloc ( 275): xres = 720 px
I/gralloc ( 275): yres = 1280 px
I/gralloc ( 275): xres_virtual = 720 px
I/gralloc ( 275): yres_virtual = 3840 px
I/gralloc ( 275): bpp = 32
I/gralloc ( 275): r = 24:8
I/gralloc ( 275): g = 16:8
I/gralloc ( 275): b = 8:8
I/gralloc ( 275): width = 56 mm (326.571442 dpi)
I/gralloc ( 275): height = 99 mm (328.404053 dpi)
I/gralloc ( 275): refresh rate = 60.00 Hz
D/CALCFPS ( 275): DEBUG_CALC_FPS: 0
D/CALCFPS ( 275): period: 10
D/CALCFPS ( 275): ignorethresh_us: 500000
D/CALCFPS ( 275): DEBUG_CALC_FPS: 0
D/CALCFPS ( 275): period: 10
D/CALCFPS ( 275): ignorethresh_us: 500000
D/overlay ( 275): initoverlay:: opening the device:: /dev/graphics/fb0
D/overlay ( 275): initoverlay:: opening the device:: /dev/graphics/fb1
D/overlay ( 275): ndx=6 num=5 z_order=-1
D/AndroidRuntime( 276):
D/AndroidRuntime( 276): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 276): CheckJNI is OFF
D/overlay ( 275): initoverlay:: opening the device:: /dev/graphics/fb2
I/mediaserver( 278): ServiceManager: 0x414a7ed8
I/AudioFlinger( 278): Using default 3000 mSec as standby time.
I/CameraService( 278): CameraService started (pid=278)
^C
C:\Users\John\Android\sdk\platform-tools>adb logcat e
--------- beginning of /dev/log/system
I/Vold ( 266): Vold 2.1 (the revenge) firing up
D/Vold ( 266): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media
)
D/Vold ( 266): Volume usbdisk_1.1.1 state changing -1 (Initializing) -> 0 (N
o-Media)
D/Vold ( 266): Volume usbdisk_1.0 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.1 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.2 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.3 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.4 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.5 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.6 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume usbdisk_1.7 state changing -1 (Initializing) -> 0 (No-
Media)
D/Vold ( 266): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 266): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 97
, PARTN 1
Can anyone help me?
Really, no one?
Sent from my MB886 using xda app-developers app
Codex01 said:
Really, no one?
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Some people (like me) don't even know what to do with that so just be patient friend.
Sent from my MB886 using xda app-developers app
worlddominatiin said:
Some people (like me) don't even know what to do with that so just be patient friend.
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Yeah, I pretty much know whats going on, I may have the wrong lib_runtime and android policy, also may be a faulty kernel. From the log you can tell it finalises boot, it has all the scripts but there are a few errors, that I know cant be errors.
system/lib/libnetcmdiface.so - look like that lib isn't there
camera drivers might be wrong - use the CM10.1 drivers
and looks like some of the /etc scripts aren't working properly and some .conf files aren't present.
I'd have to flash the rom and have a physical copy to mess with to tell you more.
skeevydude said:
system/lib/libnetcmdiface.so - look like that lib isn't there
camera drivers might be wrong - use the CM10.1 drivers
and looks like some of the /etc scripts aren't working properly and some .conf files aren't present.
I'd have to flash the rom and have a physical copy to mess with to tell you more.
Click to expand...
Click to collapse
I will upload this on the new site asap.
Any word on ur progress my friend?
Sent from my MB886 using xda premium
sickkside13 said:
Any word on ur progress my friend?
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
@sickkside13, @skeevydude and I are working on this port, hes helping me alot. He says (I deleted the email, so don't quote me.) that we will have a build from source probably by tomorrow or the day after.
Nice
Sent from my MB886 using xda premium
I still gotta tweak our device\vendor repo (if its anything like PA, which it seems to be, should only be a few lines). Hard part will be making a vendor/rootbox repo for us -- just gonna base it on a Nexus and start playing the follow the makefile game . Due to the way our CM10.1 repo is set up -- our only custom repos are for kernel, device, and device vendor -- the very minimal necessary -- roms like this & PACMAN shouldn't be that hard to make for us from source. Atrix HD and GSM Razr HD anyways...don't know much about CDMA roms.
Depending on time, I should have the necessary changes and additions done today. I gotta go with the bossman on a bid and to pick up some materials today --- not sure how long that'll take. Gotta go 20 miles one way from town for the bid, 40 miles the other way for materials (60 miles from the bid).
Waiting for this, looks good
Sent from my MB886 using xda app-developers app
Just finished everything and starting the first compile. Been going for 10 minutes now. Hopefully it'll finish. :fingers-crossed:
If it goes well, sources should be on github this evening and my tweaked vendor and device repo should just work with the PacMan sources. PacMan should just need some qinara vendor/pacman config and make files. Root and Pac both use a modified PA style build system, I've done a bit of PA in the past so, and luckily, doing these tweaks\making the necessary vendor make files is nothing new to me.
Plan is to do Unofficial Atrix HD RootBox. If this works, then I'll do the same for Razr HD. Once all that's done I'll move on to PacMan.
I'm also going to add, before all you guys start giving me the same BS you've been giving Codex, that all I'm doing is taking the razr-qcom dev team repos and making them compatible with other projects. All the actual development will either be via the dev team's CM10.1 kernel or whatever project's dev team. That's not saying that I won't add in any fixes or whatever myself, just that most of what I'm doing is combining other peoples hard work for our benefit.
//20 minutes compiling and goind strong
skeevydude said:
Plan is to do Unofficial Atrix HD RootBox. If this works, then I'll do the same for Razr HD. Once all that's done I'll move on to PacMan.
Click to expand...
Click to collapse
Thanks for the Razr HD love!
Didn't compile, had some errors with tcpdump, removing it and trying again.
Sources available on git-hub
Code:
repo init -u [url]https://github.com/skeevy420/platform_manifest.git[/url] -b razrqcom-rootbox
repo sync
. build_rootbox.sh qinara [B][COLOR="Blue"]X[/COLOR][/B] clean
[B][COLOR="Blue"]X[/COLOR][/B] is the number of threads to use, use either number of cores or number of cores +1 -- whichever you find works best.
//Why all of a sudden does XDA decide to email me when I post a code box in my own post? You'd think I'd be aware of that one
Once you get a build I'd be more than happy to beta, PM me if you need anything. I was a beta tester for eight months for two devs on the Galaxy Player 5.0 so I have a lot of experience...
Sent from my MB886 using xda app-developers app
EcHoFiiVe said:
Once you get a build I'd be more than happy to beta, PM me if you need anything. I was a beta tester for eight months for two devs on the Galaxy Player 5.0 so I have a lot of experience...
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Let ya know when I know
Was having some defconfig issues with the kernel. Resolved them and starting over. It was crappin out around 35 minutes, so once 10:00 central hits I'll be farther along in the process anyways
Day one fun
skeevydude said:
Let ya know when I know
Was having some defconfig issues with the kernel. Resolved them and starting over. It was crappin out around 35 minutes, so once 10:00 central hits I'll be farther along in the process anyways
Day one fun
Click to expand...
Click to collapse
How long do you think it'll take to build? Four, seven hours?
Sent from my MB886 using xda app-developers app
EcHoFiiVe said:
How long do you think it'll take to build? Four, seven hours?
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
From start to finish? Defy CM10.1 takes an hour an a half, so this should be between an hour an a half to two hours...providing it finishes.
i have a nexus 4 and i just flashed rootbox its kinda buggy but there is another build. Il try it out in a bit
Sent from my MB886 using xda premium
sickkside13 said:
i have a nexus 4 and i just flashed rootbox its kinda buggy but there is another build. Il try it out in a bit
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
Even if it is buggy I'd at least like to get it set up and compiling so that when its not buggy all the leg work is already done.

Viewing Magisk Manager apk file in a file explorer causes Fatal Signal

Simply viewing the Magisk Manager apk file (downloaded from APKmirror) causes the file explorer app to crash. The crash occurs when you are scrolling down the list of files and Magisk Manager apk is next to be shown.
Tested with Solid Explorer and CM13 Stock File Manager.
The offending apk files are:
Magisk Manager 5.1.1
Magisk Manager 5.1.0
The rest of the 5.0 release is untested. Currently have 4.3.3 installed and the apk does not cause any crashes.
Installing one of the offending apk's will severely mess up my phone. The phone will boot up and stay at a black screen (right when the lock screen is supposed to appear). Magisk uninstaller does NOT fix this boot up problem and I had to resort to re-flashing my ROM.
My setup:
Nexus 4
CM13.0 2016-12-21 Snapshot
Magisk Manger v4.3.3
MagiskSu v12.0
Here is the ADB log:
Code:
07-25 01:28:16.106 8548-8610/? I/SolidExplorer: pl.solidexplorer.thumbs.ThumbnailManager$FileThumbTask#run(ThumbnailManager.java:511)
07-25 01:28:16.106 8548-8610/? I/SolidExplorer: Cache size: 1006.27 KB
07-25 01:28:16.230 8548-8610/? I/SolidExplorer: pl.solidexplorer.thumbs.ThumbnailManager$FileThumbTask#run(ThumbnailManager.java:511)
07-25 01:28:16.230 8548-8610/? I/SolidExplorer: Cache size: 1.02 MB
07-25 01:28:16.316 8548-8610/? I/SolidExplorer: pl.solidexplorer.thumbs.ThumbnailManager$FileThumbTask#run(ThumbnailManager.java:511)
07-25 01:28:16.316 8548-8610/? I/SolidExplorer: Cache size: 1.05 MB
07-25 01:28:16.358 8548-8610/? A/libc: invalid address or address of corrupt block 0x430d87fe passed to dlfree
07-25 01:28:16.370 8548-8610/? A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdeadbaad in tid 8610 (pool-3-thread-1)
07-25 01:28:16.371 736-736/? I/DEBUG: property debug.db.uid not set; NOT waiting for gdb.
07-25 01:28:16.371 736-736/? I/DEBUG: HINT: adb shell setprop debug.db.uid 100000
07-25 01:28:16.371 736-736/? I/DEBUG: HINT: adb forward tcp:5039 tcp:5039
07-25 01:28:16.473 736-736/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-25 01:28:16.473 736-736/? A/DEBUG: CM Version: '13.0-20161221-SNAPSHOT-ZNH5YAO3Y2-mako'
07-25 01:28:16.473 736-736/? A/DEBUG: Build fingerprint: 'google/occam/mako:5.1.1/LMY48M/2167285:user/release-keys'
07-25 01:28:16.473 736-736/? A/DEBUG: Revision: '0'
07-25 01:28:16.473 736-736/? A/DEBUG: ABI: 'arm'
07-25 01:28:16.473 736-736/? A/DEBUG: pid: 8548, tid: 8610, name: pool-3-thread-1 >>> pl.solidexplorer2 <<<
07-25 01:28:16.473 736-736/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdeadbaad
07-25 01:28:16.515 736-736/? A/DEBUG: Abort message: 'invalid address or address of corrupt block 0x430d87fe passed to dlfree'
07-25 01:28:16.515 736-736/? A/DEBUG: r0 00000000 r1 00000000 r2 00000000 r3 00000002
07-25 01:28:16.515 736-736/? A/DEBUG: r4 430d87fe r5 deadbaad r6 b6d72f38 r7 98fcc000
07-25 01:28:16.515 736-736/? A/DEBUG: r8 430d8806 r9 9bc730cc sl b6cd38db fp b6cd38e4
07-25 01:28:16.516 736-736/? A/DEBUG: ip b6d6d5d8 sp 9bc72fb8 lr b6d3ecdf pc b6d3ecde cpsr 600f0030
07-25 01:28:16.524 736-736/? A/DEBUG: backtrace:
07-25 01:28:16.524 736-736/? A/DEBUG: #00 pc 00030cde /system/lib/libc.so (dlfree+1285)
07-25 01:28:16.524 736-736/? A/DEBUG: #01 pc 000157a9 /system/lib/libandroidfw.so (_ZN7android13ResStringPool6uninitEv+38)
07-25 01:28:16.524 736-736/? A/DEBUG: #02 pc 000164f9 /system/lib/libandroidfw.so (_ZN7android10ResXMLTree6uninitEv+14)
07-25 01:28:16.524 736-736/? A/DEBUG: #03 pc 00016517 /system/lib/libandroidfw.so (_ZN7android10ResXMLTreeD1Ev+4)
07-25 01:28:16.525 736-736/? A/DEBUG: #04 pc 00013263 /system/lib/libandroidfw.so (_ZN7android12AssetManager10getPkgNameEPKc+258)
07-25 01:28:16.525 736-736/? A/DEBUG: #05 pc 000132bf /system/lib/libandroidfw.so (_ZN7android12AssetManager18getBasePackageNameEj+62)
07-25 01:28:16.525 736-736/? A/DEBUG: #06 pc 0008967f /system/lib/libandroid_runtime.so
07-25 01:28:16.525 736-736/? A/DEBUG: #07 pc 737486e1 /data/dalvik-cache/arm/[email protected]@boot.oat (offset 0x1f93000)
07-25 01:28:16.554 736-736/? W/debuggerd: type=1400 audit(0.0:1525): avc: denied { search } for name="default" dev="tmpfs" ino=8252 scontext=u:r:debuggerd:s0 tcontext=u:object_r:storage_file:s0 tclass=dir permissive=0
07-25 01:28:17.416 1230-8698/? W/ActivityManager: Force finishing activity pl.solidexplorer2/pl.solidexplorer.SolidExplorer
07-25 01:28:17.417 736-736/? A/DEBUG: Tombstone written to: /data/tombstones/tombstone_02
07-25 01:28:17.417 736-736/? E/DEBUG: AM write failed: Broken pipe
07-25 01:28:17.418 1230-1250/? I/BootReceiver: Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
07-25 01:28:17.502 1230-1403/? W/InputDispatcher: channel '5ab4980 pl.solidexplorer2/pl.solidexplorer.SolidExplorer (server)' ~ Consumer closed input channel or an error occurred. events=0x9
07-25 01:28:17.502 1230-1403/? E/InputDispatcher: channel '5ab4980 pl.solidexplorer2/pl.solidexplorer.SolidExplorer (server)' ~ Channel is unrecoverably broken and will be disposed!
07-25 01:28:17.511 1230-1241/? I/WindowState: WIN DEATH: Window{5ab4980 u0 pl.solidexplorer2/pl.solidexplorer.SolidExplorer}
07-25 01:28:17.511 1230-1241/? W/InputDispatcher: Attempted to unregister already unregistered input channel '5ab4980 pl.solidexplorer2/pl.solidexplorer.SolidExplorer (server)'
07-25 01:28:17.518 1230-8698/? W/ActivityManager: Exception thrown during pause
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:727)
at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:879)
at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2992)
at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2848)
at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2828)
at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:12449)
at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:12320)
at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:13036)
at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:12541)
at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
07-25 01:28:17.523 724-724/? E/lowmemorykiller: Error writing /proc/8548/oom_score_adj; errno=22
07-25 01:28:17.538 748-748/? I/Zygote: Process 8548 exited due to signal (11)
07-25 01:28:17.617 1230-4016/? I/ActivityManager: Process pl.solidexplorer2 (pid 8548) has died
07-25 01:28:17.674 1230-1412/? I/OpenGLRenderer: Initialized EGL, version 1.4
Corrupt downloads?
Delete the files and download again.
Edit: Since your file explorer crashes when viewing the thumbnails of the files, use terminal to delete them... The command is:
Code:
rm [I]<path-to-file>[/I]
Didgeridoohan said:
Corrupt downloads?
Delete the files and download again.
Edit: Since your file explorer crashes when viewing the thumbnails of the files, use terminal to delete them... The command is:
Code:
rm [I]<path-to-file>[/I]
Click to expand...
Click to collapse
SHA-256 and SHA-1 File hashes match the ones on APKmirror so no, the downloads are not corrupt.
Yes I can either delete using the terminal, or on a PC via USB connection, or in Downloads and long-press --> delete.
AndrewDam said:
SHA-256 and SHA-1 File hashes match the ones on APKmirror so no, the downloads are not corrupt.
Yes I can either delete using the terminal, or on a PC via USB connection, or in Downloads and long-press --> delete.
Click to expand...
Click to collapse
Still... Worth a shot deleting them and starting over.
Apk view crash
Same problem here on Moto G (titan) running on Mokee OS (based on cm13).
It is not the corrupt apk. And I also encountered same problem while trying to install Pixlr 3.0.2.apk.
The file explorer crashes, when about to browse that particular .apk file.
I once somehow installed Magisk Manager whilst crashing, after that the whole system went crazy! All the running apps started crashing continuously, even the Nova Launcher, the inbuilt Nox Launcher. EVERY SINGLE APP!
Then I powered down the phone, went to recovery and deleted the app manually.
But if try to install again, the problem kicks in!
And I also observed one more thing, no matter what, the app's icon is not displayed by the file manager. I tried the same thing with in-built file manager, which doesn't display the app icon, the file manager didnot crash this time. But if I install, BOOM! LITERALLY EVERYTHING STARTS TO CRASH!!
Same problem on my G2 Mini - fatal signal, file explorer crashing. When I installed the app, opening it caused soft reboot.
same here, using dual boot patcher when i tap the roms section, it crashed.. i found fatal signal in the logs
device: redmi note 3 sd (kenzo)
rom: nitrogen os
magisk 13.3

Categories

Resources