Skip to content

Instantly share code, notes, and snippets.

@Robpol86
Robpol86 / SystemSetup_Android.md
Last active December 19, 2015 22:19
Setup guide I use after flashing a new ROM on my Android phones/devices.

System Setup: Android

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.

Backup First

  1. Before flashing, backup with Helium to Google Drive like so:
@Robpol86
Robpol86 / SystemSetup_ChromebookPixel.md
Last active December 19, 2015 15:19 — forked from mikeflynn/chromebook_pixel_setup.md
System setup guide for a command-line chroot environment on Chromebook Pixel laptops.

Chromebook Pixel Setup

    Work in progress.

Prerequisites

  • Put the Pixel in developer mode.
@Robpol86
Robpol86 / convertMusic.py
Created January 30, 2013 05:55
The script I've been using (which I wrote) to convert all of my FLAC files to MP3 when I add new music to my collection. Wrote the first version in November 2008, but this version was written on December 2012.
#!/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
@Robpol86
Robpol86 / output.txt
Created November 9, 2015 05:43
GoPro Hero3 Black Edition Linux Kernel Failure
(binwalk)support@moops gopro-linux (master) $ git remote -v
origin https://github.com/evilwombat/gopro-linux.git (fetch)
origin https://github.com/evilwombat/gopro-linux.git (push)
(binwalk)support@moops gopro-linux (master) $ git status
# On branch master
nothing to commit, working directory clean
(binwalk)support@moops gopro-linux (master) $ diff .config arch/arm/configs/hero3black-standalone_kernel_defconfig
4c4
< # Sun Nov 8 17:56:15 2015
---