General :: Backtrack 5 On Android Terminal

Sep 15, 2012

when i will install backtrack 5 for android from this topic here: URL..... i get this in Terminal Emulator:

sh-4.1$ export PATH=/data/local/bin:$PATH
sh-4.1$ su
sh-4.1# cd sdcard
sh-4.1# cd backtrack
sh-4.1# cd bt5
sh-4.1# sh bt
mkdir: can't create directory '/data/local/mnt': File exists
[code]....

General :: Backtrack 5 on android Terminal


General :: How To Run BackTrack 5 On Galaxy S3

Jul 25, 2013

Alright. I'm attempting to get backtrack running. Obviously. Here's my terminal thus far.

u0_a41@android:/ $ su
u0_a41@android:/ # cd sdcard/BT5 # sh bootbt
u0_a41@android:/sdcard/BT5 # sh bootbt
Loop device exists

[Code]...

As you can see. I have superuser rights and the file exists in that area. So I'm not sure why it won't work.

I'm running CyanogenMod 10.1.2 and I have busy box smart installed using the Terminal Emulator. Downloaded backtrack 5 arm version from the website itself and extracted it to sdcard/BT5

View 2 Replies View Related

General :: Thunderbolt WEP Cracking With Backtrack

May 22, 2012

I've been toying around with backtrack and wep cracking. I was wondering If you emulate Backtrack on your android which I have 5r2 running on it right now. Is it possible with the wifi chip to inject packets and put the device into monitor mode.

[URL] .....

There you can make drivers for linux. Plus this makes me wonder more: (Get Monitor Mode/Injection/Aircrack working on Galaxy S Devices) [URL] ....

Plus I read the g1 can possibly do it, so would the thunderbolt be able too? if so. So where do I start?

My Main point is if Android is base off Linux, why isn't there aircrack for android?

View 1 Replies View Related

Android :: Backtrack On Motorola Backflip

Jan 7, 2010

With the press release announcing the latest Motorola Android device, the BACKFLIP, we are getting quite a few questions on the addition of a rear touchpad. As a developer you can take advantage of the touchpad through the standard Android APIs offered in the event model. The experience, however, is unique to the BACKFLIP.

The touchpad responds to trackball events by default, or falls through to keypress events if you chose not to trap trackball events. The BACKFLIP also has 5-way navigation that responds to keypress events. So your application has the option of using the touchpad and 5-way keys in exactly the same way through keypress events, or creating two separate behaviors and experiences.

Be aware that there is a new user setting that enables or disables the touchpad, called BACKTRACK. This is turned on by default but can be disabled by the consumer. For more detailed information on coding for the touchpad refer to our technical library article http://developer.motorola.com/docstools/library/Using_BACKTRACK_Touch....

Anna Schaller Manager, Developer Education Motorola

View 2 Replies View Related

Android :: Looking For A Simple Hiking GPS Like Bushnells Backtrack

May 27, 2010

Was wondering if there is a simple hiking gps app that works like the bushnell backtrack..link below. I found this Endomondo Sports Tracker does anyone have any info on how this one works?

View 4 Replies View Related

General :: How To Pause Android Terminal Top Command

Jun 18, 2012

I want to pause terminal 'top' command. I tried using 'top -d 1000' but it makes it draw its output for the first time after 1000 seconds from launch, so first I would have to wait 1000 seconds to actually see its output.

How do I make 'top' stop refreshing itself?

View 1 Replies View Related

General :: Cannot Install APK Via Android Terminal Emulator

Feb 13, 2012

I cannt install apk via android terminal emulator

i have tried

$cd /sdcard
$pm install apk.apk

but i always get this error message
[1] killed

View 9 Replies View Related

General :: Full Backup Using ADB In Android Terminal Possible?

Aug 7, 2013

Is it possible to create full phone backup on the phone itself using adb backup? I am using android terminal emulator on xperia s. I want to backup my phone in the internal memory using command line from the phone itself.

View 1 Replies View Related

General :: Terminal Emulator Widget?

Nov 1, 2011

I'd like to get a home screen terminal widget if that's possible. Literally just a text box on the home screen that I can run shell commands with.With that said:

1. Is there such an app in existence already?

2. Would there be any software/hardware limitations that would prevent me from developing one? I don't want to start trying to develop it and then find out that it was impossible from the start.

View 3 Replies View Related

General :: Using VIM To Know Terminal Height Via ADB Shell

Feb 11, 2012

Cyanogenmod 7.2 has vim (and nano) installed, but when i use vim, the full size of my terminal is unused, and the cursor position and what is displayed become asynchronous. I have tried setting TERM=linux and TERM=xterm (I'm using OS X terminal which emulates an xterm), but neither get me a working vim. vi, which is part of busybox works fine. nano also fails to use the height of my terminal window, and additionally the enter key is broken.

Any way config to get a working vim using android?

View 1 Replies View Related

General :: What Is Busybox And Terminal Emulator And What Are They Used For

Jun 30, 2012

What is busybox and terminal emulator and what are they used for? How can i get them for my sga?

GT-S5830

View 4 Replies View Related

General :: Install APK From Terminal Emulator From Android Phone Running Jelly Bean?

Jul 24, 2012

I have Samsung Galaxy ACE which is rooted. Till y'day I was using CM9 Beta 8 ICS 4.0.4 and it was working well.

I installed CM10 JB for Galaxy Ace alpha1 from "hxxp://maclaw.pl/?page_id=180#comment-3642"

Now the problem is, JB doesn't have File Manager installed and I need to install TB to revert my backups.

Due to some unknown reason I am not able to access internet on my device either through GPRS or 3G connection.

I am desperately looking for a way to access my SDCARD wherein I have all my apk's which I can install however, without File Manager I am not sure how to install an apk.

I did some google search and came across topics about installing apk using Android SDK etc.. however I would not want to work on SDK as I feel its bit tedious job for me.

I also tried Android Injector however that didnt work even if I have enabled USB debugging Mode for adb + apps.

Now, I am hoping that, I can use the Terminal Emulator which is preinstalledo n my phone to install apk present on my sdcard.

However, I am not sure how to do that, what are the steps to install apk present on my sdcard from Terminal Emulator available on my phone.

Here are some of the screen captures [URL] ......

View 9 Replies View Related

General :: Edit Line In File From Terminal?

Dec 12, 2012

I don't really know where to put this topic but anyways my problem is that i need to edit a line in a file.

So i think of something like this

su
Cd /data/data/foldernameofapp/
Edit "file.dat"
Edit line 4 "text here 2"

i want it to edit like this "text here 3"

Change only the number. or replace the hole line with a new line where i only changed the number. btw the best is if the script can change a line and not find text and change. Because the number in the text i want to change can vary from different numbers.

P.S i can use root explorer and open the file with a text editor and change it, this works but takes forever P.S.S i got root

View 8 Replies View Related

General :: How To Create Script To Run Terminal Command

May 24, 2012

How to create a script to run a terminal command. I looked up google but didn't find any good results.

View 9 Replies View Related

General :: How To Know Mount Points Using Terminal Emulator

Dec 25, 2012

How to know the mount points using terminal emulator ??? I guess i dont have mtd partition. How to check that too ?

I really wanna know my mount points. I have karbonn a21 running ics 4.0.4

View 9 Replies View Related

General :: How To Kill Or Restart Camera With Terminal

Jan 3, 2014

I made a tasker profile to scan face in every 15 seconds by using another plugin (smart stay). Some situations it gives "unable connect camera" error. When I run restart camera app I can fix this issue.

How do I fix "unable connect camera" error by using terminal command. Because I planned to run that command right after (after 5 seconds delay) tasker trigger face scan action.

View 1 Replies View Related

General :: How To Create Script For Terminal Emulator

May 9, 2014

I want Terminal Emulator to run the following every time I boot up:

adb shell
su
cat /sys/devices/virtual/sensors/proximity_sensor/prox_cal

is it possible to create a file or app that automatically runs that?

View 2 Replies View Related

General :: S3 Replica Terminal Emulator Bricked The Phone?

Apr 25, 2013

I tried to use terminal emulator to install recovery menu to put a new firmware, but when the phone rebooted (samsung galaxy s3 replica mtk6575) all that i have is a black screen and the Android System Recovery <3e>. Before that, I tried sp flash tool, but the download bar never start to fill.

View 3 Replies View Related

General :: Can Flash Factory Image Through Terminal Emulator

Jul 26, 2013

I have a Nexus 4 which is bootloader unlocked and rooted. The USB port is partially faulty - it charges only at USB speed and is not detected as a device on my laptop. I've tried multiple cables, wall sockets and computers.

I do however have TWRP already installed.

Considering that fastboot from the PC is not an option (becase of the USB issue), can I run the fastboot commands inside the Terminal Command section of TWRP to flash a factory image of Android 4.3 ?

I'm asking because I've only seen guides to install recoveries, not ROMs via Terminal Command on phone.

View 1 Replies View Related

General :: How To Open A File In Terminal Emulator - Samsung Galaxy S II

Feb 16, 2013

Just got Samsung Galaxy S II and I'm trying to open a file in terminal emulator for android. The file is named 'setup.sh'. When I type 'sh setup.sh' in terminal, it writes back 'Can't open setup.sh' The file is saved on the phone. How to open it?

View 3 Replies View Related

General :: Failed Scanning Partitions Error While Flashing Recovery Through Terminal Emulator

Jun 9, 2013

I am on twrp recovery version 2.1.3 and to upgrade to 2.5.0.0 I used the Google .im app but even after the message showing that recovery was flashed successfully, when I reboot into recovery I still see the 2.1.3 twrp only..So I tried flashing it with terminal emulator but it didn't work.This error shows up every time failed scanning partitions failed with error : - 1

I tried putting the .img file in the root folder as well but it didn't work..I tried naming the root of sd card as storage/emulated/legacy, storage/ emulated / 0, /sdcard, etc but it keeps on giving this error every single time!

View 1 Replies View Related

HTC Eris :: Terminal Emulator Or Better Terminal Emulator?

Mar 23, 2010

I know root is new for the eris but what do you guys perfer. The one cost 3.99 in the market and the other is free. Is there a difference?

View 2 Replies View Related

General :: No Internet Access / File Manager - Install APK File From Terminal Emulator?

Oct 8, 2012

Let's say you don't have internet access at the moment. Let's say all you have is fresh install of CyanogenMod 9, which for some reason, does not come with a File Manager :

Let's say you have an apk file on your SD card. How would you install the apk file? Terminal emulator, using which commands or another way?

By the way, ASTRO File Manager vs. ES File Explorer, which one and why?

View 8 Replies View Related

Android :: BusyBox - How To Use Terminal IP Command?

Sep 16, 2009

I'm using a Google phone running Android, and I need to figure out how to use the terminal's
'ip' command. I found out that Android uses BusyBox in its terminal, but I can't find any help or tutorials or any information regarding it other than the basic information given in the terminal help. Can anyone point me to a site that would give me more information on how to use the commands, or tell me how to use the 'IP' command if you are familiar with it?

View 3 Replies View Related

Android : Telnet From Terminal Emulator

May 3, 2010

I would like to do some simple things from the command line on my HTC desire such as telnet, DNS lookup and looking at ARP Tables, DHCP client functions etc. (for testing network services as part of my job, typical things such as testing SMTP access or testing connections to web server etc. e.g. using telnet {host} {port}) Telnet from the terminal seems to require root access (permission denied) I haven't rooted my HTC Desire and don't intend to root it at present unless I have to.I'm wondering how droid applications such as telnet clients etc. gain access without root and hence how I can?

View 4 Replies View Related

Building Android Terminal Emulator?

Nov 1, 2011

I am doing a project where we have to use the Android Terminal Emulator. I downloaded the the Jackpal Android Terminal Emulator from github and using the instructions in the document to build the terminal emulator.

[code].....

I am having trouble installing the package in the first step itself, i.e. building the ndk shared libraries.

According to the instructions provided:

Build the shared library:

cd <the-android-terminal-emulator-directory>
<path-to-the-android-ndk>/ndk-build

Accordingly, I typed the following in my cmd

C:>cd androidterm
C:androidterm>android-ndk-r6b/ndk-build

I got the following error message:

'android-ndk-r6b' is not recognized as an internal or external command, operable program or batch file.

I am still learning Android and have never worked with the command line before. Is it a problem with the way I have typed the command?

View 8 Replies View Related

Android :: Want Terminal Or Ssh Client To Unix Or Linux

Sep 6, 2010

I want a ssh client or terminal simular to Unix or Linux so I can ssh into my server.

View 2 Replies View Related

Android :: Dev Tools / Terminal Emulator On Sdcard

Apr 23, 2010

Through Android Emulator, I am trying to create a folder using dev tools > Terminal Emulator. The terminal emulator gets launched with the SHELL PROMPT. (1) However, when I try to type a command, at the bottom of the screen, some suggestions are shown - but in CHINESE CHARACTERS. Dont know why CHINESE? (2) Also, the characters I type are not being displayed properly. For example, typing "cd" (for change directory), shows "^P". I need to go to the sdcard folder using "cd sdcard" and create a directory using "mkdir" and then copy some files into it.

View 3 Replies View Related

Android :: Terminal Server Access From Tablet PC

Jul 2, 2010

I have to implement for my users something smaller than a notebook. I've been searching and researching and I found iPad and other Tablets with Android. I'm very interested in Android because, I think, it's more flexible but one thing will deerminate my solutions and it's gonna be "being able to connect to a Terminal Server". It's the only way the can access tp their emails and other documents securly. Do you know any free or paid software to perform this?

View 3 Replies View Related

Android :: Run Terminal Command In Droid Application?

May 16, 2010

How to send a command to the terminal through android app and get the output back? For example, sending "ls /" and getting the output to print it in the GUI?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved