Skip to content

Commit fb029ec

Browse files
committed
new file: .shortcuts/init.sh
modified: .termux/boot/remove-modules.sh modified: .termux/boot/start-adbd.sh
1 parent 638e10d commit fb029ec

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

termux/.shortcuts/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find ~/.termux/boot/ -exec sh {} \;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
adb wait-for-device shell magisk --remove-modules
1+
#adb wait-for-device shell magisk --remove-modules

termux/.termux/boot/start-adbd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/data/data/com.termux/files/usr/bin/sh
2-
su -c setprop service.adb.tcp.port 33445
2+
su -c setprop service.adb.tcp.port 5555
33
su -c stop adbd
44
su -c start adbd

0 commit comments

Comments
 (0)