Credits to @TheOnlyAnil-@Firelord[^stackoverflow]
-
Requirements: a) stock recovery + rooted phone b) custom recovery
-
Files changed:
| Windows Registry Editor Version 5.00 | |
| ; 7-Zip Windows 11 Context Menu entries via whitelisted id reuse example by AveYo | |
| ; Add to archive.. only single files (multiple would need a single instance redirect tool) | |
| [-HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\connectNetworkDrive] | |
| [HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\connectNetworkDrive] | |
| "MuiVerb"="@C:\\Program Files\\7-Zip\\7-zip.dll,-2324" | |
| "Position"="Middle" | |
| "Icon"="C:\\Program Files\\7-Zip\\7-zip.dll,0" |
| #!/bin/bash | |
| #author: nima.2004hkh@gmail.com | |
| #ffmpeg command from : https://gist.github.com/kurlov/32cbe841ea9d2b299e15297e54ae8971 | |
| NOCOLOR='\033[0m'; | |
| RED='\033[0;31m'; | |
| GREEN='\033[0;32m'; | |
| [ -d added ] || mkdir added |