![]() |
#556 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
|
Quote:
Could you describe the procedure that you use ? I can't test now the trick. I understand that If I connect the Max2's web browser, I can use the USB connection via ADB, I'm wrong or not ? |
|
![]() |
![]() |
![]() |
#557 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
|
Quote:
To create USB networking, you either have an Android user interface, or root privileges and shell commands. But, you can also use "forwarding" through 'adb reverse', and this creates a network without needing root privileges. Through forwarding, a trick is set so that if the tablet connects to a specified port of special address 'localhost', it will instead connect to its networking peer. So, in the context of "monitor": - on your desktop PC you may have a VNC server listening to port 5900; - the tablet is USB connected, ADB ready, and you issue an adb reverse tcp:5900 tcp:5900 from the desktop; - your VNC client (e.g. bVNC) can connect to localhost:5900 and this will in fact connect it to the server on the desktop. Please try it, I still have to. I connected the tablet to a local web server for brevity. |
|
![]() |
![]() |
Advert | |
|
![]() |
#558 |
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12
Karma: 2874
Join Date: Jun 2008
Device: 505
|
Hi,
I am hoping that someone here can help me with the Monitor Mod on the Max 2. (Monitor_Mod3.apk and onyx-monitor-move-pointer-hack-7a.py) I have it almost working. I can see that using two fingers for right click is registering the x,y coordinates but when the cursor tries to move python gives me the below error. Any advice on how I should proceed? I am using Windows 7 and Python 2.7.15. I do not know if it matters but I am using a Macbook with Parallels (Windows 7). C:\Python27>python 7a.py 07:49:40.418000 | 0 | 1751, 814 07:49:40.418000 | 261 | 1751, 814 07:49:41.350000 | 6 | 1724, 877 07:49:42.147000 | 1 | 2347,1059 07:49:45.885000 | 0 | 1904, 957 Traceback (most recent call last): File "7a.py", line 232, in <module> main() File "7a.py", line 137, in main mouse.press(x, y) #LMB Down File "C:\Python27\pymouse\windows.py", line 33, in press self.move(x, y) File "C:\Python27\pymouse\windows.py", line 71, in move windll.user32.SetCursorPos(x, y) ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: Don't know how to convert parameter 1 Thanks! Eldon |
![]() |
![]() |
![]() |
#559 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
|
mini-HDMI : type C ot type D ?
Hello,
I want buy an second cable HDMI, but I found two types of mini-HDMI cable : type C or type D. I'm looking for a 2 m length. What's the good choice ? Thank you. /* Edit */ I suppose that it's 'type D', but I'd like to have a confirmation. Last edited by Randy11; 07-20-2018 at 08:19 AM. |
![]() |
![]() |
![]() |
#560 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
|
Quote:
Dale |
|
![]() |
![]() |
Advert | |
|
![]() |
#561 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
|
Thank you Dalede for the link
![]() |
![]() |
![]() |
![]() |
#562 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jul 2018
Device: onyx boox max carta
|
Hello friends
I bought an onyx boox max carta a few days ago. Now it's very necessary for me to connect it to a computer and use it as a second monitor. i really need it for text editing and browsing. I am very confused about your 38 page content about development software for this purpose because I don't have any expertise in computer and software. i want help: Is there a complete protocol or simple and practical way to connect my max carta to a computer as a second monitor? that has explained the first-to-last and step by step method? Thank you very much |
![]() |
![]() |
![]() |
#563 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 350
Karma: 22726
Join Date: Mar 2008
Location: Europe
Device: Boox max 2
|
nevermind
Last edited by whopper; 07-28-2018 at 12:03 AM. |
![]() |
![]() |
![]() |
#564 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
|
Quote:
You can use your desktop computer (PC) as a server of the work environment and the MaxCarta as the client that receives it. This works through a network. You can connect the MaxCarta and your desktop computer through a USB cable: that as the physical base of the network. To set up a computer network between MaxCarta and PC, you have two tricks: the "adb reverse" posted just a few posts above, or first rooting (see here) the MaxCarta and then using the software (UsbNetworking - see again here) I posted in this thread. For a server, you can pick a VNC server that works on your PC. There will most probably be many, and their effectiveness will vary. As a client, I recommend bVNC, a version of which I optimized for EPD and posted in this thread (as com.iiordanov.freebVNC_MDP1.apk, here). The process is as simple as this. Provided that you want to go in depth with making them work. Last edited by mdp; 07-28-2018 at 09:33 AM. |
|
![]() |
![]() |
![]() |
#565 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jul 2018
Device: onyx boox max carta
|
thank you dear mdp.
In fact i need some additional information specially in how to make usb networking without rooting the device or adp. Excuse me for my poor IT information. |
![]() |
![]() |
![]() |
#566 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
|
Quote:
There is none - unless you manage to make emerge the "Tethering" settings, which I presume cannot be summoned or do not work, otherwise I doubt I would have looked for other ways. Creating a network from the tablet requires root privileges: either you gain them, or the system gives you the option through normal user interfaces. Of course, you could also create a Wi-Fi connection, and for that the system surely has its interface: which will probably be useless because it will be slow (and drain battery fast). Rooting the MaxCarta is trivial and "a one click process": have you read the post I linked? Last edited by mdp; 07-29-2018 at 01:24 PM. |
|
![]() |
![]() |
![]() |
#567 | |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jul 2018
Device: onyx boox max carta
|
Quote:
![]() OK as i understand: 1. Rooting the Maxcarta 2. Installing The usbnetwork.apk 3. installing a VNC in pc ( i have tightVNC: could i use this?) 4. then setting the IPof my PC in the Maxcarta 5. And if i be luckyit will mirror my desktop ![]() |
|
![]() |
![]() |
![]() |
#568 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jul 2018
Device: onyx boox max carta
|
High guys in fact im succeed with max carta .
in fact its great. when i use it in web browsing and working with microsoft office its completly responsive as a montor. finally i can completely use it in my works. thanks all and good luck |
![]() |
![]() |
![]() |
#569 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
|
Quote:
would you please publish your set-up? Meaning: what software and parameters/configuration you used for the server, and on which Desktop Operating System; which client (bVNC?) you used and did you fine-tune its configuration; which networking method do you use (cable+root+usbnetwork.apk ?) |
|
![]() |
![]() |
![]() |
#570 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Aug 2018
Device: Boox Max 2
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Onyx boox i62 or Onyx boox 92M for PDF reading? | tidyboyd | Which one should I buy? | 16 | 04-02-2013 04:19 PM |
ONYX BOOX 1.5.1 A60/X60/X60S(onyx-international.com) | samerghafik | Onyx Boox | 4 | 01-03-2011 01:32 AM |
Ended Onyx Boox 60 - NEW | pashlit | Flea Market | 2 | 08-18-2010 04:27 PM |
Ended Onyx Boox 60 | puglover333 | Flea Market | 0 | 05-19-2010 10:05 AM |
Onyx Boox 60 S | Thomasss | News | 40 | 03-03-2010 03:03 PM |