Skip to content

bsdman/Chrooted-Debian-on-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Installs chrooted debian on a rooted Android phone, also provides options to start/stop ssh server.

Compiling -
Create a new Android Jni Project, copy bootdeb.c to jni/ directory then run ndk-build from that directory you will see bootdeb executable getting created in <project>/libs/armeabi/ 

Running - 
adb push bootdeb executable to your phone and run it, make sure debian img is copied to this location /sdcard/debian/squeeze.img before running bootdeb

./bootdeb --start-ssh (to start ssh)

./bootdeb --stop-ssh (to stop ssh)

About

Installing chrooted debian environment on rooted Android phones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published