Open kvnzmd opened 2 years ago
https://github.com/RikkaApps/Shizuku/suites/9165314431/artifacts/426796536 Try again with build, it will show detailed log.
here's the detailed log:
Starting with wireless adb...
java.lang.NullPointerException at rikka.shizuku.lb0.e(Unknown Source:5) at moe.shizuku.manager.starter.b$a.l(SourceFile:5) at rikka.shizuku.k7.n(SourceFile:4) at rikka.shizuku.bh.run(SourceFile:18) at rikka.shizuku.bt.run(SourceFile:2) at rikka.shizuku.nd0.run(SourceFile:1) at kotlinx.coroutines.scheduling.a.l(SourceFile:1) at kotlinx.coroutines.scheduling.a$c.d(SourceFile:4) at kotlinx.coroutines.scheduling.a$c.n(SourceFile:4) at kotlinx.coroutines.scheduling.a$c.run(Unknown Source:0)
This part fails, it should never happens. Considering you haven't check "No Xposed installed", are you using Xposed modules that might affect the access to Android/data
?
Try this build https://github.com/RikkaApps/Shizuku/suites/9170017213/artifacts/427111481, it will show the detail.
Initial message when I opened the app:
Cannot write files:
java.io.FileNotFoundException: /storage/emulated/0/Android/data/moe.shizuku.privileged.api/starter: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:492)
at java.io.FileOutputStream.
After pairing and starting Shizuku:
Starting with wireless adb...
java.lang.NullPointerException at moe.shizuku.manager.starter.Starter.getSdcardCommand(Starter.kt:22) at moe.shizuku.manager.starter.ViewModel$startAdb$1.invokeSuspend(StarterActivity.kt:187) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
I'm not using Xposed modules. Phone is not rooted as well.
Does /storage/emulated/0/Android/data/moe.shizuku.privileged.api
exists? This folder should be created automatically.
No, it does not exist and it was not created automatically.
After reading your latest response, I tried creating the folder manually and ran Shizuku but still got the same results. I have now deleted the said folder.
same here
Please report bugs of Shizuku itself.
Requirements:
Change "[ ]" to "[x]" if it meets the requirements.
Reports not meet the requirements will be immediately closed.
Information:
Logs:
Starting with wireless adb...
java.lang.NullPointerException
Describe the bug:
the process just stopped at "java.lang.NullPointerException"
Additional context:
did all the necessary steps found on the website