Skip to content

Instantly share code, notes, and snippets.

View jpmcosta's full-sized avatar

João Martins Costa jpmcosta

View GitHub Profile
@jpmcosta
jpmcosta / adb_wifi.bat
Created September 2, 2020 13:12
ADB over WiFi Batch Script
@echo off
setlocal
rem Change to suit your configuration.
set netmask=192.168
rem Set adb.
if [%1] == [] (
set adb=%ANDROID_HOME%\platform-tools\adb.exe
) else (
@jpmcosta
jpmcosta / gist:4b46b504de9c4b1bb1f9
Created July 20, 2015 14:55
NOT a fix to CoordinatorLayout
/*
* Copyright 2015 João Martins Costa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software