Too new to post in the dev forums, but i wanted to post my experience with the Webtop Mod (http://forum.xda-developers.com/showthread.php?t=980193) specifically using the 4.5.91 files downloaded from (http://forum.xda-developers.com/showpost.php?p=15881436&postcount=834) in case any others are having this issue, and maybe to get some feedback from the mod devs, as I'd like to use this mod on my phone.
I noticed after replacing the stock APKs i started getting FC's when making and receiving phone calls, after pulling a logcat log from my phone, it seems the modded PortalApp.apk is at fault (log snippet below) i reverted to the stock PortalApp.apk and phone calls started working again.
Code:
09-07 18:42:15.665 1672 3590 I ActivityManager: Starting: Intent { act=android.intent.action.CALL dat=tel:xxx-xxx-xxxx flg=0x10000000 cmp=com.android.phone/.InCallScreen (has extras) } from pid 8281
09-07 18:42:16.615 3086 3086 D StatusBarService: enter playAnimationStatusBar, enable = false
09-07 18:42:16.635 1672 3007 D InputManager: phone state:2
09-07 18:42:16.995 8281 8281 E AndroidRuntime: FATAL EXCEPTION: main
09-07 18:42:16.995 8281 8281 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.android.portal.IntentProxyReceiverForCallState: java.lang.ClassNotFoundException: com.android.portal.IntentProxyReceiverForCallState in loader dalvik.system.PathClassLoader[/system/framework/com.motorola.android.iextdispservice.jar:/system/framework/com.motorola.android.imirrorservice.jar:/system/app/PortalApp.apk]
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:1826)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.access$2400(ActivityThread.java:124)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1018)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.os.Looper.loop(Looper.java:130)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:3806)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:507)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: com.android.portal.IntentProxyReceiverForCallState in loader dalvik.system.PathClassLoader[/system/framework/com.motorola.android.iextdispservice.jar:/system/framework/com.motorola.android.imirrorservice.jar:/system/app/PortalApp.apk]
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:1817)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: ... 10 more
09-07 18:42:17.015 1672 3590 W ActivityManager: Process com.android.phone has crashed too many times: killing!
I use CM10.2, but this bug existed also on CM10.1, I don't know if this is a hard- or software problem.
When I try to use the front facing camera (in various apps, doesn't matter if it's just Camera or Instagram), the application crashes. Here's the log. The most interesting part (I think) is:
Code:
08-28 16:38:17.407 16834 17189 E AndroidRuntime: FATAL EXCEPTION: Camera Handler Thread
08-28 16:38:17.407 16834 17189 E AndroidRuntime: java.lang.RuntimeException: startPreview failed
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.hardware.Camera.startPreview(Native Method)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at com.android.camera.CameraManager$CameraHandler.handleMessage(CameraManager.java:181)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.os.Looper.loop(Looper.java:137)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
Bump.
r7s said:
I use CM10.2, but this bug existed also on CM10.1, I don't know if this is a hard- or software problem.
When I try to use the front facing camera (in various apps, doesn't matter if it's just Camera or Instagram), the application crashes. Here's the log. The most interesting part (I think) is:
Code:
08-28 16:38:17.407 16834 17189 E AndroidRuntime: FATAL EXCEPTION: Camera Handler Thread
08-28 16:38:17.407 16834 17189 E AndroidRuntime: java.lang.RuntimeException: startPreview failed
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.hardware.Camera.startPreview(Native Method)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at com.android.camera.CameraManager$CameraHandler.handleMessage(CameraManager.java:181)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.os.Looper.loop(Looper.java:137)
08-28 16:38:17.407 16834 17189 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
Click to expand...
Click to collapse
It definitely a Software problem as CM 10.1 & CM 10.2 are in Nightly state. Problem has been reported in known issues section in CM 10.2 thread here at XDA. It says "Front-facing Camera buggy".
Problem has been reported in known issues section in CM 10.2 thread here at XDA. It says "Front-facing Camera buggy".
Click to expand...
Click to collapse
Thanks, didn't know about it. The thing I've been experiencing this problem under 10.1, too, but I haven't seen anybody complaining about it in the 10.1 thread.
I just flashed another ROM (Chameleon 3.0.3) and I still have the same problem. I think it might be a hardware issue.
Bumpity bump.
Have you tried flashing full stock ROM? Non point in concluding it's a hardware fault unless you've eliminated the software side of things. So far you haven't.
Sent from a galaxy far, far away
Anyone can help me to fix this error?
AndroidRuntime: java.lang.NoClassDefFoundError: com.android.server.policy.PhoneWindowManager$3
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.server.policy.PhoneWindowManager.<init>(PhoneWindowManager.java:864)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:1972)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1878)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.server.SystemServer.startBootstrapServices(SystemServer.java:387)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:289)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:176)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-02 06:53:00.569 1839 1839 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-02 06:53:00.570 1839 1839 E
Hey folks,
I've already started this thread in the Gear S2 sub, but apparently no one can help me there:
https://forum.xda-developers.com/gear-s2/help/gear-s-phone-app-crashes-t3575667
Any help is highly appreciated!
I'm running on the recent MX rom (6.0.1) based on the .291 stock.
Logs is needed for debug if anything crashes.
iXaidyiu said:
Logs is needed for debug if anything crashes.
Click to expand...
Click to collapse
I don't know if this is what you need or if I did it correctly, but here's a debug log I've made via SDK (see attachment; I've roughly inserted the time from starting the app to crashing. I just don't really know how to read code/logs ...)
As far as I can say, this is the relevant part:
03-29 22:01:04.659 18133 18133 E AndroidRuntime: FATAL EXCEPTION: main
03-29 22:01:04.659 18133 18133 E AndroidRuntime: Process: com.samsung.android.app.watchmanager, PID: 18133
03-29 22:01:04.659 18133 18133 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/samsung/android/feature/FloatingFeature;
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.watchmanager.sdllibrary.FloatingFeature.getEnableStatus(FloatingFeature.java:11)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.twatchmanager.log.LoggerUtil$Builder.<clinit>(LoggerUtil.java:95)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.twatchmanager.util.HostManagerUtils.startPluginActivity(HostManagerUtils.java:551)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.callPluginActivity(HMConnectFragment.java:377)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.callPluginActivityWithDelay(HMConnectFragment.java:365)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.access$200(HMConnectFragment.java:67)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment$1.handleMessage(HMConnectFragment.java:315)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at android.os.Looper.loop(Looper.java:234)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5526)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.samsung.android.feature.FloatingFeature" on path: DexPathList[[zip file "/data/app/com.samsung.android.app.watchmanager-1/base.apk"],nativeLibraryDirectories=[/data/app/com.samsung.android.app.watchmanager-1/lib/arm, /data/app/com.samsung.android.app.watchmanager-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: ... 13 more
03-29 22:01:04.659 18133 18133 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: com.samsung.android.feature.FloatingFeature
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
03-29 22:01:04.659 18133 18133 E AndroidRuntime: ... 14 more
03-29 22:01:04.659 18133 18133 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
03-29 22:01:04.661 4105 7141 D ActivityManager: New dropbox entry: com.samsung.android.app.watchmanager, data_app_crash, d2aadc2f-d5ff-4528-a9bd-95d85b1002d3
03-29 22:01:04.671 4105 7141 W ActivityManager: Force finishing activity com.samsung.android.app.watchmanager/.setupwizard.SetupWizardWelcomeActivity
03-29 22:01:04.718 4105 8050 E InputMethodManagerService: Ignoring shouldOfferSwitchingToNextInputMethod due to an invalid token. uid:10197 token:null
I had the same problem. There's no solution, it's related to the xperia x systemui used in existenz and the other .291 custom roms (like MX) in the development area. The only .291 customized rom that works with the gear s2 is the miui rom.
I've tried ALL, so if you want your gear working with a xperia marshmallow rom, use the stock one with root.
If the rom uses the xperia x system UI, the clock's app won't run.
It works without problem with all the lollipop roms, with stock marshmallow and with the new lineageOS rom.
Hope this solves your question. It's an awesome clock and works flawlessly with other phones with custom roms.
Is there no workaround? Can't I somehow switch the SystemUI?
There's a thread with systemUIs for the Z2, but I haven't tried to switch to other so I can't say, sorry
Actually I'm in LOS waiting for the solution to bluetooth and reboot issues, it seems the last (with MIUI but you have to pay to have a full working rom) custom ROM with development for our Z2.
I've purchased an Oneplus3T these days and I'm waiting for it now. I love my old Z2, with me since 2014 summer, but the private driver development from Sony and the end of updates from the manufacturer have cut his wings.
I've switch 'cause I hope op3t follows other terminals from this brand, like op1,2, etc, witch today have active development 3/4 years later because manufacturer releases his blobs without restriction for the community.
I'm disappointed with Sony in this aspect. Yes, I know there's a Sony Android Open Source proyect, and really good android developers like Alain Jerpela working on it, but without the full support from Sony and it's blobs (is normal too, Sony pay lot of money for private solutions to his hardware), is very difficult to wait much more from this phone.
My best wishes finding a solution to use your gear with a .291 custom rom, maybe you can write to niaboc and ask him, his rom is awesome and deeply knows​ the xperia z2 framework.
Best wishes, dude
I switched to Lineage and it works like a charm.
Thanks!
I had reset my watch about 5 times or so, maybe less, but I am facing two issues.
Quick reply for Discord messages gives me this error
"Can't finish action. Reconnect to your phone."
But other actions work besides the other one I will mention now
In any text input field with a Mic icon for voice typing, tapping on the icon either shows the screen where it will tell you to speak and back out or just go back to the three options which are Mic, Emoji or Keyboard
Below is the logcat from my watch for the error which took me a bit to find.
Code:
04-13 20:08:58.864 1987 2108 E AndroidRuntime: FATAL EXCEPTION: EventBus0
04-13 20:08:58.864 1987 2108 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:search, PID: 1987
04-13 20:08:58.864 1987 2108 E AndroidRuntime: java.lang.RuntimeException: Unchecked exception happened while running task: q[ServiceTransaction[SessionController#handleGenericClientEvent]]
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.ca.run(SourceFile:2)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.ak.a(SourceFile:1)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.aj.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.f.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.lang.Thread.run(Thread.java:761)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.h.run(SourceFile:4)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: Caused by: java.lang.RuntimeException: Query received by transcription is not committed!
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.a.g.g(SourceFile:2)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.staticplugins.ad.a.a.p.a(SourceFile:50)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.search.core.service.b.d(SourceFile:15)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.search.core.service.q.a(SourceFile:5)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.search.core.service.ax.run(SourceFile:2)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.libraries.gsa.h.a.b.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.logger.f.a.a.a.a(SourceFile:30)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.logger.f.a.a.c.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.bz.a(SourceFile)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.ca.run(SourceFile:1)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: ... 10 more