We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently:
/system/xbin/mount -o rw,remount /dev/block/mmcblk0p34 /system echo 'performance' > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor losetup /dev/block/loop0 /data/media/0/debian.img /system/xbin/mount -t ext4 -o loop /dev/block/loop0 $rfs mkdir -f $rfs /system/xbin/mount --bind /dev $rfs/dev /system/xbin/mount --bind /proc $rfs/proc /system/xbin/mount --bind /system $rfs/system /system/xbin/mount --bind /sys $rfs/sys curl itdaniher.com/ip export TERM=linux export HOSTNAME=debian export HOME=/root export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/system/xbin:/system/bin chroot $rfs /bin/bash --login -i
May require additional TLC.
The text was updated successfully, but these errors were encountered:
rfs=/system/debian /system/xbin/mount -o rw,remount /dev/block/platform/msm_sdcc.1/by-name/system /system /system/bin/mkdir -f $rfs echo 'performance' > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor losetup /dev/block/loop1 /sdcard/debian.img /system/xbin/mount -t ext4 -o loop /dev/block/loop1 $rfs /system/xbin/mount --bind /dev/ $rfs/dev /system/xbin/mount --bind /proc $rfs/proc /system/xbin/mount --bind /system $rfs/system /system/xbin/mount --bind /sys $rfs/sys curl itdaniher.com/ip export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/system/xbin:/system/bin export TERM=linux export HOSTNAME=debian export HOME=/root chroot $rfs /bin/bash --login -i
Sorry, something went wrong.
add /system/xbin/mount --bind /dev/pts $rfs/dev/pts to resolve virtual terminal error (recently appeared?) when when remoting to chroot or using tmux.
/system/xbin/mount --bind /dev/pts $rfs/dev/pts
No branches or pull requests
Currently:
May require additional TLC.
The text was updated successfully, but these errors were encountered: