Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.62 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.62 KB

emmcdl

Description

Console utility for working with device partitions based on the Qualcomm processor for Linux.

How to use?

Download & build & install (required a g++ compiler)

git clone https://github.com/Zalexanninev15/emmcdl && cd emmcdl && aclocal && autoconf && automake --add-missing && ./configure && make && sudo cp emmcdl /usr/bin/emmcdl && cd .. && rm -rf emmcdl