ADB on CM9 - Galaxy S II Q&A, Help & Troubleshooting

Hey guy's I have searched everywhere I can't get adb to work on CM9 do I need special drivers becuase when I try to connect it says error: Device offline please help thx

You must install Samsung Driver to get ADB Interface or use Wireless ADB. Settings -> Developer Options -> ADB Over Network -> check this
On computer type this:
adb connect <your_sgs2_ip>
adb devices
You see your SGS2 now connect and online

I have smasung Kies installed but still nothing

http://drivers.softpedia.com/get/MOBILES/Samsung/SAMSUNG-USB-Driver-1480.shtml
Try this or connect via Wireless

Can I extract the systemui.apk using adb wireless??

Related

[Q] Cannot connect to ADB

So ADB worked for me in the past, after I flashed the latest AOKP 4.3 , I tried connecting the phone to the computer and run ADB, however it is only giving me device offline and I cannot do anything with it... What should I do
ROMFlasherAce said:
So ADB worked for me in the past, after I flashed the latest AOKP 4.3 , I tried connecting the phone to the computer and run ADB, however it is only giving me device offline and I cannot do anything with it... What should I do
Click to expand...
Click to collapse
go to settings > dev options > enable usb debugging > accept the ssh key that show's up on the screen
you MIGHT have to connect/disconnect the usb cable for it to pop up.
also make sure you have the most up-to-date android sdk (adb tools)

[Q] [LG VS930] Unable to get ADB commands to work

Alright, I've tried installing the drivers from Verizion and also using the drivers from the Android SDK and either way I have the same problem. ADB devices shows my phone, however whenever I try to push, pull, or reboot (the only commands I have any use for atm) the command prompt hangs like it's trying to access the device but no matter how long I leave it the device will not reboot, nor will any files appear in the correct folders on either the device or my computer.
I'm trying to root my phone and this is a pretty major roadblock.
Note:
USB Debugging enabled
ADB drivers installed
Phone shows up on "adb devices"
There is no error or any other output in the console. The best way to describe this problem is that ADB hangs.
I'm running Windows 8.1 and my phone is running Android 4.1.2
Also, I don't know if this is normal but, In order to get the notification that "USB debugging connecting" I have to use the internet connection option on the phone. When using MTP, Charge only and PTP that message doesn't appear and I don't see an ADB device show up in device man.
Things I've Tried
Uninstalling all Android drivers and redownloading/installing them after restart
Restarting my phone multiple times
Running adb kill-server / adb start-server
Changing USB ports7
Thanks!
Try installing drivers from LG. This seems the right one but double check:
http://www.lg.com/us/support-mobile/lg-LGVS930

How to enable DIAG mode in Z3V?

I'm on Android 5.1.1 and need to enable DIAG mode on the device. The purpose is to get COM device on my PC to connect it to DFS to view/change CDMA related settings. I couldn't find any instruction which works for me. Please help.
Developer mode is multi presses on "Build number" in Settings>About Phone, Sony service (DIAG) menu is *#*#7378423#*#*.
try this:
Connect your phone to your PC
Open ADB console
Type in these commands:
Code:
adb shell
su
setprop persist.usb.eng 1
Turn off USB Debugging, Disconnect your phone from the PC
Wait about 10 seconds (don't have to be exact, just let it all disconnect in the PC) and turn USB Debugging back on
guide here:
http://forum.xda-developers.com/cro...ad-progress-please-leave-im-updating-t2871269
Thanks for the answers but unfortunately they didn't help to get COM device in device manager.
If rooted try running a terminal emulator and try through that.
up
I need this DIAG MODE enable too.. please help
1linuxfreak said:
If rooted try running a terminal emulator and try through that.
Click to expand...
Click to collapse
how can i Use this ? pls i need it

Adb

Is it possible to use adb wirelessly on my phone without rooting without connecting via USB cable for once?....my laptop USB port has broken....and need to connect via adb....please help
daemonindia said:
Is it possible to use adb wirelessly on my phone without rooting without connecting via USB cable for once?....my laptop USB port has broken....and need to connect via adb....please help
Click to expand...
Click to collapse
You can only connect adb wirelessly after rooting your android.
Clarification required
Ashwinrg said:
You can only connect adb wirelessly after rooting your android.
Click to expand...
Click to collapse
"Connect device via USB and make sure debugging is working, then run:
adb tcpip 5555
adb connect <DEVICE_IP_ADDRESS>:5555
Disconnect USB and proceed with wireless debugging.
When you're done and want to switch back to USB debugging, run:
adb -s <DEVICE_IP_ADDRESS>:5555
To find the IP address of your device, go to Settings > Wi-Fi > Advanced > IP Address on your device or run adb shell netcfg.
No root required. Only one device can be debugged at a time"
Is this process not possible after marshmallow update?

ADB wireless

Hello,
The USB port of my Samsung Galaxy S10 is not working correctly. That means, I cannot connect with adb via usb. So, I would like to use adb wireless. However, in order to do that I have to connect via USB first and that is the problem.
So, any ideas how to enable adb wireless without USB and without root?
cheers
sashs
@sashs82
ADB wirelessly ( with regards to phone's Android isn't rooted ) only works if ADB before got set to use port 5555
Code:
adb devices
adb tcpip 5555
If ADB didn't get configured accordingly you've no chance to run ADB wirelessly
Thank you. I know the commands and how to enable it via USB. I hoped there is any chance to enable it without any USB connection.
cheers
sashs

Categories

Resources