[UNOFFICIAL][ROM] RessurectionRemix 6.x.x for Galaxy Tab E [SM-T377P/SM-T560NU] - Samsung Galaxy Tab E ROMs, Kernels, Recoveries, &

{
"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

Related

[ROM][7.1.2][UNOFFICIAL][N] D.O.T. OS v1.1

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
" #DroidOnTime "
Code:
[SIZE="4"]
/*
*
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
*
*/[/SIZE]
"This is a user friendly thread, all your suggestions are important to us and will be taken into consideration.."
dotOS is an Android Rom which focuses on performance and stability. Our aim is to enable a user to extract as much juice as possible and get most out of his/her device.
Initially started by Mohan CM and later joined by Ganesh, Sam, Kuber, Iacob and Hari. Together we stand strong.
Stability and Performance
Lagfree with High Performance Results
Clutterless UI
Perfect Interface for every User
Enhanced default apps
Redesigned settings and QS panel
Full OMS support
Colour Engine Support
DotExtras !!
STATUSBAR
* Clock Customisation
* Battery Customisation
Quick Settings
* Quick Pulldown
* QS Tiles Customisation
* Advanced Quick Setting Easy Toggles
Buttons
* Volume Key Cursor Control
Display
* Wake on Plug
* Pocket Detection
* Accidental Touch
Lockscreen
* Fingerprint Tweaks
* Powermenu Tweaks
* Double tap 2 sleep anywhere
* Lockscreen Media Customisation
* Blur Screen Lockscreen
Recents
* Clear all Button
* Immersive Recents
* Show Memory Bar
Navigation Bar
* On screen navigation Bar tweaks
* Home Button tweaks
* Menu Button tweaks
* Back Button tweaks
* Power Button tweaks
* Volume Buttons tweaks
Misc
* Advanced Reboot
* Disable Force Close
* ScreenShot Tweaks
* Camera Shutter Sound
CLEAN FLASH :
Download the latest build and GApps
Reboot to recovery
Make NAndroid backup (Not Necessary)
Wipe System, Data, Cache , Dalvik
Flash the latest build and GApps
Reboot
DIRTY FLASH :
Download the latest build
Reboot to recovery
Flash the latest build
Wipe Cache
Reboot
The ROM has GApps persistence in between dirty flashes, so you only have to flash them once!
The root solution should be flashed together with every OTA update (= ROM Update) as long as the instructions of your
root solution do not state something else (="persistence on dirty flashing") !
Also Join Official Moto E3 Power And Moto E3 Telegram Group
Moto E3 Power Telegram Group
Download ROM:
DotOS ROM
Download Gapps:
Note : Pico or Nano Gapps are recommended. We Don't prefer STOCK/HEAVY Gapps
OpenGApps
​
dotOS team
LineageOS team
ResurrectionRemix team
AospExtended
crDroid team
AICP team
And all other open source Devs/Teams.
​
Mohan CM - dotOS Founder/Lead Dev./Contributor
Ganesh Varma - Lead Dev./Contributor/Maintainer
Kuber Sharma - Contributor/Designer/Analyst
Sam Grande - Contributor/Designer/Maintainer
Iacob Ionut - Contributor/Designer/Maintainer
Hari Ambadi - Contributor/Core GFX/ Lead Designer
dotOS source
Device Specific Sources
Official Device specific sources:
https://github.com/dotOS-Devices
Unofficial Device specific sources:
Device Tree
Kernel Tree
Vendor Tree
Reference Links
Google Plus Community
DotOS Group
dotOSChannel
​Website
Liked The ROm? Want to Help Us? Then gift us some credits
REPORTING BUGS!
As soon as the problem occurs, take a logcat!
READ MORE
What is a LogCat?
A "LogCat" is for debugging applications / Android system. When applications / Android crash the output the "explanation" for the crash, the Exception Stacktrace, to a Log. This log can be saved and help developers to fix the crash.
What is it supposed to do?
It will help to solve your questions, if your asked for a LogCat it is always useful.
How can I get a LogCat?
Prerequisites:
Code:
Linux, Windows or Mac
USB cable for your device
Android Device
Instructions:
Code:
Install your device driver for using adb. Everything you need will you find here
Download adb executable for your OS (Download: Windows | Linux | Mac). Paste it somewhere.
Connect your android device.
Verify if "Settings > Developer options > USB debugging" is checked, if not, simply check it.
Open a command prompt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
Type in your cmd/terminal: adb devices to verify your device is properly connected.
If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
Reproduce your error (or whatever) on your device.
Right after, paste the whole cmd / terminal window into a paste-service like [url]http://pastebin.com/[/url] and send it to us.
​
XDA:DevDB Information
dotOS, ROM for Moto E3 Power(XT1706)(taido)
Contributors
Chinmay Paliwal
Source Code: https://github.com/DotOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
ROM Firmware Required: Must be on Marshmallow
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: v1.1
Stable Release Date: 2017-11-05
Created 2017-11-05
Last Updated 2017-11-05
is volte working ??
Dhairya said:
is volte working ??
Click to expand...
Click to collapse
No.
Latest Build V1.2
CHANGELOG FOR V1.2
*Version bump to v1.2
*Merged December Security patch
*More visual bug fixes
*QS tiles track color accent in Dot O theme.
*Dot pixel theme has been made to have the same O white feel except with no QS tiles tint.
*Added Network Indicator (Settings->Data Usage).
*Added Changelog section inside About.
*New settings icons.
*Re-work on overall app icons.
*Some new dope walls.
*And many more bug fixes and performace enhancements.
Latest Build Download:-ROM Zip
Is video recording fixed?
apurav.812 said:
Is video recording fixed?
Click to expand...
Click to collapse
Nope. They can't be fixed without proper source code from mtk. But video recording is working with camu or footej camera app.
I flashed rom twrp shows install successful but when I reboot there is no os installed...
Darsh Monani said:
I flashed rom twrp shows install successful but when I reboot there is no os installed...
Click to expand...
Click to collapse
You're using TWRP v3.0.2.2. Use v3.1.0
maniaxriddler said:
You're using TWRP v3.0.2.2. Use v3.1.0
Click to expand...
Click to collapse
Thanks.
---------- Post added at 07:24 AM ---------- Previous post was at 07:19 AM ----------
This is the only ROM that keep updating thank you so much @maniaxriddler bro... Hoping for video recording fix...
TWRP 3.1.0
maniaxriddler said:
You're using TWRP v3.0.2.2. Use v3.1.0
Click to expand...
Click to collapse
Can u post the link to twrp 3.1.0 or at least let me know where I can get it?
---------- Post added at 08:35 PM ---------- Previous post was at 08:22 PM ----------
Darsh Monani said:
Thanks.
---------- Post added at 07:24 AM ---------- Previous post was at 07:19 AM ----------
This is the only ROM that keep updating thank you so much @maniaxriddler bro... Hoping for video recording fix...
Click to expand...
Click to collapse
Can u post a link or let me know where u got the twrp v3.1.0 from?
kiraGODeath said:
Can u post the link to twrp 3.1.0 or at least let me know where I can get it?
---------- Post added at 08:35 PM ---------- Previous post was at 08:22 PM ----------
Can u post a link or let me know where u got the twrp v3.1.0 from?
Click to expand...
Click to collapse
Here you go: https://drive.google.com/file/d/1-mtyht5qMqFFpgpmQCADvODat_FgtwDv/view
solkarsalman said:
Here you go:
Click to expand...
Click to collapse
This is 3.1.1 right? But maniaxriddler mentioned 3.1.0 in the comment. V3.1.1 doesn't seem to work on my Moto E3 and I couldn't find 3.1.0 online. Do you have any suggestions for how I could flash this ROM, as this TWRP is not working for me?
WiFi not working
I have flashed both versions on my Moto e3 power dotos 1.1 & 1.2 WiFi not working and getting wrong Mac address 02:00:00:00:00:00 like this and error is turning wi-fi on but not showing any SSID's so please fix it soon and release v1.3 and waiting for volte also otherwise ROM is very smooth and awesome
Is v1.3 coming? @maniaxriddler bro...
maniaxriddler said:
You're using TWRP v3.0.2.2. Use v3.1.0
Click to expand...
Click to collapse
Yeah but I can't get v3.1.0 please tell how to get it?
leoxarath said:
I have flashed both versions on my Moto e3 power dotos 1.1 & 1.2 WiFi not working and getting wrong Mac address 02:00:00:00:00:00 like this and error is turning wi-fi on but not showing any SSID's so please fix it soon and release v1.3 and waiting for volte also otherwise ROM is very smooth and awesome
Click to expand...
Click to collapse
See the WiFi bug seems to be your device specific problem. Not a bug in the ROM. Also as I've told time and times again,volte can't be fixed.
Moto user said:
Yeah but I can't get v3.1.0 please tell how to get it?
Click to expand...
Click to collapse
See Ashwin' Lineage post. You can find that TWRP there.
maniaxriddler said:
See the WiFi bug seems to be your device specific problem. Not a bug in the ROM. Also as I've told time and times again,volte can't be fixed.
Click to expand...
Click to collapse
Can you please share your porting method.i have panasonic eluga ray X(mt6735 X32 6.0).
Im tring to port your rom but stuck on rom logo.
so can u please help me out a bit??? thank in advance.
dip1991 said:
Can you please share your porting method.i have panasonic eluga ray X(mt6735 X32 6.0).
Im tring to port your rom but stuck on rom logo.
so can u please help me out a bit??? thank in advance.
Click to expand...
Click to collapse
Sorry I don't port ROMs and neither do I know about it. I compile it from source.
maniaxriddler said:
Sorry I don't port ROMs and neither do I know about it. I compile it from source.
Click to expand...
Click to collapse
OK thanks.

[ROM][FINAL] Resurrection Remix v6.2.0 [8.1.0_r46][athene]

[size=+2]Resurrection Remix Oreo for the Moto G4/G4 Plus[/size]
{
"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:
#include <std.disclaimer>
/*
* 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... a lot.
*/
[size=+2]About Resurrection Remix[/size]
Resurrection Remix ROM is the ultimate full featured, stable ROM combined with the best features of open source ROM's. We
are also providing lot of awesome original Resurrection Remix ROM features in the builds. It includes the best of performance,
customization, power and the newest features on your device! So please, enjoy!
[size=+1]INSTALLATION INSTRUCTIONS[/size]
-- Coming from Stock or another Custom ROM --
** xt164x users must be on latest modem/baseband version or you will have issues registering fingerprints. **
- Download the latest build
- Download GApps (OpenGapps Nano recommended)
- Optional: Download Magisk
- Make a backup in TWRP Recovery
- Full wipe (system, data, cache, dalvik/art cache)
- Flash ROM
- Flash GApps
- Optional: Flash Magisk
- Reboot && Profit
[size=+1]UPDATE INSTRUCTIONS[/size]
-- Upgrading from previous build (dirty flashing) --
- Download the latest build
- Make a backup in TWRP Recovery
- Flash ROM
- Flash GApps (may not be needed)
- Optional: Flash Magisk
- Wipe cache & dalvik/art cache
- Reboot && Profit
[size=+1]INSTALLATION FILES[/size]
- Official: https://downloads.resurrectionremix.com/athene
NOTE: Please don't pay attention to the 'Download Latest Version' button at the top.
You only have to look at the contents of the folder!
- GApps: https://opengapps.org (Nano version recommended)
- TWRP Recovery: TWRP 3.2.1 64-bit Recovery (NOTE: Can use this with ALL ROM's, 32+64bit)
- Changelog: Latest changes
[size=+1]SOURCES[/size]
- Resurrection Remix: https://github.com/ResurrectionRemix
- Device Tree: device_motorola_athene
- Kernel Source: kernel_motorola_msm8952
[size=+1]Reporting Issues[/size]
- If you have used any additional mods, please make sure it's unrelated and mention it
- Make sure the issue hasn't already been mentioned (use search function)
- Mention the steps to reproduce and take logs
- A logcat after a reboot is useless (unless you can get it just before the reboot happens), otherwise after the reboot has finished,
- provide the files located at /sys/fs/pstore/
[size=+1]Social Link[/size]
- Official Telegram Chat: https://t.me/resurrectionremixchat
- Official Telegram Channel: https://t.me/ResurrectionRemixChannel
[size=+1]Special Thanks[/size]
- XDA-Developers
- The LIneageOS Team
- Dirty Unicorns
- OmniROM
- The Slim Team
- And everyone else involved
XDA:DevDB Information
Resurrection Remix v6.2.0, ROM for the Moto G4 Plus
Contributors
Jleeblanch, Nikit, The Resurrection Remix Team: akhilnarang, mracar, varund7726, westcrip
Source Code: https://github.com/ResurrectionRemix
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: LineageOS, AOSP
Version Information
Status: Stable
Current Stable Version: v6.2.0
Stable Release Date: 2018-09-15
Created 2018-02-11
Last Updated 2018-09-16
Changes, Updates, etc...
[size=+1]+++ Release - RR-O-v6.1.0-20180613-athene-ARM-Official.zip +++[/size]
+ md5sum - 101ca8a321a815e287d928d22dcc4249
+ Changelog - 32-bit
[size=+1]+++ Release - RR-O-v6.1.0-20180612-athene-ARM64-Official.zip +++[/size]
+ md5sum - 7985b5c31674d3f8f34cde695bdac63c
+ Changelog - 64-bit
++ RR Changelog for v6.1.0 ++
-> RR v6.1.0 release
-> June Security Patch (android-8.1.0_r30)
-> Fixed WiFi MAC address (now retains stock wifi mac address)
-> Reduced amount of lower CPU frequencies
-> And many other fixes and some new features!
===================================
===================================
[size=+1]+++ Release - RR-O-v6.0.0-20180520-athene-ARM-Official.zip +++[/size]
+ md5sum - 4ba284524ad89819222d1f98c8b9f4d9
+ Changelog - 32-bit
[size=+1]+++ Release - RR-O-v6.0.0-20180521-athene-ARM64-Official.zip +++[/size]
+ md5sum - 1be491f5736a0a734e2624c918f1b91d
+ Changelog - 64-bit
Both 32bit and 64bit builds are now available!
There will not be an OTA for these releases. I'm working on a way to ensure that users on the 32bit version don't get an OTA notification for the 64 bit version, and users on the 64bit version don't get an OTA notification for the 32bit version. So be patient, I will figure out a way soon!
The changelogs will be close to the same regarding RR's source, the main differences are in my sources for athene (but also similar in some ways too).
-> Live Display is working on both versions of the ROM, so you're welcome for that
-> SafetyNet passes on both versions
-> Kernel features are the same between both versions (RK arm + RK arm64) Use your favorite kernel manager to checkout and tweak to your liking
-> RR source is the same between both versions and both have the May 5th Security Patch (android-8.1.0_r26)
-> Flashlight tile is still non-functional
-> Chop Chop works on both versions
-> Moto Actions is the same on both versions
-> The kernel now properly uses the lower frequencies (battery life improvement?)
-> Camera is still what it is. Results may vary between the two versions of the ROM
I hope you enjoy!
FAQ, reporting bugs, etc...
[size=+2]READ THIS POST BEFORE POSTING IN THIS THREAD[/size]
Resurrection Remix || Google Plus Community
>> RR 'Oreo' FAQ || https://plus.google.com/+MattThomas83/posts/Zz6UEBdetKN
>> Info on Bug Reporting || https://plus.google.com/+MattThomas83/posts/RAuHneppoKa
>> RR Posting Rules (G+) || https://plus.google.com/+MattThomas83/posts/DvbzAgp2549
[size=+1]** Reporting issues in this thread - PLEASE READ! **[/size]
If you want to report an issue or bug and don't want me to ignore your post, then you need to include the following information in your posts.
Your device variant (E.g. "XT162x" or" XT164x")
ROM version and DATE of build (E.g. "RR 32bit" or "RR 64bit" + "date of build")
Your install process (E.g. "Clean flash" or "Dirty flash")
A DETAILED description of the issue/bug.
Whether you're using any mods, custom kernels, or themes.
And, if necessary:
A logcat of the issue. Use MatLog if taking logs on your device. Otherwise READ THIS.
Any screenshots or videos that clearly show the issue.
Which GApps you used (E.g. "opengapps, nano, mini, stock, aroma, etc...")
If your post does not contain at LEAST the first 1-5 things stated above, than your post may be ignored. It's as simple as that!
If you're experiencing a random reboot, a logcat is useless unless you get it just before the reboot happens.
After the reboot occurs, use a root explorer and go to /sys/fs/pstore and copy the files located there to your internal storage or sdcard. There will be 2 to 3 files there, grab them all and zip them up and post a link so that I can download and review them.
One more, just in case
Amazing!!
FYI, currently ROM has the same few issues as most every other Oreo based ROM for athene has. As stated in the nougat thread, currently only 64-bit version for now.
Recommended TWRP, GApps, etc are all linked in the OP. The ROM has a lot of cool features for an initial release, so enjoy
Loved the new bootanimation....clean room...good battery life..... Common camera and flashlight issue
[Request]
Remove device is he capable
Add pixel 2 launcher
Thx I'll take this ツ
Is the GPS working?
Yes it is working
Volte is working
Rom is ultra smooth only contains athene oreo specific bugs thnx alot dev for the rom?
What is the bugs?
al3al3al3jandr0 said:
What is the bugs?
Click to expand...
Click to collapse
Flash light not natively Working and a few minor ones. Nothing huge or anything. I'm going to flash this today
Thank
Ayan Uchiha Choudhury said:
Flash light not natively Working and a few minor ones. Nothing huge or anything. I'm going to flash this today
Click to expand...
Click to collapse
Thank you I'll try it anyway :good:
My phone is not charging even by percent...I it room but?
Edit - working after some restarts.
Super smooth...stable....love it....
Wait was worth it.i will flash this asap
keep rocking you guys
Can anyone confirm that Safetynet is not broken in this ROM
:good:
avsgod21 said:
[Request]
Remove device is he capable
Click to expand...
Click to collapse
Use the Notification Off app from playstore, grant root access to the app, find org.codeaurora.ims and uncheck the package. You're all set. The icon will be removed immediately. Use the following link:
https://play.google.com/store/apps/details?id=com.aboutmycode.NotificationsOff
Is magisk included in the zip file just like nougat roms? Or we need to flash manually.?

[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][9.0.0_r46]LineageOS 16.0 for Moto E5 Plus (hannah)

{
"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 6, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
What's working :
Audio
Bluetooth
Camera
EGL
Encryption
GPS
LED
RIL (Calls, SMS, Data)
Sensors
Video Playback
Wi-Fi
Known issues:
None
Features:
Moto Actions (Excluding ahannah)
Moto Doze (Excluding hannah_t, hannah_sprint)
Report bugs:
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
DO NO POST BUGS WITHOUT LOGS AND PROPER STEPS TO REPRODUCE THE ISSUE
DO NO POST BUGS IF YOU ARE USING CUSTOM KERNEL or ANY MODULE
Follow Instructions Carefully otherwise you will get error :
Reboot to recovery (Use OFFICIAL TWRP)
Wipe cache, dalvik cache, data (If you have done format instead of wipe reboot the recovery once else it will end up with issues/errors)
Flash ROM & Gapps arm64 together
Done-Reboot Now
Enjoy the clean rom
Downloads :
Supported variants: ahannah, hannah_sprint, hannah_t
ROM: Older builds of Moto E5 Plus (hannah)
Final Update for Moto E5 Plus (Hannah)
RECOVERY: WIP
GAPPS: https://opengapps.org
Source code:
ROM: https://github.com/lineageos/android
KERNEL: https://github.com/hyperteam/android_kernel_motorola_msm8937
CREDITS:
LineageOS
Team Hyper
Motorola
CAF
@wh0dat for donating me a device & testing hannah_t
@rbheromax for testing hannah_t
Our telegram group: http://t.me/motoe5dev
XDA:DevDB Information
LineageOS 16.0 for Moto E5 Plus, ROM for the Moto E5
Contributors
karthick mostwanted, dev_harsh1998, wh0dat
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
ROM Firmware Required: Latest twrp
Version Information
Status: Beta
Created 2019-06-05
Last Updated 2020-06-13
CHANGELOGS:
lineage-16.0-20190605-UNOFFICIAL-hannah
* Initial build
lineage-16.0-20190608-UNOFFICIAL-hannah
* Switched to pie blobs
* More device specific changes
lineage-16.0-20190609-UNOFFICIAL-hannah
* June 5 security patch
* Enabled forced disk encryption (Use latest twrp check first post for recovery folder)
* included BOOST apns
* Added swipe to screenshot feature
* Added option to disable screenshot shutter sound
lineage-16.0-20190612-UNOFFICIAL-hannah
* Added QCOM's wfd package
* Added Carrier configs from marlin & xiaomi_sdm845
* Updated WiFi configs from deen_sprout
* Updated QMI config from deen_sprout
lineage-16.0-20190623-UNOFFICIAL-hannah
* Added support for rhannah variants
* Added support for disabling sim card
* Auto call recording feature (Dialer -> settings -> Other settings)
* Fixed performance profiles, you can switch between different profiles (Battery saver -> Battery saver & performance)
* Added necessary SE Policies for Pie (SE Linux will be enforced soon)
lineage-16.0-20190626-UNOFFICIAL-hannah
* Fixed network issues
* Fixed graphic glitches on rhannah devices
* Fixed VoLTE on Indian carriers. Airtel, Vodafone, Reliance JIO confirmed to be working ( if it still doesn't work. you have to reflash your stock firmware)
* Removed qcrild (back to legacy rild)
* Updated CarrierConfigs from tissot
lineage-16.0-20190705-UNOFFICIAL-hannah
* Fixed FM Radio
* Fixed offmode charging
* Increased volume level for speaker, handset & headphone
lineage-16.0-20191001-UNOFFICIAL-hannah
* Based on android-9.0.0_r46
* Updated power_profile
* Fixed wakeup delay with SE Linux enforcing
* Fixed VoIP calls
* Updated Motorola camera daemon to 64bit (From river_retail)
lineage-16.0-2019100115-UNOFFICIAL-hannah
* SE Linux is set to Enforcing now
* Enabled system-as-root support (Update your recovery or else you will face issues)
* Fixed Camera issues arised after lineage-16.0-20191001-UNOFFICIAL-hannah
lineage-16.0-20191103-UNOFFICIAL-hannah
* Updated Audio Policy configuration
* Updated kernel to CAF TAG: LA.UM.7.6.r1-05900-89xx.0
Notes:
June 5 2019:
TWRP cannot decrypt for now, so users are requested to format their devices before proceeding with installation
June 9 2019:
Twrp can decrypt now, while encrypting the ROM don't interrupt the process & there won't be data loss/corruption's until the user interrupts the process
anybody have a lte fix for boost mobile on this rom? im only getting 1x and 3g
i know this is only alpha build but has anyone tried it how stable is it
Tried in on rhannah.. out of curiosity
Although it is not listed under compatible devices, I was curious to see if it would work on the rhannah variant but it doesnt boot. Phone just stays on the black screen with the N/A on the top left corner.
I reverted back to this ROM under 15.1... waiting for it to be fully compatible to make the switch.
samuel434 said:
i know this is only alpha build but has anyone tried it how stable is it
Click to expand...
Click to collapse
Can you make a 64bits twrp for nora?, I really need this
Please add support to Moto E5 Plus XT1924-1 rHannah
Please add support to Moto E5 Plus XT1924-5
New build is up
For instructions & downloads check first post
For changelogs check second post
First I wanted to say thanks for the build it's amazing.....I wanted to ask if someone can tell me how to properly do a log cat? Hot spot doesn't work, I turn it on and it turns right back off, I know the rom still has a few things to be worked out so was trying to do a log cat and post it up to help get it fixed if possible. Once again thanks for the newest rom.
---------- Post added at 12:57 PM ---------- Previous post was at 12:38 PM ----------
samuel434 said:
i know this is only alpha build but has anyone tried it how stable is it
Click to expand...
Click to collapse
The build is stable enough to run.. I'm running it now, very smooth rom no issues other than hotspot and a couple other things but I'm pretty sure they'll be fixed soon
Edit: I see why a lot of the devs tell us to research because we can most likely find how to's on our own if we search enough....I found out how to get a log cat from my computer but also leaned how to get it from my phone now I just need to learn how to post it here.
so will this rom work on boost mobile phone
samuel434 said:
so will this rom work on boost mobile phone
Click to expand...
Click to collapse
It should since it's specifically for the Hannah device
I hope this is the correct place to upload this.... Here's a copy of cat log for the hotspot
dominoeflux said:
I hope this is the correct place to upload this.... Here's a copy of cat log for the hotspot
Click to expand...
Click to collapse
Did you try latest build? I'm on it and hotspot works
karthick mostwanted said:
Did you try latest build? I'm on it and hotspot works
Click to expand...
Click to collapse
I'm going to flash it in a little while already got it downloaded....I knew eventually it'll get fixed I just wasn't sure if anyone was aware that it wasn't working
dominoeflux said:
I'm going to flash it in a little while already got it downloaded....I knew eventually it'll get fixed I just wasn't sure if anyone was aware that it wasn't working
Click to expand...
Click to collapse
Well, it used to work even in initial build I doubt at your APN
Man Android sure has changed. So I have the metro version. Rooted and decrypted. Few questions tho still kinda new to the custom rom flashing.
Will I need to decrypt again?
I assume the hannah_t is the software variation, unless I'm in the wrong place, just wanna make sure I have hannah_na tmo...nvm that's baseband lol.
When flashing it goes rom and gapps, I assume I can stack up the installation in twrp.
Lastly, sorry kinda answered myself when typing lol, if rom has issues and I revert, do I revert twrp back or will this updated version be ok to keep
karthick mostwanted said:
Well, it used to work even in initial build I doubt at your APN
Click to expand...
Click to collapse
Just flashed the update so it's working now... Thanks guys
---------- Post added at 10:08 PM ---------- Previous post was at 09:53 PM ----------
Ok so hotspot works but now for some reason I can't make or receive calls
dominoeflux said:
Just flashed the update so it's working now... Thanks guys
---------- Post added at 10:08 PM ---------- Previous post was at 09:53 PM ----------
Ok so hotspot works but now for some reason I can't make or receive calls
Click to expand...
Click to collapse
Open /vendor/build.prop using text editor & nuke them out
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1

[DISCONTINUED][ROM][UNOFFICIAL][RIVER]Lineage OS 16.0

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* 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.

Categories

Resources