LG Classic Flip
TT-KLevel 2 - Senior Member
Can you send a link to it? I can't find it
PPhoneyLevel 1 - Junior Member
Don’t see it on Apps4flip site right now.
try this:
- Connect your Android device to the computer with a USB cable
The USB mode must be PTP in order for ADB to work. You can usually change this from the notification shade
Make sure to allow USB debugging if a pop-up appears - Open the platform-tools folder on your computer
- Shift+Right Click and select Open command prompt here
- Type adb devices and hit Enter
You should see a list of attached devices
Now you can enter ADB commands!
JumptoheavenLevel 5 - Gold Elite Member
T-K download adb using this link. [Login to see the link]
Once downloaded, copy the address of the platform tools folder from the file manager bar.
open cmd, type cd (make a space) and then paste the above mentioned address. Hit enter.
On your phone set USB mode to midi.
Plug in the phone.
Type adb devices into the command line. Now check you phone. It should ask you for permission to connect. Give it.
You should now see your device listed in cmd.
You're now connected!
MMacherLevel 2 - Senior Member
senderp56 you can try this he thinks it's what he used [Login to see the link]
MMacherLevel 2 - Senior Member
senderp56 you can try this he thinks it's what he used [Login to see the link]
KksavLevel 1 - Junior Member
Jumptoheaven I did exactly what you wrote but I don't see my device listed in cmd.
I also tried with Web ADB.com, I got "Access denied" error
JumptoheavenLevel 5 - Gold Elite Member
ksav did you enable USB debugging?
What phone do you have?
KksavLevel 1 - Junior Member
Jumptoheaven Yes.
LG Classic.
I tried all USB configuration, MTP, PTP, MIDI and RNDIS.
I want to remove the browser ASAP but i can't
TechgenLevel 6 - Platinum Elite Member
Jumptoheaven Btw the easiest way to open a command prompt window in a certain folder is just to click on the address bar of that folder and type cmd and hit enter
Apps4Flip-AdminLevel 5 - Gold Elite Member
[Login to see the link] Nice tip