Note that there are some explanatory texts on larger screens.

plurals
  1. POInstall app on Motorola Backflip from AT&T
    text
    copied!<p>I'm trying to test an app out on the Motorola Backflip with AT&amp;T as the carrier. I checked USB debugging on the phone's Development screen. </p> <p>Using Eclipse, how do I get the app to load on the Backflip so I can test it? DDMS shows a device with a bunch of question marks and unkown. Seems that it only gives me the option to load the app on the SD card which doesn't do me any good.</p> <p>I searched and found a Motorola driver which I'm supposed to install to the adb folder. Where is that folder? I've checked the phone and on my development machine. Maybe I need new glasses?</p> <p>More info:</p> <p>I have Run set to manual. When I click on run I get:</p> <p>Choose a running Android Device:</p> <p>Serial number ????????</p> <p>AVD Name N/A</p> <p>Target Unk</p> <p>State ??</p> <p>and the OK button is greyed out so all I have left is to Cancel.</p> <p>Still trying:</p> <p>I don't know if this helps but in DDMS the following messages show up:</p> <p>[2010-03-28 19:20:41 - ddms]execute: running ls -l /</p> <p>[2010-03-28 19:20:41 - ddms]Got reply 'FAIL', diag='insufficient permissions for device'</p> <p>[2010-03-28 19:20:41 - ddms]execute: returning</p> <p>Did what Commonwares suggested:</p> <pre><code>eric@i7Linux:~/Eclipse3.5/android-sdk-linux_86/tools&gt; ./adb kill-server eric@i7Linux:~/Eclipse3.5/android-sdk-linux_86/tools&gt; ./adb kill-server eric@i7Linux:~/Eclipse3.5/android-sdk-linux_86/tools&gt; ./adb start-server * daemon not running. starting it now * * daemon started successfully * eric@i7Linux:~/Eclipse3.5/android-sdk-linux_86/tools&gt; ./adb devices List of devices attached ???????????? no permissions eric@i7Linux:~/Eclipse3.5/android-sdk-linux_86/tools&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload