devices never show up on macOS
Sequoia 15.5 on Macbook Pro and Pixel 9 Pro on Android 16 - devices never show up when trying to share in either direction. Pixel sharing is set to Everyone. Same wifi network, Bluetooth on, sitting about 6 inches from each other. Are there any logs I could share?
Same here: Android version 15, kernel build 6.6.30 M1 Macbook pro Sequoia 15.5.
You can enable tracing log level in the settings.json file under:
Library/Application\ Support/dev.mandre.rquickshare/.settings.json
"debug_level":"trace"
Be careful that the file needs to remains a valid JSON:
Good:
{
"visibility": 0,
"port": 42421,
"realclose": true
}
Bad:
{
"visibility": 0,
"port": 42421,
"realclose": true, // notice this last comma, invalid in JSON
}
(see https://github.com/Martichou/rquickshare/pull/104)
Try download 'Files' app from Google official, and start or trigger quickshare from that app. It works for me.