diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-06-20 11:35:40 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-06-20 11:35:40 +0100 |
| commit | 5f3143c014ebcf56a6181a47c53d13f9083bc6eb (patch) | |
| tree | 4380e7e7e8395c1f90809d0d21e37645150f6e93 /README.md | |
| parent | 1a4825120333e302a34e626e28a2ad92640c7623 (diff) | |
add debroid boot script
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -112,18 +112,18 @@ cat /etc/debian_version exit ``` -Include to Android startup +Include to Android startup (userinit.sh seems not to work on CM12, so we use a different way here): ``` -# This script is called from /etc/init.d/*userinit, but -# does not exist yet, so create it now -cat <<END >/data/local/userinit.sh -#!/system/bin/sh +adb push data/local/debroid.sh /data/local +``` -cd /storage/sdcard1/Linux -sh jessie.sh start_services -END +Afterwards install a program like ROM Toolbox and add the following bootup command: + +``` +/system/bin/sh /data/local/debroid.sh ``` + Enjoy! |
