Fix Home Up Permissions
Ayra HikariNon-Root (May not work)
• Download Terminal Emulator
• Open it, and type:
pm grant com.samsung.android.app.homestar android.permission.WRITE_SECURE_SETTINGS
• Force close Home Up, open it again, it will asking for full files permission
• Grant it, enjoy
Root method (should be work)
Download Terminal Emulator
• Open it, and type:
su -c pm grant com.samsung.android.app.homestar android.permission.WRITE_SECURE_SETTINGS
• Force close Home Up, open it again, it will asking for full files permission
• Grant it, enjoy
PC method (ADB)
- Open terminal emulator, type:
adb shell
pm grant com.samsung.android.app.homestar android.permission.WRITE_SECURE_SETTINGS
• Force close Home Up, open it again, it will asking for full files permission
• Grant it, enjoy
PC + Root method (ADB)
- Open terminal emulator, type:
adb shell
su -c pm grant com.samsung.android.app.homestar android.permission.WRITE_SECURE_SETTINGS
• Force close Home Up, open it again, it will asking for full files permission
• Grant it, enjoy