This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0be0c65469010c24e1194da0586de697239a57b4 Mon Sep 17 00:00:00 2001 | |
From: c457 <[email protected]> | |
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 +++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f1190e69caac8087c201951b01f50baeb5da5ec7 Mon Sep 17 00:00:00 2001 | |
From: Vojtech Bocek <[email protected]> | |
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. |