Backtrack 5 ARM on Droid Incredible
I managed to get the ARM version running on the Incredible.
I followed the instructions here. But modified startbt to be:
Code:
#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'"
Also, I uploaded a video to youtube of it running: removed by mod
It's kind of slow but that's the nature of the beast. Aside from that, it's flawless. Hope this helps someone.
Re: Backtrack 5 ARM on Droid Incredible
nice job!!!!!!!!!!!!!!!!1
r083rt
Re: Backtrack 5 ARM on Droid Incredible
Mainly I did it just to do it. And the wireless drivers don't support injection :P
Re: Backtrack 5 ARM on Droid Incredible
Although may sound impractical....
but its hell of a fun....
now i know my script also works for droid.
@m4rduk : can you suggest what all changes you have done on the script from Xperia x10i so that i can also check if that''s helpfull...
Re: Backtrack 5 ARM on Droid Incredible
Quote:
Originally Posted by
m4rduk
Mainly I did it just to do it. And the wireless drivers don't support injection :P
Never mind the negative opinions. Nice that you got it to work, irrespective of the practicality. Also thanks for sharing with the others.
Re: Backtrack 5 ARM on Droid Incredible
I actually found that it is not too impractical. I was able to own a test machine just as easily. When only using text mode it is pretty simple, and not really slow either.
If I remember correctly (I deleted the original) I think all I changed was:
Code:
mount -t devpts devpts $mnt/dev/pts
mount -t proc /proc $mnt/proc
mount -t sys /sys $mnt/sys
to
Code:
busybox mount --bind /dev/pts $mnt/dev/pts
busybox mount --bind /proc $mnt/proc
busybox mount --bind /sys $mnt/sys
Edit:
Also @anantshri, thank you so much for your work, I wouldn't have been able to get it working with out you images.
Re: Backtrack 5 ARM on Droid Incredible
Got it running on the Atrix as well. Only things I had to change in the start scripts were the file location, sdcard-ext, instead of sdcard, and the startvnc resolution to 960x540. Now I just need to figure out how to get my bluetooth mouse to work properly and not move a billion miles an hour just touching it.
Re: Backtrack 5 ARM on Droid Incredible
Thanks for the steps. Worked like a charm for me.http://twitpic.com/4yrd9s
Re: Backtrack 5 ARM on Droid Incredible
I put in console "bt" but console send me massage: "[1] Segmentation fault Busybox chroot $... " and return me to # What can i do ? pls help
Re: Backtrack 5 ARM on Droid Incredible
Quote:
Originally Posted by
Barry
Got it running on the Atrix as well.
Can you please tell me how you went about installing/configuring backtrack on the Atrix. I am going to buy this phone tonight!