Debdroid on the Optimus, Plus Backtrack Repositories

kazea182

Well-known member
Jan 2, 2011
100
12
0
www.sxcomputers.net
When I click on the links at the bottom, they take me to web pages instead and when I save the links as, they download as .zip and .7z, however they will not unzip. Any ideas? I'm interested in trying it.
 

Pwaxer

Member
Jan 31, 2011
12
0
0
Visit site
Dead Link

Unfortunately, the link(s) have been removed. If anyone knows or has a server that can host it please let me know and I would be more than happy to upload it.
 

kazea182

Well-known member
Jan 2, 2011
100
12
0
www.sxcomputers.net
Unfortunately, the link(s) have been removed. If anyone knows or has a server that can host it please let me know and I would be more than happy to upload it.

I can keep them on my FTP if you would like. Or there is always 4Shared. PM me if you would like to do them on my FTP.
 

kazea182

Well-known member
Jan 2, 2011
100
12
0
www.sxcomputers.net
Unable to Install

I run the ./sdcard/debian/debian.sh, however I get this:

Code:
C:\Users\atupeck>adb shell
# sh ./sdcard/debian/debian.sh
sh ./sdcard/debian/debian.sh
modprobe: chdir(2.6.32.9-picasticks-07): No such file or directory
←[H←[Jrm failed for -f, Read-only file system
rm failed for -f, Read-only file system
rm failed for -f, Read-only file system
rm failed for -f, Read-only file system
rm failed for -f, Read-only file system
mkdir failed for /data/local/mnt, File exists
←[H←[J←[H←[J
Initialized system and installed scripts.

To enter the Debian Linux console just type 'debdroid'
# debdroid
debdroid
function: not found
modprobe: chdir(2.6.32.9-picasticks-07): No such file or directory
debdroid: 47: Syntax error: "}" unexpected

Any ideas?
I'm running the new RebornROM from Nick and KSmith. Maybe has something to do with the Picasticks kernel?

I also tried this in Recovery with /data and /system mounted as editable and receive something similar, only I get file does not exist instead of read-only file system.

EDIT: Its not just the pica kernel, its Zefie's too. Any ideas?
 
Last edited:

kazea182

Well-known member
Jan 2, 2011
100
12
0
www.sxcomputers.net
Do you have BusyBox tools installed?

I did, they were in
Code:
/system/xbin
, instead I used BusyBox installer to move them to
Code:
/system/bin
and I will try again and I'll let everyone know if that works. Does busybox include bash?

Using adb, I fire up a shell
Code:
C:\Documents and Settings\atupeck>adb shell
# su
su
# bash
bash
bash: not found
So i still get it...hmm? What ROM are you running Pwaxer?
 
Last edited:

kazea182

Well-known member
Jan 2, 2011
100
12
0
www.sxcomputers.net
I'm on Cyanogen with xio 12518.6 - that is probably the reason for the compatibility issues.
Most likely because anywhere else I've seen debdroid located, such as on XDA it says they require CyanogenMod. I'm going to see if I can find where it wants "bash" placed and manually move it, I don't think bash has any dependencies...
 

arizanic

Well-known member
Jan 18, 2011
56
1
0
Visit site
Okay so I now have this running on my phone and when I try to type ifconfig eth0 promisc i get the error "eth0: ERROR while getting interface flags: No such device" any idea whats wrong and how to fix it
 

anim4l

Well-known member
May 5, 2011
49
3
0
Visit site
Okay so I now have this running on my phone and when I try to type ifconfig eth0 promisc i get the error "eth0: ERROR while getting interface flags: No such device" any idea whats wrong and how to fix it

What Kernel/ROM? I assume Cynanogen? -.- I flashed the Xionia one so I have a "compatible kernel", I just have the bash : not found issue.


Code:
$ export PATH=/data/local/bin:$PATH:.
$su#bash
bash: not found ;I decided to try to run it anyways.
# debdroid
source: not found
Initializing chroot filesystem
losetup: /dev/block/loop: No such file or directory
mount: No such device

Mounting proc, sysfs, dev, devpts
mount: No such file or directory
mount: No such file or directory
mount: No such file or directory
mount: No such file or directory
mounted to /mnt/share

Setting up DNS and Networking

debdroid: cannot create /data/local/debian/etc/resolv.conf: directory nonexistet
debdroid: cannot create /data/local/debian/etc/resolv.conf: directory nonexistet
debdroid: cannot create /data/local/debian/etc/hosts: directory nonexistent
debdroid: cannot create /data/local/debian/etc/hostname: directory nonexistent
Debian deployed succesfully, opening chroot.
chroot: can't execute 'bash': No such file or directory
chroot: can't execute '/bin/bash': No such file or directory

failed.
failed.
failed.
failed.
failed.
failed.
Exiting chroot
Filesystem unmounted
losetup: /dev/block/loop: No such file or directory
#
 

arizanic

Well-known member
Jan 18, 2011
56
1
0
Visit site
What Kernel/ROM? I assume Cynanogen? -.- I flashed the Xionia one so I have a "compatible kernel", I just have the bash : not found issue.


Code:
$ export PATH=/data/local/bin:$PATH:.
$su#bash
bash: not found ;I decided to try to run it anyways.
# debdroid
source: not found
Initializing chroot filesystem
losetup: /dev/block/loop: No such file or directory
mount: No such device

Mounting proc, sysfs, dev, devpts
mount: No such file or directory
mount: No such file or directory
mount: No such file or directory
mount: No such file or directory
mounted to /mnt/share

Setting up DNS and Networking

debdroid: cannot create /data/local/debian/etc/resolv.conf: directory nonexistet
debdroid: cannot create /data/local/debian/etc/resolv.conf: directory nonexistet
debdroid: cannot create /data/local/debian/etc/hosts: directory nonexistent
debdroid: cannot create /data/local/debian/etc/hostname: directory nonexistent
Debian deployed succesfully, opening chroot.
chroot: can't execute 'bash': No such file or directory
chroot: can't execute '/bin/bash': No such file or directory

failed.
failed.
failed.
failed.
failed.
failed.
Exiting chroot
Filesystem unmounted
losetup: /dev/block/loop: No such file or directory
#

Currently I'm running shell ROM with xionia kernal I can boot in to debian I only have the issue when I try to add the add ons or whatever
 

anim4l

Well-known member
May 5, 2011
49
3
0
Visit site
I could be stupid, I have flashed the zip, I have the apk and such, I also have the bt5 img and changed it in the conf, I Hit Deploy Debian, load terminal : su bash debdroid and I get that, what do I have to do or change to make it work?
 

Members online

Forum statistics

Threads
943,144
Messages
6,917,506
Members
3,158,841
Latest member
kirk781