Skip to content

Commit

Permalink
Rebrand to DumprX
Browse files Browse the repository at this point in the history
Signed-off-by: Sushrut1101 <[email protected]>
  • Loading branch information
Sushrut1101 committed Mar 7, 2022
1 parent aab397e commit 50d05cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">

<h1>Phoenix Firmware Dumper v1.1.3</h1>
<h1>DumprX</h1>

<h4>Based Upon Dumpyara from AndroidDumps, Infused w/ their Firmware_extractor</h4>
<h4>Based Upon Phoenix Firmware Dumper from DroidDumps, with some Changes and Improvements</h4>

</div>

Expand All @@ -20,6 +20,7 @@ You might've used firmware extractor via dumpyara from https://github.com/Androi
- [x] Binary tools are updated to latest available source
- [x] LG KDZ utilities are updated to support latest firmwares
- [x] Installation requirements are narrowed down to minimal for playing with this toolkit
- [x] Recovery Dump is made too

## Recommendations before Playing with Firmware Dumper

Expand Down Expand Up @@ -65,7 +66,7 @@ Help Context:

## Main Scripture Credit

As mentioned above, this toolkit is entirely focused on improving the Original Firmware Dumper available [Here](https://github.com/AndroidDumps/)
As mentioned above, this toolkit is entirely focused on improving the Original Firmware Dumper available: [Dumpyara](https://github.com/AndroidDumps/) [Phoenix Firmware Dumper](https://github.com/DroidDumps)

Credit for those tools goes to everyone whosoever worked hard to put all those programs in one place to make an awesome project.

Expand Down Expand Up @@ -116,4 +117,4 @@ Credit for those tools goes to everyone whosoever worked hard to put all those p
- From within linux's source code by @torvalds
- unpackboot.sh (bootimg and ramdisk extractor, modified shell script)
- Originally by @xiaolu and @carlitros900, stripped to unpack functionallity, by me @rokibhasansagar

- twrpdtgen by @SebaUbuntu
22 changes: 13 additions & 9 deletions dumper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ printf "\033[8;30;90t" || true
function __bannerTop() {
cat <<EOBT
╔══════════════════════════════════════════════════════════════════════════════╗
║ ╔═╗╦ ╦╔═╗╔═╗╔╗╔╦═╗ ╦ ╔═╗┬┬─┐┌┬┐┬ ┬┌─┐┬─┐┌─┐ ╔╦╗┬ ┬┌┬┐┌─┐┌─┐┬─┐ ║
║ ╠═╝╠═╣║ ║║╣ ║║║║╔╩╦╝ ╠╣ │├┬┘││││││├─┤├┬┘├┤ ║║│ ││││├─┘├┤ ├┬┘ ║
║ ╩ ╩ ╩╚═╝╚═╝╝╚╝╩╩ ╚═ ╚ ┴┴└─┴ ┴└┴┘┴ ┴┴└─└─┘ ═╩╝└─┘┴ ┴┴ └─┘┴└─ v1.1.3 ║
║ ---------------------------------------------------------------------------- ║
║ Based Upon Dumpyara from AndroidDumps, Infused w/ their Firmware_extractor ║
╚══════════════════════════════════════════════════════════════════════════════╝
╔═══════════════════════════════════════════════════════════════════════════════╗
║ ######## ## ## ## ## ######## ######## ## ## ║
║ ## ## ## ## ### ### ## ## ## ## ## ## ║
║ ## ## ## ## #### #### ## ## ## ## ## ## ║
║ ## ## ## ## ## ### ## ######## ######## ### ║
║ ## ## ## ## ## ## ## ## ## ## ## ║
║ ## ## ## ## ## ## ## ## ## ## ## ║
║ ######## ####### ## ## ## ## ## ## ## ║
║-------------------------------------------------------------------------------║
║ Based Upon Phoenix Firmware Dumper, With more Features! ║
╚═══════════════════════════════════════════════════════════════════════════════╝
EOBT
}

Expand Down Expand Up @@ -959,7 +963,7 @@ if [[ -s "${PROJECT_DIR}"/.github_token ]]; then
if [[ -s "${PROJECT_DIR}"/.tg_chat ]]; then # TG Channel ID
CHAT_ID=$(< "${PROJECT_DIR}"/.tg_chat)
else
CHAT_ID="@phoenix_droid_dumps"
CHAT_ID="@DumprXDumps"
fi
printf "Sending telegram notification...\n"
printf "<b>Brand: %s</b>" "${brand}" >| "${OUTDIR}"/tg.html
Expand Down Expand Up @@ -1068,7 +1072,7 @@ elif [[ -s "${PROJECT_DIR}"/.gitlab_token ]]; then
if [[ -s "${PROJECT_DIR}"/.tg_chat ]]; then # TG Channel ID
CHAT_ID=$(< "${PROJECT_DIR}"/.tg_chat)
else
CHAT_ID="@phoenix_droid_dumps"
CHAT_ID="@DumprXDumps"
fi
printf "Sending telegram notification...\n"
printf "<b>Brand: %s</b>" "${brand}" >| "${OUTDIR}"/tg.html
Expand Down

0 comments on commit 50d05cf

Please sign in to comment.