adb files wanted - GT540 Optimus Android Development

hey can anyone give me the adb files (i dont have full sdk tools)
and can u tell me how to recalibrate my accelometer in 2.3.3 v1.5
thanks in advance

adb.exe, adbwinapi.dll, adbwinusbapi.dll. That is adb. for windows.

here you go these are the windows version

Related

[SOLVED] Simple SDK question (Linux)

I recently switched to Ubuntu, and I can't figure out how to set up the SDK in linux, ^^' (at least adb, I need to push some files) could somebody help me out here?
EDIT: It's much simpler than I thought, I got some help from the guys at #hero-cdma on irc.bikcmp.com
<Obelisk79> download it, unzip it to your home folder
<Obelisk79> then you can run terminal and cd to the sdk/tools folder and run ./adb
Click to expand...
Click to collapse
Now to figure out how to rename the thread XD (I'm new, obviously)
edit in advanced mode

[Q] New laptop...Issues with ADB

Ok so, my old HD crashed, completely unrecoverable. I now have a new laptop with W7HP. I set up the SDK folder and when I try to do ADB commands it fails. I get - ADB is not recognized as an internal or external command, operable program or batch file.
Can anyone help me?
Pauper7 said:
Ok so, my old HD crashed, completely unrecoverable. I now have a new laptop with W7HP. I set up the SDK folder and when I try to do ADB commands it fails. I get - ADB is not recognized as an internal or external command, operable program or batch file.
Can anyone help me?
Click to expand...
Click to collapse
R u in the sdk tools folder or have u set it up to run adb from any folder. If not that could be a reason why. Also make sure u install the Java jdk and jde files too.
Papa Smurf151 said:
R u in the sdk tools folder or have u set it up to run adb from any folder. If not that could be a reason why. Also make sure u install the Java jdk and jde files too.
Click to expand...
Click to collapse
I was following the instructions in this thread here - (Regaws ROOT instructions)
http://forum.xda-developers.com/showthread.php?t=694572
My phone is Rooted already. Im currently running on Darch's Froyo Nightly 8/23.
Also, I am not sure what you mean by the Java jdk and jde files...
Pauper7 said:
I was following the instructions in this thread here - (Regaws ROOT instructions)
http://forum.xda-developers.com/showthread.php?t=694572
My phone is Rooted already. Im currently running on Darch's Froyo Nightly 8/23.
Also, I am not sure what you mean by the Java jdk and jde files...
Click to expand...
Click to collapse
In order for adb to work I believe u need to install the Java development kit and Java runtime environment. U can find them both at either the Java webisite (Google search for Java JdK) or in my thread everything android in the dev forum. Which is a package of all the tools u need to mess with ur phone. Either way I believe that the Java stuff needs to be put on first
You need to have the tool folder in the path setting on your computer and the android sdk installed.
Or actually be in the tool folder directly.
That should be all that's needed.
Sent from my HTC Desire using XDA App
Papa Smurf151 said:
In order for adb to work I believe u need to install the Java development kit and Java runtime environment. U can find them both at either the Java webisite (Google search for Java JdK) or in my thread everything android in the dev forum. Which is a package of all the tools u need to mess with ur phone. Either way I believe that the Java stuff needs to be put on first
Click to expand...
Click to collapse
Found the Java stuff. do I extract it INTO the android tools folder or just right to the c Drive?
Just install java on your pc & make sure your path is set for the sdk & see where that puts you.
Sent from my phone.
had the same exact issue. all it did to fix it was:
re-unpack the sdk to the C:\ drive
install the HTC sync from the root thread you posted
REBOOT COMPUTER
plus in phone let it do its thing with drivers and such
and BOOM working.
Windows 7 x64

adb command

I have been tryng to set up adb for my N1. I have all the files downloaded and have gone as far as to see if the computer recognizes my phone. I go into device manager and the phone and files are there but when I go to the next step to see if the computer recognizes the phone, I type in certain commands I got from XDA and I got all the way till the last command before the computer pushes out the id #'s to my phone, I type "adb devices" and I get this response "adb is not recognized as a internal or external command, operable program or batch file".
I have studied these commands and I know I have typed in the right ones, I want to learn this process and unlock my bootloader and other things.
any help would be welcomed.
Thank You
Open a terminal in the folder where you have ADB file at.
IE
I have the sdk from froyo still so i navigate my way to the android-sdk-windows folder, go into the tools folder, SHIFT right click and click on open command prompt window here.
Download this, place in the same folder as your adb on the pc, and double click...
http://db.tt/aVW40cy
Sent from my Nexus One using XDA App
danger-rat said:
Download this, place in the same folder as your adb on the pc, and double click...
http://db.tt/aVW40cy
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I dl file and opened the command prompt, worked fine but still having problem with finding my device, I noticed the adb file was hazed out and it said under it that it had moved, wonder if this is my problem??? I know I'm very close but just getting frustrated. I think I need to reinstall the adb file, I think??????
the problem is that the froyo sdk and the gingerbread sdk have different directory structures. Make sure you are in the right directory. Be it tools or platform-tools. In order to run adb (or fasboot) you need to be in the same directory as the executable (unless you've added the directories to the windows path).
Sent from my Nexus One
efrant said:
the problem is that the froyo sdk and the gingerbread sdk have different directory structures. Make sure you are in the right directory. Be it tools or platform-tools. In order to run adb (or fasboot) you need to be in the same directory as the executable (unless you've added the directories to the windows path).
Sent from my Nexus One
Click to expand...
Click to collapse
I am running gingerbread, I was in the tools folder, what folder should I be in?
If you get stuck, just take a look at this thread. It places all the files you need in one location. Much easier than the sdk...
http://www.nexusoneforum.net/forum/...mple-sdk-setup-manual-root-guide-windows.html
Sent from my Nexus One using XDA App
vinnyjr said:
I am running gingerbread, I was in the tools folder, what folder should I be in?
Click to expand...
Click to collapse
With the Gingerbread SDK, you should be in /platform-tools.

Ice Cream Sandwich Decompiling and Modding Guide (Windows)

Before following this guide, install the Java development kit (JDK)
The first thing that you want to do is install the Android Development Kit. This allows you to use adb (android debug bridge) and also other tools to mod images and apks. After installimg, add the platform-tools folder inside the android sdk folder (make it if not there) to your path (Google how to add a folder to path on windows).
Android Development Kit/SDK: http://developer.android.com/sdk/index.html
I have the sdk in c:/android-sdk/ and that is how it will be referenced to in this tutorial.
Now you should get the apktool.jar and the windows files for the latest version and put it in platform-tools in the sdk folder (make sure to extract the windows files and not just put the archive).
Apktool: http://code.google.com/p/android-apktool/downloads/list
Now open up the sdk manager and install all of the 4.0 stuff and tools.
Now you need to download and extract the latest cm9 version for the epic 4g. Copy the /system/framework/framework-res.apk from cm9 (or whatever rom you are modding) to the platform-tools folder even if you are modding another apk. Also copy the apk you are modding.
Now open up cmd and run these commands:
cd c:/android-sdk/platform-tools/
apktool if framework-res.apk
apktool d apkyouaredecompiling.apk
Now you can mod the apk's files found in its own folder in platform-tools.
After you finish modding, open cmd and run these commands.
cd c:/android-sdk/platform-tools/
apktool b apkyouaremodding.apk
Now your apk should be in the platform-tools folder.
You can do this with .jar files too...
Great job marcusant YAY for two guides being release today lol
Nice job marcusant, everything was explained very well.
Sent from my CM9 Samurai Epic 4G using xda premium

adb/fastboot folder

what does it mean by placing the.zip files into your adb/fastboot folder
When you install the SDK tool on your hard drive you will end up with a folder called /platform-tools, that is where your files to be flashed should be placed.
If you haven't set up Android SDK yet follow this guide...Install Android SDK Tool
Jerzdre said:
what does it mean by placing the.zip files into your adb/fastboot folder
Click to expand...
Click to collapse
It might be worth your while reading about adb etc
Jerzdre said:
what does it mean by placing the.zip files into your adb/fastboot folder
Click to expand...
Click to collapse
When I set my ADB up I downloaded the SDK bundle , I did to a folder on the C to SDK, then made a folder called ADB then extracted from the bundle where "platform" tools was ,adb/Adb WinApi.dll/Adb WinUSBapi.dll/and fastboot, and put them in the folder Adb. Now when I want to send something to the phone via ADB I download the zip of whatever it is,, copy it to the adb folder and run the adb commands of whatever I want to do at the time. I found some good guides on the forum of the HTC One X on how to use the ADB and set up the SDK bundle, go to that forum and do some searching and reading, that is the best way to learn ADB. I wish I knew more but I am a noobie of a few months and still learning.

Categories

Resources