Skip to content

Raspberry PI running Android 13 (Konstakang build) with some minor customizations on GPIOs to shutdown, start-up, etc

Notifications You must be signed in to change notification settings

majidmvulle/auto-raspberry-pi-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

auto-raspberry-pi-android

Raspberry PI running Android 13 (Konstakang build) with some minor customizations on GPIOs to shutdown, start-up, etc

Installation - Scripts

adb root
adb remount
adb push /path/to/script /vendor/etc/init.d/

OR

su
mount -o rw,remount /vendor
cp /path/to/script /vendor/etc/init.d/
chmod 755 /vendor/etc/init.d/<script-name>
chown root:shell /vendor/etc/init.d/<script-name>

About

Raspberry PI running Android 13 (Konstakang build) with some minor customizations on GPIOs to shutdown, start-up, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages