Skip to content

Instantly share code, notes, and snippets.

View inarius's full-sized avatar

Jason Simone inarius

View GitHub Profile
@nstarke
nstarke / release-android-debuggable.md
Last active June 26, 2024 15:20
How to make a Release Android App debuggable

How to make a Release Android App debuggable

Let's say you want to access the application shared preferences in /data/data/com.mypackage.
You could try to run adb shell and then run-as com.mypackage ( or adb shell run-as com.mypackge ls /data/data/com.mypackage/shared_prefs), but on a production release app downloaded from an app store you're most likely to see:

run-as: Package 'com.mypackage' is not debuggable
@alyti
alyti / DiscordSwitchPiratesHelper.user.js
Last active March 5, 2019 09:33
A little helper userscript to make downloading NSPs from Switch Pirates a bit more tolerable
// ==UserScript==
// @name Discord Switch Pirates Helper
// @namespace http://tampermonkey.net/
// @version 2.1.1
// @description Arr!!
// @author AltiCodes
// @match *://discordapp.com/channels/*
// @grant GM_setClipboard
// @inject-into auto
// @downloadURL https://gist.github.com/AltiCodes/3b94a627f797baf03f0e25e6b2d221d3/raw/DiscordSwitchPiratesHelper.user.js
@kylemcdonald
kylemcdonald / Collect Parler Metadata.ipynb
Last active June 27, 2024 04:09
Collect video URLs and GPS data for Parler videos.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.