• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Backtrack 5 on stock rooted Prime

Mactomhis

Lurker
I have BB 1.20.1 and other requirements installed and Backtrack Installer downloaded the .img and .sh files, but I get the following error. Is there any chance someone might please be able to point me in the direction of my problem?

uid=10156 gid=10156 groups=1007,1015,3003@android:/ $ export PATH=/data/local/bin:$PATH
uid=10156 gid=10156 groups=1007,1015,3003@android:/ $ su
uid=10156 gid=10156 groups=1007,1015,3003@android:/ # cd sdcard/backtrack
uid=10156 gid=10156 groups=1007,1015,3003@android:/sdcard/backtrack # sh backtrack.sh
mount: mounting devpts on /data/local/mnt/dev/pts failed: No such file or directory
mount: mounting proc on /data/local/mnt/proc failed: Not a directory
mount: mounting sysfs on /data/local/mnt/sys failed: Not a directory
net.ipv4.ip_forward = 1
backtrack.sh[30]: cannot create /data/local/mnt/etc/resolv.conf: Not a directory
backtrack.sh[31]: cannot create /data/local/mnt/etc/resolv.conf: Not a directory
backtrack.sh[32]: cannot create /data/local/mnt/etc/hosts: Not a directory
Back Track is configured with SSH and VNC servers that can be accessed from the IP:
ifconfig: eth0: error fetching interface information: Device not found

chroot: can't execute '/root/init.sh': Not a directory
Shutting down BackTrack ARM
umount: can't umount /data/local/mnt/dev/pts: No such file or directory
umount: can't umount /data/local/mnt/proc: Invalid argument
umount: can't umount /data/local/mnt/sys: Invalid argument
umount: can't umount /data/local/mnt: Device or resource busy
losetup: /dev/loop7: No such file or directory
1|uid=10156 gid=10156 groups=1007,1015,3003@android:/sdcard/backtrack # ll
total 3418956
-rw-rw-r-- 1 0 1015 3500999983 Jun 3 17:17 backtrack.img
-rw-rw-r-- 1 0 1015 1451 Jun 3 17:16 backtrack.sh
uid=10156 gid=10156 groups=1007,1015,3003@android:/sdcard/backtrack # sh ./backtrack.sh
mkdir: can't create directory '/data/local/mnt': File exists
Loop device exists
mount: mounting /dev/block/loop255 on /data/local/mnt failed: Device or resource busy
mount: mounting devpts on /data/local/mnt/dev/pts failed: No such file or directory
mount: mounting proc on /data/local/mnt/proc failed: Not a directory
mount: mounting sysfs on /data/local/mnt/sys failed: Not a directory
net.ipv4.ip_forward = 1
./backtrack.sh[30]: cannot create /data/local/mnt/etc/resolv.conf: Not a directory
./backtrack.sh[31]: cannot create /data/local/mnt/etc/resolv.conf: Not a directory
./backtrack.sh[32]: cannot create /data/local/mnt/etc/hosts: Not a directory
Back Track is configured with SSH and VNC servers that can be accessed from the IP:
ifconfig: eth0: error fetching interface information: Device not found

chroot: can't execute '/root/init.sh': Not a directory
Shutting down BackTrack ARM
umount: can't umount /data/local/mnt/dev/pts: No such file or directory
umount: can't umount /data/local/mnt/proc: Invalid argument
umount: can't umount /data/local/mnt/sys: Invalid argument
umount: can't umount /data/local/mnt: Device or resource busy
losetup: /dev/loop7: No such file or directory
1|uid=10156 gid=10156 groups=1007,1015,3003@android:/sdcard/backtrack #




Thanks for any help,
 
Thanks, but i had already read those.

I am looking more for support for the Backtrack Installer Paid, it has a walkthrough that simply doesnt work unless the three kernels i have tried so far do not support looping.
 
There are a few kernels on xda as well in the tfp android dev section.

Sent from my PG86100 using Tapatalk
 
Would your or someone point me in the proper direction? This is the exact message I get after walking through the paid Backtrack Installer:
Code:
 app_37@android:/ $ export PATH=/data/local/bin:$PATH app_37@android:/ $ su app_37@android:/ # cd sdcard/backtrack app_37@android:/sdcard/backtrack # sh backtrack.sh mkdir failed for /data/local/mnt, File exists mount: No such file or directory mount: Not a directory mount: Not a directory net.ipv4.ip_forward = 1 backtrack.sh[30]: cannot create /data/local/mnt/etc/resolv.conf: Not a directory backtrack.sh[31]: cannot create /data/local/mnt/etc/resolv.conf: Not a directory backtrack.sh[32]: cannot create /data/local/mnt/etc/hosts: Not a directory Back Track is configured with SSH and VNC servers that can be accessed from the IP: eth0: No such device  chroot: can't execute '/root/init.sh': Not a directory Shutting down BackTrack ARM failed: No such file or directory failed: Invalid argument failed: Invalid argument failed: Device or resource busy losetup: /dev/loop7: No such file or directory 1|app_37@android:/sdcard/backtrack #  I am not even sure where to begin, but I'll send you a million pesos of good karma if you help :)
 
To get rid of the loop error on my TF201 I changed the following in bootbt SH script for BT5 ARM:

from: mount -o loop,noatime -t ext2 $kit/bt5.img $mnt

to: busybox mount -o loop,noatime -t ext2 $kit/bt5.img $mnt



I don't think I modded this line but if yours doesnt look like it:

busybox sysctl -w net.ipv4.ip_forward=1

I also downloaded and compiled the aircrack package. I am currently waiting on a USB wifi dongle to complete my testing setup.
 
Back
Top Bottom