This guide explains how I setup my Android devices after flashing a new ROM or just wiping the device to start over. I use it to stay consistent every time I wipe one of my devices.
- Before flashing, backup with Helium to Google Drive like so:
| #!/bin/bash | |
| ### BEGIN INIT INFO | |
| # Provides: disable-ethernet | |
| # Required-Start: $local_fs | |
| # Required-Stop: | |
| # Default-Start: S | |
| # Default-Stop: | |
| # Short-Description: Disables on-board Ethernet to fix WiFi+Lapdock | |
| # Description: When using the Raspberry Pi Model B on the |
| #!/home/robpol86/python27/bin/python2.7 -u | |
| """Converts all FLAC files in a directory to mp3 files. Avoids converting old files by using an SQLite database. | |
| Requirements | |
| ------------ | |
| Python >= 2.7.3 (Linux) | |
| mutagen >= 1.20 : http://code.google.com/p/mutagen/ | |
| psutil >= 0.6.1 : http://code.google.com/p/psutil/ | |
| robutils >= 0.1.0 : https://github.com/Robpol86/robutils/ | |
| /usr/bin/flac |