2012-09-04 12:03:46 +00:00
|
|
|
|
Category:Development
|
|
|
|
|
License:GPLv3
|
|
|
|
|
Web Site:https://github.com/guardianproject/lildebi/wiki
|
|
|
|
|
Source Code:https://github.com/guardianproject/lildebi
|
|
|
|
|
Issue Tracker:https://github.com/guardianproject/lildebi/issues
|
2013-05-13 19:57:45 +00:00
|
|
|
|
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
|
2012-09-04 12:03:46 +00:00
|
|
|
|
|
2013-09-28 03:40:02 +00:00
|
|
|
|
Auto Name:Lil' Debi
|
2012-09-04 12:03:46 +00:00
|
|
|
|
Summary:Run Debian on your phone
|
|
|
|
|
Description:
|
2013-05-13 19:57:45 +00:00
|
|
|
|
Want an easy Debian chroot running that you can trust? Install Lil’ Debi, and
|
|
|
|
|
you can have a Debian install running with a single click of a button. It
|
|
|
|
|
builds up a whole Debian chroot on your phone entirely using debootstrap. You
|
|
|
|
|
choose the release, mirror, and size of the disk image, and away it goes. It
|
2013-05-27 10:08:12 +00:00
|
|
|
|
could take up to an hour on a slow device, then it's done.
|
2013-05-14 19:23:34 +00:00
|
|
|
|
It includes gpgv and the Debian repository keys in the apk and verifies the
|
2013-05-13 19:57:45 +00:00
|
|
|
|
packages it downloads in the first stage of debootstrap before installing
|
|
|
|
|
them. It will also check and update a SHA1 checksum to make sure your
|
|
|
|
|
debian.img file has not be tampered with.
|
|
|
|
|
|
|
|
|
|
Then it has a simple chroot manager that fscks your disk, mounts/unmounts
|
|
|
|
|
things, starts/stops sshd if you have it installed, etc. You can also then use
|
|
|
|
|
‘apt-get’ to install any package that is released for ARM processors. This
|
|
|
|
|
includes things like a complete real shell, Tor, TraceRouteTCP,
|
2013-05-27 10:08:12 +00:00
|
|
|
|
iwconfig/ipconfig, and other security and crypto tools.
|
|
|
|
|
Works well with [[jackpal.androidterm]]—just run `/debian/shell` to get a
|
2013-05-14 19:23:34 +00:00
|
|
|
|
Debian shell.
|
2013-05-13 19:57:45 +00:00
|
|
|
|
|
|
|
|
|
The aim of Lil’ Debi is to provide a transparent and tightly integrated Debian
|
|
|
|
|
install on your Android device. It mounts all of your Android partitions in
|
2013-05-14 19:23:34 +00:00
|
|
|
|
Debian space, so you see a fusion of both systems. It's even possible to have
|
2013-05-13 19:57:45 +00:00
|
|
|
|
Lil’ Debi launch the normal Debian init start-up scripts when it starts, so
|
|
|
|
|
that all you need to do is apt-get install and any servers you install will
|
|
|
|
|
just work.
|
|
|
|
|
|
|
|
|
|
Lil' Debi works with as few modifications to the Android system as
|
|
|
|
|
possible. Currently, it only adds a /bin symlink, and a /debian mount
|
|
|
|
|
directory. It does not touch /system at all.
|
|
|
|
|
|
|
|
|
|
This is built from source by f-droid except for the gpgv part which can be
|
2013-04-09 21:38:55 +00:00
|
|
|
|
built from the instructions in the
|
2012-09-22 09:39:37 +00:00
|
|
|
|
[http://gitorious.org/f-droid/fdroiddata/blobs/master/metadata/info.guardianproject.gpg.txt metadata]
|
2013-04-09 21:38:55 +00:00
|
|
|
|
in the fdroiddata repo. See the website for full usage instructions: or try
|
2013-05-13 19:57:45 +00:00
|
|
|
|
running $su then #debian#shell in
|
2012-09-21 10:14:30 +00:00
|
|
|
|
[[jackpal.androidterm]] after mounting the image.
|
|
|
|
|
|
|
|
|
|
Please do try it out, use it, and report criticisms, bugs, improvements, etc.
|
2013-02-11 16:50:16 +00:00
|
|
|
|
|
2013-05-14 02:16:20 +00:00
|
|
|
|
Requires root: Yes, because it needs to run debootstrap, create dirs in /,
|
|
|
|
|
mount/umount, etc.
|
2012-09-04 12:03:46 +00:00
|
|
|
|
.
|
|
|
|
|
|
2012-09-22 09:39:37 +00:00
|
|
|
|
Requires Root:Yes
|
|
|
|
|
|
2012-09-04 12:03:46 +00:00
|
|
|
|
Repo Type:git
|
|
|
|
|
Repo:https://github.com/guardianproject/lildebi.git
|
|
|
|
|
|
2013-05-14 02:16:20 +00:00
|
|
|
|
Build Version:0.2,3,0.2,submodules=yes,build=make NDK_BASE=$$NDK$$ -C external assets
|
|
|
|
|
Build Version:0.3,4,0.3,submodules=yes,build=make NDK_BASE=$$NDK$$ -C external assets
|
2013-05-15 21:10:08 +00:00
|
|
|
|
Build Version:0.4.1,6,!next version just released at 0.4.1,submodules=yes,build=make NDK_BASE=$$NDK$$ -C external assets
|
2013-05-15 16:03:53 +00:00
|
|
|
|
Build Version:0.4.2,7,0.4.2,build=make NDK_BASE=$$NDK$$ -C external assets,submodules=yes
|
2013-06-22 07:18:32 +00:00
|
|
|
|
Build Version:0.4.3,8,0.4.3,build=make NDK_BASE=$$NDK$$ -C external assets,submodules=yes
|
2013-07-24 10:08:37 +00:00
|
|
|
|
Build Version:0.4.4,9,0.4.4,build=make NDK_BASE=$$NDK$$ -C external assets,submodules=yes
|
2013-09-28 03:40:02 +00:00
|
|
|
|
Build Version:0.4.5,10,0.4.5,build=make NDK_BASE=$$NDK$$ -C external assets,submodules=yes
|
2012-09-04 12:03:46 +00:00
|
|
|
|
|
2013-05-14 19:23:34 +00:00
|
|
|
|
# See info.guardianproject.gpg README to build using srclibs=GNUPG
|
|
|
|
|
# external/data/data/info.guardianproject.gpg/app_opt/bin/gpg2-static :
|
2013-05-27 10:08:12 +00:00
|
|
|
|
# mv external/data/data/info.guardianproject.gpg/gpgv2-static ../assets/gpgv
|
2013-05-13 19:57:45 +00:00
|
|
|
|
Auto Update Mode:Version %v
|
|
|
|
|
Update Check Mode:Tags
|
2013-09-28 03:40:02 +00:00
|
|
|
|
Current Version:0.4.5
|
|
|
|
|
Current Version Code:10
|
2013-05-14 19:23:34 +00:00
|
|
|
|
|