Skip to content

A Python script to update device vendor blobs by comparing it with common vendor blobs

Notifications You must be signed in to change notification settings

kartik-commits/update_vendor-blobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

 

Required

  python, pip and colorama ( Juss Google or ChatGPT to install with your system name )

Make the script executable by

 

chmod +x proprietary-deduper.py

Rename common proprietary-files.txt to common.txt and device proprietary-files.txt to device.txt ( Get this file from device dump, use DumprX )  

Start the game by

 

./proprietary-deduper.py common.txt device.txt

It is recommended to use -v before common.txt to see exactly purged blobs  

For help ( It is actually for short-termers like me )

 

proprietary-deduper.py --help

About

A Python script to update device vendor blobs by comparing it with common vendor blobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages