[Q] Cant instal sdk??? - HTC One Max

downloaded adt bundle windows extracted it to C:android-sdk double clicked the sdk manager cmd opens and closes and does nothing have java, device drivers,debug enabled what am i doin wrong lol??

Mine does that also. Just open command to cmd and cd to the android directory. Then run your adb commands.

Did you unzip everything?
Sent from my HTC6500LVW using Tapatalk

scubasegt said:
downloaded adt bundle windows extracted it to C:android-sdk double clicked the sdk manager cmd opens and closes and does nothing have java, device drivers,debug enabled what am i doin wrong lol??
Click to expand...
Click to collapse
You don't need to install anything from the ADT Bundle on your windows machine. Just make sure all the files you need are in an easily accessible folder (ex. C:/onemax or C:/desktop/onemax). You will be running adb and fastboot from a command prompt. You will also need to make sure USB debugging (Settings) is enabled AND Fast Boot (Settings > Power) is disabled.

Related

How can I change X10 design?

Hi and good morning.
I have seen on the thread, "post your X10 screen" or something like that. And I have seen some that have a different WiFi icon, battery in right corner. How do I change that? Is it custom ROMs or what?
Thanks for all help.
Sent from my X10i using XDA App
Sikiduck said:
Thanks for all help.
Click to expand...
Click to collapse
Hi.
See the tutorial link in my signature, it's really quite easy to do.
Do I have to start with ADB for noobs: http://forum.xda-developers.com/showthread.php?t=532719 and install Droid Explorer?
And then "Three tutorials for modifying your x10 OS aesthetically" and then: "framework-res Icon Pack (Modding)"?
Thanks
EDIT: Im not getting a notification of Android ADB when i plug in my USB. I have tried to download USBdeview and see if there is HTC Android, but there is not.
I have a Xperia X10i phone and the only thing that is listed is "Sony Ericsson sa0101 ADB Interface Driver" and "Sony Eri Memory Stick USB Device".
When I uninstall ADB Interface driver nothing happens. Just freeze for a couple of seconds but thats it.
Whats wrong?
Can someone help me?
Sikiduck said:
Do I have to start with ADB for noobs: http://forum.xda-developers.com/showthread.php?t=532719 and install Droid Explorer?
Click to expand...
Click to collapse
nephron said:
Hello All!
After much frustration with setting up ADB i finally got it working. Everyone said its simple and takes minimal knowledge but when things dont work, nothing really worked. Anyways after 2 hours of research trying to get ADB to work i finally got it all working and wanted to share my knowledge to anyone else that needed help.
This Guide is for windows only. If you are using Mac OS X please go here: ADB For Dummies
If you are using Linux please go here: [HOW-TO]Set up Android SDK/ADB/Fastboot on Ubuntu Linux
Like My Guide(s)? Donate
--------------------------------------------------------------------------
Things you need:
Android SDK - Download
Winrar - Download (32bit) Download (64bit)
Windows PC
USB Cable
A Rooted HTC Dream (Google G1)
--------------------------------------------------------------------------
Setting up the Android SDK
Download the file from above
Unzip to your desktop
Take the "android-sdk-windows" folder and move it to the root of your hard drive (C:\)
Right click on My Computer and click properties
Select the Advanced Tab or Advanced System Setting (Vista/Windows 7)
Select Environment Variables...
Press New
For Variable Name type: adb
For Variable Value type: C:\android-sdk-windows\tools
Now,
1. Run SDK Manager.exe located in the android-sdk-windows folder
2. If it gives you an error go to settings and click on "Force http//....."
3. Select all options and let it download and install
If you cant get the setup to work, Download the USB-DRIVERS folder - HERE (Windows XP/Vista/Windows 7)
--------------------------------------------------------------------------
Preparing your phone for ADB
Go to Settings on your phone
Select Applications
Select Development
Make sure 'USB Debugging' is checked
--------------------------------------------------------------------------
Installing Drivers
Plug in your phone through USB and DO NOT MOUNT IT!!!!!
Your computer should see a new device and try to install Android 1.0 driver (If it doesnt, scroll down to the "Im not getting a notification of Android ADB when i plug in my USB" section)
Let it load
Once it cant find them select "Install drivers from my pc"
The drivers you need are in the Android SDK 1.5r2 folder (C:\android-sdk-windows\usb_driver)
Depending on your OS pick x86 or amd64
You ADB Android Device should now be installed! Good Job
For Android SDK 1.5r7+
1. Run SDK Manager.exe
2. If it gives you an error go to settings and click on "Force http//....."
3. Select all options and let it download and install
If you cant get the setup to work, Download the USB-DRIVERS folder - HERE (Windows XP/Vista/Windows 7)
--------------------------------------------------------------------------
Check if your phone is detected by ADB
Open up Command Prompt (Go to run, type in cmd, press enter)
Type in
Code:
cd C:\android-sdk-windows\tools === Press Enter
adb devices === You should see your device listed
adb shell === you should see # in the next line
Now you are all set to run adb commands
Note: for a list of commands type in 'adb' in cmd
CONGRATS YOU NOW HAVE ADB FULLY RUNNING!
Click to expand...
Click to collapse
Sikiduck said:
And then "Three tutorials for modifying your x10 OS aesthetically" and then: "framework-res Icon Pack (Modding)"?
Click to expand...
Click to collapse
It would be an idea to read the three tutorials yes and the packs are there for you to use when you've learned how to edit apks. If the adb driver is already installed I'm not sure why you're removing it, you need it to use adb.
Hi all, I need help pls, i try SDK Manager work but I hawe problem. I fallow thys steps http://forum.xda-developers.com/showthread.php?t=532719 all works great, SDK Manager update and download all data but when I conect x10 on usb computer auto install "Sony Ericsson sa0101 ADB Interface Driver" and not the "androidwinusb86.cat" what i need for SDK Manager recognise me x10. Haw I can pls ghet install the right usb driver tu SDK recognise me x10? I need sdk for run the ADB for run JIT on me phone. PLS help thys noob thx
Or if smebody hawe som simple gude how enable JIT on X10, I welkom them, thx
Edit: win 7 ultimate 32b
btw sorry shuld by in difrend post, how enable JIT on x10.
thx
any help pls?

[Q] Help using ADB

iam having trouble using ADB with windows XP. i have downloaded superoneclick program and opened the ADB folder inside. then i turned usb debugging on, then connected, then ran the ADB program, it starts with showing how to run commands, but only stays open for about 5 seconds, then closes, i cant read what the rest of it says because it closes to quickly. iam new to android and have never used adb before but i followed all the steps i think. what iam i doing wrong? thanks
RPK925 said:
iam having trouble using ADB with windows XP. i have downloaded superoneclick program and opened the ADB folder inside. then i turned usb debugging on, then connected, then ran the ADB program, it starts with showing how to run commands, but only stays open for about 5 seconds, then closes, i cant read what the rest of it says because it closes to quickly. iam new to android and have never used adb before but i followed all the steps i think. what iam i doing wrong? thanks
Click to expand...
Click to collapse
you have to open a command prompt in the folder where adb.exe is stored. you don't need to run the program itself, just run commands necessary to do whatever hack you're trying to do. if you just put the apk files in the same folder as adb.exe then use "adb push" commands and such (whatever is detailed in the instructions)
to open a command prompt in the folder, i think you can just right click and select "Open command prompt here" (i know that's in win7, not too sure about xp)
also - this is the wrong section to post this. it should be in the Q&A section, not development.
raybond25 said:
you have to open a command prompt in the folder where adb.exe is stored. you don't need to run the program itself, just run commands necessary to do whatever hack you're trying to do. if you just put the apk files in the same folder as adb.exe then use "adb push" commands and such (whatever is detailed in the instructions)
to open a command prompt in the folder, i think you can just right click and select "Open command prompt here" (i know that's in win7, not too sure about xp)
also - this is the wrong section to post this. it should be in the Q&A section, not development.
Click to expand...
Click to collapse
thanks for your help. when i extracted adb from S.O.C. i gave me 5 files
ADB.exe
ADBmac
ADBlinux
ADBWinUsbapi.dll
ADBWinApi.dll
I right clicked on all of them and couldnt find anything about opening command prompt?
RPK925 said:
thanks for your help. when i extracted adb from S.O.C. i gave me 5 files
ADB.exe
ADBmac
ADBlinux
ADBWinUsbapi.dll
ADBWinApi.dll
I right clicked on all of them and couldnt find anything about opening command prompt?
Click to expand...
Click to collapse
start, run and type cmd. this gives you a command prompt
Why are you using super one click on your atrix? Gingerbreak or gladroot is the preferred method for the atrix.
Sent from my Blue Steeled Atrix
Big-A-Rob said:
Why are you using super one click on your atrix? Gingerbreak or gladroot is the preferred method for the atrix.
Sent from my Blue Steeled Atrix
Click to expand...
Click to collapse
Yes I know iam just trying to get the ADB files from.SOC. iam rooted on gingerbreak.
Sent from my MB860 using XDA App
scorneil said:
start, run and type cmd. this gives you a command prompt
Click to expand...
Click to collapse
Start the. Exe? Because it wont allow me to type any commands it just runs for about 2 seconds then closes.
Sent from my MB860 using XDA App

[Q] trouble installing adb and android SDK usb drivers

everytime i try to install USB drivers via the android SDK for my gtablet, i get this error
Downloading Android SDK Platform-tools, revision 9
File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r09-windows.zip (Access is denied)
Downloading Google USB Driver package, revision 4
File not found: C:\Program Files (x86)\Android\android-sdk\temp\usb_driver_r04-windows.zip (Access is denied)
Done. Nothing was installed.
anyone have any idea what to do? what other info do you need? i made the entire directory writable by unchecking read only (for whatever reason, its installed as read only) using admin privileges (windows 7 64 bit)
thanks!
Run as administrator
joshtb86 said:
everytime i try to install USB drivers via the android SDK for my gtablet, i get this error
Downloading Android SDK Platform-tools, revision 9
File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r09-windows.zip (Access is denied)
Downloading Google USB Driver package, revision 4
File not found: C:\Program Files (x86)\Android\android-sdk\temp\usb_driver_r04-windows.zip (Access is denied)
Done. Nothing was installed.
anyone have any idea what to do? what other info do you need? i made the entire directory writable by unchecking read only (for whatever reason, its installed as read only) using admin privileges (windows 7 64 bit)
thanks!
Click to expand...
Click to collapse
You must run SDK Manager in adminstrator mode. Right click on SDK Manager & select" run as administrator".
Al
aabbondanza said:
You must run SDK Manager in adminstrator mode. Right click on SDK Manager & select" run as administrator".
Al
Click to expand...
Click to collapse
worked great. thanks!
admin rights not working for me
I tried right clicking on the SDK manager button, but only got the following choices:
Lock the Toolbars
Customize Perspective
Hide Toolbar
I'm running Eclipse Helios, ADT 16.x, on a Windows 7 64bit machine.
Oops, instead of the button in the Eclipse interface, I then went to the sdk manager in the file system and right clicked on that, and it gave me the "run as administrator" choice. Thanks for the info.
ILikeIke said:
I tried right clicking on the SDK manager button, but only got the following choices:
Lock the Toolbars
Customize Perspective
Hide Toolbar
I'm running Eclipse Helios, ADT 16.x, on a Windows 7 64bit machine.
Oops, instead of the button in the Eclipse interface, I then went to the sdk manager in the file system and right clicked on that, and it gave me the "run as administrator" choice. Thanks for the info.
Click to expand...
Click to collapse
Didn't see your Oops...so I guess this is my oops.
Al
Run as Administrator in Vista
aabbondanza said:
You must run SDK Manager in adminstrator mode. Right click on SDK Manager & select" run as administrator".
Al
Click to expand...
Click to collapse
I just had to say thanks. That's the fastest I've ever found an answer on google.
Thank You!
Again this IS the fastist way to get an answer from google Thanks for letting us know about that pesky Admin Rights.
THANKS SO MUCH!

[Q] Galaxy S3 Rooting failed

I used odin 1.85 to install the CF-Insecure-SGS3_
XX_NEE_ALE8-v1.2.tar and all went through and
phone rebooted but when i extraced the files from
"sgs3-root-install" and connect in debugging mode
and click on install.bat nothing happens, so any
idea what I'm doing wrong? btw I'm on XP SP3 and logged
on as administrator, and I downloaded it from 4 different
sites.
When you extract the files from "sgs3-root-install" place them inside the "platform-tools" folder.
Once you have started adb by using command "adb start-server" and closed the command window, make sure USB debugging is enabled in the phone.
Re-connect and navigate to the "platform-tools" folder. Double click the "install" file and you should see a command prompt window showing whats happening.
If its worked your phone should reboot and you will be rooted.
Took me a while also but can be done.
Good luck.
Thanks bud I'm finally rooted now.

[Q] Spent the last 3 hours trying to unlock bootloader... Please help

I followed the directions here
http://www.htcdev.com/bootloader
on 2 different computer. Installed the 3 links
Google Android SDK zip:
Java Runtime Environment:
HTC Sync (Windows Only):
Made sure fast boot off.
Tried with/without USB debugging on (even tho there is no directions for that)
Typed in Command Prompt: fastboot oem get_identifier_token.
I get same message "fastboot is not recognized as an internal or external command, program or batch file"
Tried to do the rumrunner thing as well but it says i need to get past bootloader 1st.
arrrggg
What do I do I have tried googling with no help.
All my phones in the past i could find rather easy "how to" instructions but not this phone.
crap
Put your device to fastboot mode ( switch off the device volume down and power together)
Else
Usb debugging on and type the command in cmd (adb reboot bootloader)
Sent from my SM-N7505 using XDA Free mobile app
saeroner said:
I followed the directions here
http://www.htcdev.com/bootloader
on 2 different computer. Installed the 3 links
Google Android SDK zip:
Java Runtime Environment:
HTC Sync (Windows Only):
Made sure fast boot off.
Tried with/without USB debugging on (even tho there is no directions for that)
Typed in Command Prompt: fastboot oem get_identifier_token.
I get same message "fastboot is not recognized as an internal or external command, program or batch file"
Tried to do the rumrunner thing as well but it says i need to get past bootloader 1st.
arrrggg
What do I do I have tried googling with no help.
All my phones in the past i could find rather easy "how to" instructions but not this phone.
crap
Click to expand...
Click to collapse
You aren't running the cmd from th correct folder. Browse to the folder where fastboot is. Hold shift key and right click. Select open cmd prompt here. Then run your commands.
dottat said:
You aren't running the cmd from th correct folder. Browse to the folder where fastboot is. Hold shift key and right click. Select open cmd prompt here. Then run your commands.
Click to expand...
Click to collapse
Ok i did that but get this message
"program can't start because AdbWinApi.dll is missing from your computer. Try re-installing"
I reinstalled/downloaded "Google Android SDK zip:"twiceusing to different extraction programs. I placed the folder in the same android folder as the fastboot.
still stuck. any help?
thanks
saeroner said:
Ok i did that but get this message
"program can't start because AdbWinApi.dll is missing from your computer. Try re-installing"
I reinstalled/downloaded "Google Android SDK zip:"twiceusing to different extraction programs. I placed the folder in the same android folder as the fastboot.
still stuck. any help?
thanks
Click to expand...
Click to collapse
Download this. Extract it. Run your command prompt and commands here.
https://www.androidfilehost.com/?fid=23501681358559711
^ Thanks that worked!
saeroner said:
^ Thanks that worked!
Click to expand...
Click to collapse
You are welcome ☺

Categories

Resources