[MAGISK][MOD] Pixel 2 WiFi Mod - OnePlus 5 Themes, Apps, and Mods

Hey folks!
I guess some of you encountered some weird Wifi bugs on the OP5, espacially delayed notifications and so on. @joshuous found out that this is due to a specific line/value in the /system/etc/wifi/WCNSS_qcom_cfg.ini (Nougat only) | /system/vendor/etc/wifi/WCNSS_qcom_cfg.ini file (Oreo), why he removed this for RenderZenith kernel (go thank him here ). So this Magisk module goes even a step further: It replaced the whole file of OnePlus by the stock Pixel 2 file. This line/value I am speaking of respectively @joshuous has found is not present in the stock Pixel file. Therefore I haven't encountered any delayed notifications. This mod has been tested now for several months, on OOS 4.x.x, OOS 5.x.x, OOS 9.x.x (means on Nougat, Oreo and Pie), on AOSP custom Roms, even back on my former HTC 10, Wifi always has been working fine without issues when this mod has been installed. So try it and enjoy.
Note:
This is for the OnePlus 5/T only, and I can't provide any help if you're using this on other phones. It might or might not work. It will most probably work on Pixel/Nexus devices, too. And it could work on every phone which runs AOSP, or not. It might work on other stock Roms than OOS. Who knows? So don't blame me if it doesn't. That's why I created this as a Magisk module, you can simply uninstall it again.
You have been told.
Update:
Officially confirmed working on the OnePlus 6 (running AICP), too, by @wartomato ! Thanks for the testing!
Thanks and credits:
@joshuous for his findings
@topjohnwu for Magisk
@shadowstep for his findings
Google...for being Google
Source code:
https://github.com/RogerF81/pennygetyourownwifi

Can I use this for the OnePlus 5T?

Interesting. I will give this a try. Too bad nobody knows how to replace all the One Plus firmware with stock Android code. Their firmware still causes issues even if you don't run OOS.

MrPhilo said:
Can I use this for the OnePlus 5T?
Click to expand...
Click to collapse
Yes of course. Generally, it should be universal, but I tested it only on the OP5 and the HTC 10.
jhs39 said:
Interesting. I will give this a try. Too bad nobody knows how to replace all the One Plus firmware with stock Android code. Their firmware still causes issues even if you don't run OOS.
Click to expand...
Click to collapse
Yeah, but for me, this module is an improvement already

Ok, so far so good. Been trying some things out and it seems to definately be better. For example, pushing from the PC to the phone from pushbullet is instantaneous (on stock sometimes the notification only comes 2-10 seconds after the push itself).
Will keep testing.
Thank you very much.

RogerF81 said:
Yes of course. Generally, it should be universal, but I tested it only on the OP5 and the HTC 10.
Yeah, but for me, this module is an improvement already
Click to expand...
Click to collapse
It does seem to be so far. WiFi works much better with screen off.

fjsferreira said:
Ok, so far so good. Been trying some things out and it seems to definately be better. For example, pushing from the PC to the phone from pushbullet is instantaneous (on stock sometimes the notification only comes 2-10 seconds after the push itself).
Will keep testing.
Thank you very much.
Click to expand...
Click to collapse
jhs39 said:
It does seem to be so far. WiFi works much better with screen off.
Click to expand...
Click to collapse
Nice:highfive:

Thank you for this!

Is it just me or this makes my wifi also faster? I'm impressed. Thanks for sharing!
Sent from my OnePlus 5 using XDA Labs

IlD4nX said:
Is it just me or this makes my wifi also faster? I'm impressed. Thanks for sharing!
Sent from my OnePlus 5 using XDA Labs
Click to expand...
Click to collapse
I'm not sure if it's faster, but it should be more stable at least

I am impressed. I had problems behind the wall. Everything is awesome now. Must have module ! Thanks . Screenshot with worse result is before.

Hefko said:
I am impressed. I had problems behind the wall. Everything is awesome now. Must have module ! Thanks . Screenshot with worse result is before.
Click to expand...
Click to collapse
Whoah that's a big difference!

Wrong post...Wrong thread...sorry guys

In terms of speed and latency tests, there is no statistically significant difference on my WiFi network. Not sure about stability and such yet

@RogerF81 The WCNSS_qcom_cfg.ini file for me is located in /system/vendor/etc/wifi/ and not in /system/etc/wifi/ (which is where your module is placing the file at). Can you please check if this is indeed how it's supposed to be?
As a side note, I manually replaced the WCNSS_qcom_cfg.ini file from your module via root explorer in /system/vendor/etc/wifi/, rebooted, and faced no issues with wifi whatsoever.

shadowstep said:
@RogerF81 The WCNSS_qcom_cfg.ini file for me is located in /system/vendor/etc/wifi/ and not in /system/etc/wifi/ (which is where your module is placing the file at). Can you please check if this is indeed how it's supposed to be?
As a side note, I manually replaced the WCNSS_qcom_cfg.ini file from your module via root explorer in /system/vendor/etc/wifi/, rebooted, and faced no issues with wifi whatsoever.
Click to expand...
Click to collapse
Ohhh indeed! Thanks for the heads-up! This must have changed from Nougat to Oreo and I haven't noticed it yet I even haven't noticed that though @joshuous has made his change in WCNSS_qcom_cfg.ini file, but haven't looked at the file path xD Thanks again, I'll change the module accordingly!

Update!
Thanks for the findings by @shadowstep! (see above this post). So actually it seems, in Oreo, the file path for the WCNSS_qcom_cfg.ini has changed, and I haven't noticed it yet and I guess I would have never noticed it without the heads-up by @shadowstep So thank you for your help! From now on, there will be 3 files:
stock Pixel2 Oreo file for users on Nougat (should work without issues)
stock Pixel2 file for Oreo users (correct file path now )
MOD of the Pixel2 file for Oreo users, where I experimentally change some values; for testing only, don't blame me if something doesn't work as it should
Changelog for Mod v1:
enabled Wifi channel bonding for 2,4 GHz
change Phy Mode from 0=Auto to 9=ac
change the Maximum Receive AMPDU size from gVhtAmpduLenExponent=7 to 4 (as 7 isn't even a valid value according Google's description??)

RogerF81 said:
Update!
Thanks for the findings by @shadowstep! (see above this post). So actually it seems, in Oreo, the file path for the WCNSS_qcom_cfg.ini has changed, and I haven't noticed it yet and I guess I would have never noticed it without the heads-up by @shadowstep So thank you for your help! From now on, there will be 3 files:
stock Pixel2 Oreo file for users on Nougat (should work without issues)
stock Pixel2 file for Oreo users (correct file path now )
MOD of the Pixel2 file for Oreo users, where I experimentally change some values; for testing only, don't blame me if something doesn't work as it should
Changelog for Mod v1:
enabled Wifi channel bonding for 2,4 GHz
change Phy Mode from 0=Auto to 9=ac
change the Maximum Receive AMPDU size from gVhtAmpduLenExponent=7 to 4 (as 7 isn't even a valid value according Google's description??)
Click to expand...
Click to collapse
You're most welcome! I've actually been following (stalking? ) your GitHub profile and have been using this wifi configuration file since long now. I remembered looking for it initially in /system/etc/wifi/ location but I couldn't find it there. So I decided to look for the file in the same (parallel) location under /vendor and there it was! Anyway, great you've rectified the location and pushed the update quickly! :highfive:
Always using the modded version and everything is great! :good:

shadowstep said:
You're most welcome! I've actually been following (stalking? ) your GitHub profile and have been using this wifi configuration file since long now. I remembered looking for it initially in /system/etc/wifi/ location but I couldn't find it there. So I decided to look for the file in the same (parallel) location under /vendor and there it was! Anyway, great you've rectified the location and pushed the update quickly! :highfive:
Always using the modded version and everything is great! :good:
Click to expand...
Click to collapse
I see, a really good finding, which I wouldn't have noticed myself I guess :highfive:
And thank you for your feedback, I'm running the modded version now as well and it works well for me, too so far

Here too even if my wifi has up and down performances... But let's try for some days!! Thank you for your efforts!
Sent from my OnePlus 5 using XDA Labs

Related

[8.1] [Magisk Module] Multi-Touch Fix for 8.1 Devices

Hello guys and girls,
As some of you already know Android 8.1 suffers from a severe Multi-Touch Issue. This issues makes the smartphone randomly jumping between the two touching points on the screen when touching with two or more fingers.
The issue is known to google since the preview of 8.1. It isn´t only affecting pixel but most probably all devices running 8.1. The issue is also present on P.
An issue got created here: https://issuetracker.google.com/issues/70344455
There is a fix since mid march in review on google gerrit. But that didn´t make it into the april release, obviously.
To visualize the issue refer to the following videos:
https://youtu.be/wgYN5GwIgIc
https://youtu.be/2Vv584tvVyg
https://www.youtube.com/watch?v=4dnIk_5qdK8&feature=youtu.be
This is especially bad for gamers. With the recent release of PUBG this issues seems dramatic to some, less to others.
I´m no gamer but I noticed the issue on the google foto app.
This issue has nothing to do with the corners badly reacting to touches, or touch sensitivity etc.
So but now to the fix. It seems the issues is only related to resampling but not to touching specific points of the screen ( not related to crossing x and y axis).
That also explains why the issue wasn´t happening when using the touch tracking tool in dev settings but on various multi touch test apps.
The fix is on google gerrit currently under review here:
https://android-review.googlesource.com/c/platform/frameworks/native/+/640605
https://android-review.googlesource.com/c/platform/frameworks/native/+/640606
Last week I compiled myself a DU build with the changes included and I couldn´t trigger the issue at all. I found no other side effects caused by the two patches.
For now I decided to provide a Magisk Module which replaces the changed libs that fixes the issue.
I compiled the libs while doing my april build of DU. The magisk module can be found on the link a little bit down.
The download is here:
https://www.androidfilehost.com/?fid=890129502657595755
A few disclaimers here.
1. That fix should in theory work for most 8.1 devices, including the likes of pixel 1st gen, pixel 2nd gen, one plus, xiaomi which suffer from this severe issue.
It seems devices with oos on 8.1 ( op5/t) cannot use this mod.
AOSP and LOS roms should be okay.
2. I didn´t fix this, I just compiled the libs with the fix found on google gerrit.
3. Rom devs you are very welcome to include this fix. I found no ill consequences as of yet but I can understand google taking it slow and reviewing it longer. Maybe they will find a better fix, but as of now this is the best thing we have.
Donations:
Donations are not mandatory but very welcome.
If you like my work: http://paypal.me/freak07
@calebcabob
 @Myself5
 @BDogg718
 @sixohtew
 @nitin.chobhe
 @auras76
you may want to look at this and include it in your april releases.
If not users can just make use of the magisk module.
This causes a bootloop on P DP1.
iaTa said:
This causes a bootloop on P DP1.
Click to expand...
Click to collapse
Thanks for the report.
can anyone confirm this?
In the meantime i removed the p tag from the thread title.
Could be That there are additional changes in p that make this libs unusable and only workable on 8.1.
Unfortunately there is afaik no complete source for p yet. So I can’t compile them specifically for p.
Fixed for me!! I only ever noticed the issue when pinch/zooming images on Instagram.. it's gone! Using the April update of 8.1 ... Thanks!!!
jbarcus81 said:
Fixed for me!! I only ever noticed the issue when pinch/zooming images on Instagram.. it's gone! Using the April update of 8.1 ... Thanks!!!
Click to expand...
Click to collapse
Same with me on google fotos!
Glad it’s fixed for you.
Freak07 said:
Same with me on google fotos!
Glad it’s fixed for you.
Click to expand...
Click to collapse
Also fixed for me, thanks for solving this problem!
I can't replicate this problem, but good to know that there's a fix if I ever experience it.
I'm a beginner at this.But when I tried to install it via magisk manager,I get this error.What are the correct installation steps to flash a magisk module?
Thanks
I never had this issue but it's good to know there's a fix..I'm on the p preview so I'm not sure if I will ever have this issue and no one reported it in my builds but I will include the fix anyways that way no one has to do anything. Good catch
Prey521 said:
I can't replicate this problem, but good to know that there's a fix if I ever experience it.
Click to expand...
Click to collapse
sixohtew said:
I never had this issue but it's good to know there's a fix..I'm on the p preview so I'm not sure if I will ever have this issue and no one reported it in my builds but I will include the fix anyways that way no one has to do anything. Good catch
Click to expand...
Click to collapse
I also thought at first I didn’t have this issue at all.
But once I triggered it accidentally I experienced it many times. Maybe I just learnt what to look for.
Another fun thing is. A friend of mine also got the pixel XL 2 and I could reproduce it right away on his locked phone which is stock 8.1.
I can also trigger it on my pixel C tablet.
ReapinDevil said:
I'm a beginner at this.But when I tried to install it via magisk manager,I get this error.What are the correct installation steps to flash a magisk module?
Thanks
Click to expand...
Click to collapse
Either try flashing it in recovery or use the latest magisk?
Freak07 said:
@calebcabob
@Myself5
@BDogg718
@sixohtew
@nitin.chobhe
 @auras76
you may want to look at this and include it in your april releases.
If not users can just make use of the magisk module.
Click to expand...
Click to collapse
The mention for the last dev didn't work for some reason, so:
@auras76
mistermojorizin said:
The mention for the last dev didn't work for some reason, so:
@auras76
Click to expand...
Click to collapse
Thanks in the quote from your post of my post it worked tough
Freak07 said:
Thanks in the quote from your post of my post it worked tough
Click to expand...
Click to collapse
That is really weird, because even when I quoted you, then hit "preview post" to see what it would look like, it still didn't work inside the quote.
Kudos to you,
Previosly my device has a bad touch pressure sensitivity along the edge, and in certain spot, it wont even register the touch,
Now it all fixed.
The corner two still has less sensitivity, but previously all edge zone were patchy, full of red zone.
And considering am using full cover glass protector. This is amazing work !
What app did you use for that test?
I've experienced lack of touch response quite often. It's weird and seemingly random. I just flashed this on 8.1 with magisk. I don't have any results yet, but based on what everyone else is saying, this is a solid fix. Thanks for your work!
Do we have to worry about removing this in the future if google updates fix the issue too? Will this being on the system cause conflicts and issues?
mistermojorizin said:
That is really weird, because even when I quoted you, then hit "preview post" to see what it would look like, it still didn't work inside the Autor.
Click to expand...
Click to collapse
That’s just xda bring xda.
I had this problem a few times when updating the OP for a new release. Sometimes the OP won’t update at all...
otonieru said:
Kudos to you,
Previosly my device has a bad touch pressure sensitivity along the edge, and in certain spot, it wont even register the touch,
Now it all fixed.
The corner two still has less sensitivity, but previously all edge zone were patchy, full of red zone.
And considering am using full cover glass protector. This is amazing work !
Click to expand...
Click to collapse
Glad it works out for you!
Enjoy your phone

(UPDATED 2/23/19) Mysticblaze347's "Sam-Cam Mod" for G920P (Nougat 7.0) [Final]

(UPDATED 2/23/19) Mysticblaze347's "Sam-Cam Mod" for G920P (Nougat 7.0) [Final]
Keep scrolling down for updates
This is a Camera Mod I have worked with since Note3 And now for The Samsung S6 (g920p) on Nougat 7.0. Might work for other S6's, or Samsungs. Might.
Anyway... my version ACTUALLY cracks the bitrate limit, but it applies it to all resolutions. 70Mbps to videos no matter UHD or not. Some may get lil lower, but 70 is the norm.
Not sure if flashable. Might have to extract zip and manually place files with a file explorer type app in proper areas, fix permissions, then reboot.
does:
-Unlocks bitrate to 70Mbps
-enables HDR for UHD and QHD (Front and Rear Cam)
-adds effects to UHD and QHD
-full 100% maxed out uncompressed jpegs (makes png jealous)
-320kbps audio for recorded videos
Timer is time left to be able to record.
bugs:
-don"t take snapshot with UHD or QHD while recording...it freezes cam app.
future goals:
-not same bitrate for all resolutions while still allowing limit crack. no eta! ( Some may get magically lucky )
for install: (Replace)
-Media profile: root/ect/media_profiles.xml
-Camera Features: root/system/cameradata/camera-featuresv6.xml
-Cam App: root/system/priv-app/SamsungCamera6.apk
(make same permissions as original files before reboot)
might work with other samsung cams as well, or any cam app. MIGHT! Not sure.
-ANY ADDED HELP IS WELCOME. BETTER MOD, BETTER DAY. Just Please share with me :highfive:
Enjoy
Here is "Real" one..sorry bout that
https://www.androidfilehost.com/?fid=890278863836295932
------------UPDATES-----------
2019...here is a new mod I did for Cam. It is a systemless Magisk Module. This mod allows 4k @ 100Mbps and audio @ 420Kbps. Enjoy the new TOP QUALITY.
Real 2019 link... https://www.androidfilehost.com/?fid=11410963190603910179
Use on top of my other cam mod is recommended.
Or...
Here is both combined in an all in one Magisk Module for an epyk piggyback ride (systemlessly).
https://www.androidfilehost.com/?fid=11410963190603910182
This is my last update for this. This is the same mod, only now with lowered bitrate to 75Mbps instead of 100Mbps mainly to save on storage space since these S6's don't have extendable memory. Quality should still be superb. Enjoy
https://www.androidfilehost.com/?fid=1395089523397900235
The joy of choices.
Missing file
Where's the camera6apk file its not attached
berserker444 said:
Where's the camera6apk file its not attached
Click to expand...
Click to collapse
Sorry bout that...thought it was. Here ya go...
https://www.androidfilehost.com/?fid=890278863836295928
Fix!
Here is the REAL Mod..
Error in zipping at first lol.
https://www.androidfilehost.com/?fid=890278863836295932
Thank you
Its nice to see someone is still working on this sprint S6. Going to check this one now
berserker444 said:
Its nice to see someone is still working on this sprint S6. Going to check this one now
Click to expand...
Click to collapse
No prob. I was happy to share. Funny thing is that I only have had this cell for about 3 weeks..not even yet lol. I had help rooting and then after that I wanted the cam modded...didnt see anything. So, I worked at it for about a week til I got what you see. Only thing I work on modding.
New updated Mod in bottom of first post.
Surprised no one noticed the wrong Link at first lol...fixed now.
Mysticblaze347 said:
Surprised no one noticed the wrong Link at first lol...fixed now.
Click to expand...
Click to collapse
If you have it all working, you might consider making the mod a Magisk module, which will keep SafetyNet passing for everyone using it.
Sent from my iPad using Tapatalk
tdhite said:
If you have it all working, you might consider making the mod a Magisk module, which will keep SafetyNet passing for everyone using it.
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
It is a Magisk module...the new 2019 one anyway. Then again, I could probably smash both into one ...give me a few.
tdhite said:
If you have it all working, you might consider making the mod a Magisk module, which will keep SafetyNet passing for everyone using it.
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
https://www.androidfilehost.com/?fid=11410963190603910182
New Magisk Module update.
Hope you enjoy.
FIXED Both Magisk Modules. Both should properly show info and work flawlessly.
Final update...New module for 75Mbps instead of 100Mbps. Mainly to save on storage space. In top of post

Lineage OS for Moto Z3 Play

Hey everyone,
We have a working Lineage OS rom working for our Moto Z3 Play..
****..... Not my work, all credit goes to erfanoabdi and any other devs who helped ....... ****
https://www.cyanogenmods.org/forums...oto-z3-play-android-9-0-download-and-install/
The link gives all download info needed.
Here are some screenshots running on my phone
How is Moto Mod support?
Nice. Is there any major bug so far?
mattyb132 said:
How is Moto Mod support?
Click to expand...
Click to collapse
It looks like Moto mod support us started in the rom, but it's not working yet..
I haven't had any bugs as of yet. Battery life is great, sound and Bluetooth are both working awesome!
armyofpunk said:
It looks like Moto mod support us started in the rom, but it's not working yet..
I haven't had any bugs as of yet. Battery life is great, sound and Bluetooth are both working awesome!
Click to expand...
Click to collapse
Good to know.
I'm using Havoc (GSI/Treble) and it works fine.
Maybe i'll try LOS this weekend.
Yea I was on havoc for a little while but I was having sound issues where music wouldn't play through the speakers.
But this works great. The dev is awesome!
armyofpunk said:
It looks like Moto mod support us started in the rom, but it's not working yet..
I haven't had any bugs as of yet. Battery life is great, sound and Bluetooth are both working awesome!
Click to expand...
Click to collapse
I tried to use it and it was not buggy in the slightest except for not being able to receive calls/sms. Outgoing worked fine but I'm not really sure what the problem is. It may just be a Verizon thing.
Anyone tried the latest build (03/12/18)?
https://androidfilehost.com/?w=files&flid=286152&sort_by=date&sort_dir=DESC
Not event simple mods like the battery/wireless charging ones are supported yet?
bubblyboo said:
Not event simple mods like the battery/wireless charging ones are supported yet?
Click to expand...
Click to collapse
On the latest firmware from 25.12, I have a battery mod and the game pad mod also alexa sound mod works a little, but not completely.
Willy33 said:
On the latest firmware from 25.12, I have a battery mod and the game pad mod also alexa sound mod works a little, but not completely.
Click to expand...
Click to collapse
What do you mean by a little? I can expect the gamepad and alexa to not function but the battery should either work or just not.
bubblyboo said:
What do you mean by a little? I can expect the gamepad and alexa to not function but the battery should either work or just not.
Click to expand...
Click to collapse
I meant alexa mod, not the battery one.
I'm having an issue with SMS messages. MMS seem to work fine. I'm assuming this is an APN issue with Verizon since there's no mmsc server listed when I view the (read-only) VZWINTERNET APN.
When I get back home, I'll try manually editing the APN config to see if I can fix this issue. I haven't been able to find a functional APN editor app yet.
little2slo said:
I'm having an issue with SMS messages. MMS seem to work fine. I'm assuming this is an APN issue with Verizon since there's no mmsc server listed when I view the (read-only) VZWINTERNET APN.
When I get back home, I'll try manually editing the APN config to see if I can fix this issue. I haven't been able to find a functional APN editor app yet.
Click to expand...
Click to collapse
Turned out to not be an APN issue. After several hours of frustrating trial and error, I'm not 100% sure what fixed the issue. I *think* it was reflashing stock, then lineage, and then stock /vendor again.
This is getting weirder. I can always send both SMS and MMS, but receiving is a different story. After a fresh reboot I receive all SMS messages. UNTIL someone sends me an MMS. The MMS never shows up and then I stop getting SMS messages too. I'd appreciate any ideas on how to resolve this.
Here is a newer build of LineageOS
Download: lineage-16.0-20190119-UNOFFICIAL-beckham.zip
md5sum: 7fc24046cd92b30126c909c2df7a4113
I will make a legit LineageOS thread in the coming days. Also, an Official RR build is coming real soon too [emoji41]
Jleeblanch said:
Here is a newer build of LineageOS
Download: lineage-16.0-20190119-UNOFFICIAL-beckham.zip
md5sum: 7fc24046cd92b30126c909c2df7a4113
I will make a legit LineageOS thread in the coming days. Also, an Official RR build is coming real soon too [emoji41]
Click to expand...
Click to collapse
Any know bugs?
Is there Moto Mods support (at least battery pack)?
pbjr92 said:
Any know bugs?
Is there Moto Mods support (at least battery pack)?
Click to expand...
Click to collapse
Not that I'm aware of. And yes, there is Moto Mods support. Not sure which ones do or don't work tho, but battery pack should definitely work.
Also, just a little teaser [emoji6]
Never mind the security patch date (it's actually Jan 5th), that is due to my Magisk module I created for the Z3P and G6+ to pass SafetyNet on the Pie soak and customs ROMs/GSI's [emoji41]
Jleeblanch said:
Not that I'm aware of. And yes, there is Moto Mods support. Not sure which ones do or don't work tho, but battery pack should definitely work.
Click to expand...
Click to collapse
Ok, thanks.
I'm using Havoc (GSI) right now and have been through some battery issues, so I'll try LOS.
EDIT: Just flashed the ROM and man, it's fluid. Everything working flawslessly so far.
Thanks for the work

Openkirin for Honor View 20?

Just seeing on openkirin.net that Honor View 20 seems to be supported. Did anyone try?
hello
For using ROM of Openkirin.net bootloader must be unlocked
dakonga said:
Just seeing on openkirin.net that Honor View 20 seems to be supported. Did anyone try?
Click to expand...
Click to collapse
Tried RR Beta 1 and OmniRom Beta 2. Really liked both of them but had a few issues:
-Camera (app) is worse than stock
-No rise to wake (or comparable)
-No wake screen for notifications as far as i remember (really grown attached to it)
-Bluetooth issues, cannot connect to my Jabra Elite 65ts
Especially the Bluetooth thing is a big problem for me. At the moment i'm staying with stock EMUI + root since you can just reflash the stock recovery_ramdisk and then update normally.
Regards
garris_bibop said:
Tried RR Beta 1 and OmniRom Beta 2. Really liked both of them but had a few issues:
-Camera (app) is worse than stock
-No rise to wake (or comparable)
-No wake screen for notifications as far as i remember (really grown attached to it)
-Bluetooth issues, cannot connect to my Jabra Elite 65ts
Especially the Bluetooth thing is a big problem for me. At the moment i'm staying with stock EMUI + root since you can just reflash the stock recovery_ramdisk and then update normally.
Regards
Click to expand...
Click to collapse
Thanks!
I heard normal treble RR rom's should also work and be more stable. Maybe you can give it a try.
For treble modified cam can be an option https://forum.xda-developers.com/project-treble/trebleenabled-device-development/huawei-stock-camera-app-treble-roms-t3735169
dakonga said:
Thanks!
I heard normal trebble RR rom's should also work and be more stable. Maybe you can give it a try.
Click to expand...
Click to collapse
Want me to be the quinea pig?
Not gonna change OS again for a while. Problem is, there is not a lot development going on for the Honor View 20. Most probably due to missing bootloader unlock codes...
Regards
you will also lose the magick ui desktop soooo bettwr sitkc with stock, now its 9.1 so you can try.
Therazorsedge said:
you will also lose the magick ui desktop soooo bettwr sitkc with stock, now its 9.1 so you can try.
Click to expand...
Click to collapse
Have not had the update to 9.1 yet. There are like 2 to 3 months between updates for me, which is pretty slow.
So far I would definitely prefer stock android (as in RR for example) over magic though...
Regards

Android 10 received

Finally getting Android 10... Update size is 1274.7 mb..Installing.. ...with December security patch...
sureshkadiri said:
Finally getting Android 10... Update size is 1274.7 mb..Installing..
Click to expand...
Click to collapse
Share ss with feature:angel
Me not an nokia user still excited to see stock 10
Screen shots
Sample screenshots
What about kernel version?! Still 4.4?!
Battery percentage under battery icon, bad
Sent from my Nokia 7.1 using Tapatalk
The update is with November security patch, and yet i don't receive it...hmmmm
dex87xda said:
What about kernel version?! Still 4.4?!
Battery percentage under battery icon, bad
Click to expand...
Click to collapse
The kennel is 4.4.192-perf+ #2, built on Fri Nov 15
Battery seems fine to me, similar to Android 9 so far. But it's too early to make any conclusion, we'll have to wait a few days of use to see how it goes.
Edit : one has to enable the new gestures. They fill very natural after a few seconds, and free the space that used to be taken by the navigation bar.
News gesture?
Sent from my Nokia 7.1 using Tapatalk
dex87xda said:
News gesture?
Click to expand...
Click to collapse
Autocorrect probably. I would assume they meant "new gestures".
Anyone having issues with the echos with voice calls or lag/sluggishness like mentioned in the following thread?
https://forum.xda-developers.com/nokia-7-1/help/android-10-update-broke-calling-t4022177
I have problem with podcast addict, pause resume lag is to big about 10s (when I press key on my Sony headphones) when on mobile data (streaming). Also eq doesn't work in this app.
Google duo no sound, mic doesn't work...
Battery is not good like on droid 9.0
I will hard reset my phone.
Sent from my Nokia 7.1 using Tapatalk
gumbyx84 said:
Autocorrect probably. I would assume they meant "new gestures".
Click to expand...
Click to collapse
Correct.
The one issue I have with Android 10, is the GCam ports don't work so well. Black.rider's 6.2 seems not to save any pictures, or to freeze a lot. 7.2 are also quite unstable, I'm still looking for a good one.
Sly_North said:
Correct.
The one issue I have with Android 10, is the GCam ports don't work so well. Black.rider's 6.2 seems not to save any pictures, or to freeze a lot. 7.2 are also quite unstable, I'm still looking for a good one.
Click to expand...
Click to collapse
Try this
https://www.celsoazevedo.com/files/android/google-camera/f/changelog704/
Work great on my 7.1
Sent from my Nokia 7.1 using Tapatalk
dex87xda said:
Try this
https://www.celsoazevedo.com/files/android/google-camera/f/changelog704/
Work great on my 7.1
Click to expand...
Click to collapse
Thx. It won't save any picture. Do you use particular settings or a config? The list of provided config files don't have one specific for Nokia 7.* phones.
I'm actually happy I decided not to update yet. Seems Nokia didn't work out all the bugs. My worry now is how long it will be until they fix these bugs.
Sly_North said:
Thx. It won't save any picture. Do you use particular settings or a config? The list of provided config files don't have one specific for Nokia 7.* phones.
Click to expand...
Click to collapse
Hm strange , for me work great.
All default settings, just turn on every permission for app.
Also u can try better mod for n8.1 , work on n7.1 too , gcam 7.2 version
https://www.celsoazevedo.com/files/android/google-camera/dev-marlin-ku/View attachment 4907199
Sent from my Nokia 7.1 using Tapatalk
Got the OTA update about two days ago, and it basically killed my WiFi and Bluetooth radios. They work, sort of, but my main router WiFi cannot connect, and Bluetooth audio skips for no real reason. I even did a factory reset to try and correct this with the OTA update file out there, but essentially it didn't fix my issue, and now I'm pretty upset that I did that.
Anyone know how I can downgrade back to Pie so I can at least connect to WiFi and get all my apps back quickly?
Upgraded. No real issues at all. Slightly decreased battery life for first two days then fine. All my hardware and software work 100% no problems.
I connect to multiple Bluetooth device regularly in the car and on bicycle rides. No issues with Garmin. No issues with anything.
Sent from my Nokia 7.1 using Tapatalk
Yes, I had an issue with voicemail couple of times. There have been lags too. Bit disappointed. Had similar experience when upgraded to pie from nogut last year on a different device.
Can you try if equaliser works properly? It not always work for me
bartek010 said:
Can you try if equaliser works properly? It not always work for me
Click to expand...
Click to collapse
Yes. Strange issue with eq.
On Podcast addict not work , on Google music work ok.
Sent from my Nokia 7.1 using Tapatalk
After hard reset , google backup doesnt work.
Trick with adb can help.
https://r.tapatalk.com/shareLink/to...1&share_fid=3793&share_type=t&link_source=app
[GUIDE] Google Backup - Waiting to backup
Sent from my Nokia 7.1 using Tapatalk

Categories

Resources