FuriLabs / issue-tracker

FuriOS issue tracker
3 stars 0 forks source link

Mobile network fails almost every time after disconnecting from wifi #49

Open shmunorbury opened 3 months ago

shmunorbury commented 3 months ago

If I have both mobile network and wifi enabled, and I'm connected to my home wifi network, upon leaving the house and going outside of the range of the wifi my mobile network (internet connection) will not work.

As a workaround: I can toggle the mobile network quick access in the notification bar of Phosh, then go into settings and "turn off airplane mode" to re-enable mobile network, after which I must toggle mobile data back on (it often asks to select the Access Point Name, a single-option radio button list).

After selecting that and using the back arrow, mobile internet will work again.

After applying these workaround steps, bluetooth will often be enabled again (might be related to the airplane mode thing).

Expected outcome

No need for the above workaround to be able to physically move away from wifi and start using mobile internet.

FakeShell commented 1 month ago

this will be fixed during the 13.0.4 release. the issue was with us creating the NM connection but not activating it. just creating and leaving it there was enough because network manager finds whatever is available and sets up routes, but after connecting and disconnecting to/from wifi, it would assume that the data connection is no longer requested. by making it explicitly activate the connection, we now indicate to network manager that we want the connection even after wifi is turned off

shmunorbury commented 1 month ago

nice, I'll update this issue if the problem is resolved after that release

shmunorbury commented 1 month ago

@FakeShell after upgrading to 13.0.4, the problem still occurs

FakeShell commented 1 month ago

i see. someone else also reported the issue but said it was fixed for them. i guess its not 100% fixed yet

FakeShell commented 9 hours ago

can this be tested again with 13.0.5?