Hey all I was able to manually update my phone from nougat .317 to nougat .320 but the process is not for the faint of heart.
1) First thing you need to do is make sure you backup any thing you want saved using the built in backup app.
2) Your phone must be fully stock.
3) you will need to download this rollback update from Huawei -> http://www.hihonor.com/us/support/details/index.html?DOC_ID=92098
4) also you need to download this base firmware -> http://www.hihonor.com/us/support/details/index.html?DOC_ID=89264
4) familiarize yourself with this method for getting the update ->http://forum.xda-developers.com/showpost.php?p=69885525&postcount=11
Steps:
1) roll back your your phone from (.317) using the rollback package.
2) take the update from (.122 --> 162)
3) make sure you set up Charles correctly because you will need it to intercept the update request or you will get the .317 updat again.
4) Use this info when injecting/overriding the update call
{
"status": "0",
"autoPollingCycle": "1",
"components": [{
"name": "FRD-L04C567B320-OTA",
"version": "FRD-L04C567B320",
"versionID": "68366",
"description": "å• †ç”¨å‘布: [全é‡Â包] FRD-L04C567B162 至 FRD-L04C567B320 (2016/11/22)",
"createTime": "2016-11-22T03:18:12+0000",
"url": "http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1278/g104/v68366/f1/"
}]
}
5) let the update you will now be on .320
Good Luck
Thanks to cvkef for the information on Charles
You can also download just the B162 firmware and flashing it instead of having to flash the B122 firmware and updating till you get to B162.
Yeah you could do that, BUT I was taking everything from the official Huawei website because some people balk at getting it from other sources.
Worked GREAT for updating my Honor 8 FRD-L04 [US] model to EMUI 5, thanks VERY much.
Honor8Guy said:
Hey all I was able to manually update my phone from nougat .317 to nougat .320 but the process is not for the faint of heart.
1) First thing you need to do is make sure you backup any thing you want saved using the built in backup app.
2) Your phone must be fully stock.
3) you will need to download this rollback update from Huawei -> http://www.hihonor.com/us/support/details/index.html?DOC_ID=92098
4) also you need to download this base firmware -> http://www.hihonor.com/us/support/details/index.html?DOC_ID=89264
4) familiarize yourself with this method for getting the update ->http://forum.xda-developers.com/showpost.php?p=69885525&postcount=11
Steps:
1) roll back your your phone from (.317) using the rollback package.
2) take the update from (.122 --> 162)
3) make sure you set up Charles correctly because you will need it to intercept the update request or you will get the .317 updat again.
4) Use this info when injecting/overriding the update call
{
"status": "0",
"autoPollingCycle": "1",
"components": [{
"name": "FRD-L04C567B320-OTA",
"version": "FRD-L04C567B320",
"versionID": "68366",
"description": "å• †ç”¨å‘布: [全é‡Â包] FRD-L04C567B162 至 FRD-L04C567B320 (2016/11/22)",
"createTime": "2016-11-22T03:18:12+0000",
"url": "http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1278/g104/v68366/f1/"
}]
}
5) let the update you will now be on .320
Good Luck
Thanks to cvkef for the information on Charles
Click to expand...
Click to collapse
I have found their another update for B320 dated 11/24/16 but editing the script didn't work
how are you getting the "description" and "createTime": lines in the script ?
I tried this but no success
Code:
{
"status": "0",
"autoPollingCycle": "1",
"components": [{
"name": "FRD-L04C567B320-OTA",
"version": "FRD-L04C567B320",
"versionID": "68468",
"description": "å ç¨åå¸: [å
¨éå
] FRD-L04C567B320 è³ FRD-L04C567B320 (2016/11/24)",
"createTime": "2016-11-24T03:18:12+0000",
"url": "http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1278/g104/v68468/f1/"
}]
Hey! Having a hard time trying to get back to .162. I keep getting an error message. Can you supply a step by step on how to downgrade back to that firmware? Thanks in advance.
live_in_the_sky06 said:
Hey! Having a hard time trying to get back to .162. I keep getting an error message. Can you supply a step by step on how to downgrade back to that firmware? Thanks in advance.
Click to expand...
Click to collapse
You have to download rollback package from huawei official website which will take you to B122 the download and flash B162 then use Charles Proxy procedure to get B320
Sent from my iPad using Tapatalk
---------- Post added at 05:57 AM ---------- Previous post was at 05:52 AM ----------
clsA said:
I have found their another update for B320 dated 11/24/16 but editing the script didn't work
how are you getting the "description" and "createTime": lines in the script ?
I tried this but no success
Code:
{
"status": "0",
"autoPollingCycle": "1",
"components": [{
"name": "FRD-L04C567B320-OTA",
"version": "FRD-L04C567B320",
"versionID": "68468",
"description": "å• †çÂâ€Ã‚¨Ã¥Â‘布: [全Ã[emoji767]‡ÂÂ包] FRD-L04C567B320 至 FRD-L04C567B320 (2016/11/24)",
"createTime": "2016-11-24T03:18:12+0000",
"url": "http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1278/g104/v68468/f1/"
}]
Click to expand...
Click to collapse
I guess you have a mistake in the 10th. Line of the modified script
You should edit it to :
] FRD-L04C567B317 至 FRD-L04C567B320 (2016/11/24)",
If you're on B317
Or
] FRD-L04C567B316 至 FRD-L04C567B320 (2016/11/24)",
If you're on B316
Instead of:
] FRD-L04C567B320 至 FRD-L04C567B320 (2016/11/24)",
Sent from my iPad using Tapatalk
nitrowarez said:
You have to download rollback package from huawei official website which will take you to B122 the download and flash B162 then use Charles Proxy procedure to get B320
Sent from my iPad using Tapatalk
---------- Post added at 05:57 AM ---------- Previous post was at 05:52 AM ----------
I guess you have a mistake in the 10th. Line of the modified script
You should edit it to :
] FRD-L04C567B317 至 FRD-L04C567B320 (2016/11/24)",
If you're on B317
Or
] FRD-L04C567B316 至 FRD-L04C567B320 (2016/11/24)",
If you're on B316
Instead of:
] FRD-L04C567B320 至 FRD-L04C567B320 (2016/11/24)",
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
I'm on B320 trying to get to B320
clsA said:
I'm on B320 trying to get to B320
Click to expand...
Click to collapse
Come on man, you are on B320..!
then why do you want B320...!!!
you drove me crazy.
Sent from my FRD-L04 using Tapatalk
Does anyone know if there is 320 available for L09?
Sent from my FRD-L09 using Tapatalk
nitrowarez said:
Come on man, you are on B320..!
then why do you want B320...!!!
you drove me crazy.
Sent from my FRD-L04 using Tapatalk
Click to expand...
Click to collapse
Their is a new B320 dated 11/24
I have the 11/22 release
Their are battery fixes in the new one
You can see the change log if you look it up
Sent from my FRD-L04 using Tapatalk
clsA said:
Their is a new B320 dated 11/24
I have the 11/22 release
Their are battery fixes in the new one
You can see the change log if you look it up
Sent from my FRD-L04 using Tapatalk
Click to expand...
Click to collapse
I know, but that is just an incremental update and not a full firmware
The one dated Nov. 22 has a 1.38 GB, while the newer B320 dated 24 Nov. Is just 206 MB in size.
In other words : it should work for those whom are on B316\ B317.
I'm on full B320 & i don't have this battery drain so far.
And there's no change log for that on Firmware Finder app, it's just ablank page.
Sent from my FRD-L04 using Tapatalk
nitrowarez said:
I know, but that is just an incremental update and not a full firmware
The one dated Nov. 22 has a 1.38 GB, while the newer B320 dated 24 Nov. Is just 206 MB in size.
In other words : it should work for those whom are on B316\ B317.
I'm on full B320 & i don't have this battery drain so far.
And there's no change log for that on Firmware Finder app, it's just ablank page.
Sent from my FRD-L04 using Tapatalk
Click to expand...
Click to collapse
Mine lost 9% overnight sitting on my desk. And is losing almost 5% an hour today at work. I need that new update
Sent from my FRD-L04 using Tapatalk
---------- Post added at 12:32 PM ---------- Previous post was at 12:29 PM ----------
clsA said:
Mine lost 9% overnight sitting on my desk. And is losing almost 5% an hour today at work. I need that new update
Sent from my FRD-L04 using Tapatalk
Click to expand...
Click to collapse
Sent from my FRD-L04 using Tapatalk
clsA said:
Mine lost 9% overnight sitting on my desk. And is losing almost 5% an hour today at work. I need that new update
Sent from my FRD-L04 using Tapatalk
---------- Post added at 12:32 PM ---------- Previous post was at 12:29 PM ----------
Sent from my FRD-L04 using Tapatalk
Click to expand...
Click to collapse
Here's mine
Sent from my FRD-L04 using Tapatalk
Not working for my FRD-L04
Hi,
I'am on B162 officially. No root, no locked bootloader.
Should I be on B317 ? How to get it ?
Thanks.
Yes here it is
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1278/g104/v68848/f1/full/update.zip
---------- Post added at 12:59 PM ---------- Previous post was at 12:55 PM ----------
MaTiCeK- said:
Does anyone know if there is 320 available for L09?
Sent from my FRD-L09 using Tapatalk
Click to expand...
Click to collapse
Yes here is the link for 2016.12.06 FRD-L09C185 FRD-L09C185B320
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1278/g104/v68848/f1/full/update.zip
OK, this is a cross post. But I guess, you'll like it.
I am sharing links to the OTA for L09C432B320 with permission of the original uploader and without any consent from Honor/Huawei.
RacingSystems]
[URL="https://1drv.ms/u/s!Aj61T_kMTMY3huwKmKg7TtCLXUVipg said:
update.zip[/URL]
update_data_full_hw_eu.zip
Click to expand...
Click to collapse
I have tried manually upgrading from 316 to 320 via the dload method. And while it worked it left me with a non functional NFC. Everything else seems to work well. Have fun!
Sent from my FRD-L09 using Tapatalk
im looking for the updater for L14 which is US 64gb version. Can i use the same packages as L04 or different one for L14?
Guys, I'm kinda lost. I wanna try this one but right now my Honor 8 has the bootloader unlocked and a custom ROM.
Do I have to "relock" the bootloader to try this, or just go back to stock?
I messed up!
Guys newbie here!
I copied the UPDATE.APP in SD card on my L04 with B317.
I did press and hold volume + _ and power and just got a user reset. Now the phone starts but it is asking me to insert my google account but I can't insert it because there is no keyboard working.
Can anyone tell me what I am doing wrong?
Thanks!
Related
Hi, I bought an ale-l21 recently, even if bought in Italy from the device IMEI appears to be North Africa, are still the B130 (ale-l21c185b130, dual sim, black) and there are no updates available via OTA, wanted whether there are local updates that I could do and what I should do for my device, will void your warranty if and when an update locally then I will come those OTA
http://forum.xda-developers.com/show....php?t=3309796
Follow these steps, final firmware will be MM (beta), or if you prefer stop at B188:
http://forum.xda-developers.com/p8lite/general/huawei-p8-lite-android-6-0-marshmallow-t3309796
http://forum.xda-developers.com/showthread.php?t=3309796
or you simply wait a few days , there is an OTA update for B160 version and yesterday they started releasing beta version of marshmallow of this software version , so you will get marshmallow very soon
AmINoS007 said:
or you simply wait a few days , there is an OTA update for B160 version and yesterday they started releasing beta version of marshmallow of this software version , so you will get marshmallow very soon
Click to expand...
Click to collapse
bro can you please tell me if there are any confirm plans to update this version ( ALE-L21C185B160 ) to marshmallow.
hbilalshah said:
bro can you please tell me if there are any confirm plans to update this version ( ALE-L21C185B160 ) to marshmallow.
Click to expand...
Click to collapse
yes , I ve been accepted in beta test I hope I will receive it in the next few days
AmINoS007 said:
or you simply wait a few days , there is an OTA update for B160 version and yesterday they started releasing beta version of marshmallow of this software version , so you will get marshmallow very soon
Click to expand...
Click to collapse
Thats good but how did you know
Sent from my ALE-L21 using Tapatalk
Hello, if you have b160 you can update to the official B190, android 5.0.1 European
dkonect said:
Hello, if you have b160 you can update to the official B190, android 5.0.1 European
Click to expand...
Click to collapse
OTA ??
Sent from my ALE-L21 using Tapatalk
backtrack292 said:
Thats good but how did you know
Sent from my ALE-L21 using Tapatalk
Click to expand...
Click to collapse
I ve been accepted as a tester for the beta version , now im on C185B160 version and soooon I will get the Marshmallow
---------- Post added at 07:49 PM ---------- Previous post was at 07:47 PM ----------
dkonect said:
Hello, if you have b160 you can update to the official B190, android 5.0.1 European
Click to expand...
Click to collapse
It's UAE version that we have , not european version
AmINoS007 said:
I ve been accepted as a tester for the beta version , now im on C185B160 version and soooon I will get the Marshmallow
---------- Post added at 07:49 PM ---------- Previous post was at 07:47 PM ----------
It's UAE version that we have , not european version
Click to expand...
Click to collapse
Me too I was accepted and I will wait for marshmallow
Sent from my ALE-L21 using Tapatalk
backtrack292 said:
Me too I was accepted and I will wait for marshmallow
Sent from my ALE-L21 using Tapatalk
Click to expand...
Click to collapse
Cool, you can PM me if you want or need anything
AmINoS007 said:
Cool, you can PM me if you want or need anything
Click to expand...
Click to collapse
Until now no mm update ? I wish we get it before first of March
Sent from my ALE-L21 using Tapatalk
backtrack292 said:
Until now no mm update I wish we get it before first of March
Sent from my ALE-L21 using Tapatalk
Click to expand...
Click to collapse
Me too... Still waiting until now... Some testers in UAE and Saoudie and Algeria got it.. Si I hope we will get it SOON..
I'm on a UAE version and I hate it. It locks several times a day. I've factory reset it several times and no change.
I tried to follow the steps for the MM update yesterday only for HATEua to tell me I need to create and login to their website for 14 continuous days before they will give me a code! Disgusting. Never buying a HATEua device again.
If you have a UAE version and the receipt, take it back, NOW.
Any news ??
Yes yes I got marshmallow ??
Sent from my ALE-L21 using Tapatalk
AmINoS007 said:
Any news ??
Click to expand...
Click to collapse
I've successfully unlocked the bootloader and rooted. Still not had time to flash the phone though, hopefully tonight or this weekend.
Btw, Huawei require you to create an account and login to their website for 14 consecutive days:
[email protected]
1.Please register your Huawei ID in our official website http://huawei.com/en/ on your phone.
2.Log in your Huawei ID for continuously 14 days.
Click to expand...
Click to collapse
As you can imagine, I wasn't impressed with this.
However, I did find another method that worked instantly:
Unlock P8 Lite Online Instantly
Hope that link helps someone else!
backtrack292 said:
Yes yes I got marshmallow
Sent from my ALE-L21 using Tapatalk
Click to expand...
Click to collapse
congrats !! :highfive:
beta test or full version ?? because some guys from egypt got the marshmalllow this morning too
don't forget to make a copy and share it here before flashing it , thx !!
This official release [NOT Beta] is design to test Samsung pre-release of mass deployment Nougat Android 7.1.1. for S7 and S7 Edge phones.
this is ONLY for DEVs! to be used for further developments!
Below is the mega link for downloading the dump for G930F
New kernel
New modem
New bootloader
Uploaded:
********** TWRP backup dump: 2017-01-12--06-42-32_NRD90M.G930FXXU1DPLT **********
https://mega.nz/#!CEgUiTZT!u9-1Q07wm8pl95vEeUcg9VkDoo8dB9eHzQcKKbDKA1g
*************************************************************************************
********** new build.prop file of the NRD90M.G930FXXU1DPLT release **********
https://mega.nz/#!mB5zADZA!Icc9xWF-86NEehjgzWNunRYiFmPsg4dP1UqWvihKvsM
****************************************************************************
********** adb dump of NRD90M.G930FXXU1DPLT **********
boot.img patched with SU
https://mega.nz/#!rAoECBiB!EekoRYHg17HhQmZUBvDBYSSdL-Xc_rqiBZgi12HHzWc
cm.bin
https://mega.nz/#!3AI0gCqT!8e3Iptoie9qof2nNXlU6x1AQTu0rHlPL7NMuunj3CCo
sboot.bin
https://mega.nz/#!DZB2kbaI!suZ5ng9e-zmHlikcfRk3gELBJTeJsknFkrvoXK4Ka_s
modem.bin
https://mega.nz/#!ucIGVSiD!bIviiWB5UrAyhzuBsjQeNYvTi9gXj_LiCflvqDapZyI
system.img
https://mega.nz/#!eAZyiLBA!zZ4isIMfJYT0rHaK-ookt2QMdRCEQOQkL5ikorRi-gc
*********************************************************
http://forum.xda-developers.com/galaxy-s7/how-to/official-android-7-0-nougat-beta-3-t3514551
And this is Beta 3, not 4 - as shown on the official Samsung release notes
from where it would be possible to download the firmware?
Inviato dal mio SM-G930F utilizzando Tapatalk
Nothing here!!
@*Detection* Now link added...
*Detection* said:
http://forum.xda-developers.com/galaxy-s7/how-to/official-android-7-0-nougat-beta-3-t3514551
And this is Beta 3, not 4 - as shown on the official Samsung release notes
Click to expand...
Click to collapse
Yes, but you can download it from where I'm sorry?
can i flash it from stock recovery ? i am on nougat
I downloaded, but how can we flash it?
File up ota or odin?
6.0 are there to be this one?
Thank man shared!
guys , this dump by trwp recovery
copy rom files to twrp folder and but to twrp recovery and restore it
Somebody found a odin version?
I really don't want to flash trwp before...
Thanks...
abd3mobaraki said:
guys , this dump by trwp recovery
copy rom files to twrp folder and but to twrp recovery and restore it
Click to expand...
Click to collapse
Well, i tried that, restored the stuff and phone didn't boot normal.. Booted to TWRP only.. So.. I don't think it works that way. Or file is messed up..
Can I flash this using twrp when I'm on official marshmallow?
"New Statusbar"
What exactly?
Not working when I select restore twrp did not see the backup nice try still
Sent from my SM-G935F using XDA-Developers mobile app
---------- Post added at 06:20 PM ---------- Previous post was at 06:07 PM ----------
LiNe1771 said:
Well, i tried that, restored the stuff and phone didn't boot normal.. Booted to TWRP only.. So.. I don't think it works that way. Or file is messed up..
Click to expand...
Click to collapse
You must flash supersu after restore thats worked for me
Sent from my SM-C7000 using XDA-Developers mobile app
LiNe1771 said:
Well, i tried that, restored the stuff and phone didn't boot normal.. Booted to TWRP only.. So.. I don't think it works that way. Or file is messed up..
Click to expand...
Click to collapse
yes , because need new bootloader
Only Wi-Fi is not working
Sent from my SM-C7000 using XDA-Developers mobile app
---------- Post added at 06:33 PM ---------- Previous post was at 06:26 PM ----------
Anybody have the bootloader?
Sent from my SM-C7000 using XDA-Developers mobile app
---------- Post added at 06:42 PM ---------- Previous post was at 06:33 PM ----------
We can do nothing without new bootloader
Sent from my SM-C7000 using XDA-Developers mobile app
Can Any1 please give a quick tutorial on how to install this?
baconman said:
Can Any1 please give a quick tutorial on how to install this?
Click to expand...
Click to collapse
Not working good Wi-Fi dont work and a lot of force close apps we need bootloader
Sent from my SM-C7000 using XDA-Developers mobile app
People are saying that on this new beta, they updated knox stuff.. So.. Can hard brick your phone and root isn't working properly.. Fc apps and stuff.. So.. Stay away from this beta if u want root.. Can screw you up. Wait for devs to solve this.
dajumper said:
Not working good Wi-Fi dont work and a lot of force close apps we need bootloader
Sent from my SM-C7000 using XDA-Developers mobile app
Click to expand...
Click to collapse
The super SU is breaking your wifi, that happen to me with the nougat beta, ysou have to use magisk v9, that's what the nougat roms on here are using.
Dear users i try update that build from frimware finder updater but dont install and after download ("Authentication failed") message comes in update page but i see some difference from app and website
In app this frimware size is 2.20GB
But
In website this frimware size is 1.31GB
You can try here: http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1582/g104/v82090/f2/full/update.zip
After download you must be
1=create dload folder and extract frimware UPDATE.APP in folder
2=dload folder must created in sd card root
2=use *#*#2846579#*#* code to goes hidden menu
3=choose software update
Good luck.
NOTE: if cant update no force again and wait for original phone updater notification.
will it erase internal storage? I've B560 installed
enthu19 said:
will it erase internal storage? I've B560 installed
Click to expand...
Click to collapse
No not erase.but you may backup all of your datas.
Farzad37 said:
No not erase.but you may backup all of your datas.
Click to expand...
Click to collapse
Software installation failed ! :|
enthu19 said:
Software installation failed ! :|
Click to expand...
Click to collapse
Not force update again wait for other news to come up or notification from settings to get new update
Ya me too ? I need this update.... Since i update from B521 to B560 and the battery is dropping faster and charging is slower? Im the only one who feels that ?
wajd said:
Ya me too ? I need this update.... Since i update from B521 to B560 and the battery is dropping faster and charging is slower? Im the only one who feels that ?
Click to expand...
Click to collapse
No my battery is gone good.but i one problem found earlier and this is a white noiz in background display .if some hours use one app its show app buttouns on another app
Farzad37 said:
Dear users i try update that build from frimware finder updater but dont install and after download ("Authentication failed") message comes in update page but i see some difference from app and website
In app this frimware size is 2.20GB
But
In website this frimware size is 1.31GB
Click to expand...
Click to collapse
In addition to your link, FF offers two more zipped files:
update_data_full_public.zip
update_full_hw_meafnaf.zip
any idea what these are for?
talhabinhisaam said:
In addition to your link, FF offers two more zipped files:
update_data_full_public.zip
update_full_hw_meafnaf.zip
any idea what these are for?
Click to expand...
Click to collapse
Wonder the same confusing
talhabinhisaam said:
In addition to your link, FF offers two more zipped files:
update_data_full_public.zip
update_full_hw_meafnaf.zip
any idea what these are for?
Click to expand...
Click to collapse
No idea but it can twisted file in one file.and maybe FF update their servers and gets more data from hicloud
wajd said:
Ya me too ? I need this update.... Since i update from B521 to B560 and the battery is dropping faster and charging is slower? Im the only one who feels that ?
Click to expand...
Click to collapse
No... I am also facing this problem....
talhabinhisaam said:
In addition to your link, FF offers two more zipped files:
update_data_full_public.zip
update_full_hw_meafnaf.zip
any idea what these are for?
Click to expand...
Click to collapse
Figured myself. Method would be same as B560. Follow this thread: https://forum.xda-developers.com/mate-8/general/how-to-install-nxt-l29c185b560-official-t3556789
However, B580's update.zip file has some issues. Doesn't work on nxt-l29c185
Updated mine to B581
kuprij said:
Updated mine to B581
Click to expand...
Click to collapse
Can't find B581 on Firmware Finder. Where did you get it from? Can you please share the firmware links?
kuprij said:
Updated mine to B581
Click to expand...
Click to collapse
As you have done, what method did you use friend?
talhabinhisaam said:
Can't find B581 on Firmware Finder. Where did you get it from? Can you please share the firmware links?
Click to expand...
Click to collapse
I have find with FF, but here is the URL link need to do the process:
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G753/g104/v84296/f1/
---------- Post added at 10:19 AM ---------- Previous post was at 10:17 AM ----------
[/COLOR]
danyv77 said:
As you have done, what method did you use friend?
Click to expand...
Click to collapse
This method, just follow the steps change the things accordingly to B581 (the tutorial is for B560):
https://forum.xda-developers.com/mate-8/general/l29c432b192-stock-to-nxt-l29c432b560-t3549921
kuprij said:
I have find with FF, but here is the URL link need to do the process:
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G753/g104/v84289/f1/
---------- Post added at 10:19 AM ---------- Previous post was at 10:17 AM ----------
This method, just follow the steps change the things accordingly to B581 (the tutorial is for B560):
https://forum.xda-developers.com/mate-8/general/l29c432b192-stock-to-nxt-l29c432b560-t3549921
Click to expand...
Click to collapse
Please mention full link with .zip file. This one is incomplete and does not open. Thanks
talhabinhisaam said:
Please mention full link with .zip file. This one is incomplete and does not open. Thanks
Click to expand...
Click to collapse
You don't need the full link because the method that I've linked don't download the zip! Dload is not working, push the update archive to updater don't work. The only way to update is using this method by Huawei Updater 2.0 and you only need this URL to send by proxy to HiSuite and by this way makes the update
But as u wish: http://update.hicloud.com:8180/TDS/data/files/p3/s15/G753/g104/v84296/f1/full/update.zip
---------- Post added at 11:08 AM ---------- Previous post was at 11:03 AM ----------
kuprij said:
You don't need the full link because the method that I've linked don't download the zip! Dload is not working, push the update archive to updater don't work. The only way to update is using this method by Huawei Updater 2.0 and you only need this URL to send by proxy to HiSuite and by this way makes the update
But as u wish: http://update.hicloud.com:8180/TDS/data/files/p3/s15/G753/g104/v84296/f1/full/update.zip
Click to expand...
Click to collapse
Ps: the URL that I sent before was wrong, I edited.
kuprij said:
You don't need the full link because the method that I've linked don't download the zip! Dload is not working, push the update archive to updater don't work. The only way to update is using this method by Huawei Updater 2.0 and you only need this URL to send by proxy to HiSuite and by this way makes the update
Click to expand...
Click to collapse
Ok, got that part. Thanks!
One more question; my phone is NXT-L29C185 (ME version, same as this thread title) and the update you have referred is for NXT-L29C432 (EU version). Was your phone a C185 before the update; if yes, is the update working fine? Or was your phone a C432 since start?
talhabinhisaam said:
Ok, got that part. Thanks!
One more question; my phone is NXT-L29C185 (ME version, same as this thread title) and the update you have referred is for NXT-L29C432 (EU version). Was your phone a C185 before the update; if yes, is the update working fine? Or was your phone a C432 since start?
Click to expand...
Click to collapse
My phone is originally the Chinese version but I debrand to C432. So yes, C432 since start. U just need the link for C185:
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1582/g104/v82090/f2/
Note: C185 doesn't have B581 yet, but this is B580!
After update for Oreo using method script HWOTA, no more possible update for others firmwares oreo in FFinder.
is possible update method Nougat for Oreo ???
only wait or go back to nugget
aureliomilitao said:
After update for Oreo using method script HWOTA, no more possible update for others firmwares oreo in FFinder.
is possible update method Nougat for Oreo ???
Click to expand...
Click to collapse
Either: Wait.
Or: Downgrade to Nougat, then update to latest Oreo.
These are your only (free) options
i wait!
downgrade is sad!
HWOTA
aureliomilitao said:
After update for Oreo using method script HWOTA, no more possible update for others firmwares oreo in FFinder.
is possible update method Nougat for Oreo ???
Click to expand...
Click to collapse
Try the thread by @mankindtw
---------- Post added at 02:00 PM ---------- Previous post was at 01:35 PM ----------
aureliomilitao said:
i wait!
downgrade is sad!
Click to expand...
Click to collapse
Try this method, worked for me https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-oreo-update-package-t3699522
this guy here says he's got the stable 8.1 update
http://en.miui.com/thread-2710415-1-1.html
I have received
rajay1234 said:
I have received
Click to expand...
Click to collapse
u r in beta group
rajay1234 said:
I have received
Click to expand...
Click to collapse
are you beta tester?
rajay1234 said:
I have received
Click to expand...
Click to collapse
ota link plz
---------- Post added at 10:02 AM ---------- Previous post was at 09:58 AM ----------
Actually, OTA link for new update: https://android.googleapis.com/pack.../db9190392239d80aea36db684b14de1c169d3a1e.zip
I am in the leaked BETA version 8.1 (019.8.5.11) and received that OTA update. Making a TWRP package now. @oreo27 here is a new OTA for 8.0
Metadata for new OTA:
ota-required-cache=0
ota-streaming-property-files=payload.bin:1244:1199466095,payload_properties.txt:1199467397:155,care_map.txt:480:717,metadata:69:363
ota-type=AB
post-build=xiaomi/tissot/tissot_sprout:8.0.0/OPR1.170623.026/V9.5.13.0.ODHMIFA:user/release-keys
post-build-incremental=V9.5.13.0.ODHMIFA
post-timestamp=1526973662
pre-device=tissot_sprout
Update: I flashed the update through TWRP and it corrupted my data, now I cannot boot up the phone. Please advise lol.
konradit said:
ota link plz
---------- Post added at 10:02 AM ---------- Previous post was at 09:58 AM ----------
Actually, OTA link for new update: https://android.googleapis.com/pack.../db9190392239d80aea36db684b14de1c169d3a1e.zip
I am in the leaked BETA version 8.1 (019.8.5.11) and received that OTA update. Making a TWRP package now. @0reo27 here is a new OTA for 8.1!
Click to expand...
Click to collapse
working
konradit said:
ota link plz
---------- Post added at 10:02 AM ---------- Previous post was at 09:58 AM ----------
Actually, OTA link for new update: https://android.googleapis.com/pack.../db9190392239d80aea36db684b14de1c169d3a1e.zip
I am in the leaked BETA version 8.1 (019.8.5.11) and received that OTA update. Making a TWRP package now. @oreo27 here is a new OTA for 8.0
Metadata for new OTA:
ota-required-cache=0
ota-streaming-property-files=payload.bin:1244:1199466095,payload_properties.txt:1199467397:155,care_map.txt:480:717,metadata:69:363
ota-type=AB
post-build=xiaomi/tissot/tissot_sprout:8.0.0/OPR1.170623.026/V9.5.13.0.ODHMIFA:user/release-keys
post-build-incremental=V9.5.13.0.ODHMIFA
post-timestamp=1526973662
pre-device=tissot_sprout
Click to expand...
Click to collapse
Can you post the fastboot image please?
Edit: Or give us the link to the direct fastboot images?
atttoush said:
Can you post the fastboot image please?
Edit: Or give us the link to the direct fastboot images?
Click to expand...
Click to collapse
unzip it, unpack the payload and flash using fastboot
konradit said:
unzip it, unpack the payload and flash using fastboot
Click to expand...
Click to collapse
That's a 8.0 though right? Not 8.1
No Stable update but patch of 58.3MB has been pushed as stable update
LIONS1 said:
this guy here says he's got the stable 8.1 update
http://en.miui.com/thread-2710415-1-1.html
Click to expand...
Click to collapse
No Stable update but patch of 58.3MB has been pushed as stable update.
konradit said:
ota link plz
---------- Post added at 10:02 AM ---------- Previous post was at 09:58 AM ----------
Actually, OTA link for new update: https://android.googleapis.com/pack.../db9190392239d80aea36db684b14de1c169d3a1e.zip
I am in the leaked BETA version 8.1 (019.8.5.11) and received that OTA update. Making a TWRP package now. @oreo27 here is a new OTA for 8.0
Metadata for new OTA:
ota-required-cache=0
ota-streaming-property-files=payload.bin:1244:1199466095,payload_properties.txt:1199467397:155,care_map.txt:480:717,metadata:69:363
ota-type=AB
post-build=xiaomi/tissot/tissot_sprout:8.0.0/OPR1.170623.026/V9.5.13.0.ODHMIFA:user/release-keys
post-build-incremental=V9.5.13.0.ODHMIFA
post-timestamp=1526973662
pre-device=tissot_sprout
Update: I flashed the update through TWRP and it corrupted my data, now I cannot boot up the phone. Please advise lol.
Click to expand...
Click to collapse
Use mi flash and go back stock, clean all and lock. But before you flash recover whatever data you can in TWRP
To break it all down, here's what has happened.
8.1 beta gets leaked by someone from Xiaomi.
Non-beta users were able to download it and flashed it on their devices.
Xiaomi gives May update delayed. Already end of May and Mi A1 are just receiving them right now.
May update has 3 stages.
1st is around 80+ mb.
2nd update is at 50+ mb.
3rd May update reverts 8.1 to 8.0.0 for non-beta users. Size is 1+ GB.
konradit said:
ota link plz
---------- Post added at 10:02 AM ---------- Previous post was at 09:58 AM ----------
Actually, OTA link for new update: https://android.googleapis.com/pack.../db9190392239d80aea36db684b14de1c169d3a1e.zip
I am in the leaked BETA version 8.1 (019.8.5.11) and received that OTA update. Making a TWRP package now. @oreo27 here is a new OTA for 8.0
Metadata for new OTA:
ota-required-cache=0
ota-streaming-property-files=payload.bin:1244:1199466095,payload_properties.txt:1199467397:155,care_map.txt:480:717,metadata:69:363
ota-type=AB
post-build=xiaomi/tissot/tissot_sprout:8.0.0/OPR1.170623.026/V9.5.13.0.ODHMIFA:user/release-keys
post-build-incremental=V9.5.13.0.ODHMIFA
post-timestamp=1526973662
pre-device=tissot_sprout
Update: I flashed the update through TWRP and it corrupted my data, now I cannot boot up the phone. Please advise lol.
Click to expand...
Click to collapse
Sorry. It's been really busy for me the past few days. Did you get your device to work?
Also: https://github.com/0reo27/Mi-A1-OTA-to-TWRP/releases