General :: MMC Card Commands App?
May 16, 2013I'm trying to look for an app (APK) which logs all MMC card commands and arguments to a log file.
View 1 RepliesI'm trying to look for an app (APK) which logs all MMC card commands and arguments to a log file.
View 1 RepliesI've got a backup archive in my PC and I can't access to my android, And my recovery mode (Android System Recovery 3e)only can restore with archives that be on internal SD.How can I put an archive of my PC to my internal SDcard using ADB commands? I need do it with ADB because I haven't got CWM.
View 3 Replies View RelatedI need to run a command on my android phone. It's actually a bash script I wrote and installed in /system/xbin/. I can open a terminal emulator and type the command, but would prefer having an icon to graphically run the command with a single tap.How can I add an icon to run a custom command?
View 1 Replies View Relatedi have root access, and full adb, but i cant get fast boot even with adb commands. i attempted to flash a faulty a20 tablet i had via sd install. and i obviously had a damaged flash, anyhow it wiped the tablet clean, the backlight still lights up. i can turn it on and off, and i can boot the boot loader.
is there anyway out of this, i want to install a recovery, but with no flashboot....
I want use adb commands turn off 3G.
View 2 Replies View RelatedBuilding an app that runs a ping command at the moment and I can't quite get it to work. If I modify the command to something that isn't a terminal command then it'll output my error statement but i can't get it to display the ping output. I know my outputs for my error are bad but it's an easy way to determine what path it's outputting.
package com.mycompany.myapp;
import android.app.*;
import android.os.*;
import android.view.*;
import android.widget.*;
[Code] ......
Basically I have been working on a Boot animation changer for the Nexus 7 and the program so far is coded in a C# form for windows.
I have coded everything fine up till now. I need to run a ADB command to push a file from my Program files x86 to the nexus 7 and write over the original Boot file.
But is there a simple and easy solution for writing this code? Or do I need to make a console application which does this process when started?
( I can push files manually via ADB, but the point is to make the tool " one click " If you get my drift.)
I want use adb commands to "integrate" the update into the system (google play, gmail etc...). I am not a root.
View 1 Replies View RelatedI would like to turn on my bluetooth from PC (via usb for now) using adb commands. until now I've found something like that:
HTML Code:
adb shell "am start -a android.bluetooth.adapter.action.REQUEST_ENABLE" This works good but it requires user to accept a dialog, and if the phone would be 2 meters away it wouldn't be convenient. I also found sth.like that:
HTML Code: adb shell am start -a android.bluetooth.adapter.action.STATE_CHANGED However it gives this error:
Original source is here: [URL]....
If You know how to make it work,
Any list or link to a list of keyboard and mouse commands for our tablet?
I have a bluetooth mini keyboard* with a built in mouse and I would like to be able to control my tablet from my couch while it is connected to my TV's HDMI. However, I cannot figure out how to do basic tasks with the keyboard. The keyboard is this type: [URL] ......
Also, I'm not sure if the commands are tablet-specific, Android specific, or if they even exist at all. (I have searched XDA and Google, but because I do not know exactly what keywords to use, I am coming up without answers!)
Shortcuts I mainly need:
1-3) The three icons in the lower left of taskbar (they don't appear through HDMI): Back, Home, and the Prev Apps
4) Change homescreens/swipe left and swipe right (I can long click and move the mouse to do this, but it is difficult to do with my mouse since it is a knob type)
5) Long hold
6) Any other commands... heck, let's make a database if it doesnt exist already!
In case it matters: I am using ICS 4.0.3 stock (with root).
I'm planning on using the UpdatezipCreator from this thread http[URL].... to build an update script for some APK updates I want to package up. It appears this app has the ability to build a update-binary file for you.
I have APK files in both the system/app and data/app that I want to be copied to my phone.
First thing, can I have multiple destinations for the files in the script? I haven't found any examples with two destinations and there doesn't seem to be a spot to configure the source which makes me think it just takes everything in the zip and puts it in the folder you specifiy in the package_extract_dir function and that adding a second "package_extract_dir" function would confuse it.
The second question is I keep running across scripts that us busybox instead of the built in commands. Why would you need to/want to do that?This is what I would think would work for my script:
Code:
ui_print("Preparing to update");
ui_print("Copying files..");
package_extract_dir("system", "/system");[CODE].....
I am trying to create a tasker automated thing, which would show a scene which will have a button to execute a shell command (The command should be executed as root). how to do it?
Code:
reboot recovery
What I want to do is be able to map arbitrary keycodes to execute custom commands. I purchased a Bluetooth numeric keypad, and with CM7, I am able to sync it and generate key events. However, they're not mapped to anything, so it's pretty useless. My hope in buying this product was the ability to map the keys to input events and be able to control my phone (Maps, IME, etc) while my phone is docked in my car so I'm not doing the "distracted driving" thing. So, is there a way I could code an app/service that would capture key/scancodes and execute user-defined commands (such as screen events)? Further, could this service change its behavior when the IME is active, allowing me to map the keys to the on-screen keyboard? I use a T9 app, and if the program could map to screen events when the IME is active allowing me to type T9 on a physical keyboard, that would be amazing.
View 1 Replies View RelatedI would like to execute adb commands from my Java application. At the moment I use Runtime.getRuntime().exec(command), is there a better way? Maybe even a library?
View 5 Replies View RelatedI have developed a program that will allow android users to navigate through the files. But the problem is that when I use the "ls" command it doesn't make always a new line after each file but it places it in one line. Here is a screenshot
So my question is: Is there a way to make it list each file in new line? (using adb commands)
I'm writing a file manager app and I want to allow it for browsing with root permissions.
All I have so far is creation of a Process object using Runtime.exec("su"). Then I get output stream from it and write "ls" command. And here goes the question. How to read the output of the "ls"? Getting the input stream from the process gives me stdout of the "su" which is useless.
So I just got the Samsung Galaxy S4. Whenever I try to use S Voice, it never listens to my commands. If I press the microphone button S-Voice immediately says "I didn't hear that. Please say it again" with literally NO time for me to ever say a single thing. Also, saying "Hi Galaxy" never gets it to pick up on me either.
View 6 Replies View RelatedApp that will allow me to create a shortcut or a widget that with one click will let me connect to and run a command on a remote Unix server? I've been trying to get it to work with the widgets from android term emulator pro but haven't got it working yet.
View 1 Replies View RelatedHere's a little guide I put together for you to learn basic adb commands. I'm posting this thread assuming you already have your SDK set up. With that said, let's dive right in!
1. Turn on ADB
Go to Menu > Settings > Applications > Development > USB Debugging
2. Running ADB
Open up command prompt and type your way to the directory you have your SDK in.
Mine is in C:
So for example, mine would be: cd c:AndroidSDK/tools............................
I want to run adb commands like "adb install application.apk" or "adb uinstall application.apk" from my android application.
View 2 Replies View RelatedDoes anyone know of a list of all the available Android *#*# keypad commands? e.g. *#*#4636#*#* opens up test mode. I tried a web search, and searching the forums, but searching for special characters like that, doesn't seem to work very well. Even tried escaping them with various combinations of quotes and backslashes, but no joy.
View 3 Replies View RelatedVery new to Android and Eclipse. All going well, pretty intuitive. One problem though, when advice is given to 'issue a command' to the emulator, where does one do that? I'm sure it's very straight forward, I just don't know where to do it.
View 1 Replies View RelatedOne of the great features of the the 4th soft button is to hold it down to bring up the voice search prompt. A this prompt there are several commands that are extremely helpful, such as: "Navigate to <place>" opens Google Navigation and gives you directions to <place> "Call <contact> work/home/etc" will call that contact. (Is there a way to set a default so that you can just say "Call <contact>" and it automatically calls that person's cell/home/work?) "Locate.../Map of.../Find..." will all open and search google maps.
"Driections to <place>" will open google maps and give you directions to <place> "Look up <place/thing/etc>" will do a google search
Now that we have Bluetooth Dialing working, does anyone know of printed instructions anywhere? With WinMo 6.1, you could simply say "Help", and it would tell you a list of commands. does 2.2 only allow for voice dialing and nothing more?
View 1 Replies View Relatedhow do I create an app to run commands on Linux?e.g.: a button named shutdown when pressed, shuts down a selected server.I was told to create an API but not sure how to go about it.
View 1 Replies View RelatedI have ConnectBot and right now I'm manually typing commands which I would like to run on my desktop machine remotely. I'd like to create an Android application with a user interface where I can just tap a button and had it run an associated command. I'm assuming I would need to continue doing this via SSH so is there a SSH library for Android which I can use to connect to my desktop?
View 7 Replies View Relatedone is clearly the folder for my actual sdcard (sdcard2) and the other (sdcard) seems to be where all my apps and downloads go. this creates an unreliability being that the phones sdcard folder isnt connected to my removable card and thus making backups useless.
View 8 Replies View Relatedmy question? Is it possible to use adb commands if device connected via Bluetooth?
View 9 Replies View RelatedI install the android SDK correctly and install all correct drivers, all correct files from the google repository, and reading on unlock, you need to type CMD and enter a few commands, the final one being ADB devices, which is meant to bring up your device serial/id but doesnt show nothing for me, i deleted all drivers with a program, and it re-installs them, I put the phone into debug mode too, but whatever i try, i cant root my magic (32B).
View 1 Replies View RelatedCan't find information on how to print out documentation on android shell commands while in the shell. Something along the lines of.
View 4 Replies View Related