{
"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"
}
IMEI backup/restore tool for Samsung Galaxy S4 T-Mobile SGH-M919
Brought to you by AntaresOne
NOTE: This is only for Galaxy S4 with Qualcomm Snapdragon 600, Galaxy S4 Active version is here, Exynos 5410 (GT-I9500) version is here.
To devs: modifications & redistribution are not allowed. Contact me before including my work or any part of it in your stuff.
Explanation
What is IMEI?
Wikipedia
Why should I backup it?
When you start to mod your phone, sometimes may happen that you lose it (a bad flash, a wrong mod...) and without your phone is like this. Shortly, you lose mobile network forever.
The Qualcomm variant of Galaxy S4 doesn't have IMEI stored in EFS as most people think, it's stored in another place. Partitions to backup/restore are 8, each is required by the system to have IMEI. These are: EFS (there is IMEI's country code), modemst1, modemst2, m9kefs1, m9kefs2, m9kefs3, backup and fsg. It doesn't do miracles, so if you lose IMEI and don't have a backup, you're lost.
Features
Complete IMEI backup
Autozipping of saved partitions
Installation
Download tool from the link below
Put the zip file in your sdcard
Reboot in recovery
Install zip from sdcard
Choose downloaded zip file
Reboot system
Usage
When installed, the "imeibkp" executable goes in /system/bin. Obviously root is a must. This is not an app, so to run it you must use Terminal Emulator. It's very user-friendly and n00b-approved (joking :laugh, normally you shouldn't run into issues while using it.
Open Terminal Emulator
Write su and press enter (this is to obtain root access)
Invoke this tool by writing imeibkp and pressing enter
To restore just invoke again imeibkp
In case you want to export your backup, it is in /sdcard/IMEIBackup and called IMEIBackup.zip (Internal Memory on PC through USB connection)
If you change ROM you'll lose this tool (you'll not lose a backup already made), in this case just follow again Installation steps
Download
IMEI Backup tool is hosted on my AndroidFileHost
XDA:DevDB Information
IMEI backup/restore tool for Galaxy S4 T-Mobile, Tool/Utility for the T-Mobile Samsung Galaxy S 4
Contributors
AntaresOne
Version Information
Status: Stable
Stable Release Date: 2015-01-31
Created 2015-01-31
Last Updated 2015-05-25
Reserved
Changelog
25/5/2015
Added support for the following variants:
GT-I9508
GT-I9515L
SGH-M919N
SGH-M919V
SGH-I337C
SCH-R970
SCH-R970C
SCH-R970X
4/3/2015
Added support for Bell SGH-I337M (same thread as AT&T variant)
31/01/2015
Initial public release
Other S4 variants
If you want this tool for any other Galaxy S4 variant device write me a PM or mail me to [email protected] including a full cmdline copy & partition table.
Through Terminal Emulator or ADB, do this:
For cmdline
Code:
su [B](to acquire root access)[/B]
cat /proc/cmdline > /sdcard/cmdline.txt
For partition table
Code:
su [B](same reason as above)[/B]
ls -la /dev/block/platform/msm_sdcc.1/by-name > /sdcard/partitions.txt
You will find two files named cmdline.txt and partitions.txt in your internal storage (/sdcard)
Other Samsung devices
PM or mail me at [email protected] for details.
Nice and very easy to use, thanks
Is the efs and imei the same? Should I have backups of both the esf and iemi or just the imei?
j21098 said:
Nice and very easy to use, thanks
Is the efs and imei the same? Should I have backups of both the esf and iemi or just the imei?
Click to expand...
Click to collapse
This will automatically backup both.
it didn't work for me
It didn't work, error message like cannot write or backup
Sent from my SM-G900F using XDA-Developers Legacy app
Related
{
"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"
}
Hello guys. I see many of you struggling to find the new compatible version of TWRP that actually works with the new version of JellyBean 4.2.
The issue can be reviewed HERE
Elaborating the above issue in simpler words; it's all due to multi-account stuff in Android 4.2. There's a file called .layout_version in /data partition, when you factory resetted your device using the recovery, the .layout_version file was also wiped during factory reset process as the recovery is supposed to wipe /data (ofcourse excluding the /data/media/ partition as it is the sdcard) partition in this process. So when Android sees that there's no .layout_version file in /data partition it moves the existing data from /data/media/0/ to /data/media/0/0/ and thus forming an infinite loophole of data being moved to other locations at every reset.
So TWRP team came up with an easy solution, that is; not to wipe .layout_version when user executes factory reset command.
There are also many other bug fixes regarding backups and fixing permissions!
You can download here the latest (2.3.2.0) version of TWRP which fixes this bug:
DOWNLOAD
//Thanks to unforgivenmercy for pointing this out: you can also use Goo Manager app from Play Store and flash it by tapping the 3 dots at the top right and then tapping Install OpenRecoveryScript.
Credits:
TWRP Development Team (esp. Dees_Troy for explaining me stuff)
Google
Hope I helped you in any or the other way around.
5pace said:
Hello guys. I see many of you struggling to find the new compatible version of TWRP that actually works with the new version of JellyBean 4.2.
The issue can be reviewed HERE
Elaborating the above issue in simpler words; it's all due to multi-account stuff in Android 4.2. There's a file called .layout_version in /data partition, when you factory resetted your device using the recovery, the .layout_version file was also wiped during factory reset process as the recovery is supposed to wipe /data (ofcourse excluding the /data/media/ partition as it is the sdcard) partition in this process. So when Android sees that there's no .layout_version file in /data partition it moves the existing data from /data/media/0/ to /data/media/0/0/ and thus forming an infinite loophole of data being moved to other locations at every reset.
So TWRP team came up with an easy solution, that is; not to wipe .layout_version when user executes factory reset command.
You can download here the latest (2.3.2.0) version of TWRP which fixes this bug:
DOWNLOAD
Credits:
TWRP Development Team (esp. Dees_Troy for explaining me stuff)
Google
Hope I helped you in any or the other way around.
Click to expand...
Click to collapse
They can also download from goo manager and it will install automatically.
Sent from my Galaxy Nexus using Tapatalk 2
Why would you post this? He has his own thread.
Sent from my Galaxy Nexus using Tapatalk 2
Close this please
Sent from my Galaxy Nexus using xda premium
jriv said:
Close this please
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Why?
God bless...
Why did you make another thread since you are sharing the same thing?
drmxmyt said:
Why did you make another thread since you are sharing the same thing?
Click to expand...
Click to collapse
He is getting the word out there twice as much... twrp should be thankful and if you are for twrp you should be thankful as well...
God bless...
Rule of thumb here: If you did not create it, do not post it.
EFS BACKUP AND RESTORE APPfor i9082 and i9082L
Developed by xenon92
An app to help you backup your EFS Partition and Restore it if necessary.
No Terminal and No Commands.
Simple taps on the screen.
* ROOT PERMISSIONS NEEDED *
Why you need to backup your EFS?
>> READ THIS <<
INSTRUCTIONS
BACKUP
Tap Backup. That's all.
You'll find 'efs.img' in the folder 'EFS_Backup' in your storage memory.
Copy it to your PC or Cloud to be safe.
RESTORE
Open the app once. Exit the app.
Place 'efs.img' in the folder 'EFS_Backup' in your memory. (Folder will be automatically made at first run of the app).
Tap Restore.
WARNING: Do Not RESTORE your EFS until absolutely necessary. If everything is working fine, just BACKUP, don't RESTORE. Read more about it in the link above.
Source
My Github
{
"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"
}
DISCLAIMER: I am not responsible if you mess up your phone using this app. The functioning of this app is the same as I have explained in the link above. Restoring EFS is dangerous. If you feel unsafe, use the guide I have made in the link above and use Terminal Commands. This app simply implements those Terminal commands in a user friendly way to backup and restore EFS.
XDA:DevDB Information
EFS Backup, a Tool/Utility for the Samsung Galaxy Grand Duos i9082
Contributors
xenon92
Version Information
Status: Stable
Current Stable Version: 0.1
Created 2014-03-21
Last Updated 2014-03-21
Reserved...
Hello,
I made a backup of the EFS, but cannot find where it is saved
saiharsit12 said:
Hello,
I made a backup of the EFS, but cannot find where it is saved
Click to expand...
Click to collapse
A file named 'efs.img' should be inside 'EFS_Backup' Folder. That is your backup. You should find the folder in the internal memory.
notheRep said
thanx
:good:
Thanks, I got it
Sent from my GT-I9082
i am not able to see the .img file after backing of the efs through this apk in the phone memory. Currently using es file explorer with root option enabled.( in Carbon 4.4.2 by xenon92). I am in doubt whether any .img file has been created or not. I have not tried the terminal emulator method though.
But using the same apk in stock 4.2.2, i was able to back up the 20 mb size .img file.
I doubt whether I wud be able to restore the same in these custom roms ....just in case it becomes necessary....
Thanks.......
Thanks a lot for this.
Sent from my GT-I9082 using Tapatalk
gr8 work
Restoring
Has anyone successfully restored using the app yet?
Work With s2 plus i9105p !!!
awesomeeee
xenon92 said:
EFS BACKUP AND RESTORE APPfor i9082 and i9082L
Developed by xenon92
An app to help you backup your EFS Partition and Restore it if necessary.
No Terminal and No Commands.
Simple taps on the screen.
* ROOT PERMISSIONS NEEDED *
Why you need to backup your EFS?
>> READ THIS <<
INSTRUCTIONS
BACKUP
Tap Backup. That's all.
You'll find 'efs.img' in the folder 'EFS_Backup' in your storage memory.
Copy it to your PC or Cloud to be safe.
RESTORE
Open the app once. Exit the app.
Place 'efs.img' in the folder 'EFS_Backup' in your memory. (Folder will be automatically made at first run of the app).
Tap Restore.
WARNING: Do Not RESTORE your EFS until absolutely necessary. If everything is working fine, just BACKUP, don't RESTORE. Read more about it in the link above.
DISCLAIMER: I am not responsible if you mess up your phone using this app. The functioning of this app is the same as I have explained in the link above. Restoring EFS is dangerous. If you feel unsafe, use the guide I have made in the link above and use Terminal Commands. This app simply implements those Terminal commands in a user friendly way to backup and restore EFS.
Click to expand...
Click to collapse
i love u bro
Source code of the app added to OP. It is available on my Github.
i make backup and installing rom=http://forum.xda-developers.com/showthread.php?t=2613412 and restore eft but still imei 00000000000000.
i need your help @xenon92
smackdown000 said:
i make backup and installing rom=http://forum.xda-developers.com/showthread.php?t=2613412 and restore eft but still imei 00000000000000.
i need your help @xenon92
Click to expand...
Click to collapse
You made a backup of your EFS before it was 00000000000000?
If not, there's nothing I can do.
If yes, try restoring the EFS using command line method.
Sent from my GT-I9082 using Tapatalk
xenon92 said:
You made a backup of your EFS before it was 00000000000000?
If not, there's nothing I can do.
If yes, try restoring the EFS using command line method.
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
yes i made backup 000 before and i try command line method but still 0000000000 :S
Thanks Bro.
NIce Works.
Great !!
No doubt you built an app for it, which does things by itself, I also like the way of Terminal. That way I know the code too
So has anyone applied the security update and maintained root? I ask this because the update says it will fix security flaws and malicious exploits (root falls here) so has anyone had problems with it and root??? Thanks
{
"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"
}
I clicked it.
I clicked it and I still have root. Now I am wondering if I screwed up.
Mee too....you probably didn't but I wanted to make sure it didn't break root
4.4 debrick file needed
crazymonkey05 said:
Mee too....you probably didn't but I wanted to make sure it didn't break root
Click to expand...
Click to collapse
sir as u have rooted ur phone please do me a favour please make a debrick file and uplad it if u dont mind as i hardbricked my phone after 4.4 update thanks in advance
OK so I applied the update and root is fine so we are good there.... [saqib] I'm not entirely sure how to create a debrick image
In the how to debrick thread I posted a recovery flashable script you can use. Just flash in recovery and itll do the rest. Once done just upload the debrick.img it created on your sdcard.
If you cant find the script, let me know. Might be several pages back in the thread.
crazymonkey05 said:
OK so I applied the update and root is fine so we are good there.... [saqib] I'm not entirely sure how to create a debrick image
Click to expand...
Click to collapse
How were you notified of the security update? I'm on TMS3KK-1.1-KOT49H.1747UCUFNE4. It's a TW rooted ROM
Is the script for stock recoveries?
And @OKAstro it was in my status bar....you can also go sys. Settings>more>security>security updates
crazymonkey05 said:
And @OKAstro it was in my status bar....you can also go sys. Settings>more>security>security updates
Click to expand...
Click to collapse
I don't see "security updates" under Security
Here is my system info everyone in case its changed
OKAstro said:
I don't see "security updates" under Security
Click to expand...
Click to collapse
If you are on a custom rom it was probably removed by the dev, along with the software update service
Sent from my SAMSUNG-SGH-I747 using XDA Free mobile app
debrick file method
crazymonkey05 said:
Is the script for stock recoveries?
Click to expand...
Click to collapse
After updating SuperSU, it gave me options to disable KNOX, which disabled the annoying blocking of apps(I believe it did).
2.I installed busybox from the Play Store. I also installed Android Terminal Emulator from the Play Store.
3. I opened Android Terminal Emulator and entered these two lines, entering between them After entering the first, I granted root access, then ran the second line.
su
busybox dd if=/dev/block/mmcblk0 of=/sdcard/debrick.img bs=1M count=128
4. After those two lines were ran, the debrick.img file was on the root of either the external or internal sdcard. I copied that file to my desktop, and inserted my sd card into my computer(Using the MicroSD to SD Adapter).
5.Finally, I used Win32DiskImager to write the files to the Micro SDcard. After that, I pulled my battery and inserted the Micro SDCard into my phone and it was able to boot into recovery and download mode.
{
"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"
}
NOTE:
I am not responsible for any damage of your device!! Use it at your own risk...
Hello guys!
I had been searching on Google to root via stock recovery, and i had made a zip which can be flashed through stock recovery but it was failed due to it was not signed using official key (which is not possible to get).
So i had created a tool (bat file) which can be used to yureka and yuphoria to root without unlocking bootloader and without any custom recovery.
Basically it uses adb push to device for root.
So here are the steps !
Download the zip file 'Root without UBL.zip' (Which is not flashable). Here Beta version
Extract it.
You will get two folders 'META INF' and 'Root without UBL'. (Optional : You can delete META INF which is a signature)
Now go to 'Root without UBL' folder and Run 'Root.bat' file
Follow the instructions thats it YOU HAVE ROOTED
Credits:
Chainfire for SuperSu
Google for helping me to search
At last me for making this dream come true
XDA:DevDB Information
[Tool][Windows][Lollipop]Root Yureka or Yuphoria without unlocking bootloader, Tool/Utility for the YU Yureka
Contributors
someshthakur
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2015-06-10
Created 2015-06-14
Last Updated 2015-06-14
Reserved
..
@someshthakur
Its very unfortunate to see that you've posted the same non-working solution here. Besides, please read about how digital signing works - you can't sign any zip by simply putting the META-INF folder from another signed zip inside it.
Titokhan said:
@someshthakur
Its very unfortunate to see that you've posted the same non-working solution here. Besides, please read about how digital signing works - you can't sign any zip by simply putting the META-INF folder from another signed zip inside it.
Click to expand...
Click to collapse
@Titokhan
I know signing ! And I know how to sign too. I am not simply keeping the META-INF folder. I have signed it using public keys. And its NOT the flashable zip. It has .bat file which is script to puch files in system and set permmisions using 'chmod'
And as I said its in beta version and not fully working !
I will update it when I get a fully working tool !!
bhargav143 said:
Good work, will surely help new users who are a bit skeptical to unlocking and rooting.....
i have already unlooked through...!
Click to expand...
Click to collapse
Thank you !
Well, I don't want to start flaming but please clear your facts first.
1. There is no need to 'sign' a zip if you use to compress some data; the signing is needed to verify the authenticity of a zip update package by Android recovery.
2. You still haven't disclosed the details of the exploits used.
3.
It has .bat file which is script to puch files in system and set permmisions using 'chmod'
Click to expand...
Click to collapse
To push/write any file on /system partition requires root access, which isn't possible by this exploit.
want to update and root yu yureka plus yu5510a
hey guys new android user and just bought yureka plus 5510a ,,,,i searched out but didnt found any result for that particular model....
it has stock kitkat rom with4.4 no cyanogenmod, i only bought this phone for modding and cutomization so plz help me out with....
Hi there,
I was using Pixel Experience (8.1.0) ROM in my moto g5 plus ( XT-1686).
One day i messed up with the recovery partition of my device and bricked it in a way that i can only access to my bootloader & was also able to boot phone & use it normally but i had no way to access to my recovery.
Therefore i flashed stock firmware but now there was a major problem , IMEI 0 even though it detects sim card but IMEI was 0.
(screenshots are attached).
But after rooting when i clean flash any custom rom i was able to get back my imei so, i modified the stock firmware & create a simple user friendly one click GUI program named as "STOCK FIRMWARE SAFE FLASH"(2SF TOOL) solution to this problem.
WHAT IS THIS TOOL ?
Well as i said previously,by this tool you will be able to flash moto g5 plus stock firmware without IMEI loss.
Stock POTTER_NPN25.137-67-5_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip is repacked with this tool & uploaded to google drive.
{
"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"
}
DISCLAIMER
** I AM NOT RESPONSIBLE IF YOU MODIFY THE PROVIDED SCRIPTS & FILES & BRICK YOUR PHONE.
** YOU ARE SOLELY RESPONSIBLE FOR YOUR STUPID WORK & IF YOU POINT FINGRE AT ME I WILL LAUGH A LOT.
** YOUR ARE ACCEPTING THAT YOU HAVE READ THE ABOVE DISCLAIMER & PROCEDING ON YOUR OWN WILL.
** BY PROCEDING YOU ARE AGREE TO THIS DISCLAIMER.
VERSIONS
Current : v_1.1.1.1
Only For POTTER
Works on a particular firmware.
Current : v_2.1.1.1
Just copy the exe file to the stock firmware's location & double click to run it !
Only works with Moto G firmwares.
Upcoming : v_3.0.0
As per plan i will try my best to mak it independent on fimware selection.
You will be able to select your local rom folder for flashing.
NOTE: The limitation is you have to download the whole firmware (for version 1.1.1.1) for it from my drive.I will try to remove this limitation on next build.So for now please don't be angry.
NOTE: The above limitation is removed in version 2.1.1.1.
CHANGELOGS
No need to download whole firmware.
Just download v_2.1.1.1 executable file & copy it to your extracted stock Moto G5 Plus firmware folder & double click.
INSTRUCTIONS
The stock firmware has been compressed along with the scripts to a sfx archive.
Double click the downloaded sfx archive and accept the disclaimer.
Then it will start extracting automatically just sit back & listen some song.
After successful extraction,
A shortcut will be created on desktop named "Double Click Me To Start Flashing Safely"(double click it to start flashing process).
ADB installation window will popup ,no matter if you have or not,install it.
Then Motorola USB driver window will popup, connect your phone & install it.
DEPENDENCIES
ADB (included in archive)
Forward Deamon (included in motorola usb driver)
Note: After Extraction of the sfx archive you have to install adb & motorola usb driver (popup window will open) in order to make this tool work.
DOWNLOAD
V_1.1.1.1(Contains whole firmware)
V_2.1.1.1 (Only Executable File)
#Updated both script & link
THANKS
Motorola Mobility
@GEEKOFIA
XDA
Sublime Text 3
Notepad ++
Microsoft
Google
SCREENSHOTS
After Normal Flash :
After Flash With 2SF Tool. :
======== GEEKOFIA ========
VISIT
No 4g signal [only 3g] bug fixed
X-NETWORK FIXER
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
If you just skip the OP & think that flashing a custom ROM can solve the problem,then you are right.
If you want to use stock Rom no more then you can flash custom Rom to get back your IMEI.
But you will notice shortly that you are connecting with only 3G signal,not connecting to 4G/LTE though it is available.
Therefore I suggest you to use X-NETWORK FIXER tool developed by me to solve this problem.
INSTRUCTIONS
Enable USB debugging with the phone connected to pc & tick always grant debugging to the ADB prompt on phone.
Then boot into bootloader mode.
Download & run X-NETWORK FIXER executable file.
Note: Only Works With Generic Modems.
USE AT YOUR OWN RISK ON OTHER DEVICES
DOWNLOAD
X-NETWORK FIXER [Google Drive]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Update : v_2.1.1.1
DOWNLOAD (mega)
----------------------------------------------------------------------
CHANGES
----------------------------------------------------------------------
NO NEED TO DOWNLOAD WHOLE FIRMWARE.
COPY THE EXE TO FIRMWARE'S FOLDER & RUN.
1 BACKGROUND PROCESS CUT OUT.
---------------------------------------------------------------------
SCREENSHOTS OF THE TOOL
----------------------------------------------------------------------
V_2.1.1.1
V_1.1.1.1
Not working version 2.1.1.1
I still got imei o
bro, i facing no service issue for last two days.... when i put a sim it got detected but shows no service..... If I flash this firmware does it solve the issue???
Anyone still having those above files please? i lost 4g connectivity