[ROM][H830|H850|RS988] UNOFFICIAL LineageOS-17.1 for G5 - LG G5 ROMs, Kernels, Recoveries, & Other Developme

{
"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"
}
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.
Introduction
LineageOS is a free, community built, aftermarket firmware distribution of android, which is designed to increase performance and reliability over stock android for your device. More info.
These are my UNOFFICIAL builds of LineageOS-17.1 for LG G5 variants. I did NOT create this ROM. I am helping to contribute to this ROM. Thanks to all other coders who contributed to LineageOS.
IMPORTANT
BACKUP! These are UNTESTED builds. Please be ready to recover your previous ROM. If it kernel panic, boots into bootloader, etc... grab as much info as you can.
Builds are done periodically (see download below)
Do NOT be rude.
Respect all users.
Any and all users, please help each other. I have a rs988 variant, so other variants might have some issues.
This now runs System-As-Root. Ie.. / and /system are merged, so /system is really /, and /system is /system/system.
For broken issues see 2nd post
Issues:
WiFi or Bluetooth MAC is "00:00:00:00:00:00" - You wiped the misc partition, you'll need to fix: https://forum.xda-developers.com/showpost.php?p=70474540&postcount=12 (Should be fixed by static hax thanks for @Blaises)
5Ghz tether not working due to "error"
Install
You can upgrade from 15.1 (UNOFFICIAL) to 16.0 to 17.1. If you are not on my UNOFFICIAL yet, flash the to-x86cpu.zip first (and reboot recovery before upgrade, not reboot into system).
Flash to-x86cpu.zip if needed. (See Downloads below)
Flash UNOFFICIAL ROM
Wipe cache, and dalvik cache
Magisk if you choose
Flash GAPPS (I use nano)
Reboot and wait....
Bugs
If you encounter issues/bugs that are not known, please report. This is not the OFFICIAL ROM, but I can help to get any issues fixed. I use the rs988 variant. If I can replicate your issue then I can track it down. If I cannot, please provide as much detail as possible. Logcats are great. (See post #3)
Please indicate what G5 variant you have (h830, h850, rs988) and the dated version. Any mods (no judgment) as well.
I am aware people run mods or change things. I am not against it (as I do myself). However, if needed I may ask you to data wipe (you can say no), or remove a mod that might be interfering. I will do the best I can.
Thanks
Any and all users in this thread who contributed or will contribute to making this ROM as stable as possible
LineageOS Team
@Rashed97 for continuing
@Blaises[/MENTION] for Bluetooth and WiFi static hax if all 00s.
@npjohnson for help along the way.
Downloads
ROM: UNOFFICIAL downloads (Note date)
Gapps: arm64 nano 10.0
Sources
https://github.com/LineageOS
https://github.com/LineageOS/android_kernel_lge_msm8996
https://github.com/LineageOS/android_device_lge_msm8996-common
https://github.com/LineageOS/android_device_lge_g5-common
h830
h850
rs988

What is working:
WiFi
Camera
GPS
NFC
2.4 Ghz Hotspot
USB OTG
What is NOT working:
VoLTE and WiFi calling do not (and most likely never will).
5.0 Ghz Hotspot
Encrpytion is untested, so it may fail.
Anything else NOT listed above might or might not work. I will adjust as necessary and reports. If anyone has any knowledge and can troubleshoot and fix the NOT working items, let me know.

Here is how I capture logs. You need to ensure you can do this right at boot and will need to setup ahead of time.
You need to have root, either su, or "adb root". Verify you can get root quickly.
Here are the steps I do to accomplish this. This is a Linux system, so windows will vary slightly.
Reboot the phone while plugged into the computer.
At a shell, keep attempting to get root/shell:
Code:
adb root ; adb shell
Once connected, immediately paste the following (to capture logs).
Code:
cd /cache
nohup dmesg -w > dm &
nohup logcat -b all > lc &
If you have root installed via Magisk as "su":
Reboot the phone while plugged into the computer.
At a shell, keep attempting to get root/shell:
Code:
adb shell
Once connected, immediately paste the following (to capture logs).
Code:
su
cd /cache
nohup dmesg -w > dm &
nohup logcat -b all > lc &
Once Phone reboots, or boots up. The needed files are in /cache "lc" and "dm", and are available in TWRP even.

Thank you for your efforts and support. I will try as soon as possible
Sent from my LGE LG-H850 using XDA Labs

Thanks, @x86cpu I'll start working on my new threads for Havoc OS and Pixel Experience. I was also curious about this commit does this have anything to do with going Official.

ROMSG said:
Thanks, @x86cpu I'll start working on my new threads for Havoc OS and Pixel Experience. I was also curious about this commit does this have anything to do with going Official.
Click to expand...
Click to collapse
That's just the wiki getting added.
https://review.lineageos.org/c/LineageOS/hudson/+/267517
That above is more what you might be looking for.

x86cpu said:
That's just the wiki getting added.
https://review.lineageos.org/c/LineageOS/hudson/+/267517
That above is more what you might be looking for.
Click to expand...
Click to collapse
Ok kind of a noob question, but what is the wiki sorry for asking.

ROMSG said:
Ok kind of a noob question, but what is the wiki sorry for asking.
Click to expand...
Click to collapse
The wiki page is just information about the device, how to install Lineage, etc..
Preview: https://harryyoud.co.uk/lineage-previews/217514/11/devices/rs988/
hudson is the build server repo, and what order and how often to build for, like "N"ightly, or "W"eekly. Once 17.1 is official, most 16.0 goes to Weekly builds, and 17.1 goes to Nightly.

x86cpu said:
The wiki page is just information about the device, how to install Lineage, etc..
Preview: https://harryyoud.co.uk/lineage-previews/217514/11/devices/rs988/
hudson is the build server repo, and what order and how often to build for, like "N"ightly, or "W"eekly. Once 17.1 is official, most 16.0 goes to Weekly builds, and 17.1 goes to Nightly.
Click to expand...
Click to collapse
Ok Thanks so much, sorry for the Noob question I'm still learning.

i tries gapps and nikgapps and bit gapps no one is letting me go after final touch screen. even i skip setup wizard still setup wizard crashing errer popups continusly. i now removed setup wizard from twrp and started the rom...
---------- Post added at 04:56 PM ---------- Previous post was at 04:19 PM ----------
it has same bugs as romsg 17.1.
google camera processing hdr stucks at 100%
after reboot lockscreen takes 1 minute to accept password.
battery life is a bit bad
till now i saw these issues.
rest is perfect
thank u sir for this rom..

just perfect
just did a dirty flash, coming from 16.0. -->
wiped davlik and cache before, and then... everyhting went perfectly fine
all settings and apps still alive and functional.
quick check... wifi, bluethooth working fine, camera as well.
I'm very happy, thank you! :victory: :highfive:

Also i started the new oc kernel for Android 9 and 10. Hope i will release soon.
Sent from my LGE LG-H850 using XDA Labs

Tried doing a clean flash and I can't seem to get past the setup screen. When I get to the last screen where it asks to set up a few more things, when I tap finished for now, I get a FC and I can't finish the setup.
Using RS988 with opengapps 10 nano 1.24.2020 and magisk 20.3.
Steps used:
Wipe data, cache/dalvik and system
Flash LOS17
Flash Gapps
Flash Magisk
Reboot
I'll try gapps 1.23.2020 and report back.

This is a buggy setup wizard. Try to delete the setup wizard via twrp and it should boot up normally.
---------- Post added at 09:30 PM ---------- Previous post was at 09:26 PM ----------
I have no NFC. Can only turn it on via Quick settings. No menu in network settings. Turning it on in quick settings has no effect. Prior to this ROM I had Romsg's version installed. But with the same behavior. Does anybody know a solution?

djskribbles said:
Tried doing a clean flash and I can't seem to get past the setup screen. When I get to the last screen where it asks to set up a few more things, when I tap finished for now, I get a FC and I can't finish the setup.
Using RS988 with opengapps 10 nano 1.24.2020 and magisk 20.3.
Steps used:
Wipe data, cache/dalvik and system
Flash LOS17
Flash Gapps
Flash Magisk
Reboot
I'll try gapps 1.23.2020 and report back.
Click to expand...
Click to collapse
fscout42 said:
This is a buggy setup wizard. Try to delete the setup wizard via twrp and it should boot up normally.
---------- Post added at 09:30 PM ---------- Previous post was at 09:26 PM ----------
I have no NFC. Can only turn it on via Quick settings. No menu in network settings. Turning it on in quick settings has no effect. Prior to this ROM I had Romsg's version installed. But with the same behavior. Does anybody know a solution?
Click to expand...
Click to collapse
I ended up just flashing LOS16 and dirty flashing to 17.1.
Everything seems to be working except NFC and the camera seems really buggy, even after reboot. Can't save to external sd card, and recorded video can't be played. Also as mentioned above, gcam doesn't work either. Using arnovas advanced 1.7 that worked great on los16.

Roboxl said:
just did a dirty flash, coming from 16.0. -->
wiped davlik and cache before, and then... everyhting went perfectly fine
all settings and apps still alive and functional.
quick check... wifi, bluethooth working fine, camera as well.
I'm very happy, thank you! :victory: :highfive:
Click to expand...
Click to collapse
BT calls works? Or only music?
Wysłane z mojego LG-H850 przy użyciu Tapatalka

Trying out the new build on my H830 and it's good so far. I've dirty flashed from 16.0 using NikGapps core and Magisk 20.3.
I want to note some bugs along with some workarounds:
1. Camera is buggy on first boot (restarting seems to fix this)
2. Recorded videos fail to play (keep pressing play and will play eventually though audio isn't working, videos from previous versions play fine, it's possible that other camera apps don't have this)
3. Gcam not working (use urnyx05's gcam v2.1, works fine on both 9 & 10)
4. Interactive governor is maxing the CPU (gave a decent boost in battery in 16.0)
5. Powersave governor can freeze the camera when in video mode/recording (use default governor)
6. Lockscreen pin is slow on boot (just wait a little it will unlock)
7. Brightness slider still needs adjusting (Turn off autobrightness and use values between 70-90% for decent indoor screen brightness)
8. Google Play downloads can be slow regardless of GApps package and when on wifi/mobile data (Been happening to me since 15.1 and only happens to some, just pause and resume a few seconds later is the workaround I do)
9. Audio files can take a while to load when switching between audio sources like wired & wireless headphones (no workaround will began playing in a bit)

thanks a lot:victory::victory:
Sent from my LG-H830 using XDA Labs

inhave a solution delete lineagesetupprebuilt from twrp and setup will succed lineage setup is causing problem....
delete system/priv-apps/lineagesetupprebuilt...

Ismrocks1234 said:
inhave a solution delete lineagesetupprebuilt from twrp and setup will succed lineage setup is causing problem....
delete system/priv-apps/lineagesetupprebuilt...
Click to expand...
Click to collapse
You can delete every system and user app in OrangeFox recovery.
Sent from my LGE LG-H850 using XDA Labs

Related

[RC-FAQ]>> CM12 Frequently Asked Questions for Motorola Moto G [Updated: 2015/09/08]

[RC-FAQ]>> CM12 Frequently Asked Questions for Motorola Moto G [Updated: 2015/09/08]
[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2] Motorola Moto G
{
"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"
}
[/SIZE]
Read Before Asking Please​
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
To Browse quickly the FAQ and find what you need, Ctrl+F is the key feature
You may search in Motorola help topics too​
Table of content :
​
FAQ part #1
[SIZE=+1]Q1: How do i Install CM12?[/SIZE]
From CM11 or CM12: simply download ROM zip and gapps, then Flash
From other ROM:
download ROM and gapps
Reboot to recovery
Format /system, /data (data content will be lost, but should not impact /data/media), /cache and wipe dalvik-cache.
==> this is for CWM, on TWRP, better use the factory-reset option.
Sideload from Computer or install from storage depending on where the download was completed)
wait
Reboot
wait (may take more than 3 minutes)
enjoy!
Rq:
For Falcon, Nightly releases on official CM12 are reported working on XT1032, XT1033 and XT1034 and GPE XT1032. The XT1028/XT1031 (non-LTE 3G CDMA) are not able to get data, calls and SMS
For Peregrine: ?
[SIZE=+1]Q2: How to get root?[/SIZE]
Enable Dev settings (multiple tap on "Build Number" in /settings/about phone/)
Go to Dev settings
Root access : Change to Apps and ADB
[SIZE=+1]Q3: Where is the Terminal?[/SIZE]It is now disabled by default, simple enable it in Dev Settings by toggling "Local Terminal"​
[SIZE=+1]Q4: What's that # at the to right corner of my screen sometimes?[/SIZE]This icon warns you that an app or service is currently using its granted root access, maybe your file manager or some automated actions like Greenify auto hibernate is running (in the background?)​
[SIZE=+1]Q5: How to set SELinux state to Permissive?[/SIZE]Open terminal (see Q3), type :
Code:
su
Code:
setenforce 0
Done!
An app does it too : SELinux Mode Changer
More about SELinux :
SElinux and Android
SELinux explained for Gentoo systems
script to enforce Permissive SELinux state for GS5
[SIZE=+1]Q6: Having Issues with minfree settings and RAM management?[/SIZE]
Get this script by @attack11
Paste it to /etc/init.d, set permissions to -rwxr-xr-x and edit extension to .sh to file manager can execute
Execute the script manually at each boot if your SELinux state is anything above Permissive (init.d scripts are not granted SU rights when in Enforcing mode).
[SIZE=+1]Q7: Having issues with GPS?[/SIZE]Erase modems as explained on this post:
Plug device to PC
Code:
adb reboot bootloader
Code:
fastboot erase modemst1
Code:
fastboot erase modemst2
Reboot
[SIZE=+1]Q8: Why can't i install Xposed on CM12?[/SIZE]Take some time to read rovo89's post about his own project and why Xposed isn't supposed to work (yet)​
[SIZE=+1]Q9: Why do i get screen flickering (until i turn off/ON screen) and how to get rid of it? (nightlies 20150315-->20150324)[/SIZE]The answer involves upgrading your bootloader, be extremely careful.
Follow this short step-by-step guide​
[SIZE=+1]Q10: Why does the installation abort? (nightly 20150324+)[/SIZE]If the error message you are facing is the following,
Code:
this package support bootloader(s): 0x4118: this device has bootloader 0x4113.
E: Error in /data/media/0/cmupdater/cm-20140324-NIGHTLY-falcon.zip
(Status 7)
Installation aborted
then The answer involves upgrading your bootloader, be extremely careful.
Follow this short step-by-step guide
If for some reason you can't (or don't want to) update your bootloader, then read this post by @wskelly​
[SIZE=+1]Q11: How do i report an issue to get some help?[/SIZE]Here is a nice example of how to report an issue:
geekasm said:
Hi,
XT1033: bootloader unlocked, rooted, stock rom 4.4.4
TO: 5.0.2
Flashed 4118 bootloader, as detailed in http://forum.xda-developers.com/moto-g/help/rc-faq-cm12-frequently-questions-t2996087
It was successful.
Followed http://forum.xda-developers.com/moto-g/general/guide-how-to-flash-root-cyanogenmod-12-t3090805
formatted system, data, cache, wipe-cache (recovery: clockworkmod-6.0.4.7)
installed CM, Gapps
CM: https://download.cyanogenmod.org/?device=falcon
Gapps: https://www.androidfilehost.com/?fid=96039337900114916
After rebooting, the phone is stuck on the Cyanogenmod boot icon (blinking cat face) since past half hour.
Please guide how to debug/recover.
Thanks,
Click to expand...
Click to collapse
It says the device model, the Bootloader version, the ROM (the one coming from and the one where the problem occures), and some more informations about the process.​
[SIZE=+1]Q12: Why Ambient display and gestures are gone and how to get it back?[/SIZE]Ambient display and gestures were handled by motodoze which conflicted with Android's way of turning screen On and Off, this application from motorola has its sources closed and thus cannot be modified by CM team to handle the conflict.
Motodoze has been nuked (20150903)
But we have a new king to rule the kingdom: AcDisplay !
(or its fork, built by @luca020400 who modified the way proximity sensor is checked to get closer to motodoze's way)
Here the fork : http://forum.xda-developers.com/showpost.php?p=62668999&postcount=4587 (using motodoze implementation for gestures)
Here is the official app : https://play.google.com/store/apps/details?id=com.achep.acdisplay&hl=en (using @AChep 's implementation for gestures)
Play with settings and tune the app to get either the closest experience possible you were used to, or make it fit better to your own needs.​
[SIZE=+1]Q13: Having issues with your partition table?[/SIZE]When installing CM you may experience being stuck at "Patching system image unconditionally..." mainly if you device was converted to GPe.
This happens because the recovery tries to write a block that exceeds the partition size (/system of the GPe partition table seems to be smaller than the CM one) ==> this also happens when you want to upgrade a MotoE (Condor) from stock 4.4.4 to CM12.1
In that case the following may help you (Falcon ONLY): http://forum.xda-developers.com/mot...-gpe-stuck-t2970842/post57444986#post57444986
If you are running any other device than a Falcon, then download a stock firmware (Lollipop), extract the gpt.bin and flash it:
Code:
fastboot flash partition gpt.bin
[SIZE=+1]Q35: [?][/SIZE][...]​
[SIZE=+1]Q35: [?][/SIZE][...]​
[SIZE=+1]Q35: [?][/SIZE][...]​
*​
Forum Rules | New Users Guide | XDA Tour | Report Posts​
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.​ A special thanks to everyone who contributed to the production of this FAQ​
reserved
reserved 2
If you have a problem with the management of RAM install this device "pimp my rom" everything can be set up
I´ve read that a lot of users have problems flashing any lollipop rom due to "cant mount system" error while installing.
Maybe this could help:
http://forum.xda-developers.com/and...error-cm12-t2992195/post57929278#post57929278
It would be nice if someone could look into it!
I'm having issues with the camera. Both the cyanogenmod camera and the good camera aren't taking any pictures. Both apps open and otherwise function properly, but whenever I try to take a picture it just doesn't work: the animation of a taken picture occurs, but then nothing happens. What can I do? This had been a persistent problem for the last couple of nightlies.
Marco_Mena said:
I'm having issues with the camera. Both the cyanogenmod camera and the good camera aren't taking any pictures. Both apps open and otherwise function properly, but whenever I try to take a picture it just doesn't work: the animation of a taken picture occurs, but then nothing happens. What can I do? This had been a persistent problem for the last couple of nightlies.
Click to expand...
Click to collapse
You can try this, read on from post #255: http://forum.xda-developers.com/mot...ficial-cyanogenmod-12-nightly-t2994749/page26
Can anyone tell me how to fix VoIP issue. Hangouts and viber works fine but line messenger didn't work for me.
Ok I just came back to my Moto g. And now that I would like to flash a cm12 rom I don't know which one because theirs more than 5 cm12 roms out there!!!.. Can anyone point me to the one that is best to flash plz.
jglm4u said:
Ok I just came back to my Moto g. And now that I would like to flash a cm12 rom I don't know which one because theirs more than 5 cm12 roms out there!!!.. Can anyone point me to the one that is best to flash plz.
Click to expand...
Click to collapse
I suggest you to try the official one first: http://forum.xda-developers.com/moto-g/orig-development/rom-official-cyanogenmod-12-nightly-t2994749
Some camera issues but usable and quite stable, IMHO.
aa
I think swipe doens't work.
It's not working for me.
On cm11 was perfect.
AmyPP said:
I think swipe doens't work.
It's not working for me.
On cm11 was perfect.
Click to expand...
Click to collapse
if you are talking about keyboard, then, that's a known issue (try to use google keayboard instead, available on playstore), i will try to make a "know issue chart" ASAP but i don't have enough time right now
camera
Shub77 said:
You can try this, read on from post #255: http://forum.xda-developers.com/mot...ficial-cyanogenmod-12-nightly-t2994749/page26
Click to expand...
Click to collapse
Initially the camera seems to work. I can reboot and the camera works for a few hours. After a few hours it stops working. It takes a pic and then doesn't save it...This has been the case since the first official nightly.
I'm sure it will get ironed out! So far, working mostly great otherwise!
XT1045 & cm-12-20150114-NIGHTLY-peregrine.zip
mystic0101 said:
Initially the camera seems to work. I can reboot and the camera works for a few hours. After a few hours it stops working. It takes a pic and then doesn't save it...This has been the case since the first official nightly.
I'm sure it will get ironed out! So far, working mostly great otherwise!
XT1045 & cm-12-20150114-NIGHTLY-peregrine.zip
Click to expand...
Click to collapse
Ok, phase 2 Me and others are trying out this one: http://forum.xda-developers.com/showpost.php?p=58171653&postcount=296
I just flashed it, and I will try not to reboot for a day or so, 'cause the problem seems to arise after some time, as you said in your post. Right now camera is working well.
Shub77 said:
Ok, phase 2 Me and others are trying out this one: http://forum.xda-developers.com/showpost.php?p=58171653&postcount=296
I just flashed it, and I will try not to reboot for a day or so, 'cause the problem seems to arise after some time, as you said in your post. Right now camera is working well.
Click to expand...
Click to collapse
Got it :good:
Downloading and reflashing now! I'll report back!
---------- Post added 15th January 2015 at 12:16 AM ---------- Previous post was 14th January 2015 at 11:30 PM ----------
mystic0101 said:
Got it :good:
Downloading and reflashing now! I'll report back!
Click to expand...
Click to collapse
That kernel doesn't seem to be working for my...wasn't able to boot for some reason
Don't know what's up.
Reverted back to the latest nightly. Maybe have more time to play with it later...
camera?
Please, i'm having issues with the camera since i was trying to use early versions of CM12 ...
Camera loads up, but when i click to shoot a photo, the picture freezes, and nothing happens. Tried with Google Camera ( and updated version) , with Motorola Camera ( and updated version) and several apps, like Whatsapp,Snapchat,etc...
Anyone knows how to fix that, or a previous version where the camera works?
--
for taking a pic when its not saving
just press and hold befolre hitting the capture button
I'm using moto camera
& i press & host the screen for about 1 sec & it captures the pic and saves it
Homigura said:
Please, i'm having issues with the camera since i was trying to use early versions of CM12 ...
Camera loads up, but when i click to shoot a photo, the picture freezes, and nothing happens. Tried with Google Camera ( and updated version) , with Motorola Camera ( and updated version) and several apps, like Whatsapp,Snapchat,etc...
Anyone knows how to fix that, or a previous version where the camera works?
Click to expand...
Click to collapse
Read a coupl of messages before yours...
mystic0101 said:
Got it :good:
Downloading and reflashing now! I'll report back!
---------- Post added 15th January 2015 at 12:16 AM ---------- Previous post was 14th January 2015 at 11:30 PM ----------
That kernel doesn't seem to be working for my...wasn't able to boot for some reason
Don't know what's up.
Reverted back to the latest nightly. Maybe have more time to play with it later...
Click to expand...
Click to collapse
Sad I've been using version 01.14 of the nightly, and it seems no problem (of that kind at least) on my XT1032.
Devs suggest to use TWRP latest (2.8.some.thing) as custom recovery.

M7+M7vzw+M7spr AICP-13.1-O 8.1 UNOFFICIAL BUILDS

{
"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"
}
AICP
Android Ice Cold Project
AICP is known by everyone as the "Ice Cold Project" that started on a Desire HD years ago (2012) and since then has evolved into a mature ROM with the BEST community that you can find!!!
Until Lollipop, the Rom has always been based on AOKP. Unfortunately, since AOKP stopped development (but made a comeback later), we changed our base to CM.
With the re-brand of CM to LineageOS (LAOS) we are now LAOS based with some tweaks from AOSP.
If there are any bugs, either we will sort them out or the LAOS team will if it concerns their code base. This rom isn't LAOS supported, so no need to report errors/bugs to them!!
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.
*
*/
Feature list (rough Overview)
In the beginning we would like to thank:
LineageOS & CM (R.I.P.) team
 @maxwen and the rest of the OmniRom team
DU team
SlimRoms team
Resurrection Remix team
Community
...
@LorD ClockaN
@zipsnet
@eyosen
@semdoc
@Drgravy
@Hashbang173
@SpiritCroc
@wartomato
@eboye
plus the rest of the crazy bunch that we call "team"
...
We are paying for servers that build nightlies/weeklies and everything that comes with it, so EVERY DONATION will really be appreciated and be used to cover those expenses.
Thank you!!
Latest Stable Release Version 13.1
Download link m7: https://www.androidfilehost.com/?w=files&flid=239910
Download link m7vzw: https://www.androidfilehost.com/?w=files&flid=238220
Download link m7spr: https://www.androidfilehost.com/?w=files&flid=239908
Full Changelog link: http://dwnld.aicp-rom.com/
Google Apps:
(link the best one for your device, there are several variants out there right now, pico/nano gapps from opengapps.org is almost always a good choice though)
You tell...
FAQ:
Before using the ROM:
Q. Can I have an ETA for the next build?
A. Yes, just look in the OP to see if your device is built on a nightly or weekly schedule.
Q. Does this ROM support custom kernels?
A. No. You can still use them, but discussion should go in the thread of the respective kernel. We don't offer support for bugs you might encounter while using them!
Q. Why doesn't this ROM support Xposed?
A. Xposed is a hack that is geared towards AOSP, custom ROM's modify the framework a lot, so Xposed can cause a ton of issues on custom ROM's. Now it might work for you, however it is not to be discussed in this thread, and you should refrain from posting bug reports.
Q. Alright, but I still want to flash Xposed, so which version do I need to install?
A. You will need to use the version arm64/arm/whatever for SDK 27.
Flashing the ROM:
Q. What do I need to know before flashing?
A. Check the install instructions in the first post...
Q. Can the builds be dirty flashed over each other?
A. Yes, however make a nandroid backup first as there is a chance of getting a bootloop or encountering bugs. Also bugs may only be reported on a clean flash.
Q. How do I dirty flash builds?
A. Wipe the System, Cache and ART/Dalvik cache. Flash the ROM, GApps (only needed if you wipe the system), reboot. Or just use the OTA app to preform that task for you.
Q. How do I flash kernel builds?
A1. If it's a .img file, boot into TWRP and go to the install page in TWRP, in the bottom right corner select "install image", select the desired kernel, then select "boot", then swipe to flash, then go back to the install screen and install your root method again, if you don't want to loose root and reboot.
A2. If it's a flashable ZIP, you can flash it together with a ROM update or separately. Go to the install page in TWRP, choose the kernel zip (or add it to the flash queue right after the ROM zip). Then add your root method to the queue if you don't want to loose root. Now swipe to flash, and then reboot.
Using the ROM:
Q. How do I enable software buttons?
A. Go to Aicp Extras/Navigation bar, and enable it.
Q. I installed a bad theme and now I'm getting a bootloop, how do I fix it?
A. In TWRP, flash the substratum rescue zip that's in the substratum folder on the internal storage.
Q. I keep losing root with Magisk, how do I fix it?
A. Check this out. If that doesn't work for you, ask for help in this thread, read or ask in the Magisk thread on XDA or just re-flash Magisk!
Q. I'm having issues with WhatsApp, how do I fix it?
A. Read this
Q. Do I need to provide a logcat if I'm reporting a bug?
A. If you want it to be fixed faster (or at all) then yes, you should definitely provide a logcat. (Note: Please just link the logcat from your GDrive, Dropbox, etc. and do not post the content here. Thanks.
Q. How do I get a logcat, what type should I get and more questions that can conveniently be answered by my pre-determined answer?
A1. Read this thoroughly. Also, here's a good app for getting logs: https://play.google.com/store/apps/details?id=com.tortel.syslog (Root needed).
A2. If you are already rooted, you can use the built-in feature to make a logcat and provide that. Just look into the others section in the AICP Extras main page.
The ROM should contain everything you need to enjoy Android Oreo. You don't need to install any Add-on's, simply download the latest ROM, GApps, flash it and go!
It is STRONGLY recommended to fully wipe your device before flashing and please avoid restoring system apps and system data with Titanium Backup as this can cause stability issues that are very hard to debug.
If you believe you know what you're doing - then fine, go ahead, but please don't complain if you experience any strange behavior.
How to flash:
(Again: Don't do it if you don't know it!)
1. Download the ROM and GApps and transfer them to your device.
2. Boot to recovery (TWRP recommended).
3. Wipe the System, Cache, Data and ART/Dalvik cache.
4. Flash the ROM Zipfile.
5. Flash the GApps (optional, needed for e.g. Google Playstore to work).
6. Reboot your device.
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)
Currently Supported Root Solutions:
Magisk stable
Magisk versions higher than 14.0 doesn't require flash on every dirty flash depending on the deivce, some devices need you to flash it every time, unless your maintainer says otherwise it should be fine
KERNEL:
The kernel in this ROM follows LAOS source with custom additions.
PREREQUISITE FOR OTA:
To be able to flash using the built-in OTA app, TWRP recovery is needed.
You can still use the LAOS recovery and OTA app, but you will need to download the zip file and flash it manually from within your recovery. The Zipfile gets saved in the "aicp_ota" folder on your internal storage.
Please be sure that you are on the latest TWRP recovery. Keep in mind that this could also be an unofficial version!​
If you want to contribute to the AICP or want see what is being worked on/merged, feel free to visit our Gerrit code review system. (Link is at the bottom!!!)
Kernel source:
https://github.com/icxj1/android_kernel_htc_msm8960/tree/o8.1
ROM & Additional links:
AICP Gerrit Code Review
AICP on Github
AICP G+ community
Contributors:
 @icxj1
 @alial04
 @tathanhlam66
ROM OS Version: 8.1.x Oreo
Kernel: Linux 3.4.113
Version Information: Development
Status: UNOFFICIAL
Release Date: 02-28-2018
You want to see a "normal" night at the "DEV office", click here!!
XDA:DevDB Information
HTC ONE M7ul,wlv,wls, ROM for the HTC One (m7)
Contributors
icxj1, alial04
Source Code: https://github.com/AICP/platform_manifest
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
Based On: All of the above
Version Information
Status: Testing
Created 2018-02-28
Last Updated 2018-02-27
[/ATTACH][/ATTACH]
This ROM is testing & development. I know it must be hard for some to comprehend, the source is not complete yet. And the more they advance the less compatible m7 becomes.
Please report bugs with logs! No need to report what works on N ROM that does not work on O. M7 is not compatible for Oreo & i have many modifications to make it work. If you cannot live with a few bugs for awhile then GTFO! I do not get paid to maintain or develop so I don't want to here your pissing & moaning about an piece of **** obsolete device.
Bugs= "system process isn't responding" anr warning on boot. Select wait & carry on. This is caused by system partition not being mounted early enough in the boot process. 8.0+ expects an early mounted system partition. This is handled in the kernel by use of a separated dts, our kernel does not support dts for m7.
Lock screen with pin or password causing problems for some user's. not sure the entire issue, but reports of waiting up to 5 minutes to unlock. ??? send logs on this please.
Rooted devices must enable d2tw & pocket mode in kernel aduitor to fix proximity wake not working on outgoing phone call, (when screen is black dt2w it). Not an issue on non-rooted devices.
It is pointless to post here, most don't read it & will report the same bugs over & over in thread.
Should have ffcamera in this one & mobile settings partialy fixed, no data usage info & quick settings tile will crash. please do not report these bugs, i already have logs for them. enjoy!
m7 += https://www.androidfilehost.com/?fid=673956719939822539
m7vzw += https://www.androidfilehost.com/?fid=890129502657586018
m7spr += https://www.androidfilehost.com/?fid=746010030569956907
Can you guys make a kernel with wake gestures included?
lucyr03 said:
Can you guys make a kernel with wake gestures included?
Click to expand...
Click to collapse
They are already working on it but it makes some problems with oreo. If it is working they will release it.
Hi @icxj1
Thanks for the developement work!
May I ask,...? What's about Google certification? PlayStore says: "not certified".
And Magisk says: "basicIntegrety: true" but "ctsProfile: false"
Will you even work on that? That would be great. Thank you very much.
samhhmobil
samhhmobil said:
Hi @icxj1
Thanks for the developement work!
May I ask,...? What's about Google certification? PlayStore says: "not certified".
And Magisk says: "basicIntegrety: true" but "ctsProfile: false"
Will you even work on that? That would be great. Thank you very much.
samhhmobil
Click to expand...
Click to collapse
Gapps are beta, search their unofficial thread & see if you can find anything. And m7 will probably have to start using the magisk universal cts module. Search magisk modules for zip.
https://forum.xda-developers.com/an...cial-opengapps-builds-android-t3743495/page28
samhhmobil said:
Hi @icxj1
Thanks for the developement work!
May I ask,...? What's about Google certification? PlayStore says: "not certified".
And Magisk says: "basicIntegrety: true" but "ctsProfile: false"
Will you even work on that? That would be great. Thank you very much.
samhhmobil
Click to expand...
Click to collapse
Flash this zip in twrp to fix safetynet, I tested it and working fine on this rom.
https://www.androidfilehost.com/?fid=962187416754455235
first of all, thx for sharing all the work, the rom (20180228) works very smooth and definitely usable this time. besides the known bugs, i've also noticed (so far) problem with the proximity sensor (not working incalls and cpuz), wifi doesn't reconnect when registered network becomes visible (i have to turn it on and off to get it going), some wifi drops (occasionally) and wifi disconnecting while sleep (also occasionally).
sorry no logs, will do them when can, just wanted to say thank you!
edit: also, i have to reinsert the sim card upon restart.
olivrd said:
first of all, thx for sharing all the work, the rom (20180228) works very smooth and definitely usable this time. besides the known bugs, i've also noticed (so far) problem with the proximity sensor (not working incalls and cpuz), wifi doesn't reconnect when registered network becomes visible (i have to turn it on and off to get it going), some wifi drops (occasionally) and wifi disconnecting while sleep (also occasionally).
sorry no logs, will do them when can, just wanted to say thank you!
edit: also, i have to reinsert the sim card when os booted.
Click to expand...
Click to collapse
This device, the m7 allways had wifi problems even with stock rom it drops sometimes and doesnt connect when a known network is around sometimes. That must be related to the hardware because it was in all android versions from 4.1.2 up to 8.1 in stock and all custom roms the same no matter which firmware is used stock sense or gpe.
olivrd said:
first of all, thx for sharing all the work, the rom (20180228) works very smooth and definitely usable this time. besides the known bugs, i've also noticed (so far) problem with the proximity sensor (not working incalls and cpuz), wifi doesn't reconnect when registered network becomes visible (i have to turn it on and off to get it going), some wifi drops (occasionally) and wifi disconnecting while sleep (also occasionally).
sorry no logs, will do them when can, just wanted to say thank you!
edit: also, i have to reinsert the sim card upon restart.
Click to expand...
Click to collapse
For the sim card problem you just need to enable then disable airplane mode instead of reinserting it.
---------- Post added at 21:21 ---------- Previous post was at 21:20 ----------
Did anyone managed to install V4A on this rom? I installed it but the driver isn't functional.
lucyr03 said:
For the sim card problem you just need to enable then disable airplane mode instead of reinserting it.
Click to expand...
Click to collapse
Aha, good idea. It seems this sim card issue is only happening on m7 if build m7vzw first. Next builds I will make clean & run m7 first then will see if problem still exist.
lucyr03 said:
For the sim card problem you just need to enable then disable airplane mode instead of reinserting it.
---------- Post added at 21:21 ---------- Previous post was at 21:20 ----------
Did anyone managed to install V4A on this rom? I installed it but the driver isn't functional.
Click to expand...
Click to collapse
Is that video related?
icxj1 said:
Is that video related?
Click to expand...
Click to collapse
I don't know about video, it just shows driver: abnormal, neon: no, audio processing: unsupported and of course any settings have no effect.
lucyr03 said:
I don't know about video, it just shows driver: abnormal, neon: no, audio processing: unsupported and of course any settings have no effect.
Click to expand...
Click to collapse
Aha, oK. I will look into it. Thanks
lucyr03 said:
Flash this zip in twrp to fix safetynet, I tested it and working fine on this rom.
https://www.androidfilehost.com/?fid=962187416754455235
Click to expand...
Click to collapse
Thanks, THAT'S IT. Great.
---------- Post added at 08:13 PM ---------- Previous post was at 08:00 PM ----------
I see, it's working very well.
- Video recording in Camera app is not working (as told before by some other member).
- GPS is marked as "Supported" but Enabled "No", and not possible to enable (but working GPS is important to me, so we have to wait for the devs and their great work).
- IR is marked as "Not supported" - even it is in the device -, sigh (it's not really very important to me, but it's "nice to have").
- Mobile data work correctly, but it's impossible yet to switch it off.
- WiFi works to me, even reconnects.
Thanks again,
samhhmobil
lucyr03 said:
For the sim card problem you just need to enable then disable airplane mode instead of reinserting it.
Click to expand...
Click to collapse
tried this, but not working, still had to reinsert it, at least on my device (international version)
olivrd said:
tried this, but not working, still had to reinsert it, at least on my device (international version)
Click to expand...
Click to collapse
I have international version too but with GPE firmware.
Sent from my OnePlus 2 using XDA Labs
lucyr03 said:
I have international version too but with GPE firmware.
Click to expand...
Click to collapse
same here

[ROM][Pie][OFFICIAL] Resurrection Remix v7.0.2 [evert]

{
"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 the latest TWRP.img
Download the latest RR-P zip and GApps zip (opengapps nano or smaller)
fastboot boot twrp.img (NEW!! See post #2 for info on installing TWRP)
If coming from stock for the first time, flash copy-partitions-AB.zip from second post (It takes a backup of active slot to inactive slot)
In TWRP, choose -> Wipe -> Format data and type "yes" at the prompt (Note: this will wipe internal storage)
Flash latest RR-P.zip
Reboot and let the ROM boot once (it is necessary to reboot between ROM flash and GApps/Addon flash due to slot-swap logic)
Reboot back to bootloader and fastboot boot twrp.img again
In TWRP, choose -> Wipe -> Format data and type "yes" at the prompt (You may be able to get away with just doing a factory reset at this point, but that's on you to try)
Flash Google Apps package (optional)
Flash Magisk (also optional) (Note: If Magisk doesn't stick after setting up your device, fastboot boot twrp.img one last time and flash it again, no need to wipe anything)
First boot may take up to 10 minutes.
ROM Download
GApps
Resurrection Remix Source
Device Source
Kernel Source
Vendor Source
XDA Developers
LineageOs Team
Omni Team
And Of Course To All The Supporters, Donators And Users
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.​
​
XDA:DevDB Information
Resurrection Remix Pie v7.0.2, ROM for the Moto G6 Plus
Contributors
Jleeblanch, erfanoabdi, rahulsnair, RR Team
Source Code: https://github.com/ResurrectionRemix
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Based On: LineageOS
Version Information
Status: Beta
Beta Release Date: 2019-02-25
Created 2019-02-26
Last Updated 2019-04-21
Copy partitions zip & TWRP installation info
[size=+2]Important info, please read...[/size]
Starting from build 20190414, encryption is disabled (temporarily) and you must clean flash
The new TWRP version now supports decryption on Pie when booting twrp. However, I have updated TWRP to include the new magisk repacktools which allows users to download and install one twrp.img without the need of an installer zip. The reason behind releasing the ROM with encryption disabled? If you were to try to install TWRP while using an encrypted ROM, you would end up in a bootloop that would bring you back to TWRP. But, install TWRP on a ROM with encryption disabled, and everything works as expected.
[size=+1]TWRP Installation[/size]
-> TWRP download || twrp-3.3.0-v2-evert-jlb.img
->>> The twrp.img you download above will also be the same twrp.img you will install, so make sure to put a copy on your device as well
-> Boot twrp
Code:
fastboot boot twrp-3.3.0-v2-evert-jlb.img
-> In TWRP, choose Advanced / Install Recovery Ramdisk
-> Select the twrp-3.3.0-v2-evert-jlb.img
->>> At this point twrp will automagically unpack your boot.img and the twrp.img, swap out the recovery-ramdisk, and repack your boot.img. When this process completes, twrp will be permanently installed.
->>> Always flash Magisk AFTER you've installed twrp
-> Reboot and enjoy. You should now be able to reboot to recovery from the Power Menu!!
DO NOT try to install twrp on an encrypted rom. You will most likely end up in a bootloop, you have been warned!
Important
To keep TWRP installed between ROM updates, there is a Magisk Module named "TWRP A/B Retention Script" by @osm0sis. Search for it within Magisk Manager Downloads section. You'll want to flash this script zip after each OTA has installed, but before you install Magisk to the Inactive Slot from Manager.
[size=+1]Coming from stock?[/size]
Make sure to flash the copy-partitions-AB.zip in twrp before you do anything else. You can download it from the attachment below...
Reserved
Cool, i will test it now (im glad its official).
Ps dont do it "Perform a FULL factory wipe and wipe/system and dalvik cache as a precaution"
i meant wiping system.. even if we install custom rom after this it will be no os installed as twrp says.
Woks awesome, thank you dev
Excellent ROM.
Always loved RR ROMs.
Only downside I have is wondering if there will be anyway to get Google Pay working, as unfortunately it doesn't on this ROM.
Also, how can I disable the one button navigation style, as when I have a NAV bar on, I still have functions on my one button.
TIA.
WYPIERDAALAAC said:
Cool, i will test it now (im glad its official).
Ps dont do it "Perform a FULL factory wipe and wipe/system and dalvik cache as a precaution"
i meant wiping system.. even if we install custom rom after this it will be no os installed as twrp says.
Click to expand...
Click to collapse
The install instructions in the OP are generic, and don't necessarily apply for this device. You're better off following the install instructions from Lineage-16.0. I will update the OP with proper install instructions when I have some time asap.
LDMx96 said:
Excellent ROM.
Always loved RR ROMs.
Only downside I have is wondering if there will be anyway to get Google Pay working, as unfortunately it doesn't on this ROM.
Also, how can I disable the one button navigation style, as when I have a NAV bar on, I still have functions on my one button.
TIA.
Click to expand...
Click to collapse
For now, if you've flashed Magisk, you can flash my Magisk module (or any module) that will help pass safetynet and show device as being certified in Play Store. This is why Google Pay doesn't work.
I had updated some blobs and build fingerprint to match the stock Pie update, but it seems to be causing the device to fail safetynet. I will have this fixed in the next update.
As for the fingerprint gestures always being enabled. I'm looking into this too. I'm assuming this has something to do with an overlay I added to insure the navbar was enabled on first boot (as without it, it's not). I hope to have this fixed for the next update as well.
Jleeblanch said:
For now, if you've flashed Magisk, you can flash my Magisk module (or any module) that will help pass safetynet and show device as being certified in Play Store. This is why Google Pay doesn't work.
I had updated some blobs and build fingerprint to match the stock Pie update, but it seems to be causing the device to fail safetynet. I will have this fixed in the next update.
As for the fingerprint gestures always being enabled. I'm looking into this too. I'm assuming this has something to do with an overlay I added to insure the navbar was enabled on first boot (as without it, it's not). I hope to have this fixed for the next update as well.
Click to expand...
Click to collapse
No problem, I won't flash Magisk if you're looking at getting it fixed I will just hang fire, it's not a much needed thing anyway, as Google Pay isn't a much needed thing for me, was just handy.
As for the Fingerpring Gestures that's fine, it's not harmful, I just thought I'd mention it.
I'm loving it so far, not had any problems all good.
Awesome! I'm using magisk with Ainur Sauron and Viper, working flawlessly! Everything works pretty well so far. Thanks for the amazing job!
I flashed it over the stock pie without wiping system, only factory reset. I don't know if this helps because I'm still a newbie P, just sharing!
RR rocks!
LDMx96 said:
No problem, I won't flash Magisk if you're looking at getting it fixed I will just hang fire, it's not a much needed thing anyway, as Google Pay isn't a much needed thing for me, was just handy.
As for the Fingerpring Gestures that's fine, it's not harmful, I just thought I'd mention it.
I'm loving it so far, not had any problems all good.
Click to expand...
Click to collapse
I will fix it, yes. It seems I got it right on Beckham, but not so much on Evert lol. Anyway, I'll have an update ready for the weekend. I don't use Google Pay much myself either, although as you said, it is handy. I'd prefer things worked out of the box rather than needing workarounds to fix things.
Jleeblanch said:
I will fix it, yes. It seems I got it right on Beckham, but not so much on Evert lol. Anyway, I'll have an update ready for the weekend. I don't use Google Pay much myself either, although as you said, it is handy. I'd prefer things worked out of the box rather than needing workarounds to fix things.
Click to expand...
Click to collapse
No worries mate, I'll look forward to the update on the weekend then.
Thanks a bunch.
Excellent rom, I like it all of them, but it seems that it's only me who have trouble in calls, I can't hear nothing when I use headphones, it only works without headphones.
Pd. Sorry for my English
asesinodilusion said:
Excellent rom, I like it all of them, but it seems that it's only me who have trouble in calls, I can't hear nothing when I use headphones, it only works without headphones.
Pd. Sorry for my English
Click to expand...
Click to collapse
I've just tested this too, no call volume when earphones are connected, but fine once disconnected.
asesinodilusion said:
Excellent rom, I like it all of them, but it seems that it's only me who have trouble in calls, I can't hear nothing when I use headphones, it only works without headphones.
Pd. Sorry for my English
Click to expand...
Click to collapse
LDMx96 said:
I've just tested this too, no call volume when earphones are connected, but fine once disconnected.
Click to expand...
Click to collapse
Someone mentioned this on telegram as well. If this is the only bug anyone has encountered, that's kinda awesome [emoji6].
However, as I don't have a pair of headphones to test with and possibly reproduce the issue, can one of you (or both) please get a log? I just need someone to reproduce the issue while taking a logcat and attach it here so I can diagnose and fix the issue.
Jleeblanch said:
Someone mentioned this on telegram as well. If this is the only bug anyone has encountered, that's kinda awesome [emoji6].
However, as I don't have a pair of headphones to test with and possibly reproduce the issue, can one of you (or both) please get a log? I just need someone to reproduce the issue while taking a logcat and attach it here so I can diagnose and fix the issue.
Click to expand...
Click to collapse
There is a manual or some guide to do that? Please
asesinodilusion said:
There is a manual or some guide to do that? Please
Click to expand...
Click to collapse
There are basic instructions in the OP to take logs on the device using Matlog. There is also a decent tutorial here on xda: [Tutorial] How To Logcat
Jleeblanch said:
Someone mentioned this on telegram as well. If this is the only bug anyone has encountered, that's kinda awesome [emoji6].
However, as I don't have a pair of headphones to test with and possibly reproduce the issue, can one of you (or both) please get a log? I just need someone to reproduce the issue while taking a logcat and attach it here so I can diagnose and fix the issue.
Click to expand...
Click to collapse
https://www.dropbox.com/s/rqz2t7d57epq7i9/data.txt?dl=0
I hope this help
BT Calling not working
Hello together,
i installed th RR Rom on my phone and everything seems to be fine.
BUT the only thing is, "Bluetooth Calling" does not work. I tried it with to different Bluetooth devices, my oneplus wireless bullets, and my car.
No Microphone and no Sound is Working, very rare.
But when i do BT Calling with SIGNAL or VOIP app CSipSimple everthing is fine. It looks like, that the only problem is the telefone app itself from android pie.
Before i used the [ROM][UNOFFICIAL]LineageOS-16.0[Evert][Moto G6 Plus] and BT Calling was working fine!
Does someone have a tip for me, where i can take a look?
Thanks a lot.
Greetings
It works very well, except for the detail that sometimes there is lag and when making or receiving a call there is too much noise
Enviado desde mi Moto G6 Plus mediante Tapatalk
titofariasl said:
It works very well, except for the detail that sometimes there is lag and when making or receiving a call there is too much noise
Enviado desde mi Moto G6 Plus mediante Tapatalk
Click to expand...
Click to collapse
Is there any way of improving in-call audio quality? There is just too much background noise.

[ROM][STABLE][R7S/R7Sf][OFFICIAL][9.0] LineageOS 16.0 (Qualcomm)

{
"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.0 (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.
Devices supported by this package :
Officially: Oppo R7S ( R7Sf / R7Sfg / Snapdragon Model Only! )
What's working :
Boots
RIL (Calls, SMS, Data)
Wifi
Bluetooth
Camera ( Videos And Photos )
Video Playback
Audio ( Record and Playback )
Sensors
Flash
Led
GPS
What's not working :
Instructions :
Official Instructions here in LOS Wiki.
Download the latest build and gapps arm64 for 9.0
Open GApps (choose the variant you want. Recommended nano package)
Reboot to recovery
Flash the latest build and gapps
Reboot
Downloads :
Builds
ROM : https://download.lineageos.org/r7sf
Google Apps : http://opengapps.org/
Reporting 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 it is a random reboot, grab /sys/fs/pstore/console-ramoops. (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--
Phone model (R7Sf, R7Sfg):
LOS version:
LOS 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:
LOSSettings/Performance settings (other than stock):
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Credits :
[MENTION]My wife[/MENTION]: For her patience
[MENTION]Uberlaggydarwin[/MENTION]: For you know what!
[MENTION]mikeioanna & maniac103[/MENTION]: For all their amazing work on the R7 series!
Unknown Oppo Dev: For providing the PS Kernel Source Code
LineageOS Team
Donations :
Please consider donations to support development.
mikeioannina: Donating via PayPal without him LineageOS 16.0 for the R7sf would not have been possible!
XDA:DevDB Information
LineageOS-16.0 for Oppo R7S (1080p), ROM for the Oppo R7S
Contributors
mikeioanna,maniac103,celoxocis
Source Code: https://github.com/LineageOS
ROM OS Version: 9.0 Pie
ROM Kernel: Linux 3.10.108
ROM Firmware Required: Unlocked bootloader
Based On: LineageOS 16.0
Version Information
Status: R7Sf entered Official builds.
Created 2019-04-17
Last Updated 2019-04-17
*reserved*
Please make sure before upgrading to LineageOS 16.0 to read the Official Instructions here in LOS Wiki carefully!
Make sure before flashing you upgrade the TWRP version with the one provided in the instructions page due to changes to support hardware accelerated encryption on our R7S!
You will run into issues if you do not upgrade to the provided TWRP version!
I recommend a clean install due to above changes.
Followed the instruction exactly but wifi does not work (mac address 02:00:00, it can not find any AP...)
If someone has this issue like me, flash back to Spectrum then boot into it and connect to some AP, then flash LineageOS again, but do not wipe anything.
Does Pixel Launcher work for you?
It crashes on my phone. A workaround: https://www[.]reddit[.]com/r/LineageOS/comments/awjvnk/lineageos_16_stock_open_gapps_pixel_launcher/
Working well so far even though I updated using twrp 3.2.3
Only issues are, app permissions seem to show up when they want and bluetooth connection can be ropey depending on device. Have one receiver with no issues but my Sennheisers cant keep a connection from two feet. Will try re-pairing.
Thanks to you all. :highfive:
I needed this for root, so for anyone who needs it...
https://mirrorbits.lineageos.org/su/20190304/addonsu-16.0-arm64-signed.zip
Edit.....Just updated to latest build and root disappears so the above will be needed.
Will the SU binaries be reinstalled for future builds?
LordAlberto said:
I needed this for root, so for anyone who needs it...
https://mirrorbits.lineageos.org/su/20190304/addonsu-16.0-arm64-signed.zip
Edit.....Just updated to latest build and root disappears so the above will be needed.
Will the SU binaries be reinstalled for future builds?
Click to expand...
Click to collapse
Why not use Magisk?
trmdi said:
Why not use Magisk?
Click to expand...
Click to collapse
I do use magisk, I need to install this beforehand or magisk doesn't work.
When I first installed 16, I read that lineage removed the su binaries so there is no root out of the box.
Bit of a pain really.
When the screen is locked, you're still able to swipe down from the status bar to expand it to show buttons. Is there any way to disable expanding the status bar when the screen is locked?
Just tried the recommended TWRP image and it screwed it up. Now i have no recovery! I'll have to attach to a computer to see if I can reflash it to get back in. Anyone else try this with the same result?
Hi, is there any difference between the build 16-04 and 17-04 ? No changelog is shown.
https://download.lineageos.org/r7sf/changes/
Luuta said:
Just tried the recommended TWRP image and it screwed it up. Now i have no recovery! I'll have to attach to a computer to see if I can reflash it to get back in. Anyone else try this with the same result?
Click to expand...
Click to collapse
The recommended TWRP image is actually a lower version than the official image through the TWRP app, and that's why my recovery got screwed up. I'd flashed an earlier image onto a later one. The recommended one would probably be the one to use if you were switching to Lineage for the first time, maybe? Just to warn people not to be as careless as I am!
I spent half a day messing about with getting the tools again to perform a flash from my pc. Every time, I end up relying on "Minimal ADB & Fastboot" because I have no luck getting any other driver package to work. But this package really is the smallest pack to get it done and it makes it easy to use, thank goodness.
Thanks to the developers for continuing to work on the phone. I'm loving Android 9/Lineage 16. There isn't much of a visual change, which is great. Under the hood, it's more obvious, but it's definitely running much smoother than L15 already.
---------- Post added at 08:41 PM ---------- Previous post was at 08:39 PM ----------
trmdi said:
Hi, is there any difference between the build 16-04 and 17-04 ? No changelog is shown.
https://download.lineageos.org/r7sf/changes/
Click to expand...
Click to collapse
There will, of course, be changes, or it wouldn't be offered. Most changes are bug fixes or security updates, so you wouldn't necessarily notice any change.
Maybe the gestures are sensitive but every time I go out, the phone always opens my music player at destination. Have turned them off see if it happens again.
Never happened on 15.
Bluetooth seems to be a mixed bag so far. When it works it's fine, but when connection is lost re-pairing and forget/connect can be hit and miss. It will show the device but not be connected so you have to go deeper into settings to fix it.
More often I always end up going the long way round just to get connection.
BT ended up rock solid on 15 so I'm confident it'll improve.
Update. So clearing storage and cache in 'App info' seems to have fixed connection issue. Let's see how we get on...
LordAlberto said:
Bluetooth seems to be a mixed bag so far. When it works it's fine, but when connection is lost re-pairing and forget/connect can be hit and miss. It will show the device but not be connected so you have to go deeper into settings to fix it.
More often I always end up going the long way round just to get connection.
BT ended up rock solid on 15 so I'm confident it'll improve.
Update. So clearing storage and cache in 'App info' seems to have fixed connection issue. Let's see how we get on...
Click to expand...
Click to collapse
1
Mine keeps connecting, disconnecting, connecting... But only when there's no music playing, like it's trying to save power (so maybe it's one of the battery saving services under Android 9). Mine isn't forgetting, though. At least not yet...
Luuta said:
1
Mine keeps connecting, disconnecting, connecting... But only when there's no music playing, like it's trying to save power (so maybe it's one of the battery saving services under Android 9). Mine isn't forgetting, though. At least not yet...
Click to expand...
Click to collapse
Tried again today, it has the device listed but wont connect. Have to go all the way in BT menu to connect manually.
It's a problem with Pie on the whole apparently.
LordAlberto said:
Tried again today, it has the device listed but wont connect. Have to go all the way in BT menu to connect manually.
It's a problem with Pie on the whole apparently.
Click to expand...
Click to collapse
Ah, yes, it loses the pairing in our car, too. It's a small annoyance, can live with that!
is anyone success to install magisk on this rom ?
spongelovers said:
is anyone success to install magisk on this rom ?
Click to expand...
Click to collapse
yes. I flashed it right after flashing the rom without any problem.
spongelovers said:
is anyone success to install magisk on this rom ?
Click to expand...
Click to collapse
On page one of this thread I've linked the su code to get magisk to install.

[A-ONLY][TREBLE][9.0][A530F/A530W/A730F] Vendor Pie For Galaxy A8/A8+ 2018

I'm not responsible for whatever damage this could possibly cause to your device.
Before Starting Make Sure You Treble Your Device By This Guide here
If you appreciate the work i have done, Feel free to buy me a cup of coffee @paypal
Welcome to Pie Vendor For Galaxy A8/A8+ 2018 ONLY FOR A530F/A530W/A730F​
Some information you should know..
Full TREBLE Documentation here : https://source.android.com/devices/architecture
Generic System Image (GSI) Documentation here : https://source.android.com/setup/build/gsi
GSIs are not the most stable and many users prove they are unable to read. they just want ready stuff. with this project that is not the case. if you skip the instructions/F.A.Qs and notes, dont bother installing this project as you probably wont be able to get it running.
This is a fully featured VENDOR and KERNEL designed for this device to support project treble, it is based on other Exynos 7885 Vendors and modified to support our devices, i have also added few patches and fixes to this vendor to get the best possible experience
The vendor is pretty much bugles, therefore any bugs you face, Report them to the appropriate Threads of the GSI you installed or github issues section, as those are not mine to fix i only provide the vendor and kernel that allows GSIs to run on.
- VENDOR FEATURES:
Wi-Fi & Hotspot
Telephony & Ril (Mobile Data, Calls, SMS, MMS)
NFC
Camera
Bluetooth
GPS
Fingerprint
All Sensors
- STEPS FOR INSTALLING TREBLE VENDOR:
Make Sure You Treble Your Bevice By This Guide here
Boot into Twrp recovery
Wipe System, Data, Dalvik and Vendor.
Select Vendor_Dumpster.zip
- STEPS FOR INSTALLING GSIs:
Download the desired GSI (it MUST be A-only_arm64 Variant)
unpack it if it wasn't in .IMG format
Go to TWRP , Install , Install IMAGE
Pick your GSI and select SYSTEM IMAGE
Reboot to TWRP Recovery
- STEPS FOR INSTALLING GAPPS
Download the appropriate opengapps
Go to TWRP , Install
Pick your OpenGapps.zip
Reboot to System
- KNOWN BUGS:
Bluetooth calls are broken
Credits:
- @ananjaser1211 for his contribution
- @TaifAljaloo for testing
Downloads. Changelogs , F.A.Qs below
XDA:DevDB Information
Project Treble, Vendor for the Samsung Galaxy A8 (2018)
Kernel Source
Contributors
prashantp01
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Version Information
Status: Beta
Current Stable Version: v1
Created 2019-05-17
Last Updated 2019-05-17
{
"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"
}
Come hang with us on our chat : Telegram
----------------------------------------------------------------
Treble Pie Vendor Dumpster V1.0 [LATEST]
Treble folder : Gdrive
Recommended GSI : Gdrive
Generic System Image (list) : Github
---------------------------------------------------------------
Bugs :
1- some users might face SDCard issues
If you did , back up its data and format it in GSI.
2- If you face "Error 70: Insufficient storage space available in the system partition" while flashing Gapps
If you get do this : Wipe > Advanced Wipe > select system > Repair or Change File System > Resize File System
Go back and flash Gapps
V1.0
-initial release
F.A.Q
For more details related to this project, read our dedicated Wiki page here.
Q : Do i need to format internal storage ?
A : No
Q : Can i use the Treble recovery for normal ROMs ?
A : Yes, it is preferred especially when making backups. just be sure to wipe vendor when switching to non treble roms
Q : What Camera is recommended ?
A : Footej and open camera works the best
Q : Can i flash any GSIs ?
A : No, only A-ONLY_ARM64 Are supported
Q : Can i flash any sGSIs ?
A : No unless they match the Arch above
reserved
I just flashed the Lineage OS v16 GSI with this vendor and found no problems other than no network bars (as mentioned above) and there were no problems with the camera and fingerprint. I will notify you later if there is a bugs
Thanks for your hard work ?
Sweet! I'm gonna be up all night!
This is fantastic. The boot time has decreased immensely.
Finally got aosp extended 6.5 to boot. Well i didn't, you did.
What a difference. Ressurection Remix as well. The 9.0. That one seems a bit iffy no matter.
I am noticing a different mobile data icon. It'll say 4g+
Not too far from normal full usage. Thank you.
mindlery said:
This is fantastic. The boot time has decreased immensely.
Finally got aosp extended 6.5 to boot. Well i didn't, you did.
What a difference. Ressurection Remix as well. The 9.0. That one seems a bit iffy no matter.
I am noticing a different mobile data icon. It'll say 4g+
Not too far from normal full usage. Thank you.
Click to expand...
Click to collapse
Where you able to get gapps installed it always failed for me.
This has happened on most of these roms
Yes i was. My method is a bit harsh though. I am a fan of internal destruction
So for the gsi, i wipe everything including internal. Then i reboot to recovery. Swipe to allow modifications. Install vendor. Install system image. Then reboot recovery flash fix boot. I almost never bother with gapps anymore until it boots fully. Then i'll immediately go into recovery and flash gapps then reboot of course.
I got sick of errors myself. If you find one you like or want to go back to then it may be worth trying for that perfect install. Almost there.
---------- Post added at 04:33 AM ---------- Previous post was at 04:20 AM ----------
https://downloads.aospextended.com/treble_gsi
Before only 6.1 worked. Now 6.5 starts in a minute or so. 6.3 boot looped before so i am going to see what happens now.
mindlery said:
Yes i was. My method is a bit harsh though. I am a fan of internal destruction
So for the gsi, i wipe everything including internal. Then i reboot to recovery. Swipe to allow modifications. Install vendor. Install system image. Then reboot recovery flash fix boot. I almost never bother with gapps anymore until it boots fully. Then i'll immediately go into recovery and flash gapps then reboot of course.
I got sick of errors myself. If you find one you like or want to go back to then it may be worth trying for that perfect install. Almost there.
---------- Post added at 04:33 AM ---------- Previous post was at 04:20 AM ----------
https://downloads.aospextended.com/treble_gsi
Before only 6.1 worked. Now 6.5 starts in a minute or so. 6.3 boot looped before so i am going to see what happens now.
Click to expand...
Click to collapse
I'm using ion- v1.0.c 9.0 without any issues.
For some reason on the newer gsi roms you can't get gapps to install.
ion rom gapps are included.
mchlbenner said:
I'm using ion- v1.0.c 9.0 without any issues.
For some reason on the newer gsi roms you can't get gapps to install.
ion rom gapps are included.
Click to expand...
Click to collapse
I have never heard of that. Of course I am downloading but is there any information about it besides a file on android file host?
mindlery said:
I have never heard of that. Of course I am downloading but is there any information about it besides a file on android file host?
Click to expand...
Click to collapse
I had not heard of it also but it seems to work without issue.
Only thing on screenshot you have edit where photo is being stored.
Does this allow me to use system-as-root gsis? Since android 9 treble implementation is supposed to be system as root even on aonly, I would guess so, but I couldn't get my device to boot with one yet.
Weird, I can't even get aospextended to work... It just bootloops without bootanimation.
Edit: nvm, I got it to work, but I had to flash the oreo vendor first, and then the pie vendor.
Edit2: fingerprint doesn't seem to work even with fp patch (it's weird, it registers the fingerprint, and even validates it, but it does nothing on the lockscreen)
Edit3: restart fixed it
I have a few questions
I used to flash the usual custom roms so is this is the same thing i mean that if i can use it to flash custom roms
And which roms exactly working perfectly on this device without any issues
Also should i root my phone before installing it or what exactly should i do
Is it stable and doesn't have any problems or will i face some problems while im using it
For some reason on aosp extended gsi the phone will stay stuck at the charging screen (gray one without percentage) when charging when its turned off, disconnecting the cable doesn't do anything, it stays stuck on this screen till i force reboot
CoinKiller said:
For some reason on aosp extended gsi the phone will stay stuck at the charging screen (gray one without percentage) when charging when its turned off, disconnecting the cable doesn't do anything, it stays stuck on this screen till i force reboot
Click to expand...
Click to collapse
Did you install GSI_Fix_boot.zip?
So I want to install Google phone but I cannot get it to work. Can you give me an alternative ?
If I want to install a different GSI I follow the steps again (install vendor, flash GSI, flash boot fix and fixes if needed) or just wipe system, data, cache and flash the new image+ boot fix
slawdos said:
Did you install GSI_Fix_boot.zip?
Click to expand...
Click to collapse
Yes but i had to format /vendor after installing that zip (it wasnt the zip fault!), Didn't that get installed in /system?

Categories

Resources