16
Gemini PDA - Android / Screenshots of Gemini Home Screens
« on: August 16, 2018, 03:30:35 pm »
Nothing special either... Background pic is my side yard...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
- I wouldn't want the 2nd Gemini to be bigger (smaller would be OK)Agree with the slightly smaller. On the thumb-typing I'm getting more comfortable with the Gemini... But I have to say that without sticky keys (for caps, Fn, Cntrl, etc.) it doesn't even get close to being as easy as my Zaurus SL-C3200. The only reason I'm finally moving away from the Zaurus after 15+ years of use is its lack of built in connectivity... Do you not find the Gemini keyboard pretty much all the way at the upper limit of size for thumb typing?
- I don't have problems with normal typing and none with thumb-typing on the gemini (a first online typing test I've done a few days after I received my Gemini: 214 strokes/min with 2 thumbs, 298/min "normal" 6-8 fingers; 530-590 with a "MX-Blue"-keyboard on the PC for reference; no it's not that one you'll see on my pictures)
Quote from: DixitCorporate allows BYOD, but if I try to insert the corporate Exchange e-mail address into the Gemini's mail client, corporate wants to cripple the Gemini. If I do not allow that I don't get the e-mail. And... I don't think that this would allow access to the agenda.
Please define cripple? Is there a reason why you're adding the corporate email to Gemini mail instead of a distinct corporate email application?
I am still hesitating between Calengoo, aCalendar and Business Calendar. With the disadvantage that Calengoo cannot be 'try before you buy'.
Quick question: is there already a version out-of-beta (i.e. the version on Playstore) that has keyboard shortcuts ?
I am not really into a beta version, as I am already an unvoluntary beta tester for the Gemini Agenda app.
On first use the app generated a "problem with install error: re-install" popup error even though Play Store displayed a successful install message.
Uninstalled, re-installed it and restarted my Gemini. Perhaps an anomaly....
And how did I connect the two? By running the server on my desktop and the client on my Gemini...
Thank you very much for all the help, further along than before... However, errors out, perhaps some issue with the code (?)Quote from: SNiThanx, that did it and I got emacs25 and various other packages installed! Anyone have any thoughts on the second aprt of my post (i.e.compiling IQNotes)The instructions on the github site imply that it should be quite straightforward. Have you tried? You probably will need toCode: [Select]sudo apt install qt4-qmake gitthen clone the repositoryCode: [Select]git clone https://github.com/kybu/iqnotes.gitand then follow the instructions in the iqnotes/iqnotes sub-directory.
QuoteWARNING: failed to connect to server: No route to hostIt looks like your Gemini can't reach the Windows PC. Can you ping it? etc?
Just to make sure....
Did you first do:Code: [Select]sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
And then:Code: [Select]sudo apt-get install emacs25
If not, try it...
I've just been playing with Synergy on my Gemini's Debian installation. It's so you can share your (desktop) keyboard and mouse - dragging it off the edge of the screen onto the Gemini's desktop for remote control - and much easier to click around the interface.Code: [Select]$ sudo apt install synergy quicksynergy
Then find the QuickSynergy icon in the Accessories menu for simple config. And you can download the Windows/MacOS apps here: https://sourceforge.net/projects/synergy-st...ource=directory (There is also a commercial version: https://symless.com/synergy
1. I tried to install Emacs25 per your suggestion, but get 'Reading package list... Done' then 'Building dependency tree...Done' then 'E: Unable to locate package emacs 25' error message. Actually I get a similar 'unable to locate' error message for any/everything I have tried to install thus far!Quote from: SNiWould be fantastic if someone could get IQNotes (source in Github) compiled/working in Debian. I used it the past 15 years on my various Zauri, it's great as an outliner, to-do, list app, etc., etc.Given the instructions on the github page, it should be straightforward to compile & install. It requires qmake which is available in Debian.
By the way, Emacs has org mode which does all that IQNotes seems to do. You can install Emacs by simply "sudo apt install emacs25" and it should have org mode available.