Hi, I'm looking for an APK of Visual Voicemail for my MotoX 2013. I want to run in on NX Rom. I have version 3.02.10 (com.motorola.visualvoicemail) which I tried to move via TB from the stock 5.1 rom to NX Rom, but it force closes upon phone start, and any time I try to open it. Hopeful I can remove it via TB and reinstall via an APK from someone?!?!
Thanks!
Liamfm said:
Hi, I'm looking for an APK of Visual Voicemail for my MotoX 2013. I want to run in on NX Rom. I have version 3.02.10 (com.motorola.visualvoicemail) which I tried to move via TB from the stock 5.1 rom to NX Rom, but it force closes upon phone start, and any time I try to open it. Hopeful I can remove it via TB and reinstall via an APK from someone?!?!
Thanks!
Click to expand...
Click to collapse
Maybe the attachment will be of some use to you. I've installed 5.1 stock from the moto Firmware site. I don't use VVM, but took the .apk (odexed) from there and zipped it as an attachment.
Good luck.
Can you point me to the download for 5.1 stock??? I only see 4.4.4 on the moto site. I might just go back to stock.
Sent from my Moto X using Tapatalk
Liamfm said:
Can you point me to the download for 5.1 stock??? I only see 4.4.4 on the moto site. I might just go back to stock.
Sent from my Moto X using Tapatalk
Click to expand...
Click to collapse
I'm not sure which model (xtXXXX) you have. I'm using xt1060 (Vzn) and the factory image is on this page (probably others as well):
http://motofirmware.center/files/category/11-moto-x-1st-generation/
hachamacha said:
I'm not sure which model (xtXXXX) you have. I'm using xt1060 (Vzn) and the factory image is on this page (probably others as well):
http://motofirmware.center/files/category/11-moto-x-1st-generation/
Click to expand...
Click to collapse
Thank you. Can I install this via twrp or do I need to push it in adb?
Sent from my Moto X using Tapatalk
Liamfm said:
Thank you. Can I install this via twrp or do I need to push it in adb?
Sent from my Moto X using Tapatalk
Click to expand...
Click to collapse
Sure. There's a couple ways to do it. If you want the least challenging, most foolproof way, then use RSD Lite V6.xx to flash it from the *.xml level. Make sure the phone is in fastboot mode. NOTE: If you just do a straight-on install this way, you will LOSE all your sdcard data. However, you can remove the line that contains "userdata" from the code section below (the .xml file). If you do this, you do risk throwing some corrupt data into the flash, but I've done it without problem so it's just a chance you take.
Code:
<?xml version="1.0" ?>
<flashing>
<header>
<phone_model model="ghost_verizon"/>
<software_version version="ghost_verizon-user 5.1 LPA23.12-39.7 7 release-keysMSM8960PRO_BP_23255.140.93.00R"/>
<interfaces>
<interface name="AP"/>
</interfaces>
</header>
<steps interface="AP">
<step operation="getvar" var="max-download-size"/>
<step operation="oem" var="fb_mode_set"/>
<step MD5="afd21e2d7a4fb267182fda9bc635e01f" filename="gpt.bin" operation="flash" partition="partition"/>
<step MD5="d089f063b897f108729d6ffcf63679e2" filename="motoboot.img" operation="flash" partition="motoboot"/>
<step MD5="4bfe6f5412c1c419150bf25f953b61d4" filename="logo.bin" operation="flash" partition="logo"/>
<step MD5="e731d8f1245ec7acddd8b21bfaa189fb" filename="boot.img" operation="flash" partition="boot"/>
<step MD5="6818436fc3f5ba7e9b37c1eddbc85fe4" filename="recovery.img" operation="flash" partition="recovery"/>
<step MD5="d619cb146f8a0babdec1e917a9f54878" filename="system.img" operation="flash" partition="system"/>
<step MD5="f7007cbf5f84260c53f1dab0d85fdabd" filename="NON-HLOS.bin" operation="flash" partition="modem"/>
<step operation="erase" partition="modemst1"/>
<step operation="erase" partition="modemst2"/>
<step MD5="dd995a5f35e6c8f4f19aea98b2b29295" filename="fsg.mbn" operation="flash" partition="fsg"/>
<step operation="erase" partition="cache"/>
<step operation="erase" partition="userdata"/>
<step operation="erase" partition="customize"/>
<step operation="erase" partition="clogo"/>
<step operation="oem" var="config carrier vzw"/>
<step operation="oem" var="fb_mode_clear"/>
</steps>
</flashing>
If you just keep using 7zip (or whatever decompression tools you've got available that work) to decompress the files, you'll see a folder with all the .img files in it. From there and while having the phone in fastboot mode, you could use individual commands like "fastboot flash "partition" "image name", just search for examples or read the XML file carefully.
Pushing it won't do anything (in adb).
Related
Hey all - I'm trying to restore my D3 to stock, when I try to flash the mbmloader.bin over to the device, this is the error I get, any ideas? Can I just skip this file?
Code:
VRZ_XT862_5.5.1_84_D3G-20_TA-9_1FF_01>moto-fastboot flash mbmloader mbmloader.bin
sending 'mbmloader' (39 KB)... OKAY [ 0.004s]
writing 'mbmloader'... INFOimage and IC type differ-EMU vs. HS
FAILED (remote: )
What ver were you running be for you flashed .890 if so I don't think u can down grade to that file u need the one with 55 in it sorry on phone or I would be more help
Sent from my DROID3 using XDA App
nautical34 said:
Hey all - I'm trying to restore my D3 to stock, when I try to flash the mbmloader.bin over to the device, this is the error I get, any ideas? Can I just skip this file?
Click to expand...
Click to collapse
You can just skip the file, yes. 05gsxrk5 is right about the versions though. You are probably flashing the wrong version. You may check that you are not having any other issue with the other files though.
use RSDLite5.5,flash rom is very easy
sorry my english,look below.
<step MD5="1c5fe78a10bb79533934015b8eaddf8b" filename="allow-mbmloader-flashing-mbm.bin" partition="mbm" operation="flash"/>
<step operation="reboot-bootloader"/>
<step MD5="b09feb246298ca721e2ae6b3becdd1b4" filename="mbmloader.bin" partition="mbmloader" operation="flash"/>
<step MD5="6e062a68fe054ec128d4b253f1f3bd19" filename="mbm.bin" partition="mbm" operation="flash"/>
Click to expand...
Click to collapse
You can't skip the mbmloader, it is for all intents and purposes where the lock on the bootloader is stored and checked and the reason why you can't flash it it because it is impossible to revert it once it has been incremented to a new version with the new encrypted signature.
This is done specifically to prevent flashing back to any previous version once you have run any OTA update.zip that contains an mbmloader newer than the one on your device.
Hey guys - I managed to just skip this file and flash all the other required ones and it booted (very surprised)
After it booted I was able to update via OTA and everything has been working great!
Thanks!
I believe should goes to development section, but i don't have enough premisson.
Sorry but I worte down this in hurry, i'll provide more details and needed files later
Inspired by doveOrz 's post: http://forum.xda-developers.com/showthread.php?t=1474775, I try to workaround safestrap on xt883.
One major difference between xt883 and xt862 (I believe they have the same hardware) is the partition table, xt862 have about 2Gb /data and 500 Mb /preinstall while xt883 have 2.5Gb /data and a unused 512kb /preinstall. Safestrap use the /preinstall as the secondary system, this is why it doesn't work on xt883.
At first i try to repartition using parted or fdisk, but it just mess things up... Until I realized that MOTO just flash in the partition table, but not accutaly partitioning the disk.
Howto:
1. Download the xt883 (2.3.4 57.1.60) & xt862 SBF file (easily found in development section) and uncompress them.
2. copy the xt862's cdt.bin, mbr, and ebr and replace the xt883's, modify the corrsponding "MD5" value in xt883's xml file.
3. copy the xt862's allow-mbmloader-flashing-mbm.bin, mbmloader.bin, and mbm.bin to xt883, add the following on the top of <steps> section in xml file:
HTML:
<step operation="flash" partition="mbm" filename="allow-mbmloader-flashing-mbm.bin" MD5="1c5fe78a10bb79533934015b8eaddf8b" />
<step operation="reboot-bootloader" />
<step operation="flash" partition="mbmloader" filename="mbmloader.bin" MD5="b09feb246298ca721e2ae6b3becdd1b4" />
<step operation="flash" partition="mbm" filename="mbm.bin" MD5="6e062a68fe054ec128d4b253f1f3bd19" />
<step operation="reboot-bootloader" />
4. Optional. copy xt862's preinstall.img to xt883, and add following to the bottom of <steps> section in xml file:
HTML:
<step operation="flash" partition="preinstall" filename="preinstall.img" MD5="c91a9cc7746732888e75483f9449cd8a" />
I believe it will make the /preinstall partition ready to use, or else you'll have to make filesystem manually, but didn't tested.
5. use RSD Lite the flash in the modified "SBF"
6. Boot the phone, dial *#*#2468#*#* and reboot, now you unlock the gsm/wcdma
7. reboot to recovery, flash the gapps for xt883
8. in recovery, install the 2.3.6 (60.3.250) update. reboot
It should be ok the directly modify and flash the 2.3.6 sbf, but rumors says that it cannot unlock the gsm/wcdma and have difficulity installing gapps in 2.3.6, so i flash 2.3.4 and do the update.
9.root it with the D4 root exploit, and install safestrap (i recommand the 1.08d console version).
10. Optional, if you skipped step 4. Reboot to the recovery, open adb shell (contained in the d4 root exploit) or the console from 1.08d, input these command:
Code:
mkfs.ext2 /dev/block/mmcblk1p23
tune2fs -j /dev/block/mmcblk1p23
Maybe xt860/me863 users can use the same techique.
It's Done.
=============================
about cm9, and maybe other xt862-based roms:
after flash the roms in safesystem, replace the /system/lib/libmoto_ril.so with xt883's, edit /system/build.prop, changes:
ro.mot.eri=1 >>> ro.mot.eri=0
ro.cdma.nbpcd=1 >>> ro.cdma.nbpcd=0
ro.telephony.gsm-routes-us-smsc = 1 >>> # ro.telephony.gsm-routes-us-smsc = 1
ro.cdma.home.operator.isnan=1 >>> # ro.cdma.home.operator.isnan=1
find ro.kernel.android.ril=yes, and append these 2 lines:
persist.ril.rssi.enable.param6 = 1
persist.ril.baudrate=230400
many thanks to dmc_universe
can this be simplified to just fix the partition table without flashing xt883.
Does anyone try this need help ?
does anybody have the gapps file? i've got safestrap to work on droid 3. put the chinese rom but no gapps.
chagla said:
does anybody have the gapps file? i've got safestrap to work on droid 3. put the chinese rom but no gapps.
Click to expand...
Click to collapse
refer to this post -http://forum.xda-developers.com/showthread.php?p=35126235#post35126235
yea above method works , m using the modified version of 862 and 883 rom.
Yes please
NIGHTMARE- said:
Does anyone try this need help ?
Click to expand...
Click to collapse
the flashing process fails on step 6/18. any ideas ?
thanks : )
I need help
Hamza.abdulwali said:
the flashing process fails on step 6/18. any ideas ?
thanks : )
Click to expand...
Click to collapse
Hello everyone,
How do I know I need to do this safetrap procedure?
I bought an unlocked XT862 and was following this thread,
http://forum.xda-developers.com/showthread.php?t=1249720&page=24
and someone pointed to your thread.
I searched the forums for a post that resembled my problem but was unable to find one.
Phone: Motorola Droid Bionic
Purchased it as soon as it was released on Sept 2011
Rooted it on Feb 2012 using this forum's instruction (don't remember which method I used...)
On safe partition, I have the a mod installed (i believe it is created by liquid)
On 11/28/2012, I foolishly returned to my unsafe partition and updated the phone since I was excited about the ice cream release. I completely forgot to check the forums for the correct way to update a rooted phone. It successfully installed up to 5.9.905 and according to Root Checker Basic, the phone remains rooted.
My main issue is that I no longer have access to the safe partition. When I moved from the safe partition to my unsafe partition, my phone automatically backed up my partition but now I can't access that partition since my safestrap menu doesn't appear...
Please excuse me if this issue has been previously posted.
TriStarGod said:
I searched the forums for a post that resembled my problem but was unable to find one.
Phone: Motorola Droid Bionic
Purchased it as soon as it was released on Sept 2011
Rooted it on Feb 2012 using this forum's instruction (don't remember which method I used...)
On safe partition, I have the a mod installed (i believe it is created by liquid)
On 11/28/2012, I foolishly returned to my unsafe partition and updated the phone since I was excited about the ice cream release. I completely forgot to check the forums for the correct way to update a rooted phone. It successfully installed up to 5.9.905 and according to Root Checker Basic, the phone remains rooted.
My main issue is that I no longer have access to the safe partition. When I moved from the safe partition to my unsafe partition, my phone automatically backed up my partition but now I can't access that partition since my safestrap menu doesn't appear...
Please excuse me if this issue has been previously posted.
Click to expand...
Click to collapse
905 is still gingerbread for u to be on ICS u need to be on 246. I would use house of bionic http://www.droidrzr.com/index.php/topic/4026-samurihls-house-of-bionic/. Then you need to install safe strap 3.05 to get your partition back. 3.05 is a TWRP recovery so your old CWM back ups will not work.
Sent from my Icarus Bionic
Thanks for the response. My immediate goal is to recover my safe partition. After I save some of the files from that partition to my computer, I will proceed to upgrade to ICS. Do I have to revert to an older version of gingerbread in order to gain access to safestrap? If so, could you please point to a tutorial or explain how I might do so?
TriStarGod said:
Thanks for the response. My immediate goal is to recover my safe partition. After I save some of the files from that partition to my computer, I will proceed to upgrade to ICS. Do I have to revert to an older version of gingerbread in order to gain access to safestrap? If so, could you please point to a tutorial or explain how I might do so?
Click to expand...
Click to collapse
You can't downgrade your stock ROM, so stick with .905 for now and re-install an old version of safestrap (stick to the 1.x versions, as 2.x and 3.x is for ICS only).
All cred goes to Hashcode...
Anyways, here is the safestrap APK. Please make sure your device is rooted and busybox is installed, and you re-install safestrap.
Good luck!
Others, please note this is an OLD VERSION OF SAFESTRAP, do not use unless you know what you're doing!
It seems safestrap was already on the phone but wasn't being given root access. I discovered that only after I installed busybox. Now my phone loads up safestrap but doesn't give my options to access my safe partition. Instead, it starts boot looping my android os (shows the bionic screen then crashes and repeats). Now I truly am in trouble.
I have on my computer nandroid backup (at least I believe it is). Its called nonsafe-2012-02-06.02.55.07. Is it possible to recover my phone using that? Do I have to take the rsd lite path to recover my phone?
Why don't you rsdlite your phone with .905. Instead of using the standard XML files though, you should copy the XML and remove any of the parts that are erasing use data and emmc. You should be able to reroot on .905 then reinstall safestap and get access to your old data.
Sent from my XT894 running CM10
Wow, I had no idea that could be done.
I downloaded the fxz file from:
http://forum.xda-developers.com/showthread.php?t=1771993
I downloaded the latest usb bionic drivers from
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
I downloaded the latest RSD lite from
http://forum.xda-developers.com/showthread.php?t=1771993
I unzipped the file and edited the xml.
I am going to delete the following erase lines (those are the only lines I see):
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
What do you mean "use data and emmc"?
By saying "use data and emmc", do mean that I should replace the word erase with data and emmc in the two following line?
<step operation="data" partition="cache" />
<step operation="emmc" partition="userdata" />
I will post a complete version of the xml before using rsd lite on my phone this evening.
TriStarGod said:
By saying "use data and emmc", do mean that I should replace the word erase with data and emmc in the two following line?
<step operation="data" partition="cache" />
<step operation="emmc" partition="userdata" />
I will post a complete version of the xml before using rsd lite on my phone this evening.
Click to expand...
Click to collapse
Sorry for the poor wording. Just remove the user data line, that fast boot file doesn't delete the external memory (emmc). The cache will need to be recreated anyways. Let me know how it goes.
Sent from my XT894 running CM10
<?xml version="1.0" encoding="UTF-8"?>
<flashing>
<header>
<phone_model model="TARGA" />
<software_version version="5.5.1_84_DBN-74" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="flash" partition="mbm" filename="allow-mbmloader-flashing-mbm.bin" MD5="f6102e4b34c74cfefd5e80151a6913ff" />
<step operation="reboot-bootloader" />
<step operation="flash" partition="mbmloader" filename="mbmloader.bin" MD5="b0c30799c8509c4d66599550e3fbdd82" />
<step operation="flash" partition="mbm" filename="mbm.bin" MD5="da0b9ae7f38048a2987e0ae24593fb4b" />
<step operation="reboot-bootloader" />
<step operation="flash" partition="cdt.bin" filename="cdt.bin" MD5="fd8c44b060415dfd963fa870ae7a4f35" />
<step operation="erase" partition="cache" />
<step operation="flash" partition="lbl" filename="lbl" MD5="239bbc49a9cdb329577074ba60bbf1e5" />
<step operation="flash" partition="logo.bin" filename="logo.bin" MD5="06c07c2970460a4e656a3206859a3617" />
<step operation="flash" partition="ebr" filename="ebr" MD5="4c6df9afcd64661036a982e03eb1aa1a" />
<step operation="flash" partition="mbr" filename="mbr" MD5="712e3e3757219ecfd925eb43be14f944" />
<step operation="flash" partition="devtree" filename="device_tree.bin" MD5="2404a4f245f1da389d3422d0d59be24a" />
<step operation="flash" partition="system" filename="system.img" MD5="8e306ac58dd4fcf01566c517eabc098d" />
<step operation="flash" partition="boot" filename="boot.img" MD5="b64b38a48897c51fe229cf80a095d235" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="ce9ee505c7fc708f7394617907ae5694" />
<step operation="flash" partition="cdrom" filename="cdrom" MD5="6bdf130ecaa5183c0e463d2f3fa5d966" />
<step operation="flash" partition="preinstall" filename="preinstall.img" MD5="f7f2ff434d2b0c819c1e28744d1b4d01" />
<step operation="flash" partition="webtop" filename="grfs.img" MD5="c9502cd8fd6fa7206c64e4dae3ed9b50" />
<step operation="flash" partition="radio" filename="radio.img" MD5="683184cc2522ba00e6a0c38d321a8806" />
</steps>
</flashing>
Awesome, my phone is back up and running. I am searching for a way to root it and the common solution is via motofail. However, all the motofail's I've download contain back door trojans (based on results from several scanners via virustotal). Is there a clean version or is it several false readings?
I've tried:
http://forum.xda-developers.com/showthread.php?t=1737347
http://forum.xda-developers.com/showthread.php?t=1810373
Is there a better program I can use?
Once I do root it, is safestrap 1.0 compatible with .905? Was it a fluke when it boot looped the first time?
TriStarGod said:
Awesome, my phone is back up and running. I am searching for a way to root it and the common solution is via motofail. However, all the motofail's I've download contain back door trojans (based on results from several scanners via virustotal). Is there a clean version or is it several false readings?
I've tried:
http://forum.xda-developers.com/showthread.php?t=1737347
http://forum.xda-developers.com/showthread.php?t=1810373
Is there a better program I can use?
Once I do root it, is safestrap 1.0 compatible with .905? Was it a fluke when it boot looped the first time?
Click to expand...
Click to collapse
I haven't had any problems with motofail, even at work (we use mcafee on our systems). Since it is an exploit, it might list motofail as a trojan, make sure you get motofail from a link on this board to be sure it's the right one.
The version of SS I posted is compatible with my phone running .905. I think your SS got corrupted when you did the upgrade, so reinstalling it should be fine at this point. Worst case at least you know how to fix it.
Hmm, now that I'm thinking about it though... the old SS1.0 used the /preinstall partition for the second system... I might have killed your old safestrap data partition, unless you swapped safestrap before going.
Check your internal memory for large zip files, you might be able to reinstall the rom to /preinstall and somehow out the data back in.
Sent from my XT894 running CM10
I used ES File Explorer to check /sdcard/safestrap
It has 2 folders within it called orig and safe.
Are these my backups of my original setup?
There is a big data.ext3.tar file located in each folder with 2 different sizes. I also found in my downloads folder my original Bionic Safestrap 1.0.apk
I am pretty sure that's your old data. Take a backup of it and put it on the computer, then try installing safestrap and see what options it gives you.
Sent from my Nexus 7 using Tapatalk 2
danifunker said:
I am pretty sure that's your old data. Take a backup of it and put it on the computer, then try installing safestrap and see what options it gives you.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
Thanks so much for your help. While I was scanning my sd card, it seems my note program (which is the reason I want to get my safe partition backup) had automatically backed up my notes. I have recovered my notes and in the process of updating my phone to the newer android version.
Hi Guys I have a Razr i, it crashed and now will not load passed the moto splash screen, I can send it to my supplier to be fixed but they are going to stock flash it and send it back, its still under warranty, my problem is the phones internal storage has some photos of a recently lost loved one I need to get off it before the y are deleted. is there any way to recover the photos from the phone without voiding the warranty before i send it to be fixed. (They really will just delete all the information they wont even try to recover the files as it will breach data protection) HELP PLEASE!!!!!!!!:crying:
kangen said:
Hi Guys I have a Razr i, it crashed and now will not load passed the moto splash screen, I can send it to my supplier to be fixed but they are going to stock flash it and send it back, its still under warranty, my problem is the phones internal storage has some photos of a recently lost loved one I need to get off it before the y are deleted. is there any way to recover the photos from the phone without voiding the warranty before i send it to be fixed. (They really will just delete all the information they wont even try to recover the files as it will breach data protection) HELP PLEASE!!!!!!!!:crying:
Click to expand...
Click to collapse
Yes, there is.
1st method:
Download this: http://forum.xda-developers.com/showthread.php?t=2317790 and do adb devices and see if your device pops up. If so, you can download files by adb pull remote folder/file
If adb devices doesn't show anything, try to start your phone in recovery and then try adb devices
2nd method:
put this on your ext. sdcard and run it from recovery: http://forum.xda-developers.com/showthread.php?t=1711293
3rd:
flash stock without erasing data:
dowload your flash firmware, extract and open the .xml file.
look for:
Code:
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
and remove it, this won't remove your userdata then
No guarentees thou if you break anything
1. We transfer the phone to EDL mode(to enter the EDL mode, you need to hold down the volume - and + at the same time and connect the cable to the phone) connect the phone to the PC.
2.Go to QFIL. It turned out with this public QPST_2.7.496
3. Where Programmer Path select prog_ufs_firehose_sm8250_lite_lp 4.elf (from the folder into which the firmware was unzipped) https://disk.yandex.ru/d/5gcggt8EsLl4qg
4.Where Content XML select contents.xml (thanks johnny886 for the file) into the folder with the firmware and select it
5. Click on download content. Before that, look how it all happened (below the movie photo)
6. We are waiting for the end of the firmware, Finish will be written and a blue bar will pass.
7. Turn off the volume of increase and power on the phone.
After that, updates over the air work !!!
Locked bootloader is mandatory to let updates going through otherwise you will get ++ ERROR OTA 20 ++
deathcode0 said:
Locked bootloader is mandatory to let updates going through otherwise you will get ++ ERROR OTA 20 ++
Click to expand...
Click to collapse
ВСЕ РАБОТАЕТ!!! И НЕ ТОЛЬКО Я, СНАЧАЛА ПОПРОБУЙ, А ПОТОМ ГОВОРИШЬ.
----------
MOD EDIT: English Translation Below
EVERYTHING IS WORKING!!! AND NOT ONLY ME, FIRST TRY, AND THEN YOU TALK.
pavlonik said:
ВСЕ РАБОТАЕТ!!! И НЕ ТОЛЬКО Я, СНАЧАЛА ПОПРОБУЙ, А ПОТОМ ГОВОРИШЬ.
----------
MOD EDIT: English Translation Below
EVERYTHING IS WORKING!!! AND NOT ONLY ME, FIRST TRY, AND THEN YOU TALK.
Click to expand...
Click to collapse
No comment...
Swan Saung said:
is that global version?
Click to expand...
Click to collapse
Yes
Swan Saung said:
Is that need to do test point method?Plz Help me
Click to expand...
Click to collapse
to enter the EDL mode, you need to hold down the volume - and + at the same time and connect the cable to the phone
deathcode0 said:
No comment...
Click to expand...
Click to collapse
Updates arrive over the air, everything is updated through the settings, everything has been updated for me and everything works fine, only the bootloader remained unlocked
I personally installed the MP3 firmware for myself, and then updated to KLEN2102020OS00MP4, I didn’t update further because firmware 12.5 is raw
Can flash with twrp?
Swan Saung said:
can't flash.
Click to expand...
Click to collapse
the file (contents.xml) must be obtained from the rar archive and thrown into the folder with the firmware
thanks
pavlonik said:
1. We transfer the phone to EDL mode(to enter the EDL mode, you need to hold down the volume - and + at the same time and connect the cable to the phone) connect the phone to the PC.
2.Go to QFIL. It turned out with this public QPST_2.7.496
3. Where Programmer Path select prog_ufs_firehose_sm8250_lite_lp 4.elf (from the folder into which the firmware was unzipped) https://disk.yandex.ru/d/5gcggt8EsLl4qg
4.Where Content XML select contents.xml (thanks johnny886 for the file) into the folder with the firmware and select it
5. Click on download content. Before that, look how it all happened (below the movie photo)
6. We are waiting for the end of the firmware, Finish will be written and a blue bar will pass.
7. Turn off the volume of increase and power on the phone.
Click to expand...
Click to collapse
bro I have a global black shark 3, but I never got the software update still in JOYUI 11 MP3 Android 10, every time I check the updater it says it's the latest one. I don't know what to do and it's really new for me, what should i do now
I really want to be able to get ota updates
pavlonik said:
the file (contents.xml) must be obtained from the rar archive and thrown into the folder with the firmware
Click to expand...
Click to collapse
hihi after QFIL said finish what should i do???
pavlonik said:
1. We transfer the phone to EDL mode(to enter the EDL mode, you need to hold down the volume - and + at the same time and connect the cable to the phone) connect the phone to the PC.
2.Go to QFIL. It turned out with this public QPST_2.7.496
3. Where Programmer Path select prog_ufs_firehose_sm8250_lite_lp 4.elf (from the folder into which the firmware was unzipped) https://disk.yandex.ru/d/5gcggt8EsLl4qg
4.Where Content XML select contents.xml (thanks johnny886 for the file) into the folder with the firmware and select it
5. Click on download content. Before that, look how it all happened (below the movie photo)
6. We are waiting for the end of the firmware, Finish will be written and a blue bar will pass.
Click to expand...
Click to collapse
link https://disk.yandex.ru/d/5gcggt8EsLl4qg was died. Do you have another link? please.
pavlonik said:
I personally installed the MP3 firmware for myself, and then updated to KLEN2102020OS00MP4, I didn’t update further because firmware 12.5 is raw
Click to expand...
Click to collapse
Would you share the link to the firmware you used ? Any of them both...
Яндекс
Найдётся всё
disk.yandex.ru
momoraymnf said:
Привет, после того, как QFIL сказал «Готово», что мне делать???
Click to expand...
Click to collapse
Выключите телефон, зажмите громкость вверх и питание.
pavlonik said:
1. We transfer the phone to EDL mode(to enter the EDL mode, you need to hold down the volume - and + at the same time and connect the cable to the phone) connect the phone to the PC.
2.Go to QFIL. It turned out with this public QPST_2.7.496
3. Where Programmer Path select prog_ufs_firehose_sm8250_lite_lp 4.elf (from the folder into which the firmware was unzipped) https://disk.yandex.ru/d/5gcggt8EsLl4qg
4.Where Content XML select contents.xml (thanks johnny886 for the file) into the folder with the firmware and select it
5. Click on download content. Before that, look how it all happened (below the movie photo)
6. We are waiting for the end of the firmware, Finish will be written and a blue bar will pass.
7. Turn off the volume of increase and power on the phone.
Click to expand...
Click to collapse
thank you bro, I'm very happy tonight, because I've managed to change the DPX firmware to MP3 in the way you gave.
pavlonik said:
1. We transfer the phone to EDL mode(to enter the EDL mode, you need to hold down the volume - and + at the same time and connect the cable to the phone) connect the phone to the PC.
2.Go to QFIL. It turned out with this public QPST_2.7.496
3. Where Programmer Path select prog_ufs_firehose_sm8250_lite_lp 4.elf (from the folder into which the firmware was unzipped) https://disk.yandex.ru/d/5gcggt8EsLl4qg
4.Where Content XML select contents.xml (thanks johnny886 for the file) into the folder with the firmware and select it
5. Click on download content. Before that, look how it all happened (below the movie photo)
6. We are waiting for the end of the firmware, Finish will be written and a blue bar will pass.
7. Turn off the volume of increase and power on the phone.
Click to expand...
Click to collapse
It fails right here each time. There is no 'super_3.img' in the firmware folder, What to do? The link for your copy expired, and I had to purchase this one in the link i provided. Help please.
BS3 - Google Drive
drive.google.com