In case anyone else runs across this issue, it seems that it was related to hard drive space. I purposely installed Android Studio and created the project on my non-system drive with massive amounts of space, and checked for other drive-related settings, however, while running Android Studio my system drive space was falling, and I found that it also stored 3.2 GB of .gradle files on the system drive.
After my request for help, a very gracious member has now helped me with this. Thank you very much!
Last edited by DigitalArchive; 16th Jul 2023 at 11:14.
Unfortunately, the webpage of bitmove does not seem to load DRM. And, yes, I tried clicking the 'load'-button. [Attachment 72433 - Click to enlarge]
Same issue as previous person, wrong android version
And yet I followed the instruction to the 'T'. I used Pixel 6 and Pie. Did anybody use a different combination of hardware and system image? Did it work?
And yet I followed the instruction to the 'T'. I used Pixel 6 and Pie. Did anybody use a different combination of hardware and system image? Did it work?
Hiya, I got as far as the dumper-main bit, and have this issue:
HTML Code:
C:\Python Software\Python3_9_0\Scripts\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Scanner import Scan
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\Helpers\Scanner.py", line 7, in <module>
from Helpers.wv_proto2_pb2 import SignedLicenseRequest
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\Helpers\wv_proto2_pb2.py", line 33, in <module>
_descriptor.EnumValueDescriptor(
File "C:\Python Software\Python3_9_0\lib\site-packages\google\protobuf\descriptor.py", line 796, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
My frida version matches the server version.
I faced the same problem here is the solution -
To downgrade the protobuf package in your Python environment, you can use pip, the package manager for Python. Follow these steps:
Write in cmd window -
pip show protobuf
pip uninstall protobuf
pip install protobuf==3.20.1
Python dump_keys.py
Hiya, I got as far as the dumper-main bit, and have this issue:
HTML Code:
C:\Python Software\Python3_9_0\Scripts\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Scanner import Scan
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\Helpers\Scanner.py", line 7, in <module>
from Helpers.wv_proto2_pb2 import SignedLicenseRequest
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\Helpers\wv_proto2_pb2.py", line 33, in <module>
_descriptor.EnumValueDescriptor(
File "C:\Python Software\Python3_9_0\lib\site-packages\google\protobuf\descriptor.py", line 796, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
My frida version matches the server version.
I faced the same problem here is the solution -
To downgrade the protobuf package in your Python environment, you can use pip, the package manager for Python. Follow these steps:
Write in cmd window -
pip show protobuf
pip uninstall protobuf
pip install protobuf==3.20.1
Python dump_keys.py
All thanks to ChatGPT.
Code:
pip install protobuf==3.20.1
Simply running this will uninstall the newer version and install the version you specified in the command
I saw you in a forum and saw that you can help me. I am trying to do the dump_keys thing but it does not execute me [Attachment 72481 - Click to enlarge]
I don't know if my problem have already been aswered but I'm stuck at dumper step...
After "Python dump_keys.py" step i got this error: "frida.ServerNotRunningError: unable to connect to remote frida-server: closed"
My frida-server is (16.1.2).
Anyone can help me?
Edit: Nevermind! I solved my problem.
Last edited by IDoNotMind97; 19th Jul 2023 at 07:05.
C:\Users\xxxxx\Downloads\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Users\xxxxx\Downloads\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Device import Device
ModuleNotFoundError: No module named 'Helpers.Device'
Hi, i seems to stuck at this step, may i know what went wrong?
C:\Users\xxxxx\Downloads\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Users\xxxxx\Downloads\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Device import Device
ModuleNotFoundError: No module named 'Helpers.Device'
Hi, i seems to stuck at this step, may i know what went wrong?
C:\Users\xxxxx\Downloads\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Users\xxxxx\Downloads\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Device import Device
ModuleNotFoundError: No module named 'Helpers.Device'
Hi, i seems to stuck at this step, may i know what went wrong?
Make sure you install all requirements.
Yes I did. also did the following steps to install those in the requirements.txt from the dumper github
C:\Users\xxxxx\Downloads\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Users\xxxxx\Downloads\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Device import Device
ModuleNotFoundError: No module named 'Helpers.Device'
Hi, i seems to stuck at this step, may i know what went wrong?
Make sure you install all requirements.
Yes I did. also did the following steps to install those in the requirements.txt from the dumper github
Appears you did not extract the full archive of the dumper, it has a folder called Helpers in it, and it cannot find that on your pc. Redownload the dumper and extract it properly.
C:\Users\xxxxx\Downloads\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Users\xxxxx\Downloads\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Device import Device
ModuleNotFoundError: No module named 'Helpers.Device'
Hi, i seems to stuck at this step, may i know what went wrong?
Make sure you install all requirements.
Yes I did. also did the following steps to install those in the requirements.txt from the dumper github
Appears you did not extract the full archive of the dumper, it has a folder called Helpers in it, and it cannot find that on your pc. Redownload the dumper and extract it properly.
I got it fixed already. re-downloaded the files in the folder Helpers and it's working. Thanks for the replies.
so sorry to bother but I keep having issues with launching dump_keys
this error keeps popping up
C:\keys\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\-\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Scanner import Scan
File "C:\-\dumper-main\Helpers\Scanner.py", line 7, in <module>
from Helpers.wv_proto2_pb2 import SignedLicenseRequest
File "C:\-\dumper-main\Helpers\wv_proto2_pb2.py", line 33, in <module>
_descriptor.EnumValueDescriptor(
File "C:\-\-\AppData\Local\Programs\Python\Python311\Lib\site-packages\google\protobuf\descriptor.py", line 796, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
Hiya, I got as far as the dumper-main bit, and have this issue:
HTML Code:
C:\Python Software\Python3_9_0\Scripts\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\dump_keys.py", line 6, in <module>
from Helpers.Scanner import Scan
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\Helpers\Scanner.py", line 7, in <module>
from Helpers.wv_proto2_pb2 import SignedLicenseRequest
File "C:\Python Software\Python3_9_0\Scripts\dumper-main\Helpers\wv_proto2_pb2.py", line 33, in <module>
_descriptor.EnumValueDescriptor(
File "C:\Python Software\Python3_9_0\lib\site-packages\google\protobuf\descriptor.py", line 796, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
My frida version matches the server version.
I faced the same problem here is the solution -
To downgrade the protobuf package in your Python environment, you can use pip, the package manager for Python. Follow these steps:
Write in cmd window -
pip show protobuf
pip uninstall protobuf
pip install protobuf==3.20.1
Python dump_keys.py
All thanks to ChatGPT.
Thank you I should have read all the comments before posting
would be wonderful if i could get some help please. it gives me.
C:\Users\user\Downloads\dumper-main>Python dump_keys.py
Traceback (most recent call last):
File "C:\Users\user\Downloads\dumper-main\dump_keys.py", line 4, in <module>
import frida
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\frida\__init__.py", line 17, in <module>
from . import core
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\frida\core.py", line 39, in <module>
from typing_extensions import NotRequired
ImportError: cannot import name 'NotRequired' from 'typing_extensions' (C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\typing_extensions.py)