GithubHelp home page GithubHelp logo

Comments (5)

mywalkb avatar mywalkb commented on August 15, 2024

Can you open the app without enable the module in LSPosed's app?

from lsposed_mod.

mywalkb avatar mywalkb commented on August 15, 2024

I tried to replicate your issue without success. I tested on real android 12 and works, I tested on avd android 13 and works.
I can activate the module and after reboot is activated, the app detect is activated.
I will try with kernelsu.

screen

from lsposed_mod.

mywalkb avatar mywalkb commented on August 15, 2024

Many apps in your device are skipped, kernelsu is not fully supported in this moment.
Try to install original LSPosed and make an issue in original repository if the developers will fix, automatically will be fixed in this mod.

In your logs I saw this:

[ 2023-09-14T16:00:06.452        0:   793:  2124 E/LSPosedService  ] get denylist
android.database.sqlite.SQLiteException: no such table: settings (code 1 SQLITE_ERROR): , while compiling: SELECT value FROM settings WHERE `key`=?
        at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
        at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1068)
        at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:673)
        at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
        at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:62)
        at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
        at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:46)
        at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1712)
        at android.database.sqlite.SQLiteDatabase.queryWithFactory(SQLiteDatabase.java:1559)
        at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1430)
        at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1598)
        at org.lsposed.lspd.service.ConfigManager.getDenyListPackages(ConfigManager.java:1194)
        at org.lsposed.lspd.service.ConfigManager.cacheScopes(ConfigManager.java:664)
        at org.lsposed.lspd.service.ConfigManager.updateAppCache(ConfigManager.java:993)
        at org.lsposed.lspd.service.LSPosedService.dispatchPackageChanged(LSPosedService.java:181)
        at org.lsposed.lspd.service.LSPosedService.$r8$lambda$qyw7DCt-dubgYNaq6lkZzIgJOXw(Unknown Source:0)
        at org.lsposed.lspd.service.LSPosedService$$ExternalSyntheticLambda10.accept(Unknown Source:4)
        at org.lsposed.lspd.service.LSPosedService$1.lambda$performReceive$0(LSPosedService.java:349)
        at org.lsposed.lspd.service.LSPosedService$1$$ExternalSyntheticLambda0.run(Unknown Source:4)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
        at java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
        at java.lang.Thread.run(Thread.java:1012)

with build 7145 shouldn't happen for this bbcb9ca . When magisk db doesn't exist as in kernelsu, no query should be executed

from lsposed_mod.

rushizgithub avatar rushizgithub commented on August 15, 2024

Owne

can you share guide to root avd and install lsposed?

from lsposed_mod.

mywalkb avatar mywalkb commented on August 15, 2024

can you share guide to root avd and install lsposed?

Is not easy write a guide without knowing your OS, for example I use linux.

  • install from sdk system-images;android-33;google_apis_playstore;x86_64
  • create an avd using that image
  • here you have 2 way use official script from magisk which require compile all magisk or use this script
  • I used the script because compile all magisk is long way
  • before use it you must change the parameter APILEVEL and set to 33, APK and set your name, RAMDISK and set your path if you don't use the default, make sure you have installed lz4cat and apktool, you can run the script
  • after the script is executed, you have a ramdisk-patched.img
  • shutdown your avd and run it from command line
  • /opt/android-sdk/emulator/emulator -avd < your name > -ramdisk < your path of ramdisk-patched.img >
  • now you have an avd with magisk, run the app and let to configure it
  • for install LSPosed you can do as a normal device, upload/download zip and install from gui

from lsposed_mod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.