Skip to content

horn3t/flashbml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flashbml is partition flashing utility for Samsung BML partition system

building:
arm-linux-androideabi-gcc flashbml.c -O2 -static -oflashbml
arm-linux-androideabi-strip flashbml

running:
adb remount
adb push flashbml /system/bin/
adb shell chmod 755 /system/bin/flashbml
adb shell flashbml boot /sdcard/boot.img
or
adb shell flashbml recovery /sdcard/recovery.img
or
adb shell flashbml recoveryonly /sdcard/recovery.img
or
adb shell flashbml /dev/block/bml7 /sdcard/boot.img

boot partition = /dev/block/bml7
recovery partition = /dev/block/bml8

MAKE SURE THAT PARTITIONS ARE THE SAME ON YOUR DEVICE!

About

Partition flashing utility for Samsung BML partition system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published