[Q] Requiring apk multi tool - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Guys, when i opened apk multi tool, it used to give me the error "java was not found". So i changed the PATH to C:\Program Files\Java\jdk1.7.0\bin... Now it gives the error "adb not found". I searched the internet but couldn't find a solution. Could someone please help me??
Sent from heaven!

You need the Sdk Platform-tools.
download it in sdk manager.

EliTSamsunG said:
You need the Sdk Platform-tools.
download it in sdk manager.
Click to expand...
Click to collapse
I already have them!
I installed them about a month ago...
Sent from heaven!

nope...apktool is not inside that sdk.

Re-install /update ur SDK ............ Check Ur PATH ..

anasdcool71 said:
Guys, when i opened apk multi tool, it used to give me the error "java was not found". So i changed the PATH to C:\Program Files\Java\jdk1.7.0\bin... Now it gives the error "adb not found". I searched the internet but couldn't find a solution. Could someone please help me??
Sent from heaven!
Click to expand...
Click to collapse
I was also testing the new version of apk multi tool yesterday and I found out to be very buggy. The solution to your problem is to copy these files from the platform-tools of sdk:
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
to the platform-tools folder of apk multi tool.

hell_lock said:
I was also testing the new version of apk multi tool yesterday and I found out to be very buggy. The solution to your problem is to copy these files from the platform-tools of sdk:
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
to the platform-tools folder of apk multi tool.
Click to expand...
Click to collapse
Thanks....it worked!
Sent from heaven!

Guys, when i opened apk multi tool, it used to give me the error "java was not found". So i changed the PATH to C:\Program Files\Java\jdk1.7.0\bin... Now it gives the error "adb not found". I searched the internet but couldn't find a solution. Could someone please help me??
CAN YOU PLEASE HELP WITH SETTING THE VALUE FOR JAVA , I HAVE WINDOWS8X64 AND JAVA RE 8.31 , I TRIED TO CHANGE THE VALUE IN SYSTEM VARIABLES BUT NO LUCK, ANY HELP PLEASE THANX

JimmyMX said:
Guys, when i opened apk multi tool, it used to give me the error "java was not found". So i changed the PATH to C:\Program Files\Java\jdk1.7.0\bin... Now it gives the error "adb not found". I searched the internet but couldn't find a solution. Could someone please help me??
CAN YOU PLEASE HELP WITH SETTING THE VALUE FOR JAVA , I HAVE WINDOWS8X64 AND JAVA RE 8.31 , I TRIED TO CHANGE THE VALUE IN SYSTEM VARIABLES BUT NO LUCK, ANY HELP PLEASE THANX
Click to expand...
Click to collapse
Have you installed the Android sdk?
Adb is part of that package - make sure you installed all the required tools
Anyway you can just follow my apktool guide link in signature
ADB is not required for decompiling - Just pulling & pushing files if the phone supports it & logcats etc

Related

installing sdk complications

i have downloaded the android sdk for the saphire and am having trouble in the command prompt with the given command. the wiki says to put adb and it should run smoothly but this is not working for me.
I saved the .zip file in a new folder at C:\androidSDK and it is still not working.
Can anyone help me PLZ!?!

help with adb

ok i tried 2 diff adb tutorials and still cant find my device on windows xp.... seriously i need help. also what is the adb2.zip for i put the adb.exe and adbwinapi.dll into the system32 folder cause i found that in a 3rd tutorial and that was the 1st tutorial

command prompt error after root

having problems after i got root the hard way( 20 mins before the new way was posted tonight..lol )
in command prompt i now get this...
cd\
C:\Users\chris>cd\
C:\
C:\>cd\ sdk
The system cannot find the path specified.
C:\>cd\ windows
The system cannot find the path specified.
C:\>cd\ users
The system cannot find the path specified.
i am rooted running the new sky raider rom
what did i do ?
was trying to install the wirless n file
???
thx
It will probably work better if you remove all the unneeded slashes you have added.
For example,
C:\>cd\ sdk
should be
C:\>cd sdk
C:\>cd\ windows
should be
C:\>cd windows
etc.
thxs . yes , im a retard.. it had been a long night . alittle to much smokeage and to giddy about finally getting adb to work in rocovery

[Q] assiatance with adb please any one

hi guys im getting anoyed with my pc and phone now ive followed so meany tutorial etc on how to install adb but still not getting any where so far i have done
1. downloaded sdk from code.google.com
2. extracted to c:/android-sdk-windows
3.installed htc wildfire drivers
4.created a path on enviromentable variuble
5.ive loaded the skd.exe
6. ran cmd and ran adb and adb devices but my pc will not reconise this command any adice please thanks
ps ive also tryed using qtaADB it connect to the phone but dnt show any thing frustrated now lol thanks daddyspud
First download adb for windows from " http://developer.android.com/sdk/ ".
then u will get a file named " android-sdk_r08-windows ".rename it as "Android SDK" after extracting.
download proper driver for your phone and install them .now move "Android SDK" to root of hard drive that is to c\Android SDK...
now update the adb using SDK manager that is inside Android SDK.all packeges even usb drivers.
connect the phone via usb and windows should recognize it as android phone .
now take "cmd".command prompt and type the following code .
cd\
cd Android SDK\tools\
adb devices
Now Adb is set if it shows your phone code ..
Sorry about my english .
I had a hardtime making my computer recognize my wildfire, I had to manipulate the driver to make it find it. just google it and you shall find .. if thats the problem ..
thanks worked a dream cheers buddie
They changed the location of the adb.exe file with the new SDK release using the example given would be :-
cd\
cd Android SDK\platform-tools\
easier in my opinion to add to path in windows
c:\android sdk\platform-tools\adb.exe
make sure u add java.exe to path aswell
Hope this helps
ok i got that and it worked, ie picked up my device, then what do i do?
magpie22 said:
ok i got that and it worked, ie picked up my device, then what do i do?
Click to expand...
Click to collapse
Well what do you want to do with adb?
run the sdk but i get errors when i start it "error 2" cant find file.
Failed to get the adb version.
Edit - Never mind i have sorted it.

[Q] Error: adb is not recogzined as an internal or external command

Error: adb is not recogzined as an internal or external command, operable program or batch file???
i successfully installed the android sdk 08 and still got this message.
Has winxp, tmobile GT
I had this same exact problem, but I was just able to get it working. First, this website is helped a lot:
http://www.londatiga.net/it/how-to-use-android-adb-command-line-tool/
Also, make sure you download the Java SDK package from the link given on that website.
Second, when the website says to "Run Windows command line tool (cmd) and go to D:\android-sdk-windows\tool" open command prompt and enter this code:
cd (enter the path to where the android SDK was installed), for example:
cd C:\android\android-sdk-windows\platform-tools
Notice how I entered "platform-tools" instead of just "tools" because this is the folder where the adb file is download with the android SDK. After you do this, you should then be able to apply adb codes (make sure the screen on your tab is on because you will have to accept superuser prompts, therefore your tab needs to be rooted).
Every time you open command prompt, you will have to enter:
cd thentheplacewheretheandroidSDKisinstalled
as stated above before you are able to enter adb commands.
Hope this helps!
@caveman999 is giving good advice. Working in the command window is weird to those who did not use old pc-dos environment.
You have to be in the tools directory or you have to edit your PATH in windows so you can use adb from any prompt.
thnaks for both of you guys i installed the java jdk and also specified the path in environment variables but still error message!
I could only get adb to work error-free when I was in the same directory as adb.exe program. Just change directories cd..(enter) etc until you are in that directory.
tabing said:
Error: adb is not recogzined as an internal or external command, operable program or batch file???
i successfully installed the android sdk 08 and still got this message.
Click to expand...
Click to collapse
I had the same error, until I downloaded and placed the .adb files accordingly.
Source: http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/
"UPDATE: If it says adb not found or something similar, download the ADB files and extract them into the Tools folder of the SDK (they were taken out by Google in the R08 version for some reason and need to be put back)."
download adb files from here: http://www.megaupload.com/?d=RTEY0Q97
The important thing is to put the files really under the "tools" folder.
When you check out above Source I am sure your problem will be solved
Thank you all problem solved
tabing said:
Thank you all problem solved
Click to expand...
Click to collapse
Glad to here it. Why not hit a few thanks buttons?!

Categories

Resources