-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AA-Tweaker doesn't work on Android 14 #84
Comments
Same problem for me. Worked fine with Lineage 20 on my OnePlus 6T but not on my new Pixel 8 Pro. |
No Android 14 support on Pixel 8 Pro |
To work with Android 14 on Pixel 8, and Pixel 8 Pro, you need to replace the following file with a 64-bit version. This will make AA AIO Tweaker work if it is not. Here is a 64-bit version that works for me. /data/data/sksa.aa.tweaker/sqlite3 Edit: I should have added this originally. Make sure you set the file to be readable, and executable by user/group/other: chmod 555 /data/data/sksa.aa.tweaker/sqlite3 or chmod a=rx /data/data/sksa.aa.tweaker/sqlite3 Perform either of those two commands (they are equivalent and do the exact same thing) via adb shell, with root permission. You can also set the attributes in Root Explorer, or via Terminal if you don't have access to adb. |
That file replacement solution is a universal fix for Android 14 or only specific to pixel 8 pro? I have a Xiaomi 13 pro with android 14... |
It didn't work for me on android 14 wuth a pixel 8 pro, unfortunately. |
This app still works for me and I have Android 14 on a Pixel 5. |
I have a POCO X6 Pro (Android 14 HyperOS) and the app doesn't work (I tried also modified sqlite3). Any operation I try to do tells me: command failed. On other phones it works perfectly. LOG: -- Gaining ownership of the database -- -- Setting SELINUX to permessive -- -- run SQL method -- -- restoring Google Play Services -- -- Restoring ownership of the database -- |
Reread your logs. You're lacking permission to execute your sqlite3 executable. chmod ugo+rx /data/data/sksa.aa.tweaker/sqlite3 |
This is my log (I replaced the sqlite3 and make it executable), but Car Stream doesn't show up in AA (I'm on Xiaomi 12 Pro stock ROM with Android 14): REGISTRO:
-- Force stopping Google Play Services -- -- Gaining ownership of the database -- -- Setting SELINUX to permessive -- -- run SQL method --
-- end SQL method -- -- restoring Google Play Services -- -- Restoring ownership of the database -- |
Hi, |
Don't forget to enable developer options in Android auto first. I think there's a setting you have to change after doing that if I remember correctly. |
Yes it is already done.. :/
|
Works on pixel 6 |
ne fonctionne pas sur oneplus 10 pro rooté |
Tried patching sqlite3. No error in app but still doesn't show up. |
Working well on my old Huawei 6p / Android 11 Lineage.
Yesterday, i have switched to my new Pixel P8P and i can't use any options on AA Tweaker without error message that tell me "action can't be performed, please wait and try again".
Does AA Tweaker is supposed to be working and Android 14 / Android Auto 10.5.633834?
The text was updated successfully, but these errors were encountered: