Standard procedure for chroot a gnu/debian system. Dont know how applicable it is to smart phone. Mount these file systems:
# cd /mnt/debian
# mount -t proc proc proc/
# mount --rbind /sys sys/
For networking copy DNS stuff:
# cp /etc/resolv.conf etc/resolv.conf
Change root:
# chroot /mnt/debian /bin/bash