06-26-2013, 02:58 AM | #196 |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
I'm writing directly to epdc framebuffer, also I used imx xorg display driver instead of fbdev.
Scren updates are handled by screen_updater daemon, which constatnly refreshes screen at 1bpp (~300ms) or 4bpp (~900ms). Moreover, it can be configured to check which parts of screen changed and perform partial update. I need to write gui control panel which will use domain sockets or dbus to change screen_updater preferences... Last edited by seaniko7; 06-27-2013 at 12:49 PM. |
06-26-2013, 04:59 PM | #197 |
Groupie
Posts: 175
Karma: 23456
Join Date: Feb 2012
Device: Boox m92
|
Sorry for unsubstantial post, but I have to say it: wow!
|
Advert | |
|
07-04-2013, 06:29 AM | #198 |
Addict
Posts: 314
Karma: 1093858
Join Date: Mar 2013
Location: Romania (but i'm italian)
Device: Onyx Boox Nova 2, Kingrow K1 (former N96 ML/i86ML Plus/M92)
|
@seaniko7
can we count on your project available for...september? You are working on open source software, maybe we can help testing... |
07-05-2013, 07:49 AM | #199 |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
@underscore, sure thing, I'll upload system image, but treat it as alpha version at most.
|
07-05-2013, 12:36 PM | #200 |
Junior Member
Posts: 3
Karma: 610
Join Date: Jul 2013
Device: Boox M92
|
Another interested person
Hi all! New to the forum and a new M92 owner. I am interested in following what is happening in this thread, because I want to use more capabilities of the M92 platform. I am a software/hardware engineer by profession. I am not sure how much I can contribute, my life is very full with projects already but I will at least be following!
Thanks, Vernon |
Advert | |
|
07-07-2013, 01:47 PM | #201 | |
Junior Member
Posts: 1
Karma: 10
Join Date: Jul 2013
Device: Kindle2; Boox M92
|
Quote:
Last edited by gattaca; 07-07-2013 at 03:52 PM. |
|
07-14-2013, 06:20 PM | #202 | |
Junior Member
Posts: 4
Karma: 10
Join Date: Jul 2013
Device: boox m92 blackpearl
|
Serial vnc on raspberry pi (arm)?
Quote:
Using serial vnc directly (from the zip archive) fails (I suppose the libNRJavaSerial_legacy.so and libNRJavaSerial.so must be recompiled for the arm architecture)? This is the library output: # ldd /tmp/libNRJavaSerial_legacy_root_0/libNRJavaSerial_legacy.so not a dynamic executable # file /tmp/libNRJavaSerial_legacy_root_0/libNRJavaSerial_legacy.so /tmp/libNRJavaSerial_legacy_root_0/libNRJavaSerial_legacy.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked, not stripped Do you have any hints on how to compile it for the raspberry pi, or can it be cross-compiled (I'm not familiar how to do this; suggestions much appreciated)? |
|
07-17-2013, 04:08 PM | #203 | |
M92 info archivist
Posts: 238
Karma: 1398
Join Date: Jun 2008
Device: IRex Iliad 2nd ed., Onyx Boox M92, Onyx Boox Max Lumi
|
Nice
I'm really happy to see that there's a growing developer community gathering around the M92. One warning w.r.t. encrypting/decrypting files on the M92, though: You should be aware that deleting files from solid state drives (such as SD-Cards, etc.) is not trivial at all (see [http://www.tomshardware.com/news/sol...on,12252.html] for an explanation). So unless you decrypt the files to RAM for reading, there'll likely be ways for folks who know what they're doing to recover the unencrypted document. (Just be aware of this and don't use the described procedure for really secret documents ) Cheers and keep up the good work! Quote:
|
|
07-17-2013, 04:14 PM | #204 | |
M92 info archivist
Posts: 238
Karma: 1398
Join Date: Jun 2008
Device: IRex Iliad 2nd ed., Onyx Boox M92, Onyx Boox Max Lumi
|
*sigh* did they really remove the sources? We were trying hard to get them to comply with GPL and publish the complete kernel sources.
Anyhow - impressive work, seaniko7 I couldn't convince you by any chance to complete the kernel building howto on the software development wiki page to make it more straightforward for other folks contributing? [https://wiki.mobileread.com/wiki/Boox...ernel_modules] Cheers, kodomo. Quote:
|
|
07-17-2013, 04:19 PM | #205 | |
M92 info archivist
Posts: 238
Karma: 1398
Join Date: Jun 2008
Device: IRex Iliad 2nd ed., Onyx Boox M92, Onyx Boox Max Lumi
|
Hi underscore!
There's quite a collection of pointers and infos on wiki pages [https://wiki.mobileread.com/wiki/Boox_M92] . You can help out keeping the overview e.g., by linking relevant posts you stumble across there Cheers! Quote:
|
|
08-09-2013, 04:54 AM | #206 | |
Member
Posts: 17
Karma: 7658
Join Date: Jul 2012
Device: Boox M92
|
Quote:
1: Unpack files to your boox 2: run install.oar (this actually should flicker the screen and reboot) 3: go to applications where there should be an icon for the the terminal emulator. Before running install the program cannot work unless you change betty.oar to point to the location of the file betty. |
|
08-09-2013, 10:20 AM | #207 |
Member
Posts: 17
Karma: 7658
Join Date: Jul 2012
Device: Boox M92
|
After building the openssh server/client and rsync (see this post), I needed an easy way to start and stop wifi from scripts so I can make syncing scripts that connect to the internet all by themselves. I took apart onyx's "device server" and, without claiming I know what I am doing , I hacked a program for doing just that.
To get wifi up do: wifi_primitive -up To bring it down do: wifi_primitive -down To bring wifi up, run a single command and bring it down, do; wifi_primitive -c <command> As usual, the program is thoroughly untested i.e., use at your own risk. |
08-10-2013, 06:04 PM | #208 |
Member
Posts: 17
Karma: 7658
Join Date: Jul 2012
Device: Boox M92
|
It turns out that the busybox wget is rather stripped down and does not do things like --post-data. I compiled and statically linked gnu wget for my boox to get a fully functional wget. I now wrote myself a script which all by itself connects to internet, logs in with my newspaper's website and downloads today's paper .
|
08-11-2013, 01:59 AM | #209 |
schoolteacher
Posts: 137
Karma: 16342
Join Date: May 2012
Location: Russia
Device: Onyx M92 +i62HD(m)+M92(m)x20+M90x13
|
bartp5, how to install wget? Where it should be in the book?
bartp5, как установить программу wget? Где она должна находиться в книге? |
08-11-2013, 08:49 AM | #210 |
Member
Posts: 17
Karma: 7658
Join Date: Jul 2012
Device: Boox M92
|
It doesn't really matter where it is. The executable is self contained,i.e., if you call it with its full path it will work from anywhere. Usually I put the stuff I compile in /usr/local/bin/.
Edit: Note that the stripped down busybox wget is already in your boox and in your path so just typing wget will get you the stripped down version. Best put this wget somewhere outside your path and point to it by typing the whole path. Last edited by bartp5; 08-11-2013 at 03:45 PM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
onyx boox m92 ????????? | matulena | Onyx Boox | 11 | 03-15-2012 01:14 PM |
Boox M92. Spring Bargains. The price of M92 stays reduced for 14 days :) | Booxtor | Onyx Boox | 5 | 03-02-2012 06:16 AM |
Boox M92 Questions | anamardoll | Onyx Boox | 8 | 02-13-2012 02:38 PM |
Annotations on Boox M92 | Marrko | Onyx Boox | 3 | 01-22-2012 12:07 PM |
Kindle Developer Community? | scenox | Kindle Developer's Corner | 8 | 07-30-2010 03:08 PM |