DISCLAIMER
unlocked bootloader is required , Me or any contributor in the software or XDA or Any where in the world DOES NOT take responsibility of damages caused to your phone due to this ROM....! Proceed at your own risk your warranty is void now
Caution : back up your TA partition if not yet Unlocked boot loader ... , ITS NOT PRE ROOTED ROM , so CONSIDER Before proceeding you may loose some features ... how ever its perfectly root-able with SU v 2.82 SR1 201706 This rom is for those who just need BASIC aosp android with minimal apps and most basic apps installed Only...so enjoy ..
How to Flash Instructions
Boot your phone into fast boot mode ( Plug in the usb cable connected to your pC while holding the volume up button ) it will turn on the blue light
Flash the system image by entering the command fastboot flash system system.img Down here
Flash the boot image by entering the command fastboot flash boot boot.img Download from here
Reboot
After First boot , the IMEI and base band will not be available to some users ( known issue post AOSP flashing same happened for Noughat build as well ) , to solve this flash following Modem file via recovery mode to resolve the modem issue.
MODEM Files
Following method is working but since some users reported FC so Halting below until its fixed m working on it.
1. Copy ROM zip to your sd card
2. Go to your Recovery TWRP 3.xx is recommended ( not tested on any other )
3. Full Wipe
4. Flash the Zip
5. Reboot and enjoy.
Additional : Install Gapps
Gapps :
http://opengapps.org use MM 6.0.1 version
Whats Working
Every thing ..! Camera working fine ,
ROOTING
Download SU v 2.82 SR1 201706 and Flash Via Recovery
Whats Not working
Nothing so far i noticed
DownLoad link
Working but Due to Force Closure reports in Google play some work still needs to be done.
Download Version 1.1
CREDITS:
Sony devices AOSP sources ,
erikcas
zacharias.maladroit
SUPERUSER
[*]XDA devs.
[*]Google AOSP build guides
[/LIST]
XDA:DevDB Information
MarshMallow Stock AOSP rom , ROM for the Sony Xperia Z Ultra
Contributors
pintspin
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked BootLoader Atleast 5.1.1 base
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2017-06-17
Created 2017-06-22
Last Updated 2017-06-24
Reserved
Reserved
I flashed this rom. in bootscreem (Android), phone turns off...
What is model is it 6833 ? And which recovery. You are using ? Its recommended twrp 3.xx its not tested on other recov and did you performed full wipe ?
sollysally said:
I flashed this rom. in bootscreem (Android), phone turns off...
Click to expand...
Click to collapse
pintspin said:
What is model is it 6833 ? And which recovery. You are using ? Its recommended twrp 3.xx its not tested on other recov and did you performed full wipe ?
Click to expand...
Click to collapse
Is this patch included in the rom?
https://github.com/opengapps/opengapps/wiki/Notes-for-Android-6.0
https://github.com/TeamExodus/frameworks_base/commit/9c36be651e83fb039a262682839bd920b033007a
SUPERUSER said:
Is this patch included in the rom?
https://github.com/opengapps/opengapps/wiki/Notes-for-Android-6.0
https://github.com/TeamExodus/frameworks_base/commit/9c36be651e83fb039a262682839bd920b033007a
Click to expand...
Click to collapse
No its working without theses patches I have tested it . just need to reenter recovery after first boot n then flash gapps pico its working fine
pintspin said:
What is model is it 6833 ? And which recovery. You are using ? Its recommended twrp 3.xx its not tested on other recov and did you performed full wipe ?
Click to expand...
Click to collapse
yes, it is 6833 and twarp 3.0.2
and I do full wipe
SUPERUSER said:
Is this patch included in the rom?
https://github.com/opengapps/opengapps/wiki/Notes-for-Android-6.0
https://github.com/TeamExodus/frameworks_base/commit/9c36be651e83fb039a262682839bd920b033007a
Click to expand...
Click to collapse
Can u guide me how to include this PAtvh I will try to include this on week end preferred ably if u can send terminal commands to cherry. Pick .
pintspin said:
No its working without theses patches I have tested it . just need to reenter recovery after first boot n then flash gapps pico its working fine
Click to expand...
Click to collapse
I have to disagree with you on this one.
I have had it working too and figured out different orders to flash additional zips in recovery to get the phone to boot without it dying at the boot animation but there were tons of force close every time I installed something from play store.
There is some workarounds like a-gapps and beansgapps that can cope better without the patch.
But you need to implement it.
SUPERUSER said:
I have to disagree with you on this one.
I have had it working too and figured out different orders to flash additional zips in recovery to get the phone to boot without it dying at the boot animation but there were tons of force close every time I installed something from play store.
There is some workarounds like a-gapps and beansgapps that can cope better without the patch.
But you need to implement it.
Click to expand...
Click to collapse
OK I will can you send me terminal command of cherry pick of above two patches ? I will definitely include these but still don't get reason why its not working because I tested it my device n it worked with out any patch really
pintspin said:
Can u guide me how to include this PAtvh I will try to include this on week end preferred ably if u can send terminal commands to cherry. Pick .
Click to expand...
Click to collapse
Im no dev on Android devices but here is a user who simplified a way on how to "use" the patch by a bashfile. Execute and you're done.
https://github.com/jomo/fix_open_gapps_permissions
Perhaps send a pm to some active user here who posts roms?
I have limited knowledge of working with source code and It was years since I compiled software mostly on Slackware, Gentoo and bsd. Haven't had much interest for it until not long ago. Perhaps I'll learn with time..
SUPERUSER said:
Im no dev on Android devices but here is a user who simplified a way on how to "use" the patch by a bashfile. Execute and you're done.
https://github.com/jomo/fix_open_gapps_permissions
Perhaps send a pm to some active user here who posts roms?
I have limited knowledge of working with source code and It was years since I compiled software mostly on Slackware, Gentoo and bsd. Haven't had much interest for it until not long ago. Perhaps I'll learn with time..
Click to expand...
Click to collapse
thanks Superuser , unfortunately i am also a bit new to Rom development although i figured out from this link that i need to included one .SH script and which need to be executed while installing the rom , i learn how to run .SH via edify but its keep on giving me Error 6 , i am sure that its the syntax issue only
i am hopefull that some one can tell me how to do it prperly i am pasting the code here my edify code is below
( the .SH script is on the root of Sdcard
Code:
package_extract_file("a.sh", "/sdcard/a.sh");
set_perm(0, 0, 0755, "/sdcard/a.sh");
run_program("/sdcard/a.sh");
i have added above 3 lines on my edify scrpt i have omiited the lines of .system and .boot images
OPTION 2 ,
as an Alternative i will going to post the .system and .boot images here for manual flashing via fastboob method.
Uploaded the system and boot images + modem fix , needs to be loaded via fastboot ... and Enjoy ... hope it wont give FC . because its pure aosp fresh build files. NON customized
regards
pintspin said:
thanks Superuser , unfortunately i am also a bit new to Rom development although i figured out from this link that i need to included one .SH script and which need to be executed while installing the rom , i learn how to run .SH via edify but its keep on giving me Error 6 , i am sure that its the syntax issue only
i am hopefull that some one can tell me how to do it prperly i am pasting the code here my edify code is below
( the .SH script is on the root of Sdcard
Code:
package_extract_file("a.sh", "/sdcard/a.sh");
set_perm(0, 0, 0755, "/sdcard/a.sh");
run_program("/sdcard/a.sh");
i have added above 3 lines on my edify scrpt i have omiited the lines of .system and .boot images
OPTION 2 ,
as an Alternative i will going to post the .system and .boot images here for manual flashing via fastboob method.
Click to expand...
Click to collapse
shouldn't it be a six before the 755.
Code:
package_extract_file("a.sh", "/sdcard/a.sh");
set_perm(0, 0, 06755, "/sdcard/a.sh");
run_program("/sdcard/a.sh");
I'm on my phone and text is disappearing when I zoom in in Firefox but..
Are you using a proper text editor like Notepad++ ?
Is the system partition being mounted before your insert of that code?
You can perhaps try this tool
https://forum.xda-developers.com/showthread.php?t=2599759
Its a tool to review the formatting. It's very easy to miss a spot that might be causing the syntax error.
Ask in this Q&A thread https://forum.xda-developers.com/showthread.php?t=1770284&page=145
pintspin said:
Uploaded the system and boot images + modem fix , needs to be loaded via fastboot ... and Enjoy ... hope it wont give FC . because its pure aosp fresh build files. NON customized
regards
Click to expand...
Click to collapse
Hi, Newbie question. I got the system and boot images loaded and roms starts up fine, modem just doesn't work.
How do i loaded the modem fix?
C:\Users\Dennis\Desktop\Sony Xperia Z Ultra\C6833 Modem Patch>fastboot flash modem c6833-modem.zip
target didn't report max-download-size
sending 'modem' (273 KB)...
OKAY [ 0.015s]
writing 'modem'...
FAILED (remote: Command not allowed)
finished. total time: 0.029s
Btw, how can i root my phone? I tried loads of stuff, i don't bother the root access for most things like controlling the firewall, but do i need it also to install custom recovery? I've got the bootloader unlocked, but i would like to have CWM installed as well because i currently have no recovery options available.
SubZeRo666 said:
Hi, Newbie question. I got the system and boot images loaded and roms starts up fine, modem just doesn't work.
How do i loaded the modem fix?
C:\Users\Dennis\Desktop\Sony Xperia Z Ultra\C6833 Modem Patch>fastboot flash modem c6833-modem.zip
target didn't report max-download-size
sending 'modem' (273 KB)...
OKAY [ 0.015s]
writing 'modem'...
FAILED (remote: Command not allowed)
finished. total time: 0.029s
Btw, how can i root my phone? I tried loads of stuff, i don't bother the root access for most things like controlling the firewall, but do i need it also to install custom recovery? I've got the bootloader unlocked, but i would like to have CWM installed as well because i currently have no recovery options available.
Click to expand...
Click to collapse
you need to install a custom recovery and then flash the modem .zip file from recovery .
Download the recovery from this link
save it to your adb folder
you need to do the following steps
1, Fastboot Flash recovery recovery.img
2, reboot into recovery by typing the command while you stay in fastboot
fastboot boot recovery.img
3, once you will be in recovery , just press install zip button or install button
4, select the location where you saved the modem.zip
5, flash it .
6, reboot,
once reboot just wait for 3-4 minutes and your are done....!
regards
can we flash this without using the PC method , flashable Zip please? :\
OmarKhalifa said:
can we flash this without using the PC method , flash-able Zip please? :\
Click to expand...
Click to collapse
Yes Omar you can but some users reported that its giving them issues . so i am trying to fix it once its fixed
i will re upload the zip file but still if wanna give it a go ( please back up every thing of your data ) then there is a link available in the first post under you can try and adivse back if you have getting same issues or not other wise a good option is to use the fastboot mode its working fine without issues .
downloads for zip
Memória ram
Hi, I was wondering if this is just 1.4 Gb memória Ram
Related
Device information:
Xperia Z Ultra
Cyanogenmod 11 M12 (togari from offical cm side)
Smartphone is encrypted
Bootloader unlocked
Nothing else changed (kernel etc.)
Hi,
since a few hours i try to get TWRP 2.8.5.0 to work.
After installing it according the offical description and rebooting into the recovery, my z ultra only shows the Sony logo and doesn´t do anything (it took me some time to figure out how to turn it off... Power + vol up).
To get the cm cwm back, i´ve used fastboot to flash boot.img.
The integrated cwm can´t mount the encrypted data partition and is useless for me. To avoid problems on my heavily used z ultra, i tried TWRP first on my old (encrypted) Nexus 7 (2012) tablet, works like a charm and most important, it doesn´t have any problems with encrypted devices.
The installation on the Nexus 7 was not really mentionable, fastboot flash recovery file.img, that´s it.
The Z Ultra is different, the teamwin page says :
Download the above file. Copy the file to /sdcard/fotakernel.img and run the following commands using terminal emulator or in adb shell:
su
dd if=/sdcard/fotakernel.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
It won´t work, the above mentioned problem is the result.
Maybe i need a custom kernel, any suggestions?
Thanks for your help.
CM kernel probably doesnt allow to flash other kernel than it has (cwm). Flash great devs kernel and than twrp. I have it (at least multi rom 2.8.4 one) and it works.
However after screen off it reboots and i dont know what cause it
Thanks for your answear, i try it next weekend.
Code:
Rom: Resurrection Remix® Lollipop v5.3.6 - Togari
Kernel: from rom
Recovery: Dunno where it came from? Perhaps when flashing Candy5 Beta.
Im kind off in the same position, recovery says
Code:
E: Cannot load volume /misc
Finding update package...
Opening update package...
Installing update package...
Package is for device: ...[B][I]bla bla bla you get the thing[/I][/B]
E: failed to install /sideload/package.zip
E: Please take note of ..[B][I]bla bla bla[/I][/B]
Installation aborted.
E: Cannot load volume /misc!
When trying to flash any zip file. When the flash starts I see something like "verification failed" flashing by really quick .....I guess the verify is active which is causing this issue?
BUT this damn recovery has no damn setting to change that! Probably possible to modify some config.txt manually.
Is it possible to change recovery somehow from CM recovery?
I tried by flashing great devs with fastboot. Then it says finished but the same recovery is still present...
Sorry for ranting a bit ..I'm in the middle of some other projects going on with BSD but this one is driving me nuts :silly: I just want to flash TWRP on my device It should not be this difficult
My advice for you is to flash boot.img from resurrection remix - its great devs kernel v2 with twrp - or zombie kernel for 5.0 which has built in twrp.
Both can be flashed using fastboot, so u dont need working recovery for it and they both should work with all 5.0 roms except gpe one.
Im not sure what versions of recovery they have built in, but after that u can flash multirom zip, which has 2.8.4.x one (with mutirom support ofc,but its just addition for "stock" functions it has). I dont think u can use official twrp 2.8.5.0 with nonstock kernel as i tried to flash it to recovery partition and fotakernel and always it doesnt boot (recovery, rom and kernel worked fine, just after pressing vol+, vol- or power when purple light comes up, it changes to yellow and stay like this till i forced reboot).
I tried it with Great Devs KK (v1 + AICP 7.0l) and LP (v2 + RR or AICP 8.0 unofficial build), built in kernel in AICP 8.0 unofficial and Validus.
MultiROM twrp works fine with GD v1 and v2
ch3mn3y said:
My advice for you is to flash boot.img from resurrection remix - its great devs kernel v2 with twrp - or zombie kernel for 5.0 which has built in twrp.
Both can be flashed using fastboot, so u dont need working recovery for it and they both should work with all 5.0 roms except gpe one.
Im not sure what versions of recovery they have built in, but after that u can flash multirom zip, which has 2.8.4.x one (with mutirom support ofc,but its just addition for "stock" functions it has). I dont think u can use official twrp 2.8.5.0 with nonstock kernel as i tried to flash it to recovery partition and fotakernel and always it doesnt boot (recovery, rom and kernel worked fine, just after pressing vol+, vol- or power when purple light comes up, it changes to yellow and stay like this till i forced reboot).
I tried it with Great Devs KK (v1 + AICP 7.0l) and LP (v2 + RR or AICP 8.0 unofficial build), built in kernel in AICP 8.0 unofficial and Validus.
MultiROM twrp works fine with GD v1 and v2
Click to expand...
Click to collapse
....well im stuck. I have tried everything. Even hotbooting. That damn CM recovery is there no matter what!
I'm gonna give it a try tomorrow and start on zero. Either flash a stock rom with flashtool or scrubber port which is not based on cm.
I'll report later with some results
Mybe try to:
- dl your rom and zombie or gd
- open ur roms zip with ie 7zip
- delete boot.img
- unpack kernels zip and move boot.img to roms zip
- copy new zip to device
- flash stock
- flash kernel (zombie or gd)
- using built in recovery (should be twrp( flash roms zip
As there will be built in kernel with twrp it should stay after reboot.
If not do it again but before reboot in the and flash multirom zip
Sent using C6833 - AICP/GreatDevs
Solved the issue.
First I Downloaded
STOCK ROM] [FTF] Xperia Z Ultra 6833 14.4.A.0.118 "SRF FR".
GoogleDrive: Download FTF
Thanks to @dandyqb
Click to expand...
Click to collapse
And Flashtool 9.18.5
But I got stuck with Flashtool prompting me to move content from C:\flashtool\firmwares C:\users\admin\.flashtool/firmwares (??)
Abandoned flashtool and downloaded Flashtool 9.16.1 instead. But this time I hit another issue.
Code:
Flashing system bla bla bla.
Abort..
Error..
Device connected in Flashmode.
Grrrrr..!!
Abandoned the FTF file and downloaded
STOCK ROM] [FTF] Xperia Z Ultra 6833 14.4.A.0.118 "VodaFone UK".
mediafire: Download FTF
Thanks to @Feodorus 4PDA
Click to expand...
Click to collapse
This time it worked out. Flashtool read the FTF and pushed it to the device as it should.
Booted device and transfered files to my device
Code:
cm-Resurrection_Remix_LP_v5.3.6-20150221-togari.zip
gapps-lp-20141109-signed.zip
MultiROM-v30x-180115-UNOFFICIAL-togari.zip
I did the rest manually. Downloaded and opened [email protected]_LRX21P.S3.4201_by_Scrubber.
Took out the file "For_ALL_ZU_5.0_Scrubb_GPE_kernel_initD.img"
Renamed file and flashed it with
Code:
Fastboot flash boot boot.img
Booted into recovery and flashed
Code:
cm-Resurrection_Remix_LP_v5.3.6-20150221-togari.zip
gapps-lp-20141109-signed.zip
MultiROM-v30x-180115-UNOFFICIAL-togari.zip
Turned off device. Booted into Fastboot mode
Renamed "TWRP_multirom-togari_20150201-00.img" to "recovery"
Flashed file with
Code:
Fastboot flash recovery recovery.img
Fastboot reboot
Wooh.. And I reached a very unfamiliar place named Multirom upon boot saying Auto-boot! :good::laugh:
Glad u made it. It strange that u need steps with gpe port, but maybe some devices are different
Multirom lets u boot more than one rom. Its like grub on pc, so its good thing, but take 5-6 secs of additional booting time
And flash older version of flashtool (eg. 0.9.18.2), if u want to keepfirmwares in flashtool/firmwares folder. Devs change somethin and people like me with small system partition or ssd drive, which has limited space will have problems if it keeps that way (or well need to stay with older verions)
Sent using C6833 - AICP/GreatDevs
ch3mn3y said:
Glad u made it. It strange that u need steps with gpe port, but maybe some devices are different
Multirom lets u boot more than one rom. Its like grub on pc, so its good thing, but take 5-6 secs of additional booting time
And flash older version of flashtool (eg. 0.9.18.2), if u want to keepfirmwares in flashtool/firmwares folder. Devs change somethin and people like me with small system partition or ssd drive, which has limited space will have problems if it keeps that way (or well need to stay with older verions)
Sent using C6833 - AICP/GreatDevs
Click to expand...
Click to collapse
I didn't really need scrubbers kernel. I just used it to flash a recovery on to my device as I came from stock rom after flashing the FTF.
Just kind of a "safety first" step instead of jumping right onto flashing the multirom .img file and not knowing if its gonna boot or not. :silly:
Scrubbers gpe port was just the first rom that popped up in my head so its why I used it.
You can use Rashr to replace recovery in current kernel image on the go. I use it all the time to get TWRP - works perfectly. Can backup kernel image before modifying.
You can flash Philz, TWRP (any version, incl. 2.8.5.0) or any other recovery image from sdcard with it on top of AOSP kernel.
https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools
What kernel are u using? Im on GreatDevs and after flashing 2.8.5.0 it doesnt boot. I mean its flashed, but after reboot when i press vol+/- like i do with twrp 2.8.4 (multirom one)or before did with cwm it freezes on kernel logo (led color changes from purple to yellow)
Sent using C6833 - AICP/GreatDevs
ch3mn3y said:
What kernel are u using?
Click to expand...
Click to collapse
If this question is for me, I use official CM12.
Its in my forum and tapatalk signatures - Great Devs, KK one.
So maybe its it and cm11 kernel (or only GD) doesnt support 2.8.5+ ??
I can live with 2.8.4 for now (till I move to LP)
B.Maximenko said:
You can use Rashr to replace recovery in current kernel image on the go. I use it all the time to get TWRP - works perfectly. Can backup kernel image before modifying.
You can flash Philz, TWRP (any version, incl. 2.8.5.0) or any other recovery image from sdcard with it on top of AOSP kernel.
https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools
Click to expand...
Click to collapse
I have tried this app. And other similar apps I could find on play store. They did not work.
The output in this app showed that it successfully replaced recovery but on reboot CM recovery was still present.
B.Maximenko said:
You can use Rashr to replace recovery in current kernel image on the go. I use it all the time to get TWRP - works perfectly. Can backup kernel image before modifying.
You can flash Philz, TWRP (any version, incl. 2.8.5.0) or any other recovery image from sdcard with it on top of AOSP kernel.
https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools
Click to expand...
Click to collapse
the app doesn't work for me either (i'm running slimkat build 9 stock)
i can't get 2.8.5.0 working permanently (at least not after a power down)... it'll work right after a fastboot flash
lame Sony putting kernel and recovery together.... wth... my Note 2 was so much simpler to work with...
anyone got a TWRP theme which is suitable with xperia ultra z?
Hi everybody!
On our 4pda.ru forum we are struggling with this phone in two ways- rootin it and unlocking in order to update manually to 2.0 and even 2.2; and other way- working android (already have beta rom which is exact copy of rom from another alcatel 6014x which runs android and similar to our Fire E 6015x).
if there are any enthusiasts about android, i can translate the guide for you and share the needed files and programs. Almost everything works except sim-card(when there is no one- phone asks to insert it, when there is one- phone says its not registered) but we are working on it
i came over a https://www.soeren-hentzschel.at/mo...ch-verteilt-firefox-os-2-0-und-firefox-hello/ that states that in Germany some people already received 2.0 update on their Fire E. Here arises my question- are here people who own updated Fire E? I mean update to 2.0.
If there are ones, would you be so kind to make a copy of your rom for our little development? I can provide you with guides and software on how to do it.
I can post guides for making this an android phone.
Hi my dear russian brother - greetings from Germany.
I do have an updated 6015x device to FFOS2.0 and I could dump the rom for U. Just gimme links to the needed info. My russian is not one of my strength, but I think I can manage it - I'm a bulgarian after all.
hej, i also have a 6015X (fire e) with firefox os 2.0 running
tell me how to make a rom which i can send to you
root
After few months of waiting my phone get the forefoxos2.0 update
01008d yes it is fine but how to root it?
cybervitexud said:
After few months of waiting my phone get the forefoxos2.0 update
01008d yes it is fine but how to root it?
Click to expand...
Click to collapse
Look, please, do you have in System settings parameters of russian language on your FFOS 2.0.
HOWTO ROOT ALCATEL OT 6015X:
1. Download CWM recovery image made for 6014x.
https:// yadi.sk/d/BIdXndcbfR2Gm
2. Download Install-SuperSU.
download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
3. Turn your phone to bootloader mode anyway.
4. Run modrecovery:
Code:
fastboot boot my_recovery.img
5. In CWM menu follow "install zip" -> "install zip from sideload"
6. On pc:
Code:
adb sideload UPDATE-SuperSU-v2.46.zip
7. reboot phone
I am sure lowlevel utilities from android's SuperSU are working fine on any FFOS (because FFOS based on Android now).
WBR
Alcatel's stock ROM for the Fire E has been published at sourceforge.net in the Alcatel project.
dermartinac said:
Alcatel's stock ROM for the Fire E has been published at sourceforge.net in the Alcatel project.
Click to expand...
Click to collapse
I wonder how do you use it though, can you build it on its own? The B2G by Mozilla still hasn't got an option for this device.
Svinka said:
Look, please, do you have in System settings parameters of russian language on your FFOS 2.0.
HOWTO ROOT ALCATEL OT 6015X:
1. Download CWM recovery image made for 6014x.
https:// yadi.sk/d/BIdXndcbfR2Gm
2. Download Install-SuperSU.
download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
3. Turn your phone to bootloader mode anyway.
4. Run modrecovery:
Code:
fastboot boot my_recovery.img
5. In CWM menu follow "install zip" -> "install zip from sideload"
6. On pc:
Code:
adb sideload UPDATE-SuperSU-v2.46.zip
7. reboot phone
I am sure lowlevel utilities from android's SuperSU are working fine on any FFOS (because FFOS based on Android now).
WBR
Click to expand...
Click to collapse
I tried your recovery image but it doesn't seem to work. There is no error but after booting the image, the device isn't visible in fastboot or adb. For that reason, I'm unable to sideload the Su zip update.
sybiam said:
I tried your recovery image but it doesn't seem to work. There is no error but after booting the image, the device isn't visible in fastboot or adb. For that reason, I'm unable to sideload the Su zip update.
Click to expand...
Click to collapse
Flashing the recovery image works though, then sideloading the SU image works from clock work mode recovery.
Ok, here's some news. I built a boot image that enables adb as root. All you need is to flash it on the boot partition and reboot the phone. I made a few changes to the boot image.
default.prop
Code:
ro.secure = 0
ro.debuggable = 1
To flash:
Code:
fastboot flash boot boot3.img
and replaced /sbin/adbd by an adbd built with "ALLOW_ADBD_ROOT". (I used the sources fetched using b2g repo).
Cool thing..wish I am able
Sent from my SM-G7102 using XDA Free mobile app
Hi. Update firefox os 3.0?
lirondeespaña said:
Hi. Update firefox os 3.0?
Click to expand...
Click to collapse
As far as i know even Firefox OS 2.2 is not officially released yet.
There are only pre Versions.
Has anybody else troubles with FFOS 2.0 on the Alcatel Fire E?
The phone sometimes hangs completely while it was sleeping. (Can´t wake up or even call the phone)
Only if i press the start button for some seconds the phone starts again.
I hope someone builds a FFOS 2.2 Rom for the Fire E --> Copy and paste :good:
How can I switch this piece of **** called smartphone to bootloader mode?
Softbricked 6015x
Hey guys,
I got stuck with creating the boot.img and figured out that the backed up one doesn't work.
Does anybody have a working boot.img for the 6015x, NOT the 6014x?
I tried also getting the venezuelian one, but those TLDs are not reachable anymore - all gone.
The custom boot images from the russian 4pda forum are also not working.
I currently have only access to ADB, the TWRP recovery mod (temporarily) and fastboot, so I need a fastboot working image.
The Mobile Upgrade Q / TCL Updater / QDST distribution updater is Windows only - and crawling the binaries for URLs is a dead-end. The tool also requires
a fully booted OS, so it's pretty much the dumbest update tool out there and not practical to use. As I don't have Windows, the imgc files for the eMMC flashing tool are also a dead-end.
I really need only the boot.img file.
I really need only the boot.img file.
Click to expand...
Click to collapse
Did you try my boot img?
sybiam said:
Did you try my boot img?
Click to expand...
Click to collapse
Yes, my device constantly reboots and fails to initialize the display (seems like an Xorg alike error to me) when trying to figure out what logcat shows.
Due to the constant reboots I can't debug it using adb, because of constantly lost connections. That's why I'm asking for an OEM boot.img file.
I started to collect the working stuff over at github.com/martensms/alcatel-6015x (cant post links -_-)
cmartensms said:
Yes, my device constantly reboots and fails to initialize the display (seems like an Xorg alike error to me) when trying to figure out what logcat shows.
Due to the constant reboots I can't debug it using adb, because of constantly lost connections. That's why I'm asking for an OEM boot.img file.
I started to collect the working stuff over at github.com/martensms/alcatel-6015x (cant post links -_-)
Click to expand...
Click to collapse
Did you try to boot with fastboot or did you flash it to the boot partition. I had no success booting with fastboot but flashing works. That said, you have to install a custom recovery image.
Also, I'm working on building FFOS from sources but as won't be home for a month, it's kind of slow.
sybiam said:
Did you try to boot with fastboot or did you flash it to the boot partition. I had no success booting with fastboot but flashing works. That said, you have to install a custom recovery image.
Also, I'm working on building FFOS from sources but as won't be home for a month, it's kind of slow.
Click to expand...
Click to collapse
Both. Didn't work. As I said, I have no functioning boot image available. All boot images, from everywhere including your one, don't work.
I don't know what's so hard to understand. NO custom boot.img works. Seriously. None. Simple as that. I tried 9 different boot.img out, I even tried extracting the eMMC boot.img which obviously failed.
Again, third time, I just need an OEM boot.img in order to get further debugging my device because I can't debug my device in 3 second disconnect intervals from ADB.
edit: I unbricked my device now and made backup images of all OEM partitions - github.com/martensms/alcatel-6015x
cmartensms said:
Both. Didn't work. As I said, I have no functioning boot image available. All boot images, from everywhere including your one, don't work.
I don't know what's so hard to understand. NO custom boot.img works. Seriously. None. Simple as that. I tried 9 different boot.img out, I even tried extracting the eMMC boot.img which obviously failed.
Again, third time, I just need an OEM boot.img in order to get further debugging my device because I can't debug my device in 3 second disconnect intervals from ADB.
edit: I unbricked my device now and made backup images of all OEM partitions - github.com/martensms/alcatel-6015x
Click to expand...
Click to collapse
That's weird, my custom boot works on my own phone. 6015x, it's a russian phone. Firmware revision: 01005, hardware revision 01, platform version: 28. Firefox OS 1.3.0.0 .
I guess, if you had a newer version of Firefox, there could be something wrong with the boot image.
Here is the last version at the moment of the Maze alpha ROM (tested only in 4GB version)
It's a complete ROM, not an OTA update, it can be flashed using the provided TWRP 3.2.1 version, I ported from a Jemmini (many thanks) version for Bluboo S1.
Unfortunately, the TWRP cannot be flashed (issue with the touch panel), only launched by fastboot.
The ROM is the same as the v8 official one except that it is rooted using Magisk 15.2 and busybox 1.27.2 (thanks to osm0sis) is installed in /system/xbin
There is also a SPFlashTool clean version of this ROM, useful in case of troubles (as official: no root, no busybox)
1- Reboot you phone in fastboot mode : adb reboot bootloader
2- Flash the provided TWRP : fastboot flash recovery recovery_maze_alpha_4G_twrp-321.img
3- Reboot to TWRP recovery
4- copy in your SDCARD and install, in the running TWRP, the downloaded ROM V09 : Maze_Alpha_4GB_v09_TWRP.zip
The first boot take some minutes so be patient.
Here the SPFlashTool versions :
MAZE_Alpha_4GB_V09_SPFT.zip
Here, if needed, my V09 TWRP backup (new one from 21/04/2018) :
TWRP_BACKUP_MAZE_Alpha_A_V09.zip
Credits to Jemmini and Magisk team.
Can you make this for the 6 gb version?
many thanks gonna ty it soon
Nautilus99 said:
Can you make this for the 6 gb version?
Click to expand...
Click to collapse
I do not have the 6GB version
If I can download a stock ROM and a recent OTA update, I will do that.
Maze do not help us unfortunately
No complete stock ROM, No kernel source nothing !!!!!!!!!!
dreambo said:
I do note have the 6GB version
If I can download a stock ROM and a recent OTA update, I will do that.
Maze do not help us unfortunately
No complete stock ROM, No kernel source nothing !!!!!!!!!!
Click to expand...
Click to collapse
Yes i know its sad, i did a backup of mine and root it but it didnt work the backup i had to do clean flash, if we can manage to have a twrp and a source of the stock roms we could make a deabloat and put update apps ( menssages, calendar etc) and put mods for awsome features i dont see RR or lineage putting thier hands on this phone
Thanks for this Rom.
Is there any root for the maze alpha x?
here
WiddleyScudds said:
Is there any root for the maze alpha x?
Click to expand...
Click to collapse
read
The ROM is the same as the v8 official one except that it is rooted using Magisk 15.2 and busybox 1.27.2 (thanks to osm0sis) is installed in /system/xbin
Click to expand...
Click to collapse
thorfr said:
read
Click to expand...
Click to collapse
I have an alpha x, not alpha.
Thanks for ROM
When I install this ROM, from TWRP, i need install anything for root (Supersu)? Or when I install this ROM, I have root?
rzoli71 said:
Thanks for ROM
When I install this ROM, from TWRP, i need install anything for root (Supersu)? Or when I install this ROM, I have root?
Click to expand...
Click to collapse
No it is already rooted.
Reboot your phone to android, and then install MagsikManager.apk
I am editing my post to give you a 100% working TWRP 3.2.1 for our beloved Maze Alpha 4G :victory:
thank you
After I installed this rom, and freezed the hot knot, baidu_location FM Radio, etc, the BT connection did not break.
dreambo said:
No it is already rooted.
Reboot your phone to android, and then install MagsikManager.apk
I am editing my post to give you a 100% working TWRP 3.2.1 for our beloved Maze Alpha 4G :victory:
Click to expand...
Click to collapse
Hi dreambo,
do You know if there's a stock rom for download from maze alpha x? I think it's important for normal users and developers to get one. For normal users it's important to have an option to reinstall stock version and for developers I think it's the source for custom roms (e.g. Lineage Os).
If You know a source, can You please give us a link?
ahorntaler said:
Hi dreambo,
do You know if there's a stock rom for download from maze alpha x? I think it's important for normal users and developers to get one. For normal users it's important to have an option to reinstall stock version and for developers I think it's the source for custom roms (e.g. Lineage Os).
If You know a source, can You please give us a link?
Click to expand...
Click to collapse
No I not have any source, I am just a simple user like any other.
If I have any source or if I can make a ROM for MAZE Alpha X, I will do it and I will share it with every body, as I do until now for the MAZE Alpha 4/64
Hi
Sorry for stupid question, but is flashing with SP Flashtool an option to get root without wiping all data (unlike all other methods involving bootloader unlocking)?
iBolitN said:
Hi
Sorry for stupid question, but is flashing with SP Flashtool an option to get root without wiping all data (unlike all other methods involving bootloader unlocking)?
Click to expand...
Click to collapse
Unfortunatly no. As you will see repeated times in the forum, people have issue with phone not booting after changing from stock recovery to twrp. This is do (most likely from) to verified boot setting. And by unlocking bootloader we can bypass verified boot. So without unlock you might get a successfull load into twrp, but android will not boot.
Hello to all and please help if you can.
After unlocking the bootloader and flash the rom I'v got orange state with bootloop. Then after trying to fix it (wrong way) and relock bootloader and got red state with bootloop. I read that flahing back to stock fix the problem but I have no success with the rom provided in this post, the v5 from maze, the latest flash tool and the maze alpha flash tool... in all cases I get DA error(maze flash tool) or DA MISHMATCH (sp flash tool). I also tried different pc and cable with no result and finaly can't get fastboot. If that helps I've got the same flash tool error before the procedure. Every help will be appreciated.
stargazer78 said:
Hello to all and please help if you can.
After unlocking the bootloader and flash the rom I'v got orange state with bootloop. Then after trying to fix it (wrong way) and relock bootloader and got red state with bootloop. I read that flahing back to stock fix the problem but I have no success with the rom provided in this post, the v5 from maze, the latest flash tool and the maze alpha flash tool... in all cases I get DA error(maze flash tool) or DA MISHMATCH (sp flash tool). I also tried different pc and cable with no result and finaly can't get fastboot. If that helps I've got the same flash tool error before the procedure. Every help will be appreciated.
Click to expand...
Click to collapse
First unlock again your bootloader and use fastboot to flash boot, recovery and system partitions:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img.
Those partition images can be found in the ROM for SPFlashTool I have provide.
After that you can boot android normally.
If you any TWRP backup, you can restore it after flashing the TWRP.
Thanks a lot for your reply....
the problem is that i cant boot into fastboot to unlock bootloader....
the phone bootloops all the time, shows the red state alert and even with vol+ pressed the menu to choose recovery or fastboot doesn't apear... thanks again.
dreambo said:
First unlock again your bootloader and use fastboot to flash boot, recovery and system partitions:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img.
Those partition images can be found in the ROM for SPFlashTool I have provide.
After that you can boot android normally.
If you any TWRP backup, you can restore it after flashing the TWRP.
Click to expand...
Click to collapse
Is there any way to unlock the bootloader in my situation or/and enter the fastboot mode in order to follow your steps... thanks.
welcome ,
Moto One Power Stock Rom Twrp Flashable
with bootloop protection , Flashes are done inside fastboot environment
and you will experience a aroma based hyper shell user interface.
things You need
Full stock room zip download below
Twrp Installer zip v3.2.x : link Thanks to @lalitjoshi06
Motorola One Power , ofcourse
Steps to flash :
If you are in custom rom or stock rom steps are all same
boot to twrp
flash the zip
Do not wipe or erase anything all are automated , just reboot Twrp and flash the zip
PS: FULL STOCK ROM can take a little while to flash . have patience.
PSo not wipe or erase anything all are coded to be done automatically
just boot Twrp an flash the zip
Download Link : here
XDA:DevDB Information
Stock ROM and Firmware for TWRP, ROM for the Motorola One Power
Contributors
nageen9211, [email protected]
ROM OS Version: 9.x Pie
Version Information
Status: Stable
Created 2019-03-29
Last Updated 2019-08-19
Reserved
Download Links
Nov,2018
Firmware Link : Download
Feb,2019
Full ROM link : Download
Firmware Link : Downlaod
March,2019 (PPT29.74-41-2
Full ROM link : Download | Install Instructions {Credits : @[email protected]
FIrmware Link : Download
April,2019:
Full ROM : download
Firmware link : download
March SP STOCK ROM Installation Instrucions:
All credits to : @[email protected]
All the files in the zip are pure fastboot files (sparsechunks)
INTRODUCING MOTO ONE POWER TWRP FLASHABLE VERY PURE STOCK ROM PPTS29.74-41-2
*The zip is created with fastboot environment and it flash the phone as how the fastboot in pc flashes .
*Instructions
*boot to twrp
*Important (unmount all parrions in twrp )
*You no need to wipe anything all wipes will be done inside fastboot environment
*Just unmount all partitions and flash the zip
nageen9211 said:
March SP STOCK ROM Installation Instrucions:
All credits to : @[email protected]
All the files in the zip are pure fastboot files (sparsechunks)
INTRODUCING MOTO ONE POWER TWRP FLASHABLE VERY PURE STOCK ROM PPTS29.74-41-2
*The zip is created with fastboot environment and it flash the phone as how the fastboot in pc flashes .
*Instructions
*boot to twrp
*Important (unmount all parrions in twrp )
*You no need to wipe anything all wipes will be done inside fastboot environment
*Just unmount all partitions and flash the zip
Click to expand...
Click to collapse
Do you have a guide on how to make a stock flash zip file. I want make one for my device as well. Or if I give you the files can you help me out?:fingers-crossed:
xperia_bird said:
Do you have a guide on how to make a stock flash zip file. I want make one for my device as well. Or if I give you the files can you help me out?:fingers-crossed:
Click to expand...
Click to collapse
#OT
it might vary from device to device.. in this what i did is:
* extracted partition dump from device using adb shell(need root)
Code:
dd if=/path/to/partition/ of=/sdcard/or/anything
* then made the zip (You can use mine just replace the files with your device correct files.. and you are good to go.
* othe guy did more amazing hacks.. like he made some fastboot envoronment in twrp and directly made zip from fastboot images.. although those images are pretty much same as extracted from sdb but sparsed you can have look on them too
hope it helped
nageen9211 said:
#OT
it might vary from device to device.. in this what i did is:
* extracted partition dump from device using adb shell(need root)
* then made the zip (You can use mine just replace the files with your device correct files.. and you are good to go.
* othe guy did more amazing hacks.. like he made some fastboot envoronment in twrp and directly made zip from fastboot images.. although those images are pretty much same as extracted from sdb but sparsed you can have look on them too
hope it helped
Click to expand...
Click to collapse
Thankyou for Reply and I want to try it. Because it might help me to get back to stock. But only problem is I have a stock rom on my computer. In my device is a custom rom installed. And cant go back to stock, because my device gets in bootloop after flashing stock rom.
Do you think when I make a flash zip, that I can bypass bootloop?
Bootlooping
xperia_bird said:
Thankyou for Reply and I want to try it. Because it might help me to get back to stock. But only problem is I have a stock rom on my computer. In my device is a custom rom installed. And cant go back to stock, because my device gets in bootloop after flashing stock rom.
Do you think when I make a flash zip, that I can bypass bootloop?
Click to expand...
Click to collapse
First you need to find the reason for bootlooping then only making the stock zip is possible
Actually installing stock ROM from pc should not give bootlooping if bootloop occcrs you messed up with files check whether the files belonging to your device model reply with device model and other stuffs
[email protected] said:
First you need to find the reason for bootlooping then only making the stock zip is possible
Actually installing stock ROM from pc should not give bootlooping if bootloop occcrs you messed up with files check whether the files belonging to your device model reply with device model and other stuffs
Click to expand...
Click to collapse
But how to take a log if i cant enter system or connect adb for trying find the reason of bootloop.
Do you maybe know a way?
xperia_bird said:
But how to take a log if i cant enter system or connect adb for trying find the reason of bootloop.
Do you maybe know a way?
Click to expand...
Click to collapse
Your device and model
[email protected] said:
Your device and model
Click to expand...
Click to collapse
Lenovo Z5, L78011.
nageen9211 said:
March SP STOCK ROM Installation Instrucions:
All credits to : @[email protected]
All the files in the zip are pure fastboot files (sparsechunks)
INTRODUCING MOTO ONE POWER TWRP FLASHABLE VERY PURE STOCK ROM PPTS29.74-41-2
*The zip is created with fastboot environment and it flash the phone as how the fastboot in pc flashes .
*Instructions
*boot to twrp
*Important (unmount all parrions in twrp )
*You no need to wipe anything all wipes will be done inside fastboot environment
*Just unmount all partitions and flash the zip
Click to expand...
Click to collapse
I tried an AOSP Rom and found out that VoLTE is not working. So I flashed to stock using this method.
All is now working, but I am repeatedly getting this error message regarding Motorola update being unsuccessful, which is burning down my battery faster.
What can I do about it?.
Please help.
Plz make multirom twrp for moto one
anurag_xpert said:
I tried an AOSP Rom and found out that VoLTE is not working. So I flashed to stock using this method.
All is now working, but I am repeatedly getting this error message regarding Motorola update being unsuccessful, which is burning down my battery faster.
What can I do about it?.
Please help.
Click to expand...
Click to collapse
is there any update available.. update that with fastboot firmware.. becuase for som ereason it cannot update for you..
nageen9211 said:
is there any update available.. update that with fastboot firmware.. becuase for som ereason it cannot update for you..
Click to expand...
Click to collapse
Thanks for the reply. I have downladed april fastboot flashable rom from Mororola updates (link shared at telegram channel) but when i unpacked it, there was no flash script inside, so I could not flash that stock rom and I am still getting this error.
If you or somebody can share that flashall.bat script, i will be thankful.
edit: managed to flash the latest official firmware using youtube tutorial by andro guruji.
All my data was also safe.
Thanks again.
Will I get official updates after flashing this stock rom??
flashall.bat error
nageen9211 said:
Download Links
Nov,2018
Firmware Link : Download
Feb,2019
Full ROM link : Download
Firmware Link : Downlaod
March,2019 (PPT29.74-41-2
Full ROM link : Download | Install Instructions {Credits : @[email protected]
FIrmware Link : Download
April,2019:
Full ROM : download
Firmware link : download
Click to expand...
Click to collapse
i got factory rom ie .tar file for moto one power
i try to flash from fastboot and using flashall.bat in the stock rom folwer it show error
the system cannot find the path specification
how to get ride from this
Directory error
lbcsc.clx said:
i got factory rom ie .tar file for moto one power
i try to flash from fastboot and using flashall.bat in the stock rom folwer it show error
the system cannot find the path specification
how to get ride from this
Click to expand...
Click to collapse
Do not open cmd directly go to the folder where your Moto system files present and press shift and write click then press open command window here then type fastboot commands
[email protected] said:
Do not open cmd directly go to the folder where your Moto system files present and press shift and write click then press open command window here then type fastboot commands
Click to expand...
Click to collapse
See the cmd in screenshot below
nageen9211 said:
Download Links
Nov,2018
Firmware Link : Download
Feb,2019
Full ROM link : Download
Firmware Link : Downlaod
March,2019 (PPT29.74-41-2
Full ROM link : Download | Install Instructions {Credits : @[email protected]
FIrmware Link : Download
April,2019:
Full ROM : download
Firmware link : download
Click to expand...
Click to collapse
Can you please post the link for the july patch or if possible please provide the link for july full stock rom. I am not able to update via OTP. Tried everything.
nageen9211 said:
welcome ,
Moto One Power Stock Rom Twrp Flashable
with bootloop protection , Flashes are done inside fastboot environment
and you will experience a aroma based hyper shell user interface.
things You need
Full stock room zip download below
Twrp Installer zip v3.2.x : link Thanks to @lalitjoshi06
Motorola One Power , ofcourse
Steps to flash :
If you are in custom rom or stock rom steps are all same
boot to twrp
flash the zip
Do not wipe or erase anything all are automated , just reboot Twrp and flash the zip
PS: FULL STOCK ROM can take a little while to flash . have patience.
PSo not wipe or erase anything all are coded to be done automatically
just boot Twrp an flash the zip
Download Link : here
XDA:DevDB Information
Stock ROM and Firmware for TWRP, ROM for the Motorola One Power
Contributors
nageen9211, [email protected]
ROM OS Version: 9.x Pie
Version Information
Status: Stable
Created 2019-03-29
Last Updated 2019-08-19
Click to expand...
Click to collapse
hi i am bricked my moto
now i back to fast boot mod
how can i flash stock rom by twrp?
help me
i am horrified to brick my device again
Flashing Pixel Experience ROM and AOSP Extented returns to fastboot mode, but flashing Lineage os is Working in my poco f1.
Please help
What PE Rom did you flash? Version matters. What vendor-firmware do you have on your fone? Version also matters. What are you using to flash PE? Version matters as well. We'll need the answers to these questions to be able to help you out.
Same problem flashing pixel experience returns to fastboot
Yea same problem with me flashing pixel experience returns to fastboot. I tried the 22/07/2019 and one more older build both after flashing returned to fastboot. Vendor firmware is miui version 10.3.6. I flashed using official twrp version.
PavanGowdaV said:
Yea same problem with me flashing pixel experience returns to fastboot. I tried the 22/07/2019 and one more older build both after flashing returned to fastboot. Vendor firmware is miui version 10.3.6. I flashed using official twrp version.
Click to expand...
Click to collapse
go for Vendor firmware 9.6.27-9
https://mirror.akhilnarang.me/MIUI/beryllium/
and do a CLEAN FLASH
dirty flash on 10.3.6 gives bootloops or fastbtoot bot
Explain the steps
I am on stock ROM now version 10.36 . Can you tell me the complete steps to install pixel experience on my phone.
PavanGowdaV said:
I am on stock ROM now version 10.36 . Can you tell me the complete steps to install pixel experience on my phone.
Click to expand...
Click to collapse
If you are on stock now then you problem should be fixed.
Just unlock bootloader if it's unlocked an flash TWRP and install the desired rom.
The boot-up to fastboot issue happens when the vendor firmware got corrupted somehow and the only solution I found to fix it is flash back to stock and then reflash the custom rom.
PavanGowdaV said:
I am on stock ROM now version 10.36 . Can you tell me the complete steps to install pixel experience on my phone.
Click to expand...
Click to collapse
this is how I flash(ed) my rom(s)
1. in fastboot flash recovery first or
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery C:\Users\<username>\Desk
top\twrp-3.3.1unofficial.img
boot it up using command line in adb
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot C:\Users\<username>\Desk
top\twrp-3.3.1unofficial.img
i use this twrp 3.3.3-1 unofficial, the official one always give me TOUCH screen issues on twrp
https://mega.nz/#F!bdwQVIyK!OWNLH72HNT-ecmC-vAVmPw ( dev by https://t.me/MODsPOCOF1/68 )
from sd/external otg flash...
2.vendor firmware 9.6.27.9 from https://mirror.akhilnarang.me/MIUI/beryllium/ (if you are on miui10.3.6) you must download this version - i used vendor10.3.6 but somehow i noticed battery drainage higher! don't know why! but I tried 3 times on two different roms! vendor image 9.6.27-9 words best
3. custom Rom of your flavor! I ALWAYS use HAVOC! for me Havoc is next to stockrom
4. GAPPS (opengapps.org) (take Micro & disable pixel launcher later if you wana use custom Rom's given launcher
5. opitmus drunk kernel ( I flash this kernel, found it very stable and batter + 4g connectivity effecient) but if you are happy with your custom rom's given kernel! skip this step!
6. flash Magisk19.3,
7. wipe cache / delvik and reboot in to system! , first boot may goto bootloop but eventually you will see WELCOME Prompt!
USEFULL APPS WHICH I ALWAYS CARRY
1. MIGRATE - IF Today you wana move to different rom and don't wana loose/redownload your apps and don't wana loose you settings just make snapshopt (upto 2gb) for next time and flash it in twrp before no6.
https://play.google.com/store/apps/details?id=balti.migrate&hl=en
2. VideoDer (not on playstore) (search on apkmirror) A tool to fetch video from every possible site on web (doesn't work on tiktok)
3. magicbox (similar to netflix)