I'm having issue with my tinder app force closing right away when I open the app. Can someone help me with this issue? Here is my logcat:
build.board: MSM8974
build.bootloader: unknown
build.brand: lge
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: g3
build.display: SkyDragon G3 2.0.1 - KVT49L.VS98512B
build.fingerprint: lge/g3_vzw/g3:4.4.2/KVT49L.VS98512B/VS98512B.1414669625:user/release-keys
build.hardware: g3
build.host: SkyDragon
build.id: KVT49L.VS98512B
build.manufacturer: LGE
build.model: VS985 4G
build.product: g3_vzw
build.radio: unknown
build.serial: VS9854G55f08d4f
build.tags: release-keys
build.time: 1414670212000
build.type: user
build.user: HolyAngel
version.codename: REL
version.incremental: VS98512B.1414669625
version.release: 4.4.2
version.sdk_int: 19
02-12 09:33:10.321 I/ActivityManager(1180): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tinder/.activities.ActivitySplashLoading bnds=[720,1280][720,1280]} from pid 1842
02-12 09:33:10.331 I/ActivityManager(1180): ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t-1} Support Split:true Is ScreenFull:true
02-12 09:33:10.361 I/ActivityManager(1180): nezzimom intent is not null Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tinder/.activities.ActivitySplashLoading bnds=[720,1280][720,1280] }
02-12 09:33:10.401 D/ActivityManager(1180): resumeTopActivityLocked: Restarting ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28}
02-12 09:33:10.431 I/ActivityManager(1180): Start proc com.tinder for activity com.tinder/.activities.ActivitySplashLoading: pid=26329 uid=10166 gids={50166, 3003, 1028, 1015, 1023, 3002}
02-12 09:33:10.451 V/ActivityManager(1180): Moving to RESUMED: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28} (starting new instance)
02-12 09:33:13.041 I/ActivityManager(1180): START u0 {flg=0x14010000 cmp=com.tinder/.activities.ActivityMain} from pid 26329
02-12 09:33:13.041 I/ActivityManager(1180): ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t-1} Support Split:true Is ScreenFull:true
02-12 09:33:13.051 V/ActivityManager(1180): Moving to PAUSING: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28}
02-12 09:33:13.061 D/ActivityManager(1180): allPausedActivitiesComplete: r=ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28} state=PAUSING
02-12 09:33:13.061 V/ActivityManager(1180): Finishing activity token=Token{449ac3f0 ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28}} r=, result=0, data=null, reason=app-request
02-12 09:33:13.061 V/ActivityManager(1180): r.frontOfTask = true is transferred to ActivityRecord: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28}
02-12 09:33:13.071 V/ActivityManager(1180): Moving to PAUSED: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28 f} (pause complete)
02-12 09:33:13.071 V/ActivityManager(1180): Moving to STOPPING: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28 f} (finish requested)
02-12 09:33:13.081 D/ActivityManager(1180): resumeTopActivityLocked: Restarting ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28}
02-12 09:33:13.081 V/ActivityManager(1180): Moving to RESUMED: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28} (starting new instance)
02-12 09:33:13.571 E/AndroidRuntime(26329): Process: com.tinder, PID: 26329
02-12 09:33:13.571 E/AndroidRuntime(26329): java.lang.RuntimeException: Unable to resume activity {com.tinder/com.tinder.activities.ActivityMain}: java.lang.IllegalArgumentException: Service not registered: [email protected]
02-12 09:33:13.571 E/AndroidRuntime(26329): Caused by: java.lang.IllegalArgumentException: Service not registered: [email protected]
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.iap.util.b.a(SourceFile:342)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.managers.g.b(SourceFile:125)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.activities.ActivityMain.a(SourceFile:143)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.activities.ActivityMain.a(SourceFile:187)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.activities.ActivityMain.onResume(SourceFile:127)
02-12 09:33:13.571 W/ActivityManager(1180): Force finishing activity com.tinder/.activities.ActivityMain
02-12 09:33:13.591 V/ActivityManager(1180): Moving to PAUSING: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f}
02-12 09:33:14.091 W/ActivityManager(1180): Activity pause timeout for ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f}
02-12 09:33:14.091 V/ActivityManager(1180): Moving to PAUSED: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f} (due to timeout)
02-12 09:33:14.091 V/ActivityManager(1180): Moving to FINISHING: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f}
02-12 09:33:14.111 D/ActivityManager(1180): allPausedActivitiesComplete: r=ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f} state=FINISHING
02-12 09:33:14.261 V/ActivityManager(1180): Moving to DESTROYING: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f} (destroy requested)
02-12 09:33:14.711 V/ActivityManager(1180): Moving to FINISHING: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28 f}
02-12 09:33:14.721 V/ActivityManager(1180): Moving to DESTROYING: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28 f} (destroy requested)
02-12 09:33:19.141 I/ActivityManager(1180): Process com.tinder (pid 26329) has died.
02-12 09:33:19.141 V/ActivityManager(1180): Moving to DESTROYED: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f} (removed from history)
02-12 09:33:19.151 I/WindowState(1180): WIN DEATH: Window{447fe478 u0 com.tinder/com.tinder.activities.ActivityMain}
02-12 09:33:19.161 I/WindowState(1180): WIN DEATH: Window{4466c610 u0 com.tinder/com.tinder.activities.ActivitySplashLoading}
02-12 09:33:19.171 V/ActivityManager(1180): Moving to DESTROYED: ActivityRecord{4472c0d0 u0 com.tinder/.activities.ActivityMain t28 f} (cleaning up)
02-12 09:33:19.181 V/ActivityManager(1180): Moving to DESTROYED: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28 f} (removed from history)
02-12 09:33:19.181 V/ActivityManager(1180): Moving to DESTROYED: ActivityRecord{44696888 u0 com.tinder/.activities.ActivitySplashLoading t28 f} (cleaning up)
02-12 09:36:02.131 I/ActivityManager(1842): Timeline: Activity_launch_request id:com.tinder time:2091263
02-12 09:36:02.131 I/SplitWindowPolicyService(1416): checkScreen: orgIntent=Intent { act=androi.....MAIN cat=[androi.....LAUNCHER] flg=.... cmp=com.tinder/.activities.ActivitySplashLoading bnds=[110,1205][360,1533] } /sourceIntent=Intent { act=androi.....MAIN cat=[androi.....HOME] flg=.... cmp=co..../co.....Launcher }
02-12 09:36:02.131 V/SplitWindowPolicyService(1416): launch: ComponentInfo{com.tinder/co.....ActivitySplashLoading}, from: ComponentInfo{co..../co.....Launcher}
02-12 09:36:02.131 I/ActivityManager(1180): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tinder/.activities.ActivitySplashLoading bnds=[110,1205][360,1533]} from pid 1842
02-12 09:36:02.131 I/ActivityManager(1180): ActivityRecord{44affcc0 u0 com.tinder/.activities.ActivitySplashLoading t-1} Support Split:true Is ScreenFull:true
02-12 09:36:02.151 I/ActivityManager(1180): nezzimom intent is not null Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tinder/.activities.ActivitySplashLoading bnds=[110,1205][360,1533] }
02-12 09:36:02.171 D/WiFiOffloadingManager(1180): isOffloadingAvailable com.tinder
02-12 09:36:02.171 D/WiFiOffloadingManager(1180): checkPermissionGranted com.tinder
02-12 09:36:02.171 D/WiFiOffloadingManager(1180): mPackageName com.tinder
02-12 09:36:02.211 D/ActivityManager(1180): resumeTopActivityLocked: Restarting ActivityRecord{44affcc0 u0 com.tinder/.activities.ActivitySplashLoading t37}
02-12 09:36:02.221 I/ActivityManager(1180): Start proc com.tinder for activity com.tinder/.activities.ActivitySplashLoading: pid=28918 uid=10166 gids={50166, 3003, 1028, 1015, 1023, 3002}
02-12 09:36:02.251 V/ActivityManager(1180): Moving to RESUMED: ActivityRecord{44affcc0 u0 com.tinder/.activities.ActivitySplashLoading t37} (starting new instance)
02-12 09:36:02.281 I/SystemUI[Framework](1180): PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x0, pkg=com.tinder
02-12 09:36:03.141 I/ActivityManager(1180): Displayed com.tinder/.activities.ActivitySplashLoading: +932ms
02-12 09:36:03.141 I/ActivityManager(1180): Timeline: Activity_windows_visible id: ActivityRecord{44affcc0 u0 com.tinder/.activities.ActivitySplashLoading t37} time:2092274
02-12 09:36:03.741 E/Crashlytics(28918): Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/com.tinder/settings
02-12 09:36:03.821 E/Crashlytics(28918): Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/com.tinder/settings
02-12 09:36:04.641 I/ActivityManager(28918): Timeline: Activity_launch_request id:com.tinder time:2093772
02-12 09:36:04.641 I/SplitWindowPolicyService(1416): checkScreen: orgIntent=Intent { flg=.... cmp=com.tinder/.activities.ActivityMain } /sourceIntent=Intent { act=androi.....MAIN cat=[androi.....LAUNCHER] flg=.... cmp=com.tinder/.activities.ActivitySplashLoading bnds=[110,1205][360,1533] }
02-12 09:36:04.641 V/SplitWindowPolicyService(1416): launch: ComponentInfo{com.tinder/co.....ActivityMain}, from: ComponentInfo{com.tinder/co.....ActivitySplashLoading}
02-12 09:36:04.641 I/ActivityManager(1180): START u0 {flg=0x14010000 cmp=com.tinder/.activities.ActivityMain} from pid 28918
02-12 09:36:04.641 I/ActivityManager(1180): ActivityRecord{44be9c48 u0 com.tinder/.activities.ActivityMain t-1} Support Split:true Is ScreenFull:true
02-12 09:36:04.641 V/ActivityManager(1180): Moving to PAUSING: ActivityRecord{44affcc0 u0 com.tinder/.activities.ActivitySplashLoading t37}
02-12 09:36:04.651 D/ActivityManager(1180
Sent from my VS985 4G using Tapatalk 2
I think it's fixed after uninsralling tablet metrics not sure why it cause fc...
Sent from my VS985 4G using Tapatalk 2
Use a diff kernel go to stock and try again
Sent from my LG-VS985 using XDA Free mobile app
Code:
02-12 09:33:13.571 E/AndroidRuntime(26329): Process: com.tinder, PID: 26329
02-12 09:33:13.571 E/AndroidRuntime(26329): java.lang.RuntimeException: Unable to resume activity {com.tinder/com.tinder.activities.ActivityMain}: java.lang.IllegalArgumentException: Service not registered: [email protected]
02-12 09:33:13.571 E/AndroidRuntime(26329): Caused by: java.lang.IllegalArgumentException: Service not registered: [email protected]
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.iap.util.b.a(SourceFile:342)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.managers.g.b(SourceFile:125)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.activities.ActivityMain.a(SourceFile:14 3)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.activities.ActivityMain.a(SourceFile:18 7)
02-12 09:33:13.571 E/AndroidRuntime(26329): at com.tinder.activities.ActivityMain.onResume(Source File:127)
This would be where your error is at. Coding error with their app?
I found the problem to be with lucky patcher. I only used it for TiBu but it somehow messed up with the Google play store as well.
Sent from my VS985 4G using Tapatalk 2
dreamjaeil said:
I found the problem to be with lucky patcher. I only used it for TiBu but it somehow messed up with the Google play store as well.
Sent from my VS985 4G using Tapatalk 2
Click to expand...
Click to collapse
How did you fix it? I am having the same issue with the current version 4.0.5 on my stock rooted Galaxy S3 after trying to patch it with lucky patcher. I have since uninstalled lucky patcher. Tinder keeps force closing almost right away. I have tried everything from clearing dalvik cache to uninstalling and reinstalling. Even installed an old version and tried upgrading via play store. No dice.
Getting the same error, what to do?
Diglett said:
Getting the same error, what to do?
Click to expand...
Click to collapse
I had the same error too.. Nexus 5 running on 5.1. I just opened Lucky Patcher, opened menu of patches for tinder, and ran the In-app purchase.LVL emulator fix, and it worked.
ckrishnakanthc said:
I had the same error too.. Nexus 5 running on 5.1. I just opened Lucky Patcher, opened menu of patches for tinder, and ran the In-app purchase.LVL emulator fix, and it worked.
Click to expand...
Click to collapse
Thanks, this fixes it.
Fix should be posted in Google Play xD
I'll buy you a coffee !! I knew something was wrong and I suspected Lucky patcher. I wasn't able to use Tinder for more than a month because of this. Even uninstalling Lucky patcher wouldn't solve the problem, but the In-app and LVL patch fixed it. THANKS A MILLION !!!
aswath1991 said:
I'll buy you a coffee !! I knew something was wrong and I suspected Lucky patcher. I wasn't able to use Tinder for more than a month because of this. Even uninstalling Lucky patcher wouldn't solve the problem, but the In-app and LVL patch fixed it. THANKS A MILLION !!!
Click to expand...
Click to collapse
It's not Lucky Patcher that's "wrong". I had it freezed, and Tinder still started crashing on startup.
It *did*, however, fix the crashes.
Related
Hello,
I don´t like the key sound of the Xperia Keyboard, so I copied the textinput-tng.apk to my sdcard and then I opened it with Winrar on my Computer. I changed the original Xperia "Plop"-Sound with an other, before that I renamed the other sound to the same like the Original (semc4_eq_cut_300) and the Audio-format I´ve also changed to the same of the Original. Then i put the textinput-tng.apk back to my sdcard, changed the permissions to rw--r--r and then back to /system/app. After that I rebootet my phone but everytime when i want to enable the KeySound in the Keyboard settings, my Xperia Keyboard get a FC :/ Do you know why?
1.Sorry for my bad english and 2. Sorry for my "Noobness" in Developing
Provide logcat,it will be helpful.
W/InputDispatcher( 1845): channel '414d2fa8 com.sonyericsson.textinput.uxp/com.sonyericsson.textinput.uxp.SettingsActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 1845): channel '414d2fa8 com.sonyericsson.textinput.uxp/com.sonyericsson.textinput.uxp.SettingsActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
I/ActivityManager( 1845): Process com.sonyericsson.textinput.uxp (pid 3297) has died.
W/ActivityManager( 1845): Scheduling restart of crashed service com.sonyericsson.textinput.uxp/.glue.InputMethodServiceGlue in 5000ms
I/WindowManager( 1845): WIN DEATH: Window{41398a78 InputMethod paused=false}
W/InputDispatcher( 1845): Attempted to unregister already unregistered input channel '414d2fa8 com.sonyericsson.textinput.uxp/com.sonyericsson.textinput.uxp.SettingsActivity (server)'
I/WindowManager( 1845): WIN DEATH: Window{414d2fa8 com.sonyericsson.textinput.uxp/com.sonyericsson.textinput.uxp.SettingsActivity paused=false}
I/WindowManager( 1845): WINDOW DIED Window{414d2fa8 com.sonyericsson.textinput.uxp/com.sonyericsson.textinput.uxp.SettingsActivity paused=false}
I/libblt_hw( 1433): Library closed (handle = 1, fd = 23)
W/InputManagerService( 1845): Got RemoteException sending setActive(false) notification to pid 3297 uid 10010
W/InputManagerService( 1845): Session failed to close due to remote exception
W/InputManagerService( 1845): android.os.DeadObjectException
W/InputManagerService( 1845): at android.os.BinderProxy.transact(Native Method)
W/InputManagerService( 1845): at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:366)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.finishSession(InputMethodManagerService.java:1042)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1054)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1074)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1073)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1087)
W/InputManagerService( 1845): at android.os.Handler.handleCallback(Handler.java:605)
W/InputManagerService( 1845): at android.os.Handler.dispatchMessage(Handler.java:92)
W/InputManagerService( 1845): at android.os.Looper.loop(Looper.java:137)
W/InputManagerService( 1845): at com.android.server.ServerThread.run(SystemServer.java:776)
W/InputManagerService( 1845): Session failed to close due to remote exception
W/InputManagerService( 1845): android.os.DeadObjectException
W/InputManagerService( 1845): at android.os.BinderProxy.transact(Native Method)
W/InputManagerService( 1845): at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:366)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.finishSession(InputMethodManagerService.java:1042)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1054)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1074)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1073)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1087)
W/InputManagerService( 1845): at android.os.Handler.handleCallback(Handler.java:605)
W/InputManagerService( 1845): at android.os.Handler.dispatchMessage(Handler.java:92)
W/InputManagerService( 1845): at android.os.Looper.loop(Looper.java:137)
W/InputManagerService( 1845): at com.android.server.ServerThread.run(SystemServer.java:776)
W/InputManagerService( 1845): Session failed to close due to remote exception
W/InputManagerService( 1845): android.os.DeadObjectException
W/InputManagerService( 1845): at android.os.BinderProxy.transact(Native Method)
W/InputManagerService( 1845): at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:366)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.finishSession(InputMethodManagerService.java:1042)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1054)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1074)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1073)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1087)
W/InputManagerService( 1845): at android.os.Handler.handleCallback(Handler.java:605)
W/InputManagerService( 1845): at android.os.Handler.dispatchMessage(Handler.java:92)
W/InputManagerService( 1845): at android.os.Looper.loop(Looper.java:137)
W/InputManagerService( 1845): at com.android.server.ServerThread.run(SystemServer.java:776)
W/InputManagerService( 1845): Session failed to close due to remote exception
W/InputManagerService( 1845): android.os.DeadObjectException
W/InputManagerService( 1845): at android.os.BinderProxy.transact(Native Method)
W/InputManagerService( 1845): at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:366)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.finishSession(InputMethodManagerService.java:1042)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1054)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1074)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1073)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1087)
W/InputManagerService( 1845): at android.os.Handler.handleCallback(Handler.java:605)
W/InputManagerService( 1845): at android.os.Handler.dispatchMessage(Handler.java:92)
W/InputManagerService( 1845): at android.os.Looper.loop(Looper.java:137)
W/InputManagerService( 1845): at com.android.server.ServerThread.run(SystemServer.java:776)
W/InputManagerService( 1845): Session failed to close due to remote exception
W/InputManagerService( 1845): android.os.DeadObjectException
W/InputManagerService( 1845): at android.os.BinderProxy.transact(Native Method)
W/InputManagerService( 1845): at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:366)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.finishSession(InputMethodManagerService.java:1042)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1058)
W/InputManagerService( 1845): at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1074)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1073)
W/InputManagerService( 1845): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1087)
W/InputManagerService( 1845): at android.os.Handler.handleCallback(Handler.java:605)
W/InputManagerService( 1845): at android.os.Handler.dispatchMessage(Handler.java:92)
W/InputManagerService( 1845): at android.os.Looper.loop(Looper.java:137)
W/InputManagerService( 1845): at com.android.server.ServerThread.run(SystemServer.java:776)
Click to expand...
Click to collapse
I hope this is that what you need
Hi guys,
I have some problems with Snapchat, not taking a picture but making a clip,
When I hold it the app freezes, and then fc and then my camera doesn't work (for all camera apps), until
I reboot. I only get this when I am on a custom Rom. I don't know how to take a logcat.
I tried other kernel, Dorimanx, but still doesn't work
Device info:
Device: Samsung Galaxy S2 GT-i9100
Rom: SlimBean unofficial A.K.A SlimSaber from FusionJack (4.3.1)
Kernel: Stock
anybody?
here is a logcat:
11-04 12:28:37.640 I/SELinuxMMAC(2205): package (com.snapchat.android) installed with seinfo=default
11-04 12:29:00.910 I/ActivityManager(2205): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.snapchat.android/.LandingPageActivity bnds=[14,488][97,581]} from pid 2659
11-04 12:29:00.945 I/ActivityManager(2205): Start proc com.snapchat.android for activity com.snapchat.android/.LandingPageActivity: pid=3532 uid=10059 gids={50059, 3003, 1015, 1023, 1006, 1028}
11-04 12:45:50.348 I/ActivityManager(2205): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.snapchat.android/.LandingPageActivity bnds=[14,488][97,581]} from pid 2659
11-04 12:48:32.813 I/ActivityManager(2205): Force stopping package com.snapchat.android appid=10059 user=0
11-04 12:48:32.818 I/ActivityManager(2205): Killing proc 3532:com.snapchat.android/u0a10059: force stop com.snapchat.android
11-04 12:48:32.818 W/ActivityManager(2205): Force removing ActivityRecord{42289c58 u0 com.snapchat.android/.LandingPageActivity}: app died, no saved state
11-04 12:48:32.933 W/WindowManager(2205): This window was lost: Window{422a0a60 u0 com.snapchat.android/com.snapchat.android.LandingPageActivity}
11-04 12:48:32.933 W/WindowManager(2205): mOwnerUid=10059 mShowToOwnerOnly=true package=com.snapchat.android appop=NONE
11-04 12:48:32.933 W/WindowManager(2205): mToken=AppWindowToken{42460ca0 token=Token{42297200 ActivityRecord{42289c58 u0 com.snapchat.android/.LandingPageActivity}}}
11-04 12:48:32.933 W/WindowManager(2205): mRootToken=AppWindowToken{42460ca0 token=Token{42297200 ActivityRecord{42289c58 u0 com.snapchat.android/.LandingPageActivity}}}
11-04 12:48:32.933 W/WindowManager(2205): mAppToken=AppWindowToken{42460ca0 token=Token{42297200 ActivityRecord{42289c58 u0 com.snapchat.android/.LandingPageActivity}}}
11-04 12:48:32.933 W/WindowManager(2205): WindowStateAnimator{426e3fe0 com.snapchat.android/com.snapchat.android.LandingPageActivity}:
11-04 12:48:32.933 W/WindowManager(2205): mSurface=Surface(name=com.snapchat.android/com.snapchat.android.LandingPageActivity)
11-04 12:48:32.973 I/WindowState(2205): WIN DEATH: Window{422a0a60 u0 com.snapchat.android/com.snapchat.android.LandingPageActivity}
11-04 20:12:21.348 I/ActivityManager(2205): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.snapchat.android/.LandingPageActivity bnds=[14,488][97,581]} from pid 2659
11-04 20:12:21.568 I/ActivityManager(2205): Start proc com.snapchat.android for activity com.snapchat.android/.LandingPageActivity: pid=10321 uid=10059 gids={50059, 3003, 1015, 1023, 1006, 1028}
11-04 20:12:30.378 D/dalvikvm(10321): Trying to load lib /data/app-lib/com.snapchat.android-1/libphotoeffect.so 0x421b7430
11-04 20:12:30.383 D/dalvikvm(10321): Added shared lib /data/app-lib/com.snapchat.android-1/libphotoeffect.so 0x421b7430
11-04 20:12:59.663 W/GTalkService(2560): [DataMsgMgr] broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.snapchat.android (has extras) }
11-04 20:33:32.603 I/ActivityManager(2205): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.snapchat.android/.LandingPageActivity bnds=[14,488][97,581]} from pid 2659
11-04 20:33:33.828 I/ActivityManager(2205): Displayed com.snapchat.android/.LandingPageActivity: +1s208ms
11-04 20:34:07.863 W/GTalkService(2560): [DataMsgMgr] broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.snapchat.android (has extras) }
11-04 20:34:45.113 W/GTalkService(2560): [DataMsgMgr] broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.snapchat.android (has extras) }
11-04 20:42:49.003 W/GTalkService(2560): [DataMsgMgr] broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.snapchat.android (has extras) }
11-04 20:46:44.743 I/InputDispatcher(2205): Application is not responding: Window{4234ace0 u0 com.snapchat.android/com.snapchat.android.LandingPageActivity}. It has been 5005.2ms since event, 5004.7ms since wait started. Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
11-04 20:46:44.743 I/WindowManager(2205): Input event dispatching timed out sending to com.snapchat.android/com.snapchat.android.LandingPageActivity
11-04 20:46:46.078 E/ActivityManager(2205): ANR in com.snapchat.android (com.snapchat.android/.LandingPageActivity)
11-04 20:46:46.078 E/ActivityManager(2205): 6.8% 10321/com.snapchat.android: 5.2% user + 1.6% kernel / faults: 197 minor
11-04 20:46:46.078 E/ActivityManager(2205): 1.3% 10321/com.snapchat.android: 0% user + 1.3% kernel
11-04 20:46:46.198 I/DEBUG (1850): pid: 10321, tid: 10321, name: napchat.android >>> com.snapchat.android <<<
11-04 20:46:48.353 W/ActivityManager(2205): Force finishing activity com.snapchat.android/.LandingPageActivity
11-04 20:46:48.378 W/ActivityManager(2205): Force finishing activity com.snapchat.android/.LandingPageActivity
11-04 20:46:48.378 W/ActivityManager(2205): Duplicate finish request for ActivityRecord{422d6ed0 u0 com.snapchat.android/.LandingPageActivity}
11-04 20:46:48.543 W/InputDispatcher(2205): channel '4234ace0 com.snapchat.android/com.snapchat.android.LandingPageActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
11-04 20:46:48.543 E/InputDispatcher(2205): channel '4234ace0 com.snapchat.android/com.snapchat.android.LandingPageActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
11-04 20:46:48.548 I/ActivityManager(2205): Process com.snapchat.android (pid 10321) has died.
11-04 20:46:48.553 W/InputDispatcher(2205): Attempted to unregister already unregistered input channel '4234ace0 com.snapchat.android/com.snapchat.android.LandingPageActivity (server)'
11-04 20:46:48.553 I/WindowState(2205): WIN DEATH: Window{4234ace0 u0 com.snapchat.android/com.snapchat.android.LandingPageActivity}
I got the same problem with certain roms, it's got something to do with the navigation bar, if your room allows for you to have one and you have it emabled then that's most likely the problem, you can enable expanded desktop on your power menu and just enable it whenever you use it, another option would be if your rom has settings to do per app dpi then most likely you can do per app enable/disable navigation bar, my current rom does not have that option, I've come to like my rom a lot and that is the only downside, I'm searching for a way to do per app enable/disable navigation bar perhaps thru an exposed module but haven't had any luck finding anything, I like my nav bar but I find it annoying having to switch my expanded desktop on and off whenever I use snapchat, well good luck hope I was of some help
As @gothikzoul said, it seems like a problem that occurs with certain roms, you can try another rom or try the workaround he mentioned, you can also report the bug to the rom dev with your logcat.
Dakura said:
As @gothikzoul said, it seems like a problem that occurs with certain roms, you can try another rom or try the workaround he mentioned, you can also report the bug to the rom dev with your logcat.
Click to expand...
Click to collapse
already did send a logcat, i love SlimSaber by FusionJack I don't want to go a other rom so ya :silly:
anyway thnx for the response guys :highfive: @Dakura why aren't you a Forum admin you are very active and helpfull
Recently installed CM11 on my Sony Xperia P. Works great, even my Polar IWL pulse meter started working!
But i got sad when i tried to start ingress. It crashes after a few seconds.
So far i've tried wiping user data, reinstall, running from internal storage aswell as SD-card and rebooting. None of these helped.
Here is a logcat from when i try to start the app:
build.board: montblanc
build.bootloader: s1
build.brand: Sony
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: nypon
build.display: cm_nypon-eng 4.4.2 KVT49L 53720c238d test-keys
build.fingerprint: Sony/cm_nypon/nypon:4.4.2/KVT49L/53720c238d:eng/test-keys
build.hardware: st-ericsson
build.host: LinuxHost
build.id: KVT49L
build.manufacturer: Sony
build.model: Xperia P
build.product: cm_nypon
build.radio: unknown
build.serial: CB511YSV33
build.tags: test-keys
build.time: 1400507778000
build.type: eng
build.user: Androiduser
version.codename: REL
version.incremental: 53720c238d
version.release: 4.4.2
version.sdk_int: 19
05-21 23:57:45.385 I/ActivityManager(2141): Start proc com.nianticproject.ingress for service com.nianticproject.ingress/.alarms.NemesisAlarmHandlingService: pid=11968 uid=10125 gids={50125, 3003, 1028, 1015}
05-22 00:00:24.478 I/ActivityManager(2141): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10304000 pkg=com.nianticproject.ingress cmp=com.nianticproject.ingress/.NemesisActivity} from pid 2404
05-22 00:00:27.351 W/ActivityManager(2141): Force finishing activity com.nianticproject.ingress/.NemesisActivity
05-22 00:00:27.581 I/WindowState(2141): WIN DEATH: Window{424bd3a0 u0 com.nianticproject.ingress/com.nianticproject.ingress.NemesisActivity}
05-22 00:00:27.621 I/ActivityManager(2141): Process com.nianticproject.ingress (pid 11968) has died.
05-22 00:02:25.176 I/ActivityManager(2141): Start proc com.nianticproject.ingress for service com.nianticproject.ingress/.alarms.NemesisAlarmHandlingService: pid=12807 uid=10125 gids={50125, 3003, 1028, 1015}
05-22 00:02:59.615 I/ActivityManager(2141): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10304000 pkg=com.nianticproject.ingress cmp=com.nianticproject.ingress/.NemesisActivity bnds=[226,249][482,476]} from pid 2404
05-22 00:03:02.948 W/ActivityManager(2141): Force finishing activity com.nianticproject.ingress/.NemesisActivity
05-22 00:03:03.159 I/WindowState(2141): WIN DEATH: Window{42471f68 u0 com.nianticproject.ingress/com.nianticproject.ingress.NemesisActivity}
05-22 00:03:03.189 I/ActivityManager(2141): Process com.nianticproject.ingress (pid 12807) has died.
05-22 00:05:04.364 I/ActivityManager(2141): Start proc com.nianticproject.ingress for service com.nianticproject.ingress/.alarms.NemesisAlarmHandlingService: pid=13238 uid=10125 gids={50125, 3003, 1028, 1015}
05-22 00:05:04.474 D/ActivityThread(13238): handleBindApplication:com.nianticproject.ingress
05-22 00:06:21.136 I/ActivityManager(2141): Process com.nianticproject.ingress (pid 13238) has died.
05-22 00:07:01.556 I/ActivityManager(2141): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10304000 pkg=com.nianticproject.ingress cmp=com.nianticproject.ingress/.NemesisActivity} from pid 2404
05-22 00:07:01.906 I/ActivityManager(2141): Start proc com.nianticproject.ingress for activity com.nianticproject.ingress/.NemesisActivity: pid=14020 uid=10125 gids={50125, 3003, 1028, 1015}
05-22 00:07:02.006 D/ActivityThread(14020): handleBindApplication:com.nianticproject.ingress
05-22 00:07:02.226 D/dalvikvm(14020): Trying to load lib /mnt/asec/com.nianticproject.ingress-1/lib/libgdx.so 0x41b7b488
05-22 00:07:02.236 D/dalvikvm(14020): Added shared lib /mnt/asec/com.nianticproject.ingress-1/lib/libgdx.so 0x41b7b488
05-22 00:07:02.236 D/dalvikvm(14020): No JNI_OnLoad found in /mnt/asec/com.nianticproject.ingress-1/lib/libgdx.so 0x41b7b488, skipping init
05-22 00:07:02.877 D/dalvikvm(14020): Trying to load lib /mnt/asec/com.nianticproject.ingress-1/lib/libgdx.so 0x41b7b488
05-22 00:07:02.877 D/dalvikvm(14020): Shared lib '/mnt/asec/com.nianticproject.ingress-1/lib/libgdx.so' already loaded in same CL 0x41b7b488
05-22 00:07:02.947 I/ActivityManager(2141): Displayed com.nianticproject.ingress/.NemesisActivity: +1s59ms
05-22 00:07:02.947 I/Timeline(2141): Timeline: Activity_windows_visible id: ActivityRecord{41f1df48 u0 com.nianticproject.ingress/.NemesisActivity t26} time:2824479
05-22 00:07:03.437 D/dalvikvm(14020): Trying to load lib /mnt/asec/com.nianticproject.ingress-1/lib/libnemesis_native_release.so 0x41b7b488
05-22 00:07:03.467 D/dalvikvm(14020): Added shared lib /mnt/asec/com.nianticproject.ingress-1/lib/libnemesis_native_release.so 0x41b7b488
05-22 00:07:03.467 D/dalvikvm(14020): No JNI_OnLoad found in /mnt/asec/com.nianticproject.ingress-1/lib/libnemesis_native_release.so 0x41b7b488, skipping init
05-22 00:07:03.507 D/AwesomePlayer(1541): printFileName fd(33) -> /mnt/asec/com.nianticproject.ingress-1/pkg.apk
05-22 00:07:05.249 W/dalvikvm(14020): in Lcom/nianticproject/ingress/common/utility/Native;.aLjava/lang/Object;Ljava/lang/StringV (CallStaticObjectMethod)
05-22 00:07:05.259 I/dalvikvm(14020): at com.nianticproject.ingress.common.utility.Native.a(Native Method)
05-22 00:07:05.259 I/dalvikvm(14020): at com.nianticproject.ingress.j.a(SourceFile:119)
05-22 00:07:05.269 I/dalvikvm(14020): at com.nianticproject.ingress.common.aa.ac.a(SourceFile:27)
05-22 00:07:05.269 I/dalvikvm(14020): at com.nianticproject.ingress.common.aa.am.b(SourceFile:132)
05-22 00:07:05.269 I/dalvikvm(14020): at com.nianticproject.ingress.common.aa.bq.a(SourceFile:56)
05-22 00:07:05.269 I/dalvikvm(14020): at com.nianticproject.ingress.common.aa.u.a(SourceFile:99)
05-22 00:07:05.279 I/dalvikvm(14020): at com.nianticproject.ingress.common.startup.ae.a(SourceFile:57)
05-22 00:07:05.299 I/dalvikvm(14020): at com.nianticproject.ingress.common.f.c.call(SourceFile:382)
05-22 00:07:05.409 I/DEBUG (1536): pid: 14020, tid: 14064, name: BackgroundTask >>> com.nianticproject.ingress <<<
05-22 00:07:05.579 I/DEBUG (1536): #09 pc 00042339 /mnt/asec/com.nianticproject.ingress-1/lib/libnemesis_native_release.so
05-22 00:07:06.230 W/InputDispatcher(2141): channel '41ddbd58 com.nianticproject.ingress/com.nianticproject.ingress.NemesisActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
05-22 00:07:06.230 E/InputDispatcher(2141): channel '41ddbd58 com.nianticproject.ingress/com.nianticproject.ingress.NemesisActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
05-22 00:07:06.370 I/ActivityManager(2141): Process com.nianticproject.ingress (pid 14020) has died.
05-22 00:07:06.370 W/ActivityManager(2141): Force removing ActivityRecord{41f1df48 u0 com.nianticproject.ingress/.NemesisActivity t26}: app died, no saved state
05-22 00:07:06.380 W/InputDispatcher(2141): Attempted to unregister already unregistered input channel '41ddbd58 com.nianticproject.ingress/com.nianticproject.ingress.NemesisActivity (server)'
05-22 00:07:06.380 I/WindowState(2141): WIN DEATH: Window{41ddbd58 u0 com.nianticproject.ingress/com.nianticproject.ingress.NemesisActivity}
05-22 00:09:02.604 I/ActivityManager(2141): Start proc com.nianticproject.ingress for service com.nianticproject.ingress/.alarms.NemesisAlarmHandlingService: pid=14429 uid=10125 gids={50125, 3003, 1028, 1015}
05-22 00:09:02.674 D/ActivityThread(14429): handleBindApplication:com.nianticproject.ingress
Any help appreaciated!
Hello Sir, I Cannot Upload Any VIdeos On Instagram... I Really Need Solution For This Please.... Any Help Will Be Appreciated... I Am Attaching Log Please Check... Currently I Am On CM12.
PS:
I Have Format And Reinstall Other ROM
Uninstall Instagram
I Have Did Everything I Could
01-14 12:08:37.305 D/Finsky (11367): [1] MultiWayUpdateController.captureVariesByAccount: Change varies-by-account for com.instagram.android to true
01-14 12:08:37.305 D/Finsky (11367): [1] MultiWayUpdateController.captureUpdateAccount: Capture account null for next update of com.instagram.android
01-14 12:10:29.630 I/Timeline(4463): Timeline: Activity_launch_request id:com.instagram.android time:1570756
01-14 12:10:29.630 I/ActivityManager(2347): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.instagram.android/.activity.MainTabActivity (has extras)} from uid 10015 on display 0
01-14 12:10:29.755 I/ActivityManager(2347): Start proc com.instagram.android for activity com.instagram.android/.activity.MainTabActivity: pid=12638 uid=10087 gids={50087, 9997, 3003, 1028, 1015, 1023} abi=armeabi-v7a
01-14 12:10:31.210 I/ActivityManager(2347): Displayed com.instagram.android/.activity.MainTabActivity: +1s514ms
01-14 12:10:31.210 I/Timeline(2347): Timeline: Activity_windows_visible id: ActivityRecord{56f92cc u0 com.instagram.android/.activity.MainTabActivity t24} time:1572335
01-14 12:10:32.240 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/cache/
01-14 12:10:32.245 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/cache
01-14 12:10:40.240 I/Timeline(12638): Timeline: Activity_launch_request id:com.instagram.android time:1581366
01-14 12:10:40.240 I/ActivityManager(2347): START u0 {flg=0x10000 cmp=com.instagram.android/.creation.activity.MediaCaptureActivity (has extras)} from uid 10087 on display 0
01-14 12:10:40.955 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/files
01-14 12:10:40.955 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/files/
01-14 12:10:40.965 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/files
01-14 12:10:40.965 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/files/
01-14 12:10:40.970 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/files
01-14 12:10:40.970 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/files/
01-14 12:10:41.300 I/ActivityManager(2347): Displayed com.instagram.android/.creation.activity.MediaCaptureActivity: +1s55ms
01-14 12:10:41.300 I/Timeline(2347): Timeline: Activity_windows_visible id: ActivityRecord{4c76a56 u0 com.instagram.android/.creation.activity.MediaCaptureActivity t24} time:1582428
01-14 12:10:41.565 D/BackupManagerService(2347): Received broadcast Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.instagram.android flg=0x4000010 (has extras) }
01-14 12:10:41.625 D/PackageBroadcastService(10316): Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.instagram.android
01-14 12:10:42.150 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/files
01-14 12:10:42.150 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/files/
01-14 12:10:42.270 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/files
01-14 12:10:42.270 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/files/
01-14 12:10:42.900 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/files
01-14 12:10:42.900 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/files/
01-14 12:10:45.405 W/ContextImpl(12638): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/cache
01-14 12:10:45.405 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/cache/
01-14 12:11:14.085 I/Timeline(2347): Timeline: Activity_windows_visible id: ActivityRecord{4c76a56 u0 com.instagram.android/.creation.activity.MediaCaptureActivity t24} time:1615214
01-14 12:11:19.925 I/Timeline(2347): Timeline: Activity_windows_visible id: ActivityRecord{4c76a56 u0 com.instagram.android/.creation.activity.MediaCaptureActivity t24} time:1621053
01-14 12:11:22.790 I/Timeline(2347): Timeline: Activity_windows_visible id: ActivityRecord{56f92cc u0 com.instagram.android/.activity.MainTabActivity t24} time:1623917
01-14 12:12:12.315 I/ActivityManager(2347): Process com.instagram.android (pid 12638) has died
01-14 12:12:47.480 I/GCM (6358): GCM message com.instagram.android 0:1421226768923415%d88aa106f9fd7ecd
01-14 12:12:47.545 I/ActivityManager(2347): Start proc com.instagram.android for broadcast com.instagram.android/.c2dm.C2DMBroadcastReceiver: pid=13606 uid=10087 gids={50087, 9997, 3003, 1028, 1015, 1023} abi=armeabi-v7a
01-14 12:13:22.060 I/ActivityManager(2347): Process com.instagram.android (pid 13606) has died
01-14 12:13:23.530 I/ActivityManager(2347): Start proc com.instagram.android for broadcast com.instagram.android/com.instagram.selfupdate.SelfUpdateUpgradeEventRec eiver: pid=13936 uid=10087 gids={50087, 9997, 3003, 1028, 1015, 1023} abi=armeabi-v7a
01-14 12:20:43.520 I/GCM (6358): GCM message com.instagram.android 0:1421227244828308%d88aa106f9fd7ecd
01-14 12:20:55.840 I/ActivityManager(2347): START u0 {dat=ig://media?id=897641638135303671_1453997530¬if_dummy =b3c28953-6a41-40cc-ac6e-0487865f8d7f flg=0x4000000 cmp=com.instagram.android/.activity.MainTabActivity (has extras)} from uid 10087 on display 0
01-14 12:20:55.860 W/ActivityManager(2347): startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { dat=ig://media?id=897641638135303671_1453997530¬if_dummy =b3c28953-6a41-40cc-ac6e-0487865f8d7f flg=0x4000000 cmp=com.instagram.android/.activity.MainTabActivity (has extras) }
01-14 12:20:57.060 I/ActivityManager(2347): Displayed com.instagram.android/.activity.MainTabActivity: +1s157ms
01-14 12:20:57.060 I/Timeline(2347): Timeline: Activity_windows_visible id: ActivityRecord{3d05104f u0 com.instagram.android/.activity.MainTabActivity t30} time:2198185
01-14 12:20:57.100 W/ContextImpl(13936): Failed to ensure directory: /storage/usbdisk0/Android/data/com.instagram.android/cache
01-14 12:20:57.100 E/Vold (1921): Failed to find mounted volume for /storage/usbdisk0/Android/data/com.instagram.android/cache/
01-14 12:22:53.860 I/ActivityManager(2347): Process com.instagram.android (pid 13936) has died
01-14 12:23:02.255 W/PackageManager(3158): Failure retrieving resources for com.instagram.android: Resource ID #0x0
01-14 12:23:44.145 I/GCM (6358): GCM message com.instagram.android 0:1421227425619462%d88aa106f9fd7ecd
01-14 12:23:44.205 I/ActivityManager(2347): Start proc com.instagram.android for broadcast com.instagram.android/.c2dm.C2DMBroadcastReceiver: pid=15236 uid=10087 gids={50087, 9997, 3003, 1028, 1015, 1023} abi=armeabi-v7a
01-14 12:23:46.115 D/ZenLog (2347): intercepted: 0|com.instagram.android|64278|newstab|comment|1008 7,!priority
01-14 12:23:46.120 V/NotificationService(2347): pkg=com.instagram.android canInterrupt=false intercept=true
I just flashed the new CM 12.1 version and i can't get two of the most important apps i use to work and i wonder if anyone else experiences this? i got an E1003 model.
bankid doesn't work for me either, it's really too bad. Otherwise cm 12.1 seems perfect.
sydeu said:
bankid doesn't work for me either, it's really too bad. Otherwise cm 12.1 seems perfect.
Click to expand...
Click to collapse
i've never experienced this on any device before but i found a temporary fix for it, got bankid and swish activated on my shield tablet meanwhile untill it get resolved but it would be nice to have it working when you leave your home aswell
oll3_1991 said:
i've never experienced this on any device before but i found a temporary fix for it, got bankid and swish activated on my shield tablet meanwhile untill it get resolved but it would be nice to have it working when you leave your home aswell
Click to expand...
Click to collapse
i wouldn't really call that a fix as it doesn't help the phone at all. Hopefully this will be solved but if we're unlucky it will be hard as the dev probably isn't scandinavian and therefor doesn't have the app.
Bankid probably not supported for rooted or custom ROMs.
TTone said:
Bankid probably not supported for rooted or custom ROMs.
Click to expand...
Click to collapse
It had worked on every phone and ROM I've ever used so this is not it.
TTone said:
Bankid probably not supported for rooted or custom ROMs.
Click to expand...
Click to collapse
it worked on my rooted nexus 5 with CM 12.1 and it's currently running on my rooted nvidia shield tablet which is running CM 12.1 so it's something wrong in the rom.
oll3_1991 said:
I just flashed the new CM 12.1 version and i can't get two of the most important apps i use to work and i wonder if anyone else experiences this? i got an E1003 model.
Click to expand...
Click to collapse
What exactly are you experiencing -- are the apps FCing?
Just wanted to see if the app checks for root but it FCs. Here's the logcat.
PHP:
I/Timeline( 9153): Timeline: Activity_launch_request id:com.bankid.bus time:1712596
I/ActivityManager( 8355): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bankid.bus/.activities.InitActivity (has extras)} from uid 10075 on display 0
V/WindowManager( 8355): addAppToken: AppWindowToken{28764ddb token=Token{29df66ea ActivityRecord{2e0ed5 u0 com.bankid.bus/.activities.InitActivity t86}}} to stack=1 task=86 at 0
V/WindowManager( 8355): Adding window Window{4086bbc u0 Starting com.bankid.bus} at 7 of 11 (after Window{1360d09f u0 com.android.vending/com.google.android.finsky.activities.MainActivity})
I/ActivityManager( 8355): Start proc 19172:com.bankid.bus/u0a73 for activity com.bankid.bus/.activities.InitActivity
V/WindowManager( 8355): rotationForOrientationLw(orient=-1, last=0); user=0 USER_ROTATION_LOCKED
I/Timeline(19172): Timeline: Activity_launch_request id:com.bankid.bus time:1712781
I/ActivityManager( 8355): START u0 {act=android.intent.action.MAIN flg=0x14000000 cmp=com.bankid.bus/.activities.StartupActivity} from uid 10073 on display 0
V/WindowManager( 8355): addAppToken: AppWindowToken{2d587654 token=Token{2fb171a7 ActivityRecord{147cca66 u0 com.bankid.bus/.activities.StartupActivity t86}}} to stack=1 task=86 at 1
V/WindowManager( 8355): Based on layer: Adding window Window{4086bbc u0 Starting com.bankid.bus} at 7 of 11
D/AndroidRuntime(19172): Shutting down VM
E/AndroidRuntime(19172): FATAL EXCEPTION: main
E/AndroidRuntime(19172): Process: com.bankid.bus, PID: 19172
E/AndroidRuntime(19172): java.lang.RuntimeException: Unable to resume activity {com.bankid.bus/com.bankid.bus.activities.StartupActivity}: android.opengl.GLException: 4Lx0MSjvuz3sg2eR3r4NuUQZj3E=
E/AndroidRuntime(19172): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3019)
E/AndroidRuntime(19172): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3050)
E/AndroidRuntime(19172): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2425)
E/AndroidRuntime(19172): at android.app.ActivityThread.access$900(ActivityThread.java:154)
E/AndroidRuntime(19172): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
E/AndroidRuntime(19172): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(19172): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(19172): at android.app.ActivityThread.main(ActivityThread.java:5294)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(19172): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime(19172): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
E/AndroidRuntime(19172): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:114)
E/AndroidRuntime(19172): Caused by: android.opengl.GLException: 4Lx0MSjvuz3sg2eR3r4NuUQZj3E=
E/AndroidRuntime(19172): at com.bankid.bus.activities.StartupActivity.b0445ххх044504450445(Unknown Source)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(19172): at com.bankid.bus.activities.StartupActivity.onResume(Unknown Source)
E/AndroidRuntime(19172): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1257)
E/AndroidRuntime(19172): at android.app.Activity.performResume(Activity.java:6076)
E/AndroidRuntime(19172): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3008)
E/AndroidRuntime(19172): ... 12 more
W/ActivityManager( 8355): Force finishing activity 1 com.bankid.bus/.activities.StartupActivity
I/WindowManager( 8355): Screenshot max retries 4 of Token{2fb171a7 ActivityRecord{147cca66 u0 com.bankid.bus/.activities.StartupActivity t86 f}} appWin=Window{4086bbc u0 Starting com.bankid.bus} drawState=4
W/art ( 8355): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.crashApplication(com.android.server.am.ProcessRecord, android.app.ApplicationErrorReport$CrashInfo) from ActivityManagerService.java:12322 waiters=0 for 295ms
I/OpenGLRenderer( 8355): Initialized EGL, version 1.4
W/ActivityManager( 8355): Activity pause timeout for ActivityRecord{147cca66 u0 com.bankid.bus/.activities.StartupActivity t86 f}
V/WindowManager( 8355): rotationForOrientationLw(orient=5, last=0); user=0 USER_ROTATION_LOCKED
I/Timeline( 9153): Timeline: Activity_idle id: [email protected] time:1713710
I/Timeline( 8355): Timeline: Activity_windows_visible id: ActivityRecord{1b40d166 u0 com.teslacoilsw.launcher/.NovaLauncher t77} time:1713970
W/ResourceType( 8663): No package identifier when getting value for resource number 0x00000000
W/PackageManager( 8663): Failure retrieving resources for com.bankid.bus: Resource ID #0x0
D/TaskPersister( 8355): removeObsoleteFile: deleting file=85_task.xml
MrKhozam said:
What exactly are you experiencing -- are the apps FCing?
Click to expand...
Click to collapse
both apps force closes, swish doesn't even say that it force closed. bankid says Unfortunately, BankID has stopped.
SpiritBreak3r said:
Just wanted to see if the app checks for root but it FCs. Here's the logcat.
PHP:
I/Timeline( 9153): Timeline: Activity_launch_request id:com.bankid.bus time:1712596
I/ActivityManager( 8355): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bankid.bus/.activities.InitActivity (has extras)} from uid 10075 on display 0
V/WindowManager( 8355): addAppToken: AppWindowToken{28764ddb token=Token{29df66ea ActivityRecord{2e0ed5 u0 com.bankid.bus/.activities.InitActivity t86}}} to stack=1 task=86 at 0
V/WindowManager( 8355): Adding window Window{4086bbc u0 Starting com.bankid.bus} at 7 of 11 (after Window{1360d09f u0 com.android.vending/com.google.android.finsky.activities.MainActivity})
I/ActivityManager( 8355): Start proc 19172:com.bankid.bus/u0a73 for activity com.bankid.bus/.activities.InitActivity
V/WindowManager( 8355): rotationForOrientationLw(orient=-1, last=0); user=0 USER_ROTATION_LOCKED
I/Timeline(19172): Timeline: Activity_launch_request id:com.bankid.bus time:1712781
I/ActivityManager( 8355): START u0 {act=android.intent.action.MAIN flg=0x14000000 cmp=com.bankid.bus/.activities.StartupActivity} from uid 10073 on display 0
V/WindowManager( 8355): addAppToken: AppWindowToken{2d587654 token=Token{2fb171a7 ActivityRecord{147cca66 u0 com.bankid.bus/.activities.StartupActivity t86}}} to stack=1 task=86 at 1
V/WindowManager( 8355): Based on layer: Adding window Window{4086bbc u0 Starting com.bankid.bus} at 7 of 11
D/AndroidRuntime(19172): Shutting down VM
E/AndroidRuntime(19172): FATAL EXCEPTION: main
E/AndroidRuntime(19172): Process: com.bankid.bus, PID: 19172
E/AndroidRuntime(19172): java.lang.RuntimeException: Unable to resume activity {com.bankid.bus/com.bankid.bus.activities.StartupActivity}: android.opengl.GLException: 4Lx0MSjvuz3sg2eR3r4NuUQZj3E=
E/AndroidRuntime(19172): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3019)
E/AndroidRuntime(19172): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3050)
E/AndroidRuntime(19172): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2425)
E/AndroidRuntime(19172): at android.app.ActivityThread.access$900(ActivityThread.java:154)
E/AndroidRuntime(19172): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
E/AndroidRuntime(19172): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(19172): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(19172): at android.app.ActivityThread.main(ActivityThread.java:5294)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(19172): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime(19172): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
E/AndroidRuntime(19172): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:114)
E/AndroidRuntime(19172): Caused by: android.opengl.GLException: 4Lx0MSjvuz3sg2eR3r4NuUQZj3E=
E/AndroidRuntime(19172): at com.bankid.bus.activities.StartupActivity.b0445ххх044504450445(Unknown Source)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(19172): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(19172): at com.bankid.bus.activities.StartupActivity.onResume(Unknown Source)
E/AndroidRuntime(19172): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1257)
E/AndroidRuntime(19172): at android.app.Activity.performResume(Activity.java:6076)
E/AndroidRuntime(19172): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3008)
E/AndroidRuntime(19172): ... 12 more
W/ActivityManager( 8355): Force finishing activity 1 com.bankid.bus/.activities.StartupActivity
I/WindowManager( 8355): Screenshot max retries 4 of Token{2fb171a7 ActivityRecord{147cca66 u0 com.bankid.bus/.activities.StartupActivity t86 f}} appWin=Window{4086bbc u0 Starting com.bankid.bus} drawState=4
W/art ( 8355): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.crashApplication(com.android.server.am.ProcessRecord, android.app.ApplicationErrorReport$CrashInfo) from ActivityManagerService.java:12322 waiters=0 for 295ms
I/OpenGLRenderer( 8355): Initialized EGL, version 1.4
W/ActivityManager( 8355): Activity pause timeout for ActivityRecord{147cca66 u0 com.bankid.bus/.activities.StartupActivity t86 f}
V/WindowManager( 8355): rotationForOrientationLw(orient=5, last=0); user=0 USER_ROTATION_LOCKED
I/Timeline( 9153): Timeline: Activity_idle id: [email protected] time:1713710
I/Timeline( 8355): Timeline: Activity_windows_visible id: ActivityRecord{1b40d166 u0 com.teslacoilsw.launcher/.NovaLauncher t77} time:1713970
W/ResourceType( 8663): No package identifier when getting value for resource number 0x00000000
W/PackageManager( 8663): Failure retrieving resources for com.bankid.bus: Resource ID #0x0
D/TaskPersister( 8355): removeObsoleteFile: deleting file=85_task.xml
Click to expand...
Click to collapse
i tried to disable root so it's not that, BankID FC's and Swish just flashes for a millisecond before it even have a chance to FC.
these apps are the two of the most important apps in scandinavia
I had the same experience when I tried CM 12.1 yesterday. Didn't investigate any deeper, instead I went back to OOS 2.1.3.X where both apps work fine.
Swish has not always worked on OPX. About a month ago the Swish devs made a fix serverside to solve the problems to activate Swish on OPX. Before that, I used the xposed module Device Faker as a workaround. Apparently, Swish detects what device you are using and acts according to that... Don't know if Device Faker would work this time also. Seems like a different problem now, but try it and report back.
ptblad said:
I had the same experience when I tried CM 12.1 yesterday. Didn't investigate any deeper, instead I went back to OOS 2.1.3.X where both apps work fine.
Swish has not always worked on OPX. About a month ago the Swish devs made a fix serverside to solve the problems to activate Swish on OPX. Before that, I used the xposed module Device Faker as a workaround. Apparently, Swish detects what device you are using and acts according to that... Don't know if Device Faker would work this time also. Seems like a different problem now, but try it and report back.
Click to expand...
Click to collapse
not the same issue this time, i also had that and fixed it with device faker, this is instant FC and has nothing to do with the activation.
sydeu said:
both apps force closes, swish doesn't even say that it force closed. bankid says Unfortunately, BankID has stopped.
Click to expand...
Click to collapse
I think there should be a way to grab a logcat for the dev (since you're rooted) to help debug the issue.
/edit: nvm, you did exactly that and I didn't catch it.
MrKhozam said:
I think there should be a way to grab a logcat for the dev (since you're rooted) to help debug the issue.
/edit: nvm, you did exactly that and I didn't catch it.
Click to expand...
Click to collapse
It wasn't me but yes someone else already did so that's a good start
Bugs still present in new release.
i flashed back to oxygenOS meanwhile because call quality was crap aswell.
Has anyone tried on the last CM version?
charliebigpot said:
Has anyone tried on the last CM version?
Click to expand...
Click to collapse
I tried on stable 9.0s and the bug is still present.
Still doesn't work - how can I help?
I'm typically a Web Developer, I have some knowledge of adb and could probably debug properly if I knew where to start. How can I start?