Skip to content

Instantly share code, notes, and snippets.

View nevermoe's full-sized avatar

nevermoe

View GitHub Profile
@nevermoe
nevermoe / install_busybox.sh
Last active October 16, 2018 09:53 — forked from alsanchez/install_busybox.sh
Install busybox on the x86 Android emulator
#!/bin/bash
wget "https://busybox.net/downloads/binaries/1.26.2-i686/busybox" -O /tmp/busybox
adb push /tmp/busybox /data/data/busybox
adb shell "mount -o remount,rw /system && mv /data/data/busybox /system/bin/busybox && chmod 755 /system/bin/busybox && /system/bin/busybox --install /system/bin"
@nevermoe
nevermoe / floatsign.sh
Last active June 29, 2018 12:10 — forked from Weptun/floatsign.sh
Now fix when no entitlements are present.
# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
# Extension Copyright (c) 2013 Weptun Gmbh
# http://www.weptun.de
#
# Extended by Ronan O Ciosoig January 2012
#
# Extended by Patrick Blitz, April 2013