Last active
May 8, 2023 04:42
-
-
Save ThEMarD/137938acb15ad02648b65fb46842a73a to your computer and use it in GitHub Desktop.
Regen vendor blobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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