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

FR: add support to push data like lgup etc does #17

Open
steadfasterX opened this issue Jul 22, 2017 · 2 comments
Open

FR: add support to push data like lgup etc does #17

steadfasterX opened this issue Jul 22, 2017 · 2 comments

Comments

@steadfasterX
Copy link
Contributor

it would be nice if we could send data (in my case image files like twrp , system image etc) when in download mode.
would that be possible? This could make the kdz flasher tools obsolete for me due to the fact that i can extract them with the kdztools, then i want to push them to the device and flash them with dd..

Any chance that this may come one day?

@steadfasterX
Copy link
Contributor Author

just realized this PR #1

@sim590
Copy link

sim590 commented Nov 23, 2017

This could make the kdz flasher tools obsolete for me due to the fact that i can extract them with the kdztools, then i want to push them to the device and flash them with dd..

I've been looking all around for a way to flash kdz stock ROM files from linux.

@steadfasterX If I understand correctly, I could extract the files from the kdz image, then push them on the phone (using adb push), then just do adb shell and dd my file on the appropriate device file? If so, I have two questions:

  1. What's the format of the file I should push on the phone (rather than the kdz)? Is it some .img file generated by one of the scripts of this repository or a ZIP archive (like LineageOS install ROMs)?
  2. What's the device file I should dd the files on (/dev/block/mmcblk0pX)?

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

2 participants