-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
627387a
commit 5a3fb6a
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: disable adb access over tcp | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./disable_tcp_debugging.sh | ||
################################################################################ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: enable adb access over tcp on the specified port | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./enable_tcp_debugging.sh <PORT> | ||
################################################################################ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: find the path of the block device with the specified UUID | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./find_device.sh <UUID_FILE_PATH> | ||
################################################################################ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: mounts the specified ext4 block device to /the_binding | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./mount_ext4.sh <BLOCK_DEVICE_PATH> | ||
################################################################################ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: remounts /the_binding in the specified mounted vfat folder to the internal storage | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./remount_vfat.sh <DIRECTORY_PATH> | ||
# Example: ./remount_vfat.sh /mnt/media_rw/2IDK-11F4 | ||
################################################################################ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: show all block devices present in the system | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./show_devices.sh | ||
################################################################################ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: start a shell in the global mount namespace | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./start_global_shell.sh | ||
################################################################################ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
################################################################################ | ||
# Description: unmounts the block device previously mounted by mount_ext4.sh | ||
# Author: Vivek Revankar <[email protected]> | ||
# Contributors: Vivek Revankar <[email protected]> | ||
# Usage: ./unmount.sh | ||
################################################################################ | ||
|
||
|