[Attachment 73243 - Click to enlarge]
nvm wrong python command but now I have this
+ Reply to Thread
Results 301 to 330 of 802
-
-
[Attachment 73245 - Click to enlarge]
To be fair, it was collapsed. -
[Attachment 73246 - Click to enlarge]
I'll post it again, this is where im stuck at -
I help all that ask.
-
I was running frida. I typed all this down
adb.exe shell
su
mv /sdcard/frida-server_yourversion /data/local/tmp
chmod +x /data/local/tmp/frida-server-yourversion
/data/local/tmp/frida-server-16.0.2-android-x86
I don’t know if you hit return or enter button but after that it says unable to connect to ip address. Address already in use or something like that and when I get to the dump python file that’s where the problem is -
First of all, you did change the frida-server_yourversion to the correct version, right? You didn't just use the command as you typed it here, as that won't work for obvious reasons.
Second, connect to IP address? It should connect through ADB, has nothing to do with IP connectivity? -
-
Karoolus is asking if you changed the command from
Code:mv /sdcard/frida-server_yourversion /data/local/tmp chmod +x /data/local/tmp/frida-server-yourversion
Code:mv /sdcard/frida-server-16.0.2-android-x86 /data/local/tmp chmod +x /data/local/tmp/frida-server-16.0.2-android-x86
-
Yeah that’s exactly what I typed in the CMD window.
adb.exe shell
su
mv /sdcard/frida-server-16.0.2-android-x86 /data/local/tmp
chmod +x /data/local/tmp/frida-server-yourversion
/data/local/tmp/frida-server-16.0.2-android-x86 -
-
Yeah don’t worry I’ll show you everything I’m doing with screenshots when I get home
-
dump_keys.py", line 6, in <module>
from Helpers.Scanner import Scan
i cannot run python with code -
-
-
-
Alright just got home and I'm just starting from scratch. I'll let you know when im done
-
[Attachment 73268 - Click to enlarge]
WOW it Worked!! I don't how but I just followed the steps and it actually worked! -
-
[Attachment 73275 - Click to enlarge] hic , i don't know it not working -
-
Hi!
Thanks for the detailed instructions!Last edited by Mammut; 20th Aug 2023 at 08:13.
-
I have followed the steps here
https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio
and got the following 2 files :
private_key and client_id_blob
i have no idea what to do from here ? -
Continue your reading here https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom - start at the heading, a few scrolls down, called Decryption.
-
Hi Everyone
so everything goes well until l3.py told me
no client ID blob available for this device....
I correctly renamed files
[Attachment 73319 - Click to enlarge]
And now i m stuck
(key generated with android studio , pixel 6 api28, my os win10 64, launched a cmd.exe and got the error) -
Suggest you follow my post two above this. Make sure you've put your key and blob inside emulator_1. Clearly the system isn't finding it
Inside pywidevine/L3/cdm/ is deviceconfig.py check that has at least one device described and a devices_available line.
Code:device_emulator_1 = { 'name': 'emulator_1', 'description': 'emulator', 'security_level': 3, 'session_id_type': 'android', 'private_key_available': True, 'vmp': False, 'send_key_control_nonce': True } device_emulator_2 = { 'name': 'emulator_2', 'description': 'emulator', 'security_level': 3, 'session_id_type': 'android', 'private_key_available': True, 'vmp': False, 'send_key_control_nonce': True } # original device_android_generic = { 'name': 'android_generic', 'description': 'TV Box', 'security_level': 3, 'session_id_type': 'android', 'private_key_available': True, 'vmp': False, 'send_key_control_nonce': True } device_android_generic1 = { 'name': 'android_generic', 'description': 'TV Box', 'security_level': 3, 'session_id_type': 'android', 'private_key_available': True, 'vmp': False, 'send_key_control_nonce': True } devices_available = [device_emulator_1, device_emulator_2, device_android_generic, device_android_generic1]
[Attachment 73322 - Click to enlarge]
Similar Threads
-
Dumping L3 from Android 10, 11 and 12
By Diazole in forum Video Streaming DownloadingReplies: 45Last Post: 9th Jan 2023, 07:13 -
Can you set up a working CDM from an Android device running a custom ROM?
By scryclwn in forum Video Streaming DownloadingReplies: 2Last Post: 27th Nov 2022, 12:46 -
Error getting the keys with dumper, cdm L3 android 9
By Brift_Bv in forum Video Streaming DownloadingReplies: 15Last Post: 23rd Sep 2022, 02:33 -
How To Dump L3 CDM From Android Device's (ONLY Talk About Dumping L3 CDMS)
By Dannyboi in forum Video Streaming DownloadingReplies: 226Last Post: 1st Mar 2022, 03:34 -
How To Dump L1 CDM From Android Device's (ONLY Talk About Dumping L1 CDMS)
By mintolik in forum Video Streaming DownloadingReplies: 13Last Post: 20th Feb 2022, 14:33