nice job!!!!!!!!!!!!!!!!1
r083rt
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.
Last edited by bolexxx; 05-18-2011 at 01:45 PM. Reason: no yt links allowed
nice job!!!!!!!!!!!!!!!!1
r083rt
Last edited by Archangel-Amael; 05-14-2011 at 03:49 PM.
Mainly I did it just to do it. And the wireless drivers don't support injection :P
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...
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
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:
toCode:mount -t devpts devpts $mnt/dev/pts mount -t proc /proc $mnt/proc mount -t sys /sys $mnt/sys
Edit:Code:busybox mount --bind /dev/pts $mnt/dev/pts busybox mount --bind /proc $mnt/proc busybox mount --bind /sys $mnt/sys
Also @anantshri, thank you so much for your work, I wouldn't have been able to get it working with out you images.
Last edited by sickness; 05-15-2011 at 07:30 AM.
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.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
Thanks for the steps. Worked like a charm for me.![]()
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