Question OnePlus CPH2417 full ota - OnePlus 10T 5G

So I need help verifying this but I have a website that I was looking through I found the na version for the OnePlus 10t CPH2417 I haven't figured out how to quite download the firmware from the website but it is on gitlabs and it is by OnePlus if anyone responds I'll go ahead and post the link for it.

AkayamiShurui said:
So I need help verifying this but I have a website that I was looking through I found the na version for the OnePlus 10t CPH2417 I haven't figured out how to quite download the firmware from the website but it is on gitlabs and it is by OnePlus if anyone responds I'll go ahead and post the link for it.
Click to expand...
Click to collapse
if you are talking unbricking wised then i'll do it.

oneplushypergaming said:
if you are talking unbricking wised then i'll do it.
Click to expand...
Click to collapse
I'm like 99% sure I found the entire build file for the phone https://dumps.tadiphone.dev/dumps/o...1.220303.001-S.202210151555-release-keys--IN/

AkayamiShurui said:
I'm like 99% sure I found the entire build file for the phone https://dumps.tadiphone.dev/dumps/o...1.220303.001-S.202210151555-release-keys--IN/
Click to expand...
Click to collapse
hm yeah seemingly it pretty much is but you are correct about not being able to actually download it i'll do what I can to try and get around it.

okay so I have found out how to actually download the thing but it has a server problem it says.

oneplushypergaming said:
okay so I have found out how to actually download the thing but it has a server problem it says.
Click to expand...
Click to collapse
Try using an incognito mode if not curl or wget?

That link would most likely be the India version with the IN at the end...
There are ones in those repos for ROW, EU, and IN.
How do you know this one is for the 10t?
I am currently trying to clone the repo locally using GIT. Currently, at 2700 files out of 35,150 and going slowly...
I also tried to import the repo into github and it fails after a little while.

Yeah so you can't get cloning and each one has all three builds in it EU India and the na but specifically there is na alone as well it has all the boot images recovery images and everything you need to build it from the ground up plus flash it

maamdroid said:
That link would most likely be the India version with the IN at the end...
There are ones in those repos for ROW, EU, and IN.
How do you know this one is for the 10t?
I am currently trying to clone the repo locally using GIT. Currently, at 2700 files out of 35,150 and going slowly...
I also tried to import the repo into github and it fails after a little while.
Click to expand...
Click to collapse
Also it has every system application the actual APK files are inside and you can just grab and pull them or just straight up download them by pressing the download button on them you just have to navigate to the folder

AkayamiShurui said:
Yeah so you can't get cloning and each one has all three builds in it EU India and the na but specifically there is na alone as well it has all the boot images recovery images and everything you need to build it from the ground up plus flash it
Click to expand...
Click to collapse
Not sure why you say you can't. My clone locally just finished and now I have all the files from this repo.

Can I see the command you used please cuz every time I try to get corner it stops like halfway through

AkayamiShurui said:
Can I see the command you used please cuz every time I try to get corner it stops like halfway through
Click to expand...
Click to collapse
I used both visual studio to clone it successfully as well as just using the git gui in windows.
Use the https git link to clone, not the ssh one.

I'll try it I'm not on windows though just linux

AkayamiShurui said:
I'll try it I'm not on windows though just linux
Click to expand...
Click to collapse
Ah, I was going to try it on Linux, but just wanted to get the clone going to see if it would work.
It should also work, but make sure to use the https link to the git. The ssh failed for me on linux

If it fails is there any way you would upload it to Google drive and then share it with me so I can download it from there?

AkayamiShurui said:
If it fails is there any way you would upload it to Google drive and then share it with me so I can download it from there?
Click to expand...
Click to collapse
Yeah, for sure. I got it zipped up and ready to go, let me know if you need it and I'll get you that.

I think we can only download certain parts of the file woke up today tried something new and yeah the boot img is downloading maybe it has something to do with the thing being a huge file or something

maamdroid said:
Yeah, for sure. I got it zipped up and ready to go, let me know if you need it and I'll get you that.
Click to expand...
Click to collapse
may i have it though? i want to tets something out with the files

oneplushypergaming said:
may i have it though? i want to tets something out with the files
Click to expand...
Click to collapse
You got it now.

thanks! i'll just add it to mines privately once its finished

Related

[Q] How do I download stock ROMs from Lenovo's OTA server?

Earlier today, I set up Fiddler (a web debugging proxy) on my computer and configured the WiFi connection on my Lenovo A7000-a to pass all traffic through the proxy running on my computer.
I wanted to see what requests my phone makes when checking for firmware upgrades. I found out that requests were made to http://fus.lenovomm.com, more specifically,
Code:
[B]http://fus.lenovomm.com/firmware/3.1/updateservlet?optionalparameter=%7B%7D&devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S133_150424_ROW&action=querynewfirmware&locale=en[/B]
There was nothing on that page as my phone is already running the latest firmware, so I changed the value for the attribute currfirmwarever and set it to an older firmware version (A7000-a_S129_150324_ROW) and I got an XML file with an OTA download URL at the bottom:
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S129_150324_ROW_TO_A7000-a_S133_150424_ROW_WC52.zip
I've identified the names of 3 old firmware versions that can be switched in place of currfirmwarever to get the OTA updates for each one. They are:
1. A7000-a_S124_150303_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S124_150303_ROW&action=querynewfirmware&locale=en
2. A7000-a_S128_150319_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S128_150319_ROW&action=querynewfirmware&locale=en
3. A7000-a_S129_150324_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S129_150324_ROW&action=querynewfirmware&locale=en
However, they're essentially DIFF files used to update old ROM versions to newer ones (e.g. S129_150324 to S133_150424). I know that Lenovo stores entire ROM ZIPs on this server as you can see by visiting these links:
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&curfirmwarever=VIBEROM_V1.0_1407_2_ST_K910&devicemodel=LenovoK910_ROM_ST&locale=en
Code:
http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I want to know how I could get the stock ROM for Lenovo A7000-a from this server. I want to know the format of the URL that would get me the download for the complete ROM and not just the OTA update.
I already tried
Code:
http://phonedl.ota.lenovomm.com/dls/v6/<ROM BUILD NUMBER HERE>.zip
but it didn't work. The URL I tried was
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S133_150424_ROW.zip
Can you guys help?
xyberz09 said:
Earlier today, I set up Fiddler (a web debugging proxy) on my computer and configured the WiFi connection on my Lenovo A7000-a to pass all traffic through the proxy running on my computer.
I wanted to see what requests my phone makes when checking for firmware upgrades. I found out that requests were made to http://fus.lenovomm.com, more specifically,
Code:
[B]http://fus.lenovomm.com/firmware/3.1/updateservlet?optionalparameter=%7B%7D&devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S133_150424_ROW&action=querynewfirmware&locale=en[/B]
There was nothing on that page as my phone is already running the latest firmware, so I changed the value for the attribute currfirmwarever and set it to an older firmware version (A7000-a_S129_150324_ROW) and I got an XML file with an OTA download URL at the bottom:
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S129_150324_ROW_TO_A7000-a_S133_150424_ROW_WC52.zip
I've identified the names of 3 old firmware versions that can be switched in place of currfirmwarever to get the OTA updates for each one. They are:
1. A7000-a_S124_150303_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S124_150303_ROW&action=querynewfirmware&locale=en
2. A7000-a_S128_150319_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S128_150319_ROW&action=querynewfirmware&locale=en
3. A7000-a_S129_150324_ROW
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?devicemodel=LenovoA7000_A_ROW&curfirmwarever=A7000-a_S129_150324_ROW&action=querynewfirmware&locale=en
However, they're essentially DIFF files used to update old ROM versions to newer ones (e.g. S129_150324 to S133_150424). I know that Lenovo stores entire ROM ZIPs on this server as you can see by visiting these links:
Code:
http://fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&curfirmwarever=VIBEROM_V1.0_1407_2_ST_K910&devicemodel=LenovoK910_ROM_ST&locale=en
Code:
http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I want to know how I could get the stock ROM for Lenovo A7000-a from this server. I want to know the format of the URL that would get me the download for the complete ROM and not just the OTA update.
I already tried
Code:
http://phonedl.ota.lenovomm.com/dls/v6/<ROM BUILD NUMBER HERE>.zip
but it didn't work. The URL I tried was
Code:
http://phonedl.ota.lenovomm.com/dls/v6/A7000-a_S133_150424_ROW.zip
Can you guys help?
Click to expand...
Click to collapse
That was helpful
xyberz09 said:
Can you guys help?
Click to expand...
Click to collapse
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
n00BXperia said:
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
Click to expand...
Click to collapse
Hey Mann pls do that as soon as possible.. M tired of Dev firmware...
n00BXperia said:
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
Click to expand...
Click to collapse
Thanks! Could you also explain how you got hold of it? I'm interested to learn how I could download them from Lenovo's own servers. For instance, the ROM for Lenovo A6000 is available here: http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I'd like to know how to construct a query for the OTA server (http://fus.lenovomm.com) that would spit out an XML response with a link to that ROM download.
xyberz09 said:
I'd like to know how to construct a query for the OTA server (http://fus.lenovomm.com) that would spit out an XML response with a link to that ROM download.
Click to expand...
Click to collapse
simply accessed there server and downloaded!!
puchupechu said:
That was helpful
Click to expand...
Click to collapse
Bidyadhar said:
Hey Mann pls do that as soon as possible.. M tired of Dev firmware...
Click to expand...
Click to collapse
xyberz09 said:
Thanks! Could you also explain how you got hold of it? I'm interested to learn how I could download them from Lenovo's own servers. For instance, the ROM for Lenovo A6000 is available here: http://phonedl.ota.lenovomm.com/dls/v6/Kraft-A6000_S032_150327_WCDB.zip
I'd like to know how to construct a query for the OTA server (http://fus.lenovomm.com) that would spit out an XML response with a link to that ROM download.
Click to expand...
Click to collapse
THE LATEST BUILD OF STOCK ROM FOR LENOVO A7000a MAY BE DOWNLOADED FROM HERE:
LINK HERE
Try needrom if the links are not working for you
More info please?
n00BXperia said:
simply accessed there server and downloaded!!
Click to expand...
Click to collapse
Would you care to elaborate a little on that? How did you get the official (http://phonedl.ota.lenovomm.com) download link for the ROM? What URL did you visit on the Firmware Update Server (http://fus.lenovomm.com) that gave you the link to the ROM?
LoneWolfSK said:
Try needrom if the links are not working for you
Click to expand...
Click to collapse
http://www.needrom.com/category/lenovo/ doesn't have it. I checked.
xyberz09 said:
Would you care to elaborate a little on that? How did you get the official (http://phonedl.ota.lenovomm.com) download link for the ROM? What URL did you visit on the Firmware Update Server (http://fus.lenovomm.com) that gave you the link to the ROM?
Click to expand...
Click to collapse
I used there office's Computer and downloaded..that's it!! ..my friend works for Lenovo !!
n00BXperia said:
I used there office's Computer and downloaded..that's it!! ..my friend works for Lenovo !!
Click to expand...
Click to collapse
Haha. So you went old school. That explains it. Thanks!
xyberz09 said:
Haha. So you went old school. That explains it. Thanks!
Click to expand...
Click to collapse
haha of course ; completed M.Sc ; so yeah.. ^Old School^ :highfive:
Possible Lenovo OTA server & client source code
While looking for a way to download stock ROMs off of Lenovo's servers, I found this:
https://github.com/otaserver/
I believe that to be the source code for Lenovo's OTA server (and client). I think so because of the strings.xml file here:
https://github.com/otaserver/otaclient/blob/master/res/values/strings.xml
Translating it with Google Translate would give you a better idea of what the strings mean. It also contains a reference to "/mnt/sdcard/lenovoota".
The following search result makes it clearer:
https://github.com/otaserver/otasdk/search?utf8=✓&q=lenovo+OR+lenovomm&type=Code
You can clearly see that the code contains a reference to fus.lenovomm.com and this file in particular contains many hints on the working of the OTA server:
https://github.com/otaserver/otasdk/blob/master/src/com/otaserver/client/sdk/MobileInfo.java
I'm not very good with code. If you guys could analyze it and figure out how it works, maybe we'll understand how to make queries to the OTA server that spits out URLs for entire ROM downloads and not just OTA updates.
Hey can u please get me the link to download stock rom for a6000 plus. I bricked my phone(boots into stock recovery) and its rooted so i'll need cwm too. I went to the service center to get it fixed but they ordered the whole pcb for rellacement and that is very time consuming as the part will come from china. I need to get it fixed soon plz help.
n00BXperia said:
Chill..I wll Provide you stock Firmware (latest one) ASAP..I already have that firmware in my PC :highfive:
Click to expand...
Click to collapse
Can you get me the stock firmware for Lenovo A6000 Plus ?
Thanks
Link for stock rom of a6000 plus?
Can you please post link for lenovo a6000 plus link I can't find...
Hey OP
I have the solution
Look at this link: http://fus.lenovomm.com/firmware/3....l&full_rom&devicemodel=LenovoK50-T5&locale=en
Now I have the Lenovo S8 A7600 phone, so I changed "LenovoK50-T5" to "LenovoA7600". You get the picture.
As you seen in the XML-file, the filenames on the server is different. That's why you couldn't download.
askermk2000 said:
Hey OP
I have the solution
Look at this link: http://fus.lenovomm.com/firmware/3....l&full_rom&devicemodel=LenovoK50-T5&locale=en
Now I have the Lenovo S8 A7600 phone, so I changed "LenovoK50-T5" to "LenovoA7600". You get the picture.
As you seen in the XML-file, the filenames on the server is different. That's why you couldn't download.
Click to expand...
Click to collapse
I know you can do that, but it doesn't work if I change the devicemodel parameter to LenovoA7000 or LenovoA7000-a (the server is case sensitive). I get this:
Code:
<Error>
<Code>FUS-0112</Code>
<Message>Invalid device model</Message>
</Error>
So I guess what I need is the correct model number string for the Lenovo A7000-a.
xyberz09 said:
I know you can do that, but it doesn't work if I change the devicemodel parameter to LenovoA7000 or LenovoA7000-a (the server is case sensitive). I get this:
Code:
<Error>
<Code>FUS-0112</Code>
<Message>Invalid device model</Message>
</Error>
So I guess what I need is the correct model number string for the Lenovo A7000-a.
Click to expand...
Click to collapse
Well getting the right URL from VibeRomFlash.exe is not hard you simply connect the device to your pc and you wait for VibeRomFlash.exe to detect the phone and you read the memory of the VibeRomFlash.exe i used Process Hacker (it's some thing like Task Manager but with more options) (also sorry forums wont allow me to post links so you have to google it your self)
Well here is how to do it, in Process Hacker you will find the VibeRomFlash.exe and click on it process in the list and open the properties and there is a Tab called "Memory" and you click on "Strings" (leave option as they are and press OK) then click on "Filter" and on the menu click on "Contains..." and you can use any part of the URL but i used "querynewfirmware"
Here what i got from VibeRomFlash.exe (Note that my stock ROM is not ROW):
I was thinking if you use the ROW you might need to change the locale=zh to locale=en
I think this gives you the update only since it's size is just 396.80MB
Code:
fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&devicemodel=LenovoK50-T5&curfirmwarever=VIBEUI_V2.5_1524_5.955.1_ST_K50-T5&deviceid=<You put your deviceid here>&locale=zh
And this one gives you the full rom it's about 869.36MB
Code:
fus.lenovomm.com/firmware/3.1/updateservlet?action=querynewfirmwarehtml&full_rom&devicemodel=LenovoK50-T5&locale=zh

[APP][EMUI 4.1 / EMUI 5]Huawei compass apk

Hi all guys, yesterday i was giving a deep look at system apps until I've noticed that the Huawei compass app, that i always thought was a system app too, could be totally uninstalled from my phone and not only deactivated like other system apps. So, before removing it i had take a backup of it with ApkExtractorLite, since that it could come useful in future but not at the moment. The reason for me to open this thread is that with the APK that i had obtained from the extraction, I wasn't able to reinstall the app because when i try to launch it i get an error that says something that, due my distraction, i didn't screenshot or take note 'bout it before trash it. Now that i've got it back, i put it here for everyone.
*A little note
Dunno if this could be related to some protections that Huawei could have wrote in their apps, or if the package was just corrupted (even if i strongly believe that it couldn't be since that i use ApkExtractorLite from more than one year and it never missed a shot)
SOLVED!​ If you need it, download the apk that you can find in attachments. The first one is for EMUI 4, the 2nd one is for EMUI 5
*UPDATE* I've just noticed that after that i updated my device to EMUI 5, the compass app doesn't work anymore. Plus, i get an error that says "Compass is incompatible with this system version" so I'll update the thread specifying that it'll works only on EMUI 4.1. If someone will find a version that is compatible with EMUI 5 before me, if it exists, write here and I'll be glad to put it here for anyone that could find it useful.
HERE YOU GO :: https://drive.google.com/open?id=0B63ZqpBoL_d8bVBiYW1kUExucFE
hope it will help U
venugopalu007 said:
HERE YOU GO :: https://drive.google.com/open?id=0B63ZqpBoL_d8bVBiYW1kUExucFE
hope it will help U
Click to expand...
Click to collapse
Thanks for the tentative man, but the result was the same that I've got with my APK extracted and that i now remember, as you can see in attachments. I'm italian, so I'll translate for everyone else: "Analysis error - error meanwhile the package analysis"
And this is the reason that force me to think that there is some kind of protection by Huawei on their apps... If i have a 6X, and i try to install an app that was on 6X's stock rom, why the f*** the app installation should go wrong?
Thanks anyway, but i still need help
RedSkull23 said:
Thanks for the tentative man, but the result was the same that I've got with my APK extracted and that i now remember, as you can see in attachments. I'm italian, so I'll translate for everyone else: "Analysis error - error meanwhile the package analysis"
And this is the reason that force me to think that there is some kind of protection by Huawei on their apps... If i have a 6X, and i try to install an app that was on 6X's stock rom, why the f*** do the app installation goes wrong?
Thanks anyway, but i still need help
Click to expand...
Click to collapse
Mention your device Full info also root status
venugopalu007 said:
Mention your device Full info also root status
Click to expand...
Click to collapse
I've attached another screenshot with all the infos, I'm still not rooted
RedSkull23 said:
I've attached another screenshot with all the infos, I'm still not rooted
Click to expand...
Click to collapse
Y Don't You just do a backup and do Factory reset , All apps will back
venugopalu007 said:
Y Don't You just do a backup and do Factory reset , All apps will back
Click to expand...
Click to collapse
Because i don't am motivated enough to do that for a single app that dammit, there must be a way to take it back!
Got it back for the ones that could be interested to download it for whatever reason, I've placed the apk in OP attachments.
RedSkull23 said:
Got it back for the ones that could be interested to download it for whatever reason, I've placed the apk in OP attachments.
Click to expand...
Click to collapse
Thanks for sharing.
adriansticoid said:
Thanks for sharing.
Click to expand...
Click to collapse
Nothing hard to do, hope to being useful :highfive:
RedSkull23 said:
Nothing hard to do, hope to being useful :highfive:
Click to expand...
Click to collapse
It is useful.
Sent from my Honor 8 using XDA Labs
I've updated the thread since that i've got an EMUI 5 compass apk working, avalaible in OP attachments for whose could ever need it
RedSkull23 said:
I've updated the thread since that i've got an EMUI 5 compass apk working, avalaible in OP attachments for whose could ever need it
Click to expand...
Click to collapse
I have downloaded the apk for emui 5 (2nd one), it shows error saying it is corrupt. What should i do now?
Aditya Tondwalkar said:
I have downloaded the apk for emui 5 (2nd one), it shows error saying it is corrupt. What should i do now?
Click to expand...
Click to collapse
Sounds incompatible with your actual build, i got the same error as described in the previous page; but this is because every apk has its own signature, and if mine is made for BLN-L21C432, it could not work if installed on a BLL-L21, for example, so... what's your build number for extended? Mine is BLN-L21C432B36x. Never found an app that works on every model by the way
RedSkull23 said:
Sounds incompatible with your actual build, i got the same error as described in the previous page; but this is because every apk has its own signature, and if mine is made for BLN-L21C432, it could not work if installed on a BLL-L21, for example, so... what's your build number for extended? Mine is BLN-L21C432B36x. Never found an app that works on every model by the way
Click to expand...
Click to collapse
mine is BLN-L22
Aditya Tondwalkar said:
mine is BLN-L22
Click to expand...
Click to collapse
And that's why it won't work. Because Huawei surely made every apk compatible with its own original build and no one else. This means that you'll have to find someone who owns a BLN-L22 device and ask for the compass apk... mine will work only if on BLN-L21C432 (yeah, this truly sucks!)
RedSkull23 said:
And that's why it won't work. Because Huawei surely made every apk compatible with its own original build and no one else. This means that you'll have to find someone who owns a BLN-L22 device and ask for the compass apk... mine will work only if on BLN-L21C432 (yeah, this truly sucks!)
Click to expand...
Click to collapse
yeah:laugh:

[BETA] Nexus 6P BOOTLOOP remover simplified. [NOOB ORIENTED]

This is BETA version.
I'm not responsible for any damage done to your bootlooping Nexus 6p.
I haven't made any of these zips or imgs, i just compiled and coded the .exe file that does everything automaticly you just need to agree with stuff for safety.
All credits goes to XCnathan32 and his original post at: https://forum.xda-developers.com/nexus-6p/general/guide-fix-nexus-6p-bootloop-death-blod-t3640279
You can download all the files needed here.https://www.dropbox.com/s/hjudzp7rat68anz/nobootloop%206p.zip?dl=0'
I hope this helps somebody
Feel free to hit me up.
I will try to respond to everyone.
I will also share the code with you if you want to take a look what's inside of this program and how it works.
"EDIT #1"
If it works as expected for everyone i will make the same version for LG Nexus 5X.
Thank you!
Since I'm a developer, can you share the source code of your exe? Thanks!
Sent from Enterprise bridge
Sent
CyberZeus1977 said:
Thank you!
Since I'm a developer, can you share the source code of your exe? Thanks!
Sent from Enterprise bridge
Click to expand...
Click to collapse
I've sent it to you as a private message.
virtualas said:
I've sent it to you as a private message.
Click to expand...
Click to collapse
Sorry, are you sure? I don't see it!
Sent from Enterprise bridge
I've resent it
CyberZeus1977 said:
Sorry, are you sure? I don't see it!
Sent from Enterprise bridge
Click to expand...
Click to collapse
I've resent it check it now
virtualas said:
This is BETA version.
I'm not responsible for any damage done to your bootlooping Nexus 6p.
I haven't made any of these zips or imgs, i just compiled and coded the .exe file that does everything automaticly you just need to agree with stuff for safety.
All credits goes to XCnathan32 and his original post at: https://forum.xda-developers.com/nexus-6p/general/guide-fix-nexus-6p-bootloop-death-blod-t3640279
You can download all the files needed here.https://www.dropbox.com/s/hjudzp7rat68anz/nobootloop%206p.zip?dl=0'
I hope this helps somebody
Feel free to hit me up.
I will try to respond to everyone.
I will also share the code with you if you want to take a look what's inside of this program and how it works.
"EDIT #1"
If it works as expected for everyone i will make the same version for LG Nexus 5X.
Click to expand...
Click to collapse
Could you please send me the source code too? If I can verify that it works safely and well, I can go ahead and recommend this post in my Bootloop fix guide .
Edit: The OP has not given me the source yet, however I went ahead and checked the file myself. The MD5 checksums of the modified 4 core files in the zip are identical to the ones I posted, so that's good. I decompiled the exe in dotPeek, and I found no malicious code in it, however, my knowledge of C and dissembling is limited, so that does not mean this file is guaranteed to be safe. But I doubt that this is malicious.
Unfortunately, this file has old files from before the core utilization fix, so I wouldn't recommend using it just for the reason that your device will be very slow. This has great potential though, and if OP maintains it, it could be very viable.
This post has actually inspired me to make a similar program, as many people could benefit from this, and I want to learn C as well, so a project like this would be a great start for me.
XCnathan32 said:
Could you please send me the source code too? If I can verify that it works safely and well, I can go ahead and recommend this post in my Bootloop fix guide .
Edit: The OP has not given me the source yet, however I went ahead and checked the file myself. The MD5 checksums of the modified 4 core files in the zip are identical to the ones I posted, so that's good. I decompiled the exe in dotPeek, and I found no malicious code in it, however, my knowledge of C and dissembling is limited, so that does not mean this file is guaranteed to be safe. But I doubt that this is malicious.
Unfortunately, this file has old files from before the core utilization fix, so I wouldn't recommend using it just for the reason that your device will be very slow. This has great potential though, and if OP maintains it, it could be very viable.
This post has actually inspired me to make a similar program, as many people could benefit from this, and I want to learn C as well, so a project like this would be a great start for me.
Click to expand...
Click to collapse
Sorry, I was out of town and didn't have access to my computer, btw the code is in C#, I'm sending the code to you right now.
Hey, super excited to try this, as I've been having some issues with the original fix.
For some reason, I get to "is you phone in recovery mode" (Y) and then the application closes. any thoughts?
So far all the "fixing methodes" did nothing....only twrp I was able to run on my nexus6p....I'd like to try this method too but I can't download the files.....I don't use google drive...the browser is trying to download but after 2 seconds....error...?

[Guide] any full OTA for use with Locked bootloader, no wipe

You can download any OTA from Firmware finder (android or pc version) and flash it !
Currently it works 100% if you follow the instructions below to the letter
Warning !
Keep in mind that you are going to flash a newer version that is not yet released for your region.
This could result in having to reset your phone or a unstable system
Also the firmware could not be verified yet by google, so some apps could stop working.
Most of the time it is safe to flash a newer version when you read that someone has received it by OTA in a different country.
When i flashed the 185 firmware no wipe was done. I was coming from 178.
This is no insurance that it will never wipe your phone, so backup always !!
Check this youtube video for the entire procedure (for mate 20, but everything else is the same basically) https://youtu.be/g9pPi7I1SNc
This guide is based on the Mate 20 guide but modified for some parts, the only thing i have invested is the time to create this guide and my P30 Pro for countless flashes.
Check here for more info and download links
All other credits are mentioned below this guide.
Full guide: (WINDOWS Only) (You need at least 30GB free on the c: drive)
Get the all in one package here: https://drive.google.com/file/d/1MkNW9tAwpKwKR6fl3YsmlHWtfrvwAXQu/view?usp=sharing
Or download from the following site(s)
1. You need version 9.0.2.301 from hisuite (or the version from my package, is is slightly newer), if you are already using the newer HiSuite version 9.0.2.305 then uninstall this
2. Use Hisuitepatchinstaller found here: https://forum.xda-developers.com/mate-20-pro/how-to/hisuite-patch-hstool-t3910147 after installation of the correct HiSuite version
If for some reason you cannot download HiSuitepatchinstaller then u can use the FHHiSuiteInstaller, You can find under the "HiSuite Method" menu HERE, then unzip en run this''.
3. Next you need Hstool (currently at version 1.30), It is included in my download pack or download this at: https://forum.xda-developers.com/mate-20-pro/how-to/manual-upgrading-mate-20-pro-bl-locked-t3905924
Create a folder on your laptop/pc on the C: drive called Hstool and put the downloaded "Hstool.exe" file in it.
4. You need to download firmware using Firmware Finder from GPlay or site and NOT the ones from dload folder.
This will ensure that you download the correct version for your phone.
Put the downloaded file also in the "c:\Hstool" folder.
5.. Instead of downloading (step 4) you can also use this OTA file (it is version 185) this version
VOG-L29 tested, for other versions maybe it is better to use firmwaredownloader from step 4
6. Grab the file from here and replace the file in C:/Windows/User/yourusername/AppData/HiSuite/userdata/UpdateDogDev/HiSuiteConfig.xml
7. Put the full OTA file inside the folder where HStool tool is located and start HStool and follow the instructions
BUT when it asks to put a # before the entry 127.0.0.1 query.hicloud.com, change it to 159.138.6.23 query.hicloud.com
Known issues :
1. Sometimes the XML is being replaced automatically by HiSuite. So make sure you update this just before you start flashing
2. Do check if the hosts file is correctly edited just before you start the final step. You can do this by doing a "ping query.hicloud.com"
Thanks to @SLVMSF for the info and links
Thanks to @mikeos for HStool
Thanks to @Zanr Zij for the modded XML file to make it compatible for the P30 pro
Note:
This guide is work in progress and has been updated on 04-08-2019​
Nice work, m8. I will try tomorow to merge some infos about hosts and what's different in Funky Huawei vs offline after i get my hands on a laptop and install all necessary for helping you.
Cheers,
Silviu
Thanks for sharing, yesterday's dream become true today. One request to change thread title for Bootloader Locked devices. This guide will save lots of time to restore device after every full wipe. No more factory reset pls... ?
Thanks,
goldybewon
goldybewon said:
Thanks for sharing, yesterday's dream become true today. One request to change thread title for Bootloader Locked devices. This guide will save lots of time to restore device after every full wipe. No more factory reset pls...
Thanks,
goldybewon
Click to expand...
Click to collapse
I changed to title so it should be easier to find it now.
Brotuck said:
I changed to title so it should be easier to find it now.
Click to expand...
Click to collapse
Hi,
Thanks a lot for compiling this thread. This is great information!
Would you by any chance know how to add newer models support to that patch file?
I need to update my P30, Mate 20x 5G as well.
Model Numbers
P30 - ELE-L29
Mate20X 5G - EVR-N29
Any help is much appreciated !
Hi Will you please re upload the HiSuiteConfigXMLforP30Pro.rar file here as the file is corrupted on provided link.
sshinde555 said:
Hi Will you please re upload the HiSuiteConfigXMLforP30Pro.rar file here as the file is corrupted on provided link.
Click to expand...
Click to collapse
Here u go, m8
SLVMSF said:
Here u go, m8
Click to expand...
Click to collapse
Thanks
sshinde555 said:
Thanks
Click to expand...
Click to collapse
You're welcome. Please do tell us in case of successfully update how you managed doing it without using Funky Huawei servers
SLVMSF said:
You're welcome. Please do tell us in case of successfully update how you managed doing it without using Funky Huawei servers
Click to expand...
Click to collapse
Sure but looks like the provided update_full_base.zip is for VOG-LGRP2-OVS 9.1.0.185 & i am having device of VOG-L29, So couldn't proceed with it.
sshinde555 said:
Sure but looks like the provided update_full_base.zip is for VOG-LGRP2-OVS 9.1.0.185 & i am having device of VOG-L29, So couldn't proceed with it.
Click to expand...
Click to collapse
It's the same thing, Huawei is releasing international versions. The versions for dload method are different, but what i had linked it's what you need. You can flash without any doubt LGRP2-OVS.
sshinde555 said:
Sure but looks like the provided update_full_base.zip is for VOG-LGRP2-OVS 9.1.0.185 & i am having device of VOG-L29, So couldn't proceed with it.
Click to expand...
Click to collapse
That works on the VOG-L29 just perfectly. I have one myself
Got myself a laptop here on my site's work and tried to update using HSTool without Fumky Huawei servers, but with no luck . I get the No Internet Connection problem.
Maybe someone who installed without FH could enlighten us
I tried different hosts, including official query. hicloud.com, still nothing
SLVMSF said:
Got myself a laptop here on my site's work and tried to update using HSTool without Fumky Huawei servers, but with no luck . I get the No Internet Connection problem.
Maybe someone who installed without FH could enlighten us
I tried different hosts, including official query. hicloud.com, still nothing
Click to expand...
Click to collapse
Yes, Need help to understand what's missing from FH side. Same issue here as well.
Also, Check this Post made by me a while back. I Got ahead of the internet connection step a while back.
However the firmware didn't pass to the device.
The correction was in the hosts file, Check the hosts file I have attached in that thread. It has the correct FH Entry.
Did you guys try the sideload file i also posted in the FP not from funky ?
And did you replace the xml file ?
Brotuck said:
Did you guys try the sideload file i also posted in the FP not from funky ?
And did you replace the xml file ?
Click to expand...
Click to collapse
Yes and yes
JazonX said:
Hi,
Thanks a lot for compiling this thread. This is great information!
Would you by any chance know how to add newer models support to that patch file?
I need to update my P30, Mate 20x 5G as well.
Model Numbers
P30 - ELE-L29
Mate20X 5G - EVR-N29
Any help is much appreciated !
Click to expand...
Click to collapse
I think this is all done in the XML file.
But yet not sure how to edit this
JazonX said:
Yes, Need help to understand what's missing from FH side. Same issue here as well.
Also, Check this Post made by me a while back. I Got ahead of the internet connection step a while back.
However the firmware didn't pass to the device.
The correction was in the hosts file, Check the hosts file I have attached in that thread. It has the correct FH Entry.
Click to expand...
Click to collapse
Gonna try as soon as i get to my hotel room and report back after
later edit...You used the new HiSuiteConfig.xml, right?
SLVMSF said:
Gonna try as soon as i get to my hotel room and report back after
later edit...You used the new HiSuiteConfig.xml, right?
Click to expand...
Click to collapse
The xml file gives either No internet connection or this device is not supported.
Brotuck said:
The xml file gives either No internet connection or this device is not supported.
Click to expand...
Click to collapse
Files from @JazonX and the new xml from yesterday....

Youtube app no longer supported,alternative?

Hi friends.
On my good old Note Pro 2014 tablet youtube app is no longer supported so it doesn't work anymore.
I believe tablet is running old KitKat .
Vanced appo which worked as allternative no longer works.
Help is appreciated.
paparazzo79 said:
Hi friends.
On my good old Note Pro 2014 tablet youtube app is no longer supported so it doesn't work anymore.
I believe tablet is running old KitKat .
Vanced appo which worked as allternative no longer works.
Help is appreciated.
Click to expand...
Click to collapse
NewPipe they have pre-built apks going back to 2017. Earlier than that is source from what I seen. Maybe one of them will work.
tek3195 said:
NewPipe they have pre-built apks going back to 2017. Earlier than that is source from what I seen. Maybe one of them will work.
Click to expand...
Click to collapse
Don't understand the site...what should I download?
paparazzo79 said:
Don't understand the site...what should I download?
Click to expand...
Click to collapse
As you scroll down looking at version numbers you will see at the bottom of each version an assets button. Click assets and it will show a few different files, you want the one with .apk extension. As far as which one you would need I have no idea. Grab one of each until you find one that works for you.
You will want to get the newest one you can that will still support your device. You don't want to go back any earlier than needed.
tek3195 said:
As you scroll down looking at version numbers you will see at the bottom of each version an assets button. Click assets and it will show a few different files, you want the one with .apk extension. As far as which one you would need I have no idea. Grab one of each until you find one that works for you.
You will want to get the newest one you can that will still support your device. You don't want to go back any earlier than needed.
Click to expand...
Click to collapse
Ok so I installed the latest version
Is it possible to link the program with youtube account so it can load all my saved channels?
paparazzo79 said:
Ok so I installed the latest version
Is it possible to link the program with youtube account so it can load all my saved channels?
Click to expand...
Click to collapse
If you installed latest version then you may be able to get your playlist in settings > content > import database
I don't really know, may have to ask someone from newpipe how to do that
Ok thank you..no matter...the battery of the tablet is dead so everything is not worth it...thank you.

Categories

Resources