3ffe678d573ef8e24a35a8a00ce2be7b3ddef8d2
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. - [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
xml-servicefile-parser
Parse servicefile.xml/flashfile.xml from stock Android pieces to create a script to restore to stock.
Remember to inspect the created scripts before actually running them.
NPM
Usage
Executable
Building
npm i-> This will install the dependencies- Edit
settings.jsonaccordingly. npm run pkg-> This will package the application with the configured settings.json
Usage
Option 1
- Place alongside
servicefile.xml. - Run executable. On Windows, double click. On Linux, do
chmod +x <filename>then./<filename>
Be aware that the default executable creates
serviceScript.shandserviceScript.bat, so don't have any files of that name already.
- Inspect the scripts and use them as required.
Option 2
- Run it passing the filename as the second argument
Languages
JavaScript
100%