[ROM][CFW][10.0.0_r39] POSP v3.2.2+18 - begonia/begoniain [OFFICIAL][STABLE]

Agent_fabulous

Recognized Developer
Apr 24, 2014
495
5,136
133
Bangalore
ROM Updated (v3.2.2+18)

Changelog:
- Fix offline charging (custom kernels may break it! Requires CFWv2)
- August security patch
- Add support for MiSoundFX
- Added a brand new AudioFX equalizer! (Screenshots below ;) )
- Upstream kernel to latest Linux 4.14.194
- Enable vDSO in kernel
- Update drivers from begonia-q-oss
- Enforcing selinux
- Fix Netflix 1080p crashes (Needs CFWv2)
- Misc performance and stability improvements

If you're already using a POSP CFW build, just hit the download and then install button in the Center app! ;)

Download: Sourceforge

Note: Some users still encounter issues with Netflix 1080p; simply set selinux permissive for now. This has been fixed upstream, looks like a SF mirror issue (serving a slightly older build)
 

Attachments

Last edited:

DJ_Uro_UE

Senior Member
Aug 7, 2008
294
55
0
Užice
Hello, i have tried few other updated roms, and for the end, i have installed POSP, which is probably the smoothest one out there!

But on every ROM i had this issue : When i connect the charger, it chargesm, then after one second, it behaves like i plugged it out, then again it charges and it loops like that. Also when i connect it to pc, i have unusual behaviour of phone.


Edit : it was bad cable! Nevermind !!
 
Last edited:

PewPewGottcha

Member
Jun 3, 2020
9
4
0
ROM Updated (v3.2.2+18)

Changelog:
- Fix offline charging (custom kernels may break it! Requires CFWv2)
- August security patch
- Add support for MiSoundFX
- Added a brand new AudioFX equalizer! (Screenshots below ;) )
- Upstream kernel to latest Linux 4.14.194
- Enable vDSO in kernel
- Update drivers from begonia-q-oss
- Enforcing selinux
- Fix Netflix 1080p crashes (Needs CFWv2)
- Misc performance and stability improvements

If you're already using a POSP CFW build, just hit the download and then install button in the Center app! ;)

Download: Sourceforge
Do I understand correctly that I dont need to fix the CFWv2 first if I'm already on POSP? Just use the update center on the phone?
 

WinterNya

Member
May 4, 2017
11
2
0
wifi not working

After flashing CFW and POSP I am sometimes discconnected from WiFi and then my phone can't find any networks. Everything worked fine on MIUI. Here is the logcat of that part:
Code:
[08-26 11:28:54.536 1339:2535 I/WifiService]
startScan uid=1000

[08-26 11:28:54.546 1324:1324 E/wificond]
NL80211_CMD_TRIGGER_SCAN failed: Network is down

[08-26 11:28:54.547 1339:1479 E/WificondScannerImpl]
Failed to start scan, freqs=null

[08-26 11:28:54.548 1339:1476 E/WifiScanRequestProxy]
Scan failure received. reason: -1,description: Scan failed
I arleady tried clean flashing, didn't fix.
I tried also flashing DemonSlayer kernel and it didn't fix the issue.
 
  • Like
Reactions: cociuba and mmedei9

mmedei9

Senior Member
Jan 10, 2013
161
45
0
After flashing CFW and POSP I am sometimes discconnected from WiFi and then my phone can't find any networks. Everything worked fine on MIUI. Here is the logcat of that part:

I arleady tried clean flashing, didn't fix.
I tried also flashing DemonSlayer kernel and it didn't fix the issue.
I've encountered the same issue on this ROM and PE
 
  • Like
Reactions: cociuba

Agent_fabulous

Recognized Developer
Apr 24, 2014
495
5,136
133
Bangalore
Hi!, what's the difference between mashed and croquette on Source Forge? I dont know which one to download?
Mashed indicates a beta build, the release channel for Android 10 is "croquette" :)

After flashing CFW and POSP I am sometimes discconnected from WiFi and then my phone can't find any networks. Everything worked fine on MIUI. Here is the logcat of that part:
Code:
[08-26 11:28:54.536 1339:2535 I/WifiService]
startScan uid=1000

[08-26 11:28:54.546 1324:1324 E/wificond]
NL80211_CMD_TRIGGER_SCAN failed: Network is down

[08-26 11:28:54.547 1339:1479 E/WificondScannerImpl]
Failed to start scan, freqs=null

[08-26 11:28:54.548 1339:1476 E/WifiScanRequestProxy]
Scan failure received. reason: -1,description: Scan failed
I arleady tried clean flashing, didn't fix.
I tried also flashing DemonSlayer kernel and it didn't fix the issue.
Yeah, I noticed this recently too. I'm pretty sure this is to do with the StaState changes. Long story short, you should be happy WiFi works alongside IMS at all. Pretty much every ROM will have this issue rn, and I guess happens only on weak WiFi signal (especially on 5GHz for me). It's probably IMS service doing weird things while reporting a StaState change when trying to use features like VoWiFi. You might be able to disable VoWiFi using a prop to workaround this (assuming you only care of VoLTE). The StaState API is still only partially ported and registers empty callbacks to make the ImsService not crash and work nicely with AOSP. This is an indirect reminder of how diverged MediaTek changes are from AOSP spec; it takes time and effort to reverse things and make them work properly against AOSP :)
I'll look into this soon, though I'm focusing on upstream AOSP R previews and AOSP master right now. Toggling WiFi will resolve it, but may occur again on low signal strengths.

Do I understand correctly that I dont need to fix the CFWv2 first if I'm already on POSP? Just use the update center on the phone?
CFWv2 is only required for fixing offline charging and properly using Widevine L1 (Netflix 1080p). If you don't need either, you can stay with CFWv1 (Offline charging will never get triggered on v1, device will directly boot) :)
 

tahercool1

Member
Feb 24, 2012
30
10
0
Indore
Mashed indicates a beta build, the release channel for Android 10 is "croquette" :)

After flashing CFW and POSP I am sometimes discconnected from WiFi and then my phone can't find any networks. Everything worked fine on MIUI. Here is the logcat of that part:


Yeah, I noticed this recently too. I'm pretty sure this is to do with the StaState changes. Long story short, you should be happy WiFi works alongside IMS at all. Pretty much every ROM will have this issue rn, and I guess happens only on weak WiFi signal (especially on 5GHz for me). It's probably IMS service doing weird things while reporting a StaState change when trying to use features like VoWiFi. You might be able to disable VoWiFi using a prop to workaround this (assuming you only care of VoLTE). The StaState API is still only partially ported and registers empty callbacks to make the ImsService not crash and work nicely with AOSP. This is an indirect reminder of how diverged MediaTek changes are from AOSP spec; it takes time and effort to reverse things and make them work properly against AOSP :)
I'll look into this soon, though I'm focusing on upstream AOSP R previews and AOSP master right now. Toggling WiFi will resolve it, but may occur again on low signal strengths.


CFWv2 is only required for fixing offline charging and properly using Widevine L1 (Netflix 1080p). If you don't need either, you can stay with CFWv1 (Offline charging will never get triggered on v1, device will directly boot) :)

Hi you said you are working on android R, this means we will get android R for this device? Will you working on Q releases after R? Because I'd personally prefer nice and rock solid Q release than unstable R release :)

Thanks for all the hard work!
 
Last edited:

XNyle

Member
Apr 10, 2012
37
2
0
As already posted here https://forum.xda-developers.com/showpost.php?p=83404951&postcount=372 I'm having problems with the CFW (also v2) on recently produced/shipped devices (tested two different ones, so it's a generic problem), maybe the HW/FW changed.

Issue is that 3 of 4 cameras stop working, also with old stock MIUI builds! Only working with MIUI 12 or V11.0.5.0.PGGEUXM which you can't download anywhere.

As I'm unsure if that's a FW or kernel issue, I'm also posting the problem here.

What can I provide (and how) regarding those HW issues (dmesg/extract from /sys, /dev or /proc) in order to nail the problem down and get the issue fixed?

It'll probably affect a lot more people that buy potentially changed hardware.
 

WinterNya

Member
May 4, 2017
11
2
0
You might be able to disable VoWiFi using a prop to workaround this (assuming you only care of VoLTE).
I don't care about either of them, dows anyone know the required prop values to disable them? I searched and found only values that enable them, with no information what prop does what and the values of it.
 

cociuba

Senior Member
Oct 2, 2008
107
29
48
Mashed indicates a beta build, the release channel for Android 10 is "croquette" :)

After flashing CFW and POSP I am sometimes discconnected from WiFi and then my phone can't find any networks. Everything worked fine on MIUI. Here is the logcat of that part:


Yeah, I noticed this recently too. I'm pretty sure this is to do with the StaState changes. Long story short, you should be happy WiFi works alongside IMS at all. Pretty much every ROM will have this issue rn, and I guess happens only on weak WiFi signal (especially on 5GHz for me). It's probably IMS service doing weird things while reporting a StaState change when trying to use features like VoWiFi. You might be able to disable VoWiFi using a prop to workaround this (assuming you only care of VoLTE). The StaState API is still only partially ported and registers empty callbacks to make the ImsService not crash and work nicely with AOSP. This is an indirect reminder of how diverged MediaTek changes are from AOSP spec; it takes time and effort to reverse things and make them work properly against AOSP :)
I'll look into this soon, though I'm focusing on upstream AOSP R previews and AOSP master right now. Toggling WiFi will resolve it, but may occur again on low signal strengths.
This happens even if I am next to the router and on all the networks not only 5G.
Toggling WI-FI is a workaround but only for real short period of time.
Even with this problem the Rom is great, thanks for all your hard work!
 

montechristos1

Senior Member
Aug 27, 2012
148
25
48
Does anyone else have issues with gesture typing? I have turned it off/on multiple times but it doesn't seem to work.
Greek dictionary does not seem to work either.
Is this part of gapps or the ROM? I installed Open Gapps a few days later than the ROM if this is relevant
 
Last edited:

schosslarock

Member
Jan 24, 2013
13
1
3
Hi, i have a two problems with the rom, are these known problems?

The first one is, when i browse reddit (original app) it beginns to "studder" when i scroll down the posts. Like it can`t "puffer" or show the post right.
The second one is, when i play youtube in a browser like firefox and i close the browser it still plays the sound in the backround. Even if i kill the browser completely, it still plays the sound of the video till the video ends.#

Greets!