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

App won't open in One UI even after getting root permission. #1312

Open
1 of 3 tasks
anurag565 opened this issue Mar 20, 2024 · 13 comments
Open
1 of 3 tasks

App won't open in One UI even after getting root permission. #1312

anurag565 opened this issue Mar 20, 2024 · 13 comments
Labels
Bug Something isn't working Status: Info Requested Further information is requested

Comments

@anurag565
Copy link

anurag565 commented Mar 20, 2024

Please check before submitting an issue

  • I know what my device, OS and App Manager versions are
  • I know how to take logs
  • I know how to reproduce the issue which may not be specific to my device

Describe the bug

I dont know if its on my device or all, but it happens every time even if i flash new stock ROM from beginning. App just wont open even if i gave it magisk permission. Stuck on front page.

To Reproduce

No response

Expected behavior

No response

Screenshots

Screenshot_20240320_235108_App Manager

Logs

No response

Device info

  • Device: M13 5G
  • OS Version:14
  • App Manager Version:3.1.5
  • Mode: Root

Additional context

No response

@anurag565 anurag565 added the Bug Something isn't working label Mar 20, 2024
@MuntashirAkon
Copy link
Owner

You need to provide some logs from the debug releases which you can find in the Actions page. Be sure to use AppManager-v3.1.x branch.

@MuntashirAkon MuntashirAkon added the Status: Info Requested Further information is requested label Mar 21, 2024
@anurag565
Copy link
Author

You need to provide some logs from the debug releases which you can find in the Actions page. Be sure to use AppManager-v3.1.x branch.

How to? Please tell the steps. I really want the app to get fixed asap.

@HanabishiRecca
Copy link

Are you sure this is not #1311?

@anurag565
Copy link
Author

Are you sure this is not #1311?

Yes its different issue. I will provide log soon.... my exams are going on right now.

@Kovinda
Copy link

Kovinda commented Apr 4, 2024

FATAL EXCEPTION: main
Process: io.github.muntashirakon.AppManager, PID: 16019
java.lang.IllegalStateException: External directory unavailable.
at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:161)
at io.github.muntashirakon.AppManager.ipc.RootServiceManager.createBindTask(RootServiceManager.java:285)
at io.github.muntashirakon.AppManager.ipc.RootService.bindOrTask(RootService.java:146)
at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:110)
at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:125)
at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper.lambda$startDaemon$0$io-github-muntashirakon-AppManager-ipc-ServiceConnectionWrapper(ServiceConnectionWrapper.java:117)
at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper$$ExternalSyntheticLambda0.run(Unknown Source:4)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8246)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.io.FileNotFoundException: No available shared storage found.
at io.github.muntashirakon.AppManager.utils.FileUtils.getExternalCachePath(FileUtils.java:210)
at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:159)
... 14 more

@anurag565
Copy link
Author

FATAL EXCEPTION: main Process: io.github.muntashirakon.AppManager, PID: 16019 java.lang.IllegalStateException: External directory unavailable. at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:161) at io.github.muntashirakon.AppManager.ipc.RootServiceManager.createBindTask(RootServiceManager.java:285) at io.github.muntashirakon.AppManager.ipc.RootService.bindOrTask(RootService.java:146) at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:110) at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:125) at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper.lambda$startDaemon$0$io-github-muntashirakon-AppManager-ipc-ServiceConnectionWrapper(ServiceConnectionWrapper.java:117) at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper$$ExternalSyntheticLambda0.run(Unknown Source:4) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:205) at android.os.Looper.loop(Looper.java:294) at android.app.ActivityThread.main(ActivityThread.java:8246) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878) Caused by: java.io.FileNotFoundException: No available shared storage found. at io.github.muntashirakon.AppManager.utils.FileUtils.getExternalCachePath(FileUtils.java:210) at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:159) ... 14 more

Did u found the log?

@Kovinda
Copy link

Kovinda commented Apr 4, 2024

FATAL EXCEPTION: main Process: io.github.muntashirakon.AppManager, PID: 16019 java.lang.IllegalStateException: External directory unavailable. at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:161) at io.github.muntashirakon.AppManager.ipc.RootServiceManager.createBindTask(RootServiceManager.java:285) at io.github.muntashirakon.AppManager.ipc.RootService.bindOrTask(RootService.java:146) at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:110) at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:125) at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper.lambda$startDaemon$0$io-github-muntashirakon-AppManager-ipc-ServiceConnectionWrapper(ServiceConnectionWrapper.java:117) at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper$$ExternalSyntheticLambda0.run(Unknown Source:4) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:205) at android.os.Looper.loop(Looper.java:294) at android.app.ActivityThread.main(ActivityThread.java:8246) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878) Caused by: java.io.FileNotFoundException: No available shared storage found. at io.github.muntashirakon.AppManager.utils.FileUtils.getExternalCachePath(FileUtils.java:210) at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:159) ... 14 more

Did u found the log?

Yes, The same bug. But it is not from the debug version of the app

Device info
Device: A52s 5G
OS Version:14
App Manager Version:3.1.5
Mode: Root

@Kovinda
Copy link

Kovinda commented Apr 4, 2024

time: 1712259669910
msg: java.io.FileNotFoundException: No available shared storage found.
stacktrace: java.lang.IllegalStateException: External directory unavailable.
at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:161)
at io.github.muntashirakon.AppManager.ipc.RootServiceManager.createBindTask(RootServiceManager.java:285)
at io.github.muntashirakon.AppManager.ipc.RootService.bindOrTask(RootService.java:146)
at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:110)
at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:125)
at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper.lambda$startDaemon$0$io-github-muntashirakon-AppManager-ipc-ServiceConnectionWrapper(ServiceConnectionWrapper.java:117)
at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper$$ExternalSyntheticLambda0.run(Unknown Source:4)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8246)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.io.FileNotFoundException: No available shared storage found.
at io.github.muntashirakon.AppManager.utils.FileUtils.getExternalCachePath(FileUtils.java:210)
at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:159)
... 14 more

This is the log from the debug version 3.1.5-2656-DEBUG (428)

@anurag565
Copy link
Author

FATAL EXCEPTION: main Process: io.github.muntashirakon.AppManager, PID: 16019 java.lang.IllegalStateException: External directory unavailable. at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:161) at io.github.muntashirakon.AppManager.ipc.RootServiceManager.createBindTask(RootServiceManager.java:285) at io.github.muntashirakon.AppManager.ipc.RootService.bindOrTask(RootService.java:146) at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:110) at io.github.muntashirakon.AppManager.ipc.RootService.bind(RootService.java:125) at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper.lambda$startDaemon$0$io-github-muntashirakon-AppManager-ipc-ServiceConnectionWrapper(ServiceConnectionWrapper.java:117) at io.github.muntashirakon.AppManager.ipc.ServiceConnectionWrapper$$ExternalSyntheticLambda0.run(Unknown Source:4) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:205) at android.os.Looper.loop(Looper.java:294) at android.app.ActivityThread.main(ActivityThread.java:8246) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878) Caused by: java.io.FileNotFoundException: No available shared storage found. at io.github.muntashirakon.AppManager.utils.FileUtils.getExternalCachePath(FileUtils.java:210) at io.github.muntashirakon.AppManager.ipc.RootServiceManager.startRootProcess(RootServiceManager.java:159) ... 14 more

Did u found the log?

Yes, The same bug. But it is not from the debug version of the app

Device info Device: A52s 5G OS Version:14 App Manager Version:3.1.5 Mode: Root

Thanks...hope devs solve this

@MuntashirAkon
Copy link
Owner

MuntashirAkon commented Apr 5, 2024

java.lang.IllegalStateException: External directory unavailable.

This issue is a duplicate of #948, unlikely the one that @anurag565 is facing.

@Kovinda
Copy link

Kovinda commented Apr 9, 2024

java.lang.IllegalStateException: External directory unavailable.

This issue is a duplicate of #948, unlikely the one that @anurag565 is facing.

Creating the folder and giving permissions fixed everything

@MuntashirAkon
Copy link
Owner

@anurag565: Any updates?

@anurag565
Copy link
Author

@anurag565: Any updates?

Even in latest updates, it still persists same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Status: Info Requested Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants