Compare commits

..

No commits in common. "477df3e318f909a261878b7db0f7721d85b849e1" and "699d68ffe06f4e193dd82be38ea48ffe99140415" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ Pre-rooted, around $30 USD, multiple user success of dumping keys (myself includ
DumperV2: [onn. Android TV 4K UHD Streaming Device](https://www.walmart.com/ip/onn-Android-TV-4K-UHD-Streaming-Device-with-Voice-Remote-Control-HDMI-Cable/636597403 "onn. Android TV 4K UHD Streaming Device") DumperV2: [onn. Android TV 4K UHD Streaming Device](https://www.walmart.com/ip/onn-Android-TV-4K-UHD-Streaming-Device-with-Voice-Remote-Control-HDMI-Cable/636597403 "onn. Android TV 4K UHD Streaming Device")
Cheap and accesable but, needs magisk, frida module, and liboemcrypto disabler installed. You can find insturctions and scripts for installing magisk and rooting [here](https://cdm-project.com/cdm-tools/onn-scripts "here"), follow up until step 7 and install the frida-server and liboemcrypto modules below from the magisk app. Cheap and accesable but, needs magisk, frida module, and liboemcrypto disabler installed. You can find insturctions and scripts for installing magisk and rooting [here](https://cdm-project.com/cdm-tools/onn-scripts "here"), follow up until step 7 and install the frida-server and liboemcrypto modules below from the magisk app.
**IF YOU DO USE YOUR OWN ANDROID DEVICE YOU MUST INSTALL [MAGISK](https://topjohnwu.github.io/Magisk/install.html "MAGISK") AND THE [FRIDA-SERVER MODULE](https://github.com/ViRb3/magisk-frida "FRIDA-SERVER MODULE") OR PUSH THE [FRIDA SERVER ANDROID APP](https://github.com/frida/frida/releases/ "FRIDA SERVER ANDROID APP") IF YOU DON'T NEED THE LIBOEMCRYPTO DISABLER.** **IF YOU DO USE YOUR OWN ANDROID DEVICE YOU MUST INSTALL [MAGISK](https://topjohnwu.github.io/Magisk/install.html "MAGISK") AND THE [FRIDA-SERVER MODULE](https://github.com/ViRb3/magisk-frida "FRIDA-SERVER MODULE") OR PUSH THE [FRIDA SERVER ANDROID APP](https://github.com/frida/frida/releases/download/ "FRIDA SERVER ANDROID APP") IF YOU DON'T NEED THE LIBOEMCRYPTO DISABLER.**
**AS MENTIONED IN DUMPER READMES, SOME DEVICES WILL CONTINUE TO USE L1 AFTER ROOT, IF UNSURE USE "DRM INFO", IF STILL ON L1 PLEASE INSTALL [LIBOEMCRYPTO DISABLER](https://github.com/Magisk-Modules-Repo/liboemcryptodisabler "LIBOEMCRYPTO DISABLER") MAGISK MODULE** **AS MENTIONED IN DUMPER READMES, SOME DEVICES WILL CONTINUE TO USE L1 AFTER ROOT, IF UNSURE USE "DRM INFO", IF STILL ON L1 PLEASE INSTALL [LIBOEMCRYPTO DISABLER](https://github.com/Magisk-Modules-Repo/liboemcryptodisabler "LIBOEMCRYPTO DISABLER") MAGISK MODULE**
@ -74,15 +74,15 @@ Change directory to where you extracted the file and enter the command `adb push
Once it has been pushed open up a shell with `adb shell` Once it has been pushed open up a shell with `adb shell`
Move the server to the tmp directory `mv /sdcard/frida-server-15.1.17-android-arm /data/local/tmp/` Move the server to the tmp directory `mv /sdcard/fridaserver-15.1.17-android-arm /data/local/tmp/`
You may get an error about chown permission, this is negligible You may get an error about chown permission, this is negligible
Login as super user and create a new environment `su -` Login as super user and create a new environment `su -`
Give execute privileges to frida-server `chmod +x /data/local/tmp/frida-server-15.1.17-android-arm` Give execute privileges to frida-server `chmod +x /data/local/tmp/fridaserver-15.1.17-android-arm`
Start the server `/data/local/tmp/frida-server-15.1.17-android-arm` Start the server `/data/local/tmp/fridaserver-15.1.17-android-arm`
**When you start the server command prompt will hang, this is normal and means the program is running, do not close out and continue to step 2** **When you start the server command prompt will hang, this is normal and means the program is running, do not close out and continue to step 2**