If its not letting you setup Google services, please try the vanilla builds.its me again ! finally gotten the 10.0.1 to finally flash and did a factory reset. flash the version with Gapps and it appears to be hung on the Google Welcome screen. Anything I should do ??View attachment 5229845
Please flash the latest version 11.5.1 and let me know if this is still the case.Anyone else unable to send sms messages on VoLTE? If I switch to 3g messages go through.
Still fails to sendPlease flash the latest version 11.5.1 and let me know if this is still the case.
but it works well on the other roms , and i have another issue ,i use two SIM cards, when i switch the mobile data , i must switch to airplane mode firstly and quite ,then i can use the mobile data.[QUOTE = "tpaasystem, post: 84573253, member: 4875117"] good. i still have the problem related to the fingerprint. the fingerprint no longer works after several or until the device is restarted. and the problem will occur again and again. 11.5 and 11.5.1 both have the same problem. [/ QUOTE] the problem is yours alone, my imprint works on both roms, try to check your oneplus
I doubt if 8GB Ram and swap be sufficient as I had the same issues in past. So I switched to google cloud platform to build the rom from scratch. Probably the best thing to do as it compiles the whole thing in 5 hours. Also GCP give 300$ to new users so its worth a shot.@sibinsilva
I like this ROM very much, it has all the customization I need.
So I decided to compile it from source, as I always do.
Everything went well until 97%, but then it failed at the metalava docs (system-api-stubs-docs) with the following error:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
That means that my computer doesn't have any RAM left but the thing is that there is still plenty of RAM available.
My computer has 8gb RAM plus 8 GB swap but java only uses up to 2.3 gb of RAM to compile the docs, then it stops increasing its RAM usage and after a while it fails with the out of memory error.
I have tried to add export _JAVA_OPTIONS=-Xmx8192m and export JAVA_TOOL_OPTIONS=-Xmx8192m in my bashrc but it didn't work
I have tried to increase to export _JAVA_OPTIONS=-Xmx16384m and export JAVA_TOOL_OPTIONS=-Xmx16384m, but it didn't work either.
I have increased -Xms limits in the source, still not working.
I have increased the jvmargs in /tools/metalava/gradle.properties, still not working.
I have tried to compile with -j1, still not working.
I have of course googled it, but nothing helped.
How did it go for you when you compiled the ROM?
Any idea or tip to make it work?
Thanks in advance for your reply!!!![]()
I doubt that your device is going to deep sleep mode and maybe staying on deep sleep for several hours may need you to wake the device with volume keys. I personally never experienced this but had this on a rom I used previously.well.i still have the issue about the fingerprint.the fingerprint don't work anymore after several hours until reboot the device.and issue will happen again and again .11.5 and 11.5.1 both have the same issue.
Some lockscreen clocks have minor issues as far as I know.Love this rom, best battery life yet of the ones I've tried.
Small issue. This lockscreen clock sometimes does this. Maybe half of the time. Trying to pinpoint a common thing when it happens, but unable to so far. Not a big deal, thanks for the ROM.
It's strange because the RAM isn't full when the out of memory error comes...I doubt if 8GB Ram and swap be sufficient as I had the same issues in past. So I switched to google cloud platform to build the rom from scratch. Probably the best thing to do as it compiles the whole thing in 5 hours. Also GCP give 300$ to new users so its worth a shot.
Yes, signature spoofing is presentDoes the rom include signature spoofing for easy microg install?
I'm not responsible for bricked devices, dead SD card or anything happens with your device. Flash on your own risk/knowledge.
Does this rom include Smart Charging functionality?
Couldn't find it mentioned in the features and customization lists.
Thanks for your great work!
I purchased this for a friend to hook up a router to his phone with usb tethering
![]()
Before giving it to him, I decided to test it by hooking up my router to my phone. USB Tethering stayed grayed out and couldn't be enabled. I then tried it on my girlfriends OP6+ stock and it also stayed grayed out. Am I doing something wrong? Did I buy the wrong one? I saw some Android phones listed in the description for compatibility, so I kind of figured it would just work.
Sorry for the dumb, not related to the ROM question.
Thanks for the suggestion. I was trying to find the culprit but couldn't get around it till now.@sibinsilva
I got it working on my laptop by adding
Flag("-J-Xmx6114m").
at line 1477 in build/soong/java/droiddoc.go (I found the commit on the lineageos gerrit).
It took 9 hours but it's OK, I have time
FYI:
As you know, the selinux status doesn't display properly in the about phone section.
I saw that you made an edit about it in SelinuxStatusPreferenceController.java, but it doesn't really fix it.
If you want to fix it for good just remove these lines in vendor/etc/init/hw/init.target.rc and that's it :
on boot
# selinux nodes, hide permissive state
chmod 0640 /sys/fs/selinux/enforce
chmod 0440 /sys/fs/selinux/policy