[DISCONTINUED][ROM][UNOFFICIAL][RIVER]Lineage OS 16.0 - Moto G7 ROMs, Kernels, Recoveries, & Other Develop

{
"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:
/*
* 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,
*/
About:
LineageOS is a free, community built, aftermarket firmware distribution of Android 9 (Pie), 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. You can also view the Changelog for a full list of changes & features.​
Introduction:
This is the unofficial Lineage OS thread for the Motorola G7, codename river.
We support all the T-Mobile, International, and Project Fi variants, as their bootloaders are unlockable, while we can't support the Verizon and AT&T variants, as their bootloaders are permanently locked.​
ROM:
lineage-16.0-20191001-UNOFFICIAL-river.zip
Stock Firmware:
Official Firmware
Recovery:
Unofficial TWRP
Copy Partitions: (To setup slot_b)
copypartitions.zip
(courtesy of @filipepferraz)
Open GApps:
http://opengapps.org​
Preparation for A/B Roms:
01. Download TWRP and the Firmware for your variant from the links above.
02. Remove your google account under Settings > Accounts then factory reset your device as FRP is enforced.
03. Unlock your bootloader Instructions here.
04. Flash your factory firmware image on slot_A
Hold power + Volume down untill you reach bootloader (fastboot mode)
In your extracted firmware folder open a terminal and flash your firmware files with these commands.
NOTE-1: This last step installs vendor.img to slot_b as well.
05. Use terminal to boot latest twrp.img "fastboot boot twrp.img"
06. ## Take a backup of EFS, Persist1, Persist2 then store this on your computer in a safe place!! ##
07. While on Slot_A Flash copypartitions.zip (This step only needs to be completed Once only after updating from stock factory firmwares.)
08. While in TWRP choose Reboot > bootloader
09. Now you're ready for ROM Steps below
ROM - Installation:
01. Download the ROM, TWRP and GApps from the links above.
02. Use terminal to boot latest twrp.img "fastboot boot twrp.img"
03. Flash ROM.zip + TWRP_Installer.zip
04. Reboot > Recovery
05. Install Gapps + Magisk (if you choose)
06. Reboot > System
​
Updating (AKA 'dirty flash'):
01. Download the updated ROM
02. fasboot boot twrp.img
03. Install ROM.zip + TWRP_Installer
04. Reboot > Recovery
05. flash gapps + Magisk (if you choose)
06. Reboot > System
​
Notes:
Any time your internal storage aka "Userdata" is from a stock install you must use 'fastboot -w' to erase it before using ROMS​
XDA:DevDB Information
Lineage OS 16.0, ROM for the Moto G7, ROM for the Moto G7
Contributors
SyberHexen, erfanoabdi, LineageOS Team
Source Code:
[url]https://github.com/LineageOS[/URL]
android_kernel_motorola_msm8953
android_device_motorola_river_prebuiltvendor
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: Stock Vendor.img
Version Information
Status: Testing
Created 2019-08-19
Last Updated 2019-10-01

BUGS
====
1. Mobile Data can be intermittent (potentially carrier specific)
2. LiveDisplay: Default mode causes screen inversion
- Please Switch under Settings > Display > LiveDisplay > Color Profile > To Hal_Native/Standard

Release Notes:
(09/17/2019)
Device:-
* Adoptable Storage Support
* Added support HBM support for all known panels
(fixes non boot with certain screen suppliers)
Kernel:-
* Upstream Kernel [4.9.112] --> [4.9.165]
(09/08/2019)
* Included Patch for Magisk Support
* Different IMS/Telephony Implementation
(which should allow calls on VoLTE)
* LiveDisplay Adjustments

Can you share .repo/local_manifests/roomservice.xml that you use to build the rom?
I'd like to build too.
Thanks.
Great work.

Irrelevant reply, mostly due to error in OP thread;
In the first paragraph of the About it says this LineageOS is for Android Oreo (8.0) while at the bottom it is claimed for Android Pie (9.0)
Will be installing soon for better feedback, but just thought you'd like to be aware of that.
Also, would this include the Security Patch of the most recent official release or is that something not to concern myself over with LineageOS releases?

zenful said:
Irrelevant reply, mostly due to error in OP thread;
In the first paragraph of the About it says this LineageOS is for Android Oreo (8.0) while at the bottom it is claimed for Android Pie (9.0)
Will be installing soon for better feedback, but just thought you'd like to be aware of that.
Also, would this include the Security Patch of the most recent official release or is that something not to concern myself over with LineageOS releases?
Click to expand...
Click to collapse
Gotta love xda thanks for letting me know that xda reverted all my corrections to the main post over night.
So it's android 9.0 built with latest sources

Does this work for the Amazon variant of the Moto g7?

Hi, I apologize if this isn't the best place to post this, but I get an error when following installation instructions. While flashing stock firmware to slot A, I run the command `fastboot flash partition gpt.bin` and get the following output:
Code:
fastboot: core/libsparse/sparse.cpp:131: int write_all_blocks(struct sparse_file *, struct output_file *): Assertion `pad >= 0' failed.
zsh: abort (core dumped) fastboot flash partition gpt.bin
I tried googling for the error, but wasn't able to come up with a clear idea of what to do to fix it. If anyone can point me in the right direction, I'd really appreciate the help. Thanks a lot.

jleprincehoff said:
Does this work for the Amazon variant of the Moto g7?
Click to expand...
Click to collapse
Last i knew Amazon Devices couldnt not be Boot Loader Unlocked

Yes they can be unlocked my g7 power Amazon is unlocked

A lightning said:
Hi, I apologize if this isn't the best place to post this, but I get an error when following installation instructions. While flashing stock firmware to slot A, I run the command `fastboot flash partition gpt.bin` and get the following output:
I tried googling for the error, but wasn't able to come up with a clear idea of what to do to fix it. If anyone can point me in the right direction, I'd really appreciate the help. Thanks a lot.
Click to expand...
Click to collapse
Try updating adb drivers or using different version

Cam Work!!! I can Capture Images and Record Video
Google Gapps - OpenGapps ARM64 Work Fine!!!
Magisk Not Work But the addonsu arm64 for lineage os 16 work!!! :good:

SyberHexen said:
Try updating adb drivers or using different version
Click to expand...
Click to collapse
I'm using the latest Android platform tools on Linux. I should have included this in my first message, but this is a Project Fi phone. I tried both builds in the Fi folder of the lolinet link in the OP, and both had the same problem. The model numbers on these do match my phone. (XT1962-1) I'm really struggling to find an explanation for my error message anywhere online.
Code:
fastboot: core/libsparse/sparse.cpp:131: int write_all_blocks(struct sparse_file *, struct output_file *): Assertion `pad >= 0' failed.
zsh: abort (core dumped) fastboot flash partition gpt.bin

A lightning said:
I'm using the latest Android platform tools on Linux. I should have included this in my first message, but this is a Project Fi phone. I tried both builds in the Fi folder of the lolinet link in the OP, and both had the same problem. The model numbers on these do match my phone. (XT1962-1) I'm really struggling to find an explanation for my error message anywhere online.
Code:
fastboot: core/libsparse/sparse.cpp:131: int write_all_blocks(struct sparse_file *, struct output_file *): Assertion `pad >= 0' failed.
zsh: abort (core dumped) fastboot flash partition gpt.bin
Click to expand...
Click to collapse
Post result of
Code:
fastboot --version
adb --version

ptn107 said:
Post result of
Code:
fastboot --version
adb --version
Click to expand...
Click to collapse
Code:
1% fastboot --version
fastboot version 29.0.2-ArchLinux
Installed as /usr/bin/fastboot
% adb --version
Android Debug Bridge version 1.0.41
Version 29.0.2-ArchLinux
Installed as /usr/bin/adb
In addition to my Linux distro's package, I also tried downloading platform-tools with Android sdkmanager and got the same errors,

I've used lineageos 14 in the past but it's been a while.
What advantages does lineageos 16 bring compared to Moto's pie?

ptn107 said:
I'm using the latest Android platform tools on Linux. I should have included this in my first message, but this is a Project Fi phone. I tried both builds in the Fi folder of the lolinet link in the OP, and both had the same problem. The model numbers on these do match my phone. (XT1962-1) I'm really struggling to find an explanation for my error message anywhere online.
Click to expand...
Click to collapse
I'm on FI with the same model.
Have you tried using older fastboot drivers or a different USB-c /USB port?

I sent the OP a pm asking if they would like any help or if they are willing to link us github information so we can start building and improving this for the River device.
Waiting to hear something back

Hell-Razor said:
I sent the OP a pm asking if they would like any help or if they are willing to link us github information so we can start building and improving this for the River device.
Waiting to hear something back
Click to expand...
Click to collapse
https://github.com/SyberHexen Here is his work.

flintman said:
https://github.com/SyberHexen Here is his work.
Click to expand...
Click to collapse
Thats not a guarantee its all the work he has done. He may still be pulling from multiple gits in a script. I would much rather talk to the op and check before trying to jump through loops that could easily be there.
EDIT: I sound like a **** there, I dont mean to be. I am just not great at this stuff so it may be nice to get a little help.

Related

[UNOFFICIAL][ROM] RessurectionRemix 6.x.x for Galaxy Tab E [SM-T377P/SM-T560NU]

{
"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:
** Disclaimer
I am not responsible if flashing this ROM bricks your
phone or causes thermonuclear war and ends the
world as we know it. You have been warned.
ROM Information
ROM Target Device: Samsung Galaxy Grand Prime SM-T377p | SM-T560NU
ROM Status: Beta
ROM OS: RessurectionRemix 6.x.x
Project GitHub Repositories: https://github.com/Galaxy-MSM8916
Project Gerrit Review site: https://review.msm8916.com/
Telegram Channel (for ROM build/completion notifications): https://telegram.me/Samsung_MSM89XX
Telegram Group (for Q&A): https://telegram.me/joinchat/AJrZvz_pGY7Pvfis9kzMwA
Bug reports: https://bugs.msm8916.com/
Click to expand...
Click to collapse
Device Names
Verify your device codename before downloading any firmwares or recovery images!
Code:
[B]SM-T377P[/B] - [COLOR="DarkSlateBlue"][B]gtesqltespr[/B][/COLOR]
[B]SM-T560NU[/B] - [COLOR="DarkSlateBlue"][B]gtelwifiue[/B][/COLOR]
Click to expand...
Click to collapse
Download
Lineage/Android builds: https://download.msm8916.com/ResurrectionRemix/
GApps: https://download.msm8916.com/OpenGApps/
or (recommended) :
GApps: https://download.msm8916.com/MindTheGapps/
TWRP Builds: https://download.msm8916.com/TWRP/
Click to expand...
Click to collapse
Instructions
If you are completely new to flashing custom ROMs and have no idea how to begin, start by downloading a TWRP image for your device from the links above and flash it using the ODIN tool (see below).
You cannot flash a custom ROM over stock recovery, so downloading a custom recovery is the first thing you will need to do.
Click to expand...
Click to collapse
If you are completely new to flashing custom ROMs and have no idea how to begin, start by downloading a TWRP image for your device from the links above and flash it using the ODIN tool (see below).
You cannot flash a custom ROM over stock recovery, so downloading a custom recovery is the first thing you will need to do.
Click to expand...
Click to collapse
Installation via recovery (TWRP/LineageOS Recovery)
* Download a recent .zip file from the links above for your device.
* Reboot into recovery mode [Press Power+Volume Up+Home].
* Wipe your data and cache partition (equivalent to doing a Factory Reset)
if you are coming from a stock ROM.
* Either: Plug in your phone into your computer, copy the zip file to a location on your Internal or External Storage on a device, click Install on TWRP on your phone and locate the zip file in the phone, or:
* Plug in your phone into your computer, and open Advanced->ADB Sideload on TWRP on your phone and swipe the slider to enter sideload mode.
Then open a command prompt/terminal on your computer in the folder you put the file by Shift-Clicking (Shift+Right Click) and selecting "Open Command Prompt/Terminal Here" (you will need to have adb installed) and type:
adb sideload name_of_zip.zip
to sideload the file. Replace name_of_zip.zip with the name of the file. If you are running Linux you may need to type adb kill-server and use sudo adb sideload if you get an `Insufficient Permissions` error.
* Download and flash GApps in the same way.
Click to expand...
Click to collapse
How to provide logcats
Under Windows:
Code:
[B]* Install samsung device drivers and then
the adb utils from here:[/B]
[url]https://forum.xda-developers.com/showthread.php?t=2588979[/url]
[b]* Then enable developer mode, connect your phone to usb,
and from [B]cmd[/B] paste this command:[/b]
[I]adb logcat > %userprofile%/Desktop/logcat.txt[/I]
[b]then try to reproduce the bug.[/b]
[b]* The logcat file will be on your desktop.[/b]
Under Linux:
Code:
[b]* Install the adb utils from your distribution's
package manager and execute the command:[/b]
[I]adb logcat > ~/logcat.txt[/I]
[b]then try to reproduce the bug.[/b]
[b]* The logcat file will be on your home directory.[/b]
* Create a bug report at https://bugs.msm8916.com/ and paste the logcat there.
* If you cant connect the device through adb on windows because the drivers, connect the device over wifi, enable adb over network on the quick setting tiles, and type:
Code:
adb connect [ip address here]
And then the adb logcat command for windows.
Click to expand...
Click to collapse
FAQ
Q: Are you taking device requests?
A: No.
Q: Are you accepting feature requests?
A: No.
Q: Can you make XXX ROM as well as LOS?
A: No.
Q: Can I throw money at you?
A: Most certainly. Donations are always welcome.
Click to expand...
Click to collapse
XDA:DevDB Information
[UNOFFICIAL][ROM] RessurectionRemix 6.x.x for Galaxy Tab E [SM-T377P/SM-T560NU], ROM for the Samsung Galaxy Tab E
Contributors
vince2678, minz1, deadman96385, vlw, Danil_e71
Source Code: https://github.com/Galaxy-MSM8916
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
ROM Firmware Required: >= 5.0 (Lollipop)
Based On: LineageOS
Version Information
Status: Beta
Created 2018-08-10
Last Updated 2018-10-10
Reserved
If this is your first time flashing O, you will need to install the latest unofficial TWRP image for your device from the links above before flashing a zip image, otherwise installation of a zip will invariably fail.
Reserved
What works
Code:
[B]
* RIL (messaging, [I]data possibly[/I])
* Bluetooth (including audio)
* WiFi
* Audio (music, etc)
* Camera (including video recording)
* Flash
* Sensors
* GPS
[/B]
Known Issues
Code:
[COLOR="RoyalBlue"][B]All devices[/B][/COLOR]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] Encryption does not work. This is indefinitely broken[/B]
Changelog
Code:
[COLOR="Red"][B]09/02/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Camera recording should be working again.
This was broken due to upstream android security change. [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Telephony should be working on the gtes (T377P). [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Core control has been disabled permanently, in-kernel. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] NFC may (or may not) be working this build on capable devices.
This is Untested. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Rebased lineage-15.1 branches in repos. This is mostly
for our benefit; just to tidy up the repos and make commit history more descriptive,
accurate and give proper credits to commit authors. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Reworked zram support in ROM. There are now two zram properties:
[I]ro.config.zram.enabled[/I] and [I]ro.config.zram.size[/I]
Set [I]ro.config.zram.enabled[/I] [I]true[/I] to enable zram;
and [I]ro.config.zram.size[/I] to set the size of the zram disk.
If you set this too large the system will slow down. You can also just use a zram
zip from the download server to do this automatically.[/B]
Code:
[COLOR="Red"][B]08/12/2018[/B][/COLOR]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] Camera recording is broken.
This is due to upstream android security change. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Reworked zram support in ROM. There are now two zram properties:
[I]ro.config.zram.enabled[/I] and [I]ro.config.zram.size[/I]
Set [I]ro.config.zram.enabled[/I] [I]true[/I] to enable zram;
and [I]ro.config.zram.size[/I] to set the size of the zram disk.
If you set this too large the system will slow down. You can also just use a zram
zip from the download server to do this automatically.[/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Enabled zram by default for low-ram (1GiB) devices [/B]
I can't seem to find the ROM for the 377p, there's no gtesqltespr listed in the ResurrectionRemix directory.
silver9990 said:
I can't seem to find the ROM for the 377p, there's no gtesqltespr listed in the ResurrectionRemix directory.
Click to expand...
Click to collapse
There was a build issue with RR yesterday (something broke upstream) which made builds fail at literally the last step (99%). I'll be rerunning them today.
Does this work on the sm-t377v?
I have a SM-T377T and I hate it, can this rom work on it?
Yes, when will a version that works be available? I have the sm-t560nu and tried to flash the 0804 update, and it comes up with Error 7. Is there a reason for this? What's going on?
ElsaReyes said:
Yes, when will a version that works be available? I have the sm-t560nu and tried to flash the 0804 update, and it comes up with Error 7. Is there a reason for this? What's going on?
Click to expand...
Click to collapse
Read the second post.
vince2678 said:
Read the second post.
Click to expand...
Click to collapse
Thank you! I feel stupid for not having noticed that.
Now though while the rom is flashing fine, the gapps is failing. lol. And I got it from here. It says the zip is corrupt.
---------- Post added at 11:07 PM ---------- Previous post was at 11:00 PM ----------
ElsaReyes said:
Thank you! I feel stupid for not having noticed that.
Now though while the rom is flashing fine, the gapps is failing. lol. And I got it from here. It says the zip is corrupt.
Click to expand...
Click to collapse
Nevermind, got it working. Guess the first download messed up somehow.
Hey Vince, sorry to bug you again but is the ROM for the 377p going to be available soon?
silver9990 said:
Hey Vince, sorry to bug you again but is the ROM for the 377p going to be available soon?
Click to expand...
Click to collapse
As of today, this moment, builds are up for all devices.
I was only able to do a bit of testing on this rom, as soon as I get more time I'll do some deeper testing. I was only able to get a partial logcat but I'll include what I have.
The audio on the latest RR build isn't working through wired headphones or Bluetooth.
reinerbraun2 said:
The audio on the latest RR build isn't working through wired headphones or Bluetooth.
Click to expand...
Click to collapse
The Rom is still a beta, its listed as such in the first post. Usually with unofficial builds it takes a few releases to work out the kinks, but for the most part everything is working beautifully. Give them some time and they'll work out the issue. You just gotta be patient.
---------- Post added at 08:33 PM ---------- Previous post was at 08:29 PM ----------
vince2678 said:
Code:
** Disclaimer
I am not responsible if flashing this ROM bricks your
phone or causes thermonuclear war and ends the
world as we know it. You have been warned.
ROM Information
Device Names
Download
Instructions
Installation via recovery (TWRP/LineageOS Recovery)
How to provide logcats
FAQ
XDA:DevDB Information
[UNOFFICIAL][ROM] RessurectionRemix 6.x.x for Galaxy Tab E [SM-T377P/SM-T560NU], ROM for the Samsung Galaxy Tab E
Contributors
vince2678, minz1, deadman96385, vlw, Danil_e71
Source Code: https://github.com/Galaxy-MSM8916
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
ROM Firmware Required: >= 5.0 (Marshmallow)
Based On: LineageOS
Version Information
Status: Beta
Created 2018-08-10
Last Updated 2018-08-10
Click to expand...
Click to collapse
Thank you for this man! I've been using a broken version of Lineage from a while back and there was no development for over a year so Its been sitting in my drawer. I also couldn't find a build of TWRP past 2.8.7 that would work and both your TWRP and rom worked beautifully! Thanks again much appreciation!
---------- Post added at 08:33 PM ---------- Previous post was at 08:33 PM ----------
vince2678 said:
Code:
** Disclaimer
I am not responsible if flashing this ROM bricks your
phone or causes thermonuclear war and ends the
world as we know it. You have been warned.
ROM Information
Device Names
Download
Instructions
Installation via recovery (TWRP/LineageOS Recovery)
How to provide logcats
FAQ
XDA:DevDB Information
[UNOFFICIAL][ROM] RessurectionRemix 6.x.x for Galaxy Tab E [SM-T377P/SM-T560NU], ROM for the Samsung Galaxy Tab E
Contributors
vince2678, minz1, deadman96385, vlw, Danil_e71
Source Code: https://github.com/Galaxy-MSM8916
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
ROM Firmware Required: >= 5.0 (Marshmallow)
Based On: LineageOS
Version Information
Status: Beta
Created 2018-08-10
Last Updated 2018-08-10
Click to expand...
Click to collapse
Thank you for this man! I've been using a broken version of Lineage from a while back and there was no development for over a year so Its been sitting in my drawer. I also couldn't find a build of TWRP past 2.8.7 that would work and both your TWRP and rom worked beautifully! Thanks again much appreciation!
New builds are up (if you've not seen the announcement).
RE: See the link in the announcement (or third post on the thread for changelog).
NB: The bootloop bug on lineage may have been fixed on devices on which this happened, but this is just a guess, and I can't be certain for sure.
props
vince2678 said:
New builds are up (if you've not seen the announcement).
RE: See the link in the announcement (or third post on the thread for changelog).
NB: The bootloop bug on lineage may have been fixed on devices on which this happened, but this is just a guess, and I can't be certain for sure.
Click to expand...
Click to collapse
Great rom by the way. Can you recommend any custom Kernels ?
thnx:good:
does this support SM-T561 model ?
ANY Lineage/RR ROM, this too, with broken telephony, no mobile network on SM-T377P ("insert SIM card".).
vince2678 said:
If this is your first time flashing O, you will need to install the latest unofficial TWRP image for your device from the links above before flashing a zip image, otherwise installation of a zip will invariably fail.
Click to expand...
Click to collapse
I don't get it. I'm able to flash stock Rom but not RR or Lineage for that matter

[UNOFFICIAL][ROM] LineageOS/Go 16.0 for Galaxy Tab E [SM-T377P/SM-T560NU]

{
"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 9 (Pie), 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.
Code:
** Disclaimer
I am not responsible if flashing this ROM bricks your
phone or causes thermonuclear war and ends the
world as we know it. You have been warned.
ROM Information
ROM Target Device: Samsung Galaxy Tab E SM-T560NU | SM-T377P
ROM Status: Testing
ROM OS: LineageOS/LineageOS Go 16.0
Project GitHub Repositories: https://github.com/Galaxy-MSM8916
Project Gerrit Review site: https://review.msm8916.com/
Telegram Channel (for ROM build/completion notifications): https://telegram.me/Samsung_MSM89XX
Telegram Group (for Q&A): https://telegram.me/joinchat/AJrZvz_pGY7Pvfis9kzMwA
Click to expand...
Click to collapse
Device Names
Verify your device codename before downloading any firmwares or recovery images for your device. Any device not on this list is not supported on this thread: If you install firmware from this list onto an unsupported device, any issues are your responsibility entirely, and I am not obligated to help in any way.
Code:
[B]SM-T560NU[/B] - [COLOR="DarkSlateBlue"][B]gtelwifiue[/B][/COLOR]
[B]SM-T377P[/B] - [COLOR="DarkSlateBlue"][B]gtesqltespr[/B][/COLOR]
Click to expand...
Click to collapse
Download
If you are completely new to flashing custom ROMs and have no idea how to begin, start by downloading a TWRP image for your device from the link below and flash it using the ODIN tool (see Instructions below). You cannot flash a custom ROM over stock recovery, so downloading a custom recovery is the first thing you will need to do:
TWRP Builds: https://download.msm8916.com/TWRP/
Click to expand...
Click to collapse
ROM Downloads can be found at:
LineageOS builds: https://download.msm8916.com/LineageOS/16.0/
LineageOS GO builds: https://download.msm8916.com/LineageOS_Go/16.0/
Click to expand...
Click to collapse
You will probably need to install GApps (Google Apps Suite) as well if you want access to Play Store, and other Google apps. There are two versions:
GApps: https://download.msm8916.com/OpenGApps/
or (recommended for lineage) :
GApps: https://download.msm8916.com/MindTheGapps/
Click to expand...
Click to collapse
Instructions
Installation via recovery (TWRP/LineageOS Recovery)
* Download a recent .zip file from the links above for your device.
* Reboot into recovery mode [Press Power+Volume Up+Home].
* Wipe your data and cache partition (equivalent to doing a Factory Reset)
if you are coming from a stock ROM.
* Either: Plug in your phone into your computer, copy the zip file to a location on your Internal or External Storage on a device, click Install on TWRP on your phone and locate the zip file in the phone, or:
* Plug in your phone into your computer, and open Advanced->ADB Sideload on TWRP on your phone and swipe the slider to enter sideload mode.
Then open a command prompt/terminal on your computer in the folder you put the file by Shift-Clicking (Shift+Right Click) and selecting "Open Command Prompt/Terminal Here" (you will need to have adb installed) and type:
adb sideload name_of_zip.zip
to sideload the file. Replace name_of_zip.zip with the name of the file. If you are running Linux you may need to type adb kill-server and use sudo adb sideload if you get an `Insufficient Permissions` error.
* Download and flash GApps in the same way.
Click to expand...
Click to collapse
How to provide logcats
Under Windows:
Code:
[B]* Install samsung device drivers and then
the adb utils from here:[/B]
[url]https://forum.xda-developers.com/showthread.php?t=2588979[/url]
[b]* Then enable developer mode, connect your phone to usb,
and from [B]cmd[/B] paste this command:[/b]
[I]adb logcat > %userprofile%/Desktop/logcat.txt[/I]
[b]then try to reproduce the bug.[/b]
[b]* The logcat file will be on your desktop.[/b]
Under Linux:
Code:
[b]* Install the adb utils from your distribution's
package manager and execute the command:[/b]
[I]adb logcat > ~/logcat.txt[/I]
[b]then try to reproduce the bug.[/b]
[b]* The logcat file will be on your home directory.[/b]
* Submit the logcat here on the forums, or on the Telegram group.
* If you cant connect the device through adb on windows because the drivers, connect the device over wifi, enable adb over network on the quick setting tiles, and type:
Code:
adb connect [ip address here]
And then the adb logcat command for windows.
Click to expand...
Click to collapse
FAQ
Q: Are you taking device requests?
A: No.
Q: Are you accepting feature requests?
A: No.
Q: Can you make XXX ROM as well as LOS?
A: No.
Q: Can I throw money at you?
A: Most certainly. Donations are always welcome.
Click to expand...
Click to collapse
XDA:DevDB Information
[UNOFFICIAL][ROM] LineageOS/Go 16.0 for Galaxy Tab E [SM-T377P/SM-T560NU], ROM for the Samsung Galaxy Tab E
Contributors
vince2678, minz1, deadman96385, vlw, Danil_e71
Source Code: https://github.com/Galaxy-MSM8916
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
ROM Firmware Required: >= 5.0 (Lollipop)
Based On: LineageOS
Version Information
Status: Beta
Created 2018-09-26
Last Updated 2019-09-08
Reserved
If this is your first time flashing P, you will need to install the latest unofficial TWRP image for your device from the links above before flashing a zip image, otherwise installation of a zip will invariably fail.
Reserved
What works
Code:
[B]
[STRIKE]* RIL (in-call audio, messaging, [I]data possibly[/I])[/STRIKE]
* Bluetooth (including audio)
* WiFi
* Audio (music, etc)
* Camera (including video recording)
* Flash
* Sensors
* GPS
[/B]
Known Issues
Code:
[COLOR="RoyalBlue"][B]All devices[/B][/COLOR]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] Audio is buggy (music playback through speaker/headphones in particular) [/B]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] RIL (telephony) is broken [/B]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] Encryption does not work. This is indefinitely broken[/B]
Changelog
Code:
[COLOR="Black"][B]27/09/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] WiFi should be working on the latest build [/B]
Code:
[COLOR="Black"][B]26/09/2018[/B][/COLOR]
* [B][[COLOR="Green"]NOTE[/COLOR]][/B] [B] First working image built. [/B]
i chose gapps 32 or 64 bit for sm-t560nu???
mrmaximebarry said:
i chose gapps 32 or 64 bit for sm-t560nu???
Click to expand...
Click to collapse
32 bit
vince2678 said:
32 bit
Click to expand...
Click to collapse
Thx mister
steps to flash from stock rom 4.4.4
Hi i just acquired 2 of the SM-T560 models, firstly would this current stock 4.4.4 rom work with above ROM, secondly i see it needs a MM firmware beforehand, any help GREATLY appreciated.
device type: gtelwifi
csc code: BTU (uk)
Bootloader, CSC & PDA version: T560XXUOAPL1
ProductCode: SM-T560NZKABTU
Any steps on flashing this ROM or recommendtions for other ROMS which will work with above device
PS : No cellular only wi-fi
CirrusUK said:
Hi i just acquired 2 of the SM-T560 models, firstly would this current stock 4.4.4 rom work with above ROM, secondly i see it needs a MM firmware beforehand, any help GREATLY appreciated.
device type: gtelwifi
csc code: BTU (uk)
Bootloader, CSC & PDA version: T560XXUOAPL1
ProductCode: SM-T560NZKABTU
Any steps on flashing this ROM or recommendtions for other ROMS which will work with above device
PS : No cellular only wi-fi
Click to expand...
Click to collapse
The device supported is the SM-T560NU, aka gtelwifiue.
The device you have is not supported.
The links for this rom isn't working
reinerbraun2 said:
The links for this rom isn't working
Click to expand...
Click to collapse
For me it took a couple of minutes just for the file to load in my browser. Downloading the file has been slow (~30-100 KB/s) & it's taken a little over 3 hours to download.
Amazing work @vince2678. I am going to give it a try. My first flash after 3 years.
Were the Go builds intentionally wiped?
The latest gtelwifiue builds are here:
Normal build: https://github.com/Galaxy-MSM8916/releases/releases/tag/lineage-16.0-j14-20181015-NIGHTLY-gtelwifiue
GO build: https://github.com/Galaxy-MSM8916/r...ineage-go-16.0-j1-20181015-NIGHTLY-gtelwifiue
Does anyone know how to quickly sort or search the builds on github? It takes a while to hunt through them.
On the bright side, the latest (non-Go) build is working really well. Other than the Pie recents menu which is just awful... Music playback seems to be fine, they must have fixed that bug. Even my sdcard, which did not work on the Lineagte 15.1 builds, works properly here on 16.0. Great work by the dev team.
Can I install SuperSU via TWRP on this ROM
BigJ30039 said:
Can I install SuperSU via TWRP on this ROM
Click to expand...
Click to collapse
You should be able to, if SuperSU supports Android 9. I'm using Magisk for su and root management, seems to work well.
This ROM is great. The only problem I've encountered on this and your 15.1 ROM is with the YouTube app. I can load the YouTube app just fine, but it will just try and load any type of feed in the app forever and no videos will ever show up.
Trylr said:
This ROM is great. The only problem I've encountered on this and your 15.1 ROM is with the YouTube app. I can load the YouTube app just fine, but it will just try and load any type of feed in the app forever and no videos will ever show up.
Click to expand...
Click to collapse
I actually fixed my problem. I flashed the latest stock rom for my device, then I reflashed this rom and it is working now.
1. So, " Android 9 (Pie)" or "ROM OS Version: 8.x Oreo" ??
2. Still "RIL (telephony) is broken "? (GO build) Calls/texts - most important for me on my SM-T377P. BTW, installed call app and text app?
does this support SM-T561 model ?
any 3rd party mirrors for the Roms?

[ROM][UNOFFICIAL][10] Lineage 17.1 for Motorola One [DISCONTINUED]

{
"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:
/*
* Your warranty is... still valid?
*
* 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 a free, community built, aftermarket firmware distribution of Android 10, 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. You can also view the Changelog for a full list of changes & features.
What's working :
Boots
RIL Afaik
Audio
Wi-Fi
Camera/Video Recording
Video Playback
Etc
What's not working:
You Tell Me, I don't own this device, development was done with testers. If you will post about a bug please provide a logcat or it will be disregarded.
How to install?
Download The ROM
Put the ROM File In Internal Storage Or SD Card.
Wipe: System, Data, Dalvik Cache & Cache
Flash ROM
Reboot into recovery
Flash Gapps (optional)
Reboot & Enjoy
ROM Download:
Discontinued
GAPPS Downloads:
OpenGapps: https://opengapps.org/
Join The Motorola One Telegram Channel Now for more Updates..!
Link: https://t.me/MotoOne_deen
If you wanna buy me lunch: https://paypal.me/electimon
Contributors
@Electimon Maker of ROM and tree
@erfanoabdi Maker of sdm632-common tree from which I based off of
Serban, master tester I don't own this phone
ROM OS Version: Android 10
ROM Kernel: Linux 3.18.*
ROM Firmware Required: Latest Firmware
Version Information
Status: Stable
Created 2020-07-10
Last Updated 2020-07-11
2020-07-10: initial build
2020-07-11: Fixed random reboots
Which command do i use to install it? Ir it's vía twrp?
2020-07-11: Fixed random reboots due to WiFi
Please check the download link and update. Thank you
Instructions to get the LOS:
1. Fastboot erase userdata
2. fastboot getvar all (check boot slot, remember him)
3. fastboot boot twrp.img (idk, what name have your twrp)
4. wipe data, system, dalvik
5. adb push rom
6. flash rom
7. reboot to fastboot (bootloader)
8. fastboot getvar all (check boot slot, if the same as before change him)
9. fastboot set_active b if your slot is a (if not you didn't make anything)
10. fastboot erase userdata
11. boot system
12. after boot go to TWRP
13. flash gapps
14. boot system second time
15. greetings, your deen have LOS
led notifications and swipe fingerprint to see notifications not trigger on my deen xt1941-5
Enviado desde mi Motorola One mediante Tapatalk
G0uk1 said:
Instructions to get the LOS:
1. Fastboot erase userdata
2. fastboot getvar all (check boot slot, remember him)
3. fastboot boot twrp.img (idk, what name have your twrp)
4. wipe data, system, dalvik
5. adb push rom
6. flash rom
7. reboot to fastboot (bootloader)
8. fastboot getvar all (check boot slot, if the same as before change him)
9. fastboot set_active b if your slot is a (if not you didn't make anything)
10. fastboot erase userdata
11. boot system
12. after boot go to TWRP
13. flash gapps
14. boot system second time
15. greetings, your deen have LOS
Click to expand...
Click to collapse
could you install magisk? i can't pass through the welcome screen.
it pops up everytime the Interf System keeps stoping. sometime it goes to the Updating screen the big circle spinning.
but then, the app crashes again
dsync44 said:
could you install magisk? i can't pass through the welcome screen.
it pops up everytime the Interf System keeps stoping. sometime it goes to the Updating screen the big circle spinning.
but then, the app crashes again
Click to expand...
Click to collapse
Do you do the fastboot erase userdata after flash Lineage?
Now I'm at PEPlus and this is so much better than stock.
And your question:
Yes, you can install Magisk after 1st boot.
Also you can pass SafetyNet.
please pm me to more details
need help pls
Sorry for my bad english.
I want to flash the lineage os
I have unlocked my bootloader
now i need to flash a custom recovery?
i have tryed to find the right twrp for my motorola one xt1941-4
can i have a link with a working recovery.img and a easy manual if possible?
I have read about a patched boot.img instead of the recovery.img
very thanks for any help i can get
yago89 said:
Sorry for my bad english.
now i need to flash a custom recovery?
i have tryed to find the right twrp for my motorola one xt1941-4
Click to expand...
Click to collapse
You can not flash recovery, instead you have to boot it remotely.
Download twrp-deen.5.img to your PC (I think 5 is the latest version):
https://androidfilehost.com/?fid=11410963190603890360
connect phone to USB, open platform tools, boot phone to fastboot mode
and boot into recovery:
fastboot boot "C:\your_path_to\twrp_deen-5.img"
Do i have to wipe USB-OTG in first step too?
Thank you!
El Esposito said:
You can not flash recovery, instead you have to boot it remotely.
Download twrp-deen.5.img to your PC (I think 5 is the latest version):
connect phone to USB, open platform tools, boot phone to fastboot mode
and boot into recovery:
fastboot boot "C:\your_path_to\twrp_deen-5.img"
Click to expand...
Click to collapse
This twrp booted for me with no problems.
Remember
-installed latest drivers
-added fastboot dir to path
-ensured devtools and usb debugging enabled on phone
-run fastboot's terminal/command prompt window as elevated admin user
this rom with ZERO gapps == Bliss. Thank you Electimon and crew!
this ROM is perfect, why would someone try something else? its hard to think on any advantage over it.
Hi there!
Newbie here, so forgive me not having read all the manuals and the whole web so I will forgive you not having all the answers to my questions
Is there a more recent version of LineageOS for the Motorola One XT1941-4 (deen) than this one above? Where do I get it?
Where would I go first to learn how to develop a custom build and/or try to adapt the most recent Lineage to my device?
Regarding to the Custom Build in the initial post above, the steps to install it with success are not very specific for this device. I will make a better step by step instruction shortly. The Moto One is *****y about the bootloader and doesn't accept oem commands or so it seems.
I search for a Motorola device that gets official Lineage and official RevengeOS support. Any advice is appreciated.
What does this blankflash utility exactly do and who is it from? What does it do different than fastboot commands?
Lineage OS 18.1 what Is?
Hi, I want to buy a Motorola One, but in one shop it has android 8 and another one says it has android 8.1.
Here I found the official LineageOS version: https://www.getdroidtips.com/lineage-os-17-1-motorola-one/,
but it says it is based on Android10Q. Would this be a problem?
Link is broken
Link to LineageOS builds: http://2pwn.tk/android/deen/LineageQ/
Electimon said:
Code:
/*
* Your warranty is... still valid?
*
* 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 a free, community built, aftermarket firmware distribution of Android 10, 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. You can also view the Changelog for a full list of changes & features.
What's working :
Boots
RIL Afaik
Audio
Wi-Fi
Camera/Video Recording
Video Playback
Etc
What's not working:
You Tell Me, I don't own this device, development was done with testers. If you will post about a bug please provide a logcat or it will be disregarded.
How to install?
Download The ROM
Put the ROM File In Internal Storage Or SD Card.
Limpe: Sistema, Dados, Dalvik Cache e Cache
ROM Flash
Reiniciar para recuperação
Flash Gapps (opcional)
Reinicie e aproveite
Download da ROM:
https://1pwn.tk/android/deen/LineageQ/lineage-17.1-20200710-UNOFFICIAL-deen-2.zip
Downloads GAPPS:
OpenGapps : https://opengapps.org/
Junte-se ao canal Motorola One Telegram agora para mais atualizações ..!
Link: https://t.me/MotoOne_deen
Se você quer me pagar um almoço: https://paypal.me/electimon
Contribuidores
[MENTION = 7198594] Electimon [/ MENTION] Criador de ROM e árvore
[MENÇÃO = 6298645] erfanoabdi [/ MENÇÃO] Criador da árvore sdm632-common da qual eu baseei
Serban, testador mestre Não tenho este telefone
Versão do ROM OS: Android 10
Kernel da ROM: Linux 3.18. *
Firmware ROM necessário: Firmware mais recente
Versão informação
Status: Estável
Created 2020-07-10
Last Updated 2020-07-11
2020-07-10: initial build
2020-07-11: Fixed random reboots
Click to expand...
Click to collapse
Funciona com Motorola one macro?
Hi,
Thanks for this port. I'd like to try to rebuild and hopefully update it, but can't find the sources. Could you please point me to the source tree?
Thanks by advance
KjoHansiGlaz said:
Could you please point me to the source tree?
Click to expand...
Click to collapse
I found :
https://github.com/electimon/device_motorola_deen
https://github.com/electimon/vendor_motorola_deen
https://github.com/electimon/kernel-msm
But it seems I still miss parts. Would someone please share their repo local_manifest ?

[CLOSED][ROM][UNOFFICIAL][Q] LineageOS 17.1 for Redmi Note 9 Pro [joyeuse]

{
"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:
/*
* 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 a free, community built, aftermarket firmware distribution of Android 10, 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. You can also view the Changelog for a full list of changes & features.
Bugs
- NFC
Note: SELinux is enforcing
Installation instructions
- Flash my recovery (see below)
- Go to fastbootd
- Execute the following commands with a PC:
Code:
fastboot erase system
Code:
fastboot erase vendor
Code:
fastboot erase product
- Format data and cache
- Flash the ROM
- (Optional) Flash gapps and/or Magisk
- Reboot
Download
Note: ROM abandoned in favor of miatoll (unified ROMs for curtana, joyeuse and excalibur) builds, please flash other ROMs
- ROM
- Recovery
- GApps aren't included, OpenGapps pico or nano recommended
Sources
- Xiaomi SM6250 common device tree
- Redmi Note 9 Pro device tree
- Xiaomi SM6250 kernel sources
- Xiaomi vendor blobs
Thanks to:
- Erfan Abdi for common device tree
- All the testers that helped me
XDA:DevDB Information
[ROM][UNOFFICIAL][Q] LineageOS 17.1 for Redmi Note 9 Pro [joyeuse], ROM for the Redmi Note 9 Pro
Contributors
SebaUbuntu
Source Code: https://github.com/LineageOS
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Based On: LineageOS
Version Information
Status: Stable
Created 2020-08-08
Last Updated 2020-08-10
Reserved
Thanks for the ROM!
Thanks for this ROM. Finally someone decided to work on Joyeuse LineageOS.
Is it possible to use signature spoofing on this ROM? (MicroG)
Wow. Thanks.
Great work ! Thanks ! It runs perfectly and I enjoy it
Did you sign the build with your own keys or with the public LineageOS keys the come by default?
As in, does LineageOS Trust complain about the keys used for signing?
Can't erase any of the partitions. What to do?
Code:
[Unixsystem ~]$ fastboot erase system
Erasing 'system' FAILED (remote: 'Check device console.')
fastboot: error: Command failed
heyadmwutanime said:
Can't erase any of the partitions. What to do?
Click to expand...
Click to collapse
You must do first : "fastboot reboot fastboot" to inter on fastbootd
DICKO1984 said:
You must do first : "fastboot reboot fastboot" to inter on fastbootd
Click to expand...
Click to collapse
Thank you very much! It worked.
I installed MIUI V11.0.5 before. At flashing LineageOS (ADB sideload inside LOS recovery) it said "patching firmware images". Did it overwrite the firmware then?
How should I root this LineageOS ROM? Same way as https://forum.xda-developers.com/re.../how-to-unlock-root-redmi-9-9s-9-pro-t4108913 and extract boot.img from V11.0.5 vendor image?
This doesnt work on Curtana, does it?
@SebaUbuntu : thank you so much!!! Great work!
@heyadmwutanime : take the boot image from the lineageOS zip and then use the Magisk manager app to create a patched version. goto fastboot and flash patched boot image.
Playing with cams: anx(cannot get portrait to work) gcam versions(different lenses do not work well) Gonna try all over again tomorrow.
kheno said:
[MENTION=9769628]
Playing with cams: anx(cannot get portrait to work) gcam versions(different lenses do not work well) Gonna try all over again tomorrow.
Click to expand...
Click to collapse
Did you install OpenGapps or MicroG to use GCam? I tried sideloading nanodroid zip (including MicroG and patch spoofing) but no recovery (LineageOS recovery or PBRP) is able to do it. Why the heck isn't there a good TWRP recovery yet? :crying:
edit: Sideloading in PBRP isn't possible. Only possible to install zip from internal storage or MicroSD. Bad thing LineageOS boot animation is running forever. :crying: Then how would you even flash OpenGapps?
installed opengapps with the recovery provided. Its the lineage recovery and works.
You can only sideload with this recovery. Make sure you have the latest adb tools.
I had problems with sideloading before, and found out that the adb exec was not the latest version (although the "install" tool was the latest version)
Anx camera is being installed as Magisk module. Or gcam versions were installed as apk and an xml file.
About pbrp, I saw there is a 3.0.0 version available on telegram : joyeuse discussion group.
I have not tried this on yet, still
I also note that some errors (cannot mount system/product/ ...) can be resolved to first unmount those partitions in twrp/pbrp before flashing the file.
If boot anim is running forever, goto recovery and erase cache/data, then reboot.
kheno said:
Playing with cams: anx(cannot get portrait to work) gcam versions(different lenses do not work well) Gonna try all over again tomorrow.
Click to expand...
Click to collapse
Did you install the ANXCustlibs addon from the website? That's needed for portrait mode. This one should be the right version:
MOD EDIT: Link Removed
(taken from their website. Don't own this phone yet so can't test it)
M47Z said:
Did you install the ANXCustlibs addon from the website? That's needed for portrait mode. This one should be the right version:
MOD EDIT: Link Removed
(taken from their website. Don't own this phone yet so can't test it)
Click to expand...
Click to collapse
For me working variant is:
ANXCameraUnity_185.SaltyIntelligentPlainsqueaker.zip
48MPFixQ_181.GlossyIntelligentCock.zip
Ultra pixel works, camera works, but Portrait mode doesn't work.
Additionally infrared doesn't work.
Auto brightness is too high on daylight. Could you please lower it overall and also bring it to 0% when it's completely dark?
julle131 said:
Did you sign the build with your own keys or with the public LineageOS keys the come by default?
As in, does LineageOS Trust complain about the keys used for signing?
Click to expand...
Click to collapse
I don't use custom keys to sign the build
Yes Trust will complain, but you can ignore the warnings
M47Z said:
Did you install the ANXCustlibs addon from the website? That's needed for portrait mode. This one should be the right version:
MOD EDIT: Link Removed
(taken from their website. Don't own this phone yet so can't test it)
Click to expand...
Click to collapse
I used the 48MPFixQ_170.SophisticatedFatBetafish.zip addon and that one contains CustLibs already it seems.
Tried installing the latest customlibs after uninstalling the 48mpxfix, but that made portrait and 64mpx function not working.
Thanks for the suggestion anyways! it was worth a try. :good:
Sadly the download links for the ROM and Recovery are failing...
---------- Post added at 11:38 PM ---------- Previous post was at 11:23 PM ----------
zzzardoz said:
Sadly the download links for the ROM and Recovery are failing...
Click to expand...
Click to collapse
Never mind, links are working now

Development [ROM] [12.1.0] [alioth/aliothin] ArrowOS 12.1 [OFFICIAL] [DISCONTINUED]

{
"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
*/
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
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
Tip: Select OEM -> Device, choose Arrow-12.1 version, choose build type: "GAPPS" or "VANILLA" to download.
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/ArrowOS-Devices/android_kernel_xiaomi_alioth
ROM OS Version: Android 12L
ROM Kernel: Linux 4.x
ROM Firmware Required: MIUI S
Based On: AOSP
INSTALLATION PROCEDURE:
Arrow-12.1 (after 2022-08-19): Recommend use with fw part MIUI V13.0.5.0.SKHMIXM
Arrow-12.1: Recommend use with fw part MIUI V13.0.2.0.SKHMIXM (A12 Global).
Arrow-12.0: Recommend use with fw part MIUI 12.5.5.0 Global (MI).
__________________________________________________
First installation (Clean flash):
You need PC with adb/fastboot tools.
Download boot, vendor_boot and rom zip:
https://drive.google.com/file/d/1o-4T4hfEtxECIss-DVSSYAM1Kvy2iDN9/view?usp=sharing
https://drive.google.com/file/d/1PgtI8bOV1yjmTZJ7euP6xDFzMszY6AXb/view?usp=sharing
https://arrowos.net/download/alioth
Reboot in fastboot. Flash arrowos recovery (boot.img and vendor_boot.img):
fastboot flash boot_ab boot_alioth.img
fastboot flash vendor_boot_ab vendor_boot_alioth.img
Reboot in ArrowOS Recovery:
fastboot reboot recovery
Make format data (Factory reset -> Format data).
Flash ROM (Apply update -> Apply from ADB):
adb sideload name.zip
Follow what show on device, should be ... Step 1/2 -> 2/2, then flashing ended, can reboot device in system. (In cmdline: If the process succeeds the output will stop at 47% and report `adb: failed to read command: Success`. In some cases it will report `adb: failed to read command: No error` which is also fine!")
If you want install separate gapps on vanilla buildtype, after flash ROM:
Advanced -> Reboot to recovery
Flash gapps (Apply update -> Apply from ADB):
adb sideload name.zip
__________________________________________________
Install updates via Updater:
Go in Settings -> System -> Updater
Downlad new build -> Install -> Reboot
Device will automatically download, install a new build and reboot.
Installation can take up to 1 hour, on 50% will stuck, it normal, just waiting (Why? - Don't forget, you now have a/b devices, a new update is installed in the background in an inactive slot, without recovery. That's why it's taking so long. Don't like? Flash manually via recovery.)
___________________________________________________
Update arrow-12.0 -> arrow-12.1
Install updates via recovery (dirty flash):
You need PC with adb/fastboot tools.
1) Download new build and reboot into Recovery
2) Flash ROM (Apply update -> Apply from ADB):
adb sideload name.zip
3) Reboot into System
__________________________________________________
How update only fw part MIUI:
You need PC with adb/fastboot tools.
Download fw part MIUI, which you need from: https://xiaomifirmwareupdater.com/archive/firmware/alioth/
1) Reboot into Recovery
2) Flash fw part MIUI (Apply update -> Apply from ADB):
adb sideload name.zip
Look on device:
WIll show "Signature verification error" -> Tap "Install anyway" -> Waiting installation end.
3) Reboot into System, if you installed it after new ROM build, or Reboot into Recovery, if you want flash new ROM build.
__________________________________________________
Also you can use TWRP for install or update this ROM. Instructions you can find in twrp topics or telegram groups.
__________________________________________________
My official telegram group: CLICK HERE
First Nice job!
0w0w0
Nice ! Great work once again
palaych said:
INSTALLATION PROCEDURE:
Recommend use with fw part MIUI 12.5.4.0 Global / 12.5.5.0 India / 12.5.6.0 EU / 12.5.6.0 China or newer.
First installation (Clean flash):
You need adb/fastboot tools.
Download boot, vendor_boot and rom zip:
https://drive.google.com/file/d/1o-4T4hfEtxECIss-DVSSYAM1Kvy2iDN9/view?usp=sharing
https://drive.google.com/file/d/1PgtI8bOV1yjmTZJ7euP6xDFzMszY6AXb/view?usp=sharing
https://arrowos.net/download/alioth
Reboot in fastboot. Flash boot and vendor_boot:
fastboot flash boot_ab boot_alioth.img
fastboot flash vendor_boot_ab vendor_boot_alioth.img
Reboot in ArrowOS Recovery:
fastboot reboot recovery
Make format data (Factory reset -> Format data).
Flash ROM (Apply update -> Apply from ADB):
adb sideload name.zip
Follow what show on device, should be ... Step 1/2 -> 2/2, then flashing ended, can reboot device in system. (In cmdline: If the process succeeds the output will stop at 47% and report `adb: failed to read command: Success`. In some cases it will report `adb: failed to read command: No error` which is also fine!")
If you want install separate gapps on vanilla buildtype, after flash ROM:
Advanced -> Reboot to recovery
Flash gapps (Apply update -> Apply from ADB):
adb sideload name.zip
__________________________________________________
Install Update (dirty flash):
Go in Settings -> System -> Updater
Downlad new build -> Install
Device will automatically download, reboot into recovery and install a new build.
___________________________________________________
My official telegram group: CLICK HERE
Click to expand...
Click to collapse
It's unofficial ? Will it need a clean flash later (when stable comes out) ?
awesome!! keep it up dev!
Does vilte works?
Nice!!!
If I'm not asking too much, can you add Android Auto in the next update?
I've just installed it, flashed magisk on top and OOF, everything is very smooth, I like it. =D
Thank you for this awesome project!
You cannot change the color of the icons when changing the wallpaper, why?
gustavo.carrera said:
You cannot change the color of the icons when changing the wallpaper, why?
Click to expand...
Click to collapse
Auhh it's beta
maybe a silly question but is it the end of A11 is 2021-10-09 final build for A11
Thank you very much for sharing this rom
nice .i like it
Can ArrowOS 11 be directly upgraded to ArrowOS 12?
DeathStroke47 said:
lol it is official rom available on arrow os website.
Click to expand...
Click to collapse
No ?
vmtest said:
Can ArrowOS 11 be directly upgraded to ArrowOS 12?
Click to expand...
Click to collapse
It's advised to do a clean flash, but I saw someone do a dirty flash from Arrow 11 with no problems
DeathStroke47 said:
There is no official tag on experimental builds. Maintainer is the same.
Click to expand...
Click to collapse
Thanks for the response
Very happy with this ROM! So far the only issues I've encountered are:
Issues with Nova Launcher constantly crashing
Weird issue on setup (I did a clean install) where part of the Google Pay setup process had white text on a white background (so most things were illegible)
Padding issue with the battery/network/etc. icons on the top right (lot of extra padding from the right corner/edge)
Other than that, installed Nikita Gcam so the camera experience is good, no Bluetooth issues so far, Material You coloring is working well with Muzei + Google Earth plugin. Will be sticking with the A12 build(s) going forward.

Categories

Resources