I want to push the qwerty.kl file so my phone wakes up with the optical joystick, but this happens:
Code:
adb devices
List of devices attached
???????????? no permissions
I have USB debugging enabled. Any ideas?
check your usb cord isnt broken...i went through 4 cords
Sent from my Incredible using XDA App
Linux, Windows, or mac?
tylerwagler said:
I want to push the qwerty.kl file so my phone wakes up with the optical joystick, but this happens:
Code:
adb devices
List of devices attached
???????????? no permissions
I have USB debugging enabled. Any ideas?
Click to expand...
Click to collapse
Sent from my ADR6300 using XDA App
tcberg2010 said:
Linux, Windows, or mac?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
did you install the adb drivers?
Sent from my Incredible using XDA App
Ubuntu 10.04. File transfers work both ways so the cord should be fine.
Sent from my ADR6300 using XDA App
what about the adb drivers
Sent from my Incredible using XDA App
where do I obtain such drivers for ubuntu?
you dont
Sent from my Incredible using XDA App
Good call... any other ideas?
Sent from my ADR6300 using XDA App
Related
Can soneone help me on this .. i installed the drivers and all but unrevoked wont read me phone.. im using windows xp... is there any other method to root besides unrevoked?
Sent from my INCREDIBLE using XDA App
Antivirus or firewall? Turn it off, then try.
Id like to thank everyone that helped me root, rom, & nand.
OMFGB, Slayher#27, CWM 3.0.0.8
bobvk114 said:
is there any other method to root besides unrevoked?
Sent from my INCREDIBLE using XDA App
Click to expand...
Click to collapse
Just to answer this question, there is, you just need to be pretty tech savvy and a few hours on your hands. I have a Mac so I can't really help you with your issue, sorry bro
Are you in charge only mode after connecting USB? USB debugging enabled?
Sent from my ADR6300 using XDA App
k_nivesout said:
Are you in charge only mode after connecting USB? USB debugging enabled?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
It's probably usb debugging, make sure its turned on
Sent from my ADR6300 using XDA Premium App
I have Osx 10.6 and trying to root using heimdall however it will not detect the phone in dowload mode am I missing something the phone has gingerbread
Sent from my SPH-D700 using Tapatalk
What the app for installing the drivers won't read Samsung Mobile Device?....
Sent from my SPH-D700 using xda premium
I recommend finding a way to use a PC. Heimdal is buggy with Macs.
Sent from my SPH-D700 using Tapatalk
Are you sure the phone usb actually works?? Like would it connect as a mass storage?? Do you know if the problem it from your mac, the usb, or the phone itsself??
Sent from my SPH-D700 using XDA App
Phone usb recongizes as mass storage it just won't recongize in download mode
Sent from my SPH-D700 using Tapatalk
Can anyone tell me how to make/get a logcat?
im a noob :/
Sent from my One V using xda premium
martijn99 said:
Can anyone tell me how to make/get a logcat?
im a noob :/
Sent from my One V using xda premium
Click to expand...
Click to collapse
dunno how to logcat but your dog pic is damn funny xD :silly::silly::laugh::laugh::laugh::laugh:
Adb logcat or very simple, download catlog from market :thumbup:
O
Can anyone tell me how to make/get a logcat?
im a noob :/
Sent from my One V using xda premium
Click to expand...
Click to collapse
1. Enable USB debugging from Developers option inside settings.
2. Connect your device to your computer using USB cable.
3. Now open cmd.
4. Navigate to navigate to folder which contains your adb.(if you don't have download one)
5. Then type
adb logcat> ./some location/filename.txt
And press enter.
6.Thats it. You will get logs on your command prompt.
7.and once you terminate the command(you can terminate it bye using Ctrl+c) you will get a text file containing logs specified at your location.
And yeah u have a funny dog pic.
Sent from my HOV using CM10....
Download logcat extreme free from google play and open it up.....that's it!
Sent from my HTC One V using xda app-developers app
hahahaha i have it from a friend xD anyway Thanks everybody!!!
Sent from my One V using xda premium
I've ran into a problem in the last few days.. i decided to system wipe my evo knowing i would have to reinstall a new rom and i know exactly how to do so, even since then i've tried different installing different drivers to my computer (Windows Vista) and nothing seems to be reading my phone. If someone could point me to the correct link to the drivers i would surely appreciate it!
Try mounting usb storage in the recovery to move a rom? I can't remember if you need specific drivers for that
Sent from my LG-LS970 using Tapatalk 4
AFschizoid said:
Try mounting usb storage in the recovery to move a rom? I can't remember if you need specific drivers for that
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
I've already tried that and nothing. My computer gives me a "USB Device Not Recognized" msg. I've tried installing many different drivers including HTC Sync..
Hmm
Sent from my PC36100 using xda app-developers app
Problem fixed
Sent from my PC36100 using xda app-developers app
lucky enough for my pc to finally recognize my phone lol
Sent from my PC36100 using xda app-developers app
,
Sent from my PC36100 using xda app-developers app
Need to upgrade from my evo tbh lol
Sent from my PC36100 using xda app-developers app
How can I delete the HTC software from popping up when I plug my phone into a computer?
I know that I can disable autoplay, but I want to delete it from the phone completely.
I am s-off'd too.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Mac or PC?
HTC One
Sent from my HTC6500LVW using XDA Premium 4 mobile app
The VZW Software stuff. Sorry, I should have been more specific. The stuff on the HTC One that looks like a CD ROM to computers.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
I hate that! It happens with both Mac & PC. They act as if I have just inserted a CD along with the HTC One. Weird
Sent from my HTC One.
Indeed! I want to delete this so bad? That and the stupid Wi-Fi notifications are my 2 pet peeves.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
You have two options in how to remove this.
Option 1:
Set up ADB.
Connect your phone to the computer.
Reboot to recovery.
Type this:
Code:
adb shell mount /system
adb shell rm /system/etc/CDROM.ISO
adb shell umount /system
Option 2:
Get Root Explorer or a similar app which allows modifying system files.
Navigate to /system/etc.
Delete CDROM.ISO.
Option 2 doesn't always work for some people, but it did for me. That's how I've always handled it on my HTC phones.