I downloaded voice command 1.6 and tried to install it on my miphone m89. The install failed but I got much of the program, enough to go into the program folder, click on the voice command application and get all of the commands to work! Now what I want is a proper button and the full voice command program installed. Can anyone help?
Related
I have the latest Voice Command (1.60.4622.0) in an OEM package, however it doesn't work (a dialogue box appears saying 'Voice Command has encountered a problem. Restart Voice Command and try again'). Does anyone have a link to a working OEM package of this version? I have earlier versions however I would like this new version integrated into my ROM. I am experimenting with the latest ported ROM from whiterat.
Thanks
Andy
I feel like an idiot. I keep reading posts and instructions on how to use the adb/adb shell. Everything I read seems to indicate that the knowledge on how to open the adb command window is something that any idiot should be able to do... So much so, that no one explains how! I must be missing something!
I have installed eclipse and the sdk, the ADT plugin, etc. I run adb.exe and a command window flashes on my screen and immediately fades away. I can't even read what was posted in the window.
I know I am missing something but I guess I am just too inexperienced to know what that is. I can't find anything on the web that will tell me what file to open or sequence of files to open to access the adb command window.
Someone please help out a hopeless nuub!
Thanks
I am running Windows Vista 64 and have installed the 64bitUSB drivers. I can open an emulator, I can run the terminal on my G1, have installed the JK modified r30 on my phone.
add the whole path to your sdk/tools folder to your windows environment path: (right click my computer, click properties, select "advanced" select "environment variables" and look for "Path" in the bottom list, select "Path" and click "edit" then at the end of the existing path info, add a semicolon, and then paste in the complete path to your sdk/tools folder, click save, and close all the windows.
now, goto start, run, and type cmd.exe, a command line window will appear, type "adb" and it should work.
cheers,
-- michael
you can also use google to search the forum when you are looking for 3 letter terms (the forum search function is 4+ characters)
http://www.google.com/search?hl=en&q=site:http://forum.xda-developers.com/+android+adb
--M
you don't use adb by pressing adb.exe in the tools folder you use it with command prompt go to programs and to accessories and look for command prompt now you can use adb like adb remount and pull push so on with your phone connected to the pc can you see your phone in ddms you open it from the sdk tools folder where the adb.exe is and if you can use adb.exe to open command prompt it don't work for me ether
I'm guessing that when I get all the ADB info after typing "adb" in the command window that it is working correctly?
If you run adb with no args, it will simply return a short summary of available args and terminate. In Windows if the window is opened by a program using the command line rather than directly calling cmd.exe, it will automatically close when the program terminates. The solution is to use cmd and then adb from within that.
Jashsu - Thanks! that was what I needed to know! LOL I am such a noob!!!
I had access to adb all the damn time! I just didn't know it! DUH!
I now have Koush's auto rotating browser installed! AWESOME.
Thanks to all who responded! I am learning pretty quick. But, some things are just so commonly known by dev's that they just aren't explained very well.
I found a couple of books I'm going to purchase so I don't have to keep bugging all of you. But, you guys are the greatest. Thanks for the help!
Sorry to be a noob about this but could someone post a how to install on a new Apad?
I've installed superuser already which I assume is working??
This is one of the new IMX 515's Android 2.2 800 mhz tablets with 10.1 flash etc.
Where do I go from here to get the Market installed?
Sorry folks but I'm kind lost.
Thanks for your help.
I got one of those 9.7" iMX515's and I have the same question...
If you need the market installed search the forums for market.apk.
Please use the forum search feature before posting next time.
Have any more questions, msg me on gtalk at androidsamurai.
Sent from my Hacksung - M910 using Tapatalk
I managed to get part way there. Basically I followed the instructions here (http://www.androidtablets.net/forum...tall-instructions-imx515-cnddu.html#post37829)
and here (original post: http://www.padbbs.net/thread-2909-2-1.html).
I had problems getting the adb to work on my Mac, but finally managed to figure that one out:
Download the sdk and unzip in a folder of your choice.
Set your slate to USB debugger "on" and plug in to your mac. I think I didn't actually mount my slate when I did this (neither memory was mounted on my desktop when I executed the process), but have a go and see if there is a difference in adb behaviour.
Run the Unix executable called "android" in the "tools" sub-folder. Then run the "adb" executable.
These should both open up their own terminal window. Then open a new terminal window. The fastest way to insert adb commands is by dragging the adb file into the window and follow up with your adb command.
Start off with "adb shell", which gives you a hash (sorry, my keyboard won't give me the sign) as line start. Then start using adb command lines (drag drop adb into the window, followed by "push", followed by drag-dropping the file you want to push into the terminal window, followed by typing where you want it to go, e.g. /systems/app.
Do this for all the files mentioned and you should be there.
Now, this is as far as I got myself! When I restarted, I had the market app in my app list, but when I start the google sign in service, I continuously get the message "can't connect to server", and I have no idea how to get passed that point. SO suggestions for that one will be welcome!
I have a mac. How do I install a firmware without recovery mode? I don't have recovery mode, doesn't exist on my unit
okay so i was going to say i cant get adb to work tried everything but it said dameon started sucessful but now it doesnt say that any more and does not take commands. i currently runng a us sensation 4g rooted and revolutionary s off/insertcoin-sensation-android 2.3.5 beta. what rom should i be running?
k holley said:
okay so i was going to say i cant get adb to work tried everything but it said dameon started sucessful but now it doesnt say that any more and does not take commands. i currently runng a us sensation 4g rooted and revolutionary s off/insertcoin-sensation-android 2.3.5 beta. what rom should i be running?
Click to expand...
Click to collapse
Just so you're clear, ADB doesn't depend on the software version on your phone at all. It is simply a diagnostic tool to send commands to any Android phone.
Make sure that when you run ADB, you run it from a command prompt in the folder where ADB actually is. Holding down shift and control inside the ADB folder will allow you to 'open a command prompt here' in the folder, which will let you send commands as per normal.
If you get a 'device not connected' error, that's your USB drivers not installed properly, however since you've had it work once I'm guessing that they will be fine.
You cannot simply run ADB from any command prompt. You must run it from a command prompt in the folder where it exists. Fastboot is exactly the same.
Good luck!
Hi,
I have install bash in my Android phone. I am trying to send the command history to a file. At the file is successfully written any command that I send from both terminal applications that I have in the phone. Also is successfully written any command that I send from my PC using the adb.
But, I am not here to present you my success!
Although, as I said, I successfully send all commands from terminal, I cannot send any commands that any application is using. I have developed an application to test the commands. Although I get root access and successfully run the commands, these commands are not sent to the history file!
Does anyone has any idea about how to solve this problem?