Skip to content

Instantly share code, notes, and snippets.

@veritas06
veritas06 / Rabbit_r1-Android_Guide.md
Last active April 1, 2025 05:32
Instructions to get stock Android or LineageOS21 on the Rabbit r1 (July 2024)

Android on Rabbit r1

Created: July 01, 2024

Last Edited: August 01, 2024

NOTICE: Should go without saying, but I am not responsible for your device. Below are the notes I've used to get my own Rabbit r1 running with the r1_escape image & LineageOS. You should have a vague idea of what you're doing before jumping into any of this, & make sure you have a stock backup before changing anything.

System Backup

  • Before making any changes, make sure you backup your stock partitions with MTKClient
  • ./mtk rl --skip userdata "path/to/backup"
@jdc-cunningham
jdc-cunningham / bl-monocle-ar-gists.py
Last active March 9, 2023 22:02
Brilliant Labs Monocle AR - different scenes
import time
import device
import display
def draw_welcome(placeholder_arg):
display.text("Welcome, <name>", 150, 175, 0xffffff)
def weather_report(placeholder):
display.text("Weather in <Location>", 100, 125, 0xffffff)
display.text("43F Cloudy", 100, 175, 0xffffff)
@jinschoi
jinschoi / create_sub.py
Last active February 16, 2025 14:31
Python script to generate Flipper RAW .sub files from OOK bitstreams
#!/usr/bin/env python3
from typing import Iterable, Union, Any
# freq: frequency in Hz
# zerolen: length of space bit in μs
# onelen: length of mark bit in μs
# repeats: number of times to repeat sequence
# pause: time to wait in μs between sequences
# bits: string of ones and zeros to represent sequence
@agnostic-apollo
agnostic-apollo / Android-Phantom,Cached-And-Empty-Processes.md
Last active February 23, 2025 01:52
Android Phantom, Cached And Empty Processes
@kmark
kmark / extractMotionPhotos.sh
Last active November 3, 2020 14:38
Samsung Galaxy Motion Photo extraction tool
#!/bin/bash
# Copyright 2017 Kevin Mark
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
@ValdikSS
ValdikSS / gist:c13a82ca4a2d8b7e87ff
Last active December 3, 2024 23:25
TrueCrypt hack info
  • Developers have responded:

https://www.grc.com/misc/truecrypt/truecrypt.htm | https://twitter.com/stevebarnhart/status/472192457145597952

Steven Barnhart (@stevebarnhart) wrote to an eMail address he had used before and received several replies from “David.” The following snippets were taken from a twitter conversation which then took place between Steven Barnhart (@stevebarnhart) and Matthew Green (@matthew_d_green):

TrueCrypt Developer “David”: “We were happy with the audit, it didn't spark anything. We worked hard on this for 10 years, nothing lasts forever.”

Steven Barnhart: (Paraphrasing) Developer “personally” feels that fork is harmful: “The source is still available as a reference though.” >

@psd
psd / index.html
Created August 31, 2010 21:12
cards for a REST design exercise
<!doctype html>
<html>
<head>
<style>
body {
font-family: "Helvetica Neue", Arial;
padding: 10mm;
}
h2 {
clear: both;