Difference between revisions of "Android"

From Vague Hope Wiki
Jump to: navigation, search
Line 6: Line 6:
 
== Installing OSs ==
 
== Installing OSs ==
  
== Flashing via tmpfs ==
+
=== Flashing via tmpfs ===
  
 
* http://android.stackexchange.com/questions/19286/will-a-custom-recovery-work-with-an-encrypted-device
 
* http://android.stackexchange.com/questions/19286/will-a-custom-recovery-work-with-an-encrypted-device

Revision as of 01:45, 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>)
<pre>

* http://androidforums.com/captivate-all-things-root/153957-linux-user-here-stuck-insufficient-permissions-device.html