-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android 5.0 and 6.0 can't get imei num #33
Comments
Sorry I don't know how to get the right IMEI if there are two. |
thank you for anwser . i think we can use this code to get two imei ,then try these imei to decode EnMicroMsg.db , while ./decrypt-db.py return success。 example :
|
On my phone when I call |
The issue with multiple IMEIs might be fixable by checking CompatibleInfo.cfg (as per the suggestion in #42 to run |
i know im late but just to point out all devices with imei have an meid. Imei is 15 digits meid is 14 the 15th digit of imei is a lunh checksum calculated by the first 14 digits, the meid is the same as the imei but without the 15th digit (the luhn checksum) |
Hi:
when i try use this object export my wechat_history find some issues.
My Device : Moto X Style , Android 6.0.1 , Rooted . double Sim
1 The Script can't get the right Imei ,must be defind devices imei . (Because my devices have two imei)
2 And can't use "eu.chainfire.adbd" open "adb root" , could we don't use root to get EnMicroMsg.db , tech user use example code manual copy this file to sdcard or other space .
adb shell
su
cp -fR /data/data/com.tencent.mm/ /sdcard/somewhere
thanks
The text was updated successfully, but these errors were encountered: