[ROM] [Android 11] [taimen] ArrowOS 11.0 | OFFICIAL - Google Pixel 2 XL ROMs, Kernels, Recoveries, & Oth

{
"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​
ABOUT
ArrowOS is an AOSP/CAF based project 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
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
ROM Source: https://github.com/ArrowOS
Kernel Source: https://github.com/ReallySnow/android_kernel_google_wahoo
Device Source: https://github.com/ReallySnow/android_device_google_taimen
Common Source: https://github.com/ReallySnow/android_device_google_wahoo
ROM OS Version: Android 11
ROM Kernel: Linux 4.4.x
ROM Firmware: built-in
Version Information
Status: Stable
Created 2021-03-26
Last Updated 2021-04-25

ReallySnow said:
ArrowOS​
ABOUT
ArrowOS is an AOSP/CAF based project 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
Note: No GAPPS version is built
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
ROM Source: https://github.com/ArrowOS
Kernel Source: https://github.com/ReallySnow/android_kernel_google_wahoo
Device Source: https://github.com/ReallySnow/android_device_google_taimen
Common Source: https://github.com/ReallySnow/android_device_google_wahoo
ROM OS Version: Android 11
ROM Kernel: Linux 4.4.x
ROM Firmware: built-in
Version Information
Status: Stable
Created 2021-03-26
Last Updated 2021-03-26
Click to expand...
Click to collapse
Hi. What features are include? Thank you

irmas5 said:
Hi. What features are include? Thank you
Click to expand...
Click to collapse
You sometimes need to visit the links in the OP
What is ArrowOS? – ArrowOS Blog

Same issue for me as far too many ROMs on here lately, errors out when installing NikGapps (full) with config file
"Installation Failed! Looks like Storage space is full!"
Even though the script finds more than enough space to install it....weird
Oh well, back to Proton or Pixel Experience which dont have that issue....its just me i refuse to use a small G-Apps package than ive used forever on every other ROM...

Figured it out

73sydney said:
You sometimes need to visit the links in the OP
What is ArrowOS? – ArrowOS Blog
Click to expand...
Click to collapse
You sometimes need to visit the links in the OP of nikgapps, and edit configuration file:
# NikGapps configuration file
# What is nikgapps.config?
# nikgapps.config is a configuration file which allows you to configure your installation the way you like.
# You can choose the partition to install and You can also skip any Package that you don't want to be part of your installation
# Where can I find nikgapps.config?
# nikgapps.config is placed in /sdcard/NikGapps folder automatically after first install with all the packages enabled for installation
# If you want to configure the installation with your very first installation, extract nikgapps.config from the gapps zip and place it to /sdcard/NikGapps folder
# NikGapps packages recognizes nikgapps.config from other places as well, following is the precedence of the location
# 1. "/tmp/nikgapps.config"
# 2. "$ZIPDIR/nikgapps.config" where ZIPDIR is the directory NikGapps package is located
# 3. "/sdcard1/nikgapps.config"
# 4. "/sdcard1/NikGapps/nikgapps.config"
# 5. "/sdcard/nikgapps.config"
# 6. "/sdcard/NikGapps/nikgapps.config"
# How to configure nikgapps.config?
# Edit the file and set 0,1,2,-1 against the package that you want to configure, save the file, flash the gapps.
# NikGapps installer recognizes 4 config values
# -> 0 (Skip the package)
# -> 1 (install the package and delete corresponding aosp app)
# -> 2 (install the package and do not delete corresponding aosp app)
# -> -1 (uninstalls the package if mode=uninstall)
# For e.g. if you want to skip GoogleContacts during the installation, the config should read GoogleContacts=0.
# if you want to install GoogleContacts and remove Aosp Contacts, config should read GoogleContacts=1.
# if you want to install GoogleContacts and keep Aosp Contacts, config should read GoogleContacts=2.
# if you want to uninstall GoogleContacts, config should read GoogleContacts=-1 and mode=uninstall

irmas5 said:
You sometimes need to visit the links in the OP of nikgapps, and edit configuration file:
# NikGapps configuration file
# What is nikgapps.config?
# nikgapps.config is a configuration file which allows you to configure your installation the way you like.
# You can choose the partition to install and You can also skip any Package that you don't want to be part of your installation
# Where can I find nikgapps.config?
# nikgapps.config is placed in /sdcard/NikGapps folder automatically after first install with all the packages enabled for installation
# If you want to configure the installation with your very first installation, extract nikgapps.config from the gapps zip and place it to /sdcard/NikGapps folder
# NikGapps packages recognizes nikgapps.config from other places as well, following is the precedence of the location
# 1. "/tmp/nikgapps.config"
# 2. "$ZIPDIR/nikgapps.config" where ZIPDIR is the directory NikGapps package is located
# 3. "/sdcard1/nikgapps.config"
# 4. "/sdcard1/NikGapps/nikgapps.config"
# 5. "/sdcard/nikgapps.config"
# 6. "/sdcard/NikGapps/nikgapps.config"
# How to configure nikgapps.config?
# Edit the file and set 0,1,2,-1 against the package that you want to configure, save the file, flash the gapps.
# NikGapps installer recognizes 4 config values
# -> 0 (Skip the package)
# -> 1 (install the package and delete corresponding aosp app)
# -> 2 (install the package and do not delete corresponding aosp app)
# -> -1 (uninstalls the package if mode=uninstall)
# For e.g. if you want to skip GoogleContacts during the installation, the config should read GoogleContacts=0.
# if you want to install GoogleContacts and remove Aosp Contacts, config should read GoogleContacts=1.
# if you want to install GoogleContacts and keep Aosp Contacts, config should read GoogleContacts=2.
# if you want to uninstall GoogleContacts, config should read GoogleContacts=-1 and mode=uninstall
Click to expand...
Click to collapse
Not sure why youre quoting me?

73sydney said:
Not sure why youre quoting me?
Click to expand...
Click to collapse
73sydney​Senior Member​
Mar 26, 2021 at 4:44 PM
Add bookmark
#4
Same issue for me as far too many ROMs on here lately, errors out when installing NikGapps (full) with config file
"Installation Failed! Looks like Storage space is full!"
Even though the script finds more than enough space to install it....weird
Oh well, back to Proton or Pixel Experience which dont have that issue....its just me i refuse to use a small G-Apps package than ive used forever on every other ROM...
Last edited: Mar 26, 2021
My Current Device: Google Pixel 2 XL
My Current ROM: PixelExperience 11 Plus Edition
Wearables: Samsung Galaxy Active 2 (Working BP/ECG and Samsung Pay) and Samsung Galaxy Buds+
How to edit your gps.conf file for best GPS - My Magisk method for Google Pay SQLite Fix (Tested On P/Q/R) - Migrate, the Free ROM Backup App - Apps/Modules/Tweaks I Use On Q/R - Easy payload.bin dumper tool for Windows x64 (No Python install needed)

irmas5 said:
73sydney​Senior Member​
Mar 26, 2021 at 4:44 PM
Add bookmark
#4
Same issue for me as far too many ROMs on here lately, errors out when installing NikGapps (full) with config file
"Installation Failed! Looks like Storage space is full!"
Even though the script finds more than enough space to install it....weird
Oh well, back to Proton or Pixel Experience which dont have that issue....its just me i refuse to use a small G-Apps package than ive used forever on every other ROM...
Last edited: Mar 26, 2021
My Current Device: Google Pixel 2 XL
My Current ROM: PixelExperience 11 Plus Edition
Wearables: Samsung Galaxy Active 2 (Working BP/ECG and Samsung Pay) and Samsung Galaxy Buds+
How to edit your gps.conf file for best GPS - My Magisk method for Google Pay SQLite Fix (Tested On P/Q/R) - Migrate, the Free ROM Backup App - Apps/Modules/Tweaks I Use On Q/R - Easy payload.bin dumper tool for Windows x64 (No Python install needed)
Click to expand...
Click to collapse
Still failing to see why youre quoting me...sorry

非常流畅,比其他的aosp系统优化的要好!

我是十七 said:
非常流畅,比其他的aosp系统优化的要好!
Click to expand...
Click to collapse
did you manage to run Alipay mini programs?

Aether060 said:
您设法运行支付宝迷你程序了吗?
Aether060 said:
您设法运行支付宝迷你程序了吗?
Click to expand...
Click to collapse
Yes, it works perfectly and has a face lock
Click to expand...
Click to collapse

"Smart charging" result in settings search leads to nowhere.
"What to do" section is empty.
Just a couple of bugs I noticed. Else, the ROM is very nice. Kudos to the dev.

Sid2499 said:
"Smart charging" result in settings search leads to nowhere.
"What to do" section is empty.
Just a couple of bugs I noticed. Else, the ROM is very nice. Kudos to the dev.
Click to expand...
Click to collapse
I know, I will add it in the next version

Anyone else getting a crash when going to enable Wi-Fi Calling? This is on the gapps build
Edit: Logcat - https://drive.google.com/file/d/1-CIf8gXQbiFtyVFlH0voZa7UiaKjnBvH/view?usp=sharing

@ReallySnow
The 2016 pixel xml needs to be removed from /system/etc/sysconfig to allow working of unlimited Google Photos upload in our Taimen. Hoping its taken care of in the next build to help the novice users.
Phone feels very lite in ArrowOS, tried it first time and feels nice overall.

palimatix said:
@ReallySnow
The 2016 pixel xml needs to be removed from /system/etc/sysconfig to allow working of unlimited Google Photos upload in our Taimen. Hoping its taken care of in the next build to help the novice users.
Phone feels very lite in ArrowOS, tried it first time and feels nice overall.
Click to expand...
Click to collapse
Has been deleted, the next version will take effect.

13 June OTA update available now.

The latest version, found QQ flash back problem, hope to solve the next! thank you

Today's new weekly OTA update is live.
Walleye folks.. officially available for you

Related

LINEAGEOS 17.1-microG_ready for Samsung S4 i9505

{
"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"
}
Support
LineageOS 17.1 for Samsung S4 I9505
LineageOS is a free, community built, aftermarket firmware distribution of Android, which is designed to increase performance and reliability over stock Android for your device. All the source code for LineageOS is available in the LineageOS Github repo. If you would like to contribute to LineageOS, please visit our Gerrit Code Review.​
Code:
* [B][U]Your warranty is now void.[/U][/B]
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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.
What all works
Boot
RIL (Calls, SMS, Data)
Camera
Video
Audio
Flash
Led
GPS
Sensors
Rotation
Wifi
Bluetooth
USB
Hotspot
What doesn't work
Possibly other things that aren't listed.
Creates a full backup of the system
Installation Clean :
Before you begin, save
Remove the PIN protection and then restart for TWRP recovery.
Erase data under Advanced (do not format data - this will erase the internal memory)
Delete system and cache under Advanced
Flash ROM + Gapps or for microG user flash microg_installer_revived
Optional - Flash magisk for root
Restart
!!! OTA-update is like in all my Roms set up !!!
Updates can be downloaded and installed via lineageos_updates on your mobile phone.
if it should not be possible to install the update automatically or you want to install it manually, proceed as follows,
(Selects in twrp) install/selects memory/internal memory/parent folder/data/lineageos_updates.
chooses the build and installs it and everything else you want to install and restarts after that.
to activate root navigate to Settings->About Phone and tap on build number 7 times,
go back to System on developer options and scrolls to root access and activates it.
to be able to boot from the power key to recovery on long press, it simply activates it in the developer options under Extended Restart.
Download Rom
https://www.los-legacy.de/17.1/jfltexx
Downlad Bootloaders with modems
- I9505XXUHQK1_I9505XXUHQK1.tar
Download Root
https://github.com/topjohnwu/Magisk
Download MicroG
GitHub - nift4/microg_installer_revived: Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/
Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/ - GitHub - nift4/microg_installer_revived: Install microG GmsCore, GsfProxy, FakeStore (or Play Sto...
github.com
Download
F-Droid - Free and Open Source Android App Repository
F-Droid ist ein installierbarer Katalog mit FOSS-Apps (Free and Open Source Software) für Android. Der Client vereinfacht die Suche und Installation von Apps und behält den Überblick über Aktualisierungen.
f-droid.org
Alternative Playstore
Aurora Store | F-Droid - Free and Open Source Android App Repository
An open-source alternative to Google Play Store with privacy and modern design
f-droid.org
Take a note that a lot of LineageOS features have not been completed yet this is not a device bug and please do not report those
in this rom thread
a) Logcat
b) proc/last_kmsg (or proc/kmsg)
c) data/tombstones
d) dmesg
Credits
-go to LineageOS and ,Nolen Johnson,Arne Coucheron
and every other open source developer and tester who contributes directly or indirectly to the LineageOS community in the development of and in providing feedback for the Samsung S4 .
Support for german users
Root / Custom-ROM's - Los-Legacy
Deine Android Community
forum.los-legacy.de
Contributors
Exodusnick
Source Code: https://github.com/LineageOS
Kernel
GitHub - LineageOS/android_kernel_samsung_jf at lineage-17.1
Contribute to LineageOS/android_kernel_samsung_jf development by creating an account on GitHub.
github.com
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: 2023-02-26
Created 2019-05-28
Last Updated 2023-02-26
new update
I recommend a clean installation.
you'll find everything else in the op.
Exodusnick said:
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Click to expand...
Click to collapse
A "4.x" Kernel for the S4? How is that possible?
sorry, typing mistake
<3 <3
new update available via OTA
Upload to OTA server
Create MD5 checksum file
Transfer Rome to database
Download direkt https://www.los-legacy.de/16.0/jfltexx
Filename: lineage-16.0-20190707-UNOFFICIAL-jfltexx.zip
Device: jfltexx
Storage Directory:data/lineageos_updates
OS_patch_level 05.07.2019
OS Version: 16.0
2019-07-07 19:57:24
Romtype: unofficial
MD5SUM: 5ffb8b803779cedec35d379951411446
SIZE: 395601062
Changelog
- Synced with LOS Source
- Security updates 05.07.2019
https://www.los-legacy.de/jfltexx/16.0/changes/
Attention OP Name Has been changed all post are no longer valid. my rom has Signature Spoofing and is microg ready]
phatwhomper said:
If I flash to twrp 3.2+ I can't load twrp on my m919 to start the OS install.
It only loads on 3.1.1.0 or below. But if I try to install lineage 15.1 on 3.1.1.0 or below, I get an error 7 and can't install the OS.
Seems like I can't install it either way because of a conflict with twrp and lineage versions. Is anybody able to get around this?
Click to expand...
Click to collapse
I had the same problem and used this successfully
https://forum.xda-developers.com/ga...p/jdcteam-twrp-3-3-0-0-custom-builds-t3925619
Some report success with this
https://dl.twrp.me/jflte/
How can I delete post?
rophiroth said:
How can I delete post?
Click to expand...
Click to collapse
You can't. You may edit it (and tell us a good joke).
ANT+ support
Hi,
I'm using lineageos 16 on my 9505, but I'm missing ANT+ -Support for using my cycling-sensors. Will this coming or what shall I do to work with it?
Thanks for a reply.
so new update is on the way via OTA, had to test it first, as always everything in order
changelog
- Synced with LOS Source
somehow the changelog on our site doesn't work :/
but here everything is in it too
https://www.lineageoslog.com/16.0
download:
https://www.los-legacy.de/16.0/jfltexx
New update available via ota
Upload to OTA server
Create MD5 checksum file
Transfer Rom to database
URL: https://www.los-legacy.de/16.0/jfltexx
Filename: lineage-16.0-20190727-UNOFFICIAL-jfltexx.zip
Device: jfltexx
Storage Directory:data/lineageos_updates
OS Version: 16.0
2019-07-27 00:38:06
Romtype: unofficial
MD5SUM: 8601ddd8c8ad466eb8ca9f3459dda70f
SIZE: 396518967
Changelog
- Synced with LOS Source
https://www.lineageoslog.com/16.0
Is MHL working?
Hi peoples,
can anyone test if MHL is working?
thanks
@vectorsigma2099
Can't you test it yourself and then report because you have MHL or not ?
@vectorsigma2099
Can't you test it yourself and then report because you have MHL or not ?
Hi guys!
I tried to install the rom but my S4 seems to be in bootloop (it keeps rebooting, showing the classic Samsung Galaxy S4 GT-I9505 singature) and I don't know what to do, since i have all set up (twrp 3.2.3, latest firmware I9505XXUHQK1, did all the wipe for a clean installation).
Any suggests?
New build via OTA - update available
Upload to OTA server
Create MD5 checksum file
Transfer Rom to database
URL: https://www.los-legacy.de/16.0/jfltexx
Filename: lineage-16.0-20190805-UNOFFICIAL-jfltexx.zip
Device: jfltexx
Storage Directory: data/lineageos_updates
OS Version: 16.0
OS_patch_level 05.07.2019
2019-08-05 09:16:34
Romtype: unofficial
MD5SUM: 969517e90821f8fbd4cbb05d3cb0d94d
SIZE: 394877794
Changelog
Synced with los sources
https://www.los-legacy.de/jfltexx/16.0/changes/
MaxTuccia said:
Hi guys!
I tried to install the rom but my S4 seems to be in bootloop (it keeps rebooting, showing the classic Samsung Galaxy S4 GT-I9505 singature) and I don't know what to do, since i have all set up (twrp 3.2.3, latest firmware I9505XXUHQK1, did all the wipe for a clean installation).
Any suggests?
Click to expand...
Click to collapse
Up. None can help me? Basically it reboot, buzzes twice then start again and again.
@MaxTuccia
how is your installation process described in detail?
current twrp
https://dl.twrp.me/jflte/
Well, I flashed TWRP 3.2.3 via Odin, did full wipe then uploaded rom and gapps (tried both via Odin and with microsd), flashed these 2 zips, reboot and then its stucked. I also tried with different modems and bootloader like xxuhqk1, xxuhqc2, xxuhpk1/2 but the result is always the same. The only 2 things that work are TWRP installing (I had to install it many times cause I went back to stock firmware to check stuff like what is the actual version, and it’s with snapdragon 600 etc) and firmware stock installing (but now WiFi on stock firmware doesn’t work, I ****ed up prolly with modems and bootloaders...).

[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][12.1]LineageOS 19 [with microG] for OnePlus 5 & 5T

{
"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"
}
With the rise of Big Tech and the encroachment of government on our lives, I felt more of a desire to move away from Google and the like. OnePlus 5/5T was built with microG and LineageOS source and is fully functional.
What it is. It's LineageOS with all of Google's closed-source binaries removed and replaced with microG. I.e. no Play services or GAPPS. UnifiedNLP is used as the networking location provider instead of Google's NLP. Aurora Store and Aurora Droid is installed by default and provides an alternative app store. However, with the Aurora Store, you cannot install all Google Play Store apps such as buy apps. F-Droid can be installed through Aurora Droid if you need it .
Other information Google Play Store Alternative If you want to have full access to normal Android Play Store apps, After opening Aurora Store, select the appropriate option. usually option number 1 is the most commonly used with this ROM, unless changed by the user. After setup, you will have access to all apps as usual. Some apps require Play Services and cannot be used.
After installation - Open the microG app --> self-check sections should be successful. Location Services - By default, LocalGsmNlpBackend, which uses the NominatimGeocoderBackend, and NominatimNlpBackend, which uses Mapquest's Noninatim service, are disabled. Open the microG app --> location modules and enable the modules you want. Then restart the device.
It is strongly recommended not to install GApps as this ROM contains a replacement for them.​
What everything works
all standard functions
What does not work
You tell me!
Important :Make a full backup of the system via twrp so that you can get back to your old version.
Clean flash
Installation Clean Via twrp
- Back up your data (recommended)
- Remove custom encryption pins/passwords (recommended)
- Boot into twrp go to Delete /Advanced - Wipe system / data / cache / vendor (do not format data - this will erase the internal memory) .
- back to the main menu go to install and find the location where you saved the rom.
- select the rom and then confirm reboot
Dirty flash (Update)
Dirty Flash (OTA) update can be downloaded from lineageos updates and installed on your device.
If it is not possible to install the update automatically, or if you want to install it manually, do the following,
select install in twrp/ parent folder/data/lineageos_updates select the rom install it and restart everything else you want to install.
how to boot into twrp from the system:
settings>system>keys> down to menu point on/off menu
then activate Advanced reboot.
now press the power button right , select reboot a second menu appears,
there you can select Recovery from and it will automatically boot into twrp.
Other information
Note that many features of LineageOS are not yet finished, this is not a device bug and please do not report them,
also do not file bug reports for known problems or bug reports without the correct
Do not publish bug reports without specifying logs (logcats) or steps to reproduce the bug.
a) Logcat
b) proc/last_kmsg
(or proc/kmsg)
c) data/tombstones
d) dmesg
Device name:
OnePlus 5 (cheeseburger)
OnePlus 5T (dumpling)
Download OTA microG
Lineageos with microg has signature spoofing
dumpling
cheeseburger
Download OTA
Is a pure Lineageos Rom with signature spoofing.
(microG support)
some tests still need to be done
before I release them .
Download TWRP Unoffcial:
A11 - Last update 3.6.1-v2 (01/05/2022)
5/5T A11 - twrp_cheeseburger_dumpling_3.6.1_11-v2.img
XDA Thread
Ota goes with pin un co
but pin and co must be out if you want to boot manually into twrp
All credit goes to
T1mb3 , bananer and LineageOS​
Contributors
Exodusnick
microG Source code :
https://github.com/lineageos4microg
Additional sources :
GitHub - Exodusnick/docker-lineage-cicd at lineage-19.1-op5
Docker microservice for LineageOS Continuous Integration and Continous Deployment - GitHub - Exodusnick/docker-lineage-cicd at lineage-19.1-op5
github.com
GitHub - Exodusnick/android_vendor_partner_gms
Contribute to Exodusnick/android_vendor_partner_gms development by creating an account on GitHub.
github.com
for more information you can read here
LineageOS source code :
- https://github.com/LineageOS
Device tree:
- android_device_oneplus_cheeseburger
- android_device_oneplus_dumpling
- android_device_oneplus_msm8998-common
Kernel:
- android_kernel_oneplus_msm8998
Hardware:
hardware_oneplus
Support for german users
forum.los-legacy.de
Telegram Group
t.me/losoneplus5
ROM OS Version: Android 12
ROM Kernel: Linux 4.4.x
Based On: LineageOS
Required firmware: OxygenOS 10.0.1
Version Information
Status: Stable
Created 2022-04-26
Last Updated 24.03.2023
Everyone is responsible for his own actions. Neither the operator of the site, nor I take responsibility for any damage to your device caused by any flash attempts.
How-to migrate from LineageOS for microG 19.1 to LOS Legacy for microG 19.1
See here :
[ROM][12.1]LineageOS 19 [with microG] for OnePlus 5 & 5T
With the rise of Big Tech and the encroachment of government on our lives, I felt more of a desire to move away from Google and the like. OnePlus 5/5T was built with microG and LineageOS source and is fully functional. What it is. It's LineageOS...
forum.xda-developers.com
Good work
how is battery life? the other custom roms have a massive battery drain.
Should be less since no gapps are used since microg is in build
Download for Oneplus 5 Cheeseburger ROM now available.
and I know that our certificate on the website has expired. the update can take up to 24 hours.
Go to accept.... to go to the download page.
or temporarily use this page
until the certificate is updated
Index of /dumpling
Index of /cheeseburger
28.04.2022 15:00 uhr
certificat restored everything works again as before
Hi, how can I install normal gapps with this rom? Or can I?
For e.g: uninstalling microg and installing the normal one.
Colleague but you have already asked in the Telegram group and you were told use the default ROM .
if you use my ROM and install gapps are removed microg .
and next update the gapps are overwritten and microg is back .
so it makes no sense what you are trying to do.
even if it should work there will be 90% bootloop
metahex12 said:
Hi, how can I install normal gapps with this rom? Or can I?
For e.g: uninstalling microg and installing the normal one.
Click to expand...
Click to collapse
is it because of what you wrote on Telegram that the developer of the standard ROM does not keep his ROM up to date that you want to use my ROM?
I use the same sources as the standard ROM just for info .
Exodusnick said:
Should be less since no gapps are used since microg is in build
Click to expand...
Click to collapse
the battery drain problem seems to be caused by a kernel issue with the modem. i assume that this rom uses the same kernel?
satand said:
the battery drain problem seems to be caused by a kernel issue with the modem. i assume that this rom uses the same kernel?
Click to expand...
Click to collapse
I have no problem of battery discharge.
Exodusnick said:
With the rise of Big Tech and the encroachment of government on our lives, I felt more of a desire to move away from Google and the like. OnePlus 5/5T was built with microG and LineageOS source and is fully functional.
What it is. It's LineageOS with all of Google's closed-source binaries removed and replaced with microG. I.e. no Play services or GAPPS. UnifiedNLP is used as the networking location provider instead of Google's NLP. Aurora Store and Aurora Droid is installed by default and provides an alternative app store. However, with the Aurora Store, you cannot install all Google Play Store apps such as buy apps. F-Droid can be installed through Aurora Droid if you need it .
Other information Google Play Store Alternative If you want to have full access to normal Android Play Store apps, After opening Aurora Store, select the appropriate option. usually option number 1 is the most commonly used with this ROM, unless changed by the user. After setup, you will have access to all apps as usual. Some apps require Play Services and cannot be used.
After installation - Open the microG app --> self-check sections should be successful. Location Services - By default, LocalGsmNlpBackend, which uses the NominatimGeocoderBackend, and NominatimNlpBackend, which uses Mapquest's Noninatim service, are disabled. Open the microG app --> location modules and enable the modules you want. Then restart the device.
It is strongly recommended not to install GApps as this ROM contains a replacement for them.​
What everything works
all standard functions
What does not work
You tell me!
Important :Make a full backup of the system via twrp so that you can get back to your old version.
How To Install LineageOS recovery:
have never installed a rom with fastboot so I can not say if it works.....
- Flash Lineage recovery with fastboot if you don't have it yet (fastboot flash recovery recovery.img)
- Reboot to Lineage recovery
- Select ´Apply update´ -> ´Apply from adb´
- On PC, do ´adb sideload lineage.zip´
Clean flash
Installation Clean Via twrp
- Back up your data (recommended)
- Remove custom encryption pins/passwords (recommended)
- Boot into twrp go to Delete /Advanced - Wipe system / data / cache / vendor (do not format data - this will erase the internal memory) .
- back to the main menu go to install and find the location where you saved the rom.
- select the rom and then confirm reboot
Dirty flash (Update)
Dirty Flash (OTA) update can be downloaded from lineageos updates and installed on your device.
If it is not possible to install the update automatically, or if you want to install it manually, do the following,
select install in twrp/ parent folder/data/lineageos_updates select the rom install it and restart everything else you want to install.
how to boot into twrp from the system:
settings>system>keys> down to menu point on/off menu
then activate Advanced reboot.
now press the power button right , select reboot a second menu appears,
there you can select Recovery from and it will automatically boot into twrp.
Other information
Note that many features of LineageOS are not yet finished, this is not a device bug and please do not report them,
also do not file bug reports for known problems or bug reports without the correct
Do not publish bug reports without specifying logs (logcats) or steps to reproduce the bug.
a) Logcat
b) proc/last_kmsg
(or proc/kmsg)
c) data/tombstones
d) dmesg
Device name:
OnePlus 5 (cheeseburger)
OnePlus 5T (dumpling)
Rom Download OTA
dumpling
cheeseburger
some tests still need to be done
before I release them .
download recovery
dumpling-recovery.img
cheeseburger-recovery.img
download TWRP Offizial :
https://dl.twrp.me/cheeseburger_dumpling/
Download TWRP Unoffcial:
TWRP Unofficial v3.6.1 A11 Cheeseburger/Dumpling
Disclaimer: It does not decrypt A12 data,
only if the lock screen is removed (pin/pattern/password).
tested on op5 with PE12 / LOS 19.1 from Daywalk3r666 and The_Voice_70 and found to be suitable .
XDA Thread
Download Root:
Magisk v24.x
All credit goes to
T1mb3 , bananer and LineageOS​
Contributors
Exodusnick
Rom tester
Daywalk3r666
The_Voice_70
microG Source code :
https://github.com/lineageos4microg
https://github.com/Exodusnick/android_vendor_partner_gms
LineageOS source code :
- https://github.com/LineageOS
Device tree:
- android_device_oneplus_cheeseburger
- android_device_oneplus_dumpling
- android_device_oneplus_msm8998-common
Kernel:
- android_kernel_oneplus_msm8998
Support for german users
forum.los-legacy.de
Telegram Group
t.me/losoneplus5
ROM OS Version: Android 12
ROM Kernel: Linux 4.4.x
Based On: LineageOS
Required firmware: OxygenOS 10.0.1
Version Information
Status: Stable
Created 2022-04-26
Last Updated 2022-04-26
Everyone is responsible for his own actions. Neither the operator of the site, nor I take responsibility for any damage to your device caused by any flash attempts.
Click to expand...
Click to collapse
Greetings...
Can You tell me if this GSI may be installed on a Samsung SM-A225M/DSN?
I Would like to try this one
Thanks in advance.
@Marcio.RS
What makes you think that this is a GSI ROM ?
This ROM is only for OnePlus 5/5t
Exodusnick said:
@Marcio.RS
What makes you think that this is a GSI Rom ?
It is only for OnePlus 5/5t
Click to expand...
Click to collapse
Thanks for your reply.
I was looking for a GSI for my A225M/DS and I thought your rom was a possible one.
Thanks for your answer once again!
@Marcio.RS
If it were one, I would call it that, but it is not. Sorry, I can't help you there.
Exodusnick said:
is it because of what you wrote on Telegram that the developer of the standard ROM does not keep his ROM up to date that you want to use my ROM?
I use the same sources as the standard ROM just for info .
Click to expand...
Click to collapse
Yes but I think you are fetching los sources more frequently with new builds?
@metahex12
No. on the contrary I do not proceed as linaeageos does.
I will only update if there are changes from the Dev. Standard Rom otherwise I only update every two to three weeks or only monthly if the security pacht is available.
Why should I waste resources and release a new update every week like lineageos does ?
Check my OTA download page to see that I don't release updates every week.
satand said:
the battery drain problem seems to be caused by a kernel issue with the modem. i assume that this rom uses the same kernel?
Click to expand...
Click to collapse
use the same kernel as the default Rom, see OP Thread.
Exodusnick said:
use the same kernel as the default Rom, see OP Thread.
Click to expand...
Click to collapse
On one night i left the phone on, and the battery drained. Another night i turn on flight mode and it was fine...
There's a annoying seedvault back up, how do we stop it?
In App Settings force the Seedvault to quit and clear cache and data.

[ROM][12L][UNOFFICIAL][DAISY][OTA] CrDroid 8.x

{
"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"
}
​CrDroid 8.x for daisy​(Mi A2 Lite)​
Code:
I am not responsible for your brick devices.
The firmware is fully working and has been tested.
If you encounter a problem, write here, maybe they will help you.
Before you accuse me of doing something wrong, take a look at how you use your smartphone.
You don't need to blame me for turning your device into a brick with my firmware, it's not my fault.
Working:
- Wifi
- Sound
- mali drivers
- USB tethering
- Sensors
- Bluetooth
- Wifi HotSpot
- MTP
- 2D and 3D gpu acceleration
- Charging with device powered off
- Stuff I didn't test yet
- Camera
- GPS
- Fingerprint Sensor
- VoLTE
end .etc.
Not Working
- none
- Download ROM
- Wipe dalvik/art cache, cache, data, and data for yes.
- Flash ROM
- Flash recovery (This must be done!)
- After install magisk gapps, etc. if you need it
- Reboot into the system
Install gapps right after installing the rom itself don't try to boot to system before that if you want to use gapps (Or wipe data before installing them)
For 12L - NikGApps.
Releases (all devices)
14.10.2022 (12L)
sha256: b640c31f07d7a3e39b132690b3675b91dd511200cf7fe914b076b07b55f94d41
Github
Spoiler: old version
17.09.2022 (12L)
sha256: 97cfcbfc6b765a8662d67e16e300edc614fbd655a677faab97df14c2ed236cfc
Github
15.09.2022 (12L)
sha256: 9c39e9db7da70b7c7b0ab44a76fa74ab3232a06f9ceeab6049c9a8568fb06b44
Github
Version Information
Status: Stable
ROM OS Version: Android 12L
ROM Kernel: linux 4.9
Based On Android 12L/S
14.10.2022
- Synchronized with the latest sources
- Security patch for October 2022
- Other minor useful fixes
- Changelog 8.10
Spoiler: old changelog
17.09.2022
- Hotfix screen brightness (thx @GiovanniRN5)
15.09.2022
- Synchronized with the latest sources
- Security patch for September 2022
- Other minor fixes
- Initial build
- Vanilla build
- Add OTA update
- Changelog source code 8.9
Information:
CrDroid 8.x | A12L for Daisy, ROM for the Xiaomi Mi A2 Lite
Contributors
Furry__wolf aka WolfAURman (telegram)
Credits
Credit's list | thx for tree @GiovanniRN5
​All your donations go to the server rental, and my time spent!​
PayPal: http://paypal.me/rozenov
Also if you want you can use QIWI if possible:
QIWI: https://qiwi.com/n/OPPLA249
Device tree:
https://github.com/ItsVixano/android_device_xiaomi_daisy
https://github.com/ItsVixano/android_device_xiaomi_msm8953-common
https://github.com/ItsVixano/android_device_xiaomi_sakura-common
Kernel:
https://github.com/ItsVixano/android_kernel_xiaomi_msm8953
Vendor:
https://gitlab.com/ItsVixano/android_vendor_xiaomi
Hi. Thank you for continue the project. Can you share the link for NikGapps without being a telegram link? Can't download it.
ee99161 said:
Hi. Thank you for continue the project. Can you share the link for NikGapps without being a telegram link? Can't download it.
Click to expand...
Click to collapse
https://sourceforge.net/projects/nikgapps/files/Releases/NikGapps-SL/08-Sep-2022/NikGapps-core-arm64-12.1-20220908-signed.zip/download
do u Have any plan for A13??
NiKabir said:
do u Have any plan for A13??
Click to expand...
Click to collapse
Most likely yes, android 13 will be
Is it suitable with Rename, Mystique, and Panda Kernel? I asked because according to Franco Kernel Manager there is no sound option to increase earphone volume in stock rom kernel.
zukuchido said:
Is it suitable with Rename, Mystique, and Panda Kernel? I asked because according to Franco Kernel Manager there is no sound option to increase earphone volume in stock rom kernel.
Click to expand...
Click to collapse
Like yes, you can try to replace the kernel
UC666 said:
you can test it...
Release crDroidAndroid-13.0-20221013-daisy-v9.0 · WolfAURman/crdroid_ota_update
Automated release CrDroid for daisy 9.0 20221013/1665632778 No booted. Alas
github.com
Click to expand...
Click to collapse
Let me check lots of love for all the supports
New October build!
Changelog:
- Synchronized with the latest sources
- Security patch for October 2022
- Other minor useful fixes
- Changelog 8.10
You can upgrade using OTA!
==
I also added a link to PayPal in the donations section. If you want to support me and my work, you will definitely need it
==
Don't forget to visit my channel and chat in telegram!
Furry__wolf said:
New October build!
Changelog:
- Synchronized with the latest sources
- Security patch for October 2022
- Other minor useful fixes
- Changelog 8.10
You can upgrade using OTA!
==
I also added a link to PayPal in the donations section. If you want to support me and my work, you will definitely need it
==
Don't forget to visit my channel and chat in telegram!
Click to expand...
Click to collapse
I tried few times with the system updater. but it shows "apps close"
maybe I didn't perform it properly. but thank you.
ee99161 said:
Hi. Thank you for continue the project. Can you share the link for NikGapps without being a telegram link? Can't download it.
Click to expand...
Click to collapse
hello, how is the performance of this ROM? Do you have any BUT?
1) Does this pass SafetyNet?
2) Does this have the same features as CrDroid v8.7?
Hello,
Very impressed by the fact that you still provide the last security updates for the CrDroid 7 (A11) rom, I installer this more recent CrDroid 8 (A12) rom on my second daisy (A13 version is still a but young for my usage). I hope I won't encounter any issue and in such case that you will maintain it as well as the previous version (3 security updates/year is fine)
PS: Unfortunately I have a significant issue with the Voltage OS A13 rom (see dedicated topic) and no solution yet which is the reason why I started looking elsewhere...
Edit: no play store with NikGapps-core-arm64-12.1-20220905-signed following the installation instructions, nor magisk. I had to reinstall the last version. I think the installation instruction are false, you need to reboot to recovery after twrp flash to install magisk and the gapps properly.
Edit2: play store won't connect: "no internet connection" but I am connected via wifi...
Edit3: after a new proper install (reboot to recovery after twrp flash and magisk install AFTER gapps, not in inverse order in queue) everything seems ok
Can someone tell me if SafetyNet is passed in this ROM?
shazee666 said:
Can someone tell me if SafetyNet is passed in this ROM?
Click to expand...
Click to collapse
How to pass SafetyNet on Android after rooting or installing a custom ROM
It is possible to pass SafetyNet, even after extensive modding like rooting or installing a custom ROM. Check out how to do that here!
www.xda-developers.com
cappuccini said:
How to pass SafetyNet on Android after rooting or installing a custom ROM
It is possible to pass SafetyNet, even after extensive modding like rooting or installing a custom ROM. Check out how to do that here!
www.xda-developers.com
Click to expand...
Click to collapse
Thank you. The ih8sn method worked prefectly.
Which recovery is recommended? OrangeFox does not seem to be working perfectly..
shazee666 said:
Thank you. The ih8sn method worked prefectly.
Which recovery is recommended? OrangeFox does not seem to be working perfectly..
Click to expand...
Click to collapse
LinkBoi recovery is recommended:
https://github.com/twrp-daisy/twrp_device_xiaomi_daisy/releases

[ROM][13]LineageOS 20 [with microG] for OnePlus 5 & 5T

{
"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"
}
With the rise of Big Tech and the encroachment of government on our lives, I felt more of a desire to move away from Google and the like. OnePlus 5/5T was built with microG and LineageOS source and is fully functional.
What it is. It's LineageOS with all of Google's closed-source binaries removed and replaced with microG. I.e. no Play services or GAPPS. UnifiedNLP is used as the networking location provider instead of Google's NLP. Aurora Store and F-Droid is installed by default and provides an alternative app store. However, with the Aurora Store, you cannot install all Google Play Store apps such as buy apps.
Other information Google Play Store Alternative If you want to have full access to normal Android Play Store apps, After opening Aurora Store, select the appropriate option. usually option number 1 is the most commonly used with this ROM, unless changed by the user. After setup, you will have access to all apps as usual. Some apps require Play Services and cannot be used.
After installation - Open the microG app --> self-check sections should be successful. Location Services - By default, LocalGsmNlpBackend, which uses the NominatimGeocoderBackend, and NominatimNlpBackend, which uses Mapquest's Noninatim service, are disabled. Open the microG app --> location modules and enable the modules you want. Then restart the device.
It is strongly recommended not to install GApps as this ROM contains a replacement for them.
What everything works
all standard functions
What does not work
You tell me!
Important :Make a full backup of the system via twrp so that you can get back to your old version.
Clean flash
Installation Clean Via twrp
- Back up your data (recommended)
- Remove custom encryption pins/passwords (recommended)
- Boot into twrp go to Delete /Advanced - Wipe system / data / cache / vendor (do not format data - this will erase the internal memory) .
- back to the main menu go to install and find the location where you saved the rom.
- select the rom and then confirm reboot
Dirty flash (Update)
Dirty Flash (OTA) update can be downloaded from lineageos updates and installed on your device.
If it is not possible to install the update automatically, or if you want to install it manually, do the following,
select install in twrp/ parent folder/data/lineageos_updates select the rom install it and restart everything else you want to install.
how to boot into twrp from the system:
settings>system>keys> down to menu point on/off menu
then activate Advanced reboot.
now press the power button right , select reboot a second menu appears,
there you can select Recovery from and it will automatically boot into twrp.
Other information
Note that many features of LineageOS are not yet finished, this is not a device bug and please do not report them,
also do not file bug reports for known problems or bug reports without the correct
Do not publish bug reports without specifying logs (logcats) or steps to reproduce the bug.
a) Logcat
b) proc/last_kmsg
(or proc/kmsg)
c) data/tombstones
d) dmesg
Device name:
OnePlus 5 (cheeseburger)
OnePlus 5T (dumpling)
Download OTA microG
dumpling
cheeseburger
+
Sign.spoofing Rom
Contributors
Exodusnick
microG Source code :
android_vendor_partner_gms
LineageOS source code :
- https://github.com/LineageOS
Kernel:
- android_kernel_oneplus_msm8998
Support for german users
forum.los-legacy.de
Telegram Group
t.me/losoneplus5
ROM OS Version: Android 13
ROM Kernel: Linux 4.4.x
Based On: LineageOS
Required firmware: OxygenOS 10.0.1
Version Information
Status: Stable
Created 04.12.2022
Last Updated 15.05.2023
Everyone is responsible for his own actions. Neither the operator of the site, nor I take responsibility for any damage to your device caused by any flash attempts.

			
				
reserve
new update Lineageos 20.0 microG see download link
Changelog 04.12.2022
- Synced with LineageOS sources
- Merged November 2022. Security update
- update bromite-WebView v108.0.5359.106
- update bromite Browser v108.0.5359.106
Changelog mircoG
-update to v0.2.26.223616
Releases · microg/GmsCore
Free implementation of Play Services. Contribute to microg/GmsCore development by creating an account on GitHub.
github.com
oneplus 5T dumpling
lineage-20.0-20221204-microG-signed-dumpling.zip
oneplus 5 cheeseburger
lineage-20.0-20221204-microG-signed-cheeseburger.zip
Upgrade to 20.0 can be installed over 19.1.
or clean
via ota will work with the next update
it is recommended to remove custom encryption pins/passwords (recommended).
chrome incompatible
nice rom
mishterqwerty said:
chrome incompatible
Click to expand...
Click to collapse
Use bomite or other.
Chrome sends too much data to Google
Chrome uses googel crap.....
Exodusnick said:
Use bomite or other.
Chrome sends too much data to Google
Chrome uses googel crap.....
Click to expand...
Click to collapse
ok thanks
I don't know if I'd run a MicroG ROM, but just out of curiosity, how's the battery when compared to any other Android 12 or 13 ROM with Google services? Is there a noticeable difference?
new update Lineageos 20.0 microG via OTa or see download link
Changelog
10.12.2022.
- Merged December 2022. security update
- Merged android 13 (TQ1A.221205.011)
December 2022 update (QPR1)
- Synced with LineageOS source
- Update bromite WebView v108.0.5359.109
- Update bromite Browser v108.0.5359.109
oneplus 5T dumpling
lineage-20.0-20221210-microG-signed-dumpling.zip
oneplus 5 cheeseburger
lineage-20.0-20221210-microG-signed-cheeseburger.zip
I'm having issues with Seedvault backup, it always fails, does it work for any of you?
I've found this but don't know if it's related : https://github.com/seedvault-app/seedvault/issues/485
Does this ROM support Face Unlock?
all google apps work? customizations are there? like themse...accent color ? fonts etc?
bonswouar said:
I'm having issues with Seedvault backup, it always fails, does it work for any of you?
I've found this but don't know if it's related : https://github.com/seedvault-app/seedvault/issues/485
Click to expand...
Click to collapse
may well be possible .
I do not use it have never used it either.
qlb1234 said:
Does this ROM support Face Unlock?
Click to expand...
Click to collapse
no only pattern and fingerprint works
roamermak said:
all google apps work? customizations are there? like themse...accent color ? fonts etc?
Click to expand...
Click to collapse
I can not answer
you have to test yourself.
do not know what app you use
The basic ones. Maps, photos, mail, chrome, note etc.
roamermak said:
The basic ones. Maps, photos, mail, chrome, note etc.
Click to expand...
Click to collapse
yes these work
new update Lineageos 20.0 microG see download link
Changelog 27.12.2022
- Synced with LineageOS sources
- default web Browser and webview back
because there are problems with the signature of bomite
web Browser
- fixed lineage updater add los-legacy OTA server
Update strings.xml · Exodusnick/[email protected]
Contribute to Exodusnick/android_packages_apps_Updater development by creating an account on GitHub.
github.com
Changelog mircoG
---
oneplus 5T dumpling
lineage-20.0-20221227-microG-signed-dumpling.zip
oneplus 5 cheeseburger
lineage-20.0-20221227-microG-signed-cheeseburger.zip
Spoiler: info please read !!
install manually,
at the next update the rom
will show up in the Lineageos Updater
the current one will then also be shown
Spoiler: info please read !!
what you have already installed here.
qlb1234 said:
Does this ROM support Face Unlock?
Click to expand...
Click to collapse
test this maybe you are lucky and it works
[11+] UniversalAuth: Face Unlock for all ROMs
UniversalAuth: Face Unlock for all ROMs This module brings face unlock (and possibly other authentication methods) to any ROM. Requirements - Xposed/EdXposed/Lsposed - Android 11, 12 or 13 DP (may also work on Android 10, but not tested)...
forum.xda-developers.com

Categories

Resources