Code Monkey home page Code Monkey logo

Comments (14)

pythonkenyard avatar pythonkenyard commented on September 17, 2024

hmm your phone should be compatible for sure.
readme tells you what you need.

Usage
Enable USB debugging
Start frida-server on the device (you need root)
Execute dump_keys.py
Start streaming some DRM-protected content

from dumper.

Mavrick007 avatar Mavrick007 commented on September 17, 2024

how do i root my phone it please? so far im up to this part: adb.exe: no devices/emulators found , adb: error: failed to get feature set: more than one device/emulator

i got this when trying to root my phone

DC - Unlocker 2 Client 1.00.1436

Detecting phone :

selection :
manufacturer - Huawei phones
model - Auto detect (recommended)

Found Applications port COM6

This phone cannot be serviced with DC Unlocker, but may be supported in Test Point (software or hardware) by HCU software, check https://hcu-client.com/category/tutorials

from dumper.

pythonkenyard avatar pythonkenyard commented on September 17, 2024

Google how to do it. You need specific method for phone probably.
There's normally not a 1 click app. I spent 3hr today doing it again

from dumper.

VCDEV1 avatar VCDEV1 commented on September 17, 2024

how do i root my phone it please? so far im up to this part: adb.exe: no devices/emulators found , adb: error: failed to get feature set: more than one device/emulator

i got this when trying to root my phone

DC - Unlocker 2 Client 1.00.1436

Detecting phone :

selection : manufacturer - Huawei phones model - Auto detect (recommended)

Found Applications port COM6

This phone cannot be serviced with DC Unlocker, but may be supported in Test Point (software or hardware) by HCU software, check https://hcu-client.com/category/tutorials

what is your processor, android version, model?

from dumper.

Mavrick007 avatar Mavrick007 commented on September 17, 2024

appently it cant be done, does this tool work for grabbing l1 cdm, keys etc from android devices? my device is VOG-L09, Version 10

from dumper.

pythonkenyard avatar pythonkenyard commented on September 17, 2024

Afaik no only L3 as mine errored and in the readme he mentioned forcing l3

from dumper.

Mavrick007 avatar Mavrick007 commented on September 17, 2024

Afaik no only L3 as mine errored and in the readme he mentioned forcing l3

mine to my phone is saying root access is not properly installed on this device

from dumper.

Mavrick007 avatar Mavrick007 commented on September 17, 2024

what do i need to do in order to get my phone rooted i tried everything

from dumper.

pythonkenyard avatar pythonkenyard commented on September 17, 2024

Go to a phone specific forum. You won't find answers here. Xda developers is usually good for rooting solutions

from dumper.

Mavrick007 avatar Mavrick007 commented on September 17, 2024

Xda developers

i got the app kingroot installed now but its still on 01% taking ages to go past it but its Acquiring Root it says, does that mean its working propley?

from dumper.

Amb33r avatar Amb33r commented on September 17, 2024

@pythonkenyard

Usage
Enable USB debugging - OK DONE

Start frida-server on the device (you need root) - OK DONE
Screenshot_20211219-165716

Execute dump_keys.py - where to run on pc or iphone? py dump_keys.py
run pc
image

Start streaming some DRM-protected content -where to run on pc or iphone?
np https://bitmovin.com/demos/drm ??

from dumper.

pythonkenyard avatar pythonkenyard commented on September 17, 2024

It's not detecting your phone.

You need to enable USB debugging and when you connect phone to computer you usually need to select some option on phone saying ok to debug or connect or something.

To test You can run "adb devices"
In terminal after it's connected and you enabled USB debugging to confirm it's connected.

It outputs "device XYZ"

You are v close though for sure it seems.

from dumper.

Amb33r avatar Amb33r commented on September 17, 2024

image

from dumper.

Mavrick007 avatar Mavrick007 commented on September 17, 2024

hey guys so i want to buy [URL="https://www.amazon.co.uk/gp/product/B07F9K51DV/ref=ewc_pr_img_1?smid=A143L92HUPXV5W&psc=1"]T95 S1 Android TV BOX, Android 7.1 Amlogic S905W Quad Core 2GB/16GB with Digital Display HD Ultra HD 4K Ethernet 2.4GHz Wifi H.265 Video Decoder[/URL], how would i go about rooting it and dumping the l3 cdm from it please? i need step by step video tutorial (via DM) on how to get [URL="https://github.com/wvdumper/dumper"]Dumper[/URL] to dump the l3 cdm and keys etc thanks, does anyone else have T95 S1 Android TV BOX, Android 7.1 Amlogic S905W Quad Core 2GB/16GB with Digital Display HD Ultra HD 4K Ethernet 2.4GHz Wifi H.265 Video Decoder and have you managed to dump l3 keys from this device using dumper??

python dump_keys.py
Traceback (most recent call last):
File "dump_keys.py", line 14, in
device = frida.get_usb_device()
File "C:\Users\Maverick\AppData\Roaming\Python\Python36\site-packages\frida_init_.py", line 89, in get_usb_device
return get_device_matching(lambda d: d.type == 'usb', timeout, **kwargs)
File "C:\Users\Maverick\AppData\Roaming\Python\Python36\site-packages\frida_init_.py", line 97, in get_device_matching
return get_device_manager().get_device_matching(predicate, timeout, **kwargs)
File "C:\Users\Maverick\AppData\Roaming\Python\Python36\site-packages\frida\core.py", line 26, in wrapper
return f(*args, **kwargs)
File "C:\Users\Maverick\AppData\Roaming\Python\Python36\site-packages\frida\core.py", line 58, in get_device_matching
return Device(self._impl.get_device_matching(lambda d: predicate(Device(d)), raw_timeout))
frida.InvalidArgumentError: device not found

from dumper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.