Hi, I am trying to get debdroid installed. I tried to follow the direction in this thread http://forum.xda-developers.com/showthread.php?t=950083.
The problem I am having is that when I type bash, it says bash not found. So I added the bash to the $PATH variable. Now bash works but I am getting the error "bash: groups: command not found". I tried searching for the groups command but could not find it. I also tried installing bash from another source but get the same error.
Currently, I have 1.5.7 with gladiatrix with root. I am using the the free android terminal emulator to input the commands. I am trying to install debdroid to run backtrack 5. I tried to ask questions in the debdroid thread but since I am not a developer, I was not able to post in the (dev) section. I saw that other people have successfully installed debdroid on their atrix. Any help would be appreciated.
Related
Hi everyone. I've just started editing some Rom's with kitchen and i'm newbie about that.
I modded everything i want in kitchen and i was about to create .zip file to flash it to my phone. But i got an error.
it was about "Zip Align" and i read the Q&A part on xda - kitchen topic. There is a answer like that;
QUESTION: I am using Ubuntu Linux on a 64-bit Windows PC, and whenever I run 'zipalign' I get an error about "No such file or directory".
ANSWER: You need to install the Ubuntu package "ia32-libs".
I tried to install ia32-libs package but i get some errors. I searched on internet and i saw that it's a bugor sth like that. And i dont know what to do.
I tried typing "sudo apt-get install ia32-libs" or "sudo apt-get install ia32-libs-multiarch" to terminal buti couldnt get package called ia32.
Btw, i'm using ubuntu installed with latest wubi (i think 12.10).
I need some help. Thank you.
Noob question
Recently I have been working on an app for work. Things are going well, no issues. Using eclipse ide with android adt, etc. My question is, can i execute adb commands from anywhere inside eclipse. In the past, i have always done it from the command line. But in reading from the android developer site, and in talking to a friend Java developer (not android), you should be able to execute the command from somewhere inside eclipse. The problem is i cant find where? I cant type anything in the console window. There is nothing in debug or ddms. Thoughts?
Sorry for the noob question, but we all start somewhere.
Thanks.
I don't have enough posts yet to ask in the developer forum so asking here. I can not get Casual to work on either Ubuntu or Mac and I'm tired of dealing with it. On Mac it's in a loop thinking that Heimdall needs installing yet heimdall is install in /usr/bin and executes just fine from the command line. Seems several people have had the same problem.
Ubuntu
I forgot to say that the issue on Ubuntu is that it throws an exception for Unsupported major/minor version even though I followed the instructions and ran apt-get install openjdk-7-jdk gksu dpkg
Questions go in Q&A
Thread moved
Friendly Neighborhood Moderator
Does anyone know how to pair the six axis controller on a Mac? I'm a newb to the command line thing in terminal and I don't know what to type to get it working. I don't understand how to run it...
The official website says
Mac OSX
Command line utility version of 'sixpair' for OSX can be downloaded from here. Modified source code can be found here. This utility requires libusb, which can be downloaded from http://www.ellert.se/twain-sane/. Choose the binary for your version of OSX.
But how do i run the command line utility? I got he libusb thing and installed it successfully but I still don't know how to make it work correctly. Can anyone tell me what to time step by step? or guide me to a newb friendly guide? Every time I try some of the steps I find online, my terminal says "-bash: $: command not found"
any luck?
i've been curious about this myself
Hi,
I'm trying to run a bash script on Android without root access (Nexus 4) using Terminal IDE app. Script fails with output "parent shell dies". I tried to run the same script on Ubuntu on Android phone with root access and script worked fine. In both cases I used the same version of bash shell. Does anyone know how can I solve this?