Skip to content

Instantly share code, notes, and snippets.

View suphon-t's full-sized avatar
📚

Suphon T. suphon-t

📚
  • Bangkok, Thailand
  • 13:32 (UTC +07:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am paphonb on github.
  • I am paphonb (https://keybase.io/paphonb) on keybase.
  • I have a public key ASAN0prt3OdIyGhWwEtmXvS1igq48B2eU7OvWb2qdx5ozgo

To claim this, I am signing this object:

@suphon-t
suphon-t / Instructions.md
Last active March 12, 2017 02:04
Installing Xposed framework on Android emulator

Installing Xposed framework on Android emulator

Step 1 - Enable making changes to /system

You might want to copy the system.img to somewhere else first in case of bootloops.

$ cp ~/Library/Android/sdk/system-images/android-23/google_apis/x86/system.img ~/system.img
@suphon-t
suphon-t / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../paper-calculator/paper-calculator.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-toggle-button/paper-toggle-button.html">
<polymer-element name="my-element">
<template>
<style>