Help, keeps rebooting(some ugly hack was found) - Hero, G2 Touch Q&A, Help & Troubleshooting

I flashed a ROM and then uninstalled some programs which I don't want then it keeps rebooting.
Flash another working ROM should solve the problem but I'm getting interested in it.
Then I find this with "adb logcat".
Code:
I/SystemServer( 535): Content Manager
I/SyncManager( 535): No initial accounts
I/SyncManager( 535): No initial status
I/SyncManager( 535): No initial pending operations
I/SyncManager( 535): No initial statistics
I/SystemServer( 535): System Content Providers
I/ActivityThread( 535): Publishing provider settings: com.android.providers.settings.SettingsProvider
I/ActivityThread( 535): Publishing provider subscribedfeeds: com.google.android.providers.subscribedfeeds.SubscribedFeedsProvider
I/ActivityThread( 535): Publishing provider android.server.htcCheckin: com.android.providers.htcCheckin.htcCheckinProvider
I/ActivityThread( 535): Publishing provider android.server.checkin: com.google.android.server.checkin.CheckinProvider
E/ActivityManager( 535): Attempt to launch receivers of broadcast intent Intent { act=android.intent.action.REBOOT (has extras) } before boot completion
E/System ( 535): Failure starting core service
E/System ( 535): java.lang.RuntimeException: Unable to get provider com.google.android.server.checkin.CheckinProvider: java.lang.IllegalStateException: Cannot broadcast before boot completed
E/System ( 535): at android.app.ActivityThread.installProvider(ActivityThread.java:4502)
E/System ( 535): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4229)
E/System ( 535): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:4580)
E/System ( 535): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:8094)
E/System ( 535): at com.android.server.ServerThread.run(SystemServer.java:156)
E/System ( 535): Caused by: java.lang.IllegalStateException: Cannot broadcast before boot completed
E/System ( 535): at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:12257)
E/System ( 535): at android.app.ApplicationContext.sendBroadcast(ApplicationContext.java:594)
E/System ( 535): at com.hiapk.Static.reboot(Static.java:34)
E/System ( 535): at com.hiapk.Static.checkHiApk(Static.java:26)
E/System ( 535): at com.google.android.server.checkin.CheckinProvider.onCreate(CheckinProvider.java:132)
E/System ( 535): at android.content.ContentProvider.attachInfo(ContentProvider.java:710)
E/System ( 535): at android.app.ActivityThread.installProvider(ActivityThread.java:4499)
E/System ( 535): ... 4 more
E/AndroidRuntime( 535): Crash logging skipped, no checkin service
So it seems someone played some tricks?
E/System ( 535): at com.hiapk.Static.reboot(Static.java:34)
E/System ( 535): at com.hiapk.Static.checkHiApk(Static.java:26)
What could this be?

The reboot is probably just in the catch clause.

hanmeimei said:
I flashed a ROM and then uninstalled some programs which I don't want then it keeps rebooting.
Flash another working ROM should solve the problem but I'm getting interested in it.
Then I find this with "adb logcat".
Code:
I/SystemServer( 535): Content Manager
I/SyncManager( 535): No initial accounts
I/SyncManager( 535): No initial status
I/SyncManager( 535): No initial pending operations
I/SyncManager( 535): No initial statistics
I/SystemServer( 535): System Content Providers
I/ActivityThread( 535): Publishing provider settings: com.android.providers.settings.SettingsProvider
I/ActivityThread( 535): Publishing provider subscribedfeeds: com.google.android.providers.subscribedfeeds.SubscribedFeedsProvider
I/ActivityThread( 535): Publishing provider android.server.htcCheckin: com.android.providers.htcCheckin.htcCheckinProvider
I/ActivityThread( 535): Publishing provider android.server.checkin: com.google.android.server.checkin.CheckinProvider
E/ActivityManager( 535): Attempt to launch receivers of broadcast intent Intent { act=android.intent.action.REBOOT (has extras) } before boot completion
E/System ( 535): Failure starting core service
E/System ( 535): java.lang.RuntimeException: Unable to get provider com.google.android.server.checkin.CheckinProvider: java.lang.IllegalStateException: Cannot broadcast before boot completed
E/System ( 535): at android.app.ActivityThread.installProvider(ActivityThread.java:4502)
E/System ( 535): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4229)
E/System ( 535): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:4580)
E/System ( 535): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:8094)
E/System ( 535): at com.android.server.ServerThread.run(SystemServer.java:156)
E/System ( 535): Caused by: java.lang.IllegalStateException: Cannot broadcast before boot completed
E/System ( 535): at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:12257)
E/System ( 535): at android.app.ApplicationContext.sendBroadcast(ApplicationContext.java:594)
E/System ( 535): at com.hiapk.Static.reboot(Static.java:34)
E/System ( 535): at com.hiapk.Static.checkHiApk(Static.java:26)
E/System ( 535): at com.google.android.server.checkin.CheckinProvider.onCreate(CheckinProvider.java:132)
E/System ( 535): at android.content.ContentProvider.attachInfo(ContentProvider.java:710)
E/System ( 535): at android.app.ActivityThread.installProvider(ActivityThread.java:4499)
E/System ( 535): ... 4 more
E/AndroidRuntime( 535): Crash logging skipped, no checkin service
So it seems someone played some tricks?
E/System ( 535): at com.hiapk.Static.reboot(Static.java:34)
E/System ( 535): at com.hiapk.Static.checkHiApk(Static.java:26)
What could this be?
Click to expand...
Click to collapse
Which ROM is it? I recognise the site hiapk. Could you let us know which ROM you installed? I think this looks like some dirty trick to make the system reboot.
If you name the ROM, I'll take a look inside it for you and see...

anon2122 said:
Which ROM is it? I recognise the site hiapk. Could you let us know which ROM you installed? I think this looks like some dirty trick to make the system reboot.
If you name the ROM, I'll take a look inside it for you and see...
Click to expand...
Click to collapse
I guess it's a ROM from a Chinese website www.hiapk.com , and the ROM dev's name is A Xing

deanguqiang said:
I guess it's a ROM from a Chinese website www.hiapk.com , and the ROM dev's name is A Xing
Click to expand...
Click to collapse
Yeah. I know of the site. If he tells us the ROM, we can look at it and find a way to remove whatever 'virus' (for that's what it seems like) has been installed.

Solved.
They modified googlecheckin.apk.
wtf.

hanmeimei said:
Solved.
They modified googlecheckin.apk.
wtf.
Click to expand...
Click to collapse
Ah. Fancy naming and shaming the ROM?

Mod. edit: not dev related, moved to q&a and closed as solved

Related

[HELP!!!]Stuck at CM logo

i've recently installed CM 7.1.0.2 on my xperia ray (st18i)
and now im stucked in CM logo
i tried to run adb logcat and got this
Code:
I/SystemServer( 499): Activity Manager
I/ActivityManager( 499): Memory class: 32
W/UsageStats( 499): Usage stats version changed; dropping
I/SystemServer( 499): Telephony Registry
I/SystemServer( 499): Package Manager
I/installd( 155): new connection
I/Installer( 499): connecting...
D/dalvikvm( 499): GC_CONCURRENT freed 132K, 46% free 3045K/5639K, external 0K/0
K, paused 2ms+9ms
D/dalvikvm( 499): GC_CONCURRENT freed 470K, 49% free 3147K/6087K, external 0K/0
K, paused 3ms+4ms
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
W/PackageParser( 499): Unknown element under <manifest>: meta-data at /system/a
pp/Androidian.apk Binary XML file line #43
D/szipinf ( 499): Initializing inflate state
W/PackageParser( 499): No actions in intent filter at /system/app/Bluetooth.apk
Binary XML file line #124
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
I/AKMD2 ( 158): akmd2 : Compass Closed.
D/dalvikvm( 499): GC_CONCURRENT freed 290K, 46% free 3363K/6151K, external 0K/0
K, paused 2ms+4ms
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
W/PackageParser( 499): Unknown element under <manifest>: meta-data at /system/a
pp/Cyanbread.apk Binary XML file line #43
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
W/AudioSystem( 488): AudioFlinger not published, waiting...
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/dalvikvm( 499): GC_CONCURRENT freed 270K, 44% free 3618K/6407K, external 0K/0
K, paused 2ms+11ms
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/szipinf ( 499): Initializing inflate state
D/dalvikvm( 499): GC_CONCURRENT freed 259K, 42% free 3866K/6599K, external 0K/0
K, paused 1ms+12ms
I/ServiceManager( 488): Waiting for service media.audio_flinger...
D/PackageManager( 499): No files in app dir /vendor/app
I/PackageManager( 499): Time to scan packages: 1.22 seconds
W/PackageManager( 499): Unknown permission com.android.vending.permission.UPDAT
E_MARKET_FAILURE in package com.android.vending.updater
W/PackageManager( 499): Unknown permission android.permission.ADD_SYSTEM_SERVIC
E in package com.android.phone
W/PackageManager( 499): Unknown permission android.permission.READ_EXTERNAL_STO
RAGE in package com.cyanogenmod.cmparts
W/PackageManager( 499): Not granting permission android.permission.SEND_DOWNLOA
D_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9b
e45)
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.REA
D_GMAIL in package com.google.android.talk
W/PackageManager( 499): Unknown permission android.permission.READ_OWNER_DATA i
n package com.android.setupwizard
W/PackageManager( 499): Unknown permission android.permission.WRITE_OWNER_DATA
in package com.android.setupwizard
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.WRI
TE_GMAIL in package com.android.settings
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.REA
D_GMAIL in package com.android.settings
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.REA
D_GMAIL in package com.google.android.apps.uploader
W/PackageManager( 499): Unknown permission com.google.android.googleapps.permis
sion.GOOGLE_AUTH.panoramio in package com.google.android.apps.uploader
W/PackageManager( 499): Unknown permission com.google.android.voicesearch.SHORT
CUTS_ACCESS in package com.google.android.googlequicksearchbox
W/PackageManager( 499): Unknown permission android.permission.READ_EXTERNAL_STO
RAGE in package com.android.vending
W/PackageManager( 499): Not granting permission android.permission.SEND_DOWNLOA
D_COMPLETED_INTENTS to package com.android.vending (protectionLevel=2 flags=0xab
e45)
W/PackageManager( 499): Unknown permission android.permission.READ_OWNER_DATA i
n package com.android.email
W/PackageManager( 499): Not granting permission android.permission.DEVICE_POWER
to package com.android.deskclock (protectionLevel=2 flags=0x8be45)
D/dalvikvm( 499): GC_CONCURRENT freed 345K, 42% free 4037K/6855K, external 0K/0
K, paused 3ms+4ms
D/dalvikvm( 499): GC_EXPLICIT freed 228K, 44% free 3907K/6855K, external 0K/0K,
paused 42ms
D/szipinf ( 499): Initializing inflate state
I/SystemServer( 499): Account Manager
I/SystemServer( 499): Content Manager
D/szipinf ( 499): Initializing inflate state
I/ActivityThread( 499): Pub settings: com.android.providers.settings.SettingsPr
ovider
I/SystemServer( 499): System Content Providers
I/SystemServer( 499): Battery Service
D/SettingsProvider( 499): cache for settings table 'secure' rows=25; fullycache
d=true
I/SystemServer( 499): Lights Service
I/SystemServer( 499): Vibrator Service
D/SettingsProvider( 499): cache for settings table 'system' rows=53; fullycache
d=true
D/AlarmManagerService( 499): Kernel timezone updated to -420 minutes west of GM
T
I/SystemServer( 499): Alarm Manager
I/SystemServer( 499): Init Watchdog
I/SystemServer( 499): Window Manager
I/InputManager( 499): Initializing input manager
I/WindowManager( 499): names for haptic settings for haptic long array: haptic_
long_array default: haptic_long_array_default
I/WindowManager( 499): pulled string: 0,1,20,21 default: 0,1,20,21
I/WindowManager( 499): haptic done for long array!
I/WindowManager( 499): names for haptic settings for haptic down array: haptic_
down_array default: haptic_down_array_default
I/WindowManager( 499): pulled string: 0,10,20,30 default: 0,10,20,30
I/WindowManager( 499): haptic done for down array!
I/WindowManager( 499): names for haptic settings for haptic tap array: haptic_t
ap_array default: haptic_tap_array_default
I/WindowManager( 499): pulled string: 30 default: 30
I/WindowManager( 499): haptic done for tap array!
I/WindowManager( 499): names for haptic settings for haptic up array: haptic_up
_array default: haptic_up_array_default
I/WindowManager( 499): pulled string: 5,18 default: 5,18
I/WindowManager( 499): haptic done for up array!
I/InputManager( 499): Starting input manager
I/SystemServer( 499): Bluetooth Service
I/BluetoothProfileState( 499): Message:Entering Stable State
I/BluetoothProfileState( 499): Message:Entering Stable State
E/SystemServer( 499): Bluetooth Network Service
I/SystemServer( 499): Device Policy
I/SystemServer( 499): Status Bar
I/SystemServer( 499): Clipboard Service
I/EventHub( 499): New keyboard: device->id=0x10000 devname='pm8058-keypad' prop
Name='hw.keyboards.65536.devname' keylayout='/system/usr/keylayout/pm8058-keypad
.kl'
I/EventHub( 499): New device: path=/dev/input/event1 name=pm8058-keypad id=0x10
000 (of 0x1) index=1 fd=104 classes=0x1
I/SystemServer( 499): Input Method Service
D/szipinf ( 499): Initializing inflate state
I/InputManagerService( 499): Enabled input methods: com.android.inputmethod.lat
in/.LatinIME
I/SystemServer( 499): NetStat Service
I/SystemServer( 499): NetworkManagement Service
I/SystemServer( 499): Connectivity Service
I/AKMD2 ( 158): akmd2 : Compass Opened.
I/ConnectivityService( 499): hostname has been set: android-58b87d9eb99b1632
I/WifiService( 499): WifiService starting up with Wi-Fi disabled
D/NetworkManagmentService( 499): Registering observer
I/SystemServer( 499): Throttle Service
I/SystemServer( 499): Accessibility Manager
I/SystemServer( 499): Mount Service
D/ProfileService( 499): Found active: 0f26eba2-7221-4315-a294-e0557c82a431
I/SystemServer( 499): Profile Manager
D/VoldCmdListener( 148): volume list
I/MountService( 499): Media already mounted on daemon connection
I/PackageManager( 499): Updating external media status from unmounted to mounte
d
D/VoldCmdListener( 148): share status ums
D/dalvikvm( 499): GC_CONCURRENT freed 189K, 39% free 4256K/6919K, external 0K/0
K, paused 3ms+4ms
I/EventHub( 499): New keyboard: device->id=0x30001 devname='simple_remote' prop
Name='hw.keyboards.196609.devname' keylayout='/system/usr/keylayout/simple_remot
e.kl'
I/EventHub( 499): New device: path=/dev/input/event5 name=simple_remote id=0x30
001 (of 0x2) index=2 fd=124 classes=0x1
D/ProfileService( 499): Set active profile to: 0f26eba2-7221-4315-a294-e0557c82
a431 - Default
D/ProfileService( 499): Saving profile data...
D/ProfileService( 499): Save completed.
I/SystemServer( 499): Notification Manager
I/SystemServer( 499): Device Storage Monitor
I/SystemServer( 499): Location Manager
I/SystemServer( 499): Search Service
I/SystemServer( 499): DropBox Service
I/SystemServer( 499): Wallpaper Service
I/SystemServer( 499): Audio Service
D/dalvikvm( 499): GC_EXTERNAL_ALLOC freed 339K, 40% free 4274K/7111K, external
0K/0K, paused 49ms
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/EventHub( 499): New keyboard: device->id=0x30002 devname='clearpad' propName=
'hw.keyboards.196610.devname' keylayout='/system/usr/keylayout/clearpad.kl'
I/EventHub( 499): New device: path=/dev/input/event2 name=clearpad id=0x30002 (
of 0x3) index=3 fd=64 classes=0x15
I/EventHub( 499): New keyboard: device->id=0x10003 devname='msm_pmic_pwr_key' p
ropName='hw.keyboards.65539.devname' keylayout='/system/usr/keylayout/msm_pmic_p
wr_key.kl'
I/EventHub( 499): New device: path=/dev/input/event0 name=msm_pmic_pwr_key id=0
x10003 (of 0x4) index=4 fd=65 classes=0x1
I/InputReader( 499): Device added: id=0x10003, name=msm_pmic_pwr_key, sources=0
0000101
I/InputReader( 499): Device added: id=0x30002, name=clearpad, sources=00001103
I/InputReader( 499): Device added: id=0x30001, name=simple_remote, sources=0000
0101
I/InputReader( 499): Device added: id=0x0, name=pm8058-keypad, sources=00000101
I/InputManager-Callbacks( 499): No input device calibration properties found fo
r device msm_pmic_pwr_key.
I/InputManager-Callbacks( 499): No input device calibration properties found fo
r device clearpad.
I/InputManager-Callbacks( 499): No input device calibration properties found fo
r device simple_remote.
I/InputManager-Callbacks( 499): No input device calibration properties found fo
r device pm8058-keypad.
I/PackageManager( 499): No secure containers on sdcard
I/AKMD2 ( 158): akmd2 : Compass Closed.
D/VoldCmdListener( 148): asec list
W/PackageManager( 499): Unknown permission com.android.vending.permission.UPDAT
E_MARKET_FAILURE in package com.android.vending.updater
W/PackageManager( 499): Unknown permission android.permission.ADD_SYSTEM_SERVIC
E in package com.android.phone
W/PackageManager( 499): Unknown permission android.permission.READ_EXTERNAL_STO
RAGE in package com.cyanogenmod.cmparts
W/PackageManager( 499): Not granting permission android.permission.SEND_DOWNLOA
D_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9b
e45)
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.REA
D_GMAIL in package com.google.android.talk
W/PackageManager( 499): Unknown permission android.permission.READ_OWNER_DATA i
n package com.android.setupwizard
W/PackageManager( 499): Unknown permission android.permission.WRITE_OWNER_DATA
in package com.android.setupwizard
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.WRI
TE_GMAIL in package com.android.settings
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.REA
D_GMAIL in package com.android.settings
W/PackageManager( 499): Unknown permission com.google.android.gm.permission.REA
D_GMAIL in package com.google.android.apps.uploader
W/PackageManager( 499): Unknown permission com.google.android.googleapps.permis
sion.GOOGLE_AUTH.panoramio in package com.google.android.apps.uploader
W/PackageManager( 499): Unknown permission com.google.android.voicesearch.SHORT
CUTS_ACCESS in package com.google.android.googlequicksearchbox
W/PackageManager( 499): Unknown permission android.permission.READ_EXTERNAL_STO
RAGE in package com.android.vending
W/PackageManager( 499): Not granting permission android.permission.SEND_DOWNLOA
D_COMPLETED_INTENTS to package com.android.vending (protectionLevel=2 flags=0xab
e45)
W/PackageManager( 499): Unknown permission android.permission.READ_OWNER_DATA i
n package com.android.email
W/PackageManager( 499): Not granting permission android.permission.DEVICE_POWER
to package com.android.deskclock (protectionLevel=2 flags=0x8be45)
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
W/AudioSystem( 488): AudioFlinger not published, waiting...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
W/AudioSystem( 499): AudioPolicyService not published, waiting...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
W/AudioSystem( 488): AudioFlinger not published, waiting...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
W/AudioSystem( 499): AudioPolicyService not published, waiting...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
W/AudioSystem( 488): AudioFlinger not published, waiting...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
W/AudioSystem( 499): AudioPolicyService not published, waiting...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
W/AudioSystem( 488): AudioFlinger not published, waiting...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
W/AudioSystem( 499): AudioPolicyService not published, waiting...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
I/ServiceManager( 488): Waiting for service media.audio_flinger...
I/ServiceManager( 499): Waiting for service media.audio_policy...
anyone know how to fix this?
have you flashed the kernel?
using this commands?
Code:
fastboot -i 0xfce flash boot boot.img
if yes then i have...
BUMP
hi
now im pretty new to this, so u may call me a newbie. however, i read a lot, and im 99% sure that before installing cm 7, u must wipe the data, or else u get into a recovery loop. maybe u should try to wipe the data and the dalvik cache. im not sure about the partition cache. good luck
i've done it too, in fact i have done more than 30 times
Was haing a similar issue, solved my issue like this :
1)Switch off ur phone(dont connect it yet)
2)Start flashtool
3)Select flash button, select the factory default ics fw
4)Connect ur phone in flash mode (vol down, + plug in usb)
5) let it flash, get back to stock
60start your modding again..
thanks for anyone who reply in this post, however i decided to give up on installing CM and tried to install RayOnium instead which is works perfectly

[WIP] Fatal exception

Hey all,
I'm working at this moment on a MIUI ICS port for the Galaxy Player 5. Lot of changes have been made so far, I've made it to MIUI's bootscreen. Right there, it goes wrong. Here a part of the logcat:
Code:
E/AndroidRuntime( 206): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 206): android.content.res.Resources$NotFoundException: Resource ID #0x6060008
E/AndroidRuntime( 206): at android.content.res.Resources.getValue(Resources.java:1022)
E/AndroidRuntime( 206): at android.content.res.MiuiResources.getValue(MiuiResources.java:62)
E/AndroidRuntime( 206): at miui.util.ResourceMapper.resolveReference(ResourceMapper.java:9)
E/AndroidRuntime( 206): at miui.util.HapticFeedbackUtil.updateSettings(HapticFeedbackUtil.java:109)
E/AndroidRuntime( 206): at miui.util.HapticFeedbackUtil$SettingsObserver.observe(HapticFeedbackUtil.java:92)
E/AndroidRuntime( 206): at miui.util.HapticFeedbackUtil.<init>(HapticFeedbackUtil.java:75)
E/AndroidRuntime( 206): at com.android.internal.policy.impl.MiuiPhoneWindowManager.init(MiuiPhoneWindowManager.java:129)
E/AndroidRuntime( 206): at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:733)
E/OMXCodec( 132): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
E/OMXCodec( 132): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/ServiceManager( 126): service 'entropy' died
I/ServiceManager( 126): service 'usagestats' died
I/ServiceManager( 126): service 'package' died
I/ServiceManager( 126): service 'SurfaceFlinger' died
I/ServiceManager( 126): service 'telephony.registry' died
I/ServiceManager( 126): service 'power' died
I/ServiceManager( 126): service 'sensorservice' died
I/ServiceManager( 126): service 'permission' died
I/ServiceManager( 126): service 'batteryinfo' died
I/ServiceManager( 126): service 'gfxinfo' died
I/ServiceManager( 126): service 'cpuinfo' died
I/ServiceManager( 126): service 'activity' died
I/ServiceManager( 126): service 'account' died
I/ServiceManager( 126): service 'meminfo' died
I/ServiceManager( 126): service 'content' died
I/ServiceManager( 126): service 'hardware' died
I/ServiceManager( 126): service 'alarm' died
I/ServiceManager( 126): service 'battery' died
I/ServiceManager( 126): service 'vibrator' died
D/BootAnimation( 221): SurfaceFlinger died, exiting...
E/installd( 134): eof
E/installd( 134): failed to read size
I/installd( 134): closing connection
I/Zygote ( 131): Exit zygote because system server (206) has terminated
For the full logcat, follow this link.
Extra information: I've used Supermaster34's CyanogenMod 9 as base ROM, and Maguro's MIUI (2.8.10) as MIUI base. Furthermore I've solved all incompatibilities in framework.jar and services.jar to get further than the Samsung logo.
Can anyone help me to solve this problem? I'm looking forward to publish my first MIUI ROM for our community
If you need any more information, or the ROM itself, you can always ask or PM.
Thanks in advance!

SlimBean port boots only once 0_o

Heylo!
I have strange problem with my slimbean port. I've taken SlimBean 3.1 from Xperia tipo and ported it to Xperia J (porting from tipo to J is kinda easy and fast)
My port boots and runs very fast but it boot only once. After I restart it it gets bootlooop with this logcat:
Code:
dock audio support
W/WiredAccessoryObserver( 2962): This kernel does not have HDMI audio support
I/SystemServer( 2962): USB Service
I/SystemServer( 2962): Serial Service
I/SystemServer( 2962): UI Mode Manager Service
D/dalvikvm( 2962): GC_CONCURRENT freed 1440K, 54% free 3868K/8259K, paused 3ms+4ms, total 124ms
I/SystemServer( 2962): Backup Service
V/BackupManagerService( 2962): Initializing package tracking
V/BackupManagerService( 2962): No ancestral data
V/BackupManagerService( 2962): addPackageParticipantsLocked: all
I/BackupManagerService( 2962): New app android never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of android
I/BackupManagerService( 2962): New app com.android.browser never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.browser
I/BackupManagerService( 2962): New app com.android.inputmethod.latin never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.inputmethod.latin
I/BackupManagerService( 2962): New app com.android.providers.settings never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.providers.settings
I/BackupManagerService( 2962): New app com.android.providers.userdictionary never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 2962): New app com.android.sharedstoragebackup never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.sharedstoragebackup
V/BackupManagerService( 2962): Registering transport android/com.android.internal.backup.LocalTransport = [email protected]
V/BackupManagerService( 2962): Starting with transport com.google.android.backup/.BackupTransportService
V/BackupManagerService( 2962): Google transport not present
I/BackupManagerService( 2962): Found stale backup journal, scheduling
I/BackupManagerService( 2962): android
I/BackupManagerService( 2962): com.android.browser
I/BackupManagerService( 2962): com.android.inputmethod.latin
I/BackupManagerService( 2962): com.android.providers.settings
I/BackupManagerService( 2962): com.android.providers.userdictionary
I/BackupManagerService( 2962): com.android.sharedstoragebackup
I/BackupManagerService( 2962): Backup enabled => false
I/BackupManagerService( 2962): Opting out of backup
I/SystemServer( 2962): AppWidget Service
I/SystemServer( 2962): Recognition Service
I/SystemServer( 2962): DiskStats Service
I/SystemServer( 2962): SamplingProfiler Service
I/SystemServer( 2962): NetworkTimeUpdateService
I/SystemServer( 2962): CommonTimeManagementService
I/SystemServer( 2962): CertBlacklister
I/WindowManager( 2962): SAFE MODE not enabled
I/SystemServer( 2962): AssetRedirectionManager Service
D/dalvikvm( 2962): JIT started for system_server
D/PowerManagerService( 2962): system ready!
V/LockPatternKeyguardView( 2962): Set visibility on [email protected]a78 to 0
I/ActivityManager( 2962): System now ready
I/SystemServer( 2962): Making services ready
D/SystemServer( 2962): Starting service: Intent { cmp=com.android.systemui/.SystemUIService }
I/Zygote ( 2962): Process: zygote socket opened
I/ActivityManager( 2962): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=3029 uid=10030 gids={1028, 1015, 3002, 3001, 1006}
D/NetworkManagementService( 2962): enabling bandwidth control
I/ActivityManager( 2962): Config changed: {1.0 0mcc0mnc en_US sw320dp w320dp h544dp nrml long port finger -keyb/v/h -nav/h s.3 themeResource=null}
W/RecognitionManagerService( 2962): no available voice recognition services found
W/dalvikvm( 2962): Exception Ljava/lang/RuntimeException; thrown while initializing Lcom/android/internal/widget/DigitalClockAlt;
W/dalvikvm( 2962): Class init failed in Constructor.constructNative (Lcom/android/internal/widget/DigitalClockAlt;)
W/dalvikvm( 2962): threadid=24: thread exiting with uncaught exception (group=0x40bee300)
E/AndroidRuntime( 2962): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2962): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 2962): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2962): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.createView(LayoutInflater.java:587)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:687)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.parseInclude(LayoutInflater.java:830)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.rInflate(LayoutInflater.java:736)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockScreen.<init>(LockScreen.java:774)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java:910)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.recreateLockScreen(LockPatternKeyguardView.java:659)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.updateScreen(LockPatternKeyguardView.java:863)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:470)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:49)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java:186)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1192)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewMediator.access$1200(KeyguardViewMediator.java:95)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewMediator$4.handleMessage(KeyguardViewMediator.java:1057)
E/AndroidRuntime( 2962): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2962): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2962): at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:882)
E/AndroidRuntime( 2962): Caused by: java.lang.RuntimeException: native typeface cannot be made
E/AndroidRuntime( 2962): at android.graphics.Typeface.<init>(Typeface.java:175)
E/AndroidRuntime( 2962): at android.graphics.Typeface.createFromFile(Typeface.java:169)
E/AndroidRuntime( 2962): at com.android.internal.widget.DigitalClockAlt.<clinit>(DigitalClockAlt.java:71)
E/AndroidRuntime( 2962): ... 22 more
I/ActivityManager( 2962): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=3077 uid=10010 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
W/InputMethodManagerService( 2962): Ignoring setImeWindowStatus of uid 1000 token: null
I/ActivityManager( 2962): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=3090 uid=10017 gids={1028}
I/LocationManagerService( 2962): Setting GPS Source to: 0
I/CommonTimeManagementService( 2962): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 2962): Reconfiguring input devices. changes=0x00000020
I/InputReader( 2962): Reconfiguring input devices. changes=0x00000010
E/CM PowerHAL( 2962): Error opening boostpulse: No such file or directory
I/ActivityManager( 2962): Start proc com.android.phone for added application com.android.phone: pid=3103 uid=1001 gids={3002, 3001, 3003, 1015, 1028}
I/ActivityManager( 2962): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher u=0} from pid 0
I/ActivityThread( 3077): Pub media: com.android.providers.media.MediaProvider
I/Process ( 2962): Sending signal. PID: 2962 SIG: 9
I/ActivityManager( 2962): Start proc com.mobint.hololauncher.hd for activity com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher: pid=3113 uid=10015 gids={3003, 1015, 1028}
I/ServiceManager( 176): service 'connectivity' died
I/ServiceManager( 176): service 'clipboard' died
I/ServiceManager( 176): service 'network_management' died
I/ServiceManager( 176): service 'assetredirection' died
I/ServiceManager( 176): service 'textservices' died
I/ServiceManager( 176): service 'servicediscovery' died
I/ServiceManager( 176): service 'throttle' died
I/ServiceManager( 176): service 'updatelock' died
I/ServiceManager( 176): service 'gfxinfo' died
I/ServiceManager( 176): service 'bluetooth' died
I/ServiceManager( 176): service 'sensorservice' died
I/ServiceManager( 176): service 'alarm' died
I/ServiceManager( 176): service 'profile' died
I/ServiceManager( 176): service 'wifi' died
I/ServiceManager( 176): service 'netpolicy' died
I/ServiceManager( 176): service 'mount' died
I/ServiceManager( 176): service 'lock_settings' died
I/ServiceManager( 176): service 'wifip2p' died
I/ServiceManager( 176): service 'appwidget' died
I/ServiceManager( 176): service 'commontime_management' died
I/ServiceManager( 176): service 'devicestoragemonitor' died
I/ServiceManager( 176): service 'location' died
I/ServiceManager( 176): service 'country_detector' died
I/ServiceManager( 176): service 'search' died
I/ServiceManager( 176): service 'dropbox' died
I/ServiceManager( 176): service 'wallpaper' died
I/ServiceManager( 176): service 'diskstats' died
I/ServiceManager( 176): service 'bluetooth_a2dp' died
I/ServiceManager( 176): service 'backup' died
I/ServiceManager( 176): service 'netstats' died
I/ServiceManager( 176): service 'device_policy' died
I/ServiceManager( 176): service 'input_method' died
I/ServiceManager( 176): service 'accessibility' died
I/ServiceManager( 176): service 'notification' died
I/ServiceManager( 176): service 'audio' died
I/ServiceManager( 176): service 'usb' died
I/ServiceManager( 176): service 'serial' died
I/ServiceManager( 176): service 'uimode' died
I/ServiceManager( 176): service 'content' died
I/ServiceManager( 176): service 'usagestats' died
I/ServiceManager( 176): service 'account' died
I/ServiceManager( 176): service 'batteryinfo' died
I/ServiceManager( 176): service 'telephony.registry' died
I/ServiceManager( 176): service 'scheduling_policy' died
I/ServiceManager( 176): service 'statusbar' died
I/ServiceManager( 176): service 'entropy' died
I/ServiceManager( 176): service 'input' died
I/ServiceManager( 176): service 'dbinfo' died
I/ServiceManager( 176): service 'hardware' died
I/ServiceManager( 176): service 'meminfo' died
I/ServiceManager( 176): service 'permission' died
I/ServiceManager( 176): service 'vibrator' died
I/ServiceManager( 176): service 'power' died
I/ServiceManager( 176): service 'activity' died
I/ServiceManager( 176): service 'cpuinfo' died
I/ServiceManager( 176): service 'window' died
I/ServiceManager( 176): service 'battery' died
I/ServiceManager( 176): service 'package' died
I/ServiceManager( 176): service 'samplingprofiler' died
W/AudioFlinger( 2835): power manager service died !!!
D/AndroidRuntime( 3077): Shutting down VM
D/AndroidRuntime( 3029): Shutting down VM
W/dalvikvm( 3029): threadid=1: thread exiting with uncaught exception (group=0x40bee300)
W/dalvikvm( 3077): threadid=1: thread exiting with uncaught exception (group=0x40bee300)
E/AndroidRuntime( 3029): FATAL EXCEPTION: main
E/AndroidRuntime( 3029): java.lang.AssertionError: android.os.DeadObjectException
E/AndroidRuntime( 3029): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 3029): at android.app.LoadedApk.getClassLoader(LoadedApk.java:320)
E/AndroidRuntime( 3029): at android.app.LoadedApk.makeApplication(LoadedApk.java:493)
E/AndroidRuntime( 3029): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4309)
E/AndroidRuntime( 3029): at android.app.ActivityThread.access$1300(ActivityThread.java:142)
E/AndroidRuntime( 3029): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1268)
E/AndroidRuntime( 3029): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3029): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3029): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 3029): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3029): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3029): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3029): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 3029): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3029): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 3029): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3029): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1351)
E/AndroidRuntime( 3029): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:361)
E/AndroidRuntime( 3029): ... 13 more
E/AndroidRuntime( 3077): FATAL EXCEPTION: main
E/AndroidRuntime( 3077): java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaProvider: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 3077): at android.app.ActivityThread.installProvider(ActivityThread.java:4748)
E/AndroidRuntime( 3077): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4375)
E/AndroidRuntime( 3077): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4317)
E/AndroidRuntime( 3077): at android.app.ActivityThread.access$1300(ActivityThread.java:142)
E/AndroidRuntime( 3077): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1268)
E/AndroidRuntime( 3077): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3077): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3077): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 3077): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3077): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3077): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3077): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 3077): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3077): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 3077): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:77)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider.getDatabaseVersion(MediaProvider.java:547)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider$DatabaseHelper.<init>(MediaProvider.java:356)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider.attachVolume(MediaProvider.java:4922)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.java:578)
E/AndroidRuntime( 3077): at android.content.ContentProvider.attachInfo(ContentProvider.java:1058)
E/AndroidRuntime( 3077): at android.app.ActivityThread.installProvider(ActivityThread.java:4745)
E/AndroidRuntime( 3077): ... 12 more
E/AndroidRuntime( 3077): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 3077): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3077): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1351)
E/AndroidRuntime( 3077): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:72)
E/AndroidRuntime( 3077): ... 18 more
E/AndroidRuntime( 3029): Error reporting crash
E/AndroidRuntime( 3029): android.os.DeadObjectException
E/AndroidRuntime( 3029): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3029): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3118)
E/AndroidRuntime( 3029): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3029): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3029): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3029): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 3029): Sending signal. PID: 3029 SIG: 9
E/AndroidRuntime( 3077): Error reporting crash
E/AndroidRuntime( 3077): android.os.DeadObjectException
E/AndroidRuntime( 3077): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3077): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3118)
E/AndroidRuntime( 3077): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3077): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3077): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3077): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 3077): Sending signal. PID: 3077 SIG: 9
E/installd( 186): eof
E/installd( 186): failed to read size
I/installd( 186): closing connection
I/Zygote ( 2832): Exit zygote because system server (2962) has terminated
I/Netd ( 3136): Netd 1.0 starting
I/ServiceManager( 176): service 'media.audio_flinger' died
I/ServiceManager( 176): service 'media.player' died
I/ServiceManager( 176): service 'media.camera' died
I/ServiceManager( 176): service 'media.audio_policy' died
D/AndroidRuntime( 3137):
D/AndroidRuntime( 3137): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 3137): CheckJNI is OFF
D/dalvikvm( 3137): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 3137): Added shared lib libjavacore.so 0x0
D/dalvikvm( 3137): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 3137): Added shared lib libnativehelper.so 0x0
I/mediaserver( 3139): ServiceManager: 0x40d8ee28
I/AudioFlinger( 3139): Using default 3000 mSec as standby time.
I/CameraService( 3139): CameraService started (pid=3139)
I/QualcommCamera( 3139): Qint android::get_number_of_cameras(): E
I/QualcommCameraHardware( 3139): getCameraInfo: IN
I/QualcommCameraHardware( 3139): getCameraInfo: loading libqcamera at 0x400f865c
I/QualcommCameraHardware( 3139): getCameraInfo: numOfCameras = 2
I/QualcommCameraHardware( 3139): Camera sensor 0 info:
I/QualcommCameraHardware( 3139): camera_id: 0
I/QualcommCameraHardware( 3139): modes_supported: 5
I/QualcommCameraHardware( 3139): position: 0
I/QualcommCameraHardware( 3139): sensor_mount_angle: 0
I/QualcommCameraHardware( 3139): Camera sensor 1 info:
I/QualcommCameraHardware( 3139): camera_id: 1
I/QualcommCameraHardware( 3139): modes_supported: 5
I/QualcommCameraHardware( 3139): position: 1
I/QualcommCameraHardware( 3139): sensor_mount_angle: 270
I/QualcommCameraHardware( 3139): getCameraInfo: OUT
I/AudioPolicyManagerBase( 3139): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioHardwareMSM76XXA( 3139): get_audpp_filter
I/AudioHardwareMSM76XXA( 3139): open /system/etc/AudioFilter.csv success.
I/AudioHardwareMSM76XXA( 3139): EQ flag = 00.
E/AudioHardwareMSM76XXA( 3139): audioeq library open failure
I/AudioHardwareMSM76XXA( 3139): failed to set audpp parameters, exiting.
E/AudioHardwareMSM76XXA( 3139): failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
D/AudioHardwareMSM76XXA( 3139): Auto Volume Enabled= 0
I/AudioFlinger( 3139): loadHwModule() Loaded primary audio interface from QCOM Audio HW HAL (audio) handle 1
I/AudioFlinger( 3139): HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
I/AudioMixer( 3139): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/AudioFlinger( 3139): Using module 1 has the primary audio interface
D/AudioHardwareInterface( 3139): setMode(NORMAL)
I/AudioHardwareMSM76XXA( 3139): Set master volume to 7.
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(0, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(6, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(-1, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(12, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(3, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(16, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(25, 0, 7)
I/AudioFlinger( 3139): AudioFlinger's thread 0x40bd9008 ready to run
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(8, 0, 1)
W/AudioFlinger( 3139): Thread AudioOut_2 cannot connect to the power manager service
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(9, 0, 1)
W/AudioFlinger( 3139): Thread AudioOut_2 cannot connect to the power manager service
I/AudioHardwareMSM76XXA( 3139): Routing audio to Speakerphone
W/AudioHardwareMSM76XXA( 3139): rpc_snd_set_device(6, 1, 1)
D/AudioHardwareMSM76XXA( 3139): setVoiceVolume(0.400000)
I/AudioHardwareMSM76XXA( 3139): Setting in-call volume to 2 (available range is 2 to 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(2147483646, 0, 2)
I/AudioFlinger( 3139): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/AudioPolicyService( 3139): Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
I/SamplingProfilerIntegration( 3137): Profiling disabled.
I/Zygote ( 3137): Preloading classes...
D/dalvikvm( 3137): GC_EXPLICIT freed 37K, 84% free 420K/2560K, paused 0ms+1ms, total 6ms
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$2
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$3
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$4
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$5
E/BandwidthController( 3136): runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
E/BandwidthController( 3136): runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
W/Zygote ( 3137): Class not found for preloading: android.content.res.Resources$1
W/Zygote ( 3137): Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
W/Zygote ( 3137): Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
D/TextLayoutCache( 3137): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 3137): register_android_mtp_MtpDevice
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
W/Zygote ( 3137): Class not found for preloading: android.media.IRemoteControlClientDispatcher
W/Zygote ( 3137): Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
D/MDnsDS ( 3136): MDnsSdListener::Hander starting up
D/MDnsDS ( 3136): MDnsSdListener starting to monitor
D/MDnsDS ( 3136): Going to poll with pollCount 1
W/Zygote ( 3137): Class not found for preloading: android.os.Power
W/Zygote ( 3137): Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
W/Zygote ( 3137): Class not found for preloading: android.text.method.WordIterator$1
W/Zygote ( 3137): Class not found for preloading: android.view.InputHandler
W/Zygote ( 3137): Class not found for preloading: android.view.InputQueue$FinishedCallback
W/Zygote ( 3137): Class not found for preloading: android.view.ViewRootImpl$3
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 3137): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 3137): GC_FOR_ALLOC freed 618K, 36% free 1644K/2560K, paused 25ms, total 25ms
W/Zygote ( 3137): Class not found for preloading: android.widget.EdgeGlow
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$EasyEditSpanController
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$InputContentType
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$InputMethodState
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$TextAlign
E/PhonePolicy( 3137): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
W/Zygote ( 3137): Class not found for preloading: java.text.DecimalFormat$1
I have no clue how to solve it, do you have any ideas?
I've tried replaceing runtime lib but it doesn't help.

[ROM][WIP]Cyanogenmod 11 UNOFFICIAL[30/04/2014]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod 11.0 for the xperia x8 (Shakira)
Brought to you by klozz (aka TeamMEX)
CyanogenMod is a free, community built distribution of Android 4.4.x (KitKat) which greatly extends the capabilities of your phone.
This build is a UNOFFICIAL so CM not work on this build.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
#Disclaimer:
I release it because i need some help to make a working build for now this build stay in bootloop.
But you can try to test it.
I think this problem is to problems with ramdisk.
This source code are based on some of androidarmv6 and patches from me.
###Source:
https://github.com/xperience-x8
https://github.com/XPerience-x8/Shakira_Ramdisk Ramdisk
Any help you can send patches to my repo for KK are all the repo wit _KK in the name...
How to install:
Enter into CWM
Make format system
Make format data
Make format cache
Make format dalvick-cache
Install CM-11-2014xxxxx-shakira.zip
Reboot
crosses fingers and hopes to start
give me thanks or donation or simply, don't say anything
WORKING:
TouchScreen
Audio
NOT WORKING:
Bootloop so not testet
cm-11-20140430-shakira-unofficial.zip
OLDER DOWNLOADS:
cm-11-20140320-UNOFFICIAL-shakira.zip - 98.97 MB
cm-11-20140422-UNOFFICIAL-shakira.zip
MIRROR:
cm-11-20140422-UNOFFICIAL-shakira.zip - 100.57 MB
cm-11-20140427-UNOFFICIAL-shakira.zip - 96.62 MB
XDA:DevDB Information
CyanogenMod Shakira, a ROM for the Sony Ericsson XPERIA X8
Contributors
TeamMex, androidarmv6
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 2.6.x
Based On: CyanogenMod
Version Information
Status: Testing
Created 2014-04-18
Last Updated 2014-04-30
Reserved
changes...
WIP for proper build.
Bionic: _memcpy fixes
Bionic: skipped thumbs incompatibles on armv6
Bionic: cpu-features.h
Bionic: Libc __MEMCPY_CHK,bionic
Bionic: ashmem thnks to afi1982 for this fix.
Frameworks_av: added MSM_ion.h
MSM7x27 common: new surface for CameraHAL
MSM7x27: CameraHal update path of copybit
MSM7x27: Updates and new aditions like libnl,iw,recovery fixes
MSM7x27: upgrading sensors
Shakira conf: fix tag with add resource
Shakira conf:Removed unused stuff
Shakira conf: Added lowram
Shakira conf: Added some configs for cameraHAL fixes
Shakira conf: Updated fstab to v2
Sat 19 april 2014
Frameworks_Native: Libcamera (SEMC) fix for using eclair libcamera (2/3)
Frameworks_Native: graphics: Add directives for compatibility with older EGL blobs (1/2)
Frameworks_Native: New Theme Engine [2/6] CM11 Themes
Frameworks_AV: Libcamera (SEMC) fix for using eclair libcamera (1/3)
Frameworks_AV: graphics: Add directives for compatibility with older EGL blobs (2/2)
Frameworks_AV: [PATCH] Hacks for legacy OMX
Frameworks_Base: Workaround for old apps that cause null pointer exception
Frameworks_Base: Workaround to show the network stats settings, stats need for the kernel.
Frameworks_Base: Delay bootanimation until the kernel boot animation is done.
Frameworks_Base: WiredAccessoryObserver: Headset detection for sony msm7x27
Frameworks_Base: Cameraservice
hardware_qcom_display-legacy: Disable COPYBIT_PREMULTIPLIED_ALPHA for msm7x27
System_Core: We don't want to execute the argument passed by the reboot command,just the RECOVERY_PRE_COMMAND
System_Core: Workaround logd function
MSM7x27: Updated Build flags.
Build : Add support for ARMV6
Build: Add ARMV6 Flags
External webkit : Deleted webkit.
27-April-2014
System Server: Fixed null pointer exception battery services.
Frameworks Base: hide new AssetManager methods for themes
Frameworks Base: move def_lockscreen_targets and def_lockscreen_targets_no_telephony to frameworks/base/packages/SettingsProvider
Kernel_MSM7x27 : Updated to v5
28-April-2014
MediaStore: Media process is crashing with NullPointer exception
wallpapercropper: OOM issue while opening *.bmp image
WallpaperCropper: Fix crash when set .gif as wallpaper
CameraHardware: Deleted Longshot and Metadata (not work on Eclair libs)
Settings: Call equals() comparing different types
Frameworks_Native: libs/gui: Release acquired buffer when createImage fails
FrameworksAV: stagefright: ExtendedCodec: enable arbitrary/frame-by-frame mode
FrameworksAV: libstagefright: Drain input buffer on resume
30-April-2014
Reverted Libcamera (SEMC) fix for using eclair libcamera (1/3)
Fixed patch of older EGLibs
Fixed Error on libgenlock (Thnks to afi for giveme permission to use Genlock of Omnirom.)
Reverted delay bootanimation until the kernel boot animation is done.
Fixes for Sensors
Pakcages LegacyCamera : added support
Reserved
Very awesome !
With all due respect yours !
What works and what does not?
Which kernel does it work?
DjBodi said:
Very awesome !
With all due respect yours !
What works and what does not?
Which kernel does it work?
Click to expand...
Click to collapse
read this on first post:
#Disclaimer:
I release it because i need some help to make a working build for now this build stay in bootloop.
But you can try to test it.
I think this problem is to problems with ramdisk.
Click to expand...
Click to collapse
hubert123454 said:
read this on first post:
Click to expand...
Click to collapse
no man I know what the problem and I will contact you soon.
afi1982 said:
no man I know what the problem and I will contact you soon.
Click to expand...
Click to collapse
OK
thank you for your help
Can you post logcat please ?
mamutos said:
Can you post logcat please ?
Click to expand...
Click to collapse
I can't extract logcat but i can provide latest BugReport
I/SystemServer( 2746): Entropy Mixer
I/EntropyMixer( 2746): Writing entropy...
I/SystemServer( 2746): User Service
I/SystemServer( 2746): Account Manager
I/SystemServer( 2746): Content Manager
I/SystemServer( 2746): System Content Providers
I/SystemServer( 2746): Lights Service
I/SystemServer( 2746): Battery Service
E/System ( 2746): ******************************************
E/System ( 2746): ************ Failure starting core service
E/System ( 2746): java.lang.NullPointerException
E/System ( 2746): at com.android.server.BatteryService.<init>(BatterySe rvice.java:192)
E/System ( 2746): at com.android.server.ServerThread.initAndLoop(System Server.java:337)
E/System ( 2746): at com.android.server.SystemServer.main(SystemServer. java:1342)
E/System ( 2746): at java.lang.reflect.Method.invokeNative(Native Method)
E/System ( 2746): at java.lang.reflect.Method.invoke(Method.java:515)
E/System ( 2746): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:791)
E/System ( 2746): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:607)
E/System ( 2746): at dalvik.system.NativeStart.main(Native Method)
I/SystemServer( 2746): Input Method Service
W/InputMethodManagerService( 2746): Couldn't create dir.: /data/system/inputmethod
W/InputMethodManagerService( 2746): No IME selected. Choose the most applicable IME.
I/InputMethodManagerService( 2746): No default found, using com.android.inputmethod.latin/.LatinIME
I/SystemServer( 2746): Accessibility Manager
F/SystemServer( 2746): BOOT FAILURE making display ready
F/SystemServer( 2746): java.lang.NullPointerException
F/SystemServer( 2746): at com.android.server.ServerThread.initAndLoop(System Server.java:447)
F/SystemServer( 2746): at com.android.server.SystemServer.main(SystemServer. java:1342)
F/SystemServer( 2746): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 2746): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 2746): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:791)
F/SystemServer( 2746): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:607)
F/SystemServer( 2746): at dalvik.system.NativeStart.main(Native Method)
W/SystemServer( 2746): ***********************************************
D/AndroidRuntime( 2746): Shutting down VM
W/dalvikvm( 2746): threadid=1: thread exiting with uncaught exception (group=0x4161fc20)
E/AndroidRuntime( 2746): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 2746): java.lang.NullPointerException
E/AndroidRuntime( 2746): at com.android.server.am.ActivityManagerService.showB ootMessage(ActivityManagerService.java:5201)
E/AndroidRuntime( 2746): at com.android.server.ServerThread.initAndLoop(System Server.java:459)
E/AndroidRuntime( 2746): at com.android.server.SystemServer.main(SystemServer. java:1342)
E/AndroidRuntime( 2746): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2746): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2746): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:791)
E/AndroidRuntime( 2746): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:607)
E/AndroidRuntime( 2746): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 2746): Sending signal. PID: 2746 SIG: 9
I/ServiceManager( 1427): service 'permission' died
I/ServiceManager( 1427): service 'sensorservice' died
I/ServiceManager( 1427): service 'power' died
I/ServiceManager( 1427): service 'activity' died
I/ServiceManager( 1427): service 'procstats' died
I/ServiceManager( 1427): service 'meminfo' died
I/ServiceManager( 1427): service 'cpuinfo' died
I/ServiceManager( 1427): service 'package' died
I/ServiceManager( 1427): service 'batterystats' died
I/ServiceManager( 1427): service 'usagestats' died
I/ServiceManager( 1427): service 'appops' died
I/ServiceManager( 1427): service 'display' died
I/ServiceManager( 1427): service 'telephony.registry' died
I/ServiceManager( 1427): service 'scheduling_policy' died
I/ServiceManager( 1427): service 'hardware' died
I/ServiceManager( 1427): service 'account' died
I/ServiceManager( 1427): service 'entropy' died
I/ServiceManager( 1427): service 'content' died
I/ServiceManager( 1427): service 'user' died
I/ServiceManager( 1427): service 'gfxinfo' died
I/ServiceManager( 1427): service 'dbinfo' died
I/ServiceManager( 1427): service 'accessibility' died
I/ServiceManager( 1427): service 'input_method' died
E/installd( 1436): eof
E/installd( 1436): failed to read transaction id
I/installd( 1436): closing connection
I/Zygote ( 2458): Exit zygote because system server (2746) has terminated
I/ServiceManager( 1427): service 'media.audio_policy' died
I/ServiceManager( 1427): service 'media.audio_flinger' died
I/ServiceManager( 1427): service 'media.player' died
I/ServiceManager( 1427): service 'media.camera' died
Click to expand...
Click to collapse
here you can see why it's bootlooping take it as a hint
afi1982 said:
here you can see why it's bootlooping take it as a hint
Click to expand...
Click to collapse
Thnks I'm Try to fix it
[LIST]Kernels and ROMs for the SE Xperia X8
Added your ROM to my list.
Keep up the great work :good: :good: :good:
TheScriptKitty said:
Added your ROM to my list.
Keep up the great work :good: :good: :good:
Click to expand...
Click to collapse
Thank you
afi1982 said:
here you can see why it's bootlooping take it as a hint
Click to expand...
Click to collapse
Anny ideas xD
PD: Uploaded NEW zip for test and send me logcats
I can't test this zip because I'm changing the casing of xperia x8 and is completely disarmed
TeamMex said:
Anny ideas xD
PD: Uploaded NEW zip for test and send me logcats
I can't test this zip because I'm changing the casing of xperia x8 and is completely disarmed
Click to expand...
Click to collapse
I wil try
afi1982 said:
I wil try
Click to expand...
Click to collapse
Thank you
TeamMex said:
Thank you
Click to expand...
Click to collapse
any progress with the WIFI driver?
afi1982 said:
any progress with the WIFI driver?
Click to expand...
Click to collapse
So far I haven't worked on it.
But I have some ideas about it who applies after booting the rom.
Boot?
remains the problem of null pointer?
if so, how they fixed it in OmniROM?
I would appreciate your help.
cheers.
TeamMex, this is bootable version cm11 and instal on your kk04 kernel ?
hubert123454 said:
TeamMex, this is bootable version cm11 and instal on your kk04 kernel ?
Click to expand...
Click to collapse
Is for testing brother, some testers say not boot so maybe not,
My x8 for now is dead xD...
I waiting for response of AFI maybe him help me to fix null pointer problem...

[Q] Google Play services and Android modifications

I have problems with Google Play services after I made couple of small
logging source code changes to Android frameworks files. I have tried
with various GApps packages from BasketBuild.
I have rebuilt CyanogenMod12 20150318 build for hammerhead (Nexus5)
and installed also Google Apps. Everything works fine with unmodified
code. Next I tried to study and debug control flow of Android activities and
process creation by adding log output messages to a couple of class
methods in frameworks/base and recompiled again. Basically everything
still works fine but there is a nasty side effect as Google Play
services start to fail. There is a popup message:
"Unfortunately, Google Play services has stopped"
Obviously my changes are causing these problems but I do not
understand what is happening and why only Google Play services
seem to fail. Seems like modifications to final Java classes like
ActivityRecord, ActivityManagerService, ActivityStackSupervisor are
triggering these problems. I did not add or modify class function
APIs or data members. I just added couple of log prints and tests for
intents. These problems are already present during system setup.
I have to delay network configuration as otherwise this Google Play
error is causing the whole configuration phase to stuck.
Attached logcat log contains many suspicous messages:
1. Two jar files do not exist or contain no resources
The jar files actually are in /system/framework directory but for some
reason the files cannot be used.
2. Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application'
Google search found couple of postings with this message and there
were hints that this could be a signing key problem. However, I did
not detect any Cyanogenmod instructions and my initial unmodified
build worked with GApps and Google services.
3. Parcel errors when unmarshalling
Class com.google.android.gms.auth.firstparty.shared.AppDescription
not found. This is causing android.os.BadParcelableException
exception.
Any ideas what could cause these problems. Here is extract from log output:
I/ActivityManager( 772): Start proc com.google.android.gms.ui for activity com.google.android.gms/.games.ui.signin.SignInActivity: pid=7978 uid=10022 gids={50022, 9997, 2001, 3003, 1007, 3006, 3007, 3002, 3001, 1028, 1015, 1005} abi=armeabi-v7a
E/Zygote ( 7978): ForkAndSpecializeCommon - name=com.google.android.gms.ui info=release
I/Timeline( 7945): Timeline: Activity_idle id: [email protected] time:7502907
W/ResourcesManager( 7978): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
W/ResourcesManager( 7978): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
I/MultiDex( 7978): VM with version 2.1.0 has multidex support
I/MultiDex( 7978): install
I/MultiDex( 7978): VM has multidex support, MultiDex support library is disabled.
I/ProviderInstaller( 7978): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application'
D/GCM ( 2484): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE
D/AuthorizationBluetoothService( 2484): Received GmsCore event: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$AutoStarter }.
D/c ( 2484): Getting all permits...
D/a ( 2484): Opening database...
D/LocationInitializer( 2680): Restart initialization of location
D/a ( 2484): Opening database auth.proximity.permit_store...
D/a ( 2484): Closing database...
D/OpenGLRenderer( 7978): Render dirty regions requested: true
D/Atlas ( 7978): Validating map...
I/Adreno-EGL( 7978): <qeglDrvAPI_eglInitialize:410>: QUALCOMM Build: 10/24/14, 167c270, I68fa98814b
I/OpenGLRenderer( 7978): Initialized EGL, version 1.4
D/OpenGLRenderer( 7978): Enabling debug mode 0
I/ActivityManager( 772): START u0 {act=com.google.android.gms.common.account.CHOOSE_ACCOUNT flg=0x20000000 pkg=com.google.android.gms cmp=com.google.android.gms/.common.account.AccountPickerActivity (has extras)} from uid 10022 on display 0
I/Timeline( 772): Timeline: Activity_windows_visible id: ActivityRecord{3cfb3e37 u0 com.google.android.gms/.games.ui.signin.SignInActivity t13} time:7503232
W/GLSActivity( 2484): [LegacyAuthenticator] The app AppDescription<com.google.android.gms, 10022> is invoking addAccount
W/GLSActivity( 2484): [LegacyAuthenticator] Returning intent launch AccountIntroActivity.
I/Timeline( 7978): Timeline: Activity_launch_request id:com.google.android.gms time:7503308
I/ActivityManager( 772): START u0 {flg=0x80000 cmp=com.google.android.gms/.auth.gsf.AccountIntroActivity (has extras)} from uid 10022 on display 0
I/GLSActivity( 7978): [AccountIntroActivity] Provisioning with name/email. Edu: false
I/GLSActivity( 7978): [AccountIntroActivity] Setup a Google account using GmsCore managed workflow.
I/Timeline( 7978): Timeline: Activity_launch_request id:com.google.android.gms time:7503474
E/Parcel ( 772): Class not found when unmarshalling: com.google.android.gms.auth.firstparty.shared.AppDescription
E/Parcel ( 772): java.lang.ClassNotFoundException: com.google.android.gms.auth.firstparty.shared.AppDescription
E/Parcel ( 772): at java.lang.Class.classForName(Native Method)
E/Parcel ( 772): at java.lang.Class.forName(Class.java:308)
E/Parcel ( 772): at java.lang.Class.forName(Class.java:272)
E/Parcel ( 772): at android.os.Parcel.readParcelableCreator(Parcel.java:2275)
E/Parcel ( 772): at android.os.Parcel.readParcelable(Parcel.java:2239)
E/Parcel ( 772): at android.os.Parcel.readValue(Parcel.java:2146)
E/Parcel ( 772): at android.os.Parcel.readArrayMapInternal(Parcel.java:2479)
E/Parcel ( 772): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
E/Parcel ( 772): at android.os.BaseBundle.containsKey(BaseBundle.java:269)
E/Parcel ( 772): at com.android.server.am.ActivityStackSupervisor.startActivityLocked(ActivityStackSupervisor.java:1314)
E/Parcel ( 772): at com.android.server.am.ActivityStackSupervisor.startActivityMayWait(ActivityStackSupervisor.java:950)
E/Parcel ( 772): at com.android.server.am.ActivityManagerService.startActivityAsUser(ActivityManagerService.java:3654)
E/Parcel ( 772): at com.android.server.am.ActivityManagerService.startActivity(ActivityManagerService.java:3641)
E/Parcel ( 772): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:141)
E/Parcel ( 772): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2476)
E/Parcel ( 772): at android.os.Binder.execTransact(Binder.java:446)
E/Parcel ( 772): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.auth.firstparty.shared.AppDescription" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/Parcel ( 772): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/Parcel ( 772): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
E/Parcel ( 772): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
E/Parcel ( 772): ... 16 more
E/Parcel ( 772): Suppressed: java.lang.ClassNotFoundException: com.google.android.gms.auth.firstparty.shared.AppDescription
E/Parcel ( 772): at java.lang.Class.classForName(Native Method)
E/Parcel ( 772): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
E/Parcel ( 772): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
E/Parcel ( 772): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
E/Parcel ( 772): ... 17 more
E/Parcel ( 772): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
F/ActivityManager( 772): Activity Manager Crash
F/ActivityManager( 772): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.auth.firstparty.shared.AppDescription
F/ActivityManager( 772): at android.os.Parcel.readParcelableCreator(Parcel.java:2289)
F/ActivityManager( 772): at android.os.Parcel.readParcelable(Parcel.java:2239)
F/ActivityManager( 772): at android.os.Parcel.readValue(Parcel.java:2146)
F/ActivityManager( 772): at android.os.Parcel.readArrayMapInternal(Parcel.java:2479)
F/ActivityManager( 772): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
F/ActivityManager( 772): at android.os.BaseBundle.containsKey(BaseBundle.java:269)
F/ActivityManager( 772): at com.android.server.am.ActivityStackSupervisor.startActivityLocked(ActivityStackSupervisor.java:1314)
F/ActivityManager( 772): at com.android.server.am.ActivityStackSupervisor.startActivityMayWait(ActivityStackSupervisor.java:950)
F/ActivityManager( 772): at com.android.server.am.ActivityManagerService.startActivityAsUser(ActivityManagerService.java:3654)
F/ActivityManager( 772): at com.android.server.am.ActivityManagerService.startActivity(ActivityManagerService.java:3641)
F/ActivityManager( 772): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:141)
F/ActivityManager( 772): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2476)
F/ActivityManager( 772): at android.os.Binder.execTransact(Binder.java:446)
D/AndroidRuntime( 7978): Shutting down VM
--------- beginning of crash
E/AndroidRuntime( 7978): FATAL EXCEPTION: main
E/AndroidRuntime( 7978): Process: com.google.android.gms.ui, PID: 7978
E/AndroidRuntime( 7978): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.gms/com.google.android.gms.auth.gsf.AccountIntroActivity}: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.auth.firstparty.shared.AppDescription
E/AndroidRuntime( 7978): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2329)
E/AndroidRuntime( 7978): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2391)
E/AndroidRuntime( 7978): at android.app.ActivityThread.access$900(ActivityThread.java:147)
E/AndroidRuntime( 7978): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1296)
E/AndroidRuntime( 7978): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 7978): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 7978): at android.app.ActivityThread.main(ActivityThread.java:5256)
E/AndroidRuntime( 7978): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 7978): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 7978): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 7978): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
E/AndroidRuntime( 7978): Caused by: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.auth.firstparty.shared.AppDescription
E/AndroidRuntime( 7978): at android.os.Parcel.readException(Parcel.java:1542)
E/AndroidRuntime( 7978): at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 7978): at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2414)
E/AndroidRuntime( 7978): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 7978): at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 7978): at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 7978): at android.support.v4.app.q.startActivityForResult(SourceFile:817)
E/AndroidRuntime( 7978): at com.google.android.gms.auth.gsf.b.startActivityForResult(SourceFile:660)
E/AndroidRuntime( 7978): at com.google.android.gms.auth.gsf.b.a(SourceFile:513)
E/AndroidRuntime( 7978): at com.google.android.gms.auth.gsf.AccountIntroActivity.i(SourceFile:358)
E/AndroidRuntime( 7978): at com.google.android.gms.auth.gsf.AccountIntroActivity.d(SourceFile:213)
E/AndroidRuntime( 7978): at com.google.android.gms.auth.gsf.AccountIntroActivity.onCreate(SourceFile:188)
E/AndroidRuntime( 7978): at android.app.Activity.performCreate(Activity.java:5933)
E/AndroidRuntime( 7978): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105)
E/AndroidRuntime( 7978): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2282)
E/AndroidRuntime( 7978): ... 10 more
W/ActivityManager( 772): Force finishing activity com.google.android.gms/.auth.gsf.AccountIntroActivity
W/ActivityManager( 772): Force finishing activity com.google.android.gms/.common.account.AccountPickerActivity
W/DropBoxManagerService( 772): Dropping: system_server_wtf (1497 > 0 bytes)
W/DropBoxManagerService( 772): Dropping: system_app_crash (2410 > 0 bytes)

Categories

Resources