Hello, I need to change my bootloader version from 0x4886 to 0x4882 to flash the Paranoid 5.1 ROM on my XT1068. Is this possible without using a PC?
Tip
HyperGamer15 said:
Hello, I need to change my bootloader version from 0x4886 to 0x4882 to flash the Paranoid 5.1 ROM on my XT1068. Is this possible without using a PC?
Click to expand...
Click to collapse
TIP: If you need touch in bootloader, do only a UNLOCK and nothing more!.
Don't brick your phone dude!!!
Thanks to ChinHon we have a Dual Sim C432 oeminfo partition backup!
Here it is: https://mega.nz/#F!0pEg0YJL!DOrYXQ8_9nZ5WvZhbBYBgg
This enables dual sim, but most likely you imei will be 000's on the second slot. Now we only need to find a single sim one.
-- Origianl post --
Hi,
In the quest to debrand the single sim version of this phone I could not find any oeminfo dumps. Is there someone with root wiling to dump it?
Thanks!
Edit: You can use the twrp backup function to do it or this application: https://forum.xda-developers.com/android/apps-games/app-partitions-backup-t3003599
i have root on pra-lx1 but i have dual sim, will it be okay for you ?
i don't have twrp...
harlock59 said:
i have root on pra-lx1 but i have dual sim, will it be okay for you ?
i don't have twrp...
Click to expand...
Click to collapse
Yes! It would be great! You can use this program to backup the oeminfo partition https://forum.xda-developers.com/android/apps-games/app-partitions-backup-t3003599 (no twrp required )
Edit: Zip the output file since it is quite large (64mb, but compresses really well)
here's the file https://mon-partage.fr/f/J8GGyO4O/
the file was already zipped by the app !
harlock59 said:
here's the file https://mon-partage.fr/f/J8GGyO4O/
Click to expand...
Click to collapse
Thanks! I will see if I can debrand the phone using this file.
Edit: Apparently your phone is branded to bytel (C530). So I cannot debrand using your backup, still thanks!
i opened the .img with hex edit but i didn't understand what it meant...
---------- Post added at 10:56 PM ---------- Previous post was at 10:55 PM ----------
bytel is Bouygues Telecom, indeed i got it from a carrier
---------- Post added at 10:57 PM ---------- Previous post was at 10:56 PM ----------
why do you want to debrand it ?
---------- Post added at 11:00 PM ---------- Previous post was at 10:57 PM ----------
what if you just remove "bytel/fr" with an hex editor ?
there is also this oem info: 8 - MF B .HXL M x
I have done that with the vodafone one but I still cannot flash a standard rom.
The vodafone firmware doesn't let me change some configs and has a default wifi network that cannot be removed.
I'm on c432b118 using hacks, but some things are not working properly. Still the debranded rom is faster than the vodafone rom, that's the main reason to debrand the phone.
randhackr said:
Hi,
In the quest to debrand the single sim version of this phone I could not find any oeminfo dumps. Is there someone with root wiling to dump it?
Thanks!
Edit: You can use the twrp backup function to do it or this application: https://forum.xda-developers.com/android/apps-games/app-partitions-backup-t3003599
Click to expand...
Click to collapse
I would dump mine but i still have not been able to get my bootloader unlock code
It simply got code to 2 devices at once
randhackr said:
Thanks to ChinHon we have a Dual Sim C432 oeminfo partition backup!
Here it is: https://mega.nz/#F!0pEg0YJL!DOrYXQ8_9nZ5WvZhbBYBgg
This enables dual sim, but most likely you imei will be 000's on the second slot. Now we only need to find a single sim one.
-- Origianl post --
Hi,
In the quest to debrand the single sim version of this phone I could not find any oeminfo dumps. Is there someone with root wiling to dump it?
Thanks!
Edit: You can use the twrp backup function to do it or this application: https://forum.xda-developers.com/android/apps-games/app-partitions-backup-t3003599
Click to expand...
Click to collapse
Your welcome
ts gaming said:
Your welcome
Click to expand...
Click to collapse
What oeminfo is this? C432 single sim? Indeed it is! Thanks After flashing it I no longer have a dual sim phone.
randhackr said:
What oeminfo is this? C432 single sim? Indeed it is! Thanks After flashing it I no longer have a dual sim phone.
Click to expand...
Click to collapse
Can you help me debrand vodafone? All the steps
Nepa1 said:
Can you help me debrand vodafone? All the steps
Click to expand...
Click to collapse
I will give you only a general overview of the process.
First you need an unlocked bootloader, then you need root or a custom recovery.
You will need to use dd to write the oeminfo backup file in to your oeminfo partition. Be very careful with dd, you can easily brick your phone with it.
After that you must unlock the bootloader again (after changing the oeminfo partition it locks again).
After this you will need to flash a stock recovery using fastboot.
The final step is to use firmware finder to flash either B110 for the dual sim version or B115 for the single sim version.
Use dd?
randhackr said:
I will give you only a general overview of the process.
First you need an unlocked bootloader, then you need root or a custom recovery.
You will need to use dd to write the oeminfo backup file in to your oeminfo partition. Be very careful with dd, you can easily brick your phone with it.
After that you must unlock the bootloader again (after changing the oeminfo partition it locks again).
After this you will need to flash a stock recovery using fastboot.
The final step is to use firmware finder to flash either B110 for the dual sim version or B115 for the single sim version.
Click to expand...
Click to collapse
Thank you but this dd what is it?
randhackr said:
I will give you only a general overview of the process.
First you need an unlocked bootloader, then you need root or a custom recovery.
You will need to use dd to write the oeminfo backup file in to your oeminfo partition. Be very careful with dd, you can easily brick your phone with it.
After that you must unlock the bootloader again (after changing the oeminfo partition it locks again).
After this you will need to flash a stock recovery using fastboot.
The final step is to use firmware finder to flash either B110 for the dual sim version or B115 for the single sim version.
Click to expand...
Click to collapse
dd what is it?
Nepa1 said:
dd what is it?
Click to expand...
Click to collapse
dd is a command for copying partition (linux command of course)
Maybe you could search some info before doing this , just to learn more because like randhackr said, it's a dangerous command wich can save you, or kill you (ok not you loooooool but your phone)
ripp2003 said:
dd is a command for copying partition (linux command of course)
Maybe you could search some info before doing this , just to learn more because like randhackr said, it's a dangerous command wich can save you, or kill you (ok not you loooooool but your phone)
Click to expand...
Click to collapse
OK Thank you
randhackr said:
I will give you only a general overview of the process.
First you need an unlocked bootloader, then you need root or a custom recovery.
You will need to use dd to write the oeminfo backup file in to your oeminfo partition. Be very careful with dd, you can easily brick your phone with it.
After that you must unlock the bootloader again (after changing the oeminfo partition it locks again).
After this you will need to flash a stock recovery using fastboot.
The final step is to use firmware finder to flash either B110 for the dual sim version or B115 for the single sim version.
Click to expand...
Click to collapse
Done unlocking bootloader process
Installed twrp backup oeminfo vodafone saved on pc then changed
Oeminfo no brand and did oeminfo restore with twrp after with fastboot flash firmware b115 but nn start
English excuse
randhackr said:
I will give you only a general overview of the process.
First you need an unlocked bootloader, then you need root or a custom recovery.
You will need to use dd to write the oeminfo backup file in to your oeminfo partition. Be very careful with dd, you can easily brick your phone with it.
After that you must unlock the bootloader again (after changing the oeminfo partition it locks again).
After this you will need to flash a stock recovery using fastboot.
The final step is to use firmware finder to flash either B110 for the dual sim version or B115 for the single sim version.
Click to expand...
Click to collapse
How do I get a stock recovery image? And how do I use firmware finder? (please detail)
Thanks in advance.
Hi. I accidentally wrote twrp on the boot sector instead of the recovery sector before i backed up. Does anybody have a backup of the stock rom? I have a the boost variant but i imagine a sprint variant will work as well. thank you.
Did you try searching in the forum?
https://forum.xda-developers.com/showpost.php?p=73990479&postcount=2
Hello
I got an Huawei P9 Lite (VNS-31) and it had a Vodafone Branding.
Original Software was VNS-L31C02B347.
I was trying to install the VNS-L31C432Bxx but it fails.
Then i Unlocket the Bootloader and Rooted the Phone.
My next try was the same i can't install the C432 on this Phone.
After that i try to install oeminfo from a custom after than the phone doesn't start to boot to the EMUI.
I tried to install a custom Frimware with DC Unlocker.....Finished but the phone have no OS.
At his momet i the Phoe is FPR unlocked and Bootloader unlocked
Tthe Internal Storage Shows 0 MM and Cust 495MB in TWRP
I have access to TWRP and to FastBoot.
What can i do to fix that and to install the C432 or for example CyanogenMod or LineageOS.
Thx
anita98558 said:
Hello
I got an Huawei P9 Lite (VNS-31) and it had a Vodafone Branding.
Original Software was VNS-L31C02B347.
I was trying to install the VNS-L31C432Bxx but it fails.
Then i Unlocket the Bootloader and Rooted the Phone.
My next try was the same i can't install the C432 on this Phone.
After that i try to install oeminfo from a custom after than the phone doesn't start to boot to the EMUI.
I tried to install a custom Frimware with DC Unlocker.....Finished but the phone have no OS.
At his momet i the Phoe is FPR unlocked and Bootloader unlocked
Tthe Internal Storage Shows 0 MM and Cust 495MB in TWRP
I have access to TWRP and to FastBoot.
What can i do to fix that and to install the C432 or for example CyanogenMod or LineageOS.
Thx
Click to expand...
Click to collapse
Hello dude,
so you want to REBRAND your phone..
You can do this but you need some files and a correct procedure...
First you need to use a working TWRP, so download and use 3.1.1-1 version...
Check DATA partition, it should be ext4, if not, convert it and format it.
To rebrand you need correct L31C432oem.zip single/dual sim file (depend on your phone)
and need a correct L31C432 single/dual sim firmware.
You have to use a correct procedure you can find here into xda, just search
how to rebrand... or.... take a look into my posts....
To flash a custom rom, just follow the steps suggested in each thread...
Let me know if you need particular help and if i can i will help you...
Cheers
Dadditz said:
Hello dude,
so you want to REBRAND your phone..
You can do this but you need some files and a correct procedure...
First you need to use a working TWRP, so download and use 3.1.1-1 version...
Check DATA partition, it should be ext4, if not, convert it and format it.
To rebrand you need correct L31C432oem.zip single/dual sim file (depend on your phone)
and need a correct L31C432 single/dual sim firmware.
You have to use a correct procedure you can find here into xda, just search
how to rebrand... or.... take a look into my posts....
To flash a custom rom, just follow the steps suggested in each thread...
Let me know if you need particular help and if i can i will help you...
Cheers
Click to expand...
Click to collapse
Thank you for your help.
twrp-3.1.1-0-venus installed and Internal Storage repaired !
How to find the files for Flashing ?!
I have single SIM.
I think i must Flash with twrp because i have no OS in this moment on this phone.
thx
anita98558 said:
Thank you for your help.
twrp-3.1.1-0-venus installed and Internal Storage repaired !
How to find the files for Flashing ?!
I have single SIM.
I think i must Flash with twrp because i have no OS in this moment on this phone.
thx
Click to expand...
Click to collapse
Hey, i am glad to help other users..
About twrp, i would use 3.1.1-1 by HassanMirza01, just to stay safe...
So download and install it from HERE.
Do your backups and delete all safeties first... (fingerprints/pattern/pin)
Visit THIS thread, post #15 that's literally the same files and procedure as yours.
Read carefully before do anything !!
I have a Redmi Note 10 Pro model M2101K6R which I believe is the Global version.
I bought it used but originally it was from Telcel Mexico.
They have somehow managed to lock out the second SIM slot, via OS or MIUI I'm not sure.
Anyway, I'd like to install a non vendor ROM with the second SIM enabled but without installing a custom recovery or rooting.
Is this possible? If so, can someone point me to a guide?
Thanks in advance
Ple
dwsco said:
I have a Redmi Note 10 Pro model M2101K6R which I believe is the Global version.
I bought it used but originally it was from Telcel Mexico.
They have somehow managed to lock out the second SIM slot, via OS or MIUI I'm not sure.
Anyway, I'd like to install a non vendor ROM with the second SIM enabled but without installing a custom recovery or rooting.
Is this possible? If so, can someone point me to a guide?
Thanks in advance
Click to expand...
Click to collapse
Please write more details why no twrp?
You can flash stock android 11 via PC and miflash if you unlock bootloader and set developer usb Debugging
Laptapper said:
Ple
Please write more details why no twrp?
You can flash stock android 11 via PC and miflash if you unlock bootloader and set developer usb Debugging
Click to expand...
Click to collapse
dwsco said:
I have a Redmi Note 10 Pro model M2101K6R which I believe is the Global version.
I bought it used but originally it was from Telcel Mexico.
They have somehow managed to lock out the second SIM slot, via OS or MIUI I'm not sure.
Anyway, I'd like to install a non vendor ROM with the second SIM enabled but without installing a custom recovery or rooting.
Is this possible? If so, can someone point me to a guide?
Thanks in advance
Click to expand...
Click to collapse
I've been flashing on my last 4 or 5 phones and I'm now ready for a peaceful stress free life
I thought I might be able to flash a stock rom with no extras... Not familiar with miflash yet so I'll go research that. Do you keep OTA if you flash a stock rom or do you have to go manual after the first one?
Also, on the mi.com site it says you can flash from a stock rom to an updated stock rom without unlocking... Is tha not the case?
So, I believe I've figured it out. Sorry for the wasted post but perhaps it will help others. You can download the official firmware from the mi.com site and install it using the local update method.