[Fluid OS][Android 11] Guide to install Fluid OS on Huawei Honor 6X - Honor 6X Guides, News, & Discussion

POST - v3
(This number will increase every time the post is updated.)​What's new in v3?
Added procedure in a new spoiler to install the base EMUI 8 for hi6250 devices as using the EMUI 8 we get with our device is causing some errors and bugs. Thanks to @Kentoto2021 and @VarianWrynn for testing and reporting this problem.
Spoiler: Version Changelog
What's new in v2?
Updated the thread with newly found bugs in "What isn't working" section.
Made small changes to thread.
What's new in v1?
Took a lot of time to collect the infinity stones.
Took even longer to make Mr. Thanos snap this thread to existence.
What's new in v0?
LoL Who knows?
This ROM is none of my work. I just tested it and provided appropriate procedure and fixes to errors(Found nothing yet).
Thanks a ton to @Hami_Do for making this possible. Original Post : link.
Thanks to Huawei for making their phones nearly unbrickable .
Thanks again to Huawei for making more than one device with hi6250 chipset.
Thanks a lot to @Djiban for helping me and testing different procedures, fixes and ROMs.
Follow this thread only if you know what you're doing. I'm not responsibe for any damage or thermonuclear wars .
Read the post completely and understand it before doing anything ATLEAST FOR THE SAKE OF MANKIND .
This thread is best viewed in PC and is Noob Friendly.​
Spoiler: Requirements
Requirements:
Huawei Honor 6X (Unlocked Bootloader. If not, follow this post (using PotatoNV) or YouTube video.
EMUI 8 (If not, you could follow this guide, direct file : link).
GSI from link.
TWRP from attachments or link or any other TWRP recovery compatible with Honor 6X EMUI 8.
Gapps(Optional, I used pico OpenGapps).
stock recovery (available in attachments).
Time.
PC.
ADB and Fastboot.
Patience.
Human Brain.
ALL IN ONE GUIDE : Check it out here. It contains every thing in detail all the way from bricked device -> EMUI 2 -> EMUI 5 -> EMUI 8 -> AOSP 10. Thanks to @lmaohelp for his effort and describing everything in detail.
Useful Information :
What is OpenGapps? Check it out at OpenGapps.org!
What is ARM64? it is a 64 bit operating system/platform.
What isn't working :
Usb Notification (Options will be greyed out. To transfer files, go to Developer Options > Default USB configuration > set it to File Transfer).
Dual sim is buggy. Single sim works perfectly. Thanks to @Loopeez for reporting it.
What's Working :
Everything.
*Tell me if something isn't working.
***If you have a bricked device/messed up somewhere during the process and unable to figure out what to do, follow this guide by @lmaohelp .***
Spoiler: Installing base EMUI 8 for hi6250 devices.
This was already described in a separate thread which describes the process to get back to EMUI 8 from custom ROMs. You can find it here.
Just follow the procedure in that thread. You need not even flash the frp unlock thing. After that, follow the process described in this thread.
It's recommended to be on original EMUI 8 before installing base EMUI 8 for hi6250. Follow the process linked in requirements to install EMUI 8 first then follow this spoiler.
Procedure :
Make sure your device is running stock EMUI 8.
Extract downloaded image using some xz extractor(7zip can also do this), copy it to pc.
Reboot your device to TWRP.
Format the data partition {Wipe > Format data > type "yes"}
Flash fstab.hi6250b.zip from attachments
Check if your device is detected by adb using
Code:
adb devices
.
Move the img file using adb to device
Code:
adb push -p *img-name*.img /sdcard/
(the img file must be in adb directory).
(Optional, only if you want gapps) Move Gapps in the same manner
Code:
adb push -p *gapps-name*.zip /sdcard/
(the zip file must be in adb directory).
Install img as system image {Install > Install Image > Select > Choose system image > Swipe➡}.
(Optional, only if you want gapps) Unmount and Remount system partition as writable. Go to wipe > advanced wipe > Choose system > resize > Swipe➡.
Flash gapps.
Flash stock recovery. Push it with adb using
Code:
adb push -p stock_recovery_ramdisk.img /sdcard/
and flash it with twrp as "Recovery" after choosing install image.
Disconnect your device from PC and reboot to recovery(stock one).
Clear cache partition and perform a factory reset(You'll get an error during factory reset but you have to do it) (your device will bootloop if wiped with twrp itself).
Reboot, Cross your fingers and wait.
>Booting is quite different in android 11 ROMs on our device. You'll see the "Your device has been unlocked" screen for more time than usual. Then, you'll see the boot animation (for very short time on subsequent boots) and the device will boot to ROM. So, be patient. (This isn't the case with ROMs upto android 10)
>Face Unlock is working perfectly
Spoiler: Additionals
Additionals:
>Its better to charge your device to atleast 70% before doing anything as you'll have ample of time to recover it if you messed up something. If not, you can still charge your device in eRecovery mode and twrp but i found some issues like heating up and slow charging.
>Don't forget to set ringtone, notification and other sounds from settings after booting.
Spoiler: Updates
Updates :
Nothing yet...
Happy Flashing !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

RESERVED​

Thx for keep looking for the best andorid 11 rom for Honor 6X. Installed it, no issue so far, testing it as a 2nd daily device. Let you know...
Below is my installation procedure using a microsdcard, quite the same as post #1 apart of that.
- on a micro SD card, download:
https://forum.xda-developers.com/attachments/twrp-img.5326857/
https://sourceforge.net/projects/darkjoker360-developements/files/Huawei/fstab.hi6250b.zip/download
https://forum.xda-developers.com/attachments/stock_recovery_ramdisk-img.5321325
FluidOS-1.1-Rum-R-Hi6250-emui8.img extracted with 7zip from https://mega.nz/#!jWQWEJ7Z!cd2S5oy2g8IdUuw5PfQEkSadslojBpFgB6ltUNOpc-w
OPTIONAL: pico gapps from https://sourceforge.net/projects/opengapps/files/arm64/test/20210110/
- insert the micro SD card in your usb debugging enabled Honor 6X (with EMUI 8 or custom rom installed over EMUI8), and connect it to a PC with adb & fastboot
- in adb, "adb reboot bootloader"
- in fastboot, "fastboot flash recovery_ramdisk TWRP.img"
- in fastboot, "fastboot reboot"
- after reboot completed, "adb reboot recovery"
- disconnect the honor 6x from the PC
- in TWRP recovery, Format the data partition {Wipe > Format data > type "yes"}
- in TWRP recovery, flash fstab.hi6250b.zip
- in TWRP Recovery, flash FluidOS-1.1-Rum-R-Hi6250-emui8.img {Install > Install Image > Select > Choose system image > Swipe}
- OPTIONNAL IF GAPPS WANTED: in TWRP recovery, Mount system partition (Mount > check system and unckeck read only OR reboot in recovery).And
resize system (Go to wipe > advanced wipe > Choose system > repair > resize). Then install open_gapps-arm64-11.0-pico-XXXXXXX.zip.
- in TWRP Recovery Flash STOCK_RECOVERY_RAMDISK.img {Install > Install Image > Select > Choose recovery image > Swipe}
- in TWRP recovery, reboot to recovery (even if TWRP says no OS installed)
- in Stock recovery, wipe cache and factory reset (error is normal)
- in Stock recovery, reboot and wait
Click to expand...
Click to collapse

Rom is very nice so far , no issue yet!!!!

Djiban said:
Rom is very nice so far , no issue yet!!!!
Click to expand...
Click to collapse
Same with me.

Hello, do you know how can I factory reset in the Huawei ERecovery step at the end ?
I try to do it so but it keep reboot my phone to TWRP recovery, it's like I can't wipe data/factory reset my phone from the stock recovery.
Maybe TWRP is bloking it ? Should I disable something in the TWRP settings ?
Between thanks for yours work !

Kentoto2021 said:
Hello, do you know how can I factory reset in the Huawei ERecovery step at the end ?
I try to do it so but it keep reboot my phone to TWRP recovery, it's like I can't wipe data/factory reset my phone from the stock recovery.
Maybe TWRP is bloking it ? Should I disable something in the TWRP settings ?
Between thanks for yours work !
Click to expand...
Click to collapse
Your mistake is that your using stock erecovery.
You have to use stock recovery. Meaning flashing the stock recovery provided in post 1 over the twrp recovery :
- in TWRP Recovery Flash STOCK_RECOVERY_RAMDISK.img {Install > Install Image > Select > Choose recovery image > Swipe}
- in TWRP recovery, reboot to recovery (even if TWRP says no OS installed)
- in Stock recovery, wipe cache and factory reset (error is normal)
- in Stock recovery, reboot and wait

Yep thanks, I forget to choose Recovery when I flash the stock recovery ramdisk, so my twrp install it on the last choice that it's system image
To resolve my problem I reinstall my previous system (EMUI 8 for honor 6x) and this time I wipe the david cache, system, cache ... after format the data partition
And I didn't install any OpenGAPPS and it works fine !
A little empty, but I will try without Google services to see if it sweet to me, it saved a lot of battery so that's nice !
Again, I thank you all of you for your amazing work thank you very much my honor 6x can still live haha
Edit : no it's too painfull without google services haha

Kentoto2021 said:
Yep thanks, I forget to choose Recovery when I flash the stock recovery ramdisk, so my twrp install it on the last choice that it's system image
To resolve my problem I reinstall my previous system (EMUI 8 for honor 6x) and this time I wipe the david cache, system, cache ... after format the data partition
And I didn't install any OpenGAPPS and it works fine !
A little empty, but I will try without Google services to see if it sweet to me, it saved a lot of battery so that's nice !
Again, I thank you all of you for your amazing work thank you very much my honor 6x can still live haha
Click to expand...
Click to collapse
Perform a factory reset after flashing gapps too.
Flashing gapps without factory reset crashed chromium based browsers on AOSP 10. This might not be the case with this rom but better do it.

Kentoto2021 said:
Yep thanks, I forget to choose Recovery when I flash the stock recovery ramdisk, so my twrp install it on the last choice that it's system image
To resolve my problem I reinstall my previous system (EMUI 8 for honor 6x) and this time I wipe the david cache, system, cache ... after format the data partition
And I didn't install any OpenGAPPS and it works fine !
A little empty, but I will try without Google services to see if it sweet to me, it saved a lot of battery so that's nice !
Again, I thank you all of you for your amazing work thank you very much my honor 6x can still live haha
Edit : no it's too painfull without google services haha
Click to expand...
Click to collapse
Android without Google services is more and more easy.
Aurora market is a good choice.
I have also some workaround for'GPS localisation and so....

Nevertheless, gapps working fine for me, no device lag cause of it ! All services active and working

Djiban said:
Nvertheless, gapps working fine for me, no device lag cause of it ! All services active and working
Click to expand...
Click to collapse
Same with me. And the power menu controls are just AWESOME.

Dang, I cannot go past installing Huawei USB COM driver to unlock my device (

jottect said:
Dang, I cannot go past installing Huawei USB COM driver to unlock my device (
Click to expand...
Click to collapse
? Didn't get you... Did you mean bootloader unlock? If yes, follow @lmaohelp 's guide mentioned in post 1. He described it very clearly.

Venkata Lochan Nune said:
? Didn't get you... Did you mean bootloader unlock? If yes, follow @lmaohelp 's guide mentioned in post 1. He described it very clearly.
Click to expand...
Click to collapse
Yes, it's clear, read the posts, watched YT video, but one of the steps is installing Huawei USB COM driver to replace the SER driver, and I already tried on 2 computers, Windows 10 (updated) fails to install that driver, and without it, PotatoNV won't 'see' the device.

Venkata Lochan Nune said:
Same with me. And the power menu controls are just AWESOME.
View attachment 5337621
Click to expand...
Click to collapse
Oooh how did you get that ?
I only have this :
Is it Gapps ? I use the nano one

Kentoto2021 said:
Is it Gapps ? I use the nano one
Click to expand...
Click to collapse
Nope, there's an app on play store called "power menu controls" download that. And the other, you could use Tasker(also an app from play store) to create your custom controls like the ones I did for screen rotation.

jottect said:
Yes, it's clear, read the posts, watched YT video, but one of the steps is installing Huawei USB COM driver to replace the SER driver, and I already tried on 2 computers, Windows 10 (updated) fails to install that driver, and without it, PotatoNV won't 'see' the device.
Click to expand...
Click to collapse
what's the procedure you followed to install drivers?
Unzip the attached file, and choose "DriverSetup.exe" and that's it. uninstall these drivers after installing the rom using "DriverUninstall.exe" for mtp to work. The process will ask for reboot in some language(i think Chinese) after uninstalling but it isn't needed.
*These are also the fastboot drivers(but the name in attachments is testpoint drivers).

Kentoto2021 said:
Edit : no it's too painfull without google services haha
Click to expand...
Click to collapse
Indeed! I once tried using AOSP 10 with floss services and without Google ones but yeah it didn't last even a day... lol I flashed gapps within 5 hrs.

Venkata Lochan Nune said:
what's the procedure you followed to install drivers?
Unzip the attached file, and choose "DriverSetup.exe" and that's it. uninstall these drivers after installing the rom using "DriverUninstall.exe" for mtp to work. The process will ask for reboot in some language(i think Chinese) after uninstalling but it isn't needed.
*These are also the fastboot drivers(but the name in attachments is testpoint drivers).
Click to expand...
Click to collapse
Thanks a million! It worked., I just unlocked the bootloader, I did not have these drivers.
Now onto next steps... may take a while, I'm old and slow
Well, did not go too far... when trying to flash twrp (as per this guide:
), I'm getting an error:
fastboot flash recovery_ramdisk twrp.img
target reported max download size of 471859200 bytes
sending 'recovery_ramdisk' (24466 KB)...
OKAY [ 0.642s]
writing 'recovery_ramdisk'...
FAILED (remote: partition length get error)
finished.
Ideas?
P.S. I also tried
fastboot flash recovery twrp.img
target reported max download size of 471859200 bytes
sending 'recovery' (24466 KB)...
OKAY [ 0.642s]
writing 'recovery'...
FAILED (remote: image verification error)

Related

[Ported] - Elephone P8 Mini Ported ROM for Bluboo S8

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. 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, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Based ROM: Elephone_P8Mini_20170914
10/14 - UPDATED: TWRP version added
This is recommended for people that want something like more pure like AOSP, and without malware.
- Launcher changed to Next Launcher.
Ps. This is same Port ROM that i already released in japanese site at 1st October 2017 https://egg.5ch.net/test/read.cgi/smartphone/1504178568/208-209
TWRP version:
- Download link: https://mega.nz/#!iRkxALgJ!kuIwBusd_F_TqYj93CmzY03Z67NhDDrjN_8tJGMqOtk
- Install TWRP (real source link https://4pda.ru/forum/index.php?s=&showtopic=847735&view=findpost&p=65694030) You can download too in https://androidfilehost.com/?fid=673791459329051837
- Boot to TWRP
- Wipe Dalvik / ART Cache
- Wipe System
- Wipe Cache
- Wipe Data
- Wipe Internal Storage
- Install Port ROM
- Wipe Cache & Dalvik
- Reboot to system
- Done.
SP Flash Tool Version (complicated method):
- Download link: https://mega.nz/#!fddnGaqT!067RI1iNJn5U14NWoXyCf6LY8Nj-jC31Tw3CAQohKlQ
Attention: My guide only for people with original state, doesn't with mofidication. If you installed TWRP or rooted so please doesn't follow guide below. Use TWRP version.
1 - Update firmware your S8 to latest.
1.1 - Factory Reset (make backup before to do this step)
2 - Extract file of link above.
3 - Install adb-setup-1.4.3.exe from Tools folder. This is included in Tools folder, but you can download here https://forum.xda-developers.com/showthread.php?t=2588979
4 - Extract MT65xx USB VCOM DRIVERS.zip from Tools folder and install (use this guide if you don't know how install https://www.getdroidtips.com/install-mediatek-mt65xx-usb-vcom-drivers/)
5 - Extract SP_Flash_Tool_v5.1728.rar from Tools folder
6 - After extracted files of item 4, find flash_tool.exe and open.
7 - Click choose of Scatter-loading File and select MT6755_Android_scatter.txt from ROM folder that you extracted on item 1.
8 - Check if "Download Only" is selected, and only Recovery, Boot and System are selected like image below.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
9 - Turn off the S8
10 - Click Download button of Smart Phone Flash Tool
11 - Wait for the process to complete
11.1 - Check if popup like below appear
12 - Disconnect your S8 from PC
13 - Turn on the S8
14 - Copy all files inside of Gapps folder that you extracted on item 1 to your smartphone (location doesn't import here)
15 - Turn ON USB Debugging Mode (use this guide if you don't know how to do https://www.kingoapp.com/root-tutorials/how-to-enable-usb-debugging-mode-on-android.htm Read the item 4 (4. Android 5.0 Lollipop))
16 - Connect your S8 to PC
17 - Use command below to reboot to recovery in CMD of your PC
Code:
adb reboot recovery
18 - If appear dialogue click Yes
19 - In CWM recovery
20.1 - Wipe Menu>Wipe Data - Factory Reset
20.2 - Install G-Killer.zip that you copied to S8 in step 14 (This is included in the Gapps folder of item 13, but you can download here https://forum.xda-developers.com/showthread.php?t=2588979)
20.3 - Check only itens below and remove gapps (if you do not do this step the google play doesn't work)
20.4 - Now install opengapps that you copied to S8 in step 14 (This is included in the Gapps folder of item 13, but you can download here http://opengapps.org/)
20. 5 - Optionally you can install Magisk that you copied to S8 in step 14 (This is included in the Gapps folder of item 13, but you can download here https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445)
20.6 - Before reboot Wipe Cache and Wipe Dalvik Cache
20.7 - No for "Root access is missing. Root device?"
21 - Done.
thanks,
this works wit bluboo s8 ?
https://forum.xda-developers.com/general/device-reviews-and-information/bluboo-s8-information-reviews-5-7-hd-t3673085
is this multilanguage?
Point 17 – ? how do I do that to reboot to recovery with CMD.
can you say that more precisely.
is there no key function volume + power? I dont know
bananaci said:
thanks,
this works wit bluboo s8 ?
https://forum.xda-developers.com/ge...bluboo-s8-information-reviews-5-7-hd-t3673085
is this multilanguage?
Point 17 – ? CMD.Is there no key function volume + power? I dont know
Click to expand...
Click to collapse
....1. this works wit bluboo s8 ?
2. is this multilanguage?
3. Point 17 – ? how do I do that to reboot to recovery with CMD.can you say that more precisely.is there no key function volume + power?.....*///
***Note:
I do not have this device (getting 1 maybe, if *Future Custom ROMs & curiosity of $158 S8), so my answers might NOT be reliable or worth a click ?
1. Yes, the developer's OP clearly mentioned "for bluboo S8)
2 Yes(99%). *English(UK), is usually default inclusive→
OR
The specific preferred language, u say? might be the needed gem for your question "multilanguage?", Because it seems like variants and of MTK has a difference.
For example, German(Austria) included in 1, may not be there in the other.
3 .I think The Dev's OP, already stated, precisely.
Usually, after you enable those options,
(...Enable via USB debugging OEM, ADB etc [√] found under *developer mode/option* on the device),
Go to your PC, → ^ADB folder, (where you have downloaded & installed the ADB.exe,) press shift+rightclick and choose "Open with Command Prompt"
And type the command as Developer mentioned above ( instructions -OP)
(Or available commands on ADB/fastboot recovery on Linux/windows).
I havent use this (Elephone S8 Ported mini), and as I said I do not have a bluboo S8 (yet).
Do let me know if substratum theme works on this.
however, developer's effort on # Clean AOSPA minus bloatwares, is Great work already. Totally worth a click on "?". For device like this it's even hard enough to get a honest user review.
I still can't make a decision between other s8-lookalikes available. HomtomS8,Leagoo S8, Umidigi, Ulephone considering ROMs support).
Point 11,12,13. MT6755_Android_scatter.txt perfectly installed with flash tool
But the phone boots only carlycwm
so I did I followed point 19. so i do:
20.1 - Wipe Menu>Wipe Data - Factory Reset
20.2 - Install G-Killer.zip
20.4 - Now install opengapps
20.6 - Before reboot Wipe Cache and Wipe Dalvik Cache
20.7 - No for "Root access is missing. Root device?"
21 - Done.
But always the same. the phone boots only carlycwm.
what can i do?
bananaci said:
Point 11,12,13. MT6755_Android_scatter.txt perfectly installed with flash tool
But the phone boots only carlycwm
so I did I followed point 19. so i do:
20.1 - Wipe Menu>Wipe Data - Factory Reset
20.2 - Install G-Killer.zip
20.4 - Now install opengapps
20.6 - Before reboot Wipe Cache and Wipe Dalvik Cache
20.7 - No for "Root access is missing. Root device?"
21 - Done.
But always the same. the phone boots only carlycwm.
what can i do?
Click to expand...
Click to collapse
Hi,
you probably have skipped step 19.
Factory Reset inside of CWM recovery.
Updated the first post with TWRP version.
now my phone is dead, ican nothing do.
now when i insert cable with phone is started only cwm..phone not reboot
bananaci said:
now my phone is dead, ican nothing do.
now when i insert cable with phone is started only cwm..phone not reboot
Click to expand...
Click to collapse
Flash TWRP in SP Flash Tool and follow TWRP instruction of first post.
- Turn off S8
- Press Download button in SP Flash Tool
- Connect cable
- If flash TWRP recovery doesn't start Hold the power button until progress start
Reason that only start in CWM.
- You upgraded firmware using another recovery that does't original one
- You used factory reset of system using another recovery that does't original one (probably this it's the cause, appear that you using TWRP https://forum.xda-developers.com/showpost.php?p=74092694&postcount=21). Probably you followed my guide with TWRP. My guide only for people with original state, doesn't with modification.
You never can use factory reset of system with TWRP or CWM.
ok thanks, ill try this
it works not.Nothing.
The problem is when i plug the cable into pc or dc just boot only carlywm ported by ghost45.version 6_kk_carliv-mod.
before i flashed your ported rom with flash tool i had before twrp 3.1.1 Bluboo S8 on my phone..since everything had worked.
And now i can nothing do. it comes only cwm ghost45.version 6_kk_carliv-mod.
I`ll tried your rom
TWRP version:
- Download link: https://mega.nz/#!iRkxALgJ!kuIwBusd_...DrjN_8tJGMqOtk
with cwm ghost45.version 6_kk_carliv-mod to flash it installes it.
but when the phone first boot it comes allways cwm ghost45.version 6_kk_carliv-mod.
so i`ll tried anymethodes with flashool first press download than press power hold... down... nothing ..it comes jus cwm ghost45.version 6_kk_carliv-mod.
bananaci said:
so i`ll tried anymethodes with flashool first press download than press power hold... down... nothing ..it comes jus cwm ghost45.version 6_kk_carliv-mod.
Click to expand...
Click to collapse
So follow all step below correctly, doesn't skip steps.
Download TWRP Recovery for CWM
https://mega.nz/#!md8AAZxR!5iepVFzSKGY0F-FlPLfCxSw3nH7r6-VgpBaemAlSclk
Install recovery twrp.zip of link above in CWM.
Reboot.
Now will reboot in TWRP
IN TWRP
- Wipe Dalvik / ART Cache
- Wipe System
- Wipe Cache
- Wipe Data
- Wipe Internal Storage
- Install Port ROM (First Post of this thread)
- Install recovery original.zip https://mega.nz/#!jMMRHbTI!eU-saTyapPon8xdfa2NORdpeV5CSGFfzdQHuqkwAcRE (this is very very important step)
- Wipe Cache & Dalvik
- Reboot (wait, doesn't restart until system start completly)
- Now original recovery will restored. If you need twrp, you need install again. And doesn't use factory reset of system, samething will happen again.
bananaci said:
before i flashed your ported rom with flash tool i had before twrp 3.1.1 Bluboo S8 on my phone..since everything had worked.
And now i can nothing do. it comes only cwm ghost45.version 6_kk_carliv-mod..
Click to expand...
Click to collapse
I already explained before. This isn't my fault. You used my guide (SP Flash Method) with TWRP.
If used factory reset with TWRP, of cource that will result in that.
I will be giving this a try tonight. Is there a way to keep the Blueboo startup animation or will this change that? Not that it matters much. Do all the features of the phone work with this rom?
labellee25 said:
I will be giving this a try tonight. Is there a way to keep the Blueboo startup animation or will this change that? Not that it matters much. Do all the features of the phone work with this rom?
Click to expand...
Click to collapse
This Port Rom use elephone animation.
Yes all feature of phone work fine.
oh yes, yuppi.ya yeahh it works.
with tis TWRP Recovery for from 3.1.1 by Jemmini works now. I had that before.
and your yor port rom works fine ..
I will report you.
thank you for your understanding
bananaci said:
oh yes, yuppi.ya yeahh it works.
with tis TWRP Recovery for from 3.1.1 by Jemmini works now. I had that before.
and your yor port rom works fine ..
I will report you.
thank you for your understanding
Click to expand...
Click to collapse
Thanks for feedback.
I dont know why,
I can not bluboo connect with any PC?.
with the original software was not so.
can you help?
bananaci said:
I dont know why,
I can not bluboo connect with any PC?.
with the original software was not so.
can you help?
Click to expand...
Click to collapse
Have you tried with another PC?
I can't reproduce your issue. So unfortunately I can not help you.
yes i tried with,
winxp,win7 and win10,with my
old pc win7 til yet havent problem but with your rom can,t connect now.
so i chanced c-cable nothing happens
with another smartphones zopo,lenovo,samsung can i connnect my pc.there is no problem with this phones.
Same for me can't use sp flash tool to root too.. PC only see it in usb mode for camera or file transfer
Debug modus is on.
The problem is when i connected my phone it say just battery charging.
Here is the problem cause I can not switch usb mode for camera or file transfer.
There is a point on status bar at the top to switch usb mode for camera or file transfer.
NOTHING HAPPENS Here
What a pity this stable Rom has an error/bug here.

[ROM] [GSI] [GUIDE] Lineage os A10 A105F

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A guide for how to install Lineage OS [ GSI ] on Samsung A10 A105F
Notes / Warning!
Use at your own risk, I’m not responsible for bricking your device.
Make sure to backup your important data before everything.
here is a summary of the steps I am going to show
you in this guide:
1. unlock bootloader
2. flash root file for magisk.
3. install magisk (app)
4. flash TWRP recovery via flashify app
5. install the rom with twrp
6. install gapps
let's get started.
downloads section:
samsung usb drivers:
https://developer.samsung.com/mobile/android-usb-driver.html
odin:
https://odindownload.com/download/#.XopMkXJRWM8
root file:
https://drive.google.com/file/d/1h1mNNppumVbFFTgq_A_XtjeWNsfkvDHH/view
twrp file:
https://www.dropbox.com/s/hkhpom931byup68/twrp-a10-3.3.1-0_afaneh92.tar?dl=1
magisk app:
https://github.com/topjohnwu/Magisk/releases/download/manager-v7.5.1/MagiskManager-v7.5.1.apk
flashify app:
https://www.apkmirror.com/apk/chris...-release/flashify-1-9-2-android-apk-download/
rom:
https://sourceforge.net/projects/andyyan-gsi/files/lineage-16.x/
our device is ARM 32-bit with 64-bit binder, AB so we need to download a64_bvN type.
direct link:
https://sourceforge.net/projects/an...017-UNOFFICIAL-treble_a64_bvN.img.xz/download
gapps:
https://opengapps.org/
choose arm platform android version 9.0
direct link:
https://sourceforge.net/projects/op...se_mirror=netcologne&r=&use_mirror=autoselect
1. unlock bootloader:
Enable Developer Options: go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
Enable OEM unlock ( Settings -> Developer options )
How to Enter Download Mode:
Enter Download Mode ( Turn Power off the phone, Press and hold Volume Down + Volume Up keys together then while pressing these keys connecting the phone to PC with USB Cable Data, release all keys when Download Mode appears ).
Unlock Bootloader: In Download Mode you see the long-press Vol Up option to enter Device Unlock Mode. Unlock the bootloader ( that will wipe your device so be sure to backup of your data )
Read the description on the Unlock Bootloader screen then use Volume Up to select “YES” to confirm and “No” to cancel unlock bootloader and restart the phone.
After Bootloader unlock, the phone will reboot and make sure the phone connected to the internet or triggers KG State / RMM State Prenormal.
Setup the phone without google account etc.
The Bootloader are unlocked!
2. flash root file:
enter download mode ( see instructions above here )
flash the file in Odin ( choose PDA, select the file and the start )
3. install magisk:
install magisk.apk (download link above here > and then follow the instructions in the app (the app will ask once for reboot).
now you root!
4. flashing twrp:
install flashify app ( link above )
open the app and accept root permission.
navigate to flash choose recovery image to select the twrp file and then flash.
now you have twrp recovery
5. flash the rom:
move the rom file you downloaded to sdcard (preferred) or to internal storage.
reboot to recovery ( in flashify app you can select reboot recovery )
choose to wipe > format data > type yes and start.
select wipe > advanced wipe > choose :
Dalvik / art cache
cache
data
wipe to wipe.
go to install > install image > nevigate to lineage os file > select > install as system image.
go to wipe > wipe to factory reset.
6. install gapps
move the gapps file you downloaded to internal storage / sdcard
in twrp select install > navigate to gapps file > install > swipe to install.
go to reboot > system > choose do not install (twrp) > the phone will reboot
wallah ! you have installed lineage os on your phone!
Troubleshoot:
when i install the gapps, have error 70!
-> https://forum.xda-developers.com/android/help/fix-error-70-install-gapps-t3311779
oh ****! my phone get bricked !
only download mode with this error:
only official released binaries are allowed to be flashed (etc...) : (
how to fix:
-> download stock firmware
https://www.sammobile.com/samsung/firmware/SM-A105F/
flash with ODIN
i tried in a105m it's functionaly
is it possible to install this build to SM-A105G
how to install gapps ? error 70
thonynn1 said:
how to install gapps ?
Click to expand...
Click to collapse
I edited the post and added instructions.
thonynn1 said:
i tried in a105m it's functionaly
Click to expand...
Click to collapse
nice!
you tried with this guide and worked?
let me know.
TechBoyPH said:
is it possible to install this build to SM-A105G
Click to expand...
Click to collapse
I didn't tried, it should work.
you can try and let us know.
you can always flash stock rom with odin if something get bad.
thewh1teagle said:
nice!
you tried with this guide and worked?
let me know.
Click to expand...
Click to collapse
Yes, but when i install the gapps, have error 70
Edit: i resolved the error with the post https://forum.xda-developers.com/android/help/fix-error-70-install-gapps-t3311779
thonynn1 said:
Yes, but when i install the gapps, have error 70
Edit: i resolved the error with the post https://forum.xda-developers.com/android/help/fix-error-70-install-gapps-t3311779
Click to expand...
Click to collapse
Thanks for sharing.
I added instructions for fix it in troubleshooting.
sm-a105m
After installing root; the phone is not running samsung official software.
And android does not start.
version 64 does not work, only 32.
for install root and twrt use this tutorial: https://forum.xda-developers.com/galaxy-a10/how-to/how-to-root-samsung-galaxy-a10-install-t4074343
panicol2 said:
After installing root; the phone is not running samsung official software.
And android does not start.
version 64 does not work, only 32.
for install root and twrt use this tutorial: https://forum.xda-developers.com/galaxy-a10/how-to/how-to-root-samsung-galaxy-a10-install-t4074343
Click to expand...
Click to collapse
Followed this same root guide and after flashed linage os 17.1 a64_bvN type with recovery. It worked successfully.
Despite not having service ,in the place im in right now, it also works. Both SIM cards work
Thanks a lot guys!
I successfully installed Linage OS 17.1 on my SM-A105FN.
Everything works, except face-unlock and nfc.
But that is fine and I can wait for a future update that might fix it.
Thanks for the tutorial!:laugh::good:
justhack said:
I successfully installed Linage OS 17.1 on my SM-A105FN.
Everything works, except face-unlock and nfc.
But that is fine and I can wait for a future update that might fix it.
Thanks for the tutorial!:laugh::good:
Click to expand...
Click to collapse
How did you do that, Could work on a105m?
waiting for android Q version
I updated my phone via ota to 10.0
I guess cant downgrade use a lower version, or yes?
Mestre Samurai said:
waiting for android Q version
I updated my phone via ota to 10.0
I guess cant downgrade use a lower version, or yes?
Click to expand...
Click to collapse
I think you can, Flashing stock using odin
give me error 20 on gapps
Betrayal92 said:
How did you do that, Could work on a105m?
Click to expand...
Click to collapse
Might work but are you a little tech savvy? Because it's quite a long process and took me a day to complete.
Because of all the bootloops and reflashing and so on.
If it's not an issue I'll be happy to help out
Betrayal92 said:
How did you do that, Could work on a105m?
Click to expand...
Click to collapse
I have made a thread of how to install it and the websites for where to get them. But if you want I'll leave one here because the one i linked in my thread is different.
https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
(^ is for lineage os 17.1)
---------- Post added at 05:52 PM ---------- Previous post was at 05:48 PM ----------
Mestre Samurai said:
give me error 20 on gapps
Click to expand...
Click to collapse
install correct gsi image or gapps
Samsung Galaxy A10 is arm32 binder64-ab type (even though in the treble check app is says a only)
and make sure you factory reset after flashing rom. and BEFORE installing gapps
mindinguslove said:
Followed this same root guide and after flashed linage os 17.1 a64_bvN type with recovery. It worked successfully.
Despite not having service ,in the place im in right now, it also works. Both SIM cards work
Click to expand...
Click to collapse
Could you pass me the ROM link?
Thank you for the port, awesome job!
In my opinion it needs some improvements, like in sound, we lost quality, and maximum volume in respect to stock one.
Also the notification bar gets a small black bar in the top, stock one was using all the edges.
And maybe a little hand in some animations that runs randomly not smooth.
Apart from that, i think its a really good and stable ROM.
Any ideas in how to safely root, and maybe add it Viper4Android or some audio lib?

[HONOR 6x EMUI 8.X Oreo] Installing EMUI 8.X on Honor 6X EMUI 5.X and RAM extend via SD Card

My problem is that I can't run correctly LineageOS on Honor 6x, and I didn't know how to run it properly, and I still don't know how to do it because I got bootloop, even if I factory reset...
=> For future people who still want to know how I switch Honor 6x on EMUI 5.X to EMUI 8.X, I write just below the full step and problems that I met during this process (But I think there is already some thread that talk about this.
________________________________________________________________________________________________________
Installing EMUI 8.X Oreo from scratch on a Honor 6x running with the EMUI 5.X Nougat
First of all, I have to thanks @Djiban that help me for the first step ✌
So, many Custom ROM/AOSP ROM for Honor 6x required an EMUI 8.X base.
And to update your Honor 6x to EMUI 8.X, you MUST DEBRAND your phone to BLN L22 India version of the OS
1/ Requirements (Search on Google for installation and how to use, or ask in this thread below)
Spoiler: 1/ Requirements
- You can choose between those 2 methods (Advise you to take the Huawei MultiTool):
Have ADB and Fastboot tools on Computer: ||__Minimal ADB__|| (also present with Android Studio, Unity3D with Android build support)
For Unity3D, if you had add the Android Build Support, the adb and fastboot tools should be here : C:\Program Files\Unity\Hub\Editor\20XX.X.X\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platform-tools (Replace 20XX.X.X with your version of Unity 3D)
You can ALSO use ||__Huawei MultiTool v8 __||, that get on more an interface(Great Noob Friendly tools).
I advise you to set the 2 tools inside the Windows 10 environment variable to easily use adb and fastboot command on command prompt. Type adb devices on the console tools of your computer, if it's correctly referenced you will see something like the screenshot:​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Unlock the bootloader of your phone ! (you can use ||__DC unlocker__|| to get the bootloader code for 4€, or if someone know to get the number with a simple batch file code ? It would be awesome) (Huawei don't get you anymore the bootloader code, even with the paid service)
To make DC-UNLOCKER detect your phone :​
In your phone Settings -> About Phone -> Press 7 times the Build Number => To unlock Developpers Options; then go to Settings -> Developpers Options => Enable USB debugging
Install HiSuite from Huawei to get all the drivers needed to detect your Huawei/Honor phone on your computer
You have to type in dial pad(the default phone app) *#*#2846579#*#* then go to ProjectMenu -> Background Settings -> USB Ports Settings -> [U]Manufacture Mode[/U]. You have to redo this if you disconnected your phone, because it will set by default the HiSuite Port !
Once you get the code :​
In your phone Settings -> Developpers Options => Enable Unlocking OEM
Connect your phone to your computer and allow the debugging mode, and choose MTP mode(transfert files, not charging only)
With Huawei Multi-Tool, press Quick Actions(top right of the UI) -> Reboot to Fastboot mode (OS-FB) OR
Open the console (search cmd on windows), and type adb reboot bootloader
Open the console (search cmd on windows), and type fasboot oem unlock YOURCODE
If all good, type in the cmd : fastboot reboot
- MUST install TWRP Recovery 3.1.1 (Other versions will not work for EMUI 5.X Android Nougat) :
Use Huawei MultiTool : In Recovery Tab, it will normally propose you the EMUI5 twrp image or the 3.1.x version. Press Flash Recovery_ramdisk (require you to enable/allow USB debugging on your phone)
You can also choose an image from your download (see link below for twrp 3.1.1)
Or with the cmd
Boot into fastboot : adb reboot bootloader
Install TWRP : fastboot flash recovery twrp-3.1.1-0-berlin.img
||__All TWRP version for Honor 6x[berlin]__||
||__twrp-3.1.1-0-berlin.img__||
- Advise you also to make a backup with HiSuite to save your data, and a TWRP backup to recover your system in case.
- To reboot into TWRP Recovery mode, press Volume + and Power buttons. Or use Huawei MultiTool v8 Quick Actions or type into the cmd : adb reboot recovery
2/ Debrand to BLN-L22
Spoiler: 2/ Debrand to BLN-L22
- See if you already got the BLN-L22 or not : Honor6x -> Settings -> About phone -> Build number
If yes, you can skip this step
View attachment 5233545
- Here is the tutorial made by @shashank1320 to debrand to BLN-L22 (work for BLN and BLL models as I know): ||__LINK__||
(Careful, the 3 links on the firmware finder database may take 1-3 hours to download, they didn't get a good server speed, same as the step 3) And you may need to flash OEMInfo.zip via TWRP !
- Here is some issues that I encounterd and solved, the Huawei MultiTool ZIP is there also : ||__LINK__||
Kentoto2021 said:
OKKK after one all day (9:30AM to 10:30PM) I finally get it !!!!!!! THANK YOU for your advice you saved my phone if I can say Djiban A look of my new version phone below, very happy !!! Now I have to find how to get Emui 8.X on my Honor 6.X without broken my phone
I really thought that my phone was broken because I didn't backup my OEM info with the Huawei MultiTool and ended into a bootanimation loop even restoring my phone with TWRP.
______________________________________________________________________________________
For those who is doing this awesome tutorial : https://forum.xda-developers.com/t/...ln-l22-successful-case-noob-friendly.3679402/ I attach here to my message the Huawei MultiTool v7 that I found on this forum too (but can't find the link in my browser history ) :
For this tool, don't connect to internet when you launch it to avoid auto update, you can enable it after the question about proxy or when you see the main menu. The only bad thing that it's not in english, but the screenshot in the tutorial show you what is what
For the OEM info zip, if you get "sbin/su not found" when restauring int the MultiTool , try also to install it with the traditional way in TWRP via the button Install -> Install ZIP
At the step where you have done the dload method with the update.zip, you will be get stuck in the bootanimation or black screen, it says that you have to shutdown the phone and that's a bit complicated with Honor 6x, you can only reboot whatever you done and adb acess from computer is off (don't activate the bootloader, it can reject the new update you just put in the dload folder !!!)
What I have done is going to Huawei eRecovery mode by pressing and maintaining Power button and Volume +, then choose wipe cache then wipe data/factory reset (it will erase all your data that you have on your last system !). By that, the phone will reboot and get you into the EMUI 5.X and the menu too set your phone, and by that you can rename the folder dload-data to dload through computer as mentionned in the tutorial, then SHUTDOWN your phone and redo the dload activation (Volume + and - and power button pressing)
And that's it ! Some tips to avoid future people stuck for hours and panic because nothing is working and the phone seems to be good for bin
Click to expand...
Click to collapse
WARNING : Once you update the OEM info of your phone, the Huawei eRecovery won't find update to factory reset the entire firmware ! So if the Huawei eRecovery tell you that the system is broken and you have to reset your phone (can't avoid that if it tells you that I think), after that the bootloader will be locked, then you can't go to TWRP recovery or start the OS.
DON'T PANIC, go into fasboot/bootloader by shutting down your phone(if can't, just reboot and do the following steps before the phone vibrates when reboot !) : Hold AND Keep VOLUME - , then plug the USB cable
Then on your computer, unlock the bootloader as you already done with the command : fastboot oem unlock THEBOOTLOADERCODE (The bootloader code will be the same whatever your firmware version is, it's unique for your phone harware)
3/ Update to EMUI 8.X BLN-L22HNC675 [Android 8.0]
Spoiler: 3/ Update to EMUI 8.X BLN-L22HNC675 [Android 8.0]
Here is the firmware finder database same as the previous step if you want to pick other version of your firmware
Online firmware database ⋆ TEAM MT Developers
< PREVIOUS FIND MODEL NEXT > Дата изменения Полное название Файлы обновления Размер Тип G g v f 2021.11.09 MED-LGRP2-OVS 10.1.0.195 filelist 0 OTA 1458 104 519745 3 2021.11.08 patch01 filelist 0 OTA 1458 104 525603 1 2021.11.08 TAS-LGRP1-CHN 11.0.0.170 filelist 0 OTA 1458 104 525098 1 2021.11.08...
pro-teammt.ru
- Here is the tutorial also made by the same author at the step 2 : ||__LINK__||
- Some UPDATE Links about this tutorial:
The HwOTA8 tools : ||__LINK__||
Make sure to keep HWOTA8_BLN folder inside HWOTA_BLN_Eng folder
HWOTA_BLN_Eng should be put inside the Tools folder of Huawei Multi-Tool v8
Make sure the path don't contain SPACE such as C:/Program Files
They are new update of the BLN-L22HNC675 (B520)
The newest one is : BLN-L22HNC675CUSTC675D2B520 (8.0.0.520) update on 2018.11.29
Search BLN-L22HNC675CUSTC675D here
You can upload the 3 zip on my pCloud (it's faster): ||__LINK__||
WARNING : On the first boot, wait 3-4 mins. The reboot to the EMUI 8.X can take some times
If after some minutes, nothing happen and you still on the blue Honor bootloop, try to wipe cache AND factory reset the phone via Huawei eRecovery or via TWRP (don't format data, only at the last resort but I think you have to reinstall the firware through HwOTA8 again). Have to be patient, it takes me 6-8 mins to reboot after wiping cache and data at the 2nd attempt.
- After successfully installed EMUI 8.X :
It's possible that you can't access TWRP, you have to reinstall TWRP Recovery through Huawei Multi-Tool (same step at the step 1/ Requirementsabove).
The tool will automaticcaly detect your device and propose you the BLN_TWRP_EMUI8.zip (press Flash Recovery_ramdisk with your phone open in android and allow the debugging connection - see 1/ Requirements for more informations.
Or you can download TWRP 3.2.X-0 (version 3.2.X only ! Other versions may not work, I didn't try it)
With this version, you will encounter some issue with TWRP. You can't wipe chache, or mount/unmount data for example, so some installtion through TWRP may not work, like for OpenGAPPS who maybe can't be installed when you want to try other Custom ROM like LineageOS. If you know how to install OpenKirin(LineageOS) on Honor 6x EMUI 8.X, feel free to share in this thread !
4/ Extend your RAM via SD Card
Spoiler: 4/ Extend your RAM via SD Card
If you succeed all those steps, you may right now see that your device maybe a little buggy, particularly when you open severals android application.
- For me, I used AParted available on the Play Store : ||__LINK__||
- This app require a rooted phone of course : Install Magisk ||__LINK__|| through TWRP Installation (Reboot to TWRP -> Install -> Install ZIP) or use SuperSU propose by Huawei MultiTool button installation
A PDF/Tutorial are available on the app inside, showing you the step to do with screenshot
WARNING : Save your data of your SD card before continue
You may not see big difference by increasing the RAM memory, it will just allow you to open more apps at the same times without crashing or lag
Summary of steps :
Tab CREATE -> press ADD 2 times (or more if you already have some partitions)
Set Part 1 as fat32 and give him his total storage
Set Part 2 as swap and give him his storage (will be for the RAM) (For me, I choose 2Go)
Click APPLY
Go to Tab TOOLS
Select Part 2 - FS: swap
Choose Swap in the drop down menu next to the button Apply
Press Apply
Watch a video (advertising if yo uconnected to internet)
Cancel the installation of AMemoryBoost
Click ON and OK to enable Swap Partition
Now you will saw the current RAM and the Swap memory
I wish my post can be helpful and I wish you can enjoy your new phone !!!
I can't wait to see new thread about an AOSP 11 on the honor 11 !
let us know which ROM you did try to install, and how you did solve. thx
Kentoto2021 said:
=> For future people who still want to know how I switch Honor 6x on EMUI 5.X to EMUI 8.X, I write just below the full step and problems that I met during this process (But I think there is already some thread that talk about this.
Click to expand...
Click to collapse
Below?
Kentoto2021 said:
I wish my post can be helpful and I wish you can enjoy your new phone !!!
I can't wait to see new thread about an AOSP 11 on the honor 11 !
Click to expand...
Click to collapse
thanks for this excellent and very complete guide. Hop too that @DarkJoker360 AOSP 11 system.img from Huawei P8 Lite forum will work as it did for march and July AOSP 10!!! I'll give i a try next week for sure :
After a succesfull debrand to BLN-L22 with the very fast way, I'm following your guide to step to EMUI 8, first of all thanks for providing files from your pcloud !!
Kentoto2021 said:
HWOTA_BLN_Eng should be put inside the Tools folder of Huawei Multi-Tool v8
Click to expand...
Click to collapse
You did use multi tool V8 to update to EMUI 8 ? Can see any signe of that in the guide you did follow . I guess it just replace the adb fastboot command .
All went fine for me, I'm now on very last EMUI 8 stock ROM for BLN-L22! thx
But of course TWRP flash is now an issue:
all TWRP recovery versions I fastbooted flash (3.1.1, 3.2.3, 3.5.0, all for bacon) sent me the same message error in fastboot: "FAILED (remote: partition lentgh get error)" . Apparently not EMUI 8 version .....
Oh nice wonderful !!! Happy it helps
I used the Multi Tools for the 3 step because it contains the adb and fastboot tools. But if you have it with the minimal adb software it will work also.
And if you set the adb folder to the windows 10 variable path system, I think you can put the HwOTA almost anywhere in the computer disk.
Yep indeed the twrp not work properly...
And still all my attempt to upgrade my OS with another method without the 3 zip (update, public, data) is not working
There is a workaround for custom recovery, I'll try it seriously and post back here
Kentoto2021 said:
Oh nice wonderful !!! Happy it helps
I used the Multi Tools for the 3 step because it contains the adb and fastboot tools. But if you have it with the minimal adb software it will work also.
And if you set the adb folder to the windows 10 variable path system, I think you can put the HwOTA almost anywhere in the computer disk.
Yep indeed the twrp not work properly...
And still all my attempt to upgrade my OS with another method without the 3 zip (update, public, data) is not working
Click to expand...
Click to collapse
U can try elite twrp,it worked perfectly fine for me
MAK7246 said:
U can try elite twrp,it worked perfectly fine for me
Click to expand...
Click to collapse
You mean this one:
[TWRP][3.2.1-0][EMUI5.X and AOSP][Decryption Support] For Honor 6X by HassanMirza01
Elite TWRP Project For Honor 6X DONOT COPY MY WORK, Ask for Permissions or Gather it yourself,,, This ROM is only for Firmwares based on EMUI 5.X only... /* * Your warranty is now void. * * We are not responsible for bricked devices...
forum.xda-developers.com
"for EMUI 5 only" on EMUI 8 ?
Djiban said:
You mean this one:
[TWRP][3.2.1-0][EMUI5.X and AOSP][Decryption Support] For Honor 6X by HassanMirza01
Elite TWRP Project For Honor 6X DONOT COPY MY WORK, Ask for Permissions or Gather it yourself,,, This ROM is only for Firmwares based on EMUI 5.X only... /* * Your warranty is now void. * * We are not responsible for bricked devices...
forum.xda-developers.com
"for EMUI 5 only" on EMUI 8 ?
Click to expand...
Click to collapse
Yep that is working fine!
MAK7246 said:
Yep that is working fine!
Click to expand...
Click to collapse
thanks, I'll use it for making a nandroid backup. Right afterward I'll install TWRP recovery from pretoriano80 (https://mega.nz/#!LLhBXSzY!3runNNoW9z1tOHSu-heIUhyy-4u8XHvc8rZMsn547so ou https://eu.dl.twrp.me/prague/) because I plan to try ton install @DarkJoker360 AOSP 11 for P8Lite.
Djiban said:
thanks, I'll use it for making a nandroid backup. Right afterward I'll install TWRP recovery from pretoriano80 (https://mega.nz/#!LLhBXSzY!3runNNoW9z1tOHSu-heIUhyy-4u8XHvc8rZMsn547so ou https://eu.dl.twrp.me/prague/) because I plan to try ton install @DarkJoker360 AOSP 11 for P8Lite.
Click to expand...
Click to collapse
Let me know if u are successful!

[Development and Testing][COMPLETE] Android 11 on Huawei Honor 6x.

UPDATE : An Android 11 ROM (Fluid OS) has been successfully tested and a new thread was opened. Feel free to use this thread in future if you're working on a different android 11 ROM.
This thread is dedicated for the development and discussions on different android 11 ROMs and GSI's that work on our device.​Already tested ones : (need fixes and any help is appreciated)
> @phhusson 's android 11 builds (treble experimentations, v308)​Issues : ​Works fine on first boot but reboot/subsequent boots are causing bootloops. only fix found is that it is requiring a factory reset with stock recovery on every boot.​Procedure followed : ​
Boot to recovery from stock emui 8 / any custom one that was installed on emui 8.​
Factory reset with twrp by typing "yes".​
push system image with adb to device after extracting it with 7zip from .xz file.​
Flash system image.​
Flash stock recovery.​
Boot to stock recovery and perform factory reset and wipe cache (in a random order, many times for satisfaction ).​
Choose reboot and wait.​
Fixes tried :​> Booting fix from @Hami_Do from this thread. This didn't fix the issue but as a side effect, the device stopped booting.​ Conclusion : This is not the right patch for the issue that was encountered.​​> Waiting for others to try out different ROMs/GSI's and inform(post in this thread).​Builds that can be tried :​# @DarkJoker360 's builds.​# Other GSI's​# Other ones that you know which might work.​​*This thread will be updated with every fix that worked, procedures, ROMs/GSI's and patches used whether worked or not so that development will be easy.
Thanks to @Djiban for the idea of starting a development thread for accelerating the development.
***Please try out every rom you could (if your willing to) and use different patches and post your observations in this thread so that the development will be active.***
Feel free to give out your suggestions about different patches that can be tried.​
RESERVED.​
The best but time-taking way : Compiling rom directly from the android source, device trees etc.
If anyone has required hardware and time, try it if you are willing to.
Hello. As some users of the Honor 6x managed to install @DarkJoker360 AOSP 10 for P8lite, until july 2020 version (later release didn't boot). I tried to compil every succesfull tricky install process of this rom on another devices than the P8 lite. And as @DarkJoker360 released an AOSP 11 for P8 Lite, maybe this compilation of install steps could make it work on our Honor 6x. Below are the conclusion of my reseach, surely some steps are not mandatory:
- Upgrade to EMUI (Warning for last stock firmware version, for P8 light for example: I recommend .360 firmware or .400. Newer firmwares with newer security patches may refure to boot due to some Huawei changes for avoiding modding)
- Remove the saved fingerprints and Google Accounts just in case
- Download the TWRP recovery from pretoriano80 (https://mega.nz/#!LLhBXSzY!3runNNoW9z1tOHSu-heIUhyy-4u8XHvc8rZMsn547so ou https://eu.dl.twrp.me/prague/)
[Sinon from @Dil3mm4 (https://forum.xda-developers.com/p8...lopment/unofficial-twrp-3-2-1-0-oreo-t3773970) or use this recovery https://drive.google.com/file/d/1MnFBplsp3nZ3b0BiJ764cV67kHXeRzL4/view ou https://sourceforge.net/projects/hi...WRP/twrp-3.4.0.0-v1-hi6250-emui8.img/download]
- fastboot flash recovery_ramdisk recovery.img
- TWRP-flash fstab.hi6250b.zip (https://sourceforge.net/projects/darkjoker360-developements/files/Huawei/fstab.hi6250b.zip/download)
- Wipe and Format Data>yes then reboot. You should reboot into ugly looking stock rom.
- In settings>security>more you should see Encrypt phone that means storage is decrypted.
- Enable debug and confirm via adb and boot into TWRP
- go to TWRP -> Wipe -> Advanced Wipe, and do a full wipe (system, data, cache, dalvik/art cache), Don’t Format Data again because most probably you'll lose Internal Storage
- extract img from AOSP 11 main file
- TWRP-Flash system.img : TWRP -> Install -> Install Image (OR reboot to bootloader and "fastboot flash system drag and drop <drag system.img here>")
- Resize the system partition: press "Wipe" Then choose "Advanced Wipe". After that select/check "System" box and then press on "Repair or Change File System" and then you will see down "Resize File System", press on it and done ur System has been resized. (DO NOT FORMAT!), u need to resize the system partition, until see the used space ~17xxmb and free ~18xx mb
- Install NikGapps core with SetupWizard add-on
- Install NFC_fix.zip
[ NON !!! - MUST flash Magisk Phh 19.3]
- (Required) Install prague patch
- After installing all things you will need to install stock recovery and wipe cache and try to do factory reset(i tried to but i got error massage)
- after flashing the patch go back to stock oreo recovery which is available on the emui 8 folder you downloaded earlier (huawei update extractor ?)
- do factory reset and wipe cache, after that load to bootloader again
- finally flash huaweitwrp.img https://drive.google.com/file/d/1-iErvJefoFri7HKNEU8uSnYo8kmIyVd9/view
- reboot into that twrp
- chooose advances; fix encryption
- Reboot and wait, then you can access internal memory
- After first boot, you need to, format data in erecovery
Click to expand...
Click to collapse
Unfortunatly, I have no time at the moment for Honor 6x, but if some of you want to comment/try/discuss about these steps...
The problem I faced was also mentioned in developers.android.com (power cycle one).
Is there any fix for this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
@Djiban
I need your help to test out the same process I've done in post #1 for AOSP 11 but this time along with flashing fstab.hi6250.zip. @Hami_Do suggested this. But I'm not having a spare device to test it out. Please do it when you have some free time.
1) when in the process should I flash fstab.hi6250.zip according to you ?
2)you wrote:
Boot to recovery from stock emui 8 / any custom one that was installed on emui 8.
Factory reset with twrp by typing "yes".
the factory reset can be done with either stoc or TWRP recovery, there is a contradiction here.
3) do you use this .xz file: system-roar-arm64-ab-vanilla.img.xz
4) witch stock recovery to flash and where to find it? ( in the xz file ?)
I'll check your complete guide to install AOSP 10 to be sure!
Djiban said:
when in the process should I flash fstab.hi6250.zip according to you ?
Click to expand...
Click to collapse
I don't actually know about that. Maybe before installing the system image and if the rom again bootloops after rebooting, flashing it again..?
Venkata Lochan Nune said:
I don't actually know about that. Maybe before installing the system image and if the rom again bootloops after rebooting, flashing it again..?
Click to expand...
Click to collapse
see my last post, I did edit with more questions when you did this answer.
for darkjoker's rom fstab.hi6250b.zip is flashed just after flashing the very first TWRP recovery (see post #4) , I'll give it a try like that.
I'm waiting for your answers 2 3 4 from my last post
Djiban said:
1) when in the process should I flash fstab.hi6250.zip according to you ?
2)you wrote:
Boot to recovery from stock emui 8 / any custom one that was installed on emui 8.
Factory reset with twrp by typing "yes".
the factory reset can be done with either stoc or TWRP recovery, there is a contradiction here.
3) do you use this .xz file: system-roar-arm64-ab-vanilla.img.xz
4) witch stock recovery to flash and where to find it? ( in the xz file ?)
I'll check your complete guide to install AOSP 10 to be sure!
Click to expand...
Click to collapse
2) I meant to boot to TWRP from stock emui 8 rom or AOSP 10 which I've posted a guide on or any other builds.
It in more simpler terms means to boot to TWRP from any of the roms you are currently using.
3) I used the a-only one not ab. Honor 6x supports a-only versions and not ab. ab is for devices launched with Android 9 or later.
4)I attached the stock recovery in the AOSP 10 post #1. It is the stock recovery which we will find in EMUI 8 update.zip file.
Additional : you can use 7zip to extract xz file.
Did I make myself clear?
Venkata Lochan Nune said:
2) I meant to boot to TWRP from stock emui 8 rom or AOSP 10 which I've posted a guide on or any other builds.
It in more simpler terms means to boot to TWRP from any of the roms you are currently using.
3) I used the a-only one not ab. Honor 6x supports a-only versions and not ab. ab is for devices launched with Android 9 or later.
4)I attached the stock recovery in the AOSP 10 post #1. It is the stock recovery which we will find in EMUI 8 update.zip file.
Additional : you can use 7zip to extract xz file.
Did I make myself clear?
Click to expand...
Click to collapse
2) do you think a factory reset in the stock recovery (if TWRP recovery is not installed) will not work as well? I think so.
In fact to flash fstab.hi6250b.zip, you havce to have TWRP recovery. This means that this rom cannot be install to a full stock EMUI, yiou have to install TWRP recovery first
3) ok
4) ok, sorry
i,ll give a try today I hope
5) do you also recommend those steps at the begining as for AOSP 10:
Format the data partition {Wipe > Format data > type "yes"}
In TWRP, choose wipe > advanced wipe > select system, data, cache and DALVIK and format them.
6) Can,'t we flash img and recovery though adb, or only in TWRP recovery {Install > Install Image > Select > Choose system image > Swipe➡} {Install > Install Image > Select > Choose recovery image > Swipe➡}
6) no open gapps for android 11!! should we stay vanilla, or do you think there will be a simple package to flash afterwards, when vanilla will be running ?
Djiban said:
2) do you think a factory reset in the stock recovery (if TWRP recovery is not installed) will not work as well? I think so.
In fact to flash fstab.hi6250b.zip, you havce to have TWRP recovery. This means that this rom cannot be install to a full stock EMUI, yiou have to install TWRP recovery first
3) ok
4) ok, sorry
i,ll give a try today I hope
5) do you also recommend those steps as for AOSP 10:
Format the data partition {Wipe > Format data > type "yes"}
In TWRP, choose wipe > advanced wipe > select system, data, cache and DALVIK and format them.
6) no open gapps for android 11, should we stay vanilla, or do you think there will be a simple package to flash afterwards ?
Click to expand...
Click to collapse
2) yeah, except the recovery I think every other partition being stock is better.
5) yes
6) you can directly try the gapps arm64 a only version here and OpenGapps android 11 is under testing and is also available at sourceforge. But better try the gapps IMG itself.
Venkata Lochan Nune said:
@Djiban
I need your help to test out the same process I've done in post #1 for AOSP 11 but this time along with flashing fstab.hi6250.zip. @Hami_Do suggested this. But I'm not having a spare device to test it out. Please do it when you have some free time.
Click to expand...
Click to collapse
Join https://t.me/hi6250group telegram group, there check /notes and find #a11-installation-guide
Hami_Do said:
Join https://t.me/hi6250group telegram group, there check /notes and find #a11-installation-guide
Click to expand...
Click to collapse
I did, not easy to find anything yet !
OK, Did try install to install phh AOSP 11 with the full process below ,from a clean EMUI 8 . Result : device is in bootloop.
What Should I change? From where to restart (do I have to go back to EMUI 8 , or I can restart the below process with change, from there ?)
Note that stock recovery factory reset (even low level factory reset, that occured after several bootloops) did not work at all, stoped after couple of second.
- Connect your usb debugging enabled Honor 6X (with EMUI 8 or custom rom installed over EMUI8) to a PC with adb & fastboot
- in the Adb directory of the PC, download:
https://forum.xda-developers.com/attachments/twrp-img.5326857/
https://sourceforge.net/projects/darkjoker360-developements/files/Huawei/fstab.hi6250b.zip/download
https://forum.xda-developers.com/attachments/stock_recovery_ramdisk-img.5321325
system-roar-arm-aonly-vanilla.img extracted with 7zip from
https://github.com/phhusson/treble_experimentations/releases/download/v308/system-roar-arm-aonly-vanilla.img.xz
- in adb check if the device is connected with "adb devices"
- in adb , "adb reboot bootloader"
- in adb, check if the device is connected with "fastboot devices"
- in fastboot, "fastboot flash recovery_ramdisk TWRP.img"
- in fastboot, "fastboot reboot"
- after reboot completed, "adb reboot recovery"
- in adb, "adb push -p fstab.hi6250b.zip /sdcard/"
- in TWRP recovery, flash fstab.hi6250b.zip
- in TWRP recovery, Format the data partition {Wipe > Format data > type "yes"}
- in TWRP recovery, wipe > advanced wipe > select system, data, cache and DALVIK and format them.
- in TWRP recovery, factory reset
- in adb, "adb push -p system-roar-arm-aonly-vanilla.img /sdcard/"
- in TWRP Recovery Flash system-roar-arm-aonly-vanilla.img {Install > Install Image > Select > Choose system image > Swipe➡}
- in adb, "adb push -p fstab.hi6250b.zip /sdcard/"
- in TWRP recovery, flash fstab.hi6250.zip (just to be sure)
- in adb, "adb push -p STOCK_RECOVERY_RAMDISK.img /sdcard/"
- In TWRP Recovery Flash STOCK_RECOVERY_RAMDISK.img {Install > Install Image > Select > Choose recovery image > Swipe➡}
- Disconnect honor 6X from PC, and in TWRP reboot to stock recovery
- in Stock recovery, wipe cache and factory reset (even if error)
- in Stock recovery, reboot and wait.
Click to expand...
Click to collapse
maybe those steps were mistakes:
- in TWRP recovery, factory reset (even if it's early in the process)
- reinstall of fstab.hi6250.zip at the end of the process
Djiban said:
maybe those steps were mistakes:
- in TWRP recovery, factory reset (even if it's early in the process)
reinstall of fstab.hi6250.zip at the end of the process
Click to expand...
Click to collapse
What happened after you did this? Is it still bootlooping?
Venkata Lochan Nune said:
What happened after you did this? Is it still bootlooping?
Click to expand...
Click to collapse
I have to access bootloader mode and reinstall TWRP again, give it a try tonight
Ok tried ton install AOSP 11 without any fstab.hi6250b.zip flashing. Still bootloop! It seems my device is lacking an EMUI8 part, and not yours!
note that each time:
- when I'm final rebooting in recovery from TWRP, it says "no OS installed, sure you wish to reboot?"
- stock recovery factory reset stops at 7%
@Venkata Lochan Nune do you have this 2 errors too ?
Found my error, I was flashing the ARM and not the ARM64 system .img !!!!
First boot in AOSP 11 succeded.
I even tried the gapps img, but google setup wizard loops.
As I did flash fstab.hi6250.zip just after TWRP recovery in this last install, I' did checked if AOSP 11 survives the second boot:
gapps img did
vanilla img did
I think you can either change the status of this thread, or open a new one. Wa have an usable android 11 for Honor 6X. The exact process I did follw is quoted at the end of this post.
Still to do:
- test and bug search (let me know what should I try)
- find a nanogapps package to install
-find out how to proceed for system updates
thx for all @Venkata Lochan Nune
Process used to install:
- Connect your usb debugging enabled Honor 6X (with EMUI 8 or custom rom installed over EMUI8) to a PC with adb & fastboot
- in the Adb directory of the PC, download:
https://forum.xda-developers.com/attachments/twrp-img.5326857/
https://sourceforge.net/projects/darkjoker360-developements/files/Huawei/fstab.hi6250b.zip/download
https://forum.xda-developers.com/attachments/stock_recovery_ramdisk-img.5321325
system-roar-arm64-aonly-vanilla.img extracted with 7zip from https://github.com/phhusson/treble_...d/v308/system-roar-arm64-aonly-vanilla.img.xz
- in adb , "adb reboot bootloader"
- in fastboot, "fastboot flash recovery_ramdisk TWRP.img"
- in fastboot, "fastboot reboot"
- after reboot completed, "adb reboot recovery"
- in adb, "adb push -p fstab.hi6250b.zip /sdcard/"
- in TWRP recovery, flash fstab.hi6250b.zip
- in TWRP recovery, Format the data partition {Wipe > Format data > type "yes"}
- in TWRP recovery, wipe > advanced wipe > select system, data, cache and DALVIK and format them.
- in adb, "adb push -p system-roar-arm64-aonly-vanilla.img /sdcard/"
- in TWRP Recovery Flash system-roar-arm64-aonly-vanilla.img {Install > Install Image > Select > Choose system image > Swipe➡}
- in adb, "adb push -p STOCK_RECOVERY_RAMDISK.img /sdcard/"
- in TWRP Recovery Flash STOCK_RECOVERY_RAMDISK.img {Install > Install Image > Select > Choose recovery image > Swipe➡}
- Disconnect honor 6X from PC, and in TWRP reboot to recovery
- in Stock recovery, wipe cache and factory reset (even if error)
- in Stock recovery, reboot and wait.
Click to expand...
Click to collapse

Development [RECOVERY][UNOFFICIAL] TWRP for Galaxy A22 SM-a225F/a225M Android 11+12

UPDATE
Flash at your own Risk !!!
Tested Working:
Backup
Flash zip
Fastbootd support
Flash gsi roms
Not Working:
Usb Otg
You tell me
How to Flash on Android 11
1. Reboot Device to Downloadmode
2. Unlock Bootloader
3. Install adb and Fastboot driver and Device Drivers ( Google will Help )
4. Download the VBMeta-disabled.tar and the twrpa22v3.tar from Attachments
5. Download Odin3 from Attachments and start Odin on PC
6. In Odin Press on Options and untick Auto Reboot
7. Flash VBMeta-disabled.tar with Odin ( In Odin click on AP - select the vbmeta-disabled.tar and press start )
8. After flash vbmeta without errors press on AP and select twrpa22v3.tar and press on start
9. If all is Flashed without errors longpress power and vol- on device
10. instantly after device goes Blackscreen press and hold power and vol+ for 5-8 seconds to boot to TWRP
11. In TWRP press on Advanced - than on Terminal - and write " multidisabler " and press on the blue button
12. repeat step 11
13. press on reboot - than on recovery
How to Flash on Android 12
1. Reboot Device to Downloadmode
2. Unlock Bootloader
3. Install adb and Fastboot driver and Device Drivers ( Google will Help )
4. Download the magisk patched.tar and the twrp12.1_a225f-A12.tar from Attachments
5. Download Odin3 from Attachments and start Odin on PC
6. In Odin Press on Options and untick Auto Reboot
7. Flash magisk patched.tar with Odin ( In Odin click on AP - select the magisk patched.tar and press start )
8. After flash magisk patched.tar without errors press on try to reboot download -device reboots to dl mode
9. Flash twrp12.1_a225f-A12.tar with Odin ( In Odin click on AP - select the twrp12.1_a225f-A12.tar and press start )
10. If all is Flashed without errors longpress power and vol- on device
11. instantly after device goes Blackscreen press and hold power and vol+ for 5-8 seconds to boot to TWRP
12. In TWRP press on Advanced - than on Terminal - and write " multidisabler " and press on the blue button
13. repeat step 12
14. press on reboot - than on recovery
How to flash gsi:
Use the google platform tools adb/fastboot Download from Attachments
Boot to TWRP
1. In TWRP press Wipe-Advanced Wipe- select Dalvik, data, cache, metadata and swipe to wipe
2. After wipe go back to main screen and press Reboot- than press Fastboot
3. Device reboots to TWRP with Fastboot Interface
4. now plugin Device to PC open platform tools and execute cmd-here.exe
5. Type : fastboot devices - if no output check your Drivers/Usb connection
6. If device is Found by "fastboot devices" command enter " fastboot flash system PATHTOYOURGSI.img"
maybe it writes :Invalid sparse file format at header magic - but this can be ignored
After flash completed without errors type : fastboot reboot and press enter
GSI Download (Tested and bootable ) :
Only Arm64-BGZ Variants are bootable
( BTW gsi imgs with .xz File Format must be extracted ! Don't simple rename it to .img )
CrDroid 11 (Face-unlock and Fingerprint works)
android 12
Bliss 11
caos11
Credits:
afaneh92 For the a32x Devicetree​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
KI
Device Tree base used : https://github.com/mohammad92/android_device_samsung_a32x
A22 4g A11 Tree :https://github.com/deader89/galaxy-A22-4g-twrp-Tree
A22 4g A12 Tree :https://github.com/deader89/a22_TWRP12.1_tree.git
Thanks. Will test this.
I'm in the process of wiping through TWRP. It says
"Failed to mound '/metadata' (Invalid argument)
I've already converted the format partition from FAT to EXT4, and wiped the selected items but I'm stuck with the error above. Idk if this won't make me able to proceed to flashing the gsi
nice. Wish there were clear instructions on how to flash this phone, though.
nptoonix said:
Thanks. Will test this.
I'm in the process of wiping through TWRP. It says
"Failed to mound '/metadata' (Invalid argument)
I've already converted the format partition from FAT to EXT4, and wiped the selected items but I'm stuck with the error above. Idk if this won't make me able to proceed to flashing the gsi
Click to expand...
Click to collapse
did you run the multidisabler ?
Cheese-ass said:
WIP WIP WIP WIP
UPDATE
Flash at your own Risk !!!
Tested Working:
Backup
Flash zip
Fastbootd support
Flash gsi roms
Not Working:
Usb Otg
You tell me
how i Flashed it:
Flash this VBMeta with Odin - https://forum.xda-developers.com/t/...-galaxy-a32-5g-mediatek.4286631/post-85593097
Follow this Guide: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-galaxy-a32-5g-mediatek.4286631/ but use twrpa22v2.tar added under Attachments
How to flash gsi:
use the google platform tools adb/fastboot
Boot to TWRP
In TWRP press Wipe-Advanced Wipe- select Dalvik,data,cache,metadata and swipe to wipe
after wipe go back to main screen and press Reboot-Fastboot
Device reboots to TWRP with Fastboot Interface
now plugin Device to PC open platformtools adb/Fastboot
Type : fastboot flash system PATHTOYOURGSI.img and press enter
maybe it writes :Invalid sparse file format at header magic - but this can be ignored
After flash completed type : fastboot reboot
GSI Download (Tested and bootable ) :
CrDroid 11 (Face-unlock and Fingerprint works)
android 12
Bliss 11
caos11
Credits:
afaneh92 For the a32x Devicetree​
View attachment 5409225View attachment 5409227View attachment 5409229
Device Tree base used : https://github.com/mohammad92/android_device_samsung_a32x
Kernelbase is same as my custom Kernel: https://forum.xda-developers.com/t/root-galaxy-a22-sm-a255f--android-11.4329471/
Click to expand...
Click to collapse
Hey, so I really want to root my A22, but I would want some more info. I would like more info on how to flash the A12 GSI, like what about vendor etc, I mean I know stuff about roms but no stuff about GSI'S whatsoever, so like is vendor needed etc? And also can you give me a more detailed tutorial on how to flash it? I'd love Android 12 on this phone.
BlueTower said:
Hey, so I really want to root my A22, but I would want some more info. I would like more info on how to flash the A12 GSI, like what about vendor etc, I mean I know stuff about roms but no stuff about GSI'S whatsoever, so like is vendor needed etc? And also can you give me a more detailed tutorial on how to flash it? I'd love Android 12 on this phone.
Click to expand...
Click to collapse
Generic system images | Android Open Source Project
source.android.com
There you find everything about gsi
Cheese-ass said:
Generic system images | Android Open Source Project
source.android.com
There you find everything about gsi
Click to expand...
Click to collapse
No, I just wanted a better tutorial on hiw to install it with twrp or fastboot or whatevrr
BlueTower said:
No, I just wanted a better tutorial on hiw to install it with twrp or fastboot or whatevrr
Click to expand...
Click to collapse
BlueTower said:
No, I just wanted a better tutorial on hiw to install it with twrp or fastboot or whatevrr
Click to expand...
Click to collapse
How to flash GSIs on devices with dynamic super partition
* Disclaimer * I am not responsible for bricked devices, dead SD cards, thermonuclear war, * or you getting fired because the alarm app failed. Please do some research * before flashing GSI! YOU are choosing to make these modifications, and if *...
forum.xda-developers.com
Can you write a rookie-level tutorial?
As confusing as it sounds it literally is what it is.
BlueTower said:
As confusing as it sounds it literally is what it is.
Click to expand...
Click to collapse
I have been thinking of buying an a22.
Have you got TWRP to install ok?
physwizz said:
I have been thinking of buying an a22.
Have you got TWRP to install ok?
Click to expand...
Click to collapse
Yepp... perfectly works. No issues, efs just might break sometimes like it already did to me and you have to flash stock if you didn't back up efs
BlueTower said:
Yepp... perfectly works. No issues, efs just might break sometimes like it already did to me and you have to flash stock if you didn't back up efs
Click to expand...
Click to collapse
Ok
I might see if I can build a custom kernel for it
Cheese-ass said:
UPDATE
Flash at your own Risk !!!
Tested Working:
Backup
Flash zip
Fastbootd support
Flash gsi roms
Not Working:
Usb Otg
You tell me
How to Flash:
1. Reboot Device to Downloadmode
2. Unlock Bootloader
3. Install adb and Fastboot driver and Device Drivers ( Google will Help )
4. Download the VBMeta-disabled.tar and the twrpa22v3.tar from Attachments
5. Download Odin3 from Attachments and start Odin on PC
6. In Odin Press on Options and untick Auto Reboot
7. Flash VBMeta-disabled.tar with Odin ( In Odin click on AP - select the vbmeta-disabled.tar and press start )
8. After flash vbmeta without errors press on AP and select twrpa22v3.tar and press on start
9. If all is Flashed without errors longpress power and vol- on device
10. instantly after device goes Blackscreen press and hold power and vol+ for 5-8 seconds to boot to TWRP
11. In TWRP press on Advanced - than on Terminal - and write " multidisabler " and press on the blue button
12. repeat step 11
13. press on reboot - than on recovery
How to flash gsi:
Use the google platform tools adb/fastboot Download from Attachments
Boot to TWRP
1. In TWRP press Wipe-Advanced Wipe- select Dalvik, data, cache, metadata and swipe to wipe
2. After wipe go back to main screen and press Reboot- than press Fastboot
3. Device reboots to TWRP with Fastboot Interface
4. now plugin Device to PC open platform tools and execute cmd-here.exe
5. Type : fastboot devices - if no output check your Drivers/Usb connection
6. If device is Found by "fastboot devices" command enter " fastboot flash system PATHTOYOURGSI.img"
maybe it writes :Invalid sparse file format at header magic - but this can be ignored
After flash completed without errors type : fastboot reboot and press enter
GSI Download (Tested and bootable ) :
Only Arm64-BGZ Variants are bootable
( BTW gsi imgs with .xz File Format must be extracted ! Don't simple rename it to .img )
CrDroid 11 (Face-unlock and Fingerprint works)
android 12
Bliss 11
caos11
Credits:
afaneh92 For the a32x Devicetree​
View attachment 5409225View attachment 5409227View attachment 5409229
Device Tree base used : https://github.com/mohammad92/android_device_samsung_a32x
Kernelbase is same as my custom Kernel: https://forum.xda-developers.com/t/root-galaxy-a22-sm-a255f--android-11.4329471/
Click to expand...
Click to collapse
Hi there, I'm a noob regarding to this, but I was able to follow this guide successfully for my A225m.
But I'd like to understand what's going on here, can you give an explanation about each step and what does it do?
Also, can the vbmeta flashing be done _without_ Odin? For example using only fastboot (which works on Linux unlike Odin).
itaranto said:
Hi there, I'm a noob regarding to this, but I was able to follow this guide successfully for my A225m.
But I'd like to understand what's going on here, can you give an explanation about each step and what does it do?
Also, can the vbmeta flashing be done _without_ Odin? For example using only fastboot (which works on Linux unlike Odin).
Click to expand...
Click to collapse
https://android.googlesource.com/platform/external/avb/+/master/README.md this is documentation about vbmeta
i think it cant be flashed without odin before twrp is installed
Cheese-ass said:
Not Working:
Usb Otg
You tell me
Click to expand...
Click to collapse
I've been using this for a while in my A225M and the Ambient Light/Proximity sensor doesn't work.
itaranto said:
I've been using this for a while in my A225M and the Ambient Light/Proximity sensor doesn't work.
Click to expand...
Click to collapse
twrp wouldn't cause that
physwizz said:
twrp wouldn't cause that
Click to expand...
Click to collapse
I know, should I report this to https://github.com/eremitein/treble-patches ?
Thank you for following your tutorial, successfully rooting, and flashing the system
There are three problems with crdroid, the dual card manager cannot work quickly, the hotspot cannot be used, and the system cannot mount the phone storage

Categories

Resources