Skip to content

Instantly share code, notes, and snippets.

@autovalue
autovalue / RxFirebase.java
Created August 20, 2016 21:51 — forked from gsoltis/RxFirebase.java
RxJava Bindings for Firebase
package com.firebase.client;
import com.firebase.client.core.Constants;
import rx.Observable;
import rx.Subscriber;
import rx.functions.Action0;
import rx.functions.Func1;
import rx.subscriptions.Subscriptions;
public class RxFirebase {
@autovalue
autovalue / yetanotherworkaroundfortethering.txt
Created December 24, 2015 14:50 — forked from CHEF-KOCH/yetanotherworkaroundfortethering.txt
Fix for older Android 4.x tethering problems
su
settings get global tethering_dun_required
settings get global tether_dun_required
# or
#settings put global tether_dun_required 0
#settings put global tethering_dun_required 0
netcfg
#(now search for the iface) e.g. ccmni0
@autovalue
autovalue / gist:2c6122d2b9ae9e3c6a31
Last active August 29, 2015 14:26 — forked from liminal/gist:8801401
Using adb over wifi with Android Tether device
# Set up adb to use tcpip port
adb tcpip 5555
# Default device ip when it's used as a portable hotspot
adb connect 192.168.43.1
# List connected devices
adb devices
@autovalue
autovalue / app.yaml
Last active August 29, 2015 14:19 — forked from darktable/app.yaml
application: you-app-name-here
version: 1
runtime: python
api_version: 1
default_expiration: "30d"
handlers:
- url: /(.*\.(appcache|manifest))
mime_type: text/cache-manifest