mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-12-15 16:49:03 -05:00
Add a flashable ZIP for deblobbing firmware
This commit is contained in:
parent
fc857876dc
commit
1c5878b8cc
4 changed files with 29 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
ui_print("DivestOS Firmware Deblobber");
|
||||
unmount("/firmware");
|
||||
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/modem", "/firmware", "");
|
||||
package_extract_dir("scripts", "/tmp/scripts");
|
||||
run_program("/sbin/sh", "/tmp/scripts/firmware_deblobber.sh");
|
||||
unmount("/firmware");
|
||||
ui_print("Deblobbed!");
|
||||
set_progress(1.000000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue