[UNOFFICIAL][a5xelte][SM-A510F]Lineage OS 15.1 for A5 2016 - Galaxy A3, A5, A7, A8, A9 Original Android Develop

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you. Hard & a lot.
*
*/
Introduction
Thanks to my very generous donors I managed to buy an A5 2016 cheap on eBay and have ported our new device tree and kernel to this device.
This is far more stable and much snappier than the previous releases available as the new kernel/tree is much quicker.
Features and ImprovementsStable
Fast​What worksCalls, SMS, Mobile Data
Camera
NFC
WiFi
Bluetooth
Torch
Fingerprint scanner
SELinux Enforcing​What doesn't workSome 2D animation stuttering (WIP)
Occasional Camera HAL crashes (same HAL bugs as A3)Fixed in 27/05/2019 release
VoLTE (will never work on LOS)
You tell me​Installation
Download the latest LOS build and transfer it to your phone
Install the latest TWRP (Available Here)
Make a full backup (just in case something goes wrong)
Do a full wipe (Cache, Dalvik Cache, Data, System)
Install LOS
If you are installing GApps do it at the same time (preferably in the same install queue)
Install Magisk if you want root
And finally boot, the first boot can take several minutes as it optimises all the apps
DownloadsLatest releases are uploaded HERE
OpenGapps HERE
TWRP is availableHERE
Magisk is available HERE​SourceExynos7580 device tree/kernel sources are available here
LineageOS sources here​Thanks@Stricted
@l-0-w
@alexax66
@macs18max (BT call audio fix)
@Borduni
And all others who have contributed to the Exynos projects​A special thanks to my donorsMarkus Anders
@D4ND310
@epicwilmo
@tyson
@thebinf
@Herti
@pixelou
@xavier66​XDA:DevDB Information
Lineage OS 15.1 for A5 2016, ROM for the Samsung Galaxy A Series
Contributors
danwood76, stricted
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: LineageOS
Version Information
Status: Stable
Created 2019-04-27
Last Updated 2019-05-27

Changelog
Code:
Changes in the 23/06/2019 release:
[INDENT]camera: added new workaround to fix remaining HAL crashes (Google Camera should work now)
June Android security patch
LOS updates
[/INDENT]
Older changes listed below:
Code:
Changes in the 27/05/2019 release:
[INDENT]camera: improved camera wrapper to fix camera crashes (still avoid google camera)
LOS updates[/INDENT]
Code:
Changes in the 17/05/2019 release:
[INDENT]ramdisk: tune VM parameters to fix issues with MTP (thanks [user=7341346]@IvoDi[/user])
WiFI: fixed MAC address loading
Android May security update[/INDENT]
Code:
Changes in the 04/05/2019 release:
[INDENT]sepolicy: Fix denial that caused fingerprint reader to fail (thanks @antonyc828 and @LilDead)
kernel: Fix an issue in the charger that would cause charge to fail if the phone had not been plugged in for 20+ hours
[/INDENT]
Code:
Changes in the 03/05/2019 release:
[INDENT]kernel: added a workaround for the DMA busy issue that was causing reboots when switching to amplifier
kernel: fixed WiFi android version check
kernel: disabled GPU debug trace to try and speed up rendering in situations where HWC cannot be used
kernel: removed previous DMA NULL ptr dereference hack as it did not help
[/INDENT]
Code:
Second release of the day (lineage-15.1-20190503_2-UNOFFICIAL-signed-a5xelte):
[INDENT]Updated Bluetooth configuration to fix calling
[/INDENT]
Code:
Changes in the 29/04/2019 release:
[INDENT]device tree: pulled in the correct power_profile.xml from stock (fixes reported battery size)
kernel: Fixed a NULL ptr dereference in the sound DMA code that causes a system reboot
[/INDENT]
Code:
Changes in the 26/04/2019 release:
[INDENT]Initial release
[/INDENT]

Build Instructions
1. Setup a LineageOS build environment based on one of the supported LineageOS 15.1 devices: https://wiki.lineageos.org/index.html
Note: All commands below are executed from the LineageOS root directory
2. Initialise the LineageOS repositories
repo init -u git://github.com/LineageOS/android.git -b lineage-15.1
3. Sync the repos (can take a log time, around 30GB of downloads)
repo sync
4. Create the .repo/local_manifests directory and add the a5xelte manifest (attached)
mkdir .repo/local_manifests/
cp ~/Downloads/a3xelte.xml .repo/local_manifests/
5. Sync our device trees in
repo sync
6. Setup the build environment
source build/envsetup.sh
7. Finally start the build:
brunch lineage_a5xelte-userdebug
To pull in new changes it is usually only necessary to repeat steps 5 - 7.

mmm.. looks good, I will try bruh.
good job

Good rom
Hi bro thanks for rom and thank you for support i am tested rom and i saw 2 problem :
1-firstly sometimes notification animations getting lag(i think not important)
2-i get only one time random reboot While connecting my 5ghz wifi
Also kernel optimizations are good i got 3530 geekbench score
Last one will u build pie?
Thanks for all

SimurgAnka said:
Hi bro thanks for rom and thank you for support i am tested rom and i saw 2 problem :
1-firstly sometimes notification animations getting lag(i think not important)
2-i get only one time random reboot While connecting my 5ghz wifi
Also kernel optimizations are good i got 3530 geekbench score
Last one will u build pie?
Thanks for all
Click to expand...
Click to collapse
1. I have seen this too, it is odd as we use the same software stack on the A3 and S5NEO and get really smooth composer/animation performance. I am looking in to this.
2. Are you able to copy out the /proc/last_kmsg file and send it to me via pm? You will need root. I have seen a random kernel crash related to audio that I am looking in to, it may be the same issue but the last_kmsg will help.
There are no real "kernel optimisations" as such, our kernel started as the stock A510F kernel which we updated for Oreo. We used this as our base for the A3 and S5NEO as it was the latest kernel with the most frequent updates. I just recently divided it might be nice to port this to it's original device
With regards to Pie, I will be making Pie builds in the near future. I just wanted to get a stable and tested Oreo ROM before I add the Pie patches.

Hi bro i got one more time random reboot in the lockscreen,sorry bro i cant send logcat or /proc/last_kmsg because i am restarted my phone .I guess random reboot reason is not wifi . If i get one more time, i will send you bro also maybe u can know me ,we are speaked discord many time . Last one ui is fully smooth but only notification bar animations do that.

SimurgAnka said:
Hi bro i got one more time random reboot in the lockscreen,sorry bro i cant send logcat or /proc/last_kmsg because i am restarted my phone .I guess random reboot reason is not wifi . If i get one more time, i will send you bro also maybe u can know me ,we are speaked discord many time . Last one ui is fully smooth but only notification bar animations do that.
Click to expand...
Click to collapse
The crash I saw occurred just after I unlocked it via fingerprint, but the logs revealed that it was not fingerprint related but was related to the audio driver.
The /proc/last_kmsg file is persistent after a reboot, that is why I have asked for it. It may be the crash I have seen but I need more logs to confirm exactly where the issue occurs.
Regards,
Danny

danwood76 said:
The crash I saw occurred just after I unlocked it via fingerprint, but the logs revealed that it was not fingerprint related but was related to the audio driver.
The /proc/last_kmsg file is persistent after a reboot, that is why I have asked for it. It may be the crash I have seen but I need more logs to confirm exactly where the issue occurs.
Regards,
Danny
Click to expand...
Click to collapse
Good luck bro

Uploading a new release, changes:
device tree: pulled in the correct power_profile.xml from stock (fixes reported battery size)
kernel: Fixed a NULL ptr dereference in the sound DMA code that causes a system reboot

Installed the rom, bugs which i found at this moment: (I'm sorry for my bad English, I from Poland)
1. Laggy notification center, and lock screen (but not always)
2. MTP not always work
3. Audio causing reboots (on stock music player less often than on liked by me "Retro Music Player")
And i not found a option to change lock screen wallpaper.
Rom is very fast - faster than other builds of lineage 15.1 and 16 for this phone

sometimes i get reboot when open app.
idk why, i try to clean install, and same too.
but this rom so smooth and really fast.
no lag for pubg ?
thank you so much sir.
btw this kernel not support fast charging?
---------- Post added at 05:45 AM ---------- Previous post was at 05:42 AM ----------
KaroloBC said:
Installed the rom, bugs which i found at this moment: (I'm sorry for my bad English, I from Poland)
1. Laggy notification center, and lock screen (but not always)
2. MTP not always work
3. Audio causing reboots (on stock music player less often than on liked by me "Retro Music Player")
And i not found a option to change lock screen wallpaper.
Rom is very fast - faster than other builds of lineage 15.1 and 16 for this phone
Click to expand...
Click to collapse
update to latest build bro..

Hi,
Which gapps? 8.0 or 8.1?

Amathagma said:
Hi,
Which gapps? 8.0 or 8.1?
Click to expand...
Click to collapse
arm 8.1 pico bro

Fingerprint don't work and Randomly reboot. Please help me <3

skaptes said:
Fingerprint don't work and Randomly reboot. Please help me <3
Click to expand...
Click to collapse
which your build? 27/29?
my phone not have fingerprint issue.
Sent from my [device_name] using XDA-Developers Legacy app

thank you very much. The fastest and most stable rom

The last build with nano gapps. Don't work fingerprint

skaptes said:
The last build with nano gapps. Don't work fingerprint
Click to expand...
Click to collapse
try to clean install? wipe system, cache, data, internal.
if still problem, try flashing firmware samsung to latest version on 2019.
because i don't have thats problem.
but idk. maybe someone like you too..
Sent from my [device_name] using XDA-Developers Legacy app

se.developers said:
arm 8.1 pico bro
Click to expand...
Click to collapse
Why arm?
Phone is recognized as arm64 in the beginning.

Related

[ROM][9.0][OFFICIAL] dotOS 3.1 for the Galaxy A3 2016 | a3xelte | SM-A310xx

{
"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"
}
Galaxy A3 2016 | a3xelte | SM-A310xx
OFFICIAL | Android 9.0
Download​
Changelog:
Code:
[COLOR="Teal"]2019-07-07[/COLOR]
- More SELinux fixes (Stricted)
- Remove old implementation of Keydisabler and use Lineage Touch HAL instead (Stricted)
- dotOS 3.1 with many UI improvements and new features
- June 5 Security Patch
- Camera deadlocks are gone now (at least when using default Snap Camera) by fixes in the camera wrapper (danwood76)
- Updated stock vendor blobs (danwood76)
- Improve WiFi battery consumption by enabling the capability of the WiFi firmware to scan efficiently in the background in the framework-res overlays (danwood76)
- Add missing magnetometer config file in vendor/etc/yas_set.cfg (danwood76)
[COLOR="Teal"]2019-05-16[/COLOR]
- Update vendor security from 2018-07-30 to 2019-02-01
- Switching to NFC force download mode in libnfc-sec-hal.conf to improve reliability although turning on can take longer (danwood76)
- More SELinux fixes (danwood76)
- Fixed kernel issue from stock that the device was not charging sometimes (danwood76)
- May 05 2019 security patch (danwood76)
[COLOR="Teal"]2019-04-10[/COLOR]
- Fixed Tethering and Hotspot by enabling CONFIG_NETFILTER_XT_TARGET_CT in the kernel defconfig (danwood76)
- Much more kernel improvements (danwood76)
- Cleaned up ramdisk
- April 05 2019 security patch
[COLOR="Teal"]2019-03-29[/COLOR]
- More SELinux fixes (danwood76)
- Touchkeys are now also disabled when the display is turned off (danwood76)
[COLOR="Teal"]2019-03-26[/COLOR]
- Initial Release
/*
* 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.
*
*/
Click to expand...
Click to collapse
Installation instructions:
1. Make sure you have TWRP installed on your device to be able to flash the rom.
2. Download the latest build from the link above and copy it to a place where you can find it later.
3. Optionally download GApps for using the Play Store and other Google related services from here: https://opengapps.org. Choose ARM as architecture and 9.0 as the OS version. The size of the GApps package is upon to you how much apps you want to have preinstalled. Copy this zip aswell to a place where you can find it easy later. If you download it with Chrome or with the Google Drive App it should be by default in the Download folder.
4. Turn your phone off and press Volume UP + Home Button + Power button at the same time until the splash screen appears. Then your device should boot into the recovery. There you wipe following partitions: Data, System, Cache, Dalvik if this is your first install. All of your installed applications get lost by this. Your photos, videos etc. won't get deleted if you haven't ticked the box for internal storage. As the kernel also supports F2FS i would change the filesystem for the cache partition from ext4 to f2fs for a better system performance. Now go to the main TWRP menu, click on install and go to the place where you have placed your zips and first select the rom and then click on the left button if you have downloaded the optional GApps package to add another zip to the queue. Now swipe the slider at the bottom to install and reboot the phone to the system. The first boot can take a while and after booting you could experience some lags because of the GApps initialization but they should disappear after some time.
4. Now you have successfully installed the rom and you're ready to use dotOS on your device. Congratulations!
Bugs:
- VoLTE (isn't working on samsung devices and won't work anytime in the future too)
- HWC isn't enabled yet (could lead to a bit performance decrease in apps with alot of layers)
XDA:DevDB Information
dotOS 3.1 for the Galaxy A3 2016, ROM for the Samsung Galaxy A Series
Contributors
dariotr
Credits
@danwood76
@Stricted
@alexax66
Source Code:
https://gitlab.com/dariotrombello
https://gitlab.com/Exynos7580
https://github.com/DotOS
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Based On: dotOS
Version Information
Status: Stable
Stable Release Date: 2019-03-22
Created 2019-03-22
Last Updated 2019-07-11
Discord
I've created a new Exynos 7580 Discord because the old one from the Lineage 15.1 project got deleted. I regularly share testing builds here. Join if you want . If you have any questions or problems with the ROM, write them also there.
https://discord.gg/TEfC5hA
Building
You can find a guide for building dotOS for the Galaxy A3 2016 here: https://github.com/dariotrombello/local_manifests
Wow! Very great!
fix hwc
to enable hwc use this commit
https://github.com/SamsungGalaxyJ5-...mmit/8017ccdab7aa8d31c5de755a98717877551046e1
Jullian_Ms said:
to enable hwc use this commit
https://github.com/SamsungGalaxyJ5-...mmit/8017ccdab7aa8d31c5de755a98717877551046e1
Click to expand...
Click to collapse
Are you sure that this is working? I think it has to do with something else
The ROM is now out official with working OTA Updater. Changelog from the last unofficial build:
- Widevine L1 is working now for a better quality when streaming movies etc. via Amazon Prime or Netflix (thanks to danwood76)
- A few more SELinux fixes
Borduni said:
The ROM is now out official with working OTA Updater. Changelog from the last unofficial build:
- Widevine L1 is working now for a better quality when streaming movies etc. via Amazon Prime or Netflix (thanks to danwood76)
- A few more SELinux fixes
Click to expand...
Click to collapse
Although we now have Windevine L1 our phone is not supported on Netflix or Amazon Prime (it is not on stock either).
There are some hacked versions of Netflix floating about but I don't think you really need HD on our tiny screen .
danwood76 said:
Although we now have Windevine L1 our phone is not supported on Netflix or Amazon Prime (it is not on stock either).
There are some hacked versions of Netflix floating about but I don't think you really need HD on our tiny screen .
Click to expand...
Click to collapse
Widevine L1 is even supporting 4K, isn't it?
Borduni said:
Widevine L1 is even supporting 4K, isn't it?
Click to expand...
Click to collapse
L1 just enables a more protected version of DRM, it is carried out in a secure area of the CPU (mobicore). So yes it supports higher resolutions but neither Netflix nor Amazon support non certified phones, you may be able to get round it by changing the build fingerprint. I've not tested it because I have no need for HD video on a 4.7" screen .
Bug, or Problem?
Man, help me. I installed the Dot OS 3.0 (Pie) version, until I was able to use it for about 5 - 8 hours, but suddenly he started to stop the interface making me unable to use the phone, first I formatted it thinking it was just a bug , but it remained, I went back to version 2.5 of DotOS (Oreo) but still still giving the same problem ...: /
Kyukazai said:
Man, help me. I installed the Dot OS 3.0 (Pie) version, until I was able to use it for about 5 - 8 hours, but suddenly he started to stop the interface making me unable to use the phone, first I formatted it thinking it was just a bug , but it remained, I went back to version 2.5 of DotOS (Oreo) but still still giving the same problem ...: /
Click to expand...
Click to collapse
What exactly is the issue?
Did you wipe /data /system and erase the cache before installing?
Can you provide a logcat of the error?
danwood76 said:
What exactly is the issue?
Did you wipe /data /system and erase the cache before installing?
Can you provide a logcat of the error?
Click to expand...
Click to collapse
The issue is the same, the UI interface always stops running and the phone stuck for 45 seconds, after I stop the UI and restart it, the phone stay normal, after aproximately 1 - 2 minutes the problem return and permance in a loop
Yes, I did have a full wipe, data, system, cache, internal storage, etc...
Where I can get the logcat?
Kyukazai said:
The issue is the same, the UI interface always stops running and the phone stuck for 45 seconds, after I stop the UI and restart it, the phone stay normal, after aproximately 1 - 2 minutes the problem return and permance in a loop
Yes, I did have a full wipe, data, system, cache, internal storage, etc...
Where I can get the logcat?
Click to expand...
Click to collapse
You can produce a logcat using this guide: https://forum.xda-developers.com/showthread.php?t=1726238
Did you install gapps?
If so try a full clean flash but without installing gapps.
danwood76 said:
You can produce a logcat using this guide: https://forum.xda-developers.com/showthread.php?t=1726238
Did you install gapps?
If so try a full clean flash but without installing gapps.
Click to expand...
Click to collapse
Ok man, I'll try a full clean flash without Gapps and I will relate for you the situation, thanks for the response
Kyukazai said:
Ok man, I'll try a full clean flash without Gapps and I will relate for you the situation, thanks for the response
Click to expand...
Click to collapse
Yeah, I tried this and works! The phone back to work perfectly. So much thanks :victory:
But, it's possible to install the xposed with this ROM?
Kyukazai said:
Yeah, I tried this and works! The phone back to work perfectly. So much thanks :victory:
But, it's possible to install the xposed with this ROM?
Click to expand...
Click to collapse
You should be able to install the latest opengapps with DotOS without issue.
I don't think there is official Xposed for Pie, and I have heard that the unofficial is very unstable.
Why do you need xposed?
danwood76 said:
You should be able to install the latest opengapps with DotOS without issue.
I don't think there is official Xposed for Pie, and I have heard that the unofficial is very unstable.
Why do you need xposed?
Click to expand...
Click to collapse
Yeah, I see the unofficial, I will stay in Oreo, but thanks for the answer
I need the xposed for the modules: LTweaks, Gravity Box, Xposed Edge.
XD
Found a little bug
When you drop down the notification panel whilst in landscape and try to close it by tapping in the blank space below the "no notifications" text or around it, the menu bugs out, showing the tiles for a split second and then closing all together.
keep going..
Hello. I have been following dot OS for a long time. I've noticed that during both the trial of both stable and android pie .. The location is wifi hidden. I enter the user name and password manually, but does not recognize it. Although it appears to be a registered wifi network, the connection happens. everything is ok when wifi is removed from the modem interface. We wish to have a small share ..
Router bug
I noticed a bug when I try to connect the router along with the mobile data, it just does not turn on.
Good Job man, and thanks so much for this great ROM . You're the best.

[ROM][UNOFFICIAL][9] Resurrection Remix OS 7.0.2 [G920/5F-FD-I-S-K-L-T-W8]

{
"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"
}
Resurrection Remix P
Code:
[SIZE="4"]/*
* 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.
*/[/SIZE]
Resurrection Remix the ROM has been based on LineageOS, SlimRoms, Omni and original Remix ROM builds, this creates an awesome
combination of performance, customization, power and the most new features, brought directly to your Device.
Many things that in previous versions were tweaked with mods, are now included by default in the ROM so, please enjoy!
Special thanks to the LineageOS team, Omni team, SlimRoms and of course to all the supporters.
​
Make sure you have a custom recovery installed (TWRP is the preferred recovery).
Download the latest Resurrection Remix Rom & the latest GApps package (I recommend Pico package).
Boot into recovery.
Perform a FULL factory wipe and wipe/system and dalvik cache as a precaution.
Flash ResurrectionRemix Rom.
Flash GApps package (Optional).
Flash Magisk Root (Optional).
First boot may take up to 10 minutes.
ROM Download
GApps
Unofficial Resurrection Remix Manifest
Device Source
Kernel Source
Vendor Source
XDA Developers
LineageOS Team
Omni Team
And Of Course To All The Supporters, Donators And Users
- Obviously Samsung's own features such as Samsung Pay, KNOX, Theme Center, Game Launcher, etc. won't be ported to LineageOS. We may have our own implementation to similar functions, though.
- IMS services (VoLTE, VoWiFi, etc). Samsung has their own proprietary implementation. It is not really possible to easily port that to AOSP.
If you have a major bug to report that has not been reported already, please take the following steps to report it to us. It will save you, Team Resurrection Remix and me quite some time.
Download the MatLog app from the Play Store.
After downloading the MatLog app, go to the app settings, and change the log level to Debug.
Clear all previous logs and take the exact steps to produce the error you are receiving. As soon as you receive the error (probably a force close), go straight into MatLog and stop the log recording.
Copy and paste the entire log either to Hastebin or Pastebin
Save the log, and copy and paste the link into the thread with a brief description of the error.​
Is not forced, but if this work liked for you, consider buy me a coffee/beer, it will greatly appreciated
Telegram channel
(If you want to keep updated)
https://t.me/Exynos7420_AOSP_Development​
XDA: DevDB Information
ResurrectionRemix-P-7.0.2, ROM for the Samsung Galaxy S6
Contributors
@DqrKn3Zz, @jmpf_bmx, @enesuzun2002, @lukasb06, @ripee
Source Code:
https://github.com/universal7420/android_kernel_samsung_exynos7420
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: Jun-03-2019
Created Jun-04-2019
Last Updated Dec-18-2019
XDA:DevDB Information
Resurrection Remix OS, ROM for the Samsung Galaxy S6
Contributors
ripee
ROM OS Version: 2.3.x Gingerbread
Version Information
Status: Testing
Created 2019-12-21
Last Updated 2019-12-21
[ROM][9.0][UNOFFICIAL] Resurrection Remix 7.0.3 [G920/5F-FD-I-S-K-L-T-W8]
Reserved.
CHANGELOG:
Dec-18-2019
• Support for G920T/W8 and G925T/W8 is back.
• Improved Speaker sound.
• Wired headset bug fixed.
• Improved kernel for better smoothness and battery save.
• Improved GPS (should fix battery drain).
• Improved video recording stability.
• Video recording mic volume is same as stock now.
• Fixed laggy video call in WhatsApp, Instagram, FB Messenger, etc.
• Merged December 2019 security patch.
• Theres more things improved or fixed, but I just writted the more interesting/important ones.
Oct-30-2019
• HWC fixed (stable and working without worries).
• October 2019 security patch.
• Reduced vibrator intensity.
• Restored Stock LiveDisplay values.
• Kernel side fixes.
• Synced with latest RR sources.
Aug-17-2019
• August 2019 security patch.
• From this release i've do separate builds for S6 (zerofltexx) and S6 Edge (zeroltexx).
• Tweaked PowerProfiles for better performance.
• New LiveDisplay 2.0 HAL (New features).
• Reverted some commits in kernel to improve battery life.
• Synced with latest RR sources.
Jul-13-2019
• July security patch.
• Improved WiFi stability.
• Improved power profiles to match at least the same as stock.
• Improved performance and battery.
Jun-16-2019
• Dropped support for S6 & S6E TMO/Canadians models since this release.
• Synced with latest RR sources.
• Undervolted CPU (Better battery life and performance + reduced heating).
• Improved Wi-Fi stability.
• Camera now uses headphone microphone while recording videos if available.
• Improved Speaker Sounds.
• Enabled audio effects (might fix echo issue, needs testing).
• This is Unofficial build, so, no OTA updates are working and modded TWRP isn't needed.
Jun-06-2019
• Merged June 2019 patch.
• Synced with latest RR sources.
Jun-03-2019
• Initial public build.
• Fixed call audio for G920T/W8 and G925T/W8.
• Fixed SystemUI bug (thanks @enesuzun2002 for the help).
Note 5 users read this if you have an issue meanwhile youre flashing RR (zerofltexx build only) through TWRP.
https://forum.xda-developers.com/showpost.php?p=76403858&postcount=2
S6 and S6 Edge users read this before do something wrong.
https://forum.xda-developers.com/showpost.php?p=79678081&postcount=186
I do not support the Samsung Galaxy S6 Edge+ (G928), why? Easy, i do not have it.
Btw, don't tell me "sAr, fIx ThIs IsSuE Plz", "wHeN ETA?" or any another useless question, if you ask something useless, i'll ignore it; I'll fix/solve the issue/bug when i want or if i can, the same as the release of a new builds.
JPRO-C89 said:
Screen call is black on proximity but stills touchable, the problem is in all custom rom based in lineage os maybe you can fix it
@iTzPr0o117
Click to expand...
Click to collapse
iTzPr0o117 said:
Weird, i don't facing this issue, but please, send me a log in mine RR thread located in S6/S6E unified development, i don't want to spam this thread
Click to expand...
Click to collapse
Same issue with my G920F. Maybe is connected to model or bootloader version... My bootloader: G920FXXU6ERF5
Also I played with device tree code and different android flavors. When I tried Bootleggers ROM, which I build with partially removed lineage codes from device tree, I tested only one day, but don't get this issue. Tried to build crDroid in same way (removed lineagehw folder from device/samsung/zero-common and hardware/samsung, in device/samsung/zero-common removed overlay-lineage and edited few files), looks like I don't have this issue, but still testing.
vlouis said:
Same issue with my G920F. Maybe is connected to model or bootloader version... My bootloader: G920FXXU6ERF5
Also I played with device tree code and different android flavors. When I tried Bootleggers ROM, which I build with partially removed lineage codes from device tree, I tested only one day, but don't get this issue. Tried to build crDroid in same way (removed lineagehw folder from device/samsung/zero-common and hardware/samsung, in device/samsung/zero-common removed overlay-lineage and edited few files), looks like I don't have this issue, but still testing.
Click to expand...
Click to collapse
I'll look into it.
Hey, sorry for a n00b question, coming from a3y17lte, but this ROM is ARM64 right?
Thanks for your reply
MartinYTCZ said:
Hey, sorry for a n00b question, coming from a3y17lte, but this ROM is ARM64 right?
Thanks for your reply
Click to expand...
Click to collapse
The chipset inside the S6 is ARM64.
New update is up! See 2nd post for more info!
Added some important information for S6 and S6 Edge users in the third post, so, check it as soon possible.
Wich twrp version should i use for this rom
Gdarkshadow said:
Wich twrp version should i use for this rom
Click to expand...
Click to collapse
Always update to the latest.
iTzPr0o117 said:
Always update to the latest.
Click to expand...
Click to collapse
Is there also a way to make the battery last longer
Greetings,
First, thanks to iTz for continuing to support our S6 devices.
I wanted to test RR (Pie) on my S6 (SM-G920W8) so here's what I did (and what happened)...
- installed twrp-3.3.1-0-zerofltecan.img (from previous version twrp-3.3.0-0-zerofltecan.img)
- performed full wipe (advanced wipe, select all partitions, plus format data, then reboot to recovery)
- copy ROM and kernel to phone (from windows computer using USB cable)
- install ROM (RR-P-v7.0.2-20190606-zerofltexx-Unofficial.zip)
- install kernel (zerofltecan-boot.img) selecting "boot" as target
- reboot system, wait...
On 1st boot, the following message appears (as a dialog box)...
Android System
There's an internal problem with your device. Contact your manufacturer for details
OK
Once the dialog box is cleared (OK) the installation appears to have completed and device is identified as SM-G920W8 (in About Phone).
So, before I proceed to continue testing (this time with GApps and Magisk), does anyone know what this message means?
Thanks.
Update...
On reboot to recovery, I performed a factory reset and installed the ROM only (no kernel image), then reboot system...
The (Android System) dialog box does NOT appear, however the the device is identified as SM-G920F (as expected).
Thanks.
Dropping support for G920T/W8 and G925T/W8 due to the hard development that those models needed and without having those devices is more hardest, sorry.
@iTzPr0o117
Q:
What you do with cts profile?
I installed the magisk hide props module but bootloopping.
I will update RR every 15 days, every monthly patch or when there is a new RR version available.
JPRO-C89 said:
@iTzPr0o117
Q:
What you do with cts profile?
I installed the magisk hide props module but bootloopping.
Click to expand...
Click to collapse
Change fingerprint to any of the Pixels phones like Walleye.
iTzPr0o117 said:
Change fingerprint to any of the Pixels phones like Walleye.
Click to expand...
Click to collapse
I tried the last magisk module version
props :: choose change fingerprint :: google :: pixel 2 :: android 9 :: reboot :: and bootlops
JPRO-C89 said:
I tried the last magisk module version
props :: choose change fingerprint :: google :: pixel 2 :: android 9 :: reboot :: and bootlops
Click to expand...
Click to collapse
Use 3.5.2 and not the latest, after 3.5.2, some things are broken

[ROM][10.0][UNOFFICIAL][ARM64] LineageOS 17.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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
About LineageOS
LineageOS is a free, community built, aftermarket firmware distribution of Android 10, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.​
Warning!!!
BackUp EFS and persist partition before installing. If you lose IMEI , use this backup to retrieve it in future.
What's working :
Boots
RIL (Calls, SMS, Data)
Fingerprint
Wi-Fi
Bluetooth
Camera
Camcorder
Video Playback
FM Radio
Audio
Sensors
Flash
LED
GPS
Volte
MTP
Usb tethering
Encryption
WFD
What's not working :
Camera green tint bug in low light
You tell me.
Flashing and updating
LineageOS clean install :
- Mandatory to flash 64bit recovery
- (Optional) Wipe the data & cache & system(Backup to make sure not to loose data)
- Flash the LineageOS ROM zip from the Recovery
- (Optional) Flash the GApps to have the Google Applications
- (Optional) Every additional zip you want to flash
- Reboot
LineageOS update / upgrade :
- Mandatory to flash 64bit recovery
- (Information) Don't wipe anything unless you want to
- Nothing to wipe when switching
- (FUTURE RELEASES) Might need clean, informations will be updated
- Flash the latest LineageOS ROM zip from the Recovery
- (Optional) Flash the GApps on first install / upgrade. Not required later, but do update sometimes
- (Optional) Every additional zip you want to flash
- Reboot
Downloads Links
LineageOS 17.x arm64(Unlocked Bootloader) :
Development : https://www.androidfilehost.com/?w=files&flid=303145
Google Applications (optional) :
OpenGapps : Link (Use packages for ARM64, Android 10.0)
Information : Flash the GApps before the first boot. If not, a clean flash is recommended.
Recovery Mandatory to flash for 64bits ROM :
Download Official TWRP : https://twrp.me/motorola/motorolamotog5.html​
About the builds
Device tree : https://github.com/Sohamlad7/android_device_motorola_cedric/commits/lineage-17.1
Kernel sources : https://github.com/Sohamlad7/android_kernel_motorola_msm8937/commits/lineage-17.1
Vendor blobs : https://github.com/Sohamlad7/android_vendor_motorola_cedric/commits/lineage-17.1​
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel, third party apps or you installed Xposed
DO NOT Report bugs if you've modifies system files
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
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.)
Code:
adb logcat > logcat.txt
Code:
adb shell dmesg > dmesg.txt
If it is a random reboot, grab kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
Code:
adb shell cat /sys/fs/pstore/console-ramoops
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Bug report should be done in following format provided in code below
Code:
What is your
LineageOS version:
LineageOS Download url:
Gapps version:
Did you
wipe:
restored with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Q&A - FAQ
LineageOS 17.0 arm64 Cedric Regular Questions and Answers : Q&A Thread​
Credits :
- The LineageOS Team
- Thanks to ROM that have been built on Legacy Server and also thanks to all the legacyserver member friends
- Special Thanks to @wzedlare @vache and @kubersharma without them it wouldn't have been possible for us to get Nougat,Oreo,Pie and now 10
- Thanks to @Theitfixer85 and @Jarl-Penguin for twrp
- Thanks to @m_vaisakh and @TeamMex for helping
- Thanks to @nonesovile96 @FelipeRizzon and @ADHILR
- Let me know if i missed anyone​
XDA:DevDB Information
LineageOS 17.1, ROM for the Moto G5
Contributors
CodeZero, m_vaisakh
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
Based On: AOSP
Version Information
Status: Stable
Created 2019-12-14
Last Updated 2020-08-31
Changelog
Maintenance update only - 20/08/2020
Android-10.0.0_r41 Build (August security patch)
[*]Included all new changes from LineageOS.
12/06/2020
June Security Patch
[*]WFD Fixed (Updated to Q wfd blobs from daisy)
[*]Deleted camera.monotonic (this fixes video recording bug for some users)
[*]Set default size to 1GB swap on all variants
[*]Adjusted display power settings
[*]Many more kernel side changes for detailed changelog check kernel source thanks to @OmegaPrimus7
[*]LineageOS source side changes.
22/04/2020
LineageOS 17.1
[*]April Security Patch
[*]SElinux Enforced
[*]FM Radio Fixed
[*]Switched to common dtbtool
[*]Updated IMS symlinks for Q
[*]Downgraded widevine to 1.1
[*]Updated Thermal blobs from deen_sprout 10
[*]Updated GPS blobs from LA.UM.8.6.r1-02900-89xx.0
[*]Updated Radio - IMS blobs form LA.UM.8.6.r1-02600-89xx.0
[*]Updated Peripheral from deen_sprout 10
[*]LineageOS source side changes.
[*]Removed unneeded camera blobs
14/12/2019 - Initial Release
m_vaisakh build :- 12/01/2020
LineageOS 17.1
[*]January Security Patch
[*]LineageOS source side changes.
Note :-
Don't Update Google Chrome(Green Tint issue in latest version, if you guys want to use chrome use older version or use any other browser.
Current local manifest of the ROM build
Code:
<!-- https://github.com/Sohamlad7/android_development_manifest/blob/local_manifests/lineage-17.1.xml -->
Thank You !
Does magisk work on this Rom?
zitronenmelissa said:
Thank You !
Does magisk work on this Rom?
Click to expand...
Click to collapse
yeah it does work
Thank you @CodeZero for all the time and effort you have contributed to this device!
How's the camera functioning? All prior (post-Nougat) issues resolved or present in all their glory?
rahimali said:
Thank you @CodeZero for all the time and effort you have contributed to this device!
How's the camera functioning? All prior (post-Nougat) issues resolved or present in all their glory?
Click to expand...
Click to collapse
well about camera it's same like pie . it's working fine tho for me no issues till now
thank you very much for the rom CodeZero it is good to know that someone like you continues to build more and more this device, we expect new updates and security patches I love you crack
Today I will try it, I just hope that camera work fine.
Thanks in advance for support this old device.
It works everything for me, except audio: I got no audio(multimedia nor notifcation). Any ideas?
I had stock android before clean install Lineage OS 17, I haven't modified anything else (no third party apps nor gapps).
I have to say I am coming from this issue https://forum.xda-developers.com/g5/help/stuck-bootloops-stock-roms-ive-tried-t3995969 , and trying out LineageOS for the first time out of curiosity. And apparently the phone is more stable with this LineageOS 17 than stock rom (I have almost no reboots). But audio worked with stock rom.
Edit: No audio even with earpods.
Hi
Once again this is a great ROM thanks to Code zero. Unfortunately the ROM does not boot up setupwizard when it is first run so I cannot restore settings and apps. Just wondering how I can force setup wizard to run again so I can get my stuff back?
GrizzlyBear45 said:
It works everything for me, except audio: I got no audio(multimedia nor notifcation). Any ideas?
I had stock android before clean install Lineage OS 17, I haven't modified anything else (no third party apps nor gapps).
I have to say I am coming from this issue https://forum.xda-developers.com/g5/help/stuck-bootloops-stock-roms-ive-tried-t3995969 , and trying out LineageOS for the first time out of curiosity. And apparently the phone is more stable with this LineageOS 17 than stock rom (I have almost no reboots). But audio worked with stock rom.
Edit: No audio even with earpods.
Click to expand...
Click to collapse
The truth is that I am using this rom of lineage os 17 as a daily rom I would say that your fault comes from your terminal since my audio works in both headphones and notifications, the only error I see in this rom is in some applications that close alone from the rest 10/10
oh and another bug is in the chrome browser that doesn't play videos it gets damaged
note: this is fixed using another browser
Magisk
Doesn't appear to like Magisk V.10.1 - V.19.1 installs fine!
My mistake; should read doesn't like Magisk V.20.1 - V.19.1 installs OK
After reinstalling over Lineage 16.0 all is working just great including Magisk 20.1
Many thanks to you Code Zero
Alejandro miranda said:
The truth is that I am using this rom of lineage os 17 as a daily rom I would say that your fault comes from your terminal since my audio works in both headphones and notifications, the only error I see in this rom is in some applications that close alone from the rest 10/10
oh and another bug is in the chrome browser that doesn't play videos it gets damaged
note: this is fixed using another browser
Click to expand...
Click to collapse
for chrome you need use the older version of it
manxexile said:
Doesn't appear to like Magisk V.10.1 - V.19.1 installs finw!
Click to expand...
Click to collapse
try installing v20.1 it's working fine for me
CodeZero said:
for chrome you need use the older version of it
Click to expand...
Click to collapse
thank you very much codezero we just hope that in the next patch security will fix that and fix the lienage launcher since sometimes with the gestures it stops, and optimizes it more in battery
Chrome Version
For anyone who is having issues with Chrome, I went trough a couple versions of it, and I think this is the latest release that has no video playback issues: https://www.apkmirror.com/apk/google-inc/chrome/chrome-71-0-3578-98-release/
2 hours of test and I'm in love.
Excellent work, I don't have any bug.
We appreciate your fantastic work.
Can someone post some pictures for me to have a look?
I'm in doubt, can I install even though this 'SELinux is permissive' bug is safe?
Has anyone that had camera problems in Pie tried this ROM? Is camera fixed here?
I'm on LOS16 and camera doesn't work (green tint, crashes,etc)
Thanks for your work @CodeZero! Amazing as always!
Darkyuuki said:
Can someone post some pictures for me to have a look?
I'm in doubt, can I install even though this 'SELinux is permissive' bug is safe?
Click to expand...
Click to collapse
Google/YouTube lineageos 17 - I'm sure you'll find tones of pictures and videos of it on devices (it will look the same on any device)
Also Google what SElinux is - basically you cannot encrypt your device & any security service/app that requires it to be enforcing will not work

[EOL][ROM][UNOFFICIAL] LineageOS 16.0 for the Galaxy J7 2015 (j7elte, j7e3g)

{
"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"
}
This ROM is not actively maintained anymore! Please use LineageOS 17.1 instead: https://forum.xda-developers.com/t/...-for-the-galaxy-j7-2015-j7elte-j7e3g.4057503/
LineageOS 16.0 is a free, community built, aftermarket firmware distribution of Android 9, which is designed to increase performance and reliability over stock Android for your device. This is a port by me for the Samsung Galaxy J7 2015 and is based on the great work of @danwood76 and @Stricted.
All the source code for LineageOS is available in the LineageOS GitHub repository. And if you would like to contribute to LineageOS, please visit the project's Gerrit page. You can also view the Changelog for a full list of changes & features.
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Working
RIL (Calls, SMS etc.)
Camera
WiFi
Bluetooth
Hotspot
GNSS
Hardware Composer
Audio
Not working
VoLTE, VoWiFi (not possible)
Supported variants
SM-J700F
SM-J700H
SM-J700M
Installation instructions
Install TWRP
Make a full phone backup if you don't want to loose your data
Wipe Cache, Dalvik Cache, Data, System partitions
Download LineageOS 16.0 and optionally GApps flashables and transfer them to the phone
Flash the zip(s). If you are choosing to use GApps, install them after the ROM.
Downloads
LineageOS 16.0 for J7 2015 (new builds): Download
LineageOS 16.0 for J7 2015 (old builds): MEGA
Google Apps: OpenGApps
Recovery: Team Win Recovery Project (TWRP)
Root: Magisk
Special thanks
@danwood76 for fixing a reboot issue that appeared when waking up the device from standby and providing me a server to build on after my Google Cloud Computing trial ended.
XDA:DevDB Information
LineageOS 16.0 for J7 2015, ROM for the Samsung Galaxy J7
Contributors
dariotr, danwood76, Stricted, alexax66, Sekilsgs2, l-0-w and all other Exynos 7580 contributors
Source Code: https://github.com/dariotrombello
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Latest baseband and bootloader
Version Information
Status: Stable
Stable Release Date: 2020-02-16
Created 2020-02-16
Last Updated 2020-08-10
Code:
2020-12-10
- LineageOS updates
Code:
2020-11-09
- LineageOS updates
Code:
2020-09-12
- LineageOS updates
Code:
2020-08-12
- August security patch
Code:
2020-06-06
- May security patch
- Include the AudioFX app
- Use audio configuration from A3 2016 (might improve speaker loudness and microphone gain)
Code:
2020-04-28
- Clean up and update the Ramdisk from stock
- Improve performance when using the phone while charging by disabling setting the cores to powersave
- Resolve an error in the logs by declaring only one cpu interactive path in the power HAL
Code:
2020-04-12
- April security patch
- Use new slsi source to resolve LineageOS licensing issues (thanks to danwood76 and Stricted)
- Disable mDNIe in the kernel as the J7 does not support it
- Correct AAPT screen configuration from xlarge to normal
- Increase speaker gain
Code:
2020-03-20
- Fix SIM issues by addressing rild SELinux denials
- Clean up the overlays
- Show 4G instead of LTE in the status bar to adapt to the behaviour from stock
- Add missing TS25 database binaries needed for RIL
- Set config_bluetooth_operating_voltage_mv to improve battery forecast
- March security patch
Code:
2020-02-26
- Update build fingerprints from stock
- Fix bugged battery percentage while charging by reverting a fix for A3
Code:
2020-02-20
- Fix accelerometer (rotation) by downgrading STMicroelectronics K2HH kernel driver using J700F Android 6.0 sources
Code:
2020-02-19
- Enable CONFIG_DECON_DEVFREQ in kernel
- Fix video recording using SM-J700T Android 7.1.1 camera libs
- Fix samsung lib permissions (644 => 755)
- Clean up mixer_paths.xml and increase speaker volume
- Fix mobile data by using SM-A310F libsec-ril.so and libsec-ril-dsds.so libs
- Uprevision Audio HAL from 2.0 to 4.0
- Clean up wifi configs
- Enable wifi batched scan to allow the system so scan for wifi information without waking up the device in standby
- Update display driver colour correction tables from Exynos 7870 kernel source
- Improve estimated battery life prediction
- Remove unsupported MDNIE and light sensor stuff in the overlays
- LineageOS updates
Telegram and Discord
Telegram group
@lineageosforj72015
Discord server
https://discord.gg/TBNR8Sq
error 7 TWRP
j700M ( J7elte ) any solutions ?
DarkEvinho said:
error 7 TWRP
j700M ( J7elte ) any solutions ?
Click to expand...
Click to collapse
Try to update your recovery.
Germoon said:
Try to update your recovery.
Click to expand...
Click to collapse
lastest TWRP 3.3.1-0 from twrp.me
i try downgrade for now and install again
RIL doesn't working on J700H. UI is lagging too. But video recording works.
---------- Post added at 02:33 AM ---------- Previous post was at 02:09 AM ----------
DarkEvinho said:
lastest TWRP 3.3.1-0 from twrp.me
i try downgrade for now and install again
Click to expand...
Click to collapse
I dunno. On my J700H it has successfully installed.
For those who are facing error 7 on j7
Error 7 is due to the port rom you have installed previously like (any tw-nougat based rom)
Try flashing stock rom if it is possibal
Or
Try re flashing the twrp(dosent know if this works)
Or
Remove the assert section from the updater script(this one always work)
HimanshuRaj said:
Error 7 is due to the port rom you have installed previously like (any tw-nougat based rom)
Try flashing stock rom if it is possibal
Or
Try re flashing the twrp(dosent know if this works)
Or
Remove the assert section from the updater script(this one always work)
Click to expand...
Click to collapse
I have enigmaux rom installed on my phone. I just made nandroid backup, erased all partitions and installed
Germoon said:
RIL doesn't working on J700H. UI is lagging too. But video recording works.
---------- Post added at 02:33 AM ---------- Previous post was at 02:09 AM ----------
I dunno. On my J700H it has successfully installed.
Click to expand...
Click to collapse
Calling and sending SMS should be fine. Only mobile data is currently not working. I'm not sure why UI is lagging for you. I would be happy if you could send me a logcat.
dariotr said:
Calling and sending SMS should be fine. Only mobile data is currently not working. I'm not sure why UI is lagging for you. I would be happy if you could send me a logcat.
Click to expand...
Click to collapse
Okay.
UPD: Maybe I know why RIL doesn't work. I have J700H.
This phone isn't support LTE. But, when i check connection settings, there's automatically configured LTE. How i can switch to 3G without settings??
Germoon said:
Okay.
UPD: Maybe I know why RIL doesn't work. I have J700H.
This phone isn't support LTE. But, when i check connection settings, there's automatically configured LTE. How i can switch to 3G without settings??
Click to expand...
Click to collapse
It's because I use the same device tree on J700H and J700F/J700M. Also the non-LTE variant gets the option to enable LTE but it shouldn't do anything, just ignore it. It will fall back to 3G.
Okay. So i just need to send logcat of my android??
Im sorry)) I had install wrong rom It was Los 16 too, but 2019 build test. RIL is working.
By the way, do you have any purposes, how to make mobile data work??
UI now isnt lagging too
Phone shows that mobile internet is working in tray, but the internet isnt working
Glad to see finally a Android 9 development and active post for our beloved J7's, thanks very much for that, still today I'm using my J700M for working, wish this come to stable in order to try it!
LightSpectrum said:
Glad to see finally a Android 9 development and active post for our beloved J7's, thanks very much for that, still today I'm using my J700M for working, wish this come to stable in order to try it!
Click to expand...
Click to collapse
You're right ))
---------- Post added at 06:58 AM ---------- Previous post was at 06:57 AM ----------
Germoon said:
Im sorry)) I had install wrong rom It was Los 16 too, but 2019 build test. RIL is working.
By the way, do you have any purposes, how to make mobile data work??
UI now isnt lagging too
Phone shows that mobile internet is working in tray, but the internet isnt working
Click to expand...
Click to collapse
Any purposes??
Hi @dariotr
Thanks for your efforts.
The Samsung S5 Neo has the same chipset as our beloved, ageing J7 2015, aaaaand it has OFFICIAL LOS 16.
Maybe that can help?
Anyways here's the link ...... S5 Neo Official LOS16 page
dodo2244 said:
Hi @dariotr
Thanks for your efforts.
The Samsung S5 Neo has the same chipset as our beloved, ageing J7 2015, aaaaand it has OFFICIAL LOS 16.
Maybe that can help?
Anyways here's the link ...... S5 Neo Official LOS16 page
Click to expand...
Click to collapse
No. That doesn't help me. Take a guess which devices I used as base for the j7 tree...
DarkEvinho said:
error 7 TWRP
j700M ( J7elte ) any solutions ?
Click to expand...
Click to collapse
hello friends I managed to solve the problem of error 7 in twrp when installing rom lineage pie from @dariotr
I did the following:
analyzing the zip file of the lineage 8.1 compilation of @ messi2050 I noticed that there was a file called file_contexts.bin that was missing from the lineage 9.0 zip file
I copied the file and it worked, I was able to install it without problems on the j7elte (j700m port / br)
did a dirty installation of lineage 8.1 to 9.0
I haven't tested much but.
cam ok
bluetooth ok
mtp ok
flashlight ok
chips ok
mobile data ( works !)
wifi ok
incoming calls ok
autorotation does not work
autobright does not work
sorry for the bad english
Code:
[COLOR="teal"]2020-02-19[/COLOR]
- Enable CONFIG_DECON_DEVFREQ in kernel
- Fix video recording using SM-J700T Android 7.1.1 camera libs
- Fix samsung lib permissions (644 => 755)
- Clean up mixer_paths.xml and increase speaker volume
- Fix mobile data by using SM-A310F libsec-ril.so and libsec-ril-dsds.so libs
- Uprevision Audio HAL from 2.0 to 4.0
- Clean up wifi configs
- Enable wifi batched scan to allow the system so scan for wifi information without waking up the device in standby
- Update display driver colour correction tables from Exynos 7870 kernel source
- Improve estimated battery life prediction
- Remove unsupported MDNIE and light sensor stuff in the overlays
- LineageOS updates
https://drive.google.com/open?id=15myoAp1eczZE1ehFUYxndA6aEE_4Ypww

[ROM][OFFICIAL][montana][10] LineageOS 17.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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
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.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
Instructions:
Download the latest build, official TWRP (3.3.1 and newer) and GApps (if you need them)
Flash the downloaded TWRP via fastboot
Boot to recovery
Format system, vendor, data, cache, and dalvik cache
Reboot to recovery
Flash the latest build
Flash GApps and any other necessary add-ons
What's working:
WiFi
Camera and Camcorder
Bluetooth
NFC
Fingerprint - Oreo firmware required
GPS
OTG
Video Playback
Audio
RIL
VoLTE/VoWiFi
USB tethering/audio
SELinux: Enforcing
Known issues:
You tell me
Downloads:
Official builds: Download
Recovery: Official TWRP
Google Apps: OpenGApps (nano package is advisable, but you definitely should avoid using stock/super packages)
Reporting Bugs
All bugs should be reported here: Issue Tracker
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 it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
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. Any bug not reported in the bug report format below may be ignored.
Code:
What is your--
LineageOS version:
LineageOS Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Thanks to:
@GivFNZ for testing my builds
@wiktorek140, @karthick mostwanted, @wh0dat, @KalilDev, @AsD Monio, @GoldeneyeS2, @Steve Mathew Joy and @rajatgupta1998 for their hard work on our device sources
LineageOS team
Changelogs:
Code:
2020-11-19:
Updated kernel based on Moto's Moto One (deen) QPKS30.54-12-23 tag and CAF's LA.UM.8.6.r1-05300-89xx.0 tag
Updated Moto Actions UI
Improved boot animation speed and smoothness
Partially resolved perf HAL spam in logs
2020-11-15:
Added support for montana_retcn (XT1799-2)
Fixed a bug where the back flash wouldn't work properly when taking a photo using Snap
Fixed a bug where loudspeakers would crackle on some VoIP calls
Improved RIL stability
Improved Wi-Fi stability
Increased ZRAM to 1.33GB
Updated kernel based on Moto's Moto One (deen) QPKS30.54-12-22 tag and CAF's LA.UM.8.6.r1-04700-89xx.0 tag
Updated Moto Actions UI
November security patch
2020-10-11:
Added customizable vibration intensity in Settings > Accessibility
New FM radio app
Added support for factory reset protection (only partially effective)
Fixed boot with SELinux: Enforcing on GSIs
October security patch
2020-09-23:
Minor improvements and under the hood changes (check technical changes for more details)
2020-09-20:
Improved GPS stability
Fixed an issue where there would be random UI lag
2020-09-17:
Fixed an issue where you couldn't exit from offline charging mode
2020-09-16:
Fixed offline charging
2020-09-15:
Actually fixed random color inversion that could occur (Note: Color calibration in LiveDisplay is no longer available as a result of fixing the bug)
Fixed bootloop when enabling secure startup
Fixed manual network selection
Fixed dual SIM menu not appearing - needs testing
Mobile data settings now only displays 3 modes (LTE, 3G and 2G)
September security patch
2020-09-11:
Fixed random color inversion that could occur
2020-09-10:
Fixed Wi-Fi Display
Updated listen blobs to Q
Added support for Color profiles (Settings > Display > Colors)
Fixed an issue where you couldn't connect to certain Wi-Fi networks
2020-09-08:
Initial release.
Source code:
Common device tree: https://github.com/LineageOS/android_device_motorola_msm8937-common
Device tree: https://github.com/LineageOS/android_device_motorola_montana
Kernel: https://github.com/LineageOS/android_kernel_motorola_msm8953
Reserved
Reserved
Nice job, thanks a lot for your working on it
Thanks Jarl for keeping montana alive!
:good:
New build is up. Check OP for changelog. Downloads as always are in the OP, but you may update via the Updater app if you wish. Happy flashing! :fingers-crossed:
Just flashed it, working very fine, thanks a lot.
A minor bug I can't explain : some of the menus stay in English even if I select another language.
Will moto actions be add?
Everything else working fine
Random color inversion. Flashed last build
does this and lineage os 16 need something apart from oreo firmware? because i tried both with all twrp versions available and when rebooting after flashing zip it just always send me to the bootloader.
i have model xt1790
before i was on carbon rom and was working fine so i dont know what is wrong here, also tried lineage os from AsD Monio and works fine just the initial setup a bit buggy
recovery log: https://pastebin.com/Y0GjaHtZ
logcat right after reboting to recovery after wiping all then flashing this rom: https://pastebin.com/mvVQ12Zb
janinetavs said:
Will moto actions be add?
Everything else working fine
Click to expand...
Click to collapse
Settings > System > Advanced
janinetavs said:
Random color inversion. Flashed last build
Click to expand...
Click to collapse
v1.2? Nobody has experienced random color inversion for that one.
rakion99 said:
does this and lineage os 16 need something apart from oreo firmware? because i tried both with all twrp versions available and when rebooting after flashing zip it just always send me to the bootloader.
i have model xt1790
before i was on carbon rom and was working fine so i dont know what is wrong here, also tried lineage os from AsD Monio and works fine just the initial setup a bit buggy
recovery log: https://pastebin.com/Y0GjaHtZ
logcat right after reboting to recovery after wiping all then flashing this rom: https://pastebin.com/mvVQ12Zb
Click to expand...
Click to collapse
No, but please make sure to use the latest TWRP version. You must also format data (not wipe). Also, recovery logs won't help due to them only showing what's happening in the recovery.
Just flashed v1.2 working also fine
One question though : on the Moto Camera v6.2 app the HDR option is no more visible (it was on latest Pie builds).
Edit : persistent even when installing via the Moto Camera Thread tutorial
JarlPenguin said:
No, but please make sure to use the latest TWRP version. You must also format data (not wipe). Also, recovery logs won't help due to them only showing what's happening in the recovery.
Click to expand...
Click to collapse
rn im on latest 3.4.0-1 and i tried both format and wipe, dirty flashing from the other los 17.1 and other rom just to test but all end in always booting to bootloader menu its weird never happened something similar and only happen with your lineageos 16 and 17.1 roms
rakion99 said:
rn im on latest 3.4.0-1 and i tried both format and wipe, dirty flashing from the other los 17.1 and other rom just to test but all end in always booting to bootloader menu its weird never happened something similar and only happen with your lineageos 16 and 17.1 roms
Click to expand...
Click to collapse
Do you have full Oreo firmware installed? Also can't do anything without logs
Dan Mornill said:
Just flashed v1.2 working also fine
One question though : on the Moto Camera v6.2 app the HDR option is no more visible (it was on latest Pie builds).
Edit : persistent even when installing via the Moto Camera Thread tutorial
Click to expand...
Click to collapse
It's because we use HAL3 now. Certain functions won't work because we use deen blobs instead of stock camera blobs
janinetavs said:
Will moto actions be add?
Everything else working fine
Click to expand...
Click to collapse
They already are?
Yes they are, you have to look in the right menu
JarlPenguin said:
Do you have full Oreo firmware installed? Also can't do anything without logs
Click to expand...
Click to collapse
i didn't remember but looks like i got a old one or a fix fingerprint zip most probably, took me a day to find a working link to full 8.1 and after 2 updates from ota i got M8937_37.13.03.75R baseband and now worked perfectly your rom thank you for keeping alive our moto g5s

Categories

Resources