Difference between revisions of "Android"

From Vague Hope Wiki
Jump to: navigation, search
 
Line 18: Line 18:
 
sudo ./adb devices (it should no longer say ????????????? no perms)
 
sudo ./adb devices (it should no longer say ????????????? no perms)
 
(sudo ./adb install <name of app>)
 
(sudo ./adb install <name of app>)
<pre>
+
</pre>
  
 
* http://androidforums.com/captivate-all-things-root/153957-linux-user-here-stuck-insufficient-permissions-device.html
 
* http://androidforums.com/captivate-all-things-root/153957-linux-user-here-stuck-insufficient-permissions-device.html

Latest revision as of 01:46, 5 May 2013

Native code on Android

Installing OSs

Flashing via tmpfs

ADB

error: insufficient permissions for device

sudo ./adb kill-server
sudo ./adb devices (it should no longer say ????????????? no perms)
(sudo ./adb install <name of app>)

Security