guardianproject / lildebi

UNMAINTAINED please adopt! we can no longer maintain this
https://guardianproject.info/code
GNU General Public License v3.0
229 stars 55 forks source link

Failed installing on Samsung Galaxy Mega 6.3 #77

Closed zhangew closed 10 years ago

zhangew commented 11 years ago

I have rooted my device, and below is the detail info, would you like to confirm it?

Attached is an log sent by Lil' Debi. For more info, see: https://github.com/guardianproject/lildebi

manufacturer: samsung model: SCH-P729 product: melius3gduosctc brand: samsung device: melius3gduosctc board: MSM8960 ID: JDQ39 CPU ABI: armeabi-v7a release: 4.2.2 incremental: P729KEUAMI2 codename: REL SDK: 17

Below is the content of the log:

cd /data/data/info.guardianproject.lildebi/app_bin

./create-debian-setup.sh /data/data/info.guardianproject.lildebi/app_bin /storage/emulated/0 /sdcard/debian.img /debian jessie http://mirrors.ece.ubc.ca/debian/ 600 armhf

./stop-debian.sh /data/data/info.guardianproject.lildebi/app_bin /storage/emulated/0 /sdcard/debian.img /debian

./unmounted-install-tweaks.sh /data/data/info.guardianproject.lildebi/app_bin /storage/emulated/0 /sdcard/debian.img /debian

./start-debian.sh /data/data/info.guardianproject.lildebi/app_bin /storage/emulated/0 /sdcard/debian.img /debian

/data/data/info.guardianproject.lildebi/app_bin/chroot /debian /data/data/info.guardianproject.lildebi/app_bin/complete-debian-setup.sh /data/data/info.guardianproject.lildebi/app_bin /storage/emulated/0 /sdcard/debian.img /debian

exit

sh: ./create-debian-setup.sh: Permission denied sh: ./stop-debian.sh: Permission denied sh: ./unmounted-install-tweaks.sh: Permission denied sh: ./start-debian.sh: Permission denied sh: /data/data/info.guardianproject.lildebi/app_bin/chroot: Permission denied

brc commented 11 years ago

i also experience this on my rooted SM-N900V (with supersu). Can't imagine why sh says permission denied. I can run other scripts in /data/media/0/Android/data (internal storage) as root. Haven't dug into it yet.

eighthave commented 10 years ago

does your device have /system/bin/sh or is sh located elsewhere? Did you figure out what caused it in linuxdeploy?

eighthave commented 10 years ago

If you have more info, please add it here. Also check out related issues #103 and #84.

eighthave commented 10 years ago

closing this to move the discussion to #103