Skip to content

Instantly share code, notes, and snippets.

View ArneKoeckeritz's full-sized avatar

Arne Köckeritz ArneKoeckeritz

View GitHub Profile
@peteristhegreat
peteristhegreat / ReadMe.md
Last active February 1, 2024 20:48
Blu-ray ripping with Handbrake in Windows

Chocolatey

First install chocolatey if you don't have it. Its a package manager for Windows that makes life easier for installing programs quickly.

Then install vlc, handbrake, makemkv from chocolatey.

choco install vlc handbrake makemkv libdvdcss-2 -y
@makenova
makenova / NoRootFileAccess.md
Last active February 12, 2024 23:21
How to access files in the Android root file system without root

Access root file system with custom recovery

This describes how to access files and directories on the Android OS that are usually not accessible with a file explorer. All my machines are running OSX so these instructions should work similarly for *nix derivatives. Windows users will require a bit more research on their own. A lot of assumptions are made, so if you require clarification on anything, ask and I'll do my best to answer and update this gist.

Download appropriate Android system tools

@chrisbanes
chrisbanes / FloatLabelLayout.java
Last active March 15, 2024 06:39
FloatLabelLayout
/*
* Copyright 2014 Chris Banes
*
* 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
@stefanhoth
stefanhoth / android-libs.md
Last active April 18, 2020 05:02
GDG Android in Berlin brainstorming session Collection of libraries that should be included as of today in a modern Android app-

#GDG Android in Berlin brainstorming session


On November 27, 2013 I was asking the brilliant Android developers at GDG Android in Berlin for their favorite libraries that make their lives easier and should be included in every newly developed app.

This is the list of libraries we collected during this 10 minute session.

Architecture

@davidnunez
davidnunez / gist:1404789
Created November 29, 2011 13:20
list all installed packages in android adb shell
pm list packages -f