• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root problems in the installing ROM process

Okay, you'll need the adb.exe file from the Android SDK to do this. To save you downloading the whole thing, can you PM me an email address that will accept a 1MB file and I'll send you what you need?
 
Did you download the android sdk?

You want the adb.exe in the tools folder.

EDIT: Hmm, seems I need to refresh this thread more often before posting :P
 
ZIP on the way. It's compressed to 329kB so shouldn't take long. :)

@Xyro: I've sent the adb.exe and fastboot.exe from the 2.1 SDK, which should be enough to get the job done..... hopefully.
 
unzipped and both in a folder called adb on c:

Alright! Now we're cooking.... :)

Open a command prompt (All Programs, Accessories) and with your handset connected via USB enter:

Code:
cd \adb
adb devices
You should see something similar to this:
Code:
adb server is out of date.  killing...
* daemon started successfully *
List of devices attached
HTxxxxxxxxxx    device
 
ok entered c:adb

this application has failed to start because adbwinapi.dll was not found . re-installing the app may fix the problem .


shall i double click and go through the run ?
 
That's something I have in my adb folder. It might be easier to set this up properly than having to email you extra files every 5 minutes :p

EDIT: Download the android sdk:
http://developer.android.com/sdk/index.html

Extract it, then run SDK Setup.exe inside. Reject all the updates it offers except the USB drivers, (Don't know if any updates are even necessary, but it sounds like it should be needed), then install it.

Close the window and go back the folder where you found the SDK Setup.exe. Click on the tools folder; that should contain adb.exe and every other file you need.
 
i cant even run and install coz of the missing dll and its defo not in system32 folder i looked
 
It might be easier to set this up properly than having to email you extra files every 5 minutes :p

Har-de-har..... I assumed by the filenames that those were only required for the emulator and/or DDMS. The SDK download is quite large and seems a bit OTT just for this? It's up to Adam I guess.
 
You dont have to install all the parts of the SDK, it's just the (22MB) download folder contains all the adb files.

Yeah, the top download in that page I linked to.
 
lol ok i will go and find the download page for it .

i gotta been trying 3 days i wont let it defeat me lol
 
do i download

android sdk starter
anndroid platform 1.5 , 1.6 , 2.1 or 2.2 i take it 1.5 as thats what i have yeah

or sdk tools r6
 
Back
Top Bottom