You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I'm trying to use XInternalSD.
I installed the module, and activated the scope in LSPosed for android system framework, and telegram (the app I'm trying to move to SD).
I added the permision android.permission.WRITE_EXTERNAL_STORAGE to telegram as recommended by several users.
I got the following error in LSPosed log and telegram is still using internal storage and not SD card...
[ 2022-06-30T20:54:55.569 1000: 1533: 1533 I/LSPosed-Bridge ] Loading class com.pyler.xinternalsd.XInternalSD
[ 2022-06-30T20:54:56.367 1000: 1533: 1533 E/LSPosed-Bridge ] java.lang.NoSuchMethodError: com.android.server.pm.PackageManagerService#grantPermissionsLPw(android.content.pm.PackageParser.Package,boolean,java.lang.String)#exact
at sop.MOs.HV.oSyi.T.TOHC.XposedHelpers.lambda$findMethodExact$3(Unknown Source:6)
at sop.MOs.HV.oSyi.T.TOHC.XposedHelpers.h(Unknown Source:0)
at sop.MOs.HV.oSyi.T.TOHC.c.get(Unknown Source:15)
at java.util.Optional.orElseThrow(Optional.java:286)
at sop.MOs.HV.oSyi.T.TOHC.XposedHelpers.findMethodExact(Unknown Source:21)
at sop.MOs.HV.oSyi.T.TOHC.XposedHelpers.findAndHookMethod(Unknown Source:27)
at com.pyler.xinternalsd.XInternalSD.handleLoadPackage(XInternalSD.java:163)
at sop.MOs.HV.oSyi.T.TOHC.IXposedHookLoadPackage$Wrapper.handleLoadPackage(Unknown Source:2)
at sop.MOs.HV.oSyi.T.TOHC.callbacks.XC_LoadPackage.call(Unknown Source:6)
at sop.MOs.HV.oSyi.T.TOHC.callbacks.XCallback.callAll(Unknown Source:26)
at r.beforeHookedMethod(Unknown Source:3)
at sop.MOs.HV.oSyi.T.TOHC.XposedBridge$AdditionalHookInfo.callback(Unknown Source:79)
at LSPHooker_.startBootstrapServices(Unknown Source:11)
at com.android.server.SystemServer.run(SystemServer.java:881)
at com.android.server.SystemServer.main(SystemServer.java:614)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)```
How to solve it ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello there,
I'm trying to use XInternalSD.
I installed the module, and activated the scope in LSPosed for android system framework, and telegram (the app I'm trying to move to SD).
I added the permision android.permission.WRITE_EXTERNAL_STORAGE to telegram as recommended by several users.
I got the following error in LSPosed log and telegram is still using internal storage and not SD card...
The text was updated successfully, but these errors were encountered: