Show Posts

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.


Messages - Eeems

Pages: [1]
1
Gemini PDA - Android / Gemini started dropping wifi connection
« on: July 12, 2018, 12:09:16 am »
I had this happen before the last update. I had to reboot the device to resolve the issue. I'm not having any issues though now with the latest build.

2
Gemini PDA - Android / GeminiLED notification app
« on: June 30, 2018, 12:24:37 pm »
This is quite interesting and I'm excited for when you add user configuration.

Am I correct in assuming that app/src/main/java/harby/graham/geminiled/GeminiLED.java is the file I'd have to modify if I wanted to customize the applications it listens for and what colour to use?

BTW, I'd recommend not embedding the APK in your git source and instead uploading it as a file on a release tag. git doesn't really like handling binary files.

3
Gemini PDA - Android / Entering other characters
« on: June 26, 2018, 09:04:58 am »
You can get at some of the characters via the symbol keyboard by pressing and holding on keys. The elipses is available there by longpress on the period. Others you probably can't get at without a third party keyboard app or copy/paste.

Quote from: zevv
Quote from: Eeems
fn+, will open up the onscreen symbol keyboard. fn+. will open up the onscreen emojii keyboard and pressing and holding on a key will bring up a popup of alternative characters to enter.

Funny, but that never worked for me. Fn-sym and Fn+? simple do nothing at all - is this due to a faulty keyboard setting somewhere?
You may have to ensure that your keyboard layout is set to en-us and that you are using the gemini keyboard instead of gboard.

4
Gemini PDA - Android / Entering other characters
« on: June 25, 2018, 01:32:07 pm »
fn+, will open up the onscreen symbol keyboard. fn+. will open up the onscreen emojii keyboard and pressing and holding on a key will bring up a popup of alternative characters to enter.

5
You may have some luck with the solutions in this topic: https://www.oesf.org/forum/index.php?showtopic=35120

6
Gemini PDA - Android / Hotkeys for App Launching?
« on: June 20, 2018, 06:03:21 pm »
Quote from: jakfish
Thanks. Installed it, but couldn't see how to keystroke an application to open. Are you doing that with your apps?

Jake
You'll have to  configure a flow that waits for keypresses and then launches an activity based on the keypresses.
You can import my current flow if you'd like: https://www.dropbox.com/s/fhu0hjq59m6fxgu/D...ctions.flo?dl=0

I have it setup to listen for ctrl-alt-t to open termux. ctrl-alt-d to open digical. ctrl-alt-c to open the camera. fn-s to open up the applications menu in ASAP launcher.

7
Gemini PDA - Android / Hotkeys for App Launching?
« on: June 20, 2018, 10:48:26 am »
I've been using Automate.

8
Gemini PDA - Android / Wear OS
« on: June 18, 2018, 04:21:02 pm »
I've been using my Ticwatch E. I have noticed that it doesn't always stay connected and I have to manually reconnect them quite often.

9
Gemini PDA - Android / Silver assistant button
« on: June 15, 2018, 12:13:32 am »
Deleting the Google Assistant cache didn't seem to solve the issue.

Quote from: joepirello
You can easily remap the button, root or no root.
Care to expand on how to actually do this?

I've done some poking around with Automate and I can't determine what keyCode the button (or Fn+Space) fires.

10
Gemini PDA - Android / Termux - Using Xeffyr termux-x-repository
« on: June 10, 2018, 04:00:22 pm »
Quote from: TallTim
Quote from: Eeems
Using the instructions provided in the repository I was able to get this to work. Did you ensure that his package repository was added as part of the enable repo step?

Throw me a bone here.

Which repository? What commands? Did you find termux-desktop in the package lists? I can't seem to find where the hell it is, or am I supposed to just install something else?

Just frustrated with the process - I'd appreciate it if you could detail things a bit more.
The one you linked in the first post. Specifically follow the instructions here: https://github.com/xeffyr/termux-x-reposito...this-repository
  • Download enablerepo.sh
  • Run enablerepo.sh
  • Install termux-desktop
  • Run startx
  • set vnc password
  • Login with vnc

11
Gemini PDA - Android / Termux - Using Xeffyr termux-x-repository
« on: June 10, 2018, 01:24:30 pm »
Using the instructions provided in the repository I was able to get this to work. Did you ensure that his package repository was added as part of the enable repo step?

Pages: [1]