Hi all
So you all know djrbliss right ? If you are serious about Android development, then you should.
For you people who are new to the hobby, djrbliss is one of the Root Gods of the community, and has recently become one of the Boot Loader Gods, what this means is he has found vulnerabilities in the vendor software of a lot of phones and developed exploits to allow us to be able to use our phones the way we want to, like loading custom roms, kernels, recoveries and such, with out these exploits, we just can not make these changes to these phones. So we all owe him big thanks for what he has done, and the many many many hours of time he has spent doing it.
One of his more recent exploits that he developed is called “Loki”. Loki was designed for the Samsung Galaxy S4, to work around the locked boot loader, and be able to load custom kernels and recoveries.
You can read about Loki here
Azimuth Security: Exploiting Samsung Galaxy S4 Secure Boot
and can review the Loki source code here
https://github.com/djrbliss/loki
Some people from the LG Motion community asked if he can port Loki to the LG Motion, but he is a very busy busy person with his business, and family and just does not have the time to do it, I completely understand that, this hobby eats up so much time, I barely have any free time myself to be messing with Android lately, but occasionally I do.
Anyway, I asked djrbliss if he would mind if I tried to port Loki to the LG motion, and if I succeed release it, and he said “by all means”
Well I spent the weekend trying to port it, and I did not succeed, I failed, but I thought it would be a good idea for me to share my findings, and try to explain what I did, and then maybe some of you can help, or see if I made a mistake.
After many hours of reviewing code, and scratching my head while looking at a hex editor, I think I have a better understanding of this, but I do not know why it is not working.
So if it is possible to get this to work on the Motion there are some things that I think we need to change in Dan’s loki_patch.c
ABOOT_BASE
HDR
CHECK SIGS ADDRESS
PATTERN
PATCH
.
So you all know djrbliss right ? If you are serious about Android development, then you should.
For you people who are new to the hobby, djrbliss is one of the Root Gods of the community, and has recently become one of the Boot Loader Gods, what this means is he has found vulnerabilities in the vendor software of a lot of phones and developed exploits to allow us to be able to use our phones the way we want to, like loading custom roms, kernels, recoveries and such, with out these exploits, we just can not make these changes to these phones. So we all owe him big thanks for what he has done, and the many many many hours of time he has spent doing it.
One of his more recent exploits that he developed is called “Loki”. Loki was designed for the Samsung Galaxy S4, to work around the locked boot loader, and be able to load custom kernels and recoveries.
You can read about Loki here
Azimuth Security: Exploiting Samsung Galaxy S4 Secure Boot
and can review the Loki source code here
https://github.com/djrbliss/loki
Some people from the LG Motion community asked if he can port Loki to the LG Motion, but he is a very busy busy person with his business, and family and just does not have the time to do it, I completely understand that, this hobby eats up so much time, I barely have any free time myself to be messing with Android lately, but occasionally I do.
Anyway, I asked djrbliss if he would mind if I tried to port Loki to the LG motion, and if I succeed release it, and he said “by all means”
Well I spent the weekend trying to port it, and I did not succeed, I failed, but I thought it would be a good idea for me to share my findings, and try to explain what I did, and then maybe some of you can help, or see if I made a mistake.
After many hours of reviewing code, and scratching my head while looking at a hex editor, I think I have a better understanding of this, but I do not know why it is not working.
So if it is possible to get this to work on the Motion there are some things that I think we need to change in Dan’s loki_patch.c
ABOOT_BASE
HDR
CHECK SIGS ADDRESS
PATTERN
PATCH
.