Status Update
Comments
ph...@gmail.com <ph...@gmail.com> #2
ra...@google.com <ra...@google.com>
ra...@google.com <ra...@google.com> #3
Regarding the file at original quality - this is something that's on our list and will be addressed soon, please stay tuned. I'll update this bug once we have an update to share.
ph...@gmail.com <ph...@gmail.com> #4
You can now use the "d" base URL parameter to download the original photo. See the base URL parameter guide for more details:
Thanks for your patience!
See our release notes for further detail:
ra...@google.com <ra...@google.com> #5
ph...@gmail.com <ph...@gmail.com> #6
ra...@google.com <ra...@google.com> #7
sa...@google.com <sa...@google.com>
ho...@herddogg.com <ho...@herddogg.com> #8
sa...@google.com <sa...@google.com> #9
to...@gmail.com <to...@gmail.com> #10
Is it better to open as a new issue post or is that OK to re-open the issue here?
ja...@googlemail.com <ja...@googlemail.com> #11
gd...@simbex.com <gd...@simbex.com> #12
ki...@gmail.com <ki...@gmail.com> #13
Good luck!
lu...@gmail.com <lu...@gmail.com> #14
es...@gmail.com <es...@gmail.com> #15
pa...@nearfaces.com <pa...@nearfaces.com> #16
pa...@nearfaces.com <pa...@nearfaces.com> #17
If not a great advert if OnePlus6,7,8 all are OK and the pixel 6 isn't.
es...@gmail.com <es...@gmail.com> #18
I think I found root of problem. I report issues
es...@gmail.com <es...@gmail.com> #19
*Maybe in OnePlus6,7,8 BLE controller always...
pa...@nearfaces.com <pa...@nearfaces.com> #20
es...@gmail.com <es...@gmail.com> #21
So I replace with magisk bt library with patched code. I just enable scan on 1M and coded and now I can see Coded phy on my Pixel 6. So yes it's definitely bug in btm_send_hci_set_scan_params as I say in 227887174
pa...@nearfaces.com <pa...@nearfaces.com> #22
pa...@nearfaces.com <pa...@nearfaces.com> #23
"So I replace with magisk bt library with patched code. I just enable scan on 1M and coded and now I can see Coded phy on my Pixel 6. So yes it's definitely bug in btm_send_hci_set_scan_params as I say in 227887174" - when does this get implemented and ideally push out in the next pixel update ?
Not that I am impatient ;-) .....
es...@gmail.com <es...@gmail.com> #24
Oh no. This patch is still not accepted by google. And what I do is 'hack' to confirm the right place of the bug. First we need to wait for google to accept a patch(maybe with some modification). And only after that we can expect to include to next update
pa...@nearfaces.com <pa...@nearfaces.com> #25
ja...@googlemail.com <ja...@googlemail.com> #26
pa...@nearfaces.com <pa...@nearfaces.com> #27
It seems it can be done (even with other pixel phones) - see comment 21 above.
Why is this bug marked with status "Won't fix (Infeasible)" ? A little more info from Google wouldn't go amiss...
Description
Both claim to support Bluetooth LE PHY Coded (BluetoothAdapter#isCodedPhySupported).
I use nRF Connect for Android for testing. The app can only scan for packets when Primary PHY is PHY LE 1M. If both primary and secondary PHY are set to Coded, those phones don't find anything. However, OnePlus 6 does return a result after ~10 seconds, which implicate it's a controller issue. The need of using1M PHY for advertising long range packets makes the whole long range useless.
Tested with S=8. I can see the packets using Ellisys Bluetooth Analyzer. When primary advertising is sent over PHY Coded those 2 phones don't return any device.
This can be also tested with 2 phones and nRF Connect installed on both. Use one to advertise and one for scanning. If the advertising is set to use Coded PHY for both primary and secondary PHY the packets are seen on Ellisys sniffer, but not on the phone.
Also, when BluetoothLeScanner is using ScanSettings.Builder#setPhy(BluetoothDevice.PHY_LE_CODED), the scanner returns also only 1M packets and no error is thrown that coded phy would not be supported. In this case, the expected result would at least be no devices reported.