Skip to content

Instantly share code, notes, and snippets.

@C457
C457 / gist:cfd7d73ab5197121e75a
Created February 20, 2015 03:11
Shield stock vs aosp
Binary files dump/app/BasicDreams.apk and system/app/BasicDreams.apk differ
Only in dump/app: BlakePairing.apk
Binary files dump/app/Bluetooth.apk and system/app/Bluetooth.apk differ
Only in dump/app: Books.apk
Binary files dump/app/Browser.apk and system/app/Browser.apk differ
Binary files dump/app/Calculator.apk and system/app/Calculator.apk differ
Only in system/app: Calendar.apk
Only in dump/app: CalendarGoogle.apk
Binary files dump/app/Camera2.apk and system/app/Camera2.apk differ
Binary files dump/app/CertInstaller.apk and system/app/CertInstaller.apk differ
@C457
C457 / gist:00befa8395eb3bb23023
Last active August 29, 2015 14:15
LG Optimus F60 MS395 Kexec Hardboot
From 0be0c65469010c24e1194da0586de697239a57b4 Mon Sep 17 00:00:00 2001
From: c457 <android.c357@gmail.com>
Date: Tue, 3 Feb 2015 22:42:16 -0600
Subject: [PATCH] Implement kexec hardboot
For LGE MSM8226 devices
---
arch/arm/Kconfig | 26 ++++++++++++++
arch/arm/boot/compressed/head.S | 63 +++++++++++++++++++++++++++++++++
arch/arm/include/asm/kexec.h | 8 +++++
@C457
C457 / 0001-Implement-kexec-hardboot.patch
Last active May 28, 2017 19:46
Exynos Kexec Hardboot Patch
From f1190e69caac8087c201951b01f50baeb5da5ec7 Mon Sep 17 00:00:00 2001
From: Vojtech Bocek <vbocek@gmail.com>
Date: Mon, 23 Sep 2013 22:30:02 +0200
Subject: [PATCH] Implement kexec-hardboot
"Allows hard booting (i.e., with a full hardware reboot) to a kernel
previously loaded in memory by kexec. This works around the problem of
soft-booted kernel hangs due to improper device shutdown and/or
reinitialization."
More info in /arch/arm/Kconfig.