Quote:
Originally Posted by bobodude
Hi, i have got a Boox Max 2, and am very happy with it.
I have got 2 questions:
1) Has anyone got a stand for the Max 2, to use it as a screen ?
I was thinking something like a VESA stand with some kind of an adapter.
inb4 just google it, i have, and find some options, but wanted to know if someone has got a similar setup they are happy with ...
|
Under Debian Stretch, I use the Max 2 as a monitor with the problem that my main monitor as a lower resolution than the Max2 :
https://www.mobileread.com/forums/sh...&postcount=532
Quote:
Originally Posted by bobodude
2) i am on debian buster kde (linux), using dolphin as the file manager, and mtp connection to the Max 2 used to work for file transfers over usb, but stopped working about 10 days ago,
i am now using gmtp, and this works, but is not ideal
has anyone else had this issue, and found a solution/workaround ?
thanks for any tips !!!
|
For 'gmtp' :
https://www.mobileread.com/forums/sh...76&postcount=3 And it's true that at the beginning it's slow. I'm only a XFce4 user.
But I use now 'adb' with command like :
Quote:
$ adb devices
$ adb pull /storage/emulated/0/Screenshots/Screenshot_20180411-193708.png
$ adb pull /storage/emulated/0/Screenshots .
$ adb shell ls /storage/self/primary/Screenshots
$ adb push ~/Ebooks/References/L_EPUB_en_pantoufles.epub storage/emulated/0/Books/Tests
|