Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Oct 13, 2020
1 parent ce2c6d5 commit 5ae99b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion teclast_oem_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ adb shell input keyevent 66
# run decent app to confirm
adb shell am start -W -n tk.tcl.wish/.AndroWishLauncher -a android.intent.action.ACTION_VIEW -e arg file:///sdcard/de1plus/de1plus.tcl


adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:1
adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1

###############################
# disable developer mode so that people aren't asked if they want to trust this pc
Expand Down
1 change: 1 addition & 0 deletions teclast_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ adb shell input keyevent KEYCODE_HOME

# enable rotation
adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:1
adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1

###############################
# connect to decent wifi
Expand Down

0 comments on commit 5ae99b6

Please sign in to comment.