You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Bundleclient expects the Wifidirect name of the transports to start with 'ddd_'. Right now we are able to detect if the name starts with 'ddd_' and if it doesn't we are able to redirect the user to the right place in the settings to change the device's name.
The bug is that right now we are redirecting the user to only the device's 'About' settings to change the name.
For some android devices changing the device's name will also change the device's WifiDirect name. Note: these devices might also not allow users to change the WifiDirect name directly. So in this case redirecting user to the device's 'About' settings works fine.
However, with other devices the WifiDirect name and device name act separately. So with these phones redirecting to the 'About' settings doesn't help, and we need to instead redirect to the 'WifiDirect' settings.
To Reproduce
Steps to reproduce the behavior:
Go to the WifiDirect settings and change the name to something not starting with 'ddd_'
In the transport app go to the 'Local Wifi' tab and it should display the 'Change Phone Name' button. Click on it.
The button click should open the device's 'About' settings. There change the device name to start with 'ddd_' if it doesn't already
Go back to transport's 'Local Wifi' tab. If it still shows that the error 'Phone name must start with ddd_', that means your device's WifiDirect name and device name are separate and we should really be redirecting you to the 'WifiDirect' settings
Expected behavior
The expectation is to redirect the user to the 'WifiDirect' settings or 'About' settings page depending on what type of android device they have. If their device's WifiDirect name and device name are separate, then we should redirect the user to the WifiDirect setting. If the names are synced, then we should redirect user's to the About setting.
Additional Notes
It isn't fully clear which models fall under which category but so far I have observed the following.
WifiDirect and About names are synced:
Samsung S24
WifiDirect and About names are separate:
Pixel 4a
Pixel 6
The text was updated successfully, but these errors were encountered:
Describe the bug
Bundleclient expects the Wifidirect name of the transports to start with 'ddd_'. Right now we are able to detect if the name starts with 'ddd_' and if it doesn't we are able to redirect the user to the right place in the settings to change the device's name.
The bug is that right now we are redirecting the user to only the device's 'About' settings to change the name.
For some android devices changing the device's name will also change the device's WifiDirect name. Note: these devices might also not allow users to change the WifiDirect name directly. So in this case redirecting user to the device's 'About' settings works fine.
However, with other devices the WifiDirect name and device name act separately. So with these phones redirecting to the 'About' settings doesn't help, and we need to instead redirect to the 'WifiDirect' settings.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expectation is to redirect the user to the 'WifiDirect' settings or 'About' settings page depending on what type of android device they have. If their device's WifiDirect name and device name are separate, then we should redirect the user to the WifiDirect setting. If the names are synced, then we should redirect user's to the About setting.
Additional Notes
It isn't fully clear which models fall under which category but so far I have observed the following.
WifiDirect and About names are synced:
Samsung S24
WifiDirect and About names are separate:
Pixel 4a
Pixel 6
The text was updated successfully, but these errors were encountered: