- 09 Apr, 2016 10 commits
-
-
sub77 authored
-
sub77 authored
-
nkk71 authored
* MultiROM support for no kexec-hardboot enabled kernels. It has been tested on the HTC One M7, M8 and M9 successfully. * This commit is the multirom portion, which adds the real code for the workaround. Needs to be enabled in multirom.ini settings: (1) allow_nkk71_nokexec=1 (refer to multirom.h for various values) or (2) preferably to do it in TWRP https://github.com/nkk71/android_bootable_recovery/commit/21ff5ee42ad1a6b94c2f8ae31409382eb0f6bc47 * This is an updated and more reliable version of the initial WIP https://github.com/nkk71/multirom/commit/6ae88fe6590d99844e87b31286db19f133ea70e8 Note: * The following build flag needs to be added in BoardConfig: MR_ALLOW_NKK71_NOKEXEC_WORKAROUND := true
-
Captain Throwback authored
-
nkk71 authored
-
nkk71 authored
Adds the following to multirom-klogs dir: * 5 last_kmsg log history * current klog upon entering multirom * current klog upon exiting multirom * current kexc log needs to be enabled in multirom.ini settings: * enable_kmsg_logging=1 or * if you want to do it in TWRP eg https://github.com/nkk71/android_bootable_recovery/commit/497ce002dea9e80a9377f0f2d78e962d457fa681
-
nkk71 authored
If MR_DEVICE_SPECIFIC_VERSION is set in BoardConfig, it will override the VERSION_DEV_FIX which is set in multirom/version.h Background Info (from version.h): For device-specific fixes. Use letters, the version will then be like "12a" (cherry picked from commit ce3f8dd244a2ecf2afc0722d75b105497216ef08)
-
nkk71 authored
(cherry picked from commit 07114c2458b6a27017f26caf8175ac77e154448e) (cherry picked from commit 1cee7606230f2028a2d5b4a582fe15edd5ec32db)
-
nkk71 authored
* Many HTC One M7 kernels don't provide by-name support, add a workaround to populate by-name partition symlinks from /proc/emmc * New flag: MR_POPULATE_BY_NAME_PATH := "/dev/block/platform/msm_sdcc.1/by-name"
-
Captain Throwback authored
This is a hack that uses mtp,adb mode rather than just adb mode Per @nkk71 on IRC, "the actual kill isnt working so it's not switching back to mtp,adb mode" Thanks to him for the workaround :) This patch also updates the HEAD for kexec-tools
-
- 14 Feb, 2016 4 commits
-
-
Vojtech Bocek authored
-
Vojtech Bocek authored
-
Vojtech Bocek authored
-
Vojtech Bocek authored
-
- 09 Feb, 2016 2 commits
-
-
Vojtěch Boček authored
Fix building of stock twrp
-
Florian Molitorisz authored
multirom breaks build if no multirom flags are set.
-
- 07 Feb, 2016 3 commits
-
-
Vojtech Bocek authored
-
Vojtech Bocek authored
-
Vojtech Bocek authored
-
- 06 Feb, 2016 1 commit
-
-
Vojtech Bocek authored
* Run restorecon on /data/.layout_version * Fix firmware image mounting, remove obsolete fw_mounter * Add mechanism to append things to rc files
-
- 10 Jan, 2016 1 commit
-
-
Vojtech Bocek authored
-
- 03 Jun, 2015 1 commit
-
-
Vojtech Bocek authored
-
- 01 Jun, 2015 3 commits
-
-
Vojtech Bocek authored
-
Vojtěch Boček authored
Initialize adb via usb_function_switch
-
Captain Throwback authored
-
- 31 May, 2015 2 commits
-
-
Vojtech Bocek authored
* We can do that now because we don't need /data mounted to workaround restorecon_recursive in init.rc
-
Vojtech Bocek authored
* Inject entries for MultiROM folders into /file_contexts instead of editing *.rc files. * Thanks nkk71 for the suggestion.
-
- 29 May, 2015 2 commits
-
-
Vojtech Bocek authored
e2d63af Move sprintf to snprintf. d1d9602 init: refactor firmware loading locations into table d1d9602 init: refactor firmware loading locations into table 1225a61 init: consider all platform devices for find_platform_device
-
Vojtech Bocek authored
-
- 28 May, 2015 3 commits
-
-
Vojtech Bocek authored
-
Vojtech Bocek authored
This reverts commit d3147e46. Conflicts: version.h SELinux in Android M preview needs it to be called /init.
-
Vojtech Bocek authored
-
- 07 Apr, 2015 2 commits
-
-
Vojtěch Boček authored
Remove unneeded function for arm64 compatibility
-
Vojtech Bocek authored
-
- 04 Apr, 2015 1 commit
-
-
Hash Bang authored
Change-Id: I19b3ad77fe916cbee7df6600970abefef32be5c2
-
- 02 Apr, 2015 1 commit
-
-
Vojtech Bocek authored
-
- 31 Mar, 2015 2 commits
-
-
Vojtech Bocek authored
-
Vojtech Bocek authored
* Mounting the image as /firmware in multirom can clash with real /firmware mounted for encryption support
-
- 28 Mar, 2015 2 commits
-
-
Vojtech Bocek authored
-
Vojtech Bocek authored
-