Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested setting for LSPosed #3

Closed
chaoscalm opened this issue Apr 7, 2021 · 7 comments
Closed

Suggested setting for LSPosed #3

chaoscalm opened this issue Apr 7, 2021 · 7 comments
Labels
question Further information is requested

Comments

@chaoscalm
Copy link

Hello, I would like to ask if there is a necessary setting to select for LSPosed.

@TacoTheDank TacoTheDank added question Further information is requested enhancement Enhancement to existing feature or functionality help wanted Extra attention is needed and removed enhancement Enhancement to existing feature or functionality help wanted Extra attention is needed labels Apr 7, 2021
@TacoTheDank
Copy link
Owner

Nope, currently there is not :( It only supports the original Xposed.

I don't think the app actually does any hooking anymore, so I might remove Xposed support altogether.

@chaoscalm
Copy link
Author

chaoscalm commented Apr 7, 2021

This what I see:

        021-04-07 17:23:36.036 E/taco.scoop(11332-11332): java.lang.NoSuchMethodError: 
        tk.wasdennnoch.scoop.ScoopApplication#xposedActive()#exact
	at de.robv.android.xposed.XposedHelpers.findMethodExact(Unknown Source:79)
	at de.robv.android.xposed.XposedHelpers.findAndHookMethod(Unknown Source:27)
	at tk.wasdennnoch.scoop.XposedHook.handleLoadPackage(XposedHook.java:97)
	at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(Unknown Source:2)
	at de.robv.android.xposed.callbacks.XC_LoadPackage.call(Unknown Source:6)
	at de.robv.android.xposed.callbacks.XCallback.callAll(Unknown Source:28)
	at Y0.afterHookedMethod(:3)
	at de.robv.android.xposed.LspHooker.handleHookedMethod(Unknown Source:136)
	at LspHooker_.getClassLoader(Unknown Source:8)
	at android.app.LoadedApk.getResources(LoadedApk.java:1214)
	at android.app.ContextImpl.createAppContext(ContextImpl.java:2663)
	at android.app.ContextImpl.createAppContext(ContextImpl.java:2655)
	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6598)
	at java.lang.reflect.Method.invoke(Native Method)
	at de.robv.android.xposed.LspHooker.handleHookedMethod(Unknown Source:107)
	at LspHooker_.handleBindApplication(Unknown Source:11)
	at android.app.ActivityThread.access$1300(ActivityThread.java:237)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:223)
	at android.app.ActivityThread.main(ActivityThread.java:7660)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

E is Error I think:

E/taco.scoop:crashDetectorService(11354-11354): java.lang.NoSuchMethodError: tk.wasdennnoch.scoop.ScoopApplication#xposedActive()#exact

So you are right.

@TacoTheDank
Copy link
Owner

@srccrow I figured as much. Are you able to use the app normally by granting root permission?

@chaoscalm
Copy link
Author

@srccrow I figured as much. Are you able to use the app normally by granting root permission?

I got stacktrace allowing root in Magisk while I was testing Lawnchair 10 Alpha 8, so yes.

@TacoTheDank
Copy link
Owner

Removed all support for Xposed as of a5f9b10

@TacoTheDank
Copy link
Owner

See #8

@rodrigoswz
Copy link

rodrigoswz commented Jul 14, 2021

Now that Xposed support has been re-added, I have the same question: any recommended settings for LSposed?

I enabled this but it doesn't seem to have any effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants