Skip to content

Commit

Permalink
feat(sh): enable ro.debuggable 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ys1231 committed Oct 17, 2023
1 parent cea3c4e commit f226e86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions common/post-fs-data.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
MODDIR=${0%/*}

# This script will be executed in post-fs-data mode
resetprop ro.debuggable 1
2 changes: 1 addition & 1 deletion common/service.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ done

# ensure boot has actually completed
sleep 5
# /bin/magisk resetprop ro.debuggable 1
resetprop ro.debuggable 1
# stop && start
# restart on crash
while true; do
Expand Down
2 changes: 1 addition & 1 deletion common/system.prop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file will be read by resetprop
# Example: Change dpi
ro.iyue.idaserver=true
ro.debuggable=1
#ro.debuggable=1
Empty file modified install.sh
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=idserver
name=idserver
version=v0.2
versionCode=2
version=v0.3
versionCode=3
author=iyue
description=Run android-server ->idserver -p 1234 on boot; support kernelsu or magisk
description=Run android-server ->idserver -p 1234 on boot; support kernelsu or magisk; enable ro.debuggable 1

0 comments on commit f226e86

Please sign in to comment.