jancona / android-on-freerunner

Automatically exported from code.google.com/p/android-on-freerunner
1 stars 1 forks source link

Add Debian support #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See http://www.saurik.com/id/10

There is a way to get busybox and Debian capabilities without overwriting
the Android install.  This would be nice for Android on Freerunner to have
by default.

Original issue reported on code.google.com by montg...@gmail.com on 16 Oct 2009 at 7:24

GoogleCodeExporter commented 9 years ago
Enhancement and not really a important for normal users, if you can provide a 
patch
maybe we could add it.

Original comment by larlin...@gmail.com on 16 Oct 2009 at 10:10

GoogleCodeExporter commented 9 years ago
My guess is that it should be posible to do in a chroot, but you would have to 
build
that first.

Original comment by bla...@gmail.com on 23 Oct 2009 at 12:24

GoogleCodeExporter commented 9 years ago
btw, who are "normal users" ? .... with an openmoko device....

Original comment by Black.D....@gmail.com on 28 Nov 2009 at 2:48

GoogleCodeExporter commented 9 years ago
People that primary uses this as a phone or android platform? Normal users are 
of
course always relative but I think most users don't have a need to have a debian
chroot or enviroment.

Original comment by larlin...@gmail.com on 29 Nov 2009 at 7:40

GoogleCodeExporter commented 9 years ago
Issue 88 has been merged into this issue.

Original comment by larlin...@gmail.com on 2 Dec 2009 at 10:22

GoogleCodeExporter commented 9 years ago
I was pleasantly surprised that the AoF does include /system/bin/dosfsck, so to 
fsck
the VFAT partition one needs to do following:
umount /sdcard
dosfsck -a /dev/block/mmcblk0p1 

Still, full busybox (with commands less and grep) instead of limited toolbox 
would be
of an advantage.

Original comment by skliarie@gmail.com on 20 Dec 2009 at 2:56