Skip to content

Instantly share code, notes, and snippets.

@ThEMarD
Last active May 8, 2023 04:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ThEMarD/137938acb15ad02648b65fb46842a73a to your computer and use it in GitHub Desktop.
Save ThEMarD/137938acb15ad02648b65fb46842a73a to your computer and use it in GitHub Desktop.
Regen vendor blobs
Make sure the device's and/or commonized device proprietary-files are updated with the same blobs that you want in your proprietary vendor repo.
In my example, I'll use the LeEco Le Max 2 (x2), so I would then copy the current LeEco msm8996-common and then x2 blobs (just to clarify, I mean the blobs themselves within the proprietary folder) to the desktop in a folder named vendorblobs
Then open terminal in the device tree and...
./extract-files.sh ~/Desktop/vendorblobs/ | tee ~/Desktop/extractor.log
Check extractor.log to ensure it worked ok and there was no errors / not found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment