Guide for porting any of the 5c models or p9 lite roms onto your 5c - Honor 5C ROMs, Kernels, Recoveries, & Other Develo

Hi all,
Just thought i share a little something i came across from playing about with the phone, I found you can flash any of the ROMs that the HiSilicon Kirin 650 chip set uses. Currently only two phones (5c and P9 lite)
First off you'll need the huawei update extractor http://forum.xda-developers.com/showthread.php?t=2433454 and the ROM from the model of phone you want to flash.
Use the update extractor to extract the boot.img and system.img file from the update.app file, then just flash the files on you phone (fastboot flash boot boot.img and fastboot flash system system.img)
Currently im using a stripped down P9 lite VNS L31 B130 ROM with GAPPS on a honor 5c nem-ul10 chinese phone. Working pretty good, seems fast and smooth. Battery life is not better or worse. Everything seems to be working fine.
Post any questions and i'll try to answer
Cheers
Paul

Liffeyman said:
Hi all,
Just thought i share a little something i came across from playing about with the phone, I found you can flash any of the ROMs that the HiSilicon Kirin 650 chip set uses. Currently only two phones (5c and P9 lite)
First off you'll need the huawei update extractor http://forum.xda-developers.com/showthread.php?t=2433454 and the ROM from the model of phone you want to flash.
Use the update extractor to extract the boot.img and system.img file from the update.app file, then just flash the files on you phone (fastboot flash boot boot.img and fastboot flash system system.img)
Currently im using a stripped down P9 lite VNS L31 B130 ROM with GAPPS on a honor 5c nem-ul10 chinese phone. Working pretty good, seems fast and smooth. Battery life is not better or worse. Everything seems to be working fine.
Post any questions and i'll try to answer
Cheers
Paul
Click to expand...
Click to collapse
Could you post the rom here..and does it support the fingerprint

How did you do that

PalakMi said:
How did you do that
Click to expand...
Click to collapse
First off you need fastboot tools installed and the Huawei Update Extractor downloaded http://forum.xda-developers.com/showthread.php?t=2433454
Download b131 p9 lite rom http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1164/g104/v53991/f1/full/update.zip. There is a later ROM for the p9 lite (b151) but the finger print sensor doesn't work with this ROM
Use the extractor to extract the boot.img and system.img files.
Use trwp to complete backup of phone to the micro SD card. Use trwp and select advanced wipe, wipe everything except the micro SD
Reboot to bootloader
Open command prompt from the folder you have extracted the boot and system images, type the following commands
fastboot flash boot boot.img
fastboot flash system system.img
fastboot reboot
If you have the 5c chinese phone this rom is great, much more stock feel.
If like me you are having issues with the POB trwp, use the trwp made for the p9 lite
Any question let us know

Great, no questions now so far

Can I port a P9 Lite Rom to an european Honor 5c (without finger print sensor and NFC) ??

minisaurio said:
Can I port a P9 Lite Rom to an european Honor 5c (without finger print sensor and NFC) ??
Click to expand...
Click to collapse
Not sure, don't have the european phone. Once you have a complete backup to revert to, you can't really do much harm testing

has anyone figured out, if this works for european copies of the phone as well?
and if yes, is there a chance to run the CM ROM from Meticulus?
i'd really love to see CM on my phone

Thx nice work

johdost said:
has anyone figured out, if this works for european copies of the phone as well?
and if yes, is there a chance to run the CM ROM from Meticulus?
i'd really love to see CM on my phone
Click to expand...
Click to collapse
Yes, I've got the beta build of CM running on my european 5C - you need to follow the install instructions carefully, and there's a couple of extra steps for the 5C - you need to change the install script as described in this post to get it to install (this goes for the TWRP install too):
http://forum.xda-developers.com/showpost.php?p=69989870&postcount=225
Once you've booted up, to get the camera to work you need to follow the instructions in this post:
http://forum.xda-developers.com/showpost.php?p=69990309&postcount=226
I've added the camera fix to a boot script so that I don't need to do it after every reboot. Once you've done that the ROM is working brilliantly (though with the same small issues the P9-lite users are having).

Malcolm52 said:
Yes, I've got the beta build of CM running on my european 5C - you need to follow the install instructions carefully, and there's a couple of extra steps for the 5C - you need to change the install script as described in this post to get it to install (this goes for the TWRP install too):
http://forum.xda-developers.com/showpost.php?p=69989870&postcount=225
Once you've booted up, to get the camera to work you need to follow the instructions in this post:
http://forum.xda-developers.com/showpost.php?p=69990309&postcount=226
I've added the camera fix to a boot script so that I don't need to do it after every reboot. Once you've done that the ROM is working brilliantly (though with the same small issues the P9-lite users are having).
Click to expand...
Click to collapse
Have tried the following from an adb shell, but the camera still doesn't work. It doesn't give the error about not been able to connect, it just hangs and displays nothing.
How did you go about adding the fix to the boot script?
Thanks
Paul

Here's the script I used, there may have been a typo in Meticulous' original:
#!/system/bin/sh
stop HwCamCfgSvr
HwCamCfgSvr hi6250 NEMO &
restart media
If you put those 4 lines in a file called:
/system/etc/init.d/99camerafix
Then make sure it's executable (chmod +x /system/etc/init.d/99camerafix) it should run on startup.

Malcolm52 said:
Here's the script I used, there may have been a typo in Meticulous' original:
#!/system/bin/sh
stop HwCamCfgSvr
HwCamCfgSvr hi6250 NEMO &
restart media
If you put those 4 lines in a file called:
/system/etc/init.d/99camerafix
Then make sure it's executable (chmod +x /system/etc/init.d/99camerafix) it should run on startup.
Click to expand...
Click to collapse
Should i name the file 99camerafix.sh or just 99camerafix?
Thanks again
Paul

Liffeyman said:
Should i name the file 99camerafix.sh or just 99camerafix?
Thanks again
Paul
Click to expand...
Click to collapse
Not sure it matters, but I created it without the .sh

Malcolm52 said:
Not sure it matters, but I created it without the .sh
Click to expand...
Click to collapse
Cool, im using the app solid explorer to give the file permissions. I gave it 777, were i think it should be 775. Let me try again.
Just out of curiosity, did you dirty flash the CM over an earlier version? Just reading some of the posts over on the p9 forms. Users are reporting a smoother rom when dirty flashing
Thanks
Paul

Liffeyman said:
Cool, im using the app solid explorer to give the file permissions. I gave it 777, were i think it should be 775. Let me try again.
Just out of curiosity, did you dirty flash the CM over an earlier version? Just reading some of the posts over on the p9 forms. Users are reporting a smoother rom when dirty flashing
Thanks
Paul
Click to expand...
Click to collapse
No, beta was the first build I tried. Nice and smooth for me, except when night mode is on or occasionally when balanced battery mode is selected - but performance battery mode seems to have reasonable battery life so I'm using that for now.

solved problem already, had some troubles packing the zip together again (mac issues...)
it works fine on my phone now (including camera) thanks a lot for the help!

With a little help.... http://forum.xda-developers.com/honor-5c/help/dev-info-support-honor-5c-cm-13-builds-t3517159

Thanks @Liffeyman.
Gonna try installing ur twrp backup of the p9-lite rom (stripped down of bloat + xtra app goodies). My model is the honor 5c Nem-l51. It's the uk 2gb ram/16gb storage without fingerprint sensor. I realize yours was the Chinese model so I'll let u know how I get on and hopefully it works just as well . Like u says, as long u perform a backup, there should be nothing to worry about :fingers-crossed:
If all goes well with that....I might download the B151 rom and extract the boot&system images and flash them as per your instructions previously. Hopefully that build will be even more stable/fast and the fact that the fingerprint sensor does not work is no problem for me as the uk model has no such sensor ?
Will post the outcome of my efforts in the next few days....

iantechie1979 said:
Thanks @Liffeyman.
Gonna try installing ur twrp backup of the p9-lite rom (stripped down of bloat + xtra app goodies). My model is the honor 5c Nem-l51. It's the uk 2gb ram/16gb storage without fingerprint sensor. I realize yours was the Chinese model so I'll let u know how I get on and hopefully it works just as well . Like u says, as long u perform a backup, there should be nothing to worry about :fingers-crossed:
If all goes well with that....I might download the B151 rom and extract the boot&system images and flash them as per your instructions previously. Hopefully that build will be even more stable/fast and the fact that the fingerprint sensor does not work is no problem for me as the uk model has no such sensor
Will post the outcome of my efforts in the next few days....
Click to expand...
Click to collapse
Just noticed with this, you will need to disable the Wi-Fi privacy police or it'll keep disbaling you wifi. I'll try upload a newer version of this shortly

Related

[Honor 5A aka. Huawei Y6 II Compact] Are there any custom ROMs?

Hello guys!
Recently, i've got this phone mentioned above. It is a great phone, everything is okay, but i do not like EMUI a lot, i prefer AOSP to EMUI.
Are there any custom ROMs (CM, AOSP, etc) to this phone?
I've looked around on 4pda.ru about this, i found a recovery, but thats it, nothing more.
There you go, i installed this TWRP 3.0.2.0, and it works like a charm.
1: Unlock your bootloader. IT IS INDISPENSABLE! If you brick your device locked, you lost.
2: Go into fastboot (Easiest: Turn off your device, and Hold down POWER DOWN + POWER WHILE you attach the USB from the computer. The phone will go instantly into fastboot mode, it works for me)
3: Type: fastboot flash recovery twrp.img
4: The phone now should download the recovery. Pull the battery out, and restart in recovery.
Download
The file is from 4PDA.ru, i have to reupload it, because 4PDA's sign up is a PAIN. A friend of mine helped me, and it took like 2 hours.
Altough, i do not know why you need the recovery other than backing up, since there are no custom rom avaiable for this phone. (Can anyone maybe port to it?)
I think, that porting Allwiev E4 Lite custom roms would be the best option, but I have weak knowledge about roms porting :crying:
There are no custom roms yet for this device.
For first you may trie to install nova launcher? It gives some feeling near to aosp.
Loller 123 said:
I think, that porting Allwiev E4 Lite custom roms would be the best option, but I have weak knowledge about roms porting :crying:
Click to expand...
Click to collapse
No. The best option is to port the ROM with the same chipset (MT6735).
My best result is a Doogee X5 Pro
Runner85sx said:
There are no custom roms yet for this device.
For first you may trie to install nova launcher? It gives some feeling near to aosp.
Click to expand...
Click to collapse
Thanks. I'll probably try it.
snikerfreak said:
No. The best option is to port the ROM with the same chipset (MT6735).
My best result is a Doogee X5 Pro
Click to expand...
Click to collapse
This is THE SAME chipset...
Loller 123 said:
This is THE SAME chipset...
Click to expand...
Click to collapse
Maybe I did read a wrong article. Could you please link a cyanogenmod to that device?
snikerfreak said:
Maybe I did read a wrong article. Could you please link a cyanogenmod to that device?
Click to expand...
Click to collapse
IDK, if there is cm for allview, but I'm trying to port IOS rom.
snikerfreak said:
There you go, i installed this TWRP 3.0.2.0, and it works like a charm.
1: Unlock your bootloader. IT IS INDISPENSABLE! If you brick your device locked, you lost.
2: Go into fastboot (Easiest: Turn off your device, and Hold down POWER DOWN + POWER WHILE you attach the USB from the computer. The phone will go instantly into fastboot mode, it works for me)
3: Type: fastboot flash recovery twrp.img
4: The phone now should download the recovery. Pull the battery out, and restart in recovery.
Download
The file is from 4PDA.ru, i have to reupload it, because 4PDA's sign up is a PAIN. A friend of mine helped me, and it took like 2 hours.
Altough, i do not know why you need the recovery other than backing up, since there are no custom rom avaiable for this phone. (Can anyone maybe port to it?)
Click to expand...
Click to collapse
@snikerfreak did you find any rom for this device.
My son instaled TWRP and wiped everything trying to flash an honor 5A rom, installation failed so now phone is dead.
Do you know where to get a firmware? Can't find anything right!
All attempts to find firmware for my Dual Sim Huawei Y6 II Compact (LYO-L21) failed so I want to ask a BIG support to anyone in this thread with a TWRP recovery installed. By inexperience my teenager son wiped every partition on the phone and now we are unable to boot. It would be of great help if some one could share a twpr backup (including all partitions) to be used not only for me but for anyone as a flashable firmware.
I'm aware it would take some time, skills and dedication.
Here is how to perform it:
Backup your current phone firts with all your personal data
Do a Factory Reset
Do a second backup to be shared as a stock rom or standard firmware
Restore personal backup
Upload firmware (stock rom) backup to the cloud and share donwload link here
Is there anyone wanting to provide this?
I'll be very grateful for that
Thanks
zumnao said:
All attempts to find firmware for my Dual Sim Huawei Y6 II Compact (LYO-L21) failed so I want to ask a BIG support to anyone in this thread with a TWRP recovery installed. By inexperience my teenager son wiped every partition on the phone and now we are unable to boot. It would be of great help if some one could share a twpr backup (including all partitions) to be used not only for me but for anyone as a flashable firmware.
I'm aware it would take some time, skills and dedication.
Here is how to perform it:
Backup your current phone firts with all your personal data
Do a Factory Reset
Do a second backup to be shared as a stock rom or standard firmware
Restore personal backup
Upload firmware (stock rom) backup to the cloud and share donwload link here
Is there anyone wanting to provide this?
I'll be very grateful for that
Thanks
Click to expand...
Click to collapse
OK I did the trick myself on a new phone I've got
Upload is done.
I've decided to create a new thread for it
Please check for the link here https://forum.xda-developers.com/general/rooting-roms/huawei-y6ii-compact-lyo-l21-dual-sim-t3577874
snikerfreak said:
Hello guys!
Recently, i've got this phone mentioned above. It is a great phone, everything is okay, but i do not like EMUI a lot, i prefer AOSP to EMUI.
Are there any custom ROMs (CM, AOSP, etc) to this phone?
I've looked around on 4pda.ru about this, i found a recovery, but thats it, nothing more.
Click to expand...
Click to collapse
Are there any custom ROMs?
Russian have custom ROMs in 4pda forum. It is Resurrection Remix OS 7.1.1 (unstable beta) and CyanogenMod 14.1_Android 7.1.1 (beta, camera not working). They stop work with RR_OS, but CM 14.1 is still porting.
You can help em.
links:
RR_Os port - 4pda.ru/forum/index.php?showtopic=792704&st=560#entry60137872
CM 14.1 port - 4pda.ru/forum/index.php?showtopic=792704&st=780#entry60547208
Also u can install ota-updates from custom recovery. Just del some strings in updater-script file into update.app \META-INF\com\google\android\ and repack its like .zip (w/o compression)
4xample strings:
assert(file_getprop(" -- it is checks firmware version and region
assert(apply_patch_check(" --- it is checks the hash sums of files the updates

[LRS v2.5.0 Honor Note 8 B356][-Magisk-Busybox-Adblock-Googleapps-Mods]

Here is the new B356 EMUI 5.0.1 modified LRS Rom for Honor Note 8
Boot_Insecure_B356_Fix-adb_dm-verity-v3.img (Thanks to Franzroy from Mate 8 Forum,he make the Kernel for us.)
Debloated All China Apps and unnecessary Huawei Apps
Delete Themes (You can Download online)
Root with Magisk
Busybox
Adblocking Adaway
Rootexplorer
Smaler Icons
Disabled Chinaservice in Video and Musicplayer
Integrated Googleapps Playstore,Contact and Calendar sync
Add Xiaomi Mi Browser-can delete in system/priv-app/Browser
ROM OS Version: 7.0 Nougat
ROM Kernel: Linux 4.1.18
Based On: B356/ Edison AL10
Version Information
Status: Stable
Created :02.Juni 2017
Last Updated :20.Nov.2017​
Requirements
Unlocked Bootloader
Twrp installed
Installation Instructions:
You must be at least B352 Nougat and not works from Android 6.0 B017/B022/B029 etc...
Boot to recovery
Wipe all,Data with "yes" Dalvik Cache,Cache,Cust,System,Internal Memory,Data
Install Rom (Takes about 5 min)
Reboot (2 min)
The Phone Reboots 2 Time at the first Reboot,this is normal.
Dirty flash I have not tried!
Downloads:
LRS Rom B350 v1.0
LSR Rom B353 v2.0
LSR Rom B356 v2.5.0
Boot_Insecure_B353_Fix-adb_dm-verity-v3.img Thanks to Franzroy from Mate 8 Forum
SuperSUv2.82-forEmiu_5.zip
Twrp 3.0.2-0
or
TWRP 3.1.0-3
TWRP 3.1.1-1 use for B353 and B356
Many Thanks goes to:
Boot_Insecure_Fix-adb_dm-verity-v3.img from Franzroy Mate 8 Forum
Mother of Adblocking
Chainfire´s Supersu and Tecalote for create the Supersu zip to working for Emui 5
YashdSaraf´s Busybox
Sorry for my bad English!
I have created earlier for Lg or HTC devices Roms Lg G Pro2 and Lg G Pad 8.3 AND HTC Droid DNA
I have always used the name LRS and will continue to use LRS for my Roms
Now I have tried to Honor / Huawei and it works.
If you find a bug, just post it.(Except with the full HD resolution)
Have fun with the Rom.
Warning!
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards,etc...
Please do some research if you have any concerns about
features included in this ROM before flashing it! YOU are
choosing to make these modifications
Removed Apps in System/app:
BaiduInput_for_Huawei, HwTrustSpace,
BasicDreams, HwVideoEditor,
FindMyPhone, LatinIME,
HiBoard, talkback,
HwMagazine, UserDictionaryProvider,
HwSpeechService, WatchSync,
HwTrustAgent
Removed Apps in priv-app:
HwChrService, PicoTts,
HwIntelligent, Tag,
HwPhoneService
​
Download Removed Apps from app and priv-app
The file is flashable,flash in Twrp
Download
Download update_data_full_all_cn_B350.zip
Here is the Rest from removed Apps in data,flash in Twrp
Download
Download System,Cust,Boot,Recovery
You can with this Procedur back to Stock.B350
Use Minimal ADB Setup Download
Download the img Files and unpack it,i packed with 7zip.
Copy the Files in your ADB/Fastboot Folder.
Reboot into Bootloader
Use CMD with the Commands:
fastboot flash boot BOOT.img
fastboot flash recovery RECOVERY.img
fastboot flash cust CUST.img
fastboot flash system SYSTEM.img
fastboot reboot
Download
​------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
I will try it very soon after unlocking the bootloader and instaling TWRP.
I can always get back to stock, right?(how to do so? will it work from the hisuite ?)
this is exactly what I need
thank you so much
just a question: this is a systemless root, right?
what's the difference between the 2 versions of TWRP?
Yes you can back to Stock.
Install B332 via Twrp and make the B350 ota again,or Backup your Stockrom in Trwp before flash this Rom!
Yes systemless root.
Twrp is newer and older version,the newer version can all Backup the older not
adnansarraj1 said:
I will try it very soon after unlocking the bootloader and instaling TWRP.
I can always get back to stock, right?(how to do so? will it work from the hisuite ?)
this is exactly what I need
thank you so much
just a question: this is a systemless root, right?
what's the difference between the 2 versions of TWRP?
Click to expand...
Click to collapse
Or you can flash the System,Cust,Recovery and Boot img from the B350 via fastboot to go back to Stock.
You can use this Procedur only with unlocked Bootloader!
Insdruction coming soon.
i add the removed apps from system and data in the second post to downoad.Flash in Twrp.
add all the img file to flash via fastboot to go back to stock.
Hi letschky,
Just installed this and looking around, so far so good
Whatsapp and the ability to add user accounts both working (both important to me).
I'll play around for a few days and report any bugs/issues if I find any.
Also no need to apologize for your bad English........ It's a hell of a lot better than my Austrian/German
Danke schoen mein freund.
tiggrr1 said:
Hi letschky,
Just installed this and looking around, so far so good
Whatsapp and the ability to add user accounts both working (both important to me).
I'll play around for a few days and report any bugs/issues if I find any.
Also no need to apologize for your bad English........ It's a hell of a lot better than my Austrian/German
Danke schoen mein freund.
Click to expand...
Click to collapse
Ok,good to hear.
Thank you for testing
sorryone question, you know if with this rom i can re-use fly gps or other fake gps with pokemon go?..sorry but with last update honor have created some great problem
crissyx said:
sorryone question, you know if with this rom i can re-use fly gps or other fake gps with pokemon go?..sorry but with last update honor have created some great problem
Click to expand...
Click to collapse
Do you mean,works this rom with Pokemon go?
letschky said:
Do you mean,works this rom with Pokemon go?
Click to expand...
Click to collapse
yes, with b350 honor have change something that create problem with fake gps or other type of similar apps.
if you try to use you see on pokemon go..impossible to find location
crissyx said:
yes, with b350 honor have change something that create problem with fake gps or other type of similar apps.
if you try to use you see on pokemon go..impossible to find location
Click to expand...
Click to collapse
Do you have give permissions in settings?
letschky said:
Do you have give permissions in settings?
Click to expand...
Click to collapse
of course.. the problem was only in firmware, something was change, ad not only with Honor.
I'm going to unlock bootloader Tomorrow, if possible can you test fake gps or other apps similar with your roms to see if ther's not the same problem.
Thank's
Hi! For me your rom is a good rom! only please, its possible to reinsert a logo 3g 4g H+....? and...I forgot a question: i have uninstalled Yellow pages, the yellow pages are all in Chinese language and are useless. and i have uninstalled huawei home launcher because it's very invasive and i have installed nova launcher, the best for me. after this modify, for me this device is perfect, stable and very fast! excuse me for bad english but I don't know this language. I studied English twenty years ago for only 3 years at school .... help meeee
Nice ROM! But there are no Google apps installed. Also whatsapp notifications don't work. When i open Whatsapp i only get all the messagers. Did I do something wrong? On the first boot i had a screen with Chinese and the word GOOGLE in the middle.
I did have it freeze on me a couple of times and refuse to open a couple of games (Boom Beach and Clash of Clans).
I did a full factory reset on Sunday evening and have not as yet had any other problems, Whatsapp is working fine for me, also 3 different google accounts running fine on my phone too :good:
I also can't not open tradetracker, zanox and partners.webmasterplan links. Everytime i get error ERR_CONNECTION_REFUSED
Oké i installed the rom again and now all the Google apps are installed. I think something went wrong on the first install. I'm going to test Whatsapp notifications now.
I still have problems with tradetracker, zanox, webmasterplan and linksynergy links. Everytime i get this error ERR_CONNECTION_REFUSED on every browser (chrome, firefox ect.). Anyone know how to fix this? Because i use this for my work
I have the same problem ERR_CONNECTION_REFUSED. Why? Whithout this problema rom is perfetto.
sbrazzo said:
I have the same problem ERR_CONNECTION_REFUSED. Why? Whithout this problema rom is perfetto.
Click to expand...
Click to collapse
The problem was the hosts file in system/ect. I used the app Adaway and downloaded the latest hosts file. The problem is gone now
Whatsapp notifications also work now, no need to freeze phone manager anymore. Nice rom letschky!

Redmi 5 plus bought in china and brought to Europe; put a standard android

Hello, I'm a noob in modding a phone, but I want to try
Some years ago a friend of mine bought a redmi5plus in China and brought it in Europe; he put on it a global MIUI and registered it with a MI account.
Now he sold me his phone, and correctly disassociated it from his account.
What it would be nice to do is to remove the MIUI global, and put a stock android OS, like android 8.1 (with google apps), because I want to give it to my father, and he's a bit old, he learned the standard android and can't fit with the MIUI one (he still asks "where the hack is the menu button with all my apps?" and similar).
So, a pure OS, no MIUI, no non-google-basic apps.
Since I'm quite a noob (ok, I have a computer science degree but I've never touched a phone), could you please help me on learning how to do this?
(or if there's a guide on how to do that, what are the OS list i can mount on it, no problem, just link me)
edit: specs are:
- model: redmi 5 plus
- android version: 7.1.2 N2G47H
- MIUI version: MIUI global 9.2 | stabile 9.2.6.0(NEGMIEK)
- band base: 953_GEN_PACK-1.129634.1.131253.1
- kernel version: 3.18.31-perf-g439dbb6
Thanks!
First you must unlock the bootloader with waiting
https://en.miui.com/unlock/download_en.html
The unlock tool will tell u how long.
Then u need a recovery like
https://forum.xda-developers.com/re...t/recovery-orangefox-recovery-xiaomi-t4054193
This work for orangefox too
https://www.xda-developers.com/how-to-install-twrp/
After you flash over ADB, you must flash again the orangefox.zip in recovery.
And roms look in the right section
You can find many guides at xda
joke19 said:
First you must unlock the bootloader with waiting
https://en.miui.com/unlock/download_en.html
The unlock tool will tell u how long.
Then u need a recovery like
https://forum.xda-developers.com/re...t/recovery-orangefox-recovery-xiaomi-t4054193
This work for orangefox too
https://www.xda-developers.com/how-to-install-twrp/
After you flash over ADB, you must flash again the orangefox.zip in recovery.
And roms look in the right section
You can find many guides at xda
Click to expand...
Click to collapse
Thanks so much man, at least now I know the right steps to do!
Hope everything will be good, tomorrow I'll try.
p.s.: is it necessary orangefox or just TWRP is enough?
tiec7 said:
Thanks so much man, at least now I know the right steps to do!
Hope everything will be good, tomorrow I'll try.
p.s.: is it necessary orangefox or just TWRP is enough?
Click to expand...
Click to collapse
Is your choice what recovery u use, I like orangefox.
joke19 said:
Is your choice what recovery u use, I like orangefox.
Click to expand...
Click to collapse
ah i see I think I need a lightweight one, because this phone will be used by my father
Do you think it's possible to install a standard android 8.1 ? does it exist as a rom?
tiec7 said:
ah i see I think I need a lightweight one, because this phone will be used by my father
Do you think it's possible to install a standard android 8.1 ? does it exist as a rom?
Click to expand...
Click to collapse
No, but you can make miui that it look like stock with a theme and a customer launcher.
Maybe you can use the Xiaomi eu rom.
Google it. It's nice
Sent from my Mi Note 10 using XDA Labs
joke19 said:
No, but you can make miui that it look like stock with a theme and a customer launcher.
Maybe you can use the Xiaomi eu rom.
Google it. It's nice
Sent from my Mi Note 10 using XDA Labs
Click to expand...
Click to collapse
mmm i had a look but i think i'll try evolutionX ( the one in this post: https://forum.xda-developers.com/redmi-note-5/development/evolution-x-4-4-redmi-5-plus-t4122467 )
is there a small guide on how to do the steps to install it? =)
Until now I just disassociated this phone from the old account (was my friend account who gave this phone to me) and I just looked into developer settings and i saw that is already unlocked (don't exactly know what does it means but is it, if there's some explanation of those things in some guide...)
ok, i tried to install it without success, the phone now goes in black screen and stays there.
I installed TWRP with
fastboot devices
fastboot flash recovery twrp.img
boot twrp.img
this step was ok, if i do it from a command line connecting my phone in fastboot mode to the pc, it starts.
then i went on "install" and installed the zip file
EvolutionX_4.5_vince-10.0-20200714-0943-OFFICIAL.zip
from here
https://forum.xda-developers.com/redmi-note-5/development/evolution-x-4-4-redmi-5-plus-t4122467
after that, i rebooted the redmi 5 plus and boom, black screen after some seconds of "mi" screen.
can anyone help me?
ok, i've managed it: i followed these guides: https://forum.xda-developers.com/android/general/how-to-fix-unable-to-mount-data-t3830897
now, I installed havocOS but I just realized there's no camera app. why? how can i do to have it?
edit: no wifi and no mobile connection!! without any of the roms I tried!
someone has any idea?
duplicate
tiec7 said:
ok, i've managed it: i followed these guides: https://forum.xda-developers.com/android/general/how-to-fix-unable-to-mount-data-t3830897
now, I installed havocOS but I just realized there's no camera app. why? how can i do to have it?
edit: no wifi and no mobile connection!! without any of the roms I tried!
someone has any idea?
Click to expand...
Click to collapse
Flash orangefox, install the last global firmware, reboot to the recovery, format not wipe the data partition, reboot again and then your rom
https://xiaomifirmwareupdater.com/firmware/vince/
Sent from my Mi Note 10 using XDA
joke19 said:
Flash orangefox, install the last global firmware, reboot to the recovery, format not wipe the data partition, reboot again and then your rom
https://xiaomifirmwareupdater.com/firmware/vince/
Sent from my Mi Note 10 using XDA
Click to expand...
Click to collapse
the problem with no SIM and no WIFI was exactly the firmware. I didn't even know a phone had a firmware!!
Thanks!!
Now it works with EvolutionX; absolutely no chance of working with
- crDroid
- MSM Xtended
- coltOS
- resurrection remix
- HavocOS
with all of these it gives me a misterious "error 7" during install. Do you know what is this error?
Ok, i solved.
I was absolutely CERTAIN that the ROM I wanted to install was the one made for my redmi 5 plus,
(filename is Havoc-OS-v3.7-20200726-vince-Official-GApps.zip )
so what i did was
- I went to META-INF\com\google\android inside the zip file with winrar
- unzipped to desktop the updater-script file
- since my phone is TOTALLY EMPTY, i changed those lines:
* removed line
Code:
run_program("/tmp/install/bin/backuptool.sh", "backup", "/dev/block/bootdevice/by-name/system", "ext4");
* removed line
Code:
run_program("/tmp/install/bin/backuptool.sh", "restore", "/dev/block/bootdevice/by-name/system", "ext4");
* then, since I read a lot about that but no one ever posted the result, i tried changing this line
Code:
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
abort("E1001: Failed to update system image.");
with this line:
Code:
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat");
and i re-inserted this file draggin and droppin it in the winrar window, where the old file was; DO NOT CHANGE THE NAME OF THE ZIP or it will be thrown an error on the zip name;
- wiped system, dalvik, cache, data (if it gives some errors, reboot and retry; if still errors, i formatted data in ext2 then re-formatted in ext4 )
- installed the modded zip
everything went ok.
I am anyway really disappointed by this community, not a single help in 3 days, just "follow guides". Just thanks to joke19 who at least tried to help me giving me some basic info.
tiec7 said:
Ok, i solved.
I was absolutely CERTAIN that the ROM I wanted to install was the one made for my redmi 5 plus,
(filename is Havoc-OS-v3.7-20200726-vince-Official-GApps.zip )
so what i did was
- I went to META-INF\com\google\android inside the zip file with winrar
- unzipped to desktop the updater-script file
- since my phone is TOTALLY EMPTY, i changed those lines:
* removed line
* removed line
* then, since I read a lot about that but no one ever posted the result, i tried changing this line
with this line:
and i re-inserted this file draggin and droppin it in the winrar window, where the old file was; DO NOT CHANGE THE NAME OF THE ZIP or it will be thrown an error on the zip name;
- wiped system, dalvik, cache, data (if it gives some errors, reboot and retry; if still errors, i formatted data in ext2 then re-formatted in ext4 )
- installed the modded zip
everything went ok.
I am anyway really disappointed by this community, not a single help in 3 days, just "follow guides". Just thanks to joke19 who at least tried to help me giving me some basic info.
Click to expand...
Click to collapse
Me too. Nobody push the thanks button in this thread.
Sent from my Mi Note 10 using XDA Labs

Xperia 1 PixelExperience - anyone try?

Anyone has had luck getting the Pixel Experience ROM working?
Site can be found here:
https://download.pixelexperience.org/j9110
I am on 8170 and would like to test it out.
Really interested in your feedbacks!
How do we flash it without a working twrp?
https://wiki.pixelexperience.org/devices/j9110/install/
Follow these instructions it should work....
chaitanya.krishna said:
Follow these instructions it should work....
Click to expand...
Click to collapse
...
TrustAugustus said:
How do we flash it without a working twrp?
Click to expand...
Click to collapse
Instructions do not Help if there is no way to follow them. Just use GSIs... There is also a Pixel Expierence One around...
joeminati said:
Anyone has had luck getting the Pixel Experience ROM working?
Site can be found here:
https://download.pixelexperience.org/j9110
I am on 8170 and would like to test it out.
Click to expand...
Click to collapse
I tried the June and July builds on my Dual SIM J9110. They are constantly improving so some things that I mention below may have changed. The SODP guys working on it are awesome.
The builds worked well for the most part, performance is not quite as good as stock, there are some stutters and frame drops, but it's still daily driver material.
Some things to keep in mind:
-There is no Dolby Audio. Volume from the speakers is slightly lower than stock.
-The display runs in always 4K mode, it looks great. Doesn't have a huge effect on battery life either.
-The notification LED only displays one colour, which is sort of a bluey-white.
-You have to use Raizen's HyperCam build for photos. A little bit of tweaking within the app and it takes fantastic photos. Supports all 3 cameras as well.
-It will not have any proprietary Sony features like Battery Care.
For flashing you have to use Payload_Dumper on the payload.bin file included within the ROM zip. It will give you dtbo.img, boot.img, system.img, vendor.img and so on.
First make sure you're on the latest Android 10 (55.1.x) firmware on both A and B slots. You can use NewFlasher to flash, and fastboot to switch between slots.
Then flash the latest Sony Open Device Binaries for Kumano (Xperia 1 / Xperia 5) which you can get from here:
https://developer.sony.com/file/dow...-aosp-android-10-0-kernel-4-14-kumano-latest/
Then flash dtbo, boot and vendor. Then boot into AOSP recovery with Power + Vol down. From there you can use adb sideload to install the ROM .zip file and your phone will reboot into PE.
If it bootloops, run fastboot format userdata or boot back into AOSP recovery and do a factory reset.
For updates, it does support OTAs since the device is officially supported by PE and hosted on their servers.
@MeltdownSpectre
Thanks for the info! I'm definitely going to try it.
Would you mind pointing me to the exact hypercam raizen file
TrustAugustus said:
@MeltdownSpectre
Thanks for the info! I'm definitely going to try it.
Would you mind pointing me to the exact hypercam raizen file
Click to expand...
Click to collapse
Here you go:
https://f.celsoazevedo.com/file/cfiles/gcm1/HyperCam-RaizenA-10.apk
MeltdownSpectre said:
Here you go:
https://f.celsoazevedo.com/file/cfiles/gcm1/HyperCam-RaizenA-10.apk
Click to expand...
Click to collapse
Thanks! It doesn't work with stock Sony. Is that normal?
I realized that the ROM is for the DSDS. I have the 802SO version. I wonder if I'll end up borking the phone.
TrustAugustus said:
Thanks! It doesn't work with stock Sony. Is that normal?
I realized that the ROM is for the DSDS. I have the 802SO version. I wonder if I'll end up borking the phone.
Click to expand...
Click to collapse
Not sure if 802SO is supported.
Yes it's normal for it to not work with stock ROM.
MeltdownSpectre said:
I tried the June and July builds on my Dual SIM J9110. They are constantly improving so some things that I mention below may have changed. The SODP guys working on it are awesome.
The builds worked well for the most part, performance is not quite as good as stock, there are some stutters and frame drops, but it's still daily driver material.
Some things to keep in mind:
-There is no Dolby Audio. Volume from the speakers is slightly lower than stock.
-The display runs in always 4K mode, it looks great. Doesn't have a huge effect on battery life either.
-The notification LED only displays one colour, which is sort of a bluey-white.
-You have to use Raizen's HyperCam build for photos. A little bit of tweaking within the app and it takes fantastic photos. Supports all 3 cameras as well.
-It will not have any proprietary Sony features like Battery Care.
For flashing you have to use Payload_Dumper on the payload.bin file included within the ROM zip. It will give you dtbo.img, boot.img, system.img, vendor.img and so on.
First make sure you're on the latest Android 10 (55.1.x) firmware on both A and B slots. You can use NewFlasher to flash, and fastboot to switch between slots.
Then flash the latest Sony Open Device Binaries for Kumano (Xperia 1 / Xperia 5) which you can get from here:
https://developer.sony.com/file/dow...-aosp-android-10-0-kernel-4-14-kumano-latest/
Then flash dtbo, boot and vendor. Then boot into AOSP recovery with Power + Vol down. From there you can use adb sideload to install the ROM .zip file and your phone will reboot into PE.
If it bootloops, run fastboot format userdata or boot back into AOSP recovery and do a factory reset.
For updates, it does support OTAs since the device is officially supported by PE and hosted on their servers.
Click to expand...
Click to collapse
Thanks for Your Post! Is there any reason for flashing the ZIP again after flashing it already via Fastboot? Sounds more Like a Option for coming Updates (I hope update.zip Files Work from the Storage too?). Great to have at least a stable Recovery Base!
Miustone said:
Thanks for Your Post! Is there any reason for flashing the ZIP again after flashing it already via Fastboot? Sounds more Like a Option for coming Updates (I hope update.zip Files Work from the Storage too?). Great to have at least a stable Recovery Base!
Click to expand...
Click to collapse
The developers had given me these flashing instructions. We only flash dtbo, boot and vendor first. Then sideloading the zip flashes them again, as well as flashing system.img which was not flashed through fastboot.
I'm using this build now, everything works fine. But the animation seems not very smooth,a little lag
Xperia 1 - J8110, J8170, J9110, 802SO, SO-03L, SOV40
what variant support by PE rom?
JOKER.SOHA said:
Xperia 1 - J8110, J8170, J9110, 802SO, SO-03L, SOV40
what variant support by PE rom?
Click to expand...
Click to collapse
PE supports J8110 (single SIM) and J9110 (dual SIM).
i have no mobile data.
no SIM detected.
i have no mobile data.
no SIM detected.
the camera is very poor, almost cannot use, even scan a qrcode is difficult
Sketch. said:
I'm using this build now, everything works fine. But the animation seems not very smooth,a little lag
Click to expand...
Click to collapse
camera is not function as better as the stock one

[A320FL] Downgrade Android 8 to 6.0.1

So i just succeded in downgrading my A3 by flashing boot.img and system.img through OrangeFox recovery, theres not much more to it(and magic probably).
The phone initially didn't boot and just bootlooped not even showing the boot animation only the A3 screen then i let it sit in my backpack for at least a month or two and went to charge it to continue my testing, and to my suprise i got to see the Samsung boot animation just waited and let it boot and there it was succesfully downgraded.
downgraded from S9CTK1 to U1AQF7
internal storage was formatted beforehand
All apears normal so far
apps work
bluetooth works
wifi works
nfc untested
imei/mac all fine
modem untested but didnt get overwritten and is shown correctly so it should work
Hello mate. Any tips on how to do it? Where did you get Boot and system.img from?
download the stock firmware (for example from here https://sfirmware.com/de/samsung-sm-a320fl/ ) then unzip them then open the contained tar.md5 files with 7zip and extract all the files in them.
(they may still be img.lz4 so download it from here https://github.com/lz4/lz4/releases and drag your files onto the exe)
Good job mate! I got it working. Android 6. Cheers!
gone66 said:
Good job mate! I got it working. Android 6. Cheers!
Click to expand...
Click to collapse
Why is this a good thing?
sketaful said:
Why is this a good thing?
Click to expand...
Click to collapse
downgrading samsung phones was looked at to be impossible, some devices (note 7 for extreme example) lost functionality with newer software. downgrading like this can fix stuff like that.
the note 7 cant charge the battery anymore with the latest software even if the battery was swapped to a safe smaller battery so you can downgrade and still use it with stock firmware as it never really received any custom roms.
Is this works?
Hubertos2002 said:
Is this works?
Click to expand...
Click to collapse
not guaranteed to work, as its pretty much just a janky workaround.
worked fine for my a320fl and a520f may not work on newer models

Categories

Resources