ShivamKumarJha / android_tools

Bash scripts for ROM development stuff.
https://github.com/AndroidBlobs
GNU General Public License v3.0
653 stars 225 forks source link

proprietary-files.txt is not properly filled #1

Closed archfan closed 5 years ago

archfan commented 5 years ago
./tools/androidblobs.sh /home/user/firmware/miui_GRUSEEAGlobal_V10.3.4.0.PFBEUXM_409f6dbb6f_9.0.zip
Binary file (standard input) matches
/home/user/firmware/tools/android_tools/working/proprietary-files.txt prepared!
BRAND: 
DEVICE: 
DESCRIPTION: 
FINGERPRINT: 
MODEL: 
SECURITY_PATCH: 
VERSION: 
FLAVOR: 
ID: 
INCREMENTAL: 
TAGS: 
$DEVICE must be set before including this script!
➜  working git:(master) ✗ cat proprietary-files.txt 

# Audio

# Bluetooth-AptX
file

# Camera

# DRM

# Display-Hardware

# GPS

# GPS-Hardware

# Graphics

# Listen

# Media

# Media-Hardware

# Perf

# Postprocessing

# QMI

# Radio

# Sensors

# Time

# WiFi

# Misc
ShivamKumarJha commented 5 years ago

./tools/androidblobs.sh doesn't accept OTA zip file as argument. Extract it first via ./tools/rom_extract.sh Also to prepare just the list, use ./tools/proprietary-files.sh

ShivamKumarJha commented 5 years ago

grus: https://transfer.sh/GgQc7/proprietary-files.txt pyxis: https://transfer.sh/pnpIX/proprietary-files.txt common_blobs: https://bitbucket.org/ShivamKumarJha/bloblist/commits/d11c31106864c95cd666f3dc22ab477cbe747b6f

archfan commented 5 years ago

Thanks!