Hello again.
What I'm about to explain is out of Fraggel 's (spanish jiayu.es administrator) mind....he is a very clever mind, and respected one here in spain.
He has developed a very useful tool for jiayu phones...installing TWRP/CWM, root, downloading ROMS and BACKUP/RESTORE IMEI.
I just used it to install TRWP and to backup the IMEI of my new Jiayu S3 2Gb (what a machine!!! It's wonderful.)
After a PM conversation he suggested me trying the following for others MT8752/6752 devices:
-Root (as always)
-Install Busybox, making sure you select the "cp" (copy ) command.
-Just via ADB or using Terminal (from Play Store), do the following...(I did it via Android Terminal Emulator)
su
busybox cp /data/nvram/md/NVRAM/NVD_IMEI/MP0B_001 /storage/sdcard0/BackupIMEI.bak
So, in this way a BackupIMEI.bak will be created at the ROOT of the internal SDCARD. The destination may vary from this to /sdcard/, /storage/sdcard/....whatever information your file explorer shows you of your target destination.
And It works. I asked him about the precision of this method and he replied that it's just what I needed in order to rest asure..
The restoration process should be:
su
busybox cp /storage/sdcard0/BackupIMEI.bak /data/nvram/md/NVRAM/NVD_IMEI/MP0B_001
See you Guys.
Comment