RikkaApps / Shizuku

Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
Apache License 2.0
10.44k stars 613 forks source link

Shizuku blank page #522

Open emiremirkk opened 3 months ago

emiremirkk commented 3 months ago

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:

Related full logcat.

Describe the bug:When started it shows blank page with Shizuku is not running and learn Shizuku.

A clear and concise description of what the bug is.

Additional context:

Add any other context about the problem here. Screenshot_20240605_164510_Shizuku

RikkaW commented 3 months ago

If Shizuku is installed in non-primary user (work profile, Samsung secure folder, app clone from other manufacturers, etc), it will be like this.

The reason is Shizuku needs to write some files to somewhere that adb can access, but adb cannot access files in non-primary user, so theoretically, under current design, the user cannot start Shizuku in non-primary with only clicks in the phone itself.