Hans-Christoph Steiner
Hans-Christoph Steiner
have you tried doing a bind mount of Android's /dev into the Debian mount point? My guess is that since the Debian chroot currently manages its own /dev separate from...
Oops, yeah, it uncompresses the file from the apk each time the app is started for the first time after boot. That was mostly left in there because I didn't...
Ok, that latest version of LilDebi in git no longer blows away `app_bin` every time, but instead checks the VERSION file. So now you should be able to edit the...
Also about `mount -o rbind / /debian/android`, I couldn't get anything like that working, it just didn't mount. Let me know if you get it working because it would be...
I couldn't figure out how to get your `mount -o devtmpfs /dev/` command to work. Should it work just like that? If so, looks like my device's kernel doesn't support...
Oops, didn't mean to close this, I have no idea how that happened, github glitch I guess. Have you tried `mount -o bind /dev /debian/dev`? What are the hazards? I...
Ok, keep me posted on how that works for you. I'd like to include it, I'm just worried about it messing up Android. I want to make LilDebi as uninvasive...
Thanks for this info, its very helpful. One thought about udev: I think there is a way to configure apt to ban certain packages. Sounds like Lil' Debi should add...
sure, if someone submits a patch to do it. I've never worked with `/dev/tun` so I won't know how it should be handled in the chroot.
As we discussed in IRC, busybox is compiled without `CONFIG_LFS` aka "Large File Support" so that is probably the cause of this. Busybox's config says "Build with Large File Support...