Development [ROM] [DISCONTINUE] [UNOFFICIAL] [12.1.0] [TB-J607F] ArrowOS 12.1 - Lenovo P11

{
"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"
}
ArrowOS​
Code:
/*
* 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
This is the last release of ArrowOS, it won't receive any updates.
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
Probable lost frames when dragging the apps from app drawer to the home screen.
Be sure to include a log : check how to
DOWNLOAD (ONLY GAPPS VARIANT)
123Pan, Password: yyds
MEGA
Tip: You can flash it on TB-J607Z, but RIL won't working.
GUIDE TO FLASH
Use TWRP or OrangeFox Recovery, Download OrangeFox Recovery here: Link
Before we start, you need to make sure you have flashed recovery in both slots
Boot to recovery, switch to the other slot then reboot to recovery
Enable ADB Sideload, then sideload the package to your device
Format data if this is the first time you flash it
TIPS: DON'T FLASH MAGISK VIA ORANGEFOX RECOVERY!
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source - https://github.com/ArrowOS
Kernel Source- https://github.com/bigsaltyfishes/kernel_lenovo_J607Z
ROM OS Version: Android 12L
ROM Kernel: Linux 4.x
ROM Firmware Required: Any firmware of Android 11, ZUI 12.5 recommended
Based On: AOSP
Device Tree: https://github.com/bigsaltyfishes/device_lenovo_J607F

Changelog:
2022-05-25
* Import Bootctrl from LA.UM.9.12.r1.14000.SMxx50.0
* Fix notification and alarm no sound issue
* Enable 2-Pane layout
* Drop IFAA
* Drop fingerprint policy
* Set default NTP Server
* Correct Boot Animation Size
As I don't have server, I need to build rom in my computer. Due to my computer resource, I can only maintain one rom. So this is the last release of ArrowOS, it won't receive any updates.

need link mega or google drive

Mr.PvT said:
need link mega or google drive
Click to expand...
Click to collapse
I've added mega link just now.

Great news, hope there will be some custom rom for the P11 Pro

I've installed your rom and it's great!
But I have discovered one bug and some missing features:
1. It's impossible to drag apps from the app drawer to the home screen
2. There is no face unlock (which exists in lenovo's stock rom)
3. The screen is not turning off when you close the case (also exists in lenovo's stock rom)
Please fix those bugs, because your rom is very good.

Does using this rom reduce widevine level?

Hello.
I'm a user of the J606F.
I looked into your git history, and it seems like a lot of work was put into it to restore the things Lenovo got rid of.
I have some question of the DT part. Lenovo deleted the DT inside our open source trees, but how did you manage to restore it? I do know that you can get the dts from the compiled dt in the boot.img but mine from the international firmware wasn't that clean.
Also, why did you do the commit https://github.com/bigsaltyfishes/k...mmit/ea7e955fe4d3869ea364b3081f717162fed32583 ?
(I'm curious what the parameter did to fix the issue)
Thanks!

bigsaltyfishes said:
As my tablet had hard brick during testing Updater in crDroid, this might be the first release also the last release.
Click to expand...
Click to collapse
What happened? Updater in crDroid, doesn't the custom fw updaters only touch the /system area?
AFAIK you don't get hard brick without touching bootloaders..

LegendOcta said:
What happened? Updater in crDroid, doesn't the custom fw updaters only touch the /system area?
AFAIK you don't get hard brick without touching bootloaders..
Click to expand...
Click to collapse
Not sure, I can't get any useful logs. My guess is that bootctl hal messes up the bootloader. I'll drop updater and won't add it to my build again, as it is hard to rescue from hard brick.

LegendOcta said:
Hello.
I'm a user of the J606F.
I looked into your git history, and it seems like a lot of work was put into it to restore the things Lenovo got rid of.
I have some question of the DT part. Lenovo deleted the DT inside our open source trees, but how did you manage to restore it? I do know that you can get the dts from the compiled dt in the boot.img but mine from the international firmware wasn't that clean.
Also, why did you do the commit https://github.com/bigsaltyfishes/k...mmit/ea7e955fe4d3869ea364b3081f717162fed32583 ?
(I'm curious what the parameter did to fix the issue)
Thanks!
Click to expand...
Click to collapse
I got dts.img from the stock boot image via unpack_bootimg and then simply decompiled it and dtbo.img. I then wrote a makefile for the decompiled source by referring to gauguin's makefile. As for why I did the commit you mentioned, it was because the compiler seems to not recognise the filenames generated by the decompiler (probably because of the commas), so I renamed them, and in fact this change fix the issue. The parameter was changed becauss I renamed source files.

bigsaltyfishes said:
I got dts.img from the stock boot image via unpack_bootimg and then simply decompiled it and dtbo.img. I then wrote a makefile for the decompiled source by referring to gauguin's makefile. As for why I did the commit you mentioned, it was because the compiler seems to not recognise the filenames generated by the decompiler (probably because of the commas), so I renamed them, and in fact this change fix the issue. The parameter was changed becauss I renamed source files.
Click to expand...
Click to collapse
Thanks a lot for the explanations.
I hope you get to recover your device.

LegendOcta said:
Thanks a lot for the explanations.
I hope you get to recover your device.
Click to expand...
Click to collapse
I also hope

Hi, will it fit for version P11 Plus 5G 256GB 8GB RAM, ZA8Y0051SE?

wins.911 said:
Hi, will it fit for version P11 Plus 5G 256GB 8GB RAM, ZA8Y0051SE?
Click to expand...
Click to collapse
No, because the P11 Plus 5G uses a different soc.

bigsaltyfishes said:
No, because the P11 Plus 5G uses a different soc.
Click to expand...
Click to collapse
HI, is it not the same soc as TB-J607Z?
My have same model, difference only 256GB and 8GB RAM.

wins.911 said:
HI, is it not the same soc as TB-J607Z?
My have same model, difference only 256GB and 8GB RAM.
Click to expand...
Click to collapse
Yes, same soc as TB-J607Z, but not same as P11 Plus (TB-J616F/TB-J616X).

Related

[ROM][OFFICIAL][7.1.2][K420DS/N] LineageOS 14.1

{
"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"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* 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 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 me for messing up your device, I will laugh at you.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Downloads
Download Link | (Torrent) - Faster
Latest Official TWRP 3.X
Changelog
How to Flash/Install
Firstly, Flash the ROM mentioned below and then proceed.
Select your model:
K420DS
K420N
Secondly, continue the installation process mentioned below.
Reboot to recovery
Format /system, /data and /cache
Install LineageOS zip
Install [optional] a Google Apps package of your choice (Open GApps is advisable, but stock and super variants are not recommended!!!)
Install [optional] su addon
many Thanks to CloudRoms for supporting us in unofficial builds
​
XDA:DevDB Information
LineageOS 14.1 For K420DS/N, ROM for the LG K10
Contributors
pvineeth97, dom133, erfanoabdi
Source Code: https://github.com/LG-K10/
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Stable
Created 2017-07-14
Last Updated 2017-10-26
Working Features & Bugs
Working :
Wifi
Bluetooth
Sounds
RIL
Double tap to wake
NFC
External SD Card
Wifi Tethering & USB Tethering
Battery Percentage
Auto Rotation
Bugs/Issues :
FM Radio
Please if You Want to report any kind of Bug attach Logs (Don't Know How? use this app)​​
Reserved
sorry noob question, do we need to unlock bootloader 1st?
Will I be able to make/receive calls and make/receive texts?
kappu said:
sorry noob question, do we need to unlock bootloader 1st?
Click to expand...
Click to collapse
Yes.
asdfzx667 said:
Will I be able to make/receive calls and make/receive texts?
Click to expand...
Click to collapse
Not for now, We are in process of fixing Radio bug.
Cool!
Hey, thanks for the great work, guys!
I can confirm its working, but unfortunately also what’s not working (as you described in your 2nd post).
Maybe for other noobs like me, its notable that I had to follow this guide to get twrp running, because I had some "security error" (1003) after installing and starting it via the official twrp app:
https://forum.xda-developers.com/lg-k10/how-to/bootloader-unlocked-guys-bootloader-t3558810
Viktor Naworski said:
Hey, thanks for the great work, guys!
I can confirm its working, but unfortunately also what’s not working (as you described in your 2nd post).
Maybe for other noobs like me, its notable that I had to follow this guide to get twrp running, because I had some "security error" (1003) after installing and starting it via the official twrp app:
https://forum.xda-developers.com/lg-k10/how-to/bootloader-unlocked-guys-bootloader-t3558810
Click to expand...
Click to collapse
We fixed few more bugs... like the RIL (Calls, Data). We will be releasing new LineageOS ROM by the end of this week.
Viktor Naworski said:
Hey, thanks for the great work, guys!
I can confirm its working, but unfortunately also what’s not working (as you described in your 2nd post).
Maybe for other noobs like me, its notable that I had to follow this guide to get twrp running, because I had some "security error" (1003) after installing and starting it via the official twrp app:
https://forum.xda-developers.com/lg-k10/how-to/bootloader-unlocked-guys-bootloader-t3558810
Click to expand...
Click to collapse
you need to unlock your bootloader first by flashing patched aboot file and then install twrp otherwise you will get some verification errors.
check this https://forum.xda-developers.com/lg-k10/how-to/bootloader-unlocked-guys-bootloader-t3558810 by @pvineeth97
Viktor Naworski said:
Hey, thanks for the great work, guys!
I can confirm its working, but unfortunately also what’s not working (as you described in your 2nd post).
Maybe for other noobs like me, its notable that I had to follow this guide to get twrp running, because I had some "security error" (1003) after installing and starting it via the official twrp app:
https://forum.xda-developers.com/lg-k10/how-to/bootloader-unlocked-guys-bootloader-t3558810
Click to expand...
Click to collapse
Fixed a lot of bugs.
Download the latest ROM here: http://downloads.vineethp.me/LG-K10/Roms/Custom/LineageOS/lineage-14.1-20170720-UNOFFICIAL-m216.zip
pvineeth97 said:
Working :
Wifi
Bluetooth
Sounds
RIL
Camera
FM Radio
Double tap to wake
NFC
Bugs/Issues :
Battery
External SD Card
Please if You Want to report any kind of Bug attach Logs (Don't Know How? use this app)​​
Click to expand...
Click to collapse
Hi hotspot and usb tethering not work
chand9336 said:
Hi hotspot and usb tethering not work
Click to expand...
Click to collapse
We know that bug is present. Will be fixed soon.
New Version of LineageOS uploaded. Download here: http://data-origin.vineethp.me/LG-K...eOS/lineage-14.1-20170722-UNOFFICIAL-m216.zip
Seems to the automatic brightness doesn't work
jakup1998 said:
Seems to the automatic brightness doesn't work
Click to expand...
Click to collapse
It works!
Download the latest build here: http://data-origin.vineethp.me/LG-K...eOS/lineage-14.1-20170723-UNOFFICIAL-m216.zip
is there a guide also for k10 2017 edition?
rob80r said:
is there a guide also for k10 2017 edition?
Click to expand...
Click to collapse
We have not built LineageOS for K10 2017 edition.
Updated Bugs & Bugfixes -> CLICK HERE
jakup1998 said:
Seems to the automatic brightness doesn't work
Click to expand...
Click to collapse
We have enabled LOS OTA for internal testing... Works beautifully!

[SHARE][ROM][UNOFFICIAL][A11][A40] LineageOS 18.0

{
"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"
}
Code:
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
LineageOS is a free, community built, aftermarket firmware distribution of Android 9, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
What’s working:
Boots
RIL ( Data,SMS,Calls )
SELinux
Fingerprint sensor
WiFi
Bluetooth
Camera (All of them on a30 and a40)
Camcorder
Audio
GPS
Sensors
Video Playback
Known issues:
IMS (VoLTE,ViLTE,VoWiFi)
Bluetooth calls
Extra cameras on m20 and m30
Instructions:
Boot into latest recovery
Do factory reset
Flash latest build
Reboot your device once the installation is done
Note: If you wanna flash from TWRP then you’ll have to disable forcedencryption (by flashing this Disable_forcedencryption patch) and format data
Reporting Bugs:
Create new issue here.
Provide as much info as possible.
Bug reports w/o logcat will be ignored.
Don’t report bugs if you have any custom kernel or module installed
Click here if you donno how to take logcat
Downloads:
Unofficial build
Telegram Groups:
Channel
Support Group
XDA:DevDB Information
LineageOS 18.0, ROM for the Samsung Galaxy A40
Contributors
el0xren, SamarV-121
Source Code: https://github.com/SamarV-121/android_device_samsung_a40
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: TWRP Recovery
Based On: Aosp
Version Information
Status: Stable
Stable Release Date: 2020-10-27
Created 2020-10-27
Last Updated 2020-10-27
i'll test it and works great! Good Job! but not Always on Display?
hello, why external sd not work??
It asks you to format it, done, but on reboot it doesn't work. I had the same problem with the google pixel experience rom .....
If you want to change font, or any other advanced properties in display settings, you Can do it only only time.
Second try causes FC
Please make lineage is 18 for samsung galaxy tab a 10.1
VERY THANKS and EXCELLENT WORK.
el0xren said:
Code:
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
LineageOS is a free, community built, aftermarket firmware distribution of Android 9, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
What’s working:
Boots
RIL ( Data,SMS,Calls )
SELinux
Fingerprint sensor
WiFi
Bluetooth
Camera (All of them on a30 and a40)
Camcorder
Audio
GPS
Sensors
Video Playback
Known issues:
IMS (VoLTE,ViLTE,VoWiFi)
Bluetooth calls
Extra cameras on m20 and m30
Instructions:
Boot into latest recovery
Do factory reset
Flash latest build
Reboot your device once the installation is done
Note: If you wanna flash from TWRP then you’ll have to disable forcedencryption (by flashing this Disable_forcedencryption patch) and format data
Reporting Bugs:
Create new issue here.
Provide as much info as possible.
Bug reports w/o logcat will be ignored.
Don’t report bugs if you have any custom kernel or module installed
Click here if you donno how to take logcat
Downloads:
Unofficial build
Telegram Groups:
Channel
Support Group
XDA:DevDB Information
LineageOS 18.0, ROM for the Samsung Galaxy A40
Contributors
el0xren, SamarV-121
Source Code: https://github.com/SamarV-121/android_device_samsung_a40
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: TWRP Recovery
Based On: Aosp
Version Information
Status: Stable
Stable Release Date: 2020-10-27
Created 2020-10-27
Last Updated 2020-10-27
Click to expand...
Click to collapse
Does it have an Ambient Display?
Is NFC working?
are ther any gapps for this
el0xren said:
does not support dual sim cards
Click to expand...
Click to collapse
Really? But I absolutely need dual sim
lvhoang said:
Really? But I absolutely need dual sim
Click to expand...
Click to collapse
Really
No update for quite a while. Is it still maintained? Any chance to get BT-Calls running?
Nice to see this ROM developed, thanks for all the hard work!
Bluetooth calls would be really nice!
Any way I or others can help with that?
First of all, thanks for the developers for the hard work!
Anybody using the latest version that can tell how that is going?
The link for the Disable_forcedencryption patch is also broken. Anybody have the working copy?
Thank you!
joaofl said:
First of all, thanks for the developers for the hard work!
Anybody using the latest version that can tell how that is going?
The link for the Disable_forcedencryption patch is also broken. Anybody have the working copy?
Thank you!
Click to expand...
Click to collapse
Just gave it a go myself. Really happy with it so far, along with the latest NikGapps. Nothing to complain so far. The other way around, it seems to work better than the GSI lineage I was running before. Battery seems to last longer as well. Let's see how it goes in the longer run!
Where's the latest build link?
Charlie Cooper said:
Where's the latest build link?
Click to expand...
Click to collapse
Go here , click on "assets" and search for a build with "a40" in it's name
thanks but doesn't seem to work on my A40. Just throws 'error 4' from TWRP (or a number close to that from memory) and doesn't progress with any install.
Maybe Error 7 ? You're sure you took the right one ? This one work on my A40.
Lenny Bard said:
Maybe Error 7 ? You're sure you took the right one ? This one work on my A40.
Click to expand...
Click to collapse
Doh! I didn't read your earlier post right and assumed they were all for the a40! Thanks haha!

Development ArrowOS 13 [android-13] for POCO X3 Pro (vayu/bhima) [OFFICIAL][+arrow-12.1]

{
"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"
}
ArrowOS 12.1 [android-12L a.k.a 12.1.0] for POCO X3 Pro (vayu/bhima)​
Code:
/*
* 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
If you have an issue or crash be sure to include a log: check how to
NOTE:
ArrowOS ships with source compiled vendor and odm partitions.
DOWNLOADS
Click here to Download
Tip: Select OEM -> Device, choose Arrow version, choose the build type: "GAPPS" or "VANILLA" to download.
Suggested recovery: ArrowOS Recovery - https://sourceforge.net/projects/kubersharma001/files/vayu/ArrowOS-recovery/
Suggested firmware: Any MIUI 12.x to 13.x (S or R) firmware will work; I used MIUI 12.0.4.0, 12.5.3.0 and MIUI 13 for testing.
Instructions
FIRST INSTALL?:
Remove any fingerprint, PIN, or password in MIUI
Unlock the bootloader
Transfer ROM to internal storage
Install any suitable recovery
Flash ROM zip file
Do a data wipe in recovery (format data)
Reboot to the system, wait and enjoy
FLASHING UPDATES?:
Download via OTA Updater and let it automatically install; OR
Download an update, transfer to internal/external storage (always check file sha256)
Reboot to recovery; Flash ROM zip and reboot.
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
Donate to Maintainer:
https://www.paypal.com/paypalme/kubersharma001
UPI: [email protected]
GPL compliance:
ROM Source- https://github.com/ArrowOS
Kernel Source- https://github.com/ArrowOS-Devices/android_kernel_xiaomi_vayu
You can check out my blog post on pocox3pro:
Instructions thread for (vayu/bhima) Poco X3 Pro on ArrowOS
This blog post is dedicated to POCO X3 Pro codenamed “vayu/bhima”.
medium.com
Read my other blog posts on: https://k001droid.medium.com/
pro af
Should we use the arrow OS recovery as recommended ? or does TWRP work too with Ota and stuff?
Slerion said:
Should we use the arrow OS recovery as recommended ? or does TWRP work too with Ota and stuff?
Click to expand...
Click to collapse
Arrow recovery because twrp got problems managing a12 data
Is there a way fo r us so we don't need to format data? A way to make it enough by just wiping data, not the entire storage? Like disable dm verity or something maybe...
Very good, will wait a bit more before adventuring into Android 12, probably after the beta phase and when will be official, but glad it now started.
Respect @kubersharma , didn't expect Android 12 that fast.
A huge thanks to our @kubersharma , you have no idea about the happiness you give me when I can brag about using Android 12 so early to my friends, family, enemies, dogs, cats, fish... who will most probably get Android 12 after 1 year! Thanks man!
this is amazing!
flashed this rom couple hours ago using twrp and everything's almost good! i decided to stay on it for now!
GCam works well just like on arrowos 11 and this is the antutu benchmark of this rom.
the only issue that settings missing some important options like changing the refresh rate of the display (it's set on 120) or missing status bar options and a few more!
thanks a lot and keep up the good work...
Wow. This was fast. Too bad it's not for poco f1
MATR!X said:
this is amazing!
flashed this rom couple hours ago using twrp and everything's almost good! i decided to stay on it for now!
GCam works well just like on arrowos 11 and this is the antutu benchmark of this rom.
the only issue that settings missing some important options like changing the refresh rate of the display (it's set on 120) or missing status bar options and a few more!
thanks a lot and keep up the good work...
Click to expand...
Click to collapse
gcam version or link please
Ramesh006 said:
gcam version or link please
Click to expand...
Click to collapse
MGC 8.1
https://forum.xda-developers.com/attachments/mgc_8-1-101_a9_pv4_mgc-apk.5423447/
Hi, thanks for the rom. The A11 version is going very well, hopefully the A12 will be the same. One question, does magisk work? All the best.
Thanks for the rom, but can you handle SD cards with exfat. Thank you very much!
Canales1988 said:
Hi, thanks for the rom. The A11 version is going very well, hopefully the A12 will be the same. One question, does magisk work? All the best.
Click to expand...
Click to collapse
works
Great work! I really love Arrow OS, but... Is there any possibility to make QS tiles like as in Android 11? They are too huge in Android 12.
Hi guys!
This rom is ok to use on day to day?
greetings
AleLuiA_25 said:
Hi guys!
This rom is ok to use on day to day?
greetings
Click to expand...
Click to collapse
yes, no major bugs...
Anyone know if it comes with new gpu drivers?
After installing I can't use twrp anymore, it opens but you can't do anything.

[ROM[11.0] LineageOS 18.1 for Xiaomi Redmi Go (tiare) [UNOFFICIAL]

{
"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"
}
LineageOS is a free, community-built, aftermarket firmware distribution of Android 11, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
Code:
/*
* Your warranty is now void.
*
* 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 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 me for messing up your device, I will laugh at you.
*/
What's working :
Audio
Bluetooth
Camera
EGL
GPS
RIL (Calls, SMS, Data)
Sensors
Video Playback
Wi-Fi
MTP
VoLTE
VoWiFI
SElinux is Enforcing
Build is Encrypted
Everything is Working Except following Bugs
Known issues/Bugs :
You tell me the rest
Changelog [Updated 04/08/'21] :
October Security Patch
SElinux is Enforcing Now , Build is Encrypted too
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed any root implementation
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless). Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.
Instructions
Have custom recovery installed ( Los Recovery to be used: https://roms.cirrus-ci.workers.dev/1:/tiare/recovery.img )
Download the latest LineageOS Build
Wipe Data
Flash the ROM ( ADB Sideload Preferred)
Enjoy the rom
Downloads :
lineage-18.1-20211012-UNOFFICIAL-tiare.zip
Credits[/U][/B]
LineageOS team
0xCAFEBABEfor much help &
mi-msm8937 team
& All People Who helped me in a way or Other !
Source Code
ROM: https://github.com/LineageOS
Device Tree: https://github.com/Redmi-Go/android_device_xiaomi_tiare
Vendor Blobs: https://github.com/Redmi-Go/proprietary_vendor_xiaomi_tiare
Kernel Source: https://github.com/Redmi-Go/android_kernel_xiaomi_msm8937
If You Liked My Work, Press Thanks On This Thread !
Great
I installed the rom in the forum with los recovery, gapps is not install…
cihangarip said:
I installed the rom in the forum with los recovery, gapps is not install…
Click to expand...
Click to collapse
nstalled at all, twrp is not installed
It won't turn on the camera. There is a problem.When we want to install the old rom again, the wireless does not work. I can't go back to old globall xiaomi rome.
sarthakroy2002 said:
Great
Click to expand...
Click to collapse
Thank You
cihangarip said:
I installed the rom in the forum with los recovery, gapps is not install…
Click to expand...
Click to collapse
Hi due to low-partition space gapps cant be installed, use F-Droid or aurora store
bytech000 said:
It won't turn on the camera. There is a problem.When we want to install the old rom again, the wireless does not work. I can't go back to old globall xiaomi rome.
Click to expand...
Click to collapse
Hi camera should work, if doesnt send logcats, you can fix wifi/bt in stock rom after flashing persist
Which firmware did you use for the proprietary blobs?
Updater process ended with ERROR: 255
rockabhay said:
Updater process ended with ERROR: 255
Click to expand...
Click to collapse
please read post and use los recovery
hecatae said:
Which firmware did you use for the proprietary blobs?
Click to expand...
Click to collapse
Latest Redmi Go IN Region ROM, u can check over github for more
View attachment 5486491It's showing this error
rockabhay said:
View attachment 5486491It's showing this error
Click to expand...
Click to collapse
For sake of holy god, read the post twice
você poderia postar um novo link de Los Recovery
Los Recovery link?
Hi @TechyMinati, please consider replying because I am interested in testing this ROM out, I still have a working Redmi Go and I would like to contribute to this ROM by helping to test it out, as of this moment I cannot test out the ROM because the LOS recovery is unobtainable, could you please provide a new link?
As of the ROM itself I am very impressed that there is an unofficial LineageOS ROM for tiare, if it is possible can it be updated because the phone already has received several OTA updates since after this ROM has made, the last OTA update of tiare is several months ago and I don't think there will be an another update for several more months so if anything, now is the best time to update it and perhaps fix a few things.
Regarding about this phone having low space for GApps, you can use the GApps Go Edition instead as this version of GApps is what tiare exactly uses and it is much more lighter.
And if its possible, is it okay if you will use the global proprietary blobs instead of the IND one? If there is no difference between global and IND blobs then I suppose its okay.
Please reply! I would like to see and make this ROM work, thank you.
shadoweater said:
Hi @TechyMinati, please consider replying because I am interested in testing this ROM out, I still have a working Redmi Go and I would like to contribute to this ROM by helping to test it out, as of this moment I cannot test out the ROM because the LOS recovery is unobtainable, could you please provide a new link?
As of the ROM itself I am very impressed that there is an unofficial LineageOS ROM for tiare, if it is possible can it be updated because the phone already has received several OTA updates since after this ROM has made, the last OTA update of tiare is several months ago and I don't think there will be an another update for several more months so if anything, now is the best time to update it and perhaps fix a few things.
Regarding about this phone having low space for GApps, you can use the GApps Go Edition instead as this version of GApps is what tiare exactly uses and it is much more lighter.
And if its possible, is it okay if you will use the global proprietary blobs instead of the IND one? If there is no difference between global and IND blobs then I suppose its okay.
Please reply! I would like to see and make this ROM work, thank you.
Click to expand...
Click to collapse
You can use PitchBlack recovery to flash this rom. https://pitchblackrecovery.com/tiare
haveyouseenthisboi said:
You can use PitchBlack recovery to flash this rom. https://pitchblackrecovery.com/tiare
Click to expand...
Click to collapse
Actually, use this for LOS based roms instead

[ROM][UNOFFICIAL][12.0][raphael] LineageOS 19.0

{
"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"
}
Code:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 11, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
What's working :
Boots
RIL (Calls, SMS, Data)
Fingerprint
Wi-Fi
Bluetooth
Camera
Camcorder
Video Playback
Audio
Sensors
Flash
LED
GPS
Volte
VoWifi
Known issues:
Selinux Pemissive
Instructions :
Download the latest build and GApps
Reboot to recovery
Flash proper vendor and firmware
Flash the latest build and GApps
Reboot
PS : Please Use proper vendor and firmware of your device of stable miui rom for eg: if you device is eea so use eea vendor and firmware if your device is indian variant use indian firmware and vendor and same is the case with chinese version please don't cross flash vendors and firmwares. To use this rom please Flash Android 10 firmware and vendor
Downloads :
Twrp build: https://forum.xda-developers.com/k20-pro/development/unofficial-twrp-3-3-1-0-t3960391
Gapps build [16/01/22]: https://mirror.akhilnarang.dev/LineageOS/raphael/lineage-19.0-20220116-UNOFFICIAL-raphael-gapps.zip
Non gapps build [16/01/22]: https://mirror.akhilnarang.dev/LineageOS/raphael/lineage-19.0-20220116-UNOFFICIAL-raphael.zip
Firmware India: https://mirror.akhilnarang.dev/MIUI...al-V12.0.6.0.QFKINXM-10.0-vendor-firmware.zip
Firmware China: https://mirror.akhilnarang.dev/MIUI/raphael/RAPHAEL-V12.0.6.0.QFKCNXM-10.0-vendor-firmware.zip
Firmware Global/Europe/Russia: https://mirror.akhilnarang.dev/MIUI/raphael/RAPHAELGlobal-V12.0.3.0.QFKMIXM-10.0-vendor-firmware.zip
Telegram Groups
K20 pro Telegram group
K20 Pro Telegram channel
This project for now uses prebuilt kernel
Source Code: http://bigota.d.miui.com/V11.0.1.0....NGlobal_V11.0.1.0.QFKINXM_5e75bba584_10.0.zip
reserved
Wow!thanks!
Thanks!
thank you very much!!
the worlds greatest abhishek
Wow, didn't see that one coming! Awesome!
can you guys help me with the installation?
OttomanEmpire55 said:
can you guys help me with the installation?
Click to expand...
Click to collapse
Have a look in the telegram group (link in OP), there's a Google Doc with the steps!
Does anyone know if this can be (dirty) flashed over the Lineage 18.1 version?
thanks.
murakh said:
Does anyone know if this can be (dirty) flashed over the Lineage 18.1 version?
thanks.
Click to expand...
Click to collapse
Don't try that.
works great for a few days now. im encrypted, i cant use twrp do decrypt a12 files, so i cant flash magisk.zip.
i extracted boot.img from los19rom.zip, patched via magisk, transfered to my pc and flashed it via fastboot. now im havin root, with magisk hide, gpay works, safetynet passes, all is fine here!
btw. gpay worked out of the box with this rom, but after installing magisk, you need to use magiskhide to get gpay working again..
im happy like a child right now.. new live to my old phone
a few pixel features would be great..like "now playing.." i can find the entry in settings when searching, but its not clickable.. also installing pixel ambient app, doesnt help.
many thanks to our great dev abhishek!
Can anyone who have installed this ROM, please confirm if the SE linux is enforcing or permissive ? with a screenshot if possible ?
I'm planning to go with either this or Evolution X depending on SE Linux status.
muralikrish18 said:
Can anyone who have installed this ROM, please confirm if the SE linux is enforcing or permissive ? with a screenshot if possible ?
I'm planning to go with either this or Evolution X depending on SE Linux status.
Click to expand...
Click to collapse
look at first post under "known issues". there you can see "selinux is permissive".
cant find that entry in rom for making screenshot for you.
olus said:
look at first post under "known issues". there you can see "selinux is permissive".
cant find that entry in rom for making screenshot for you.
Click to expand...
Click to collapse
@olus : I did read the first post. I was thinking that it may work for some and not for other's. That's why wanted a confirmation on that.
Thanks for replying.
how to Magisk?
kingdba said:
how to Magisk?
Click to expand...
Click to collapse
Read back 3 posts before you mate.
Solid ROM overall. Great job.
An issue:
Sometimes the colors glitch slightly, and the image starts looking over-exposed. This seems like a hardware problem, because colors look normal in screenshots (opened in the computer). It's kind of counter-productive with Dark mode, because "black" pixels stay on regardless.
Just in case other people experience the following problem:
[Using OrangeFox recovery]
I had to fully format the Data partition after flashing the ROM in order to make it work. Otherwise it just booted back to recovery each time.
My phone would not boot up without formatting the data partition after flashing the ROM.
I generally like to install ANXCamera for a MIUI camera port, which is a lot better than the default camera app. This didn't seem to work using A10, but they don't have a dedicated build for A12 yet. If anyone was able to make it work, I'd love to know how you did it.
How's the battery life?
Can confirm rom runs smoothly, a few missing functions that have been there in the previous LineageOS version.
Current known downside besides the known ones and above noted one, is that TWRP can't decrypt the data partition
Battery life seems overall goodish, a bit less then I had before but I am fine with it
cheppetto said:
Current known downside besides the known ones and above noted one, is that TWRP can't decrypt the data partition
Click to expand...
Click to collapse
Have you tried twrp-3.6.0_9-0-raphael.img ?
I saw in the releasnotes:
encryption updates for a11
FBE Encryption fixes
TWRP 3.6.0 Released
TWRP 3.6.0 is out now for most currently supported devices.
twrp.me
Maybe it is working with this newer release, but haven't tried...

Categories

Resources