Hi all,
Is there a program that can view the IMEI number(s) directly from the MP0B_001 file (/data/nvram/md/NVRAM/NVD_IMEI/MP0B_001)?
Not sure if it matters, but the device is an MTK phone running Android 5.0.
Never mind, I got bored and made an IMEI viewer myself:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If anyone is interested, you can download it here (imeiview.exe).
Algorithm is taken from the source code of a program called imei_mtk6515 which I downloaded from here.
No idea if it will work for all MTK processors or just some, though.
-------
[EDIT - November 17th 2015]
I added editing capabilities:
C4lculated said:
Never mind, I got bored and made an IMEI viewer myself:
If anyone is interested, you can download it here (imeiview.exe).
Algorithm is taken from the source code of a program called imei_mtk6515 which I downloaded from here.
No idea if it will work for all MTK processors or just some, though.
Click to expand...
Click to collapse
Hi C4lculated,
Is it possible to change imei from MP0B_001 file?
Sure, just generate the required IMEI(s) with the "imei_mtk6515" utility I linked to in the previous post and copy them from the MP0B_001_NEW output file to your MP0B_001 file with a HEX editor (I use HxD and like it a lot). IMEI1 is stored in bytes 0-7 of the MP0B_001 file and IMEI2 is stored in bytes 0C-13 (Hex).
Actually, scratch that, if you'll do as I suggested bytes 10 and 11 of the IMEI will be incorrect, maybe it will still work, maybe not.
I can't think of any reason you would want to change IMEI.
Nevertheless, I'll take every chance I get to practice my programming muscles, so I changed my utility so that you can edit the IMEI(s) stored in MP0B_001 with it.
Download at the 2nd post.
Thread closed. IMEI editing is illegal in most countries in the world and as such banned from the site.
Related
I know there is other tools out there, I was bored and decided to write up a tool that runs the root script in a GUI for windows.I just wanted something to do and this is what I came up with.
Special Thanks To:
Regaw - AndroidLib
pedrotorresfilho
kholk
miloj - Exploit binary
First things first. This program runs a commands at startup. It will verify if the device is a razr, it will verify only 1 device is plugged it. It does have minor error checking. It's mainly just to look cool. While it does root again I was bored. This really isnt anything new.
NOTE: To exit the application you click the back button. This will exit the app.
The home button will take you to this thread.
The Menu button i'm not sure what to do.
The Search button i'm not sure what to do. // Will probably set it up for donation link for the guys above.
Also I know the file size is big, lol like i said i did this while being bored its more focused on the look. It uses some extra dlls etc in order to do transparency and listbox images.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[Download Link]
Download Here
+1..
another guide..
thank for sharing...
Link is online now.
Fixed a minor bug where software would crash during restart of device.
Nice tool, thanks :good:
nice tool...
downloading..
wowww.. interactive tools for root..
downloading now..
and I will tested at ICS Asia Retail..
report ASAP..
Hi!
Why is the adb process persistent? After running this aplication we cannot delete de folder or disable the adb process in background.
--Edit--
I may have found an answer: You've used a 32bit library (MS Windows (GUI) Intel 80386 32-bit). You should add a statment in OP it's for 32bit versions of windows.
Thanks
32Bit should run fine on 64bit machines, just need to place adb-killserver on shut down and that will stop adb. I will do that today.
Hi,
After flashing the ROM XXLSJ, my phone has now a fake emei (004999010640000 / 01). Despite this, everything works fine: network, data, WIFI ...
I have a backup of my EFS folder, but even when I restored it, nothing changes and I still have the same emei (not original).
I tried the GSII_Repair.apk, EFS_Pro_1.12.6_Release, flash the origin ROM with Odin, but these didn't repair my phone.
An other idea?
up
mitch_55 said:
Hi,
After flashing the ROM XXLSJ, my phone has now a fake emei (004999010640000 / 01). Despite this, everything works fine: network, data, WIFI ...
I have a backup of my EFS folder, but even when I restored it, nothing changes and I still have the same emei (not original).
I tried the GSII_Repair.apk, EFS_Pro_1.12.6_Release, flash the origin ROM with Odin, but these didn't repair my phone.
An other idea?
Click to expand...
Click to collapse
check the link below, hope it might help with ur issue
[GUIDE] Recover your IMEI in 9 steps
I have ever done this, but always this fake emei.
An other idea?
Too, when I use GalaxySimUnlock.apk, it says code product : not active and Version HW : REV_
Is it normal?
Not enough to restore efs. You need to make sure the files inside have the right permissions. The one responsible fo imei should have linux permissions 755
Sent from my GT-I9100 using Tapatalk 2
What are the good permissions if I use rootexplorer.apk?
And when I open this file (nvdata.bin) wih an hex software I can see this message (not active) at the 0080810 offset. Have I modify it?
Ypu can set it to 700 actually... Meaning rwx for the owner. Then reboot the phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my GT-I9100 using xda premium
* Here I would like just the thing to get you one way to get the important files inside the rom to play.
* This method is used for the newer phones from 2012 or machine type which is read out by name.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
* The download files below you unzip the file and run Dump_Block_Rom.bat is. Son of Super SU it asks what the press to allow offline.
* After the class finished 10-15 minutes depending on the size of the rom. And then the window will appear Dump rom you press start, then you restart the computer. And internal memory in a folder named VDT-ROM, you copy the file inside .img okay. If you do know then play rom so that you do not even know the wait continues Part 2 of VDT okay. Wish you success.
Download terms.
https://mega.co.nz/#!MQc1QZgS!Oz40yyAkxlnHueEbFv03K1xNS0YcnLyKxcRPWgeo4e0
Click to expand...
Click to collapse
source:
http://vandieutot.com/threads/cach-dong-goi-rom-lg-phan-1.196/
Click to expand...
Click to collapse
Packaging rom LG G2 [Part 2]
- Once you have all the files in the folder where your VDT-ROM then guided in part 1 Well has completed half. Now I just followed you make part 2 even more interesting, too.
- Download below to download this file unzip the folder I was first called META-INF then you copy all the files in the folder VDT-ROM into the folder where you unzipped as in the image below. Then select all the files that are compressed into zip has been one of the rom then.
- Depending on the individual machines that each file size, not machine as well as machine. The figure below illustrates just to let you do such machines is to visualize the files in the file stepfather. META-INF folder is also required. I wish you success.
Download terms.
https://mega.co.nz/#!5ZFHjI6B!iGfm_2xmX3VjRb9ql9ccPfgEu9zjAcVYRHseqqPqiF0
Click to expand...
Click to collapse
source:
http://vandieutot.com/threads/cach-dong-goi-rom-lg-phan-2.258/
Click to expand...
Click to collapse
I wish Google Translate could translate Google Translate to English.
Hello everyone...
I find the phone with the non-working tuch ..
From the recoveri mode I managed to make a complete backup of the phone on sd and generated these 3 files:
userdata_20160101_000035.backup
userdata_20160101_000035.backup1
userdata_20160101_000035.backup2
is there a possibility to extract the content ???
I would be interested in contacts.
I state the phone is a Majestic
Thank you.
recovering contacts is not easy. you need SQLite Forensic Explorer to view the database file. the database is separated in many different tables, each table has a column "raw_contact_id" which contain always the unique id-no of contacts (one table contains phone nos, another table contains names, etc... you must query tables by id).
once you have extracted the backup, the file "contacts.db" is located "/data/data/com.android.providers.contacts/databases/"
from the backup I made, how do I extract the contacts.db file ??
remove the checksum(s) and merge the files. you need linux
don't be scared, i will explain you step by step. first step: do you have linux? if yes, press CTRL + ALT + T this is the terminal where you can do it. if no, please download unetbootin and prepare a bootable usb stick. you can run ubuntu on your pc without installing. don't hesitate to ask if you need help regarding unetbootin
scacco728 said:
finally I was able to understand something of the terminal in place ..
I move to the folder where the files are, I open the terminal I enter the commands and I generate this error .. why do you think ???
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
"dd" does not accept wildcards. press <TAB> instead of * for word completion. you must type the full file name. remove the stars in this example code.
edit: i will answer in this thread, because this are linux basics. so lets open a "beginner" thread here, and leave the other thread open for more advanced questions. finally, your goal is to extract contacts, what we should not discuss in main thread
Hey there.
I have since a few days the new ShieldTV remote with IR function and netflix button. Since yesterday I try to change the NvIRTuner.apk (com.nvidia.irtuner) or its database or the IR calls. Unfortunately without success so far.
The database is built very interesting. I'm talking about the O1R_UPDATE_19NOV20.sqlite here.
In the table M_Codes you can find all IR codes. Before the corresponding Java class determines the device which one has selected in the IR-AV-Toogle menu. In my case a LG TV with the id 1970. This Id can be seen in the setup.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here a Logcat excerpt, if I press my menu button to trigger the HDMI toggle:
07-11 13:37:30.050 4415 4601 D ShieldBluetoothIRInterface: *****REPORT*****0 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
Good to see the actual IR_Code that is taken, or its alias:
INPUT SCROLL
What I have tried so far:-I replaced all IR codes in O1R_UPDATE_19NOV20.sqlite with Channel_UP and then moved this db to /data/data/com.nvidia.irtuner/databases with su-rights.
-> Unfortunately the system app com.nvidia.irtuner seems to read the db inital only once. I can't get it to read my db. I don't understand why. No matter if I reset the app, replaced the O1R_UPDATE_19NOV20.sqlite and give appropriate chown and chmod rights or reset the app before.
-My second attempt was a modified APK. Unfortunately, this can not be installed, because it must be signed by nvidia. I have root, but I don't know what to change in the /system/packages.xml so that the system would accept the app.
->When I try to install it, I only get the message that you have to sign this apk appropriately for the user.
-Then I tried to reproduce the service call from the logcat but unfortunately I don't know what to do.
Does anyone have a tip for me?
Greetings by Idijt