I managed to get the ARM version running on the Incredible.
I followed the instructions here. But modified startbt to be:
Also, I uploaded a video to youtube of it running: removed by modCode:#Mount SYSTEM RW #mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system export kit=/sdcard/bt export bin=/system/bin export mnt=/data/local/bt export PATH=$bin:/usr/bin:/usr/sbin:/bin:$PATH export TERM=linux export HOME=/root # Mounting Image to the farthest loop point # FIXME : check if mount sucessfull otherwise abort whole process. mknod /dev/block/loop254 b 7 254 busybox losetup /dev/block/loop254 $kit/bt.img busybox mount -t ext2 /dev/block/loop254 $mnt busybox mount --bind /dev/pts $mnt/dev/pts busybox mount --bind /proc $mnt/proc busybox mount --bind /sys $mnt/sys #seting environment sysctl -w net.ipv4.ip_forward=1 echo "Setting /etc/resolv.conf to Google Open DNS 8.8.8.8 and 8.8.4.4" echo "nameserver 8.8.8.8" > $mnt/etc/resolv.conf echo "nameserver 8.8.4.4" >> $mnt/etc/resolv.conf echo "127.0.0.1 localhost" > $mnt/etc/hosts echo "BackTrack Loader by Anant based on ubuntu loader" echo "BackTrack is ready just type 'bt'"
It's kind of slow but that's the nature of the beast. Aside from that, it's flawless. Hope this helps someone.


