Android debug mode not working waiting for device
        Posted  
        
            by 
                Blue42
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blue42
        
        
        
        Published on 2013-06-20T22:53:38Z
        Indexed on 
            2013/10/18
            15:55 UTC
        
        
        Read the original article
        Hit count: 247
        
I'm trying to get my android phone working to run apps from inside an IDE.
Got it working on windows no problem, currently working in fedora (18) a lot though so wanted to get it working with that.
Got IntelliJ and android sdk installed, problem is when I try to run the default hello world app it wont work it just says waiting for device..
Ran adb devices got
List of devices attached 
????????????    no permissions
Leads me to believe the driver isn't installed? Phone I'm using is a HTC Sensation. Does anyone know what I can do to try and resolve it? The HTC web page doesn't offer me drivers to install.
Also noticed in /etc/udev/rules.d/..android.rules there is nothing about Sensation. Seems it recognises my nexus 7 though..
Edit: Tried my nexus.. got
 List of devices     attached 
 901839238298923     offline
So it doesn't even work with that.. confusing..
Any help would be appreciated.
Thanks, B
© Stack Overflow or respective owner