-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
650a8b4
commit 41c950c
Showing
4 changed files
with
15 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Builds | ||
index-* | ||
index.exe | ||
# Service Files | ||
servicefile.xml | ||
serviceScript.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# xml-servicefile-parser | ||
|
||
Parse servicefile.xml from stock Android pieces to create a script to restore to stock | ||
|
||
## Executable | ||
|
||
### Building | ||
|
||
1. `npm i` | ||
2. `npm run package` | ||
|
||
### Usage | ||
|
||
1. Place alongside `servicefile.xml`. | ||
2. Run executable or `node test`, if using source. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.