Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to port it to new device? #5

Open
Malmik opened this issue Apr 21, 2019 · 3 comments
Open

How to port it to new device? #5

Malmik opened this issue Apr 21, 2019 · 3 comments

Comments

@Malmik
Copy link

Malmik commented Apr 21, 2019

I have exact partition layout for Moto Z Play. How can I make it work for it?

@ghost
Copy link

ghost commented Jul 29, 2023

I have exact partition layout for Moto Z Play. How can I make it work for it?

Without the flash programmer you don't.

@userse31
Copy link

userse31 commented May 4, 2024

As someone who's done a little digging, doesn't the programmer need to be signed with the private keys for said device?

@Koladweep
Copy link

Koladweep commented Jul 1, 2024

It's a proof of concept study. I think they explained how they did it for the said devices in the study itself.
Anyone wishing to follow will have to dig around for themselves. This includes having low level knowledge like ARM assembly language (version needed for your device), knowledge of how the bootloader works and the memory stack and understanding of how to extract the necessary information from the firehose files in order to be able to port the device into this template. i.e. 3 files
constants.h,
patcher.c &
shook_target.h

for your device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants