Questions tagged [android]

14 questions
28
votes
9 answers

Emacs on a tablet?

Q: can Emacs be installed/used on a tablet with a minimum number of tears? I had been under the assumption that Emacs ran on basically everything. However, after some poking around, it looks like running Emacs on a tablet could be an enormous…
Dan
  • 32,584
  • 6
  • 98
  • 168
3
votes
2 answers

Emacs on Android - org-mode - error - `(wrong-type-argument stringp (require . t-mouse))`

I'm running Emacs in Android under ZShaolin, with whatever the default configuration is. When I open an org-mode file (or try to enable org-mode), I get an error: (wrong-type-argument stringp (require . t-mouse)) [This seems to be the case whether…
emacsomancer
  • 1,011
  • 1
  • 9
  • 16
3
votes
2 answers

How can I make Emacs function 'browse-url-at-point work on a tablet running Android?

How can I make Emacs function 'browse-url-at-point work on a tablet running Android? Following advice I found at "http://endlessparentheses.com/running-emacs-on-android.html" I installed 'Termux and 'Hacker's keyboard on my Android tablet, started…
3
votes
3 answers

How to create a keybinding to a file in Emacs?

I have a frequently opened file in Emacs, which is deep inside my device. I want to bind the F5 key(or any other key) to open that file, how can I do that? (Using android to run emacs. [GNURoot, Wheezy. ])
Joshua Lilleberg
  • 371
  • 1
  • 2
  • 5
2
votes
2 answers

Command to automatically define a resource variable in an Android project

When coding Android projects, resource variables are somewhat cumbersome to define, as they involve visiting a file far away in the directory structure and writing xml(!). Say I want to define a string resource called street. I'll need to: Visit…
Malabarba
  • 22,878
  • 6
  • 78
  • 163
1
vote
0 answers

Tramp fails to open remote shell when connecting to android

I'm trying to connect to my Android device via SSH using TRAMP. I've setup my SSHDroid, configured ssh keys and my ~/.ssh/config, so I'm able to connect with just ssh android from terminal. But when trying to connect using TRAMP, it hangs with…
tlegutko
  • 356
  • 2
  • 9
1
vote
1 answer

How to build Emacs from sources on Termux

Background: Termux is a Linux terminal environment that runs under Android. It provides a terminal version of Emacs 25.3. However, I would like to build Emacs directly from the master branch in the archive. However, I have stumbled on two…
Lindydancer
  • 6,095
  • 1
  • 13
  • 25
1
vote
1 answer

Windows 10, Emacs 25.1, shell: Grep not work immediately

Windows 10 (64 bit), Emacs 25.1. I has Android application. And in console I start Android command "adb logcat" to show logs from Android device. But it's show many text. And I want to filter to show only lines that I need. So. I want in console to…
lmdic
  • 123
  • 1
  • 7
1
vote
1 answer

android-mode can't find project root error

I want to use Emacs for Android development, so I installed android-mode. But I get an error. I entering path, package, activity names and I get "can't find project root" error. I am using Ubuntu 16.04
LambdaCore
  • 11
  • 3
0
votes
0 answers

Android emacs font not available, for resize

I've installed emacs with f-droid and I'm trying to increase the font size, but it says the font is not available no matter what i try. Is there a package that needs to be installed? All in trying to do is increase the size;)
Jason Hunter
  • 519
  • 2
  • 9
0
votes
0 answers

Android emacs keyboard not popping up

I've installed f-droid emacs and i switch to messages buffer, but then the keyboard disappears and i can't get it back up since there is no keyboard icon on the corner. I have in the Android settings that i want the keyboard to appear in the…
Jason Hunter
  • 519
  • 2
  • 9
0
votes
0 answers

How can I build the native aarch64 Emacs application for Android on a x86_64 system?

I'm struggling to build Emacs from the feature/android branch. I tried running the ./configure script this…
cidra
  • 135
  • 5
0
votes
1 answer

"Tramp: Opening adb shell connection...failed" + extra characters ^[7 and ^[8 present

It happens when I try to connect from emacs-26.3/tramp-2.3.5.26.3 onto my sgs5's lineageos14.1 adb shell. *tramp/adb d73896d9* buffer contents is the following: nv COLUMNS=1 ls -d -l /; echo tramp_exit_status $?^M /system/bin/sh: nv: not…
vibrys
  • 21
  • 2
0
votes
1 answer

Android manifest - find launch activity name programmatically

Is it possible to find the launch class name programmatically? For example, if the manifest is as below:
lucky1928
  • 1,622
  • 8
  • 28