rquickshare icon indicating copy to clipboard operation
rquickshare copied to clipboard

devices never show up on macOS

Open donaldjosephsmith opened this issue 5 months ago • 3 comments

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?

donaldjosephsmith avatar Jul 15 '25 13:07 donaldjosephsmith

Same here: Android version 15, kernel build 6.6.30 M1 Macbook pro Sequoia 15.5.

adminy avatar Jul 26 '25 14:07 adminy

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)

Martichou avatar Jul 28 '25 07:07 Martichou

Try download 'Files' app from Google official, and start or trigger quickshare from that app. It works for me.

firmanadiyuda avatar Aug 29 '25 12:08 firmanadiyuda