(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| #!/sbin/sh | |
| #open adb shell | |
| adb shell | |
| #listing partitions (general command for Android devices) | |
| #ls -l /dev/block/platform/<block_device_name>/by-name/ | |
| #for the Galaxy Note 3 | |
| ls -l /dev/block/platform/msm_sdcc.1/by-name/ |
init.rc changes to run any script Can be used to start any android application, service
on property:dev.bootcomplete=1
exec - system system -- /system/bin/sh <custom script path>
# exec - system system -- /system/bin/sh /data/local/bootscript/testservice.sh
Script can contains applications start, stop commands
| THIS ARE MY NOTES OF BUILDING AN INSTALLING XORGXRDP AND XRDP WITH GPU ACCELERATION | |
| TESTED ON DEBIAN 9.13 | |
| -- Build XorgXrdp with GPU acceleration ("script" - to be adjusted to your needs) : -- | |
| ## << BUILD AND INSTALL SCRIPT START >> ## | |
| #!/bin/bash | |
| # Install Latest XRDP with XORGXRDP | |
| # README |