Version 1.0.7
Closed this issue · 2 comments
orlproi commented
This version is not installed 'App not compatible with this device'
Samsung A33
Android 14
henrichg commented
Yes, because PPPPS target sdk is 23.
How to install it:
https://github.com/henrichg/PPPPutSettings/blob/main/docs/install_apk_from_pc.md
Use adb command:
- for Windows: adb install --bypass-low-target-sdk-block [patch to apk
in PC]\PPPPutSettings.apk
- for Linux, OSX: adb install --bypass-low-target-sdk-block [patch to
apk in PC]/PPPPutSettings.apk
orlproi commented
OK with ADB installed. Thank you