Firstly, I apologize if this is in the wrong section.
Secondly, my purpose for posting is to find out a thing or two about the approximate size limit of a ROM. I must admit to being new to Android development, so this may seem naive, but I hope not.
To explain, I am attempting to port the shipped ROM of the Merge to the Inc and keep getting bootloops that I believe are caused because the ROM is too large. I have the size of the ROM's files on my file system down to 235MB (this ROM started much closer to 300MB), but I believe our /system/ partition is 256MB, is it not? I know I need to leave room for app installation and the like, but at this point I was hoping to make sure the thing would at least boot. However, I am getting errors in my logcat about the Dalvik cache, and it looks to me like I've pushed the size limit too far.
My issue at this point is that I do not know what more I can safely do to strip the file size down. I have currently removed a good number of apps, as well as deodexed, even though I didn't want to do that this early.
Any guidance in the right direction would be greatly appreciated.
Deodexing, at least to Incredible framework roms, can increase size of the Rom by up to 50mb.
Sent from my ADR6300 using XDA App
Ah, I see, thank you. When I get home from work this evening I'll look into that. Are there any other areas where I can safely remove content in order to decrease the should I have need to do so?
Deodexing does not increse the size of a rom. It decreases it.
Odex files make the rom much bigger. By removing those files(deodexing), the rom is much smaller.
With my roms, if i go over about 251mb if im looking at the system folder in 7zip wont even finish installing. Gives an error.
If your rom is installing completley without giving you error messages, The size is probably not the issue.
You need to logcat your boot so you can see what is causing the loop.
Thank you, that is what I thought on the size issue. I noticed it drop from ~280MB or so to somewhere around ~240MB after deodexing.
The ROM is in fact installing, but when I logcat during boot, I get errors in regard to not being able to open or find certain files in /data/dalvik-cache/ (it appears to be attempting to build the cache and failing due to insufficient disk space).
My reasoning behind suspecting size also comes from what you said in that I had been unable to finish the install with a prior build and it was reporting out of disk errors in my recovery.log file. I'm guessing that I just don't have it small enough yet.
Below is the logcat output from last night, which I did not have at work. It was looping this as long as I'd leave the phone on.
It would be appreciated if someone could point out to me if I'm totally off base with my theory about disk space so I don't go on a wild goose chase.
Code:
E/keystore( 133): chdir: /data/misc/keystore: No such file or directory
D/AndroidRuntime( 132):
D/AndroidRuntime( 132): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 132): CheckJNI is OFF
D/dalvikvm( 132): creating instr width table
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/core.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/framework.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.htc.framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.htc.framework.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.htc.android.pimlib.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.htc.android.pimlib.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.htc.android.easopen.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.htc.android.easopen.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.scalado.util.ScaladoUtil.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.scalado.util.ScaladoUtil.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.orange.authentication.simcard.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.orange.authentication.simcard.jar'
E/dalvikvm( 132): ERROR: no valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/
framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar:/system/framework/com.orange.authentication.simcard.jar'
W/dalvikvm( 132): JNI_CreateJavaVM failed
E/AndroidRuntime( 132): JNI_CreateJavaVM failed
I/ServiceManager( 60): service 'media.audio_flinger' died
I/ServiceManager( 60): service 'media.player' died
I/ServiceManager( 60): service 'media.camera' died
I/ServiceManager( 60): service 'media.audio_policy' died
I/ ( 134): ServiceManager: 0xacf0
E/HTC Acoustic( 134): read engineer ID failed -1
E/AudioHardwareMSM7X30( 134): Cannot open /dev/audience_a1026 -1
E/AudioHardwareMSM7X30( 134): =====msm_mixer_open: Opening the device========
E/AudioHardwareMSM7X30( 134): ERROR opening the device. control=-12
W/AudioHardwareInterface( 134): Using stubbed audio hardware. No sound will be produced.
W/AudioHardwareMSM7X30( 134): Attempt to close invalid output stream
D/AudioHardwareInterface( 134): setMode(NORMAL)
V/MediaPlayerService( 134): MediaPlayerService created
I/CameraService( 134): CameraService started: pid=134
D/CameraService( 134): create OlaEngine
D/CameraService( 134): create Ola FD
V/AudioFlinger( 134): registerClient() 0x1406c, tid 134, calling tid 134
V/AudioFlinger( 134): Adding notification client 0x14070
V/AudioFlinger( 134): openOutput(), Device 2, SamplingRate 0, Format 0, Channels 0, flags 0
V/AudioFlinger( 134): openOutput() openOutputStream returned output 0xad58, SamplingRate 44100, Format 1, Channels c, status 0
V/AudioFlinger( 134): sendConfigEvent() num events 1 event 0, param 0
D/StreamProcess( 134): OutputStreamProcess::ResetAOLC()
V/AudioFlinger( 134): [AudioFlinger::MixerThread::MixerThread] set ALC to enable
V/AudioFlinger( 134): openOutput() created mixer output: ID 1 thread 0x140c8
V/AudioFlinger( 134): setParameters(): io 1, keyvalue routing=2, tid 136, calling tid 134
V/AudioFlinger( 134): ThreadBase::setParameters() routing=2
I/AudioFlinger( 134): AudioFlinger's thread 0x140c8 ready to run
V/AudioFlinger( 134): processConfigEvents() remaining events 1
V/AudioFlinger( 134): PlaybackThread::audioConfigChanged, thread 0x140c8, event 0, param 0
V/AudioFlinger( 134): audioConfigChanged_l() Notifying change to client 0x14070
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:0, audio_devices:2)
D/AudioSystem( 134): initGainTables(), Init GainTableMusicHeadset.
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:0, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:1, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:1, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:2, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:2, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:3, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:3, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:4, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:4, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:5, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:5, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:7, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:7, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:8, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:8, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:9, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:9, value:1.000000, output:1)
V/AudioFlinger( 134): Audio hardware entering standby, mixer 0x140c8, mSuspended 0
D/StreamProcess( 134): OutputStreamProcess::ResetAOLC()
V/AudioFlinger( 134): MixerThread 0x140c8 TID 137 going to sleep
Did you make any modifications to your framework besides deodexing?
I do not believe so. I am using dsixda's kitchen for the most part, and I don't think I told it to do anything beyond the deodex that would affect the framework.
I had to install bash, and I manually removed apps to save space/hassle. But beyond that, I am trying at this point to boot it as close to stock as possible.
Is it theoretically possible that something happened in the process of using the kitchen's porting tools that would affect the framework?
So, size does matter?
Sent from my ADR6300 using XDA App
7he Messiah said:
I do not believe so. I am using dsixda's kitchen for the most part, and I don't think I told it to do anything beyond the deodex that would affect the framework.
I had to install bash, and I manually removed apps to save space/hassle. But beyond that, I am trying at this point to boot it as close to stock as possible.
Is it theoretically possible that something happened in the process of using the kitchen's porting tools that would affect the framework?
Click to expand...
Click to collapse
I don't use the kitchen's porting tools, so I don't know what it does exactly. You might be able to find the script in the kitchen and find out how it works.
donnyp1 said:
So, size does matter?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
That's what she said.
wdfowty said:
I don't use the kitchen's porting tools, so I don't know what it does exactly. You might be able to find the script in the kitchen and find out how it works.
Click to expand...
Click to collapse
Yeah, I took a look and did not see where it was making any specific changes to the framework.
I think at this point I am going to back up what I have and start again to make sure I'm not doing something stupid.
wdfowty said:
That's what she said.
Click to expand...
Click to collapse
lol, that she did.
EDIT: After having started completely from scratch, the result was the same bootloop and errors. The logcat output is identical. Hmm..
7he Messiah said:
Below is the logcat output from last night, which I did not have at work. It was looping this as long as I'd leave the phone on.
It would be appreciated if someone could point out to me if I'm totally off base with my theory about disk space so I don't go on a wild goose chase.
Code:
E/keystore( 133): chdir: /data/misc/keystore: No such file or directory
D/AndroidRuntime( 132):
D/AndroidRuntime( 132): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 132): CheckJNI is OFF
D/dalvikvm( 132): creating instr width table
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/core.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/framework.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.htc.framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.htc.framework.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@com.htc.android[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.htc.android.pimlib.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.htc.android.pimlib.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.htc.android.easopen.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.htc.android.easopen.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.scalado.util.ScaladoUtil.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.scalado.util.ScaladoUtil.jar'
E/dalvikvm( 132): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 132): Unable to open or create cache for /system/framework/com.orange.authentication.simcard.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 132): Unable to process classpath element '/system/framework/com.orange.authentication.simcard.jar'
E/dalvikvm( 132): ERROR: no valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/
framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar:/system/framework/com.orange.authentication.simcard.jar'
W/dalvikvm( 132): JNI_CreateJavaVM failed
E/AndroidRuntime( 132): JNI_CreateJavaVM failed
I/ServiceManager( 60): service 'media.audio_flinger' died
I/ServiceManager( 60): service 'media.player' died
I/ServiceManager( 60): service 'media.camera' died
I/ServiceManager( 60): service 'media.audio_policy' died
I/ ( 134): ServiceManager: 0xacf0
E/HTC Acoustic( 134): read engineer ID failed -1
E/AudioHardwareMSM7X30( 134): Cannot open /dev/audience_a1026 -1
E/AudioHardwareMSM7X30( 134): =====msm_mixer_open: Opening the device========
E/AudioHardwareMSM7X30( 134): ERROR opening the device. control=-12
W/AudioHardwareInterface( 134): Using stubbed audio hardware. No sound will be produced.
W/AudioHardwareMSM7X30( 134): Attempt to close invalid output stream
D/AudioHardwareInterface( 134): setMode(NORMAL)
V/MediaPlayerService( 134): MediaPlayerService created
I/CameraService( 134): CameraService started: pid=134
D/CameraService( 134): create OlaEngine
D/CameraService( 134): create Ola FD
V/AudioFlinger( 134): registerClient() 0x1406c, tid 134, calling tid 134
V/AudioFlinger( 134): Adding notification client 0x14070
V/AudioFlinger( 134): openOutput(), Device 2, SamplingRate 0, Format 0, Channels 0, flags 0
V/AudioFlinger( 134): openOutput() openOutputStream returned output 0xad58, SamplingRate 44100, Format 1, Channels c, status 0
V/AudioFlinger( 134): sendConfigEvent() num events 1 event 0, param 0
D/StreamProcess( 134): OutputStreamProcess::ResetAOLC()
V/AudioFlinger( 134): [AudioFlinger::MixerThread::MixerThread] set ALC to enable
V/AudioFlinger( 134): openOutput() created mixer output: ID 1 thread 0x140c8
V/AudioFlinger( 134): setParameters(): io 1, keyvalue routing=2, tid 136, calling tid 134
V/AudioFlinger( 134): ThreadBase::setParameters() routing=2
I/AudioFlinger( 134): AudioFlinger's thread 0x140c8 ready to run
V/AudioFlinger( 134): processConfigEvents() remaining events 1
V/AudioFlinger( 134): PlaybackThread::audioConfigChanged, thread 0x140c8, event 0, param 0
V/AudioFlinger( 134): audioConfigChanged_l() Notifying change to client 0x14070
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:0, audio_devices:2)
D/AudioSystem( 134): initGainTables(), Init GainTableMusicHeadset.
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:0, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:1, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:1, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:2, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:2, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:3, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:3, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:4, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:4, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:5, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:5, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:7, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:7, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:8, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:8, value:1.000000, output:1)
D/AudioSystem( 134): linearToSpecifyHtcVolume(volume:100, streamType:9, audio_devices:2)
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 134): volume after AudioSystem::linearToLog: 1.000000
D/AudioFlinger( 134): AudioFlinger::setStreamVolume(stream:9, value:1.000000, output:1)
V/AudioFlinger( 134): Audio hardware entering standby, mixer 0x140c8, mSuspended 0
D/StreamProcess( 134): OutputStreamProcess::ResetAOLC()
V/AudioFlinger( 134): MixerThread 0x140c8 TID 137 going to sleep
Click to expand...
Click to collapse
the system partition and data and cache partitions are seperate on the phone. Having too much in system should not cause an issue with it creating the dalvik-cache or app space either. It's always possible that deodexing the rom could have messed up the framework-res.apk. Have you edited the boot.img at all? Have you changed the updater-script at all? It look like it can't find or access the data partition. Are you flashing anything to the data partition or just to system?
Conap said:
the system partition and data and cache partitions are seperate on the phone. Having too much in system should not cause an issue with it creating the dalvik-cache or app space either. It's always possible that deodexing the rom could have messed up the framework-res.apk. Have you edited the boot.img at all? Have you changed the updater-script at all? It look like it can't find or access the data partition. Are you flashing anything to the data partition or just to system?
Click to expand...
Click to collapse
This second time, I did get a couple of errors during the process of deodexing /system/framework (I deodexed framework and app separately so I could watch them) that I did not get last night, but they did not appear to be fatal (at least not as far as the kitchen was concerned, but I guess that doesn't say anything about a production environment).
EDIT: Upon some investigation, said errors are stemming from a failure to be able to deodex com.htc.rss.odex.
As far as the boot.img, that would be whatever was output by the kitchen's porting process, I have not explicitly modified it.
The updater-script is unmodified by me, and it is only writing to system.
For what it is worth, I took the effort of noting my process, step by step as I did them this time:
- Ported
- Installed Bash
- Installed Root
- Manually removed unwanted apps
> Current /system/ size on disk: 278MB
- Deodexed /system/app/
> Current /system/ size on disk: 261MB
- Deodexed /system/framework
> Current /system/ size on disk: 239MB
- Packaged and flashed
7he Messiah said:
This second time, I did get a couple of errors during the process of deodexing /system/framework (I deodexed framework and app separately so I could watch them) that I did not get last night, but they did not appear to be fatal (at least not as far as the kitchen was concerned, but I guess that doesn't say anything about a production environment).
As far as the boot.img, that would be whatever was output by the kitchen's porting process, I have not explicitly modified it.
The updater-script is unmodified by me, and it is only writing to system.
For what it is worth, I took the effort of noting my process, step by step as I did them this time:
- Ported
- Installed Bash
- Installed Root
- Manually removed unwanted apps
> Current /system/ size on disk: 278MB
- Deodexed /system/app/
> Current /system/ size on disk: 261MB
- Deodexed /system/framework
> Current /system/ size on disk: 239MB
- Packaged and flashed
Click to expand...
Click to collapse
I would say the problem is probably the deodexing of the framework-res.apk then. You could try booting it without it being deodexed. Any error in that part of the system can cause significant problems even if the deodexing finishes. Even though it finished deodexing it doesn't always mean that it built it correctly.
I will go ahead and give that a try. Thank you!
Well, I guess I'm back to why I deodexed in the first place.. the ROM will not flash properly as it runs out of disk space during the install.
Code:
minzip: Error writing 8192 bytes from zip file from 0xbe96f38c: No space left on device
minzip: Process function elected to fail (in inflate)
minzip: Can't extract entry to file.
minzip: Error extracting "/system/lib/libwebcore.so"
wrote boot partition from /tmp/boot.img
Install from sdcard complete.
~ #
So I guess my question at this point goes back to being, what materials can I look at to determine what I can attempt to remove?
7he Messiah said:
Well, I guess I'm back to why I deodexed in the first place.. the ROM will not flash properly as it runs out of disk space during the install.
Code:
minzip: Error writing 8192 bytes from zip file from 0xbe96f38c: No space left on device
minzip: Process function elected to fail (in inflate)
minzip: Can't extract entry to file.
minzip: Error extracting "/system/lib/libwebcore.so"
wrote boot partition from /tmp/boot.img
Install from sdcard complete.
~ #
So I guess my question at this point goes back to being, what materials can I look at to determine what I can attempt to remove?
Click to expand...
Click to collapse
Silly question: Is your kitchen up to date? I try to update every week or so, just in case.
You can also symlink things from /data to save space. Take a look at a current desire z port, study the structure of the rom, and the update(r)-script. I had to do a lot of that in the Incredible 2 port.
Related
hi there.. my problem is that when i install certain roms and reboot them after the first install my screen is stuck at the white htc screen. the roms that i am trying to flash are ultimate droid and oxygen rc3. i wiped all the things that needed to be wiped from both clockwork and amon-ra
here are some things i noticed:
i am NOT s-off
everytime i open recovery i get a "E:Can't open /cache/recovery/command" when i press vol-up + power but i cal still flash with the update.zip
below is my logcat sorry if it is too long but it keeps repeating when i run my logcat
Code:
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> Booting Oxygen by AdamG <<<<<<
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 185): CheckJNI is OFF
D/dalvikvm( 185): creating instr width table
I/SamplingProfilerIntegration( 185): Profiler is disabled.
I/Zygote ( 185): Preloading classes...
E/Zygote ( 185): setreuid() failed. errno: 30
D/dalvikvm( 185): GC_EXPLICIT freed 47K, 78% free 235K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 1K, 73% free 285K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 22K, 69% free 319K/1024K, external 0K/0K, p
aused 2ms
I/bluetooth_ScoSocket.cpp( 185): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 185): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 185): GC_EXPLICIT freed 17K, 66% free 357K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 25K, 63% free 386K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 20K, 57% free 442K/1024K, external 0K/0K, p
aused 3ms
W/dalvikvm( 185): Exception Ljava/lang/ArithmeticException; thrown while initia
lizing Ljava/util/PropertyPermission;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Ljava/util/Locale;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Landroid/media/ExifInterface;
E/Zygote ( 185): Error preloading android.media.ExifInterface.
E/Zygote ( 185): java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.lang.Class.classForName(Native Method)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.preloadClasses( Zyg
oteInit.java:297)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.main(ZygoteInit .ja
va:564)
E/Zygote ( 185): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.text.SimpleDateFormat.<init>(SimpleDateFormat .ja
va:252)
E/Zygote ( 185): at android.media.ExifInterface.<clinit>(ExifInterface .ja
va:96)
E/Zygote ( 185): ... 6 more
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.util.Locale.<clinit>(Locale.java:214)
E/Zygote ( 185): ... 8 more
E/Zygote ( 185): Caused by: java.lang.ArithmeticException: divide by zero
E/Zygote ( 185): at java.util.PropertyPermission.<clinit>(PropertyPerm iss
ion.java)
E/Zygote ( 185): ... 9 more
E/Zygote ( 185): setreuid() failed. errno: 30
D/AndroidRuntime( 185): Shutting down VM
W/dalvikvm( 185): threadid=1: thread exiting with uncaught exception (group=0x4
0015560)
D/skia ( 185): purging 6K from font cache [1 entries]
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
I/Netd ( 187): Netd 1.0 starting
I/ ( 186): ServiceManager: 0xad50
E/AudioHardwareQSD( 186): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 186): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 186): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 186): read ADIE para from file failed -1
E/HTC Acoustic( 186): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 186): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 186): BT ID table version: PASSION_HTC_20091105
E/HTC Acoustic( 186): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 186): speaker amplifier tpa2018 is not supported
D/AudioHardwareInterface( 186): setMode(NORMAL)
I/AudioHardwareQSD( 186): Set master volume to 1.000000
I/CameraService( 186): CameraService started (pid=186)
I/AudioFlinger( 186): AudioFlinger's thread 0xea18 ready to run
D/AudioFlinger( 186): setParameters(): io 1, keyvalue routing=2, tid 191, calli
ng tid 186
I/AudioHardwareQSD( 186): Routing audio to Speakerphone
D/AudioHardwareQSD( 186): Switching audio device to
D/AudioHardwareQSD( 186): Speakerphone
D/AudioHardwareQSD( 186): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 186): voice volume 0.000000 (range is 0 to 0)
D/AudioHardwareQSD( 186): Setting in-call volume to 100
hope to hear from everyone soon, thanks!
you are flashing a custom rom through stock recovery? how is that possible? you need a custom recovery to do that. try flashing one using unrevoked. and a few more details about roms that works and radio+hboot could be handy.
ryanpaul said:
hi there.. my problem is that when i install certain roms and reboot them after the first install my screen is stuck at the white htc screen. the roms that i am trying to flash are ultimate droid and oxygen rc3. i wiped all the things that needed to be wiped from both clockwork and amon-ra
here are some things i noticed:
i am NOT s-off
everytime i open recovery i get a "E:Can't open /cache/recovery/command" when i press vol-up + power but i cal still flash with the update.zip
below is my logcat sorry if it is too long but it keeps repeating when i run my logcat
Code:
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> Booting Oxygen by AdamG <<<<<<
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 185): CheckJNI is OFF
D/dalvikvm( 185): creating instr width table
I/SamplingProfilerIntegration( 185): Profiler is disabled.
I/Zygote ( 185): Preloading classes...
E/Zygote ( 185): setreuid() failed. errno: 30
D/dalvikvm( 185): GC_EXPLICIT freed 47K, 78% free 235K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 1K, 73% free 285K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 22K, 69% free 319K/1024K, external 0K/0K, p
aused 2ms
I/bluetooth_ScoSocket.cpp( 185): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 185): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 185): GC_EXPLICIT freed 17K, 66% free 357K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 25K, 63% free 386K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 20K, 57% free 442K/1024K, external 0K/0K, p
aused 3ms
W/dalvikvm( 185): Exception Ljava/lang/ArithmeticException; thrown while initia
lizing Ljava/util/PropertyPermission;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Ljava/util/Locale;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Landroid/media/ExifInterface;
E/Zygote ( 185): Error preloading android.media.ExifInterface.
E/Zygote ( 185): java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.lang.Class.classForName(Native Method)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.preloadClasses( Zyg
oteInit.java:297)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.main(ZygoteInit .ja
va:564)
E/Zygote ( 185): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.text.SimpleDateFormat.<init>(SimpleDateFormat .ja
va:252)
E/Zygote ( 185): at android.media.ExifInterface.<clinit>(ExifInterface .ja
va:96)
E/Zygote ( 185): ... 6 more
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.util.Locale.<clinit>(Locale.java:214)
E/Zygote ( 185): ... 8 more
E/Zygote ( 185): Caused by: java.lang.ArithmeticException: divide by zero
E/Zygote ( 185): at java.util.PropertyPermission.<clinit>(PropertyPerm iss
ion.java)
E/Zygote ( 185): ... 9 more
E/Zygote ( 185): setreuid() failed. errno: 30
D/AndroidRuntime( 185): Shutting down VM
W/dalvikvm( 185): threadid=1: thread exiting with uncaught exception (group=0x4
0015560)
D/skia ( 185): purging 6K from font cache [1 entries]
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
I/Netd ( 187): Netd 1.0 starting
I/ ( 186): ServiceManager: 0xad50
E/AudioHardwareQSD( 186): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 186): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 186): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 186): read ADIE para from file failed -1
E/HTC Acoustic( 186): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 186): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 186): BT ID table version: PASSION_HTC_20091105
E/HTC Acoustic( 186): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 186): speaker amplifier tpa2018 is not supported
D/AudioHardwareInterface( 186): setMode(NORMAL)
I/AudioHardwareQSD( 186): Set master volume to 1.000000
I/CameraService( 186): CameraService started (pid=186)
I/AudioFlinger( 186): AudioFlinger's thread 0xea18 ready to run
D/AudioFlinger( 186): setParameters(): io 1, keyvalue routing=2, tid 191, calli
ng tid 186
I/AudioHardwareQSD( 186): Routing audio to Speakerphone
D/AudioHardwareQSD( 186): Switching audio device to
D/AudioHardwareQSD( 186): Speakerphone
D/AudioHardwareQSD( 186): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 186): voice volume 0.000000 (range is 0 to 0)
D/AudioHardwareQSD( 186): Setting in-call volume to 100
hope to hear from everyone soon, thanks!
Click to expand...
Click to collapse
update: solved the problem had to do an s-off and flash the recovery-clockwork-2.5.0.7-bravo file.. thanks anyway
Does anyone else have problems running this game? I picked it up in a sale and decided to install yesterday. Crashed on AOKP. Flashed a new rom today (BB) and it still doesn't work.
Is it just me?
its working for me here
AOKP Milestone 4, franco.kernel nightly r98
Yup working fine for me too..running cm9 nightly and fauxs kernel. Also tested with stock and 007 kernel.
Sent from my Galaxy Nexus using Tapatalk
Thanks for the replies. Well this is really strange. I tried uninstalling and reinstalling/downloading data but same result..
Any ideas what could be causing it?
Maybe someone with more knowledge than me could tell what the problem is from this logcat?
Code:
I/ActivityManager( 184): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 419
D/dalvikvm( 184): GC_FOR_ALLOC freed 1739K, 17% free 23580K/28295K, paused 74ms
I/ActivityManager( 184): Start proc com.gameloft.android.ANMP.GloftM3HM for activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM: pid=17252 uid=10132 gids={1015, 1023, 3003}
I/dalvikvm(17252): Turning on JNI app bug workarounds for target SDK version 7...
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.32}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 419): Flushing caches (mode 0)
I/ActivityManager( 184): START {flg=0x24020000 cmp=com.gameloft.android.ANMP.GloftM3HM/.installer.GameInstaller} from pid 17252
D/dalvikvm( 184): GC_FOR_ALLOC freed 878K, 19% free 22957K/28295K, paused 89ms
D/PushN (17252): [InstallerInit]
D/PushN (17252): [InstallerOnCreate]
D/dalvikvm(17252): GC_CONCURRENT freed 296K, 4% free 12733K/13255K, paused 3ms+2ms
V/PhoneStatusBar( 269): setLightsOn(true)
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/.installer.GameInstaller: +247ms (total +840ms)
D/dalvikvm(17252): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so 0x416a2c10
D/dalvikvm(17252): Added shared lib /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so 0x416a2c10
D/dalvikvm(17252): GC_FOR_ALLOC freed 200K, 4% free 12809K/13255K, paused 25ms
I/dalvikvm-heap(17252): Grow heap (frag case) to 12.934MB for 279056-byte allocation
D/dalvikvm(17252): GC_FOR_ALLOC freed <1K, 4% free 13081K/13575K, paused 14ms
W/dalvikvm(17252): JNI WARNING: DeleteLocalRef(0x1d300226) failed to find entry
D/DhcpInfoInternal( 184): makeLinkProperties with empty dns2!
D/DhcpInfoInternal( 184): makeLinkProperties with empty dns2!
D/OpenGLRenderer( 419): Flushing caches (mode 1)
W/InputManagerService( 184): Starting input on non-focused client [email protected] (uid=10028 pid=419)
I/LicenseChecker(17252): Using cached license response
I/ActivityManager( 184): START {cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 17252
D/OpenGLRenderer( 419): Flushing caches (mode 0)
W/InputManagerService( 184): Window already focused, ignoring focus gain of: [email protected]
D/NVThread(17252): AttachCurrentThread: 0, 0x0xfb82c0
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper( 419): beginBatchEdit on inactive InputConnection
D/dalvikvm(17252): GC_FOR_ALLOC freed 180K, 4% free 13138K/13575K, paused 33ms
W/IInputConnectionWrapper( 419): endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper( 419): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 419): endBatchEdit on inactive InputConnection
I/dalvikvm-heap(17252): Grow heap (frag case) to 14.152MB for 1218256-byte allocation
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
D/dalvikvm(17252): GC_FOR_ALLOC freed 2K, 4% free 14325K/14791K, paused 18ms
W/IInputConnectionWrapper( 419): showStatusIcon on inactive InputConnection
D/dalvikvm(17252): GC_CONCURRENT freed 0K, 4% free 14327K/14791K, paused 2ms+4ms
D/dalvikvm(17252): GC_FOR_ALLOC freed 0K, 4% free 14327K/14791K, paused 13ms
I/dalvikvm-heap(17252): Grow heap (frag case) to 18.798MB for 4872976-byte allocation
D/dalvikvm(17252): GC_FOR_ALLOC freed 0K, 3% free 19086K/19591K, paused 11ms
D/dalvikvm(17252): GC_CONCURRENT freed 0K, 3% free 19086K/19591K, paused 2ms+2ms
I/ActivityManager( 184): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.billing.iab.MarketBillingService: pid=17303 uid=10043 gids={3003, 1015, 1023}
I/ActivityManager( 184): START {cmp=com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView (has extras)} from pid 17252
D/PushN (17252): [Init]
D/PushN (17252): [LocalPushManager]
I/APushNotification(17252): APushNotification.cpp: 246
D/PushN (17252): [SetOfflineDeviceCredential]
D/PushN (17252): Retrive value for service: auth
D/PushN (17252): Url: [http://vgold.gameloft.com:20000/locate?service=auth]
I/ActivityThread(17303): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/PushN (17252): Service Url: [gold20.gameloft.com:44466]
D/PushN (17252): Url: [https://gold20.gameloft.com:44466/authorize?client_id=1275:51078:110:android&username=android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850&password=android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850&credential_type=android&scope=message&access_token_only=true]
D/dalvikvm(17303): GC_CONCURRENT freed 212K, 4% free 12844K/13255K, paused 12ms+2ms
W/ActivityManager( 184): Activity pause timeout for ActivityRecord{419dc0a8 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}
D/dalvikvm(17303): GC_CONCURRENT freed 252K, 4% free 13035K/13511K, paused 2ms+1ms
D/dalvikvm( 184): GC_EXPLICIT freed 621K, 19% free 22942K/28295K, paused 2ms+7ms
D/Finsky (17303): [1] SanityChecker.run: # LocalAssets corrected : 0
D/Finsky (17303): Sanity check took : 240 ms
D/Finsky (17303): [860] DownloadRecords.initializeAndPrune: Pruned 0 old downloads from the cursor.
D/PushN (17252): JanusToken: [f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2]
D/PushN (17252): [setOfflineUserCredential]
D/PushN (17252): Retrive value for service: message
D/PushN (17252): Url: [http://vgold.gameloft.com:20000/locate?service=message]
D/PushN (17252): Service Url: [gold08.gameloft.com:36943]
D/PushN (17252): Url: [https://gold08.gameloft.com:36943/transports/c2dm/endpoints/APA91bGZj5fyV_GsHFgJ_BsbtQ61iVpj9ivnE1V1Bc6hk-DukWl-bxGOWtjP6sjw-bbF8i7-F6HCkd6gbXuDuVuKmeJscDrWP-xFYQzuodjdKhYZ0940An3xlcgtoLe2OsfXFK6k-bI3abXRBsG0JozK0s9HlL8RGx3Hoe9U73lmGolDD4zSKR4]
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/PushN (17252): query: [access_token=f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2&locale=en_GB&replace_label=358350040275726]
D/PushN (17252): Response Code: [200]
D/PushN (17252): Response Message; [OK]
D/PushN (17252): [RandomUserID]: android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850
D/PushN (17252): [RandomUserToken]: f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2
D/PushN (17252): [replace_label]: 358350040275726
I/InputConnectionWrapper.ICC(12462): Got out-of-sequence callback 2035 (expected 2036) in setExtractedText, ignoring.
D/PushN (17252): [VideoOnCreate]
D/Finsky (17303): [844] MarketBillingService.getPreferredAccount: com.gameloft.android.ANMP.GloftM3HM: Account determined from asset owner.
V/PhoneStatusBar( 269): setLightsOn(true)
I/AwesomePlayer( 119): setDataSource_l('/mnt/sdcard/Android/data/com.gameloft.android.ANMP.GloftM3HM/files/video/LOGO_Gameloft_320x480.mp4')
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM: +2s908ms
I/SampleTable( 119): There are reordered frames present.
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView: +1s977ms
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] AVC profile = 77 (Main), level = 21
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 480 x 264
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (0, 0)
D/MediaPlayer(17252): getMetadata
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 640 x 368
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (0, 0)
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 640 x 368
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (32, 24)
W/TimedEventQueue( 119): Event 1021 was not found in the queue, already cancelled?
W/AudioFlinger( 119): session id 483 not found for pid 17252
I/ActivityManager( 184): START {flg=0x10000 cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 17252
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.33}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.34}
D/libEGL (17252): loaded /system/lib/egl/libGLES_android.so
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/libEGL (17252): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL (17252): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL (17252): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/NVThread(17252): AttachCurrentThread: 0, 0x0x11a0528
W/dxd (17252): isSwitchRollToYaw
W/dalvikvm(17252): threadid=13: thread exiting with uncaught exception (group=0x40a331f8)
E/AndroidRuntime(17252): FATAL EXCEPTION: GLThread 853
E/AndroidRuntime(17252): java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method)
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl.eglCreateWindowSurface(EGLImpl.java:90)
E/AndroidRuntime(17252): at com.gameloft.glf.t.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$EglHelperICS.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.j(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.run(Unknown Source)
W/ActivityManager( 184): Force finishing activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM
F/libc (17252): Fatal signal 11 (SIGSEGV) at 0x0000004a (code=1)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.35}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 9041): Build fingerprint: 'google/yakju/maguro:4.0.2/ICL53F/235179:user/release-keys'
I/DEBUG ( 9041): pid: 17252, tid: 17252 >>> com.gameloft.android.ANMP.GloftM3HM <<<
I/DEBUG ( 9041): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000004a
I/DEBUG ( 9041): r0 00000000 r1 00017dc6 r2 00017dc7 r3 00000000
I/DEBUG ( 9041): r4 5c7a7ab0 r5 5fc3b008 r6 00000910 r7 56c39cc8
I/DEBUG ( 9041): r8 bed416d0 r9 56c39cc0 10 00000008 fp bed416e4
I/DEBUG ( 9041): ip 5c11baa4 sp bed416b8 lr 4080cbf4 pc 5c048e8c cpsr 60000010
I/DEBUG ( 9041): d0 c13ae04b5c66e918 d1 7cac083100000000
I/DEBUG ( 9041): d2 010f26b0400a0f65 d3 011a6140011550dc
I/DEBUG ( 9041): d4 01117e40bed41640 d5 bed4168400000017
I/DEBUG ( 9041): d6 00000017400a96c3 d7 bed4166801117e30
I/DEBUG ( 9041): d8 3d9bbbd700000002 d9 3e2efea8be44d029
I/DEBUG ( 9041): d10 42c072dfc11cf34f d11 000000003d2efea8
I/DEBUG ( 9041): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 9041): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 9041): d16 c1da290191f43958 d17 3f50624dd2f1a9fc
I/DEBUG ( 9041): d18 41b5230378000000 d19 3fef730bd281f69b
I/DEBUG ( 9041): d20 bfc999b64df0f0ef d21 3fc2493c0e46d466
I/DEBUG ( 9041): d22 bfbc71eebc37b5b7 d23 3fb745f02fed4593
I/DEBUG ( 9041): d24 bfb3b110d383b713 d25 3fb10d8057aa7031
I/DEBUG ( 9041): d26 bfadde5312bddff2 d27 3fa97b5bf8a067af
I/DEBUG ( 9041): d28 bfa2b4442c6a6c2f d29 004a004a004a004a
I/DEBUG ( 9041): d30 0000000000000000 d31 3ff0000000000000
I/DEBUG ( 9041): scr 80000012
I/DEBUG ( 9041):
W/ActivityManager( 184): Activity pause timeout for ActivityRecord{419dc0a8 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.36}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): #00 pc 0015ce8c /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so
I/DEBUG ( 9041): #01 pc 0001ebf0 /system/lib/libdvm.so (dvmPlatformInvoke)
I/DEBUG ( 9041): #02 pc 00058eac /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 9041):
I/DEBUG ( 9041): code around pc:
I/DEBUG ( 9041): 5c048e6c e8bd81f0 edd27ab1 eef57ac0 eef1fa10 .....z...z......
I/DEBUG ( 9041): 5c048e7c 9affffd2 e3500000 e3a07000 1affffd2 ......P..p......
I/DEBUG ( 9041): 5c048e8c e5d3204a e3520000 0affffdb e5933050 J ....R.....P0..
I/DEBUG ( 9041): 5c048e9c e3530000 1affffd8 e59f309c e3e02001 ..S......0... ..
I/DEBUG ( 9041): 5c048eac e59f1098 e7943003 e08f1001 e5930000 .....0..........
I/DEBUG ( 9041):
I/DEBUG ( 9041): code around lr:
I/DEBUG ( 9041): 4080cbd4 3497c004 3488c004 3afffff9 e2888004 ...4...4...:....
I/DEBUG ( 9041): 4080cbe4 eafffff9 e899000c e59bc00c e12fff3c ............<./.
I/DEBUG ( 9041): 4080cbf4 e3560000 159bc010 e24bd014 188c0003 ..V.......K.....
I/DEBUG ( 9041): 4080cc04 e8bd8bc0 e1a0ce22 e59b6008 e2866001 ...."....`...`..
I/DEBUG ( 9041): 4080cc14 e3a02000 e4d6c001 e35c0000 0a000007 . ........\.....
I/DEBUG ( 9041):
I/DEBUG ( 9041): stack:
I/DEBUG ( 9041): bed41678 00000637
I/DEBUG ( 9041): bed4167c bed416d0 [stack]
I/DEBUG ( 9041): bed41680 56c39dfc
I/DEBUG ( 9041): bed41684 00000008
I/DEBUG ( 9041): bed41688 bed416e4 [stack]
I/DEBUG ( 9041): bed4168c 4001e470 /system/lib/libc.so
I/DEBUG ( 9041): bed41690 56c95510 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 9041): bed41694 00fbb828 [heap]
I/DEBUG ( 9041): bed41698 00000003
I/DEBUG ( 9041): bed4169c 56c39e04
I/DEBUG ( 9041): bed416a0 bed416d0 [stack]
I/DEBUG ( 9041): bed416a4 4001e3a0 /system/lib/libc.so
I/DEBUG ( 9041): bed416a8 bed416b0 [stack]
I/DEBUG ( 9041): bed416ac 400a7b63 /system/lib/libutils.so
I/DEBUG ( 9041): bed416b0 df0027ad
I/DEBUG ( 9041): bed416b4 00000000
I/DEBUG ( 9041): #00 bed416b8 56ee2468 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 9041): bed416bc 00fbb828 [heap]
I/DEBUG ( 9041): bed416c0 00000000
I/DEBUG ( 9041): bed416c4 56c39cc8
I/DEBUG ( 9041): bed416c8 bed416d0 [stack]
I/DEBUG ( 9041): bed416cc 4080cbf4 /system/lib/libdvm.so
I/DEBUG ( 9041): #01 bed416d0 56c39cc0
I/DEBUG ( 9041): bed416d4 00000001
I/DEBUG ( 9041): bed416d8 416add40 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 9041): bed416dc 00fbb838 [heap]
I/DEBUG ( 9041): bed416e0 41dc1598 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 9041): bed416e4 40846eaf /system/lib/libdvm.so
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/dalvikvm( 184): GC_EXPLICIT freed 761K, 19% free 22993K/28295K, paused 2ms+7ms
I/ActivityManager( 184): Process com.gameloft.android.ANMP.GloftM3HM (pid 17252) has died.
I/WindowManager( 184): WIN DEATH: Window{41c8af80 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/InputDispatcher( 184): channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 184): channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)' ~ Channel is unrecoverably broken and will be disposed!
D/Zygote ( 117): Process 17252 terminated by signal (11)
W/InputDispatcher( 184): Attempted to unregister already unregistered input channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)'
I/WindowManager( 184): WIN DEATH: Window{41b88720 com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView paused=false}
W/ActivityManager( 184): Force removing ActivityRecord{41a65688 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}: app died, no saved state
W/WindowManager( 184): Force-removing child win Window{41c0b808 SurfaceView paused=false} from container Window{41b88720 com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView paused=false}
I/WindowManager( 184): WIN DEATH: Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Force-removing child win Window{41bbcf68 SurfaceView paused=false} from container Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Failed looking up window
W/WindowManager( 184): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 184): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 184): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 184): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 184): WIN DEATH: null
I/WindowManager( 184): WINDOW DIED Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Failed looking up window
W/WindowManager( 184): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 184): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 184): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 184): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 184): WIN DEATH: null
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.37}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/dalvikvm( 269): GC_CONCURRENT freed 539K, 39% free 14790K/23879K, paused 1ms+12ms
W/InputManagerService( 184): Got RemoteException sending setActive(false) notification to pid 17252 uid 10132
D/dalvikvm( 184): GC_EXPLICIT freed 353K, 20% free 22715K/28295K, paused 6ms+5ms
Mine wouldn't run on Bugless Beast ROM after the last game update, but it works now after flashing back to stock 4.0.2.
Sent from my Galaxy Nexus using Tapatalk
toggle force GPU rendering in developer options in settings.
case0 said:
Thanks for the replies. Well this is really strange. I tried uninstalling and reinstalling/downloading data but same result..
Any ideas what could be causing it?
Maybe someone with more knowledge than me could tell what the problem is from this logcat?
D/NVThread(17252): AttachCurrentThread: 0, 0x0x11a0528
W/dxd (17252): isSwitchRollToYaw
W/dalvikvm(17252): threadid=13: thread exiting with uncaught exception (group=0x40a331f8)
E/AndroidRuntime(17252): FATAL EXCEPTION: GLThread 853
E/AndroidRuntime(17252): java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method)
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl.eglCreateWindowSurface(EGLImpl.java:90)
E/AndroidRuntime(17252): at com.gameloft.glf.t.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$EglHelperICS.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.j(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.run(Unknown Source)
W/ActivityManager( 184): Force finishing activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM
F/libc (17252): Fatal signal 11 (SIGSEGV) at 0x0000004a (code=1)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.35}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): *** *** *** *** *** *** *** *** *** *** *** *** *** ***
[/CODE]
Click to expand...
Click to collapse
I'm not totally sure what the cause is behind the fatal error, but I parsed out the section of logcat where this happens. If you look at the log section above you'll see where it says FATAL EXCEPTION that it appears to be coming from the openGL thread complaining about an illegal argument being passed to the
com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method) method. I'm not surely why it's happening but this is the nature of the error. Sorry I couldn't be of more assistance.
Sent from my Galaxy Nexus using xda premium
I had a reboot of the phone when i close the game :'( Sorry for my bad english
I thought I was the only with that bug... I'm on AOKP M4 with Franco's kernel M2 and 2 of 3 times game suddenly stop
I've never had any fc's ( on apex/lean ) only problem I get is a bit of slowdown on the aerial stage.
Haven't played since the update and when I start now it says it wants to download the data again (750mb!!) - what's that all about?! Will it lose my game status and saves?
works perfectly with foxhound black edition 0.2 + imoseyon kernel @ 1200
For those who doesn't experience crash, are you using the latest update?
jairmoreno said:
For those who doesn't experience crash, are you using the latest update?
Click to expand...
Click to collapse
Yes, I and for what it's worth, it only asked me to download about 4mb of data after "verifying" my files for several minutes.
Unfortunately, the multitouch bug on the GN makes game unplayable.
Sent from my HP Touchpad running ICS
Right, I've ran the update it wanted me to again, downloaded 761mb of data and now when I start the game I get about 5 seconds of the titles then it fc's on me!! Wtf is going on? - the update has stopped the game working!! Anyone else had this?
Edit: just cleared the cache and its working now but lost all my saved games...... dammit!
daz.g said:
Right, I've ran the update it wanted me to again, downloaded 761mb of data and now when I start the game I get about 5 seconds of the titles then it fc's on me!! Wtf is going on? - the update has stopped the game working!! Anyone else had this?
Click to expand...
Click to collapse
I got the exact same problem. I emailed the devs about it but they haven't replied yet..
Sent from my Galaxy Nexus using xda premium
Same problem here..
Have you guys tried going into apps and clearing the cache? It worked for me just lost my save games....
try loading the game with wifi turned OFF once its loaded to the main screen turn wifi on and it work, youll be able to close and open it again until you reboot then youll have to turn wifi off again and so on
daz.g said:
Have you guys tried going into apps and clearing the cache? It worked for me just lost my save games....
Click to expand...
Click to collapse
Tried it. It does not work.
nonione said:
try loading the game with wifi turned OFF once its loaded to the main screen turn wifi on and it work, youll be able to close and open it again until you reboot then youll have to turn wifi off again and so on
Click to expand...
Click to collapse
I never use wifi.
Sent from my Galaxy Nexus using xda premium
No problem with the game so far. Maybe if I play it more I will see something wrong. Although I'm rooted/unlocked I'm using stock 4.02
Sent from my Galaxy Nexus using xda premium
Seeing this problem with GTasks and SNESDroid. Hoping someone can shed some light on this. It seems like if I open the physical keyboard while either of these apps are loading a new activity,
One of two things happen:
1. The whole device straight up hangs. I still get tactile feedback and the keyboard light responds, but the display is hung and the only way to get the device back into a usable state is to hold power until the device resets. logcat doesn't show any kind of trouble until I try to leave the activity that hung the phone. Then I get this:
Code:
D/InputReader( 186): Input event: value=1
I/PowerManagerService( 186): Ulight 3->11|0
D/RestrictionPolicy( 186): updateHomeKeyPolicySet():mHomekeyPolicySet:0
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
D/InputReader( 186): Input event: value=0
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
I/ClipboardServiceEx( 186): mCBPickerDialog enter case. MSG_DISMISS_DIALOG
D/VoIPInterfaceManager( 186): isVoIPRinging()...
D/VoIPInterfaceManager( 186): Not exist call session
W/InputManagerService( 186): onReceive() calling hidecurrentInputLocked
I/AxT9IME ( 400): AxT9IME.onReceive:Closing add word popup
I/power ( 186): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
I/ActivityManager( 186): START {intent.toShortString} from pid 186
D/PowerManagerService( 186): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 186 tag : ActivityManager
W/ActivityManager( 186): mDVFSLock.acquire()
D/AndroidRuntime( 1500): Shutting down VM
W/dalvikvm( 1500): threadid=1: thread exiting with uncaught exception (group=0x40c3c1f8)
W/System.err( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
W/System.err( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
W/System.err( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
W/System.err( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
W/System.err( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1500): at android.os.Looper.loop(Looper.java:137)
W/System.err( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 1500): at dalvik.system.NativeStart.main(Native Method)
W/System.err( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
W/System.err( 1500): at java.util.ArrayList.get(ArrayList.java:304)
W/System.err( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
W/System.err( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
W/System.err( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
W/System.err( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
W/System.err( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
W/System.err( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
W/System.err( 1500): at android.app.Activity.performPause(Activity.java:4568)
W/System.err( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
W/System.err( 1500): ... 12 more
D/FlurryAgent( 1500): Error logged: uncaught
D/FlurryAgent( 1500): Ending session
W/System.err( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
W/System.err( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
W/System.err( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
W/InputManagerService( 186): Unexpected intent Intent { act=android.sec.intent.action.CLICKED_HOMEKEY flg=0x10 }
W/System.err( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
W/System.err( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1500): at android.os.Looper.loop(Looper.java:137)
W/System.err( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 1500): at dalvik.system.NativeStart.main(Native Method)
W/System.err( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
W/System.err( 1500): at java.util.ArrayList.get(ArrayList.java:304)
W/System.err( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
W/System.err( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
W/System.err( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
W/System.err( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
W/System.err( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
W/System.err( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
W/System.err( 1500): at android.app.Activity.performPause(Activity.java:4568)
W/System.err( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
W/System.err( 1500): ... 12 more
D/FlurryAgent( 1500): Error logged: uncaught
E/AndroidRuntime( 1500): FATAL EXCEPTION: main
E/AndroidRuntime( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
E/AndroidRuntime( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
E/AndroidRuntime( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
E/AndroidRuntime( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
E/AndroidRuntime( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1500): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
E/AndroidRuntime( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
E/AndroidRuntime( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
E/AndroidRuntime( 1500): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
E/AndroidRuntime( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
E/AndroidRuntime( 1500): at java.util.ArrayList.get(ArrayList.java:304)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
E/AndroidRuntime( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
E/AndroidRuntime( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
E/AndroidRuntime( 1500): at android.app.Activity.performPause(Activity.java:4568)
E/AndroidRuntime( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
E/AndroidRuntime( 1500): ... 12 more
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error
I/dumpstate( 2147): [email protected] begin
W/ActivityManager( 186): Activity pause timeout for r
Afterwards, this loops every 10-15 seconds:
Code:
D/AndroidRuntime( 2157):
D/AndroidRuntime( 2157): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2157): CheckJNI is OFF
D/AndroidRuntime( 2157): setted country_code = USA
D/AndroidRuntime( 2157): setted sales_code = ATT
D/AndroidRuntime( 2157): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2157): register_android_app_LibQmg
D/AndroidRuntime( 2157): Calling main entry com.android.commands.am.Am
Which occasionally includes:
Code:
I/Watchdog_N( 186): dumpKernelStacks
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_sys_watchdog
E/Watchdog( 186): WATCHDOG caused by null
I/dumpstate( 2258): [email protected] begin
I flooded the postlength. Hold on!
2. I get a few seconds of hang, two notices of "shell has been granted SuperUser permission" and booted back to the home screen. (This freaks me out more -- what is calling busybox, WHY, and why is it su'ing? What the HELL is it doing?) Logcat absolutely FLOODS:
Code:
I/dalvikvm( 187): Jit: resizing JitTable from 8192 to 16384
I/DEBUG ( 2369): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2369): Build fingerprint: 'samsung/SGH-I927/SGH-I927:4.0.4/IMM76D/UCLG9:user/release-keys'
I/DEBUG ( 2369): pid: 2376, tid: 2376 >>> ca.halsafar.snesdroid <<<
I/DEBUG ( 2369): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 2369): r0 00770ed6 r1 00000000 r2 00001482 r3 00000000
I/DEBUG ( 2369): r4 400a3914 r5 00000002 r6 00000000 r7 be99d0b8
I/DEBUG ( 2369): r8 00010000 r9 be99d0a4 10 00001482 fp be9ae518
I/DEBUG ( 2369): ip 00000010 sp be99d048 lr 00000010 pc 40068d18 cpsr 20000010
I/DEBUG ( 2369): d0 0000009843184000 d1 0000000043184000
I/DEBUG ( 2369): d2 0000000000000000 d3 3ff0000000000000
I/DEBUG ( 2369): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2369): d6 0000000000000000 d7 3fc0000000000000
I/DEBUG ( 2369): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2369): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2369): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2369): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2369): scr 60000010
I/DEBUG ( 2369):
I/DEBUG ( 2369): #00 pc 0000dd18 /system/lib/libc.so (memcpy)
I/DEBUG ( 2369): #01 pc 0001b50e /system/lib/libc.so
I/DEBUG ( 2369): #02 pc 0001b6b6 /system/lib/libc.so (fwrite)
I/DEBUG ( 2369):
I/DEBUG ( 2369): code around pc:
I/DEBUG ( 2369): 40068cf8 e12fff1e e3520004 3a00007b e88d0fe0 ../...R.{..:....
I/DEBUG ( 2369): 40068d08 e2605000 e2055003 e1a0c185 e26ce020 .P`..P...... .l.
I/DEBUG ( 2369): 40068d18 e4913004 e2422004 e1b05f85 44c03001 .0... B.._...0.D
I/DEBUG ( 2369): 40068d28 41a03423 24c03001 21a03423 24c03001 #4.A.0.$#4.!.0.$
I/DEBUG ( 2369): 40068d38 21a03423 e3520004 3a000064 e310001c #4.!..R.d..:....
I/DEBUG ( 2369):
I/DEBUG ( 2369): code around lr:
I/DEBUG ( 2369): 00000000 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000010 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000020 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000030 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000040 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369):
I/DEBUG ( 2369): stack:
I/DEBUG ( 2369): be99d008 005eb448 [heap]
I/DEBUG ( 2369): be99d00c 36000080
I/DEBUG ( 2369): be99d010 36333535
I/DEBUG ( 2369): be99d014 f29e028a
I/DEBUG ( 2369): be99d018 00000098
I/DEBUG ( 2369): be99d01c 00000000
I/DEBUG ( 2369): be99d020 00000000
I/DEBUG ( 2369): be99d024 00000000
I/DEBUG ( 2369): be99d028 00000000
I/DEBUG ( 2369): be99d02c 00000000
I/DEBUG ( 2369): be99d030 400a3914
I/DEBUG ( 2369): be99d034 be99d0d4 [stack]
I/DEBUG ( 2369): be99d038 00000000
I/DEBUG ( 2369): be99d03c 4b3f76cc /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d040 df0027ad
I/DEBUG ( 2369): be99d044 00000000
I/DEBUG ( 2369): #00 be99d048 00010000
I/DEBUG ( 2369): be99d04c 00000000
I/DEBUG ( 2369): be99d050 be99d0b8 [stack]
I/DEBUG ( 2369): be99d054 00010000
I/DEBUG ( 2369): be99d058 be99d0a4 [stack]
I/DEBUG ( 2369): be99d05c 00001482
I/DEBUG ( 2369): be99d060 be9ae518 [stack]
I/DEBUG ( 2369): be99d064 00770ed6 [heap]
I/DEBUG ( 2369): be99d068 400a3914
I/DEBUG ( 2369): be99d06c 40076511 /system/lib/libc.so
I/DEBUG ( 2369): #01 be99d070 400a3914
I/DEBUG ( 2369): be99d074 be99d0a4 [stack]
I/DEBUG ( 2369): be99d078 00000001
I/DEBUG ( 2369): be99d07c 00000001
I/DEBUG ( 2369): be99d080 00010000
I/DEBUG ( 2369): be99d084 00010000
I/DEBUG ( 2369): be99d088 400a3914
I/DEBUG ( 2369): be99d08c 4b3f76cc /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d090 4b3ff6ac /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d094 4b44b8f8
I/DEBUG ( 2369): be99d098 be9ae518 [stack]
I/DEBUG ( 2369): be99d09c 400766bb /system/lib/libc.so
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/PowerManagerService( 187): Light Animator Finished curIntValue=60
D/PowerManagerService( 187): mIsLockZone = false
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/DEBUG ( 2369): [email protected] -k -t -n -z -d -o /data/log/dumpstate_app_native -m 2376
I/BootReceiver( 187): Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE)
I/dumpstate( 2409): [email protected] begin
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 4 level=4
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
W/WindowManager( 187): App freeze timeout expired.
W/WindowManager( 187): Force clearing freeze: AppWindowToken{421a1960 token=Token{41e5ff30 ActivityRecord{41936d18 ca.halsafar.snesdroid/.MainActivity}}}
D/PowerManagerService( 187): lightSensorChangedLocked 10
D/PowerManagerService( 187): lcdValue 18
D/PowerManagerService( 187): buttonValue 255
D/PowerManagerService( 187): keyboardValue 0
I/PowerManagerService( 187): Light Animator Finished curIntValue=18
W/PowerManagerService( 187): Timer 0x15->0x3|0x0
I/PowerManagerService( 187): Ulight 15->3|0
D/PowerManagerService( 187): setLightBrightness : mButtonLight : 0
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2419):
D/AndroidRuntime( 2419): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2419): CheckJNI is OFF
D/AndroidRuntime( 2419): setted country_code = USA
D/AndroidRuntime( 2419): setted sales_code = ATT
D/AndroidRuntime( 2419): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2419): register_android_app_LibQmg
W/WindowManager( 187): Window freeze timeout expired.
D/AndroidRuntime( 2419): Calling main entry com.android.commands.am.Am
I/SurfaceFlinger( 108): id=57(37) createSurface (1600x480),-1 flag=20000
W/WindowManager( 187): Force clearing orientation change: w
I/SurfaceFlinger( 108): id=58(38) createSurface (800x960),-1 flag=20000
I/SurfaceFlinger( 108): id=59(39) createSurface (1600x480),-1 flag=20000
D/AndroidRuntime( 2419): Shutting down VM
I/SurfaceFlinger( 108): id=60(40) createSurface (800x960),-1 flag=20000
D/dalvikvm( 2419): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+1ms
I/AndroidRuntime( 2419): NOTE: attach of thread 'Binder Thread #3' failed
I/SurfaceFlinger( 108): id=61(4) createSurface 0x194a154 (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=367
D/su ( 2417): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh netcfg
D/AndroidRuntime( 2433):
D/AndroidRuntime( 2433): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2433): CheckJNI is OFF
D/AndroidRuntime( 2433): setted country_code = USA
D/AndroidRuntime( 2433): setted sales_code = ATT
D/AndroidRuntime( 2433): found sales_code tag = <ATT>, </ATT>
I/SurfaceFlinger( 108): id=56 Removed idx=9 Map Size=5
I/SurfaceFlinger( 108): id=56 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=57 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=57 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=58 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=58 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=59 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=59 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=60 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=60 Removed idx=-2 Map Size=5
V/WindowManager( 187): rotationForOrientationLw(orient=-1, last=1); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
D/LibQmg_native( 2433): register_android_app_LibQmg
D/AndroidRuntime( 2433): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2433): Shutting down VM
D/dalvikvm( 2433): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+0ms
D/su ( 2431): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh cat /proc/net/xt_qtaguid/stats
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2453):
D/AndroidRuntime( 2453): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2453): CheckJNI is OFF
D/AndroidRuntime( 2453): setted country_code = USA
D/AndroidRuntime( 2453): setted sales_code = ATT
D/AndroidRuntime( 2453): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2453): register_android_app_LibQmg
D/AndroidRuntime( 2453): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2453): Shutting down VM
D/dalvikvm( 2453): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
I/AndroidRuntime( 2453): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 187): GC_CONCURRENT freed 1720K, 34% free 16090K/24327K, paused 3ms+7ms
D/dalvikvm( 187): GC_EXPLICIT freed 75K, 35% free 16023K/24327K, paused 3ms+7ms
D/su ( 2451): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh iptables -L -nvx
D/AndroidRuntime( 2467):
D/AndroidRuntime( 2467): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2467): CheckJNI is OFF
D/AndroidRuntime( 2467): setted country_code = USA
D/AndroidRuntime( 2467): setted sales_code = ATT
D/AndroidRuntime( 2467): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2467): register_android_app_LibQmg
D/AndroidRuntime( 2467): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2467): Shutting down VM
I/AndroidRuntime( 2467): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 2467): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+1ms
I/SurfaceFlinger( 108): id=61 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=61 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=5
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=5
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=5
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 5 level=5
D/su ( 2465): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ip6tables -L -nvx
D/AndroidRuntime( 2481):
D/AndroidRuntime( 2481): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2481): CheckJNI is OFF
D/AndroidRuntime( 2481): setted country_code = USA
D/AndroidRuntime( 2481): setted sales_code = ATT
D/AndroidRuntime( 2481): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2481): register_android_app_LibQmg
D/AndroidRuntime( 2481): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2481): Shutting down VM
D/dalvikvm( 2481): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2479): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh iptables -t nat -L -n
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2495):
D/AndroidRuntime( 2495): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2495): CheckJNI is OFF
D/AndroidRuntime( 2495): setted country_code = USA
D/AndroidRuntime( 2495): setted sales_code = ATT
D/AndroidRuntime( 2495): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2495): register_android_app_LibQmg
D/AndroidRuntime( 2495): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2495): Shutting down VM
D/dalvikvm( 2495): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2493): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ip6tables -t nat -L -n
D/AndroidRuntime( 2509):
D/AndroidRuntime( 2509): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2509): CheckJNI is OFF
D/AndroidRuntime( 2509): setted country_code = USA
D/AndroidRuntime( 2509): setted sales_code = ATT
D/AndroidRuntime( 2509): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2509): register_android_app_LibQmg
D/AndroidRuntime( 2509): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2509): Shutting down VM
D/dalvikvm( 2509): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+1ms
D/su ( 2507): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh wpa_cli list_networks
D/AndroidRuntime( 2523):
D/AndroidRuntime( 2523): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2523): CheckJNI is OFF
D/AndroidRuntime( 2523): setted country_code = USA
D/AndroidRuntime( 2523): setted sales_code = ATT
D/AndroidRuntime( 2523): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2523): register_android_app_LibQmg
D/AndroidRuntime( 2523): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2523): Shutting down VM
D/dalvikvm( 2523): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
I/SurfaceFlinger( 108): id=62(5) createSurface 0x194735c (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=1174
D/su ( 2521): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 192.168.3.1
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
E/AlarmManagerService( 187): android_server_AlarmManagerService_set to type=3, 323.691000000
D/AndroidRuntime( 2537):
D/AndroidRuntime( 2537): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2537): CheckJNI is OFF
D/AndroidRuntime( 2537): setted country_code = USA
D/AndroidRuntime( 2537): setted sales_code = ATT
D/AndroidRuntime( 2537): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2537): register_android_app_LibQmg
D/AndroidRuntime( 2537): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2537): Shutting down VM
D/dalvikvm( 2537): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2535): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 209.18.47.61
D/AndroidRuntime( 2551):
D/AndroidRuntime( 2551): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2551): CheckJNI is OFF
D/AndroidRuntime( 2551): setted country_code = USA
D/AndroidRuntime( 2551): setted sales_code = ATT
D/AndroidRuntime( 2551): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2551): register_android_app_LibQmg
D/AndroidRuntime( 2551): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2551): Shutting down VM
D/dalvikvm( 2551): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2549): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 209.18.47.62
D/VoldCmdListener( 100): asec list
D/VoldCmdListener( 100): CommandListener::AsecCmd::runCommand -> --
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/SurfaceFlinger( 108): id=62 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=62 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
D/AndroidRuntime( 2572):
D/AndroidRuntime( 2572): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2572): CheckJNI is OFF
D/AndroidRuntime( 2572): setted country_code = USA
D/AndroidRuntime( 2572): setted sales_code = ATT
D/AndroidRuntime( 2572): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2572): register_android_app_LibQmg
D/AndroidRuntime( 2572): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2572): Shutting down VM
D/dalvikvm( 2572): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2570): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh df
D/AndroidRuntime( 2587):
D/AndroidRuntime( 2587): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2587): CheckJNI is OFF
D/AndroidRuntime( 2587): setted country_code = USA
D/AndroidRuntime( 2587): setted sales_code = ATT
D/AndroidRuntime( 2587): found sales_code tag = <ATT>, </ATT>
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 4 level=4
D/LibQmg_native( 2587): register_android_app_LibQmg
D/AndroidRuntime( 2587): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2587): Shutting down VM
D/dalvikvm( 2587): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2585): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh lsof
D/AndroidRuntime( 2601):
D/AndroidRuntime( 2601): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2601): CheckJNI is OFF
D/AndroidRuntime( 2601): setted country_code = USA
D/AndroidRuntime( 2601): setted sales_code = ATT
D/AndroidRuntime( 2601): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2601): register_android_app_LibQmg
D/AndroidRuntime( 2601): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2601): Shutting down VM
D/dalvikvm( 2601): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+1ms
I/SurfaceFlinger( 108): id=63(6) createSurface 0x19212dc (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=199
D/su ( 2599): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh cat /proc/2376/maps
I/dumpstate( 2409): [email protected]
I/DEBUG ( 2369): gotoUploadUserFault called
I/ActivityManager( 187): Process app.processName (pid 2376) has died.
I/WindowManager( 187): WIN DEATH: win
W/ActivityManager( 187): Force removing r: app died, no saved state
I/SurfaceFlinger( 108): id=55 Removed idx=1 Map Size=4
I/SurfaceFlinger( 108): id=55 Removed idx=-2 Map Size=4
I/SurfaceFlinger( 108): id=55 Removed idx=-2 Map Size=4
D/Zygote ( 109): Process 2376 terminated by signal (11)
I/power ( 187): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
D/PowerManagerService( 187): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 187 tag : ActivityManager
W/ActivityManager( 187): mDVFSLock.acquire()
V/WindowManager( 187): rotationForOrientationLw(orient=1, last=1); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=64(41) createSurface (480x800),-1 flag=30004
I/InputReader( 187): Reconfiguring input devices. changes=0x00000004
I/InputReader( 187): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
I/NvCpuClient( 108): Successfully bound to service
I/ActivityManager( 187): Config changed: {0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
D/PhoneApp( 430): updateProximitySensorMode: state = IDLE
D/PhoneApp( 430): updateProximitySensorMode: lock already released.
D/STATUSBAR-PhoneStatusBar( 276): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
W/systemui/quicksettingpanel( 276): prepareTranslationXfalse 0
D/NvAppSpecificHeuristics( 276): found matched app. wanting to force double buffering
D/Mms/MmsApp( 1155): [start] onConfigurationChanged(),newConfig={0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
V/Mms/LayoutManager( 1155): -> LayoutManager.onConfigurationChanged().
V/Mms/HVGALayoutParameters( 1155): HVGALayoutParameters.<init>(11).
V/Mms/LayoutManager( 1155): LayoutParameters: HVGA-P: 320x480
D/Mms/MmsApp( 1155): [end] onConfigurationChanged(),newConfig={0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
D/STATUSBAR-PhoneStatusBar( 276): updateExpandedSize:0
D/STATUSBAR-PhoneStatusBar( 276): updateExpandedSize:0
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/STATUSBAR-NetworkController( 276): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 276): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 276): updateClock :16:43
D/STATUSBAR-DateView( 276): updateClock :09/15/2012
I/SurfaceFlinger( 108): id=65(42) createSurface (960x800),-1 flag=20000
I/SurfaceFlinger( 108): id=66(43) createSurface (480x1600),-1 flag=20000
I/SurfaceFlinger( 108): id=67(44) createSurface (960x800),-1 flag=20000
I/SurfaceFlinger( 108): id=68(45) createSurface (480x1600),-1 flag=20000
I/SurfaceFlinger( 108): id=69(8) createSurface 0x1949c7c (480x800),1 flag=0
I/ClipboardServiceEx( 187): mCBPickerDialog enter case. MSG_DISMISS_DIALOG
W/InputManagerService( 187): Got RemoteException sending setActive(false) notification to pid 2376 uid 10120
I/power ( 187): *** release_dvfs_lock : lockType : 1
D/SecretWallpaper( 398): onResume: LIVE !!!
D/SecretWallpaper( 398): startCurrentLocationWeatherDataService
D/SecretWallpaper( 398): !!!!!!!!!updateWeatherInfo !!!!!!!!!!!!
D/SecretWallpaper( 398): Cur Weather: D1_CLEAR
D/SecretWallpaper( 398): XML CRASHED
D/PowerManagerService( 187): releaseDVFSLockLocked : all DVFS_MIN_LIMIT are released
W/ActivityManager( 187): mDVFSLock.release()
D/SecretWallpaper( 398): CHANGED mbSurfaceCreated: true interval: 0
D/dalvikvm( 449): GC_CONCURRENT freed 1248K, 11% free 13589K/15239K, paused 3ms+11ms
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/SurfaceFlinger( 108): id=64 Removed idx=9 Map Size=5
I/SurfaceFlinger( 108): id=64 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=65 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=66 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=65 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=67 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=66 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=68 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=67 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=68 Removed idx=-2 Map Size=5
V/WindowManager( 187): rotationForOrientationLw(orient=1, last=0); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=63 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=63 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
"Copying to DropBox"... there's a debug parachute in this ROM that's sending cores to hell-knows-where. That concerns me greatly.
Anyone that knows more about Android internals want to chime in? Why is this hang happening? Anyone recognize this parachute? Is this CIQ or something Samsung baked up? Any realistic chance of a fix?
-E- This is on UCLG9 with Nardoholio's keyboard fix. I wonder if maybe the fix causes other problems... but that doesn't explain this suspicious parachute.
Triple-posting to avoid size limit.
I was able to reproduce #2 in UCLH2 without mods, but #1 now behaves differently, and doesn't result in a hang. The new behavior suggests a bug in GTasks was aggravating a problem in the ROM that's since been fixed. I'm basing this guess on two lines that jumped out at me in logcat:
Code:
E/ActivityThread( 1456): Failed to find provider info for org.dayup.gtask.key
...
W/PhoneWindow( 1456): Previously focused view reported id 2131099807 during save, but can't be found during restore.
About #2, I just noticed the process starts a lot earlier in the logcat. Here's the bits I unwittingly left out:
Code:
D/MainActivity( 2637): onPause()
D/MainActivity( 2637): onStop()
D/MainActivity( 2637): onDestroy()
D/libemu.so( 2637): (./jni/EmulatorBridge.cpp:76) destroy()
I/libemu.so( 2637): called closePcm when pcm already off
D/libemu.so( 2637): (./jni/Application.cpp:152) Start Application.destroy()
D/libemu.so( 2637): (./jni/Application.cpp:175) Finished Application.destroy()
I/InputReader( 186): Reconfiguring input devices. changes=0x00000004
I/InputReader( 186): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
D/STATUSBAR-PhoneStatusBar( 431): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/h dpad/v s.25}
W/systemui/quicksettingpanel( 431): prepareTranslationXfalse 0
D/libemu.so( 2637): (./jni/Application.cpp:1490) saveState(10)
D/libemu.so( 2637): (./jni/Snes9xSystem.cpp:289) S9xChooseFilename result: /mnt/sdcard/external_sd/SNESDroid/states/.010
F/libc ( 2637): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
D/NvAppSpecificHeuristics( 431): found matched app. wanting to force double buffering
D/STATUSBAR-PhoneStatusBar( 431): updateExpandedSize:0
D/STATUSBAR-PhoneStatusBar( 431): updateExpandedSize:0
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/STATUSBAR-NetworkController( 431): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 431): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 431): updateClock :18:00
D/STATUSBAR-DateView( 431): updateClock :09/15/2012
I/DEBUG ( 103): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
At which point it launches into the big debugspam.
My theory: The SNESDroid NDK code segfaults, due to a legitimate bug in the app itself. The parachute that launches is something added to testing builds by Samsung, which is supposed to catch as much useful debugging info as possible and haul it off to some developer's DropBox account. Because the SNESDroid crash happens in NDK code, the segfault is broadcasted at the hardware level, triggering the aforementioned parachute, which was never made to handle an app crash, and causes some weirdness at the system level as a result.
So tl;dr it's just buggy apps. UCLG9 has its own bug that's triggered by one of them but that bug has been fixed in UCLH2. I'm going to apply the keyboard backlight fix and try again just to be sure. Installed root and keyboard fix, behavior has not changed.
When the keyboard is pulled out, the system tries to force the orientation to landscape. Some apps, like Netflix don't let this happen. Some don't mind, and others crash. It's not a fault of Samsung if that's what's causing this.
Sent from my SGH-I927 using xda premium
Nardholio said:
When the keyboard is pulled out, the system tries to force the orientation to landscape. Some apps, like Netflix don't let this happen. Some don't mind, and others crash. It's not a fault of Samsung if that's what's causing this.
Sent from my SGH-I927 using xda premium
Click to expand...
Click to collapse
Apps crashing is one thing. If an app bug takes down the entire OS, I'll rightly blame Samsung.
I'm getting another whole-phone hang, again related to SNESDroid. I'm trying to find a way to reliably reproduce it, then I'll post the logcat from that, or at least, what I can pull before the device goes completely AWOL.
I have had it happening to me all the time before - usually crashes whenever I start up some demanding apps (I sent thegreatergood the entire logcat - it jumped at me as some type of kernel package errors, not thegreatergood's fault, it even occurs with stock kernel (LiteROM without LiteKernel) and the stock ICS) - it is certainly the stranger bugs I have seen. It starts mainly with the missing kernel package (halfway between kernel and the entire Android VM). I tried thegreatergood's newer Rev. 2 LiteKernel, the chance of it occurring is/was greatly reduced.
Sent from my SGH-I927 using xda app-developers app
I managed to reproduce the whole-phone freeze. Here's what that looks like -- it's very obviously an OS bug as AndroidRuntime itself is crashing.
Code:
I/ActivityManager( 186): START {intent.toShortString} from pid 465
D/PowerManagerService( 186): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 186 tag : ActivityManager
W/ActivityManager( 186): mDVFSLock.acquire()
I/ActivityManager( 186): Start proc app.processName for activity hostingNameStr: pid=3774 uid=10120 gids={1015, 1023, 3003}
I/dalvikvm( 3774): Turning on JNI app bug workarounds for target SDK version 5...
I/SurfaceFlinger( 108): id=471(70) createSurface 0x130a36c (480x800),2 flag=400
V/WindowManager( 186): rotationForOrientationLw(orient=0, last=0); user=0 USER_ROTATION_LOCKED mLidOpen=0 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=472(262) createSurface (480x800),-1 flag=30004
I/InputReader( 186): Reconfiguring input devices. changes=0x00000004
I/InputReader( 186): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
I/NvCpuClient( 108): Successfully bound to service
D/PhoneApp( 438): updateProximitySensorMode: state = IDLE
D/PhoneApp( 438): updateProximitySensorMode: lock already released.
I/ActivityManager( 186): Config changed: {0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w533dp h294dp nrml long land finger qwerty/v/h dpad/v s.60}
D/STATUSBAR-PhoneStatusBar( 275): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w533dp h294dp nrml long land finger qwerty/v/h dpad/v s.60}
W/systemui/quicksettingpanel( 275): prepareTranslationXfalse 0
D/SecretWallpaper( 410): Engine pause
D/OpenGLRenderer( 465): Flushing caches (mode 0)
D/OpenGLRenderer( 465): Flushing caches (mode 0)
I/SurfaceFlinger( 108): id=469 Removed idx=1 Map Size=4
D/NvAppSpecificHeuristics( 275): found matched app. wanting to force double buffering
D/STATUSBAR-PhoneStatusBar( 275): updateExpandedSize:1
I/SurfaceFlinger( 108): id=469 Removed idx=-2 Map Size=4
D/OpenGLRenderer( 465): Flushing caches (mode 1)
D/STATUSBAR-PhoneStatusBar( 275): updateExpandedSize:1
D/SecretWallpaper( 410): DESTROYED
D/EmulatorActivity( 3774): onCreate()
D/EmulatorActivity( 3774): onResume()
D/ConfigXML( 3774): openConfigXML()
D/dalvikvm( 3774): Trying to load lib /data/data/ca.halsafar.snesdroid/lib/libemu.so 0x41565360
I/dalvikvm-heap( 275): Grow heap (frag case) to 13.964MB for 402208-byte allocation
D/dalvikvm( 3774): Added shared lib /data/data/ca.halsafar.snesdroid/lib/libemu.so 0x41565360
D/libemu.so( 3774): (./jni/EmulatorBridge.cpp:57) JNI_OnLoad()
D/ConfigXML( 3774): XMLFILE: file:/
D/ConfigXML( 3774): Exception: org.w3c.dom.DOMException: Only one root element allowed
W/System.err( 3774): org.w3c.dom.DOMException: Only one root element allowed
W/System.err( 3774): at org.apache.harmony.xml.dom.DocumentImpl.insertChildAt(DocumentImpl.java:421)
W/System.err( 3774): at org.apache.harmony.xml.dom.InnerNodeImpl.appendChild(InnerNodeImpl.java:52)
W/System.err( 3774): at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:306)
W/System.err( 3774): at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:128)
W/System.err( 3774): at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:155)
W/System.err( 3774): at ca.halsafar.snesdroid.ConfigXML.openConfigXML(ConfigXML.java:65)
W/System.err( 3774): at ca.halsafar.snesdroid.ConfigXML.getNodeAttribute(ConfigXML.java:104)
W/System.err( 3774): at ca.halsafar.snesdroid.EmulatorActivity.onResume(EmulatorActivity.java:81)
W/System.err( 3774): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1157)
W/System.err( 3774): at android.app.Activity.performResume(Activity.java:4544)
W/System.err( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2445)
W/System.err( 3774): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2483)
W/System.err( 3774): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1997)
W/System.err( 3774): at android.app.ActivityThread.access$600(ActivityThread.java:127)
W/System.err( 3774): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
W/System.err( 3774): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 3774): at android.os.Looper.loop(Looper.java:137)
W/System.err( 3774): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 3774): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 3774): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 3774): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 3774): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 3774): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 3774): Shutting down VM
W/dalvikvm( 3774): threadid=1: thread exiting with uncaught exception (group=0x40c361f8)
D/dalvikvm( 275): GC_CONCURRENT freed 1205K, 23% free 11889K/15367K, paused 2ms+4ms
E/AndroidRuntime( 3774): FATAL EXCEPTION: main
E/AndroidRuntime( 3774): java.lang.RuntimeException: Unable to resume activity {ca.halsafar.snesdroid/ca.halsafar.snesdroid.EmulatorActivity}: java.lang.NumberFormatException: Invalid int: "null"
E/AndroidRuntime( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2455)
E/AndroidRuntime( 3774): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2483)
E/AndroidRuntime( 3774): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1997)
E/AndroidRuntime( 3774): at android.app.ActivityThread.access$600(ActivityThread.java:127)
E/AndroidRuntime( 3774): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
E/AndroidRuntime( 3774): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3774): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3774): at android.app.ActivityThread.main(ActivityThread.java:4517)
E/AndroidRuntime( 3774): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3774): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3774): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
E/AndroidRuntime( 3774): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
E/AndroidRuntime( 3774): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3774): Caused by: java.lang.NumberFormatException: Invalid int: "null"
E/AndroidRuntime( 3774): at java.lang.Integer.invalidInt(Integer.java:138)
E/AndroidRuntime( 3774): at java.lang.Integer.parseInt(Integer.java:355)
E/AndroidRuntime( 3774): at java.lang.Integer.parseInt(Integer.java:332)
E/AndroidRuntime( 3774): at java.lang.Integer.valueOf(Integer.java:490)
E/AndroidRuntime( 3774): at ca.halsafar.snesdroid.EmulatorActivity.onResume(EmulatorActivity.java:81)
E/AndroidRuntime( 3774): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1157)
E/AndroidRuntime( 3774): at android.app.Activity.performResume(Activity.java:4544)
E/AndroidRuntime( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2445)
E/AndroidRuntime( 3774): ... 12 more
I/SurfaceFlinger( 108): id=473(263) createSurface (1600x480),-1 flag=20000
I/SurfaceFlinger( 108): id=474(264) createSurface (800x960),-1 flag=20000
I/SurfaceFlinger( 108): id=475(265) createSurface (1600x480),-1 flag=20000
I/SurfaceFlinger( 108): id=476(266) createSurface (800x960),-1 flag=20000
W/ActivityManager( 186): Force finishing activity r.intent.getComponent().flattenToShortString()
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error
Yup, I agree. Looks like a few invalid service tags being applied forcibly here, immediately after the library (I think video driver hook). I know it can occur with any apps, though.
EDIT: I now remember. Few kernels like LH2 doesn't get along that well - I am using thegreatergood's LiteKernel R4.1, and it solved most of problems. What you are seeing could be kernel panic - whenever you see SNESDroid is attempting to eliminate its own VM which is otherwise invalid - at ths point the kernel freaks out.
Sent from my SGH-I927 using xda app-developers app
Dr. Mario said:
Yup, I agree. Looks like a few invalid service tags being applied forcibly here, immediately after the library (I think video driver hook). I know it can occur with any apps, though.
EDIT: I now remember. Few kernels like LH2 doesn't get along that well - I am using thegreatergood's LiteKernel R4.1, and it solved most of problems. What you are seeing could be kernel panic - whenever you see SNESDroid is attempting to eliminate its own VM which is otherwise invalid - at ths point the kernel freaks out.
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
The kernel is still running though -- logcat is still responding (though not logging much) and I can open a shell. It's like the whole runtime dies and doesn't come back.
Hmm. It's like a can of worms. You're correct about kernel, though - as I see that the kernel is still commenting after everything crashes and burns.
EDIT: Did you try force restart the runtime? Getting curiouser and curiouser.
Sent from my SGH-I927 using xda app-developers app
Hya Folks,
let's come straight to my problem. I upgraded from my former Redux1.2 to the [BETA 0.18.2.1][17.09] ICS for Desire[ALL HBOOTS][4.0.4]. After I set up my sdExt again (2nd partition ext2 physical) and Wiped my Boot/System/Data/Cache partitions I flashed the ROM. Everything went fine until it rebooted from recovery. Adb Logcat gave me this log
I/Netd ( 2179): Netd 1.0 starting
D/AndroidRuntime( 2180):
D/AndroidRuntime( 2180): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteI
it <<<<<<
D/AndroidRuntime( 2180): CheckJNI is OFF
I/SamplingProfilerIntegration( 2180): Profiling disabled.
I/Zygote ( 2180): Preloading classes...
D/dalvikvm( 2180): GC_EXPLICIT freed 37K, 84% free 410K/2560K, paused 0ms+1ms
D/TextLayoutCache( 2180): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 2180): Class not found for preloading: android.media.AudioManager$2
I/dalvikvm( 2180): threadid=1: recursive native library load attempt (/system/lib/l
media_jni.so)
D/MtpDeviceJNI( 2180): register_android_mtp_MtpDevice
I/dalvikvm( 2180): threadid=1: recursive native library load attempt (/system/lib/l
media_jni.so)
I/dalvikvm( 2180): threadid=1: recursive native library load attempt (/system/lib/l
media_jni.so)
W/Zygote ( 2180): Class not found for preloading: android.media.IRemoteControlClie
Dispatcher
W/Zygote ( 2180): Class not found for preloading: android.media.IRemoteControlClie
Dispatcher$Stub
W/Zygote ( 2180): Class not found for preloading: android.text.TextDirectionHeuris
cs$CharCount
W/Zygote ( 2180): Class not found for preloading: android.text.method.WordIterator
W/dalvikvm( 2180): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initiali
ng Landroid/webkit/JniUtil;
E/Zygote ( 2180): Error preloading android.webkit.JniUtil.
E/Zygote ( 2180): java.lang.ExceptionInInitializerError
E/Zygote ( 2180): at java.lang.Class.classForName(Native Method)
E/Zygote ( 2180): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 2180): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 2180): at com.android.internal.os.ZygoteInit.preloadClasses(Zygote
it.java:288)
E/Zygote ( 2180): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.jav
:235)
E/Zygote ( 2180): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:5
5)
E/Zygote ( 2180): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 2180): Caused by: java.lang.UnsatisfiedLinkError: Library webcore not fo
nd; tried [/vendor/lib/libwebcore.so, /system/lib/libwebcore.so]
E/Zygote ( 2180): at java.lang.Runtime.loadLibrary(Runtime.java:393)
E/Zygote ( 2180): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 2180): at android.webkit.JniUtil.<clinit>(JniUtil.java:31)
E/Zygote ( 2180): ... 7 more
D/AndroidRuntime( 2180): Shutting down VM
W/dalvikvm( 2180): threadid=1: thread exiting with uncaught exception (group=0x40a6b
f8)
I/ ( 2202): ServiceManager: 0xf9e958
E/AudioHardwareQSD( 2202): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 2202): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 2202): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 2202): read ADIE para from file failed -1
E/HTC Acoustic( 2202): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 2202): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 2202): BT ID table version: PASSION_HTC_20100610
E/HTC Acoustic( 2202): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 2202): speaker amplifier tpa2018 is not supported
I/AudioFlinger( 2202): Loaded primary audio interface from LEGACY Audio HW HAL (audi
)
I/AudioFlinger( 2202): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary au
io interface
I/AudioFlinger( 2202): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 2202): setMode(NORMAL)
I/AudioHardwareQSD( 2202): Set master volume to 1.000000
I/CameraService( 2202): CameraService started (pid=2202)
D/QcomCamera( 2202): HAL_get_number_of_cameras: loading libcamera at 0xb000e9f0
I/AudioFlinger( 2202): AudioFlinger's thread 0xfa18f0 ready to run
W/AudioFlinger( 2202): Thread AudioOut_1 cannot connect to the power manager service
I/AudioHardwareQSD( 2202): Routing audio to Speakerphone
D/AudioHardwareQSD( 2202): Switching audio device to
D/AudioHardwareQSD( 2202): Speakerphone
I/AudioHardwareQSD( 2202): voice volume 5 (range is 0 to 5)
D/AudioHardwareQSD( 2202): Setting in-call volume to 100
W/AudioPolicyManagerBase( 2202): getDeviceForStrategy() unknown strategy: 5
I/AudioPolicyService( 2202): Loaded audio policy from LEGACY Audio Policy HAL (audio
policy)
I/ServiceManager( 76): service 'media.audio_flinger' died
I/ServiceManager( 76): service 'media.player' died
I/ServiceManager( 76): service 'media.camera' died
I/ServiceManager( 76): service 'media.audio_policy' died
Click to expand...
Click to collapse
it is looped all the time and after 20min of waiting nothing else happened. Do somebody know what's meant by that and how it can be fixed? Please tell me if I need to provide any further information. My skill is not high enough to know what might be needed or useful information for you^^
My Device is a HTC Desire GSM with S-OFF.
how did you partition your sd card? backup your sd to pc, then use only gparted or 4ext recovery only (NOT minitool)
use FAT32 and ~1GB ext4 (should be faster) partitions, both primary, step 5 here
full wipe and try again
I used the partition mini tool. Why is this not recommended? And shouldnt' it work with an ext2 as well? I had a sdExt3 a couple of month ago but due to my AOSP (Redux1.2) I prefered custom PartitionTables to just gain some more data space. But according to the system size of my hopefully new ROM i need a sdExt again. PartitionMiniTool worked fine for me during the last Time. If I'm home I'll try gparted as you suggest.
What does the logOutput tell you? Is my issue only ext related? Or are there any other possible reasons you could think of?
Sorry for my bad englisch^^
worstl said:
I used the partition mini tool. Why is this not recommended? And shouldnt' it work with an ext2 as well? I had a sdExt3 a couple of month ago but due to my AOSP (Redux1.2) I prefered custom PartitionTables to just gain some more data space. But according to the system size of my hopefully new ROM i need a sdExt again. PartitionMiniTool worked fine for me during the last Time. If I'm home I'll try gparted as you suggest.
What does the logOutput tell you? Is my issue only ext related? Or are there any other possible reasons you could think of?
Sorry for my bad englisch^^
Click to expand...
Click to collapse
minitool is not recommended as can created bad partitions not properly aligned. gparted and 4ext recovery are the best, safest methods. if you are already s-off, it is easy to change to 4ext recovery.
it may work fine with ext2, though is an older filesystem. most ROMs now support ext3 and ext4. (ext4 is just supposed to be slightly faster and 'newer')
having a correctly partitioned sd card should work. the only other thing you need is to full wipe (wipe data/factory reset etc.) before flashing the rom.
with that rom, make sure you activate A2SD using the instructions in the first post.
Thanks a lot for you help so far. I partitioned my sdExt as a ext4 now. After factory reset and flashing the rom i now mounted system and data. Connected myself with my adb and tried to install die a2sd.
adb shell
~ # a2sd install
a2sd install
/sbin/sh: a2sd: not found
Click to expand...
Click to collapse
Is what I got. But as I can't boot the phone, I cannot use a android terminal to use
su
a2sd install
Click to expand...
Click to collapse
What am I doing wrong?
Yeha! And again, thanks a lot for your help =) 4Ext Recovery did it
Some folks are trying to find an exploit for another Android device. I tried to apply it to the Fire TV stick, but the exploitServiceApp.apk won't install.
http://forum.xda-developers.com/not...t-progress-t2961974/post58464146#post58464146
Sizzlechest said:
Some folks are trying to find an exploit for another Android device. I tried to apply it to the Fire TV stick, but the exploitServiceApp.apk won't install.
http://forum.xda-developers.com/not...t-progress-t2961974/post58464146#post58464146
Click to expand...
Click to collapse
exploitServiceApp.apk was built with a minimum sdk version of 18. The Fire TV and Fire TV Stick run sdk version 17. That's why it wont install. It also seems to require mock locations to be enabled, which may prove to be a chore on the AFTV/S. Of Course this all assumes the AFTV/S is vulnerable to begin with.
Root sources seem to be:
http://forum.xda-developers.com/mate-7/general/wip-mate-7-root-bl-unlock-t2995086/
and
http://forum.xda-developers.com/crossdevice-dev/sony/giefroot-rooting-tool-cve-2014-4322-t3011598
What would happen, if you would try to rebuild it with APK Tool and change the min sdk to 17?
I just did it with the Advanced APK Tool and attatched it to this posting. I'm not at home right now so I can't test it on my own.
APK-Info.exe says its a valid apk and the minimum sdk version is 17.
Important note: I'm not responsible for damaging your device if this somehow does.
It depends on the exploit, I read on another topic that it's based on a specific location in memory (or something like that).
That's presuming that it's even possible.
In regards to mock locations, is it possible to set it using the aosp settings apk?
It does install, but it goes straight to home after loading. Maybe it does work if it's possible to enable mock locations.
tech3475 said:
In regards to mock locations, is it possible to set it using the aosp settings apk?
Click to expand...
Click to collapse
Trying to access developer options (which is where the mock location setting is) causes settings.apk to crash.
bigwillie1 said:
It does install, but it goes straight to home after loading. Maybe it does work if it's possible to enable mock locations.
Click to expand...
Click to collapse
Odd, on a Fire TV Stick (running latest OS version) @androidyeah's app launches fine. However, it just displays the message "Note: Your device seems not vulnerable!" in the upper right corner.
AFTVnews.com said:
Trying to access developer options (which is where the mock location setting is) causes settings.apk to crash.
Click to expand...
Click to collapse
Anyone tried any debugging yet on that part?
AFTVnews.com said:
Odd, on a Fire TV Stick (running latest OS version) @androidyeah's app launches fine. However, it just displays the message "Note: Your device seems not vulnerable!" in the upper right corner.
Click to expand...
Click to collapse
I guess if FTV Stick + FTV using similar base firmwares, it is already patched or something :/
androidyeah said:
Anyone tried any debugging yet on that part?
Click to expand...
Click to collapse
Code:
V/AudioFlinger( 329): Audio hardware entering standby, mixer 0x40100008, suspend count 0
D/AudioStreamOutALSA( 329): AudioStreamOut: standby()
V/AudioFlinger( 329): releaseWakeLock_l() AudioOut_2
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 going to sleep
V/AudioFlinger( 329): createTrack() sessionId: 0
V/AudioFlinger( 329): createTrack() lSessionId: 99
V/AudioFlinger( 329): AUDIO_OUTPUT_FLAG_FAST denied: isTimed=0 sharedBuffer=0x0 frameCount=3763 mFrameCount=256 format=1 isLinear=1 channelMask=0x1 sampleRate=44100 mSampleRate=48000 hasFastMixer=1 tid=7528 fastTrackAvailMask=0xfe
V/AudioFlinger( 329): Track constructor name 4100, calling pid 691
V/AudioFlinger( 329): acquiring 99 from 691
V/AudioFlinger( 329): added new entry for 99
V/AudioFlinger( 329): start(4100), calling pid 691 session 99
V/AudioFlinger( 329): ? => ACTIVE (4100) on thread 0x40f9a808
V/AudioFlinger( 329): mWaitWorkCV.broadcast
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 waking up
V/AudioFlinger( 329): acquireWakeLock_l() AudioOut_2 status 0
V/AudioFlinger( 329): releasing 98 from 691
V/AudioFlinger( 329): decremented refcount to 0
V/AudioFlinger( 329): purging stale effects
V/AudioFlinger( 329): remove track (4098) and delete from mixer
V/AudioFlinger( 329): PlaybackThread::Track destructor
I/ActivityManager( 691): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from pid 7424
D/dalvikvm( 691): GC_FOR_ALLOC freed 957K, 30% free 8019K/11344K, paused 37ms, total 39ms
I/ViewRootImpl( 7424): Slow KeyEvent in com.android.settings/com.android.settings.Settings device=8 action=Up latency=3ms processing=54ms
I/Activity( 7424): No ActvityExender defined. Proceed with default activity behavior.
D/AndroidRuntime( 7424): Shutting down VM
W/dalvikvm( 7424): threadid=1: thread exiting with uncaught exception (group=0x40dc2af8)
V/AudioFlinger( 329): getNextBuffer() no more data for track 4100 on thread 0x40100008
V/AudioFlinger( 329): stop(4100), calling pid 691
V/AudioFlinger( 329): not stopping/stopped => stopping/stopped (4100) on thread 0x40100008
E/AndroidRuntime( 7424): FATAL EXCEPTION: main
E/AndroidRuntime( 7424): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.SecurityException: Only package verification agents can read the verifier device identity: Neither user 10001 nor current process has android.permission.PACKAGE_VERIFICATION_AGENT.
E/AndroidRuntime( 7424): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2206)
E/AndroidRuntime( 7424): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)
E/AndroidRuntime( 7424): at android.app.ActivityThread.access$600(ActivityThread.java:146)
E/AndroidRuntime( 7424): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1243)
E/AndroidRuntime( 7424): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7424): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7424): at android.app.ActivityThread.main(ActivityThread.java:5129)
E/AndroidRuntime( 7424): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7424): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7424): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 7424): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 7424): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7424): Caused by: java.lang.SecurityException: Only package verification agents can read the verifier device identity: Neither user 10001 nor current process has android.permission.PACKAGE_VERIFICATION_AGENT.
E/AndroidRuntime( 7424): at android.os.Parcel.readException(Parcel.java:1426)
E/AndroidRuntime( 7424): at android.os.Parcel.readException(Parcel.java:1380)
E/AndroidRuntime( 7424): at android.content.pm.IPackageManager$Stub$Proxy.getVerifierDeviceIdentity(IPackageManager.java:3381)
E/AndroidRuntime( 7424): at android.app.ApplicationPackageManager.getVerifierDeviceIdentity(ApplicationPackageManager.java:1295)
E/AndroidRuntime( 7424): at com.android.settings.DevelopmentSettings.onCreate(DevelopmentSettings.java:143)
E/AndroidRuntime( 7424): at android.app.Fragment.performCreate(Fragment.java:1673)
E/AndroidRuntime( 7424): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:854)
E/AndroidRuntime( 7424): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1057)
E/AndroidRuntime( 7424): at android.app.BackStackRecord.run(BackStackRecord.java:682)
E/AndroidRuntime( 7424): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1435)
E/AndroidRuntime( 7424): at android.app.Activity.performStart(Activity.java:5220)
E/AndroidRuntime( 7424): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2179)
E/AndroidRuntime( 7424): ... 11 more
V/AudioFlinger( 329): presentationComplete() reset: mPresentationCompleteFrames 8192 audioHalFrames 3072
W/ActivityManager( 691): Force finishing activity com.android.settings/.SubSettings
I/Process ( 7424): Sending signal. PID: 7424 SIG: 9
W/ActivityManager( 691): Force finishing activity com.android.settings/.Settings
I/ActivityManager( 691): Process com.android.settings (pid 7424) has died.
I/WindowState( 691): WIN DEATH: Window{414bef98 u0 com.android.settings/com.android.settings.Settings}
D/FIRED-TV( 2488): Settings Loaded from /data/data/com.altusapps.firedtvlauncher/files/settings2.json
V/AudioFlinger( 329): presentationComplete() session 99 complete: framesWritten 8192
V/AudioFlinger( 329): TrackBase::reset
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.android.server.am.ActivityManagerService.activityResumed:4547 android.app.ActivityManagerNative.onTransact:420 com.android.server.am.ActivityManagerService.onTransact:1716 android.os.Binder.execTransact:351
W/InputMethodManagerService( 691): Got RemoteException sending setActive(false) notification to pid 7424 uid 10001
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.amazon.internal.policy.impl.AmazonPhoneWindowManager$SendTopWindowChanged.run:3297 android.os.Handler.handleCallback:725 android.os.Handler.dispatchMessage:92 android.os.Looper.loop:137
D/Bluetooth HS/HF( 1355): HandleMessage9
D/Bluetooth HS/HF( 1355): Battery State Changed, send update100Scale: 100
D/FIRED-TV( 2488): Settings Saved to /data/data/com.altusapps.firedtvlauncher/files/settings2.json
V/AudioFlinger( 329): Audio hardware entering standby, mixer 0x40100008, suspend count 0
D/AudioStreamOutALSA( 329): AudioStreamOut: standby()
V/AudioFlinger( 329): releaseWakeLock_l() AudioOut_2
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 going to sleep
I/ThermalDaemon( 336): Sensor[tmp105_2_pwrs] Temperature : 35.0
I/TemperatureSensorObserver( 691): read new temperature 35500
I/abtfilt ( 1775): all HID in sniff mode!
I/abtfilt ( 1775): BT Action
I/abtfilt ( 1775): WMI Cmd: 145 Len: 16
maybe someone finds this useful...
AFTVnews.com said:
Trying to access developer options (which is where the mock location setting is) causes settings.apk to crash.
Odd, on a Fire TV Stick (running latest OS version) @androidyeah's app launches fine. However, it just displays the message "Note: Your device seems not vulnerable!" in the upper right corner.
Click to expand...
Click to collapse
If you want to enable mock locations or change any other settings this is the way to go (does not require root):
http://forum.xda-developers.com/fire-tv/general/guide-change-settings-firetv-via-adb-t3015522
thought i would share this as people keep using on how manipulate the settings.db
I have done some root app development and stumbled across this binary a while ago.
Have fun!
superkoal said:
If you want to enable mock locations or change any other settings this is the way to go (does not require root):
http://forum.xda-developers.com/fire-tv/general/guide-change-settings-firetv-via-adb-t3015522
thought i would share this as people keep using on how manipulate the settings.db
I have done some root app development and stumbled across this binary a while ago.
Have fun!
Click to expand...
Click to collapse
That's a great tip, thanks.
Running "settings get secure allow_mock_location" returns "null". I went ahead and ran "settings put secure allow_mock_location 1" and "settings put secure ALLOW_MOCK_LOCATION 1" but it doesn't seem to have done anything. The exploitServiceApp APK still gives the same message. I sideloaded some location spoofing app from the Play Store and it complained that mock locations were not enabled.
superkoal said:
If you want to enable mock locations or change any other settings this is the way to go (does not require root):
http://forum.xda-developers.com/fire-tv/general/guide-change-settings-firetv-via-adb-t3015522
thought i would share this as people keep using on how manipulate the settings.db
I have done some root app development and stumbled across this binary a while ago.
Have fun!
Click to expand...
Click to collapse
thanks, i tried it using
Code:
settings put secure mock_location 1
but the app still goes directly to the home screen...
Code:
V/AudioFlinger( 329): Audio hardware entering standby, mixer 0x40100008, suspend count 0
D/AudioStreamOutALSA( 329): AudioStreamOut: standby()
V/AudioFlinger( 329): releaseWakeLock_l() AudioOut_2
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 going to sleep
I/ActivityManager( 691): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=org.keenteam cmp=org.keenteam/.ServiceExploitActivity} from pid 18589
D/dalvikvm( 691): GC_FOR_ALLOC freed 521K, 23% free 10295K/13204K, paused 40ms, total 40ms
I/ViewRootImpl(18589): Slow KeyEvent in com.amazon.tv.settings/com.amazon.tv.settings.tv.BuellerApplicationDetailSettingsActivity device=10 action=Up latency=1ms processing=61ms
I/ActivityManager( 691): Start proc org.keenteam for activity org.keenteam/.ServiceExploitActivity: pid=19348 uid=10007 gids={50007, 1028}
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStop:1303 android.app.Activity.performStop:5412 android.app.ActivityThread.performStopActivityInner:3197
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.amazon.internal.policy.impl.AmazonPhoneWindowManager$SendTopWindowChanged.run:3297 android.os.Handler.handleCallback:725 android.os.Handler.dispatchMessage:92 android.os.Looper.loop:137
E/Trace (19348): error opening trace file: No such file or directory (2)
D/ProfileManager(19348): Create ProfileManager instance
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStop:1303 android.app.Activity.performStop:5412 android.app.ActivityThread.performStopActivityInner:3197
I/Activity(19348): No ActvityExender defined. Proceed with default activity behavior.
D/dalvikvm(19348): Trying to load lib /data/app-lib/org.keenteam-1/libexploitHelper.so 0x4109cdf0
D/dalvikvm(19348): Added shared lib /data/app-lib/org.keenteam-1/libexploitHelper.so 0x4109cdf0
D/dalvikvm(19348): No JNI_OnLoad found in /data/app-lib/org.keenteam-1/libexploitHelper.so 0x4109cdf0, skipping init
I/System.out(19348): 1 inner classes found
D/AndroidRuntime(19348): Shutting down VM
W/dalvikvm(19348): threadid=1: thread exiting with uncaught exception (group=0x40dc2af8)
E/AndroidRuntime(19348): FATAL EXCEPTION: main
E/AndroidRuntime(19348): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.keenteam/org.keenteam.ServiceExploitActivity}: java.lang.RuntimeException: java.lang.NoSuchFieldException: TRANSACTION_setApplicationRestrictions
E/AndroidRuntime(19348): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2206)
E/AndroidRuntime(19348): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)
E/AndroidRuntime(19348): at android.app.ActivityThread.access$600(ActivityThread.java:146)
E/AndroidRuntime(19348): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1243)
E/AndroidRuntime(19348): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(19348): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(19348): at android.app.ActivityThread.main(ActivityThread.java:5129)
E/AndroidRuntime(19348): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(19348): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(19348): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime(19348): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime(19348): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(19348): Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: TRANSACTION_setApplicationRestrictions
E/AndroidRuntime(19348): at org.keenteam.exploit_CVE_2014_7911.do_exploit(exploit_CVE_2014_7911.java:106)
E/AndroidRuntime(19348): at org.keenteam.ServiceExploitActivity.onCreate(ServiceExploitActivity.java:34)
E/AndroidRuntime(19348): at android.app.Activity.performCreate(Activity.java:5202)
E/AndroidRuntime(19348): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1088)
E/AndroidRuntime(19348): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2170)
E/AndroidRuntime(19348): ... 11 more
E/AndroidRuntime(19348): Caused by: java.lang.NoSuchFieldException: TRANSACTION_setApplicationRestrictions
E/AndroidRuntime(19348): at java.lang.Class.getDeclaredField(Class.java:631)
E/AndroidRuntime(19348): at org.keenteam.exploit_CVE_2014_7911.do_exploit(exploit_CVE_2014_7911.java:80)
E/AndroidRuntime(19348): ... 15 more
W/ActivityManager( 691): Force finishing activity org.keenteam/.ServiceExploitActivity
D/dalvikvm( 691): GC_FOR_ALLOC freed 1713K, 24% free 10123K/13204K, paused 51ms, total 51ms
I/Process (19348): Sending signal. PID: 19348 SIG: 9
W/ActivityManager( 691): Force finishing activity com.amazon.tv.settings/.tv.BuellerApplicationDetailSettingsActivity
I/ActivityManager( 691): Process org.keenteam (pid 19348) has died.
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStart:1212 android.app.Activity.performStart:5223 android.app.Activity.performRestart:5291
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStart:1212 android.app.Activity.performStart:5223 android.app.Activity.performRestart:5291
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnResume:1265 android.app.Activity.performResume:5313 android.app.ActivityThread.performResumeActivity:2761
I/AudioManager(18589): Cleared FLAG_SHOW_UI in setStreamVolume
I/AudioManager(18589): Cleared FLAG_SHOW_UI in setStreamVolume
E/MM_OSAL ( 329): ValidateAACFile failed
D/MediaExtractor( 329): returning default extractor
D/ ( 329): MPQ Mime Type: audio/raw, getMPQObjectsAlive = 0
I/ ( 329): MPQ Audio Enabled - MPQ Audio Player
D/ ( 329): Use tunnel player only for AUDIO_STREAM_MUSIC
D/ ( 329): Set Audio Track as Audio Source
D/ ( 329): MPQ Audio Player
D/ ( 329): MPQ Audio player created for mime audio/raw duration 342083
W/ ( 329): Trying to create tunnel player mIsTunnelAudio 0, LPAPlayer::objectsAlive 0, TunnelPlayer::mTunnelObjectsAlive = 0, (mAudioPlayer == NULL) 0
E/ ( 329): Audio Player set source
W/MPQAudioPlayer( 329): Sw Decoder
E/MM_OSAL ( 329): ValidateAACFile failed
D/MediaExtractor( 329): returning default extractor
D/ ( 329): MPQ Mime Type: audio/raw, getMPQObjectsAlive = 0
I/ ( 329): MPQ Audio Enabled - MPQ Audio Player
D/ ( 329): Use tunnel player only for AUDIO_STREAM_MUSIC
D/ ( 329): Set Audio Track as Audio Source
D/ ( 329): MPQ Audio Player
D/ ( 329): MPQ Audio player created for mime audio/raw duration 54833
W/ ( 329): Trying to create tunnel player mIsTunnelAudio 0, LPAPlayer::objectsAlive 0, TunnelPlayer::mTunnelObjectsAlive = 0, (mAudioPlayer == NULL) 0
E/ ( 329): Audio Player set source
W/MPQAudioPlayer( 329): Sw Decoder
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.android.server.am.ActivityManagerService.activityResumed:4547 android.app.ActivityManagerNative.onTransact:420 com.android.server.am.ActivityManagerService.onTransact:1716 android.os.Binder.execTransact:351
E/MM_OSAL ( 329): ValidateAACFile failed
D/MediaExtractor( 329): returning default extractor
D/ ( 329): MPQ Mime Type: audio/raw, getMPQObjectsAlive = 0
I/ ( 329): MPQ Audio Enabled - MPQ Audio Player
D/ ( 329): Use tunnel player only for AUDIO_STREAM_MUSIC
D/ ( 329): Set Audio Track as Audio Source
D/ ( 329): MPQ Audio Player
D/ ( 329): MPQ Audio player created for mime audio/raw duration 259854
W/ ( 329): Trying to create tunnel player mIsTunnelAudio 0, LPAPlayer::objectsAlive 0, TunnelPlayer::mTunnelObjectsAlive = 0, (mAudioPlayer == NULL) 0
E/ ( 329): Audio Player set source
W/MPQAudioPlayer( 329): Sw Decoder
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.amazon.internal.policy.impl.AmazonPhoneWindowManager$SendTopWindowChanged.run:3297 android.os.Handler.handleCallback:725 android.os.Handler.dispatchMessage:92 android.os.Looper.loop:137
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStop:1303 android.app.Activity.performStop:5412 android.app.ActivityThread.performDestroyActivity:3468
I/abtfilt ( 1775): all HID in sniff mode!
I/abtfilt ( 1775): BT Action
I/abtfilt ( 1775): WMI Cmd: 145 Len: 16
AFTVnews.com said:
That's a great tip, thanks.
Running "settings get secure allow_mock_location" returns "null". I went ahead and ran "settings put secure allow_mock_location 1" and "settings put secure ALLOW_MOCK_LOCATION 1" but it doesn't seem to have done anything. The exploitServiceApp APK still gives the same message. I sideloaded some location spoofing app from the Play Store and it complained that mock locations were not enabled.
Click to expand...
Click to collapse
The constant value is just "mock_location", you can see it if you click the constant name in the android docs.
So try "settings put secure mock_location 1"
If you try to get the value first and it doesn't return null it means your parameter name is right. I recommend not to insert values in the table that are not there before.
On another note,
https://access.redhat.com/articles/1332213
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Wonder if that glibc bug could be used to gain root on certain Android devices.
freezer2k said:
On another note,
https://access.redhat.com/articles/1332213
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Wonder if that glibc bug could be used to gain root on certain Android devices.
Click to expand...
Click to collapse
Android doesn't use glibc.
freezer2k said:
On another note,
https://access.redhat.com/articles/1332213
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Wonder if that glibc bug could be used to gain root on certain Android devices.
Click to expand...
Click to collapse
Haha, had a follow-up meeting about that same vulnerability at work today!
This was posted today: http://forum.xda-developers.com/showpost.php?p=58510300&postcount=641