Originally posted by Alistair_
LCD display shattered, connect to PC or TV?
Collapse
X
-
Yes backup was on and it did backup apps phone numbers contacts etc.. but not all the files stored, for example the downloads folder is empty.
Ouch so this debug mode to access the internal drive storage can be toggled exclusively from the phone?Comment
-
Iβve read about adb that can let you access your phone simply by inserting it via USB to the PC, from there you use the DOS Prompt and give instructions to the phone. I can see my phone responding to the USB connection to PC (lights up when connected), although so far I canβt see my phone listed when typing βadb devicesβ, but maybe Iβm doing something wrong. Iβll keep documenting myself and see if Iβm going anywhere. If anyone has experience with adb and fastboot do share.Comment
-
Hi, so the procedure in method 1) below which instruct to type this command adb shell settings put global usb_debugging_enabled 1
is misleading?
Method 1:
Code:Connect your phone to your computer using a USB cable. Open a command prompt window on your computer. Type the following command:
This will list all of the connected devices. Your phone should be listed in the output. 4. Type the following command to enable USB debugging:
adb shell settings put global usb_debugging_enabled 1
Code:Your phone will reboot and USB debugging will be enabled.
Code:Press and hold the power button and the volume down button at the same time until your phone enters the bootloader menu. Use the volume buttons to navigate to the βRecovery modeβ option and press the power button to select it. Your phone will boot into recovery mode. Use the volume buttons to navigate to the βAdvancedβ or βOptionsβ menu. Use the power button to select the βADB debuggingβ option. Your phone will reboot and USB debugging will be enabled.
Comment
-
When I type βadb devicesβ the phone is not detected. I read that drivers must be installed but not sure if thatβs the issue, I sent an email to the manufacturer for these drivers but who knows if that will go anywhere. What is it meant by adb server?Comment
-
Hi, no I havenβt installed any software on the PC, following this explanation there was no mention of installing software, and use the prompt. But sure I have no problem to install sotware on the PC if thatβs whatβs needed.
Connect your phone to your computer using a USB cable.
Open a command prompt window on your computer.
Type the following command:
adb devices
This will list all of the connected devices. Your phone should be listed in the output. 4. Type the following command to enable USB debugging:
adb shell settings put global usb_debugging_enabled 1Comment
Comment