Add support for Android 14
eiqnepm opened this issue · 5 comments
I have tried installing SetEdit on a at least three Android 14 devices and every one of them fails to install.
Ofc. it will fail/refuse to install it, apps with a targetSdkVersion lower than 23 can't be installed on A.14 and on this one the targetSdk is 22 on purpose, you can use adb install --bypass-low-target-sdk-block
FILENAME.apk to force it to install, but IDK if it will work or will it accept any changes to any of the editable 3 tables after you activate it with another command: pm grant io.github.muntashirakon.setedit android.permission.WRITE_SECURE_SETTINGS
.
Ofc. it will fail/refuse to install it, apps with a targetSdkVersion lower than 23 can't be installed on A.14 and on this one the targetSdk is 22 on purpose, you can use
adb install --bypass-low-target-sdk-block
FILENAME.apk to force it to install, but IDK if it will work or will it accept any changes to any of the editable 3 tables after you activate it with another command:pm grant io.github.muntashirakon.setedit android.permission.WRITE_SECURE_SETTINGS
.
where is that written? I want to know why I have it installed and updated to Android 14
So you are claiming that you have it installed from before updating to A.14, so what's the question here exactly ?
@MuntashirAkon
Do you intend / plan to include the command in the ReadMe anytime soon (or at all), or should I do it with a PR ? (it's better if you edit it yourself)
There appears to be more restrictions that prevent some tables to even be read according to zacharee, which apparently is unrestricted for testOnly apps, but I don't think is necessary to address this for now, untill someone complains and we test ourselves (I don't have A.14 device or an Emulator to test with).
Not sure about the restrictions. I'm literally on A14 phh GSI & it worked fine. Even modified some stuff successfully.
Added instructions via 1015f10