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
Hi
I own of HTC magic device
I've installed 3rd application app called "ShakeToWake Alarm" which put my device into reset loop: The device keep reset right after the HTC logo.
Currently i'm trying to avoid "restore factory default" and tring to solve the problem by manually removing this 3rd application traces.
I already remove the APK file and remove it from the packages.xml file.
However the device is still in reset loop
(Also "safe mode" doesn't work for me)
Anyone knows any XML files or other file/s that might run on startup for 3rd side application.
I look everywhere in the file system, and didnt find any trace for this application.
Please please please help !!!!
Attach the reset log:
Code:
....
D/dalvikvm( 1083): Trying to load lib /system/lib/libsoundpool.so 0x0
D/dalvikvm( 1083): Added shared lib /system/lib/libsoundpool.so 0x0
I/SystemServer( 1083): Starting HeadsetObserver
V/HeadsetObserver( 1083): mHeadsetState=0, oldRoutes=2, newState=0
V/AudioService( 1083): updateRoutes(), newName=Headset;newState=0;
V/AudioService( 1083): List Nodes: device=No Device;normal=2; Ringtone=2; InCall=1;
I/SystemServer( 1083): Starting AppWidget Service
I/WindowManager( 1083): Menu key state: 0 safeMode=false
I/WindowManager( 1083): Config changed: { scale=1.0 imsi=0/0 locale=en_IE touch=3 key=1/1/2 nav=3 orien=1 }
D/KeyguardViewMediator( 1083): screen is locked
D/PowerManagerService( 1083): system ready!
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
D/dalvikvm( 1083): GC freed 3676 objects / 234792 bytes in 297ms
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f03000b
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030003
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030005
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030008
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030006
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
D/ActivityManager( 1083): Start running!
I/Zygote ( 1083): Process: zygote socket opened
I/ActivityManager( 1083): Start proc com.android.phone for added application com.android.phone: pid=1121 uid=1001 gids={3002, 3001, 3003}
I/ActivityManager( 1083): Starting activity: Intent { action=android.intent.action.MAIN categories={android.intent.category.HOME} flags=0x10000000 comp={com.android.launcher/com.android.launcher.Launcher} }
I/ActivityManager( 1083): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=1123 uid=10020 gids={3003}
W/ResourceType( 1083): No package identifier when getting value for resource number 0x00000000
W/StatusBar( 1083): Icon not found in <system>: 0
W/dalvikvm( 1083): threadid=37: thread exiting with uncaught exception (group=0x4000fe70)
D/AKMD ( 38): Compass OPEN
D/Sensors ( 1083): sensors=00000001, real=00000001
E/AndroidRuntime( 1083): Uncaught handler: thread WindowManagerPolicy exiting due to uncaught exception
E/AndroidRuntime( 1083): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 1083): java.lang.NumberFormatException: Sun 4:41 PM
E/AndroidRuntime( 1083): at java.lang.Long.parse(Long.java:368)
E/AndroidRuntime( 1083): at java.lang.Long.parseLong(Long.java:358)
E/AndroidRuntime( 1083): at java.lang.Long.parseLong(Long.java:323)
E/AndroidRuntime( 1083): at java.lang.Long.valueOf(Long.java:570)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockScreen.refreshAlarmDisplay(LockScreen.java:374)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockScreen.<init>(LockScreen.java:205)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java:474)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:287)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:48)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java:123)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:973)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator.access$500(KeyguardViewMediator.java:86)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:883)
E/AndroidRuntime( 1083): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1083): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1083): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:474)
I/ActivityManager( 1083): processNextBroadcast: waiting for ProcessRecord{43990c48 0:com.tokasiki.android.voicerecorder/10066}
W/ActivityManager( 1083): pending app ProcessRecord{43990c48 0:com.tokasiki.android.voicerecorder/10066} died before responding to broadcast
E/AndroidRuntime( 1083): Crash logging skipped, no checkin service
I/Process ( 1083): Sending signal. PID: 1083 SIG: 9
I/ServiceManager( 29): service 'SurfaceFlinger' died
I/ServiceManager( 29): service 'power' died
I/ServiceManager( 29): service 'package' died
I/ServiceManager( 29): service 'activity.providers' died
I/ServiceManager( 29): service 'content' died
I/ServiceManager( 29): service 'permission' died
I/ServiceManager( 29): service 'meminfo' died
.....
I recently switched back to Cyanogen Mod after trying out Android 2.1 for 32B. I did a Titanium Backup of all my apps and restored them after I switched back, however no matter what I do the latest Maps update force closes whenever I open it. I've tried uninstalling and removing the apk altogether but no matter what when I run the latest maps it force closes immediately. Heres a copy of the log that I'm getting when this happens
Code:
I/ActivityManager( 105): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.androi
d.apps.maps/com.google.android.maps.MapsActivity }
I/ActivityManager( 105): Start proc com.google.android.apps.maps for activity c
om.google.android.apps.maps/com.google.android.maps.MapsActivity: pid=618 uid=10
002 gids={3003, 1015}
I/ActivityThread( 618): Publishing provider com.google.android.maps.SuggestionP
rovider: com.google.googlenav.suggest.android.SuggestProvider
D/dalvikvm( 618): GC freed 1803 objects / 139656 bytes in 89ms
I/ActivityThread( 618): Publishing provider com.google.android.maps.FriendsProv
ider: com.google.googlenav.android.friend.FriendsProvider
I/ActivityThread( 618): Publishing provider com.google.android.maps.NavigationA
vailabilityProvider: com.google.googlenav.android.provider.NavigationAvailabilit
yProvider
I/ActivityThread( 618): Publishing provider com.google.android.maps.SearchHisto
ryProvider: com.google.googlenav.android.provider.SearchHistoryProvider
I/ActivityThread( 618): Publishing provider com.google.android.maps.TrafficProv
ider: com.google.googlenav.android.appwidget.traffic.TrafficProvider
I/ActivityThread( 618): Publishing provider com.google.android.maps.LayerInfoPr
ovider: com.google.googlenav.android.layer.LayerInfoProvider
I/ActivityThread( 618): Publishing provider com.google.android.maps.LocalSugges
tionProvider: com.google.googlenav.android.provider.LocalSuggestionProvider
I/Maps ( 618): Build: 4156
D/LocationManager( 618): Constructor: service = android.location.ILocationManag
[email protected]
W/dalvikvm( 618): VFY: unable to find class referenced in signature ([Landroid/
accounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature ([Landroid/
accounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/AccountManager;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
I/dalvikvm( 618): Failed resolving Lcom/google/googlenav/android/login/e; inter
face 334 'Landroid/accounts/AccountManagerCallback;'
W/dalvikvm( 618): Link of class 'Lcom/google/googlenav/android/login/e;' failed
E/dalvikvm( 618): Could not find class 'com.google.googlenav.android.login.e',
referenced from method com.google.googlenav.android.login.MultipleAccountsContro
llerSdk5.a
W/dalvikvm( 618): VFY: unable to resolve new-instance 1244 (Lcom/google/googlen
av/android/login/e;) in Lcom/google/googlenav/android/login/MultipleAccountsCont
rollerSdk5;
D/dalvikvm( 618): VFY: replacing opcode 0x22 at 0x0013
D/dalvikvm( 618): Making a copy of Lcom/google/googlenav/android/login/Multiple
AccountsControllerSdk5;.a code (116 bytes)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/AccountManager;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature ([Landroid/
accounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature ([Landroid/
accounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature (Landroid/a
ccounts/Account;)
W/dalvikvm( 618): VFY: unable to find class referenced in signature ([Landroid/
accounts/Account;)
W/dalvikvm( 618): VFY: unable to resolve instance field 1699
D/dalvikvm( 618): VFY: replacing opcode 0x54 at 0x000c
D/dalvikvm( 618): Making a copy of Lcom/google/googlenav/android/login/Multiple
AccountsControllerSdk5;.c code (72 bytes)
W/dalvikvm( 618): VFY: array-length on non-array
W/dalvikvm( 618): VFY: rejecting opcode 0x21 at 0x002c
W/dalvikvm( 618): VFY: rejected Lcom/google/googlenav/android/login/MultipleAc
countsControllerSdk5;.f ()Landroid/view/View;
W/dalvikvm( 618): Verifier rejected class Lcom/google/googlenav/android/login/M
ultipleAccountsControllerSdk5;
D/AndroidRuntime( 618): Shutting down VM
W/dalvikvm( 618): threadid=3: thread exiting with uncaught exception (group=0x4
001e180)
E/AndroidRuntime( 618): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime( 618): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{com.google.android.apps.maps/com.google.android.maps.MapsActivity}:
java.lang.IllegalStateException: java.lang.ClassNotFoundException: com.google.go
oglenav.android.login.MultipleAccountsControllerSdk5
E/AndroidRuntime( 618): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2492)
E/AndroidRuntime( 618): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2508)
E/AndroidRuntime( 618): at android.app.ActivityThread.access$2200(Activi
tyThread.java:118)
E/AndroidRuntime( 618): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1862)
E/AndroidRuntime( 618): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 618): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 618): at android.app.ActivityThread.main(ActivityThrea
d.java:4358)
E/AndroidRuntime( 618): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 618): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 618): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 618): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:549)
E/AndroidRuntime( 618): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 618): Caused by: java.lang.IllegalStateException: java.lang.C
lassNotFoundException: com.google.googlenav.android.login.MultipleAccountsContro
llerSdk5
E/AndroidRuntime( 618): at com.google.googlenav.android.login.c.a(Unknow
n Source)
E/AndroidRuntime( 618): at com.google.googlenav.android.login.c.a(Unknow
n Source)
E/AndroidRuntime( 618): at com.google.googlenav.android.j.i(Unknown Sour
ce)
E/AndroidRuntime( 618): at k.u.<init>(Unknown Source)
E/AndroidRuntime( 618): at k.y.<init>(Unknown Source)
E/AndroidRuntime( 618): at com.google.googlenav.android.H.<init>(Unknown
Source)
E/AndroidRuntime( 618): at com.google.googlenav.android.b.<init>(Unknown
Source)
E/AndroidRuntime( 618): at com.google.googlenav.android.b.a(Unknown Sour
ce)
E/AndroidRuntime( 618): at com.google.android.maps.MapsActivity.onCreate
(Unknown Source)
E/AndroidRuntime( 618): at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1123)
E/AndroidRuntime( 618): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2455)
E/AndroidRuntime( 618): ... 11 more
E/AndroidRuntime( 618): Caused by: java.lang.ClassNotFoundException: com.google
.googlenav.android.login.MultipleAccountsControllerSdk5
E/AndroidRuntime( 618): at java.lang.Class.classForName(Native Method)
E/AndroidRuntime( 618): at java.lang.Class.forName(Class.java:237)
E/AndroidRuntime( 618): at java.lang.Class.forName(Class.java:183)
E/AndroidRuntime( 618): ... 22 more
E/AndroidRuntime( 618): Caused by: java.lang.VerifyError: com.google.googlenav.
android.login.MultipleAccountsControllerSdk5
E/AndroidRuntime( 618): ... 25 more
I/Process ( 105): Sending signal. PID: 618 SIG: 3
I/dalvikvm( 618): threadid=7: reacting to signal 3
E/dalvikvm( 618): Unable to open stack trace file '/data/anr/traces.txt': Permi
ssion denied
I/DumpStateReceiver( 105): Added state dump to 1 crashes
W/ActivityManager( 105): Launch timeout has expired, giving up wake lock!
W/ActivityManager( 105): Activity idle timeout for HistoryRecord{43d64d68 com.g
oogle.android.apps.maps/com.google.android.maps.MapsActivity}
D/dalvikvm( 609): GC freed 7109 objects / 392288 bytes in 107ms
D/dalvikvm( 609): GC freed 2778 objects / 143160 bytes in 118ms
D/dalvikvm( 105): GC freed 12857 objects / 994088 bytes in 211ms
D/dalvikvm( 609): GC freed 7925 objects / 417144 bytes in 136ms
If someone could help me out that would be greatly appreciated! Thanks!
i dont have a 32B so i cant help much but if i wre you i would reflash from fastboot.
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
I'm porting an app from samsung s3 mini to cm10 htc one v
I've deodexed apk and then i'm modding classes.dex to fix problem.
only, i can't open mainactivity i'm getting problem from this smali(MainActivity.smali) and this line.
Landroid/util/GateConfig;->isGateEnabled() -- android.util.GateConfig
Class Def Not Found..
Code:
.line 154
invoke-static {}, Landroid/util/GateConfig;->isGateEnabled()Z
move-result v0
sput-boolean v0, Lcom/sec/android/app/myfiles/MainActivity;->FLAG_SUPPORT_GATE_MESSAGE:Z
return-void
.end method
.method public constructor <init>()V
.registers 4
.prologue
const/4 v2, 0x0
const/4 v1, 0x0
also tried adding util/GateConfig file to out folder but.
when i try run smali.jar for compiling again. i get problems...So, i tried delete half of line 154 smali but now i'm getting
Code:
I/ActivityManager( 1765): Start proc com.sec.android.app.myfiles for activity co
m.sec.android.app.myfiles/.MainActivity: pid=5194 uid=10070 gids={1015, 1023, 30
02}
D/Launcher( 2036): onTrimMemory. Level: 20
E/Trace ( 5194): error opening trace file: No such file or directory (2)
W/dalvikvm( 5194): VFY: register index out of range (2 >= 1)
W/dalvikvm( 5194): VFY: register index out of range (1 >= 1)
W/dalvikvm( 5194): VFY: rejecting opcode 0x5c at 0x000d
W/dalvikvm( 5194): VFY: rejected Lcom/sec/android/app/myfiles/MainActivity;.<cl
init> ()V
W/dalvikvm( 5194): Verifier rejected class Lcom/sec/android/app/myfiles/MainActi
vity;
W/dalvikvm( 5194): Class init failed in newInstance call (Lcom/sec/android/app/m
yfiles/MainActivity;)
D/AndroidRuntime( 5194): Shutting down VM
W/dalvikvm( 5194): threadid=1: thread exiting with uncaught exception (group=0x4
0d83300)
E/AndroidRuntime( 5194): FATAL EXCEPTION: main
E/AndroidRuntime( 5194): java.lang.VerifyError: com/sec/android/app/myfiles/Main
Activity
E/AndroidRuntime( 5194): at java.lang.Class.newInstanceImpl(Native Method
)
E/AndroidRuntime( 5194): at java.lang.Class.newInstance(Class.java:1319)
E/AndroidRuntime( 5194): at android.app.Instrumentation.newActivity(Instr
umentation.java:1053)
E/AndroidRuntime( 5194): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2090)
E/AndroidRuntime( 5194): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2210)
E/AndroidRuntime( 5194): at android.app.ActivityThread.access$600(Activit
yThread.java:142)
E/AndroidRuntime( 5194): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1208)
E/AndroidRuntime( 5194): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 5194): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5194): at android.app.ActivityThread.main(ActivityThrea
d.java:4931)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:558)
E/AndroidRuntime( 5194): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1765): Force finishing activity com.sec.android.app.myfiles
/.MainActivity
and last one thing.
Code:
C:\Users\Doğa\HTCONEVAllFiles\Data>adb shell
[email protected]:/ # am start com.sec.android.app.myfiles/.MyFilesSettings
When i try open settings activity via adb.it works..
only main activity don't work.
how can i change line 154 without problems???
or how can i add android.util.GateConfig ??
i need fix for that ??
some developer should help me ??? PLEASE
doga.ozkaraca said:
I'm porting an app from samsung s3 mini to cm10 htc one v
I've deodexed apk and then i'm modding classes.dex to fix problem.
only, i can't open mainactivity i'm getting problem from this smali(MainActivity.smali) and this line.
Landroid/util/GateConfig;->isGateEnabled() -- android.util.GateConfig
Class Def Not Found..
Code:
.line 154
invoke-static {}, Landroid/util/GateConfig;->isGateEnabled()Z
move-result v0
sput-boolean v0, Lcom/sec/android/app/myfiles/MainActivity;->FLAG_SUPPORT_GATE_MESSAGE:Z
return-void
.end method
.method public constructor <init>()V
.registers 4
.prologue
const/4 v2, 0x0
const/4 v1, 0x0
also tried adding util/GateConfig file to out folder but.
when i try run smali.jar for compiling again. i get problems...So, i tried delete half of line 154 smali but now i'm getting
Code:
I/ActivityManager( 1765): Start proc com.sec.android.app.myfiles for activity co
m.sec.android.app.myfiles/.MainActivity: pid=5194 uid=10070 gids={1015, 1023, 30
02}
D/Launcher( 2036): onTrimMemory. Level: 20
E/Trace ( 5194): error opening trace file: No such file or directory (2)
W/dalvikvm( 5194): VFY: register index out of range (2 >= 1)
W/dalvikvm( 5194): VFY: register index out of range (1 >= 1)
W/dalvikvm( 5194): VFY: rejecting opcode 0x5c at 0x000d
W/dalvikvm( 5194): VFY: rejected Lcom/sec/android/app/myfiles/MainActivity;.<cl
init> ()V
W/dalvikvm( 5194): Verifier rejected class Lcom/sec/android/app/myfiles/MainActi
vity;
W/dalvikvm( 5194): Class init failed in newInstance call (Lcom/sec/android/app/m
yfiles/MainActivity;)
D/AndroidRuntime( 5194): Shutting down VM
W/dalvikvm( 5194): threadid=1: thread exiting with uncaught exception (group=0x4
0d83300)
E/AndroidRuntime( 5194): FATAL EXCEPTION: main
E/AndroidRuntime( 5194): java.lang.VerifyError: com/sec/android/app/myfiles/Main
Activity
E/AndroidRuntime( 5194): at java.lang.Class.newInstanceImpl(Native Method
)
E/AndroidRuntime( 5194): at java.lang.Class.newInstance(Class.java:1319)
E/AndroidRuntime( 5194): at android.app.Instrumentation.newActivity(Instr
umentation.java:1053)
E/AndroidRuntime( 5194): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2090)
E/AndroidRuntime( 5194): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2210)
E/AndroidRuntime( 5194): at android.app.ActivityThread.access$600(Activit
yThread.java:142)
E/AndroidRuntime( 5194): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1208)
E/AndroidRuntime( 5194): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 5194): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5194): at android.app.ActivityThread.main(ActivityThrea
d.java:4931)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:558)
E/AndroidRuntime( 5194): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1765): Force finishing activity com.sec.android.app.myfiles
/.MainActivity
and last one thing.
Code:
C:\Users\Doğa\HTCONEVAllFiles\Data>adb shell
[email protected]:/ # am start com.sec.android.app.myfiles/.MyFilesSettings
When i try open settings activity via adb.it works..
only main activity don't work.
how can i change line 154 without problems???
or how can i add android.util.GateConfig ??
i need fix for that ??
some developer should help me ??? PLEASE
Click to expand...
Click to collapse
SOLVED !! THANKS I've SUCCESSFULLY PORTED SAMSUNG GALAXY S3 MİNİ FİLE MANAGER TO CM10/AOKP/AOSP I WİLL RELEASE SOON