(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| Genymotion is a Virtual Android Environment built on x86 and Virtualbox. It's not an ARM emulator so it's performance is way better than the Android SDK Emulator. However in their latest update they've removed both ARM Translation and Google Play Apps. (This is what causes the "INSTALL_FAILED_CPU_ABI_INCOMPATIBLE" errors) Many Devs and Users still find these features very useful for various reasons and their removal has forced people to look for alternatives to Genymotion. | |
| This guide is for getting back both ARM Translation and Google Play apps in your Genymotion VM. | |
| UPDATE-v1.1: I've gotten more up-to-date builds of libhoudini and have updated the ZIP. This fixes a lot of app crashes and hangs. Just flash the new one and it should work. | |
| Download the following ZIPs: | |
| ARM Translation Installer v1.1 - http://goo.gl/JBQmPa(Mirrors) ON DROPBOX | |
| Download the correct GApps for your Android version: | |
| Google Apps for Android 4.3 - http://goo.im/gapps/gapps-jb-20130813-signed.zip ON DROPBOX | |
| Google Apps for Android 4.2 |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
THIS GIST WON'T BE UPDATED ANY MORE (24/10/18)
Follow the progress of this project here 3os.org Raspberry Pi 3 TOR Access Point Router Project
Network: Router RJ45 <--> Ethernet Port on Raspberry <--> TOR <--> Raspberry WIFI AC <--> WIFI CLIENT
# -- Download Rasbian Strech Lite from: https://www.raspberrypi.org/downloads/raspbian/| sudo apt-get install -y gpsd | |
| sudo apt-get install -y gpsd-clients | |
| sudo apt-get install -y python-gps | |
| sudo apt-get install -y libcap-dev | |
| sudo apt-get install -y pps-tools | |
| echo console=ttyACM0,115200 >> /boot/cmdline.txt | |
| # edit /etc/rc/local and add (before the exit 0) | |
| # sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sock |
| From https://www.spotpear.com/learn/EN/raspberry-pi/Raspberry-Pi-LCD/Raspberry-Pi-_Rotate-the-screen-display.html | |
| Raspberry Pi - Rotate the screen display | |
| Raspberry Pi 2.4/3.2 inch LCD | |
| Rotate display | |
| sudo nano /boot/config.txt |