MuntashirAkon / SetEdit

Open source version of the original Settings Database Editor
GNU General Public License v3.0
322 stars 39 forks source link

Add support for Android 14 #24

Closed eiqnepm closed 7 months ago

eiqnepm commented 10 months ago

I have tried installing SetEdit on a at least three Android 14 devices and every one of them fails to install.

drogga commented 10 months ago

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.

SylverNKWC commented 9 months ago

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

drogga commented 9 months ago

So you are claiming that you have it installed from before updating to A.14, so what's the question here exactly ?

drogga commented 8 months ago

@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).

MuntashirAkon commented 7 months ago

Added instructions via 1015f102fa9d97a6a1c286fc7d22db6884dc03f1