Slow Down / Hang / Auto-Reboot Every Few Days? - myTouch 3G, Magic General

Hi all, I was wondering if it's common for any ROM to slow down after a few days of usage, sometimes resulting in an auto-reboot or the system hanging? Thank you . I have that every once in a while and was wondering if it's a common sentiment shared by all Android users?
For example, I can have it running for like 4 days straight with no issues, then when I try to send an SMS, or browse the internet, the phone hangs (and sometimes auto-reboots), usually with me removing and reinserting the battery.
I'm not sure if it could be due to any software/widget I'm running, will post a list up when I can.
Thanks!

yes, definitely happens to me also.
Probably depends on the applications you have. A lot of application are not really kind to our phone, resource wise...
I have a Magic SFR (vodafone, "google experience"), with non modified ROM.
It is really hard to precisely track the faulty applications. Even with spare parts,ddms,... I cannot get enough information (easily) to really know what happens exactly. (Though of course I already could spot some unwanted applications that were too demanding).
I hope that in next android releases, this will be improved (ways for user to better track apps behaviour)

Just an update on this issue, I noticed that there are 2 kinds of reboot. The normal startup sequence is:
1. HTC Magic
2. Android (or Hero/Whatever) Logo
3. Home
I've experienced a kind of reboot where it starts from the Android logo, without going back to the HTC Magic first. Also, it's really weird in that the "uptime" is not reset. In other words, if I've been using the phone for the past 3 hours and then it "reboots", typing uptime in terminal will still show 3 hours plus. It's like restarting explorer.exe in Windows, only that all the apps (that are supposed to auto-start) are reloaded as well.
The other kind of reboot is well, a reboot, starting from HTC Magic onwards.
Anyone else experience/experiencing this?

I managed to get some logs before the "reboot". Now I know it's a crash:
Code:
D/UpdateService( 520): Processing thread started
D/UpdateService( 520): >>>> Activate a backup alarm in 15 minutes in case of service crash
D/UpdateService( 520): 3 : not configured yet, so skipping update (nbInvalidUpdate = 21)
D/UpdateService( 520): 51 : delta since last forecast update is 27.0 min / update_period is 60.0 min
D/UpdateService( 520): 51 : doesn't need update
D/UpdateService( 2570): 33 : launch view update
D/UpdateService( 2570): 33 : providerName = org.koxx.pure_calendar.Cal4x4AppWidget
D/UpdateService( 520): 51 : next update at 1256667594000, in 32.0 min
D/UpdateService( 520): >>>> Requesting next update at 1256667594000, in 32.0 min <<<<
I/ActivityManager( 72): Stopping service: org.koxx.forecast_weather.v2/.UpdateService
D/dalvikvm( 2570): GC freed 5974 objects / 363472 bytes in 239ms
D/dalvikvm( 2548): GC freed 6568 objects / 307560 bytes in 332ms
D/UpdateService( 2570): 33 : updateAppWidget (push update to remote view)
D/UpdateService( 2570): 48 : delta since last forecast update is 2.0944426E7 min / update_period is 1440.0 min
D/UpdateService( 2570): 48 : need update
D/UpdateService( 2570): 48 : request calendar update
D/UpdateService( 2570): 48 : next update at 1256752018000, in 1439.0 min
D/UpdateService( 2570): 48 : launch view update
D/UpdateService( 2570): 48 : providerName = org.koxx.pure_calendar.Cal4x4AppWidget
D/dalvikvm( 2570): GC freed 4627 objects / 275512 bytes in 177ms
D/dalvikvm( 379): GC freed 3791 objects / 250552 bytes in 222ms
D/FileSystemProvider( 2548): getType uri:content://com.metago.astro.filesystem/sdcard/.org.koxx.pure_messenger query:null authority:com.metago.astro.filesystem shceme:content path:/sdcard/.org.koxx.pure_messenger
D/FileCreator( 2548): creatExtFile path:/sdcard/.org.koxx.pure_messenger
D/MenuDialog( 2548): PrepareToShow allenabled:true
E/dalvikvm-heap( 72): 512000-byte external allocation too large for this process.
E/ ( 72): VM won't let us allocate 512000 bytes
E/JavaBinder( 72): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
E/JavaBinder( 72): java.lang.OutOfMemoryError: bitmap size exceeds VM budget
E/JavaBinder( 72): at android.graphics.Bitmap.nativeCreateFromParcel(Native Method)
E/JavaBinder( 72): at android.graphics.Bitmap.access$000(Bitmap.java:29)
E/JavaBinder( 72): at android.graphics.Bitmap$1.createFromParcel(Bitmap.java:870)
E/JavaBinder( 72): at android.graphics.Bitmap$1.createFromParcel(Bitmap.java:876)
E/JavaBinder( 72): at android.widget.RemoteViews$ReflectionAction.<init>(RemoteViews.java:323)
E/JavaBinder( 72): at android.widget.RemoteViews.<init>(RemoteViews.java:490)
E/JavaBinder( 72): at android.widget.RemoteViews$1.createFromParcel(RemoteViews.java:905)
E/JavaBinder( 72): at android.widget.RemoteViews$1.createFromParcel(RemoteViews.java:908)
E/JavaBinder( 72): at com.android.internal.appwidget.IAppWidgetService$Stub.onTransact(IAppWidgetService.java:143)
E/JavaBinder( 72): at android.os.Binder.execTransact(Binder.java:287)
E/JavaBinder( 72): at dalvik.system.NativeStart.run(Native Method)
I/XT9IME ( 1963): [finishInput]
W/dalvikvm( 72): threadid=87: thread exiting with uncaught exception (group=0x4001da20)
E/AndroidRuntime( 72): Uncaught handler: thread Binder Thread #15 exiting due to uncaught exception
E/AndroidRuntime( 72): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
Followed by many services dying and then the system reboots, uptime remains unchanged. I did some searching and found this: http://forum.xda-developers.com/showthread.php?p=4529939
So the problem in this case might be this: E/AndroidRuntime( 72): Uncaught handler: thread Binder Thread #15 exiting due to uncaught exception

Related

Emulate a ROM

Is it possible to emulate an android ROM on a computer?
If you grab the SDK, you can run any version of Android in the emulator. If you want to run an actual ROM you will need to create an image of /system (as system.img) and replace that with those in the SDK folder.
thanks alot! that helped me alot
and yes, i want to run an actual ROM. what filesystem does it have to be?
was thinking about something like...
(cd PATH)
dd if=/dev/zero of=system bs=1024 count=#KB_needed
losetup /dev/loop0 system
mkfs -f FS /dev/loop0
(mkdir /mnt/system)
mount /dev/loop0 /mnt/system/
cp -a system /mnt/system/
umount /mnt/system/
losetup -d /dev/loop0
do you know any good tools for this exept for dd?
Never tried so I honestly don't know, you sound like you know a lot more than me about creating/mounting images than me, so it's probably best to use your judement. The easiest way is just to make a nadroid back backup, flash the ROM you want to test, nadroid that and grab system.img, revert to your old nandroid backup. It's tedious, and it doesn't help if you want to test a ROM before flashing, but that's the only method I've heard people use.
okay. thanks
HTC Sense UI system.img
Does anybody know where I can download a system.img for a HTC with Sense UI (Hero for example)? I have been looking for ages with no luck.
My app is not working on a customers Hero and I am trying to find a Hero system.img to run in the emulator so I can work out why it fails on this phone.
I dont own a Hero, so am unable to extract my own system.img.
You can get HTC official ROMs here:
http://forum.xda-developers.com/showthread.php?t=559622
if you've got a windows computer you probably could extract the content of this exe file and then try to follow my previous instructions to make the system.img.
And if you don't have an unix/linux box.. You could send the content of the exe file to me, if you are able to extract the data in it. (I'm in China with a netbook atm and not able to extract the exe file with my limited tools). Then I could try to make you a system.img
I tried that, but without an HTC phone connected to the PC USB the exe wont extract.
I take that back. I found the files in my temp folder. I have extracted ROM.zip including the system.img into the avd folder, but the emulator is failing to bring it up.
could you upload that zip file here or on rapidshare? then i could have a look at it
Here is the rom.zip file from RUU_Hero_HTC_WWE_2.73.405.38_WWE_release_signed_NoDriver.exe:
rom.zip
Other people must be doing this kindof thing to test their apps?
Here is the logcat. It looks like the sytem process is starting to come up, then fails. This repeats over and over.
12-16 18:34:20.945: INFO/SystemServer(113): Starting telephony registry
12-16 18:34:20.975: INFO/SystemServer(113): Starting Package Manager.
12-16 18:34:21.056: INFO/Installer(113): connecting...
12-16 18:34:21.075: INFO/installd(33): new connection
12-16 18:34:21.205: INFO/PackageManager(113): Got library com.google.android.maps in /system/framework/com.google.android.maps.jar
12-16 18:34:21.225: INFO/PackageManager(113): Got library com.google.android.gtalkservice in /system/framework/com.google.android.gtalkservice.jar
12-16 18:34:21.265: INFO/PackageManager(113): Got library com.htc.framework in /system/framework/com.htc.framework.jar
12-16 18:34:21.515: INFO/PackageManager(113): Got library android.awt in /system/framework/android.awt.jar
12-16 18:34:21.535: INFO/PackageManager(113): Got library android.test.runner in /system/framework/android.test.runner.jar
12-16 18:34:21.535: INFO/PackageManager(113): Got library com.android.im.plugin in /system/framework/com.android.im.plugin.jar
12-16 18:34:21.545: INFO/PackageManager(113): Got library com.htc.android.pimlib in /system/framework/com.htc.android.pimlib.jar
12-16 18:34:21.565: INFO/PackageManager(113): Got library com.htc.android.easopen in /system/framework/com.htc.android.easopen.jar
12-16 18:34:21.565: INFO/PackageManager(113): Got library com.scalado.util.ScaladoUtil in /system/framework/com.scalado.util.ScaladoUtil.jar
12-16 18:34:22.596: DEBUG/dalvikvm(113): GC freed 4273 objects / 216216 bytes in 302ms
12-16 18:34:23.476: ERROR/PackageManager(113): Adding duplicate shared user, keeping first: android.uid.shared
12-16 18:34:23.526: ERROR/PackageManager(113): Occurred while parsing settings at line -1, column -1
12-16 18:34:23.546: ERROR/PackageManager(113): Adding duplicate shared user, keeping first: com.htc.rosie.uid.shared
12-16 18:34:23.596: ERROR/PackageManager(113): Occurred while parsing settings at line -1, column -1
12-16 18:34:23.746: ERROR/PackageManager(113): Bad package setting: package com.android.providers.contacts has shared uid 10008 that is not defined
12-16 18:34:23.746: ERROR/PackageManager(113): Bad package setting: package com.android.launcher has shared uid 10008 that is not defined
12-16 18:34:23.756: ERROR/PackageManager(113): Bad package setting: package com.android.googlesearch has shared uid 10008 that is not defined
12-16 18:34:23.766: ERROR/PackageManager(113): Bad package setting: package com.android.inputmethod.latin has shared uid 10008 that is not defined
12-16 18:34:23.786: ERROR/PackageManager(113): Bad package setting: package com.htc.MusicWidget has shared uid 10047 that is not defined
12-16 18:34:23.816: ERROR/PackageManager(113): Bad package setting: package com.android.contacts has shared uid 10008 that is not defined
12-16 18:34:23.836: ERROR/PackageManager(113): Bad package setting: package com.android.providers.userdictionary has shared uid 10008 that is not defined
12-16 18:34:23.846: ERROR/PackageManager(113): Bad package setting: package com.android.providers.im has shared uid 10008 that is not defined
12-16 18:34:23.896: INFO/dalvikvm(113): DexOpt: Some deps went away
12-16 18:34:23.926: ERROR/dalvikvm(113): /system/framework/com.scalado.util.ScaladoUtil.jar odex has stale dependencies
12-16 18:34:23.926: ERROR/dalvikvm(113): odex source not available -- failing
12-16 18:34:23.926: WARN/dalvikvm(113): threadid=15: thread exiting with uncaught exception (group=0x40013140)
12-16 18:34:23.936: ERROR/AndroidRuntime(113): Uncaught handler: thread android.server.ServerThread exiting due to uncaught exception
12-16 18:34:23.956: ERROR/AndroidRuntime(113): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
12-16 18:34:23.966: ERROR/AndroidRuntime(113): dalvik.system.StaleDexCacheError: /system/framework/com.scalado.util.ScaladoUtil.jar
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at dalvik.system.DexFile.isDexOptNeeded(Native Method)
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:419)
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at com.android.server.PackageManagerService.main(PackageManagerService.java:261)
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at com.android.server.ServerThread.run(SystemServer.java:126)
12-16 18:34:24.006: ERROR/AndroidRuntime(113): Crash logging skipped, no checkin service
12-16 18:34:24.006: ERROR/AndroidRuntime(113): Crash logging skipped, no htc checkin service
12-16 18:34:24.036: INFO/Process(113): Sending signal. PID: 113 SIG: 9
12-16 18:34:24.066: INFO/Zygote(102): Exit zygote because system server (113) has terminated
12-16 18:34:24.086: INFO/ServiceManager(26): service 'usagestats' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'SurfaceFlinger' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'power' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'batteryinfo' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'telephony.registry' died
12-16 18:34:24.106: ERROR/installd(33): eof
12-16 18:34:24.106: ERROR/installd(33): failed to read size
12-16 18:34:24.106: INFO/installd(33): closing connection
12-16 18:34:24.146: INFO/ServiceManager(26): service 'media.audio_flinger' died
12-16 18:34:24.146: INFO/ServiceManager(26): service 'media.player' died
12-16 18:34:24.146: INFO/ServiceManager(26): service 'media.camera' died
12-16 18:34:25.096: DEBUG/AndroidRuntime(130): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
12-16 18:34:25.116: DEBUG/AndroidRuntime(130): CheckJNI is ON
12-16 18:34:25.686: DEBUG/AndroidRuntime(130): --- registering native functions ---
12-16 18:34:25.956: INFO/(129): ServiceManager: 0xac38
12-16 18:34:25.956: DEBUG/AudioHardwareInterface(129): Running in emulation - using generic audio driver
12-16 18:34:25.956: INFO/AudioFlinger(129): Create BTIPSA2dpInterface
12-16 18:34:25.966: DEBUG/BTIPSA2dpInterface(129): BTIPSA2dpInterface 1.0.0.0.
12-16 18:34:25.966: DEBUG/BTIPSA2dpInterface(129): BTIPSA2dpInterface:penOutputStream 1, 0, 0
12-16 18:34:25.966: INFO/(129): Creating ashmem region names /data/btips/btips_mm_shm size 20480
12-16 18:34:25.966: INFO/AudioFlinger(129): AudioFlinger's thread ready to run for output 0
12-16 18:34:25.986: DEBUG/BTIPSA2dpInterface(129): BTIPSA2dpStreamOut::set 1, 0, 0
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setRouting 0 2 -1, tid 129, calling tid 129
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setRouting 1 2 -1, tid 129, calling tid 129
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setRouting 2 1 -1, tid 129, calling tid 129
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setMode to mode 0
12-16 18:34:25.996: INFO/AudioFlinger(129): AudioFlinger's thread ready to run for output 1
12-16 18:34:26.006: INFO/CameraService(129): CameraService started: pid=129
12-16 18:34:26.086: DEBUG/(130): ======================== register_android_graphics_Canvas, g_haveProfilerFile=0
12-16 18:34:26.476: INFO/Zygote(130): Preloading classes...
12-16 18:34:26.486: DEBUG/dalvikvm(130): GC freed 786 objects / 43096 bytes in 9ms
12-16 18:34:26.746: DEBUG/dalvikvm(130): GC freed 275 objects / 17264 bytes in 6ms
12-16 18:34:26.956: DEBUG/dalvikvm(130): GC freed 200 objects / 12200 bytes in 8ms
12-16 18:34:27.096: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.346: DEBUG/dalvikvm(130): Added shared lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.356: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.356: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.366: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.366: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.386: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.386: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.396: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.396: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.426: DEBUG/dalvikvm(130): GC freed 467 objects / 29272 bytes in 10ms
Click to expand...
Click to collapse
Anybody?
Someone must have emulated HTC Touch / Sense UI?!
Okay... After unzipping and manipulating a 2.1 ROM to my liking; I have now resigned it...
Can someone please explain to me how I would go about testing it with the Android SDK Emulator?
I have already created a 2.1 AVD and the emulator loads to the "ANDROID" screen...
What must I do to test out this newly packaged ROM file?

Touchscreen Unresponsive - Logcat Inside

Hi all,
I've had my Magic since September and for the last few weeks it has intermittently been unresponsive to touch, the screen displays fine but it won't acknowledge any touch. In the last 2 days this has gotten a lot worse and now it barely works at all.
Any attempt to access the Contacts/Dialer throws up a Force close on process com.android.phone
Initially I thought this was a software problem but now I am not so sure. I have reverted back to the stock Vodafone AU rom that I backed up when I initially purchased and am getting ready to send back to HTC but thought I would ask on here as well.
Below is the logcat from a fresh reboot - Quite a few errors I think
Code:
E:\HTC Magic Tools\android-sdk-windows\tools>adb logcat -b main *:W
E/RIL Acoustic( 33): can't open /dev/htc-acoustic -1
E/HTC Acoustic( 35): Fail to open /system/etc/AudioPara_VODA-Australia.csv -1.
E/A2DP ( 35): bt_audio_service_open failed
E/A2dpAudioInterface( 35): a2dp_init failed err: -111
E/AudioFlinger( 35): mA2dpDisableCount is already zero
W/SurfaceFlinger( 58): couldn't grant gpu core to pid 58
E/GLLogger( 58): h/w accelerated eglGetDisplay() failed (EGL_SUCCESS)
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/overlay.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/overlay.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/overlay.msm7k.so error=Cannot fin
d library
W/HAL ( 58): load: module=/system/lib/hw/overlay.default.so error=Cannot f
ind library
W/HAL ( 58): load: module=/system/lib/hw/lights.sapphire.so error=Cannot f
ind library
W/HAL ( 58): load: module=/system/lib/hw/lights.sapphire.so error=Cannot f
ind library
E/lights ( 58): write_int failed to open /sys/class/leds/keyboard-backlight/b
rightness
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f060001
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f030003
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f030000
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f03000c
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f030000
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x00000000
W/StatusBar( 58): Icon not found in <system>: 0
W/CheckinService( 58): No saved kernel log file
E/ApplicationContext( 58): Couldn't create directory for SharedPreferences fil
e shared_prefs/wallpaper-hints.xml
W/ActivityManager( 58): Unable to start service Intent { action=com.android.us
sd.IExtendedNetworkService }: not found
W/SurfaceFlinger( 58): executeScheduledBroadcasts() skipped, contention on the
client. We'll try again later...
W/AudioFlinger( 35): write blocked for 111 msecs
Thanks in advance for any assistance you can offer me, it would be really appreciated!!
Let me know if you need further info
Some further information
If I try to open Contacts using the trackball the Logcat expands to add the following: -
Code:
W/InputManagerService( 58): Window already focused, ignoring focus gain of: co
[email protected]
W/ResourceType( 95): Failure getting entry for 0x7f030005 (t=2 e=5) in package
0: 0xffffffb5
W/dalvikvm( 95): threadid=3: thread exiting with uncaught exception (group=0x4
000fe70)
E/AndroidRuntime( 95): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime( 95): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: androi
d.content.res.Resources$NotFoundException: Resource ID #0x7f030005
E/AndroidRuntime( 95): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2268)
E/AndroidRuntime( 95): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2284)
E/AndroidRuntime( 95): at android.app.ActivityThread.access$1800(Activi
tyThread.java:112)
E/AndroidRuntime( 95): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1692)
E/AndroidRuntime( 95): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 95): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 95): at android.app.ActivityThread.main(ActivityThrea
d.java:3948)
E/AndroidRuntime( 95): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 95): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 95): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 95): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:540)
E/AndroidRuntime( 95): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 95): Caused by: android.content.res.Resources$NotFoundExcept
ion: Resource ID #0x7f030005
E/AndroidRuntime( 95): at android.content.res.Resources.getValue(Resour
ces.java:846)
E/AndroidRuntime( 95): at android.content.res.Resources.loadXmlResource
Parser(Resources.java:1796)
E/AndroidRuntime( 95): at android.content.res.Resources.getLayout(Resou
rces.java:685)
E/AndroidRuntime( 95): at android.view.LayoutInflater.inflate(LayoutInf
later.java:318)
E/AndroidRuntime( 95): at android.view.LayoutInflater.inflate(LayoutInf
later.java:276)
E/AndroidRuntime( 95): at com.android.internal.policy.impl.PhoneWindow.
setContentView(PhoneWindow.java:309)
E/AndroidRuntime( 95): at android.app.Activity.setContentView(Activity.
java:1626)
E/AndroidRuntime( 95): at com.android.contacts.DialtactsActivity.onCrea
te(DialtactsActivity.java:73)
E/AndroidRuntime( 95): at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1123)
E/AndroidRuntime( 95): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2231)
E/AndroidRuntime( 95): ... 11 more
W/ActivityManager( 58): Scheduling restart of crashed service com.google.andro
id.apps.gtalkservice/com.google.android.gtalkservice.service.GTalkService in 500
0ms
W/InputManagerService( 58): Got RemoteException sending setActive(false) notif
ication to pid 95 uid 10004

[Q] Gmail reinstall problems

Hi,
on my 1.1.2 NST, Gmail never worked properly. Everytime after syncing email the application would just throw my back to my homescreen, and also emails that were long gone from my Gmail inbox would still be displayed.
So I thought that uninstalling and reinstalling Gmail might help (this did wonders for Opera).
So I uninstalled it using Root Explorer (made a backup before).
But I cannot install Gmail from the market (allegendly it is not compatible with my device).
Also I cannot reinstall the backup I made with Root Explorer. The Root Explorer app itself does not seem to have a function for that; and if I just launch the APK manually I get the permission screen, I say OK, but then I just get "Application not installed."
Do you have any advice for getting Gmail back, and in such a way that it will work this time? Thanks a lot!
rh
My gmail also FC's... I just think the nook's OS is a bit buggy.
This is the log at the point where the crash happens.
Code:
D/dalvikvm( 843): GC freed 0 objects / 0 bytes in 35ms
W/dalvikvm( 843): threadid=23: thread exiting with uncaught exception (group=0x4001b170)
E/AndroidRuntime( 843): Uncaught handler: thread Background tasks exiting due to uncaught exception
D/Gmail ( 843): clearNewUnreadMailForNotificationLabelIfNeeded. Count: 0, label: -5/^^unseen-^i
D/Gmail ( 843): clearNewUnreadMailForNotificationLabelIfNeeded. Count: 0, label: -6/^^unseen-^^vmi
[COLOR="Red"]E/AndroidRuntime( 843): java.lang.NullPointerException[/COLOR]
E/AndroidRuntime( 843): at android.text.TextUtils.split(TextUtils.java:328)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailCore.onConversationChanged(MailCore.java:646)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailEngine$PublicMailStore.notifyConversationChanged(MailEngine.java:2460)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailSync.handleConversationProto(MailSync.java:1677)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailSync.handleResponseProto(MailSync.java:875)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailSync.handleResponse(MailSync.java:774)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailSync.handleSyncResponse(MailSync.java:756)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailEngine.runSyncLoop(MailEngine.java:1090)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailEngine.sync(MailEngine.java:1010)
E/AndroidRuntime( 843): at com.google.android.providers.gmail.MailSyncAdapterService$MailSyncAdapter$SyncRunnable.run(MailSyncAdapterService.java:97)
E/AndroidRuntime( 843): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 843): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 843): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 843): at android.os.HandlerThread.run(HandlerThread.java:60)
I/Process ( 783): Sending signal. PID: 843 SIG: 3
D/EPD#EPD ( 783): resetRegion 4
D/NATIVE-EPD( 783): epd_reset_region: 0x10
D/EPD#EPD ( 783): resetRegion 5
D/NATIVE-EPD( 783): epd_reset_region: 0x20
D/EPD#EPD ( 783): resetRegion 6
D/NATIVE-EPD( 783): epd_reset_region: 0x40
D/EPD#EPD ( 783): resetRegion 7
D/NATIVE-EPD( 783): epd_reset_region: 0x80
D/DeviceManagerBroadcastReceiver( 1005): action (com.bn.devicemanager.ACTION_HANDLE_CRASH)
I/dalvikvm( 843): threadid=7: reacting to signal 3
I/dalvikvm( 843): Wrote stack trace to '/data/anr/traces.txt'
I/Process ( 843): Sending signal. PID: 843 SIG: 9
I/ActivityManager( 783): Process com.google.process.gapps (pid 843) has died.
W/ActivityManager( 783): Scheduling restart of crashed service com.google.android.apps.gtalkservice/com.google.android.gtalkservice.service.GTalkService in 5000ms
I/ActivityManager( 783): Killing app com.google.android.gm (pid 1220) because provider com.google.android.providers.gmail.MailProvider is in dying process com.google.process.gapps
I/Process ( 783): Sending signal. PID: 1220 SIG: 9
I/ActivityManager( 783): Process com.google.android.gm (pid 1220) has died.
I/WindowManager( 783): WIN DEATH: Window{4a1834b8 com.google.android.gm/com.google.android.gm.ConversationListActivity paused=false}
V/Activity( 885): performResume()
D/EPD#EPD ( 885): resetRegion 4
D/NATIVE-EPD( 885): epd_reset_region: 0x10
D/EPD#EPD ( 885): resetRegion 5
D/NATIVE-EPD( 885): epd_reset_region: 0x20
D/EPD#EPD ( 885): resetRegion 6
D/NATIVE-EPD( 885): epd_reset_region: 0x40
D/EPD#EPD ( 885): resetRegion 7
D/NATIVE-EPD( 885): epd_reset_region: 0x80
D/EPD#ActivityResume( 885): Disable EPD for 350ms!!!!!!!!
D/SurfaceFlinger( 783): Frame buffer posted; elapsed time = 50 msecs
I/UsageStats( 783): Unexpected resume of org.adw.launcher while already resumed in com.google.android.gm
W/InputManagerService( 783): Got RemoteException sending setActive(false) notification to pid 1220 uid 10012
D/SurfaceFlinger( 783): Frame buffer posted; elapsed time = 12 msecs
I/DeviceManagerHandler( 1005): HandleMessage(): msg.what (1)
I/global ( 1005): Default buffer size used in BufferedWriter constructor. It would be better to be explicit if an 8k-char buffer is required.
I/LogcatProcessor( 1005): LOG END MARKER - 1333717941859
D/dalvikvm( 1005): GC freed 5716 objects / 520128 bytes in 24ms
I/Resources( 1005): Loaded time zone names for en_US in 470ms.
I/ActivityManager( 783): Start proc com.google.process.gapps for service com.google.android.apps.gtalkservice/com.google.android.gtalkservice.service.GTalkService: pid=1632 uid=10013 gids={3003}
D/dalvikvm( 1475): GC freed 606 objects / 43656 bytes in 9ms
I/ActivityThread( 1632): Publishing provider com.google.android.providers.talk:com.google.android.providers.talk.TalkProvider
D/ddm-heap( 1632): Got feature list request
I/ActivityThread( 1632): Publishing provider gmail-ls: com.google.android.providers.gmail.MailProvider
D/dalvikvm( 1632): GC freed 3882 objects / 274584 bytes in 10ms
D/Gmail ( 1632): Purging old attachments
I/Gmail ( 1632): Deleting attachment id 24
I/Gmail ( 1632): Deleting attachment id 25
I/Gmail ( 1632): Deleting attachment id 26
D/dalvikvm( 1632): GC freed 5529 objects / 252632 bytes in 12ms
D/dalvikvm( 1632): GC freed 12745 objects / 422336 bytes in 14ms
D/dalvikvm( 1632): GC freed 10104 objects / 435912 bytes in 16ms
D/dalvikvm( 1632): GC freed 11159 objects / 469304 bytes in 18ms
D/dalvikvm( 1632): GC freed 8032 objects / 440768 bytes in 19ms
D/dalvikvm( 1632): GC freed 8741 objects / 497248 bytes in 20ms
D/dalvikvm( 1632): GC freed 9432 objects / 553704 bytes in 20ms
I/SSLSocketFactory( 1632): Using factory [email protected]a2b8320
D/dalvikvm( 1632): GC freed 9056 objects / 523280 bytes in 21ms
I/Gmail ( 1632): calculateUnknownSyncRationalesAndPurgeInBackground: queueing
I/Gmail ( 1632): calculateUnknownSyncRationalesAndPurgeInBackground: running
D/GoogleLoginService( 1632): onBind: Intent { cmp=com.google.android.googleapps/.GoogleLoginService }
D/GTalkService( 1632): [GTalkImSession] login: [email protected], hostConn.conn State = RECONNECTION_SCHEDULED, hostConn.error=NO ERROR

Google Play Store force closes on Q

Hey there, so I am running my Q rooted, SU and SuperUser installed. I navigate with a Logitech wireless keyboard/mouse combo. I adb start the trebchet launcher as described in other threads, and it works great.
I cannot get Google Play store to work. As soon as I open it force closes, with no error. I have cleared cache/data, unistalled, resintalled lastest version. Tried clearing Google Service Framework, still no go.
Is there something I can use to log the event to try and diagnose what's causing the fc?
I have installed some other apps like es file explorer, gmail, tune in radio, chrome, youtube, that all work fine.
Many thanks to any suggestions.
LogCat
So I just leaned how to capture the logcat. Does anyone know how to read the problem?
Code:
I/ActivityManager( 158): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity} from pid 892
I/ActivityManager( 158): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=3512 uid=10025 gids={3003, 1015}
I/ActivityThread( 3512): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/OpenGLRenderer( 892): Flushing caches (mode 1)
I/ActivityThread( 3512): Pub com.google.android.finsky.QSBSuggestionsProvider2: com.google.android.finsky.providers.QSBSuggestionsProvider
I/ActivityThread( 3512): Pub com.google.android.finsky.AppIconProvider: com.google.android.finsky.providers.AppIconProvider
D/OpenGLRenderer( 892): Flushing caches (mode 0)
D/dalvikvm( 3512): GC_CONCURRENT freed 168K, 3% free 12825K/13127K, paused 6ms+5ms
D/Finsky ( 3512): [1] FinskyApp.onCreate: Clearing cache due to crash on previous run.
D/Volley ( 3512): [1] DiskBasedCache.clear: Cache cleared.
D/dalvikvm( 3512): DexOpt: couldn't find field Landroid/app/Notification;.priority
W/dalvikvm( 3512): VFY: unable to resolve instance field 53
D/dalvikvm( 3512): VFY: replacing opcode 0x59 at 0x004a
D/Finsky ( 3512): [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene.
D/dalvikvm( 3512): GC_CONCURRENT freed 313K, 3% free 12984K/13383K, paused 2ms+3ms
D/Finsky ( 3512): [1] 2.run: Loaded library for account: [QGUg5XbKjnqgaVXCP2zw_XAyhhw]
D/Finsky ( 3512): [1] 2.run: Finished loading 1 libraries.
D/OpenGLRenderer( 2793): Flushing caches (mode 1)
D/libEGL ( 3512): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/dalvikvm( 3512): GC_CONCURRENT freed 335K, 4% free 13193K/13639K, paused 2ms+2ms
D/OpenGLRenderer( 3512): Enabling debug mode 0
D/Finsky ( 3512): [1] InstallerImpl.kick: Installer kick null - starting jackpal.androidterm
D/Finsky ( 3512): [1] DownloadImpl.setState: jackpal.androidterm from null to UNQUEUED.
D/Finsky ( 3512): [1] DownloadQueueImpl.add: Download jackpal.androidterm added to DownloadQueue
D/Finsky ( 3512): [1] DownloadImpl.setState: jackpal.androidterm from UNQUEUED to QUEUED.
E/dalvikvm( 3512): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.callInstallEncrypted
W/dalvikvm( 3512): VFY: unable to resolve check-cast 78 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 3512): VFY: replacing opcode 0x1f at 0x000a
E/dalvikvm( 3512): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.generateEncryptionParams
W/dalvikvm( 3512): VFY: unable to resolve new-instance 78 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 3512): VFY: replacing opcode 0x22 at 0x01eb
D/dalvikvm( 3512): DexOpt: unable to opt direct call 0x015e at 0x1ed in Lcom/google/android/finsky/utils/PackageManagerUtils;.generateEncryptionParams
I/installd( 104): free_cache(293488) avail 13254303744
W/InputManagerService( 158): Starting input on non-focused client [email protected] (uid=10024 pid=892)
I/ActivityManager( 158): Displayed com.android.vending/.AssetBrowserActivity: +754ms
D/Finsky ( 3512): [1] DownloadQueueImpl.startDownload: Download jackpal.androidterm starting
E/DatabaseUtils( 259): Writing exception to parcel
E/DatabaseUtils( 259): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:795)
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:714)
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:472)
E/DatabaseUtils( 259): at android.content.ContentProvider$Transport.insert(ContentProvider.java:189)
E/DatabaseUtils( 259): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:152)
E/DatabaseUtils( 259): at android.os.Binder.execTransact(Binder.java:338)
E/DatabaseUtils( 259): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 3512): threadid=22: thread exiting with uncaught exception (group=0x40a461f8)
E/AndroidRuntime( 3512): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 3512): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 3512): at android.os.Parcel.readException(Parcel.java:1327)
E/AndroidRuntime( 3512): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:182)
E/AndroidRuntime( 3512): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:136)
E/AndroidRuntime( 3512): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:415)
E/AndroidRuntime( 3512): at android.content.ContentResolver.insert(ContentResolver.java:730)
E/AndroidRuntime( 3512): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:42)
E/AndroidRuntime( 3512): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 3512): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3512): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3512): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 158): Force finishing activity com.android.vending/.AssetBrowserActivity
D/dalvikvm( 3512): GC_CONCURRENT freed 284K, 3% free 13396K/13767K, paused 2ms+11ms
D/dalvikvm( 158): GC_FOR_ALLOC freed 694K, 14% free 20652K/23879K, paused 50ms
W/ActivityManager( 158): Force finishing activity com.cyanogenmod.trebuchet/.Launcher
D/OpenGLRenderer( 2793): Flushing caches (mode 1)
D/dalvikvm( 938): GC_CONCURRENT freed 474K, 9% free 14224K/15559K, paused 4ms+3ms
I/RT ( 938): SERVICE: 1 remote subscriber, 0 inproc subscribers
D/Finsky ( 3512): [1] DownloadImpl.setState: self-update-download from null to UNQUEUED.
D/Finsky ( 3512): [1] DownloadQueueImpl.add: Download self-update-download added to DownloadQueue
D/Finsky ( 3512): [1] DownloadImpl.setState: self-update-download from UNQUEUED to QUEUED.
I/ActivityManager( 158): START {flg=0x4000000 cmp=com.android.vending/com.google.android.finsky.activities.TosActivity (has extras)} from pid 3512
I/RT ( 938): SERVICE: 0 remote subscribers, 0 inproc subscribers
D/dalvikvm( 571): GC_EXPLICIT freed 284K, 12% free 17203K/19335K, paused 3ms+6ms
I/ActivityManager( 158): Displayed com.android.vending/com.google.android.finsky.activities.TosActivity: +255ms
D/OpenGLRenderer( 3512): Flushing caches (mode 0)
D/aah.ConnectorRegistryImpl( 411): listConnectors "null" returning 12 items
D/dalvikvm( 938): GC_CONCURRENT freed 462K, 9% free 14203K/15559K, paused 5ms+5ms
Same to same problem here
Sent from my GT-I9100 using xda premium
drjamit said:
Same to same problem here
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I quote your words .
did you install the full gapps bundle or just the play store apk alone?
TheRealCyberOptic said:
did you install the full gapps bundle or just the play store apk alone?
Click to expand...
Click to collapse
When I did this on my Q with the same issue I just installed the play store nothing else. I didn't know if gapps would break any of the other default features of the Q.
I just installed the play store apk. Was I supposed to install gapps?
Sent from my GT-P7500 using xda app-developers app
i installed the full gapps bundle and have no issues. but could be another problem though.
TheRealCyberOptic said:
i installed the full gapps bundle and have no issues. but could be another problem though.
Click to expand...
Click to collapse
Would you mind sharing the version of gapps you installed on your q want to test out that version.
TIA
Just took the latest ICS gapps from here: goo.im/gapps
Maybe I arrive a little later, but I encounter the same problem with the lastest play store (4.0.26).
In my recovery I clean all the cache + dalvik, then reinstall gapps but not improvement
same goes here.
4.0.26 same issue. Revert to old Google Play, Clear cache + dalvik, reinstall gapps doesn't help.
Anyone know on solution

search a coder for framework and .apk files

i work on a new rom with files from Carbon Team. the files works good in my 4.2.2 AOKP Rom
only one problem
- my rom install have no sim card pin
- no mobile network
- mistake searching network providers
- not calling (i can see my contacts)
the problem is in the framework files, systemUI.apk , settings.apk
if i insert this files from my AKOP rom all works good only with non carbon system. if i insert this files from carbon i have the problem
PLEASE HELP ME FOR A NEW HD2 ROM
send me a PM and i will make a upload
Pixelfreak
-pixelfreak- said:
i work on a new rom with files from Carbon Team. the files works good in my 4.2.2 AOKP Rom
only one problem
- my rom install have no sim card pin
- no mobile network
- mistake searching network providers
- not calling (i can see my contacts)
the problem is in the framework files, systemUI.apk , settings.apk
if i insert this files from my AKOP rom all works good only with non carbon system. if i insert this files from carbon i have the problem
PLEASE HELP ME FOR A NEW HD2 ROM
send me a PM and i will make a upload
Pixelfreak
Click to expand...
Click to collapse
I remembered that mobile network is related to telephony-common.jar.
re
after insert other telephony-common.jar i have a sim card pin and working network. only one mistake have the rom
i can calling out with non problem. incoming call the phone.apk have a crash and the phone go back to sim card pin
the QtADB logfile from call incoming
Code:
19:24:11.183 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:11.183 Debug CallNotifier 3419 RINGING... (new)
19:24:11.183 Debug PhoneStateReceiver 1477 RINGING
19:24:11.183 Debug CallNotifier 3419 onNewRingingConnection(): state = RINGING, conn = { incoming: true state: INCOMING post dial state: NOT_STARTED }
19:24:11.183 Debug CallNotifier 3419 SignalInfoTonePlayer.run(toneId = 98)...
19:24:11.184 Info AudioHardwareQSD 131 voice volume 0 (range is 0 to 5)
19:24:11.184 Debug AudioHardwareQSD 131 Setting in-call volume to 0
19:24:11.184 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:11.184 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:11.184 Debug PhoneStatusBar 3135 disable: < expand icons ALERTS* ticker system_info BACK HOME RECENT CLOCK search >
19:24:11.184 Debug AccelerometerListener 3419 enable(false)
19:24:11.184 Debug PhoneStateReceiver 1477 RINGING
19:24:11.406 Debug dalvikvm 3419 GC_CONCURRENT freed 252K, 9% free 3028K/3312K, paused 5ms+13ms, total 86ms
19:24:11.406 Info AudioHardwareQSD 131 voice volume 4 (range is 0 to 5)
19:24:11.406 Debug AudioHardwareQSD 131 Setting in-call volume to 80
19:24:11.406 Info AudioHardwareQSD 131 Routing audio to Handset
19:24:11.406 Debug AudioHardwareQSD 131 Switching audio device to
19:24:11.406 Debug AudioHardwareQSD 131 Handset
19:24:11.407 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:11.407 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:11.509 Debug CallNotifier 3419 showIncomingCall()... phone state = RINGING
19:24:11.623 Debug MediaExtractor 131 returning default extractor
19:24:11.623 Debug Ringtone 3419 Successfully created local player
19:24:11.623 Info AudioService 389 AudioFocus requestAudioFocus() from AudioFocus_For_Phone_Ring_And_Calls
19:24:11.623 Debug AudioHardwareInterface 131 setMode(RINGTONE)
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:11.623 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:11.730 Debug dalvikvm 3135 GC_CONCURRENT freed 896K, 33% free 6210K/9264K, paused 5ms+8ms, total 56ms
19:24:11.730 Debug dalvikvm 3135 WAIT_FOR_CONCURRENT_GC blocked 41ms
19:24:11.730 Info ActivityManager 389 START u0 {act=android.intent.action.MAIN flg=0x10840000 cmp=com.android.phone/.InCallScreen} from pid -1
19:24:11.854 Info InCallScreen 3419 onCreate()... this = [email protected]
19:24:11.854 Debug InCallScreen 3419 - onCreate: phone state = RINGING
19:24:11.854 Debug BluetoothManagerService 389 Message: 30
19:24:11.854 Info AudioHardwareQSD 131 Routing audio to Speakerphone
19:24:11.854 Debug AudioHardwareQSD 131 Switching audio device to
19:24:11.854 Debug AudioHardwareQSD 131 Speakerphone
19:24:11.978 Debug dalvikvm 3419 GC_CONCURRENT freed 264K, 9% free 3248K/3548K, paused 13ms+12ms, total 94ms
19:24:12.211 Debug dalvikvm 3419 GC_FOR_ALLOC freed 153K, 10% free 3392K/3732K, paused 34ms, total 35ms
19:24:12.211 Debug dalvikvm 3419 GC_FOR_ALLOC freed 111K, 12% free 3455K/3908K, paused 33ms, total 33ms
19:24:12.323 Debug dalvikvm 3419 GC_FOR_ALLOC freed 103K, 12% free 3528K/3980K, paused 33ms, total 33ms
19:24:12.323 Warning ActivityManager 389 Activity pause timeout for ActivityRecord{40d64c20 u0 com.android.phone/.InCallScreen}
19:24:12.323 Debug dalvikvm 3419 GC_FOR_ALLOC freed 103K, 12% free 3599K/4052K, paused 37ms, total 37ms
19:24:12.449 Debug dalvikvm 3419 GC_FOR_ALLOC freed 159K, 10% free 3728K/4140K, paused 34ms, total 35ms
19:24:12.449 Debug PhoneStatusBar 3135 disable: < EXPAND* icons ALERTS ticker system_info BACK HOME RECENT CLOCK search >
19:24:12.575 Info dalvikvm 3135 Jit: resizing JitTable from 4096 to 8192
19:24:12.575 Debug PhoneStatusBar 3135 disable: < expand* icons ALERTS ticker system_info BACK HOME RECENT CLOCK search >
19:24:12.575 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:12.575 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:12.700 Debug PhoneStatusBar 3135 disable: < expand icons ALERTS ticker system_info back* home* RECENT clock* search >
19:24:12.700 Info ActivityManager 389 Start proc com.android.contacts for service com.android.contacts/.ViewNotificationService: pid=3729 uid=10000 gids={50000, 3003, 1015, 1028}
19:24:12.822 Error Trace 3729 error opening trace file: No such file or directory (2)
19:24:12.822 Debug dalvikvm 3419 GC_FOR_ALLOC freed 75K, 9% free 3803K/4140K, paused 88ms, total 93ms
19:24:12.822 Info dalvikvm-heap 3419 Grow heap (frag case) to 4.021MB for 291616-byte allocation
19:24:12.822 Debug dalvikvm 3419 GC_FOR_ALLOC freed 2K, 8% free 4085K/4428K, paused 72ms, total 72ms
19:24:12.945 Debug InCallTouchUi 3419 - triggerPing: InCallScreen no longer in foreground; ignoring...
19:24:12.945 Warning IInputConnectionWrapper 3419 showStatusIcon on inactive InputConnection
19:24:12.945 Debug AK8973 134 Compass Start
19:24:12.945 Info PowerManagerService 389 Waking up from sleep...
19:24:12.945 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:12.946 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:12.946 Debug SurfaceFlinger 128 Screen acquired, type=0 flinger=0x2a007318
19:24:13.074 Warning WindowManager 389 Aborted waiting for drawn: Window{40d78ec8 u0 Keyguard}
19:24:13.074 Info WindowManager 389 Lock screen displayed!
19:24:13.074 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:13.074 Debug PhoneStatusBar 3135 disable: < EXPAND* icons ALERTS ticker system_info back home RECENT clock search >
19:24:13.199 Debug PhoneStatusBar 3135 disable: < EXPAND icons ALERTS ticker system_info BACK* HOME* RECENT clock search >
19:24:13.434 Debug AccountTypeManager 3729 Registering 1 extension packages
19:24:13.434 Info AccountTypeManager 3729 Loaded meta-data for 2 account types, 1 accounts in 160ms(wall) 25ms(cpu)
19:24:14.320 Info ContactLoader 3729 Registering content observer for content://com.android.contacts/contacts/lookup/1157i17e4243589ff9e01.1157i472231e7883b1c94.1157i2170b9b58d444ad6/39
19:24:14.771 Debug dalvikvm 2123 GC_CONCURRENT freed 265K, 12% free 3523K/3980K, paused 9ms+5ms, total 155ms
19:24:14.771 Debug dalvikvm 3419 --- called into dvmAbstractMethodStub
19:24:14.771 Error InputEventReceiver 3419 Exception dispatching input event.
19:24:14.771 Error MessageQueue-JNI 3419 Exception in MessageQueue callback: handleReceiveCallback
19:24:14.896 Error MessageQueue-JNI 3419 java.lang.AbstractMethodError: abstract method not implemented
19:24:14.896 Error MessageQueue-JNI 3419 at com.android.phone.InCallTouchUi.onTargetChange(InCallTouchUi.java)
19:24:14.896 Error MessageQueue-JNI 3419 at com.android.internal.widget.multiwaveview.GlowPadView.deactivateTargets(GlowPadView.java:464)
19:24:14.896 Error MessageQueue-JNI 3419 at com.android.internal.widget.multiwaveview.GlowPadView.switchToState(GlowPadView.java:404)
19:24:14.897 Error MessageQueue-JNI 3419 at com.android.internal.widget.multiwaveview.GlowPadView.trySwitchToFirstTouchState(GlowPadView.java:1053)
19:24:14.897 Error MessageQueue-JNI 3419 at com.android.internal.widget.multiwaveview.GlowPadView.handleDown(GlowPadView.java:873)
19:24:14.897 Error MessageQueue-JNI 3419 at com.android.internal.widget.multiwaveview.GlowPadView.onTouchEvent(GlowPadView.java:828)
19:24:14.897 Error MessageQueue-JNI 3419 at android.view.View.dispatchTouchEvent(View.java:7246)
19:24:14.897 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.897 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.897 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.898 Error MessageQueue-JNI 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.898 Error MessageQueue-JNI 3419 at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:2346)
19:24:14.899 Error MessageQueue-JNI 3419 at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1455)
19:24:14.899 Error MessageQueue-JNI 3419 at android.app.Activity.dispatchTouchEvent(Activity.java:2411)
19:24:14.899 Error MessageQueue-JNI 3419 at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:2294)
19:24:14.899 Error MessageQueue-JNI 3419 at android.view.View.dispatchPointerEvent(View.java:7426)
19:24:14.899 Error MessageQueue-JNI 3419 at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:3220)
19:24:14.899 Error MessageQueue-JNI 3419 at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:3165)
19:24:14.899 Error MessageQueue-JNI 3419 at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:4299)
19:24:14.899 Error MessageQueue-JNI 3419 at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:4278)
19:24:14.900 Error MessageQueue-JNI 3419 at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:4370)
19:24:14.900 Error MessageQueue-JNI 3419 at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:179)
19:24:14.900 Error MessageQueue-JNI 3419 at android.os.MessageQueue.nativePollOnce(Native Method)
19:24:14.900 Error MessageQueue-JNI 3419 at android.os.MessageQueue.next(MessageQueue.java:125)
19:24:14.900 Error MessageQueue-JNI 3419 at android.os.Looper.loop(Looper.java:124)
19:24:14.900 Error MessageQueue-JNI 3419 at android.app.ActivityThread.main(ActivityThread.java:5233)
19:24:14.900 Error MessageQueue-JNI 3419 at java.lang.reflect.Method.invokeNative(Native Method)
19:24:14.900 Error MessageQueue-JNI 3419 at java.lang.reflect.Method.invoke(Method.java:511)
19:24:14.901 Error MessageQueue-JNI 3419 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
19:24:14.901 Error MessageQueue-JNI 3419 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
19:24:14.901 Error MessageQueue-JNI 3419 at dalvik.system.NativeStart.main(Native Method)
19:24:14.901 Debug AndroidRuntime 3419 Shutting down VM
19:24:14.901 Warning dalvikvm 3419 threadid=1: thread exiting with uncaught exception (group=0x40a8f930)
19:24:14.901 Error AndroidRuntime 3419 FATAL EXCEPTION: main
19:24:14.901 Error AndroidRuntime 3419 java.lang.AbstractMethodError: abstract method not implemented
19:24:14.901 Error AndroidRuntime 3419 at com.android.phone.InCallTouchUi.onTargetChange(InCallTouchUi.java)
19:24:14.902 Error AndroidRuntime 3419 at com.android.internal.widget.multiwaveview.GlowPadView.deactivateTargets(GlowPadView.java:464)
19:24:14.902 Error AndroidRuntime 3419 at com.android.internal.widget.multiwaveview.GlowPadView.switchToState(GlowPadView.java:404)
19:24:14.902 Error AndroidRuntime 3419 at com.android.internal.widget.multiwaveview.GlowPadView.trySwitchToFirstTouchState(GlowPadView.java:1053)
19:24:14.902 Error AndroidRuntime 3419 at com.android.internal.widget.multiwaveview.GlowPadView.handleDown(GlowPadView.java:873)
19:24:14.902 Error AndroidRuntime 3419 at com.android.internal.widget.multiwaveview.GlowPadView.onTouchEvent(GlowPadView.java:828)
19:24:14.902 Error AndroidRuntime 3419 at android.view.View.dispatchTouchEvent(View.java:7246)
19:24:14.902 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.903 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.904 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2174)
19:24:14.904 Error AndroidRuntime 3419 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1875)
19:24:14.904 Error AndroidRuntime 3419 at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:2346)
19:24:14.904 Error AndroidRuntime 3419 at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1455)
19:24:14.904 Error AndroidRuntime 3419 at android.app.Activity.dispatchTouchEvent(Activity.java:2411)
19:24:14.904 Error AndroidRuntime 3419 at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:2294)
19:24:14.904 Error AndroidRuntime 3419 at android.view.View.dispatchPointerEvent(View.java:7426)
19:24:14.904 Error AndroidRuntime 3419 at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:3220)
19:24:14.905 Error AndroidRuntime 3419 at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:3165)
19:24:14.905 Error AndroidRuntime 3419 at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:4299)
19:24:14.905 Error AndroidRuntime 3419 at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:4278)
19:24:14.905 Error AndroidRuntime 3419 at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:4370)
19:24:14.905 Error AndroidRuntime 3419 at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:179)
19:24:14.905 Error AndroidRuntime 3419 at android.os.MessageQueue.nativePollOnce(Native Method)
19:24:14.905 Error AndroidRuntime 3419 at android.os.MessageQueue.next(MessageQueue.java:125)
19:24:14.905 Error AndroidRuntime 3419 at android.os.Looper.loop(Looper.java:124)
19:24:14.905 Error AndroidRuntime 3419 at android.app.ActivityThread.main(ActivityThread.java:5233)
19:24:14.906 Error AndroidRuntime 3419 at java.lang.reflect.Method.invokeNative(Native Method)
19:24:14.906 Error AndroidRuntime 3419 at java.lang.reflect.Method.invoke(Method.java:511)
19:24:14.906 Error AndroidRuntime 3419 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
19:24:14.906 Error AndroidRuntime 3419 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
19:24:14.906 Error AndroidRuntime 3419 at dalvik.system.NativeStart.main(Native Method)
19:24:14.906 Warning ActivityManager 389 Force finishing activity com.android.phone/.InCallScreen
19:24:14.906 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:15.019 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:15.347 Warning ActivityManager 389 Activity pause timeout for ActivityRecord{40d64c20 u0 com.android.phone/.InCallScreen}
19:24:19.839 Info InputDispatcher 389 Application is not responding: Window{40cf9830 u0 com.android.phone/com.android.phone.InCallScreen}. It has been 5002.1ms since event, 5000.5ms since wait started. Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
19:24:19.839 Info WindowManager 389 Input event dispatching timed out sending to com.android.phone/com.android.phone.InCallScreen
19:24:19.951 Info ActivityManager 389 Crashing app skipping ANR: ProcessRecord{40ee2340 3419:com.android.phone/1001} keyDispatchingTimedOut
19:24:20.401 Info Process 3419 Sending signal. PID: 3419 SIG: 9
19:24:20.401 Debug PhoneStatusBar 3135 disable: < EXPAND icons ALERTS ticker system_info BACK HOME RECENT CLOCK* search >
19:24:20.512 Info ServiceManager 123 service 'isms' died
19:24:20.512 Info ServiceManager 123 service 'simphonebook' died
19:24:20.512 Info ServiceManager 123 service 'iphonesubinfo' died
19:24:20.512 Info ServiceManager 123 service 'phone' died
19:24:20.512 Info ServiceManager 123 service 'sip' died
19:24:20.513 Warning AudioService 389 AudioFocus audio focus client died
19:24:20.513 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:20.513 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:20.513 Info AudioService 389 AudioFocus abandonAudioFocus(): removing entry for AudioFocus_For_Phone_Ring_And_Calls
19:24:20.513 Warning AudioFlinger 131 session id 19 not found for pid 131
19:24:20.513 Warning AudioService 389 setMode() client died
19:24:20.513 Info ActivityManager 389 Process com.android.phone (pid 3419) has died.
19:24:20.513 Info StatusBarManagerService 389 binder died for pkg=com.android.phone
19:24:20.514 Debug AudioHardwareInterface 131 setMode(NORMAL)
19:24:20.514 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:20.514 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:20.514 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:20.514 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:20.514 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 3
19:24:20.514 Warning AudioPolicyManager 131 getDeviceForStrategy() unknown strategy: 5
19:24:20.515 Warning ActivityManager 389 Service crashed 2 times, stopping: ServiceRecord{40d4c2a0 u0 com.android.stk/.StkAppService}
19:24:20.515 Warning ActivityManager 389 Scheduling restart of crashed service com.android.phone/.BluetoothPhoneService in 0ms
19:24:20.515 Warning ActivityManager 389 Scheduling restart of crashed service com.android.phone/.TelephonyDebugService in 0ms
19:24:20.515 Info WindowState 389 WIN DEATH: Window{40cf9830 u0 com.android.phone/com.android.phone.InCallScreen}
19:24:20.515 Debug PhoneStatusBar 3135 disable: < expand* icons alerts* ticker system_info BACK HOME RECENT CLOCK search >
19:24:20.515 Info ActivityManager 389 Start proc com.android.phone for restart com.android.phone: pid=3752 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
19:24:20.635 Info SystemUpdateService 895 cancelUpdate (empty URL)
19:24:20.746 Error Trace 3752 error opening trace file: No such file or directory (2)
19:24:20.746 Warning TelephonyProvider 3752 onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
19:24:20.746 Debug TelephonyManager 3752 getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
19:24:20.871 Debug TelephonyManager 3752 getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
19:24:20.871 Warning Settings 3752 Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
19:24:20.871 Warning Settings 3752 Setting auto_time has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only global URI.
19:24:20.871 Warning Settings 3752 Setting auto_time_zone has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only global URI.
19:24:20.872 Debug 3752 [ApnContext:default] set reason as dataEnabled,current state IDLE
19:24:20.872 Debug 3752 [ApnContext:default] setRetryCount: 0
19:24:20.872 Debug 3752 [ApnContext:mms] set reason as dataEnabled,current state IDLE
19:24:20.872 Debug 3752 [ApnContext:mms] setRetryCount: 0
19:24:20.872 Debug 3752 [ApnContext:supl] set reason as dataEnabled,current state IDLE
19:24:20.872 Debug 3752 [ApnContext:supl] setRetryCount: 0
19:24:20.872 Debug 3752 [ApnContext:dun] set reason as dataEnabled,current state IDLE
19:24:20.873 Debug 3752 [ApnContext:dun] setRetryCount: 0
19:24:20.873 Debug 3752 [ApnContext:hipri] set reason as dataEnabled,current state IDLE
19:24:20.873 Debug 3752 [ApnContext:hipri] setRetryCount: 0
19:24:20.995 Debug TelephonyManager 3752 getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
19:24:20.995 Debug CallManager 3752 registerPhone(GSM Handler (com.android.internal.telephony.PhoneProxy) {40cfde38})
19:24:20.995 Debug dalvikvm 3752 GC_CONCURRENT freed 201K, 9% free 2466K/2700K, paused 13ms+19ms, total 61ms
19:24:20.995 Debug BluetoothManagerService 389 Message: 20
19:24:20.995 Debug BluetoothManagerService 389 Added callback: [email protected]:true
19:24:21.122 Debug BluetoothManagerService 389 Message: 30
19:24:21.122 Debug BluetoothManagerService 389 Message: 30
19:24:21.122 Error BluetoothPhoneService 3752 Could not get a handle on Connection object for the call
19:24:21.122 Debug DebugService 3752 DebugService DebugService:
19:24:21.122 Debug TelephonyDebugService 3752 TelephonyDebugService()
19:24:21.357 Warning SecuritySelectorView 389 Couldn't grab icon from package ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity}
19:24:21.357 Warning SecuritySelectorView 389 Couldn't grab icon from package ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity}
19:24:21.357 Warning SecuritySelectorView 389 Couldn't grab icon from package ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity}
19:24:21.357 Warning SecuritySelectorView 389 Couldn't grab icon from package ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity}
19:24:21.358 Warning SecuritySelectorView 389 Couldn't grab icon from package ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity}
19:24:21.358 Warning SecuritySelectorView 389 Couldn't grab icon from package ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity}
19:24:21.480 Info keystore 133 uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
19:24:21.480 Debug dalvikvm 3752 GC_CONCURRENT freed 317K, 12% free 2575K/2924K, paused 29ms+3ms, total 71ms
19:24:21.588 Verbose SipBroadcastReceiver 3752 start auto registration
19:24:21.588 Info PhoneApp 3752 Headset phone created, binding local service.
19:24:21.718 Info SystemUpdateService 895 cancelUpdate (empty URL)
19:24:23.479 Debug AudioHardwareQSD 131 AudioHardware pcm playback is going to standby.
re
can not found the problem
pixelfreak
I never encounter this issue.
Did you use telephony-common.jar and Phone.apk from the same source from Carbon?
Maybe you could download Carbon's telephony source and patch this commit and this commit.
re
i have test with your common-telephony.jar and phone.apk from V2.2 4.2.2 and with the files from my aokp and all the same problem with incoming call
pixelfreak

Categories

Resources