Hello,
As per title I'm cooking a modded firmware (nothing big, just a possible Rescue Version
) and I want to embed the following commands in updater-script to the stock original firmware, this could help in bootloop situations and if recovering the files or diagnose (ADB) is needed.
delete_recursive("/cache");
delete_recursive("/data/data");
delete_recursive("/data/dalvik-cache");
and editing the default.prop file with the following entries:
ro.adb.secure=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
Now my objective is, how do I sign it and pack it to flash it successfully like an official samsung firmware via odin?
I don't have the bootloader unlocked, would the firmware get rejected while flashing with theese edits?
Do I need to do something to SBoot? The phone is Stock, no Root, no custom ROM or TWRP
Would I loose the internal storage data if flashing it via odin? (Secure Boot enabled)
If you want to join me with this project PM me
XDA:DevDB Information
[G935F] Samsung Rescue MOD, ROM for the Samsung Galaxy S7 Edge
Contributors
TPBWorks, TPBWorks
ROM OS Version: 8.x Oreo
Based On: Stock
Version Information
Status: Testing
Created 2019-02-07
Last Updated 2019-02-07
As per title I'm cooking a modded firmware (nothing big, just a possible Rescue Version
delete_recursive("/cache");
delete_recursive("/data/data");
delete_recursive("/data/dalvik-cache");
and editing the default.prop file with the following entries:
ro.adb.secure=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
Now my objective is, how do I sign it and pack it to flash it successfully like an official samsung firmware via odin?
I don't have the bootloader unlocked, would the firmware get rejected while flashing with theese edits?
Do I need to do something to SBoot? The phone is Stock, no Root, no custom ROM or TWRP
Would I loose the internal storage data if flashing it via odin? (Secure Boot enabled)
If you want to join me with this project PM me
XDA:DevDB Information
[G935F] Samsung Rescue MOD, ROM for the Samsung Galaxy S7 Edge
Contributors
TPBWorks, TPBWorks
ROM OS Version: 8.x Oreo
Based On: Stock
Version Information
Status: Testing
Created 2019-02-07
Last Updated 2019-02-07