-
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 does not execute any command. #86
Comments
Hi i am getting similar problem when applying tweak. PASTEBIN LOGIN SIGN UP LOG:
-- Force stopping Google Play Services -- -- Gaining ownership of the database -- -- Setting SELINUX to permessive -- -- run SQL method --
-- restoring Google Play Services -- -- Restoring ownership of the database -- Not a member of Pastebin yet? |
Same here. OnePlus 9 Pro on LineageOS |
idem oneplus 10 pro rooté |
le problème c'est aussi peut-être android 14 |
Looks like the sqlite3 binary shipped with this is outdated and needs updating. |
Patches are not applied LOG: -- Force stopping Google Play Services -- -- Gaining ownership of the database -- -- Setting SELINUX to permessive -- -- run SQL method -- -- restoring Google Play Services -- -- Restoring ownership of the database -- -- Force stopping Google Play Services -- -- Gaining ownership of the database -- -- Setting SELINUX to permessive -- -- run SQL method -- -- restoring Google Play Services -- -- Restoring ownership of the database -- |
Thanks phbk-admin for your efforts but it wouldn't be easier for everyone to update AA Tweaker directly. We are not all computer champions and if there are updates we might as well update the original?? No |
I have the same problem with asus zenfone 9 rooted android 13...so for now there is no solution? |
App worked perfectly. After latest AA auto needed to re-disable bluetooth autopairing.
AA does not execute any command, wait and try again later.
Phone Samsung Note 9, Android 10, latest AA AIO tweaker. Rooted.
LOG:
-- Force stopping Google Play Services --
OutputStream:
am kill all com.google.android.gms
-- Gaining ownership of the database --
O
-- Force stopping Google Play Services --
OutputStream:
am kill all com.google.android.gms
-- Gaining ownership of the database --
OutputStream:
chown root /data/data/com.google.android.gms/databases/phenotype.db
-- Setting SELINUX to permessive --
OutputStream:
setenforce 0
-- run SQL method --
OutputStream:
/data/user/0/sksa.aa.tweaker/sqlite3 -batch /data/data/com.google.android.gms/databases/phenotype.db 'DROP TRIGGER IF EXISTS bluetooth_pairing_off;
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_skip_pairing", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, floatVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__connect_bluetooth_timeout", "" ,1,0);
'
ErrorStream:
Error: malformed database schema (flag_overrides_to_commit) - near "WITHOUT": syntax error
OutputStream:
/data/user/0/sksa.aa.tweaker/sqlite3 -batch /data/data/com.google.android.gms/databases/phenotype.db 'CREATE TRIGGER bluetooth_pairing_off AFTER DELETE
On FlagOverrides
BEGIN
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_skip_pairing", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, floatVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__connect_bluetooth_timeout", "" ,1,0);
END;'
ErrorStream:
Error: malformed database schema (flag_overrides_to_commit) - near "WITHOUT": syntax error
-- restoring Google Play Services --
OutputStream:
pm enable com.google.android.gms
InputStream:
Package com.google.android.gms new state: enabled
-- Restoring ownership of the database --
OutputStream:
chown u0_a82 /data/data/com.google.android.gms/databases/phenotype.db
-- Restoring SELINUX --
OutputStream:
setenforce 1utputStream:
chown root /data/data/com.google.android.gms/databases/phenotype.db
-- Setting SELINUX to permessive --
OutputStream:
setenforce 0
-- run SQL method --
OutputStream:
/data/user/0/sksa.aa.tweaker/sqlite3 -batch /data/data/com.google.android.gms/databases/phenotype.db 'DROP TRIGGER IF EXISTS bluetooth_pairing_off;
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_skip_pairing", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, floatVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__connect_bluetooth_timeout", "" ,1,0);
'
ErrorStream:
Error: malformed database schema (flag_overrides_to_commit) - near "WITHOUT": syntax error
OutputStream:
/data/user/0/sksa.aa.tweaker/sqlite3 -batch /data/data/com.google.android.gms/databases/phenotype.db 'CREATE TRIGGER bluetooth_pairing_off AFTER DELETE
On FlagOverrides
BEGIN
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_skip_pairing", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__car_bluetooth_service_disable", "" ,1,0);
INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, floatVal, committed) VALUES ("com.google.android.gms.car", 0,"BluetoothPairing__connect_bluetooth_timeout", "" ,1,0);
END;'
ErrorStream:
Error: malformed database schema (flag_overrides_to_commit) - near "WITHOUT": syntax error
-- restoring Google Play Services --
OutputStream:
pm enable com.google.android.gms
InputStream:
Package com.google.android.gms new state: enabled
-- Restoring ownership of the database --
OutputStream:
chown u0_a82 /data/data/com.google.android.gms/databases/phenotype.db
-- Restoring SELINUX --
OutputStream:
setenforce 1
The text was updated successfully, but these errors were encountered: