DroidPluginTeam / DroidPlugin

A plugin framework on android,Run any third-party apk without installation, modification or repackage
http://droidpluginteam.github.io/DroidPlugin/
GNU Lesser General Public License v3.0
6.9k stars 2.53k forks source link

华为8.0报错 #432

Open wx2013 opened 6 years ago

wx2013 commented 6 years ago

目前就手上一款8.0手机,并且是华为的 更新到最新的代码之后发现8.0以下的手机没问题,就8.0的手机出现问题 1.ClassNotFoundException: android.os.storage.IMountService$Stub https://github.com/DroidPluginTeam/DroidPlugin/issues/397

出现这个问题之后,我先把 IMountService这HOOK 点注释了 于是出现了

  1. handleExceptionjava.lang.NoSuchMethodException: handleCreateService [class android.app.ActivityThread$CreateServiceData] https://github.com/DroidPluginTeam/DroidPlugin/issues/416 添加了 Int.class 后又出现了新的问题 E/JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.) java.lang.AbstractMethodError: abstract method "void android.app.IServiceConnection.connected(android.content.ComponentName, android.os.IBinder, boolean)" at android.app.IServiceConnection$Stub.onTransact(IServiceConnection.java:60) at android.os.Binder.execTransact(Binder.java:675) 03-12 16:54:04.069 32296-32311/com.esbook.reader E/JavaBinder: java.lang.Error thrown during binder transaction (stack trace follows) :

可见华为8.0把底层修改的有点多啊.. 暂时不知道解决方案

xubobojian commented 6 years ago

华为手机今天8.0越来越多了,大佬有空记得弄下呀

howtoplay commented 5 years ago

你好,我也遇到这个问题了,请问你解决了吗?

wx2013 commented 5 years ago

你好,我也遇到这个问题了,请问你解决了吗?

replugin 换这个