Advertisement
Guest User

log

a guest
Feb 23rd, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. LOG:
  2.  
  3.  
  4. -- Force stopping Google Play Services --
  5. OutputStream:
  6. am kill all com.google.android.gms
  7.  
  8. -- Gaining ownership of the database --
  9. OutputStream:
  10. chown root /data/data/com.google.android.gms/databases/phenotype.db
  11.  
  12. -- Setting SELINUX to permessive --
  13. OutputStream:
  14. setenforce 0
  15.  
  16. -- Run SQL Commands --
  17.  
  18. -- run SQL method --
  19. OutputStream:
  20. /data/user/0/sksa.aa.tweaker/sqlite3 -batch /data/data/com.google.android.gms/databases/phenotype.db 'DROP TRIGGER IF EXISTS aa_six_tap;
  21. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__drawer_default_allowed_taps_touchpad","" ,999,0);
  22. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__enable_speed_bump_projected","" ,0,0);
  23. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__keyboard_force_disabled","" ,0,0);
  24. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Dialer__speedbump_enabled","" ,0,0);
  25. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Mesquite__speedbump_enabled","" ,0,0);
  26. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__speedbump_force_enabled","" ,0,0);
  27. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"McFly__speedbump_enabled","" ,0,0);
  28. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Media__projected_speedbump_enabled","" ,0,0);
  29. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_enabled","" ,0,0);
  30. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_map_interactivity_events_enabled","" ,1,0);
  31. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_non_scroll_events_enabled","" ,1,0);
  32. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__sixtap_force_enabled","" ,0,0);
  33. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__permits_chart","" ,1,0);
  34. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__use_updated_list_view_kill_switch","" ,1,0);
  35. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"TouchpadUiNavigation__multimove_penalty_mm","" ,0,0);
  36. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_max_list_size","" ,400,0);
  37. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__max_list_size","" ,400,0);
  38. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_max_grid_list_size","" ,300,0);
  39. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__max_grid_list_size","" ,300,0);
  40. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_map_interactivity_enabled","" ,1,0);
  41. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__max_list_size_with_speedbump","" ,300,0);
  42. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__add_default_screen_size_value_kill_switch","" ,1,0);
  43. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__allow_long_text_while_parked_kill_switch","" ,1,0);
  44. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__allow_secondary_actions_in_half_lists","" ,1,0);
  45. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__cluster_enabled","" ,1,0);
  46. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__list_template_fab_enabled","" ,1,0);
  47. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__grid_template_fab_enabled","" ,1,0);
  48. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__tab_template_enabled","" ,1,0);
  49. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__task_limit_restrictions_allows_overflow","" ,1,0);
  50. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"AppQualityTester__developer_setting_enabled","" ,1,0);
  51. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Assistant__transcription_enabled","" ,1,0);
  52. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__app_driven_refresh_enabled","" ,0,0);
  53. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__app_driven_refresh_enabled_for_undefined_category","" ,0,0);
  54. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__allow_secondary_actions_in_half_lists","" ,1,0);
  55. DELETE FROM Flags WHERE name LIKE "%speedbump%";'
  56. ErrorStream:
  57. Error: no such table: FlagOverrides
  58. OutputStream:
  59. /data/user/0/sksa.aa.tweaker/sqlite3 -batch /data/data/com.google.android.gms/databases/phenotype.db 'CREATE TRIGGER aa_six_tap AFTER DELETE
  60. On FlagOverrides
  61. BEGIN
  62. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__drawer_default_allowed_taps_touchpad","" ,999,0);
  63. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__enable_speed_bump_projected","" ,0,0);
  64. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__keyboard_force_disabled","" ,0,0);
  65. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Dialer__speedbump_enabled","" ,0,0);
  66. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Mesquite__speedbump_enabled","" ,0,0);
  67. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__speedbump_force_enabled","" ,0,0);
  68. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"McFly__speedbump_enabled","" ,0,0);
  69. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Media__projected_speedbump_enabled","" ,0,0);
  70. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_enabled","" ,0,0);
  71. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_map_interactivity_events_enabled","" ,1,0);
  72. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_non_scroll_events_enabled","" ,1,0);
  73. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__sixtap_force_enabled","" ,0,0);
  74. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__permits_chart","" ,1,0);
  75. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"ContentBrowse__use_updated_list_view_kill_switch","" ,1,0);
  76. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"TouchpadUiNavigation__multimove_penalty_mm","" ,0,0);
  77. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_max_list_size","" ,400,0);
  78. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__max_list_size","" ,400,0);
  79. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_max_grid_list_size","" ,300,0);
  80. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__max_grid_list_size","" ,300,0);
  81. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Watevra__speedbump_map_interactivity_enabled","" ,1,0);
  82. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, intVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__max_list_size_with_speedbump","" ,300,0);
  83. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__add_default_screen_size_value_kill_switch","" ,1,0);
  84. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__allow_long_text_while_parked_kill_switch","" ,1,0);
  85. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__allow_secondary_actions_in_half_lists","" ,1,0);
  86. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__cluster_enabled","" ,1,0);
  87. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__list_template_fab_enabled","" ,1,0);
  88. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__grid_template_fab_enabled","" ,1,0);
  89. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__tab_template_enabled","" ,1,0);
  90. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__task_limit_restrictions_allows_overflow","" ,1,0);
  91. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"AppQualityTester__developer_setting_enabled","" ,1,0);
  92. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"Assistant__transcription_enabled","" ,1,0);
  93. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__app_driven_refresh_enabled","" ,0,0);
  94. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__app_driven_refresh_enabled_for_undefined_category","" ,0,0);
  95. INSERT OR REPLACE INTO FlagOverrides (packageName, flagType, name, user, boolVal, committed) VALUES ("com.google.android.projection.gearhead", 0,"CarAppLibrary__allow_secondary_actions_in_half_lists","" ,1,0);
  96. END;'
  97. ErrorStream:
  98. Error: no such table: main.FlagOverrides
  99.  
  100. -- restoring Google Play Services --
  101. OutputStream:
  102. pm enable com.google.android.gms
  103. InputStream:
  104. Package com.google.android.gms new state: enabled
  105.  
  106. -- Restoring ownership of the database --
  107. OutputStream:
  108. chown root /data/data/com.google.android.gms/databases/phenotype.db
  109.  
  110. -- Restoring SELINUX --
  111. OutputStream:
  112. setenforce 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement