[Q] Can't Open ADB - Galaxy S I9000 Q&A, Help & Troubleshooting

when i downloaded adb on my PC and installed it and the java developer kit i tried to launch it and a cmd windows for a few seconds and closed.
and i can't launch sdk manager so what do i do?

If you use windows vista\7 hold shift and press right mouse key, then press "Open command promt here" and then type your comands (Like adb devices and so on)

Related

[Q] Help with ADB

So basically i have been trying to get into download mode for the past few hours and none of the manual button pressing options have worked for me. I recently just upgraded to the official froyo update (KB1) through kies just to check it out and I now cannot get back to download mode so i can flash back stock 2.1. I have sdk installed and am attempting to use adb commands but cannot get it to work I go into command prompt with my phone plugged in (with usb debugging on) and do these steps:
1. Opened command prompt on PC
2. Type CD\ to start at C root directory
3. from there I typed in CD \sdk\tools\
4. I then type adb reboot download and my command prompt shoots back at me adb is not recognized as an internal or external command,operable program or batch file
Any help guys? This is really frustrating
newest releases of the sdk moved adb from /tools to /platform-tools
if you issue a 'dir' command while in the \tools folder you will see adb is not in there. move to the platform-tools folder
Just figure it out. Thanks so much!

Window 7: Anybody Having Trouble Getting ADB or Fastboot Drivers Look Here

This presumes that you can get adb/fastboot to work and it just won't recognize your device.
Not originally written by me...made some adjustments though
- connect your Dell in(volume up and power held) fastboot(ignore if only want adb) and change manually drivers one of the method:
go into device manager(type devmgmt.msc into command prompt)> double click dell streak device > update driver >browse my computer for driver software >Let me pick from list >Android phone >Android Bootloader Interface or android adb interface.
-reboot to fastboot with volume up and power held and type fastboot devices on cmd
-or type adb devices in command prompt and your device should show.
Good luck.

Change language !!!

Hi guys!
I bought the Galaxy Note 4 (SM-N910T), and it did not come with Portuguese language ('m from Brazil).
I've tried to translate app's (morelocale2) already replaced the ROM for the newest, but it worked!
Is there any way to put the language?
Is there any custom ROM or not, that works for my model?
Thank you!
Additional language added for Note 4 SM-N9100G without root
Hi,
I face the same problem with a Note 4 SM-N9100G trying to install a additional local language without to root the phone and to affect the warranty. The solution found on Internet is given below:
1. On Windows PC download and install the latest Android SDK Manager (Google for it).
2. Unlock the "Developer Option" on your Note 4 device.
3. Install MoreLocale 2 from Google Play on your Note 4 device.
4. On your PC go on the <Platform - Tools> subfolder from SDK Manager folder and launch a command prompt window here (press simultaneously shift and right click then select from drop menu).
5. Connect the Note 4 to PC though the USB cable on USB debugging mode (accept the debugging action from your PC on the popping window from your phone).
6. To ensure that the devices are properly communicating type <adb devices> on the Command Prompt window from your PC and you shall see your device listed.
7. Launch the adb shell from same Command Prompt window with the command <adb shell> then enter
Note: the top of the command prompt window shall indicate "adb shell" mode upon command input.
8. Input the following command line exactly as is given in the Command Prompt window then press enter (take care on CAPS LOCK):
pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
9. If you don't receive any error on the command prompt window then you manage to unlock the MoreLocale 2 application on your phone.
10. Go to your Note 4 launch MoreLocale 2 and select the language you want to load, set it as default then you are done.
Hope that this will help.

((((METHOD for updating to QC1 / G900AUCSDQC1 /MARCH 2017 via adb sideload))))

install updated adb tools from the following link
https://forum.xda-developers.com/htc-one/general/tool-updated-adb-version-1-0-32-fastboot-t2932160
extract in a folder
paste the zip folder from the following link in the above adb extracted folder and rename it with 'update'
https://forum.xda-developers.com/att-galaxy-s5/general/match-security-update-adb-t3579523
now right click within this folder alongwith 'shift' button
click 'open command window here' and a command prompt window appears
type 'adb sideload update.zip' here
on the other side, after enabling usb debugging mode, turn off your phone. Press power, home and volume up button simultaneously and enter into recovery. Go to the 3rd option of adb and connect your phone to your computer.
It would install the March update

Howv to put the phone on fastboot mode? Any screenshots please?

Someone please.help...
tott2003 said:
Someone please.help...
Click to expand...
Click to collapse
1. Connect the USB cable from the side of the phone and make sure that developer mode and USB debugging is activated.
2. Connect your phone to the PC, make sure it's connected in data transfer mode.
3. Go to adb.exe and fastboot.exe folder, hold shift and right click to open CMD or PowerShell from there. If you open PowerShell use .\ before the command, if you are using CMD just type the command without it.
4. Type in CMD: "adb devices" without parenthesis, you should see your device serial number.
5. Type then in CMD: "adb reboot bootloader" without parenthesis, you will go to fastboot mode or the "Green Start Screen" after the phone boots.
6. Type "fastboot devices" you should see you device serial number. which means you can run fastboot commands without any issues.
P.S I am using PowerShell instead of CMD, so the pictures show the commands with .\ in the beginning.
Rashad83 said:
1. Connect the USB cable from the side of the phone and make sure that developer mode and USB debugging is activated.
2. Connect your phone to the PC, make sure it's connected in data transfer mode.
3. Go to adb.exe and fastboot.exe folder, hold shift and right click to open CMD or PowerShell from there. If you open PowerShell use . before the command, if you are using CMD just type the command without it.
4. Type in CMD: "adb devices" without parenthesis, you should see your device serial number.
5. Type then in CMD: "adb reboot bootloader" without parenthesis, you will go to fastboot mode or the "Green Start Screen" after the phone boots.
6. Type "fastboot devices" you should see you device serial number. which means you can run fastboot commands without any issues.
P.S I am using PowerShell instead of CMD, so the pictures show the commands with . in the beginning.
Click to expand...
Click to collapse
Cheers mate ?
Rashad83 said:
1. Connect the USB cable from the side of the phone and make sure that developer mode and USB debugging is activated.
2. Connect your phone to the PC, make sure it's connected in data transfer mode.
3. Go to adb.exe and fastboot.exe folder, hold shift and right click to open CMD or PowerShell from there. If you open PowerShell use .\ before the command, if you are using CMD just type the command without it.
4. Type in CMD: "adb devices" without parenthesis, you should see your device serial number.
5. Type then in CMD: "adb reboot bootloader" without parenthesis, you will go to fastboot mode or the "Green Start Screen" after the phone boots.
6. Type "fastboot devices" you should see you device serial number. which means you can run fastboot commands without any issues.
P.S I am using PowerShell instead of CMD, so the pictures show the commands with .\ in the beginning.
Click to expand...
Click to collapse
HOLY. ****ING. ****.
I have spent the past two days trying to figure this out. Not *one* other person on the internet, so much as I have seen, has mentioned using the side port. Seriously, you just made my day. Thank you so much! :good:
Created a new topic, disregard

Categories

Resources