Moto E2 2nd Generation 3G (XT1506) Usb Debugging Help Please !!! - Android Q&A, Help & Troubleshooting

Hello, I Have A Moto E2 2nd Generation Which Boots Up Completely Fine, But Its Display Is Gone. And I Cannot See Anything In Its Screen (But I Am Sure That It Boots Up) So, I Wanna Enable Usb Debugging And Mirror Its Screen In My Pc. But I Am Not Able TO Enable It. Once I Saw Something That Requires To Boot In Recovery Mode And From There We Can Enable USB Debugging But I Am Not Able To Go To Recovery Mode (But I Can Go In Fastboot Mode) Please Help I Wanna Do This, The Thing Shown In This Forum To Recover My Phone
https://forum.xda-developers.com/galaxy-s2/help/bypass-secure-usb-debugging-prompt-t2965462
But I Cannot Please Help!!

@YoYo178
On PC run
Code:
fastboot devices
to check for a valid connection. If phone is connected via USB with PC run
Code:
fastboot reboot
to leave fastboot mode ( means re-start phone normally )
Afterwards run
Code:
adb devices
to check for an established connection. If a connection got successfully established
then you force phone to run in adb-mode
Code:
adb shell "svc usb setFunctions adb"
adb reboot
Now you should be able to recover phone's user data. For example
Code:
adb pull /sdcard/DCIM %TEMP%

Code:
fastboot devices
yes it shows, done.
Code:
fastboot reboot
yes it reboots too.
Code:
adb devices
nah nothing shows in adb devices (USB Debugging Isn't Enabled)
And I Do Not Want To Recover Data, I Want To Mirror Its Screen. Well, There Is A Lil Bit Of Data Too.
I Want To Enable USB Debugging And
Code:
push adb_keys
file Which i got From A Authorised Device.

@YoYo178
You can't enable USB debugging by means of ADB: Having USB debugging enabled is THE requirement to make use of ADB.

YoYo178 said:
yes it shows, done.
...
Too.
I Want To Enable USB Debugging And file Which i got From A Authorised Device.
Click to expand...
Click to collapse
Hi there, I had the exact same problem with my moto e 2nd Gen LTE (surnia). First of all this isn't a software issue, it's a hardware one ! Displays on some of those phones were faulty and I had to take it to repair it (just to clarify).
I had an immense chance because just before that I installed a screen mirroring app. I opened it through Google now (it was 6 years ago lol) and blind clicked because I remembered the layout of the app.
If you didn't have that chance you can try with USB OTG cable to HDMI port, and connect your phone to a PC with an HDMI cable. I didn't tried that on mine, so idk if HDMI through OTG works. Good luck with that :good:

Raiz said:
Hi there, I had the exact same problem with my moto e 2nd Gen LTE (surnia). First of all this isn't a software issue, it's a hardware one ! Displays on some of those phones were faulty and I had to take it to repair it (just to clarify).
I had an immense chance because just before that I installed a screen mirroring app. I opened it through Google now (it was 6 years ago lol) and blind clicked because I remembered the layout of the app.
If you didn't have that chance you can try with USB OTG cable to HDMI port, and connect your phone to a PC with an HDMI cable. I didn't tried that on mine, so idk if HDMI through OTG works. Good luck with that :good:
Click to expand...
Click to collapse
yes i know it is a hardware fault. i want to enable USB Debugging And For That i Need To Go In Recovery Mode Which i Don't Know How To. So Just Tell Me How to Go To Recovery Mode In Moto e 2nd generation 3g Also, My Phone Is 3g Variant Which Doens't Support OTG.
I Have A Question.
What If I Download Stock Rom And Then edit build.prop (idk, somehow) To Enable USB Debugging And Then Flash It?

YoYo178 said:
yes i know it is a hardware fault. i want to enable USB Debugging And For That i Need To Go In Recovery Mode Which i Don't Know How To. So Just Tell Me How to Go To Recovery Mode In Moto e 2nd generation 3g Also, My Phone Is 3g Variant Which Doens't Support OTG.
I Have A Question.
What If I Download Stock Rom And Then edit build.prop (idk, somehow) To Enable USB Debugging And Then Flash It?
Click to expand...
Click to collapse
Sorry to hear it doesn't have OTG, I won't be able to help any further as I'm not experimented enough in that field, hope someone else will do tho.
Have a nice day anyway

Related

VZW G3 not detected by ADB

My phone isn't being detected by adb. Almost as if USB Debugging isn't even enabled (which it is). ADB is just blank when I run adb devices.
I've installed the LG VZW G3 drivers. Any suggestions?
Make sure you change the USB mode to internet and then Ethernet. Took me a while to figure that out.
Make sure you have developer options visible
Enable USB debugging
Connect your phone to your computer
Pull down and change the USB connection from installer/MTP to internet > ethernet
Open Command Prompt window where ADB is installed, and type in "adb devices"
Allow when you see the RSA prompt
Run the batch file for ioroot, type "adb reboot recovery", install from adb, run sideload command, and then reboot
Also, make sure you're running the latest version of the SDK. Mine wouldn't work until I updated. HTH!
mjforte said:
Make sure you change the USB mode to internet and then Ethernet. Took me a while to figure that out.
Click to expand...
Click to collapse
+1
Sent from my VS985 4G using Tapatalk
mjforte said:
Make sure you change the USB mode to internet and then Ethernet. Took me a while to figure that out.
Click to expand...
Click to collapse
+1 - This was my problem too...many thanks!
usb drivers
blmartin said:
+1 - This was my problem too...many thanks!
Click to expand...
Click to collapse
Use the LG USB drivers for Verizon Wireless!
Change the usb connection mode to Internet/Ethernet
My adb was the problem on mine. I had to reinstall java jdk and the sdk and worked perfectly the first time I tried after that
asialove2013 said:
Use the LG USB drivers for Verizon Wireless!
Change the usb connection mode to Internet/Ethernet
Click to expand...
Click to collapse
Either I'm completly blind or ... my G3 doesn't have that option. I only got "Charge Phone", "Media Device (MTP)", and "Send images (PTP)" to configure the USB PC CONNECTION. I also have the option to switch on USB tethering, but that doesn't change anything for the better, either.
Where's that Internet/Ethernet connection mode hidden?
The internet option might not appear until the usb is connected to the pc. Recheck available options while connected.
-Set phone for PTP connection
-Plug phone into PC via USB. You should see a driver loading/loaded message on your PC
-On the phone, change USB connection to Internet, then select Ethernet on the submenu that will appear
(PTP seems to "wake up" the ADB driver on the PC side for me. This was mandatory on a couple of prior phones/tablets, so it's what I did with the G3.)
Or switch to Linux and never hear about drivers ever again!
Verizon on Windows 8.1
So, the problem I had on windows 8.1 was that when you connect the device and it asks you what action to take automatically, you need to click that and install the Verizon stuff. I had my phone in USB debugging and Ethernet mode while doing this install. After it installed everything, the window on my phone for debugging permission showed up, and I allowed it. The phone now shows up in adb. I don't know if this was obvious but I thought Id mention it anyway
After the last G3 update from Verizon, the Ethernet option is gone. I can't get it to talk with ADB any longer. I see the developer mode come up on the phone, but it never asks for security key or appears in the ADB list. Anybody have any good ideas? This is on a Mac and I've never had a problem before doing this.
EDIT: After juggling back and forth from PTP to MTP to PTP, restarting ADB, I got it to connect. No clue what the key was, but working again for the moment. The Ethernet option is still gone from the phone though so that simple fix is no longer an issue.
Averix said:
After the last G3 update from Verizon, the Ethernet option is gone. I can't get it to talk with ADB any longer. I see the developer mode come up on the phone, but it never asks for security key or appears in the ADB list. Anybody have any good ideas? This is on a Mac and I've never had a problem before doing this.
EDIT: After juggling back and forth from PTP to MTP to PTP, restarting ADB, I got it to connect. No clue what the key was, but working again for the moment. The Ethernet option is still gone from the phone though so that simple fix is no longer an issue.
Click to expand...
Click to collapse
I installed the skydragon rom, which is based on stock so probably the same. I found that PTP worked but MTP did not. This is in Ubuntu Linux.

Help needed! How to root a cracked screen Z Ultra?

Hi,
My Z Ultra's screen is cracked and i would like to use it for my TV as a Android-Box replacement, because it's actually still usable i think. Now my Problem isn't finding a suitable Rom(i think) or general knowsledge about rooting.
I think i got all the needed tools like a microsoft bluetooth keyboard with touchpad(regular usb mouse and keyboard too if needed), a MHL/USB(all-in-one) OTG adapter, HDMI cable and the universal USB micro to usb adaptercable.
SO my questions are:
1) Can i root without actived USB Debugging? (i can't activate it due to the cracked screen) ...Most important!
2) Is Towelroot still good? Or are there other easy root methods for newbs?
Thanks for reading any maybe helping
Talentfree said:
Hi,
My Z Ultra's screen is cracked and i would like to use it for my TV as a Andriod-Box replacement, because it's actually still usable i think. Now my Problem isn't finding a suitable Rom(i think), general knowsledge about rooting.
I think i got all the needed tools like a microsoft bluetooth keyboard with touchpad(regular usb mouse and keyboard too if needed), a MHL/USB(all-in-one) OTG adapter, HDMI cable and the universal USB micro to usb adaptercable.
SO my questions are:
1) Can i root without actived USB Debugging? (i can't activate it due to the cracked screen) ...Most important!
2) Is Towelroot still good? Or are there other easy root methods for newbs?
3) anything else i might have forgotten?
4) i think that a Sony Companion free system is usefull for Flashtool or am i wrong?
Thanks for reading any maybe helping
Click to expand...
Click to collapse
Have you tried using the USB mouse with the OTG adapter?
I.assume you have seen this guide. http://forum.xda-developers.com/xpe...de-cracked-screen-beast-life-tv-xbmc-t2907921
i just tried, didn't work
...and yes i tried some of it, but usb debuggin not being ebabled seems to be my problem. I will try that script asap
Talentfree said:
i just tried, didn't work
...and yes i tried some of it, but usb debuggin not being ebabled seems to be my problem. I will try that script asap
Click to expand...
Click to collapse
I am testing now and mouse works fine with developer options and USB debugging turned off.
Does your phones screen display? I also reread your first post ", a MHL/USB(all-in-one) OTG adapter," the OTG cord I have is just a male micro and female full size USB.
Yes the screen seems to display. i tried it with the z ultra and oneplus one, both didn't respond to a mouse(two different tested with two different otg cables). I still got the S4, will try that on it too later.
Basically you plug it in and you see a mouse cursor or what? i clicked around, but nothing...
Also on my Z Ultra the widget on the screen seems to jump around, just like the stars that move when you touch the screen usually if you get what i mean.
Talentfree said:
Yes the screen seems to display. i tried it with the z ultra and oneplus one, both didn't respond to a mouse(two different tested with two different otg cables). I still got the S4, will try that on it too later.
Basically you plug it in and you see a mouse cursor or what? i clicked around, but nothing...
Also on my Z Ultra the widget on the screen seems to jump around, just like the stars that move when you touch the screen usually if you get what i mean.
Click to expand...
Click to collapse
Yes I see a cursor (even on the lockscreen) and it does give the shooting stars effect when swiped. Needed to hold down left mouse button when swiping and then release.
my shooting stars "cursor" seems to either jump around or not appear at all, but nothing happens.
Does anything pop up on the top down menu or does it play sound when connected?
Would this from this thread work on the XZU too, due to it being android based?
Reset Nexus into recovery mode (power & volume down)
2. Connect to PC via USB. Install the USB driver from the SDK so that it appears as an ADB device
3. Fire up the updated toolkit. You should see the nexus as a fast boot device
4. Unlock bootloader
5. Using option 10 on the toolkit load up CWM on the phone. This gives you ADB access so can you pull files off the device via ADB although I could access the SD card through programs like Droid explorer.
6. If you want to carry on further and get into Android properly, you'll need to wipe the cache from within CWM
7. Reboot and hold down the volume key to get back into recovery
8. In the toolkit select root options (option 4) and load temporary image (6) If it hangs on the google or nexus logo you've not wiped the cache.
9. With this second phone I couldn't access it through droid explorer as it was popping up as an MTP device but I could pull the files via command prompt or through the toolkit
10. If you have any use of the touchscreen at all you can run the following command which will then mean that any touch will unlock the device
adb shell rm /data/system/gesture.key
11. You can activate bluetooth via adb if you have a mouse or keyboard available but you will need to be able to press okay on the screen
12. Any changes you make in the unstable android image such as lockscreen, bluetooth, enabling debugging, etc will remain in place when you restart the device.
13. You can relock the bootloader if you wish via the toolkit. You just need to be in recovery mode first.
Talentfree said:
Would this from this thread work on the XZU too, due to it being android based?
Reset Nexus into recovery mode (power & volume down)
2. Connect to PC via USB. Install the USB driver from the SDK so that it appears as an ADB device
3. Fire up the updated toolkit. You should see the nexus as a fast boot device
4. Unlock bootloader
5. Using option 10 on the toolkit load up CWM on the phone. This gives you ADB access so can you pull files off the device via ADB although I could access the SD card through programs like Droid explorer.
6. If you want to carry on further and get into Android properly, you'll need to wipe the cache from within CWM
7. Reboot and hold down the volume key to get back into recovery
8. In the toolkit select root options (option 4) and load temporary image (6) If it hangs on the google or nexus logo you've not wiped the cache.
9. With this second phone I couldn't access it through droid explorer as it was popping up as an MTP device but I could pull the files via command prompt or through the toolkit
10. If you have any use of the touchscreen at all you can run the following command which will then mean that any touch will unlock the device
adb shell rm /data/system/gesture.key
11. You can activate bluetooth via adb if you have a mouse or keyboard available but you will need to be able to press okay on the screen
12. Any changes you make in the unstable android image such as lockscreen, bluetooth, enabling debugging, etc will remain in place when you restart the device.
13. You can relock the bootloader if you wish via the toolkit. You just need to be in recovery mode first.
Click to expand...
Click to collapse
I have no idea if any of that would work, to me it sound like a lot of it would only apply to Nexus. I checked and the only indication I have that mouse is connected is the scroll wheel lights up. I had three apps that I thought may remotely effect mouse so I uninstalled and rebooted and it still works. I also looked through all the settings menus and can't see anything there.
Is there an app mybe, that would set USB Debugging automatically to enabled just by installing it? I can load apps from playstore to the device
Or do fastboot or recovery mode provide USB debugging enabled?
Talentfree said:
Is there an app mybe, that would set USB Debugging automatically to enabled just by installing it? I can load apps from playstore to the device
Or do fastboot or recovery mode provide USB debugging enabled?
Click to expand...
Click to collapse
I found this......
https://play.google.com/store/apps/details?id=com.vmlite.vncserver
adfurgerson said:
I found this......
https://play.google.com/store/apps/details?id=com.vmlite.vncserver
Click to expand...
Click to collapse
oh man 9eur for trial and error -_- guess i have too :/
Talentfree said:
oh man 9eur for trial and error -_- guess i have too :/
Click to expand...
Click to collapse
Or try another mouse, or something because I was able to control via mouse. Here in the states we have a two hour window for refunds, but it is already late here and I should be sleeping or I would offer to test. Here is a YouTube video that shows it working the way it works for me.
http://youtu.be/W8HVEHNOy7I
bought it, but it still needs usb debugging enabled in order to function -_-
thx at least now i know how it SHOULD work :laugh:
it seems i can't use adb driver because this once again needs some android setting enabled.
weird thing is right now that i somehow got into some menu beyond the lockscreen, but still cant do anything :crying:
so close, but so far at the same time
I'm about to buy a fire tv or some other android box and throw the XZU away as it seems its useless in this state without zsb debugging
Talentfree said:
thx at least now i know how it SHOULD work :laugh:
it seems i can't use adb driver because this once again needs some android setting enabled.
weird thing is right now that i somehow got into some menu beyond the lockscreen, but still cant do anything :crying:
so close, but so far at the same time
Click to expand...
Click to collapse
Talentfree said:
I'm about to buy a fire tv or some other android box and throw the XZU away as it seems its useless in this state without zsb debugging
Click to expand...
Click to collapse
I am 99% sure that OTG mouse should work without USB debugging enabled.
adfurgerson said:
I am 99% sure that OTG mouse should work without USB debugging enabled.
Click to expand...
Click to collapse
I'll tell you more, it works without any problem at all. I am using it
i bought another otg cable, gonna try it later. hopefully it finally works
Talentfree said:
i bought another otg cable, gonna try it later. hopefully it finally works
Click to expand...
Click to collapse
How old is your Z Ultra? The reason I ask is people have reported very mixed results as to getting screens replaced under warranty. I think I even recall someone who wasn't the original purchaser getting a screen replaced for no charge.

[Q] Backup Phone, Enable USB Debug on Samsung Galaxy S3 that has a broken screen

Hi,
I was wondering if anyone can help with my poorly phone?
My phone broke a couple of days ago and the screen is black and digitizer has broken therefore I’m unable to use it. I don’t think there is any point trying to get the screen fixed but it will cost as much as a new phone would. But what I would like to do is backup the data on my phone.
I have not got USB Debugging enabled and when I connect my phone to the PC, the drivers are installed and I see my phone as a portable media device but there are no files or drives to display the phones data through windows explorer! Please help!?
After some research on the internet I have downloaded [email protected] and ADB.exe but the phone is not recognised (I believe this is because USB Debugging is not enabled).
I then did some further investigation and managed to book my phone under fastboot in recovery mode and selected ADB mode, this connects to my PC and new driver is installed but I am now not sure how I can use this mode to backup my device? And enable USB debugging so I can use my phone on [email protected]
Anyone able to help?
Thanks
Sir,
Please wait until mods will move this thread to the device specific forum for more relevant answers.
Stand by
Good luck
Trenter87 said:
Hi,
I was wondering if anyone can help with my poorly phone?
My phone broke a couple of days ago and the screen is black and digitizer has broken therefore I’m unable to use it. I don’t think there is any point trying to get the screen fixed but it will cost as much as a new phone would. But what I would like to do is backup the data on my phone.
I have not got USB Debugging enabled and when I connect my phone to the PC, the drivers are installed and I see my phone as a portable media device but there are no files or drives to display the phones data through windows explorer! Please help!?
After some research on the internet I have downloaded [email protected] and ADB.exe but the phone is not recognised (I believe this is because USB Debugging is not enabled).
I then did some further investigation and managed to book my phone under fastboot in recovery mode and selected ADB mode, this connects to my PC and new driver is installed but I am now not sure how I can use this mode to backup my device? And enable USB debugging so I can use my phone on [email protected]
Anyone able to help?
Thanks
Click to expand...
Click to collapse
Same problem :crying:

Screen broken and no diaplay

Hi
Have honor 8 Pro. Screen broken and no display but phone is on only.
Need to take backup.
Adb don't show devices. Can't accept USB debugger
External display via type also don't work.
Mtp is not getting enabled when connect cable
@madroamer
I guess you'll not have any luck, this because USB mode ADB is basically the door to any Android device. Also take note that MTP only works if this USB mode got enabled on Android device.
madroamer said:
Hi
Adb don't show devices. Can't accept USB debugger
External display via type also don't work.
Mtp is not getting enabled when connect cable
Click to expand...
Click to collapse
If your bootloader is unlocked it might help, but this case smells like secure startup and I don't know if is it possible to bypass it by changing the boot, system, etc - whatever...
Used the USB-C to USB adapter from computer and connected a mouse to your phone. When the lock screen of your phone appeared, pit the code to unlock the screen. With this your will unlock the phone and turn on USB sharing.

Remove lock or enable usb debugging on non-rooted phone (Read data inside a locked phone)?

So i forgot the PIN number on my old phone which was not rooted, had no recovery software (Cwm, Xrec, etc.) installed on it, and has usb debugging and auto-mount disabled. We don't know the google account associated with the phone. Basically all I have is the phone and a usb cable. Is there a way to get the user data out of it? Adb won't recognise the device btw. I do apologise if it's a stupid question. The phone automatically connected to the wifi, and I'm on Linux, if that helps. But I managed to get into recovery but adb only recognises the device in sideload mode. The files inside the phone is extremely important to me because it contain photo of my family member that were passed away.
Phone: Vivo V7 Plus
I wanted to try brute-force the PIN with program but unfortuntely the phone will cool down for 7000 second (3hours+)
A phone typically knows of 2 USB modes: ADB & MTP. If MTP mode was enabled and phone supports a USB-C connection then it should be possible to fetch the user-data you're interested in.
jwoegerbauer said:
A phone typically knows of 2 USB modes: ADB & MTP. If MTP mode was enabled and phone supports a USB-C connection then it should be possible to fetch the user-data you're interested in.
Click to expand...
Click to collapse
Hi, first of all thanks for your respond. In order to enable MTP i need to have the phone unlock right? how can i enable MTP if the phone is locked ?
All I know is that ADB is the door to any Android device and nothing than that.

Categories

Resources