Difference between revisions of "Android"

From Vague Hope Wiki
Jump to: navigation, search
(Native code on Android)
Line 3: Line 3:
 
* [http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App native executable in Android App Running native code]
 
* [http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App native executable in Android App Running native code]
 
* [http://credentiality2.blogspot.com/2010/08/native-vim-for-android.html vim for android]
 
* [http://credentiality2.blogspot.com/2010/08/native-vim-for-android.html vim for android]
 +
 +
== Installing OSs ==
 +
 +
=== ADB ===
 +
 +
==== error: insufficient permissions for device ====
 +
 +
<pre>
 +
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

Revision as of 01:40, 5 May 2013

Native code on Android

Installing OSs

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