Does somebody know anything about the Y6 2018 ATU-L21?

quackeroats

Member
Jul 7, 2018
19
1
0
My LineageOS will also work on ATU-L22

The Custom Rom can be flashed with fastboot but you need to unlock your bootloader first
Im also thinking about this, but im worrying of bricking my phone which i bought yesterday, How do i make or backup my stock rom? The current firmware from pro-teammt.ru is only OTA-MF, how do i flash it just incase?
 

pascua28

Recognized Developer
Apr 23, 2016
698
1,366
0
23
I was also worried about unlocking bootloader that might trigger frp lock as what happens to P10. Anyway to unlock bootloader without having the frp locked problem?
 

quackeroats

Member
Jul 7, 2018
19
1
0
I was also worried about unlocking bootloader that might trigger frp lock as what happens to P10. Anyway to unlock bootloader without having the frp locked problem?
I have my bootloader unlocked without any problem, Just use adb and fastboot

---------- Post added at 12:53 PM ---------- Previous post was at 12:25 PM ----------

Will it work on ATU-L22 ?

EDIT: do you have the non paid download?
 
Last edited:

inkepinkje

Member
Jun 3, 2018
33
1
0
I have my bootloader unlocked without any problem, Just use adb and fastboot

---------- Post added at 12:53 PM ---------- Previous post was at 12:25 PM ----------



Will it work on ATU-L22 ?

EDIT: do you have the non paid download?

Non paid.
It should work on L22. Why not download stock for L22?
 

inkepinkje

Member
Jun 3, 2018
33
1
0
Last edited:

inkepinkje

Member
Jun 3, 2018
33
1
0
Thanks in advance , I hope you can too !

https://mega.nz/#!zaJUxAgA!ILmWUZ8WBGJX15Dmr0HiXMPcshpsKPrVXhzZeEhJL6k

My Rom... Stock

---------- Post added at 10:55 PM ---------- Previous post was at 10:54 PM ----------

I have my bootloader unlocked without any problem, Just use adb and fastboot

---------- Post added at 12:53 PM ---------- Previous post was at 12:25 PM ----------



Will it work on ATU-L22 ?

EDIT: do you have the non paid download?
http://huawei-firmware.com/?load_page=search&q=atu-l22&page=1

ATU-L22
 

inkepinkje

Member
Jun 3, 2018
33
1
0
Last edited:

pascua28

Recognized Developer
Apr 23, 2016
698
1,366
0
23
cant find boot.img in the update.app

only ramdisk.img and aboot.img exists

how do i patch it using magisk then ?
There is no boot.img anymore as the kernel and ramdisk are in separare partitions. Patch your ramdisk.img with magisk and flash it using "fastboot flash ramdisk patched.img" where patched.img is the ramdisk modified/patched by magisk
 

quackeroats

Member
Jul 7, 2018
19
1
0
There is no boot.img anymore as the kernel and ramdisk are in separare partitions. Patch your ramdisk.img with magisk and flash it using "fastboot flash ramdisk patched.img" where patched.img is the ramdisk modified/patched by magisk
I have lineageOS, i want to get it back to stock rom so that i can patch the ramdisk and flash it into stock rom. The problem is, i cant revert back to stock rom anymore

I placed the stock rom update.app on my SDCARD/dload folder , and says software installation failed, I plugged my phone charger and try it again now it stucked on 5% installing update and the phone would reboot into lineageOS after 2-5 minutes.
 

Thespartann

Senior Member
Feb 12, 2018
253
301
0
Iasi
I have lineageOS, i want to get it back to stock rom so that i can patch the ramdisk and flash it into stock rom. The problem is, i cant revert back to stock rom anymore

I placed the stock rom update.app on my SDCARD/dload folder , and says software installation failed, I plugged my phone charger and try it again now it stucked on 5% installing update and the phone would reboot into lineageOS after 2-5 minutes.
That's fine if your bototloader is unlocked. Get huawei updater extractor and your stock rom update.app
After that flash system, boot, ramdisk and some other partitions from fastboot.
Example: fastboot flash ramdisk ramdisk.img
 

quackeroats

Member
Jul 7, 2018
19
1
0
That's fine if your bototloader is unlocked. Get huawei updater extractor and your stock rom update.app
After that flash system, boot, ramdisk and some other partitions from fastboot.
Example: fastboot flash ramdisk ramdisk.img
I cant find boot.img in my stock rom

Only system.img and ramdisk.img is available.

What do you mean by other partitions ?

 

pascua28

Recognized Developer
Apr 23, 2016
698
1,366
0
23
I cant find boot.img in my stock rom

Only system.img and ramdisk.img is available.

What do you mean by other partitions ?
Just extract system.img and then use fastboot flash system system.img. Then do a factory reset.
As I said earlier, there is no boot.img anymore. Kernel and ramdisk partitions are now separate
 

quackeroats

Member
Jul 7, 2018
19
1
0
Just extract system.img and then use fastboot flash system system.img. Then do a factory reset.
As I said earlier, there is no boot.img anymore. Kernel and ramdisk partitions are now separate
Thanks! It works, but i have another problem

I patched ramdisk.img using magisk ive got from my stock firmware . I flashed ramdisk via fastboot flash ramdisk patched_ramdisk.img , rebooted my device and still magisk is not installed?? May i know whats the solution for this?