opinsys / puavo

Common placeholder project for all Puavo related projects to handle issues in one place
0 stars 0 forks source link

Add appinventor #317

Closed asokero closed 7 years ago

asokero commented 7 years ago

http://appinventor.mit.edu

asokero commented 7 years ago

Linux package can be found here http://appinventor.mit.edu/explore/ai2/linux.html http://appinv.us/aisetup_linux_deb

Seems like it requires android-tools-adb package installed before device recognition works.

asokero commented 7 years ago

https://github.com/mit-cml/appinventor-sources

asokero commented 7 years ago

On newer Android devices also proper udev rules are needed. Otherwise the device can only be accessed by root. Using this udev rule file seems to help on test devices https://github.com/M0Rf30/android-udev-rules/blob/master/51-android.rules. It allows users belonging to a defined group to have access with adb.

juhaerk commented 7 years ago

Done.