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

Unable to change Storage Location after latest update #243

Closed
mirasifbaloch opened this issue Feb 14, 2023 · 13 comments
Closed

Unable to change Storage Location after latest update #243

mirasifbaloch opened this issue Feb 14, 2023 · 13 comments
Assignees
Labels
bug/limitation elsewhere Bug/limitation in the ROM or another project

Comments

@mirasifbaloch
Copy link

i am Unable to change Storage Location after latest update, kindly guide

@chenxiaolong
Copy link
Owner

Can you please provide more information? How is it failing? What error messages do you get?

@mirasifbaloch
Copy link
Author

When i settings i click on change storage location (that is another folder in root) it closes the app, previously it use to take me to file manager select folder but not after this update

@chenxiaolong
Copy link
Owner

Hmm, do you have other Magisk modules installed? I know at least the MiXplorer module is known to cause this issue.

@mirasifbaloch
Copy link
Author

Yes a few, and i am using MiXplorer but not as magisk module just common apk, same was working before this update

@chenxiaolong
Copy link
Owner

If that's the case, can you grab a logcat immediately after BCR crashes and upload that here?

@mirasifbaloch
Copy link
Author

I have enabled debug but no log file is generating, i am attaching 3 screen records if it may help

screen-20230215-013533.mp4
screen-20230215-013438.mp4
screen-20230215-013554.mp4

@mirasifbaloch
Copy link
Author

Screenshot_20230215-020946_CatLog~2

chenxiaolong added a commit that referenced this issue Feb 15, 2023
This should help with troubleshooting when crashes occur outside of the
scope of RecorderThread.

Issue: #243

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong
Copy link
Owner

Thanks for the logcat output! Unfortunately, it seems that it only captured a small part of the error message.

Please give this build a try: BCR-1.33.r2.gc45fa56-debug.zip It won't fix the problem, but now, BCR will write a crash log to the output directory (named crash.log or crash.log.txt). Please upload that log here.

@mirasifbaloch
Copy link
Author

crash.log.txt

@mirasifbaloch
Copy link
Author

crash.log.txt

@chenxiaolong
Copy link
Owner

Thanks for the logs. This is the root cause:

02-15 14:10:34.873  4587  4587 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT_TREE flg=0xc2 }

It's crashing because Android is reporting that the system file picker is not available. I'd suggest checking to make sure the DocumentsUI (sometimes just called Files) system app isn't disabled/uninstalled/missing.

@chenxiaolong chenxiaolong self-assigned this Feb 15, 2023
@chenxiaolong chenxiaolong added the bug/limitation elsewhere Bug/limitation in the ROM or another project label Feb 15, 2023
@mirasifbaloch
Copy link
Author

Thanks alot for solution, Files was disabled, thanks again dear

@chenxiaolong
Copy link
Owner

No problem, glad you got it working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/limitation elsewhere Bug/limitation in the ROM or another project
Projects
None yet
Development

No branches or pull requests

2 participants