Skip to main content

Questions tagged [android]

Filter by
Sorted by
Tagged with
0 votes
0 answers
66 views

I've been trying to use Android Emacs on Pixel Fold (Android 16). I've confirmed that Emacs can access "/sdcard" folder, but none of other apps (Dropbox, Files by Google, etc) can access ...
dualism's user avatar
  • 304
1 vote
1 answer
67 views

After I managed integrating Termux with Emacs Android port, I am using Emacs more for working. It still had several unexpected bugs, but I will manage to work around with them a bit. When I am working ...
Tempoletion's user avatar
1 vote
0 answers
68 views

Some context: I've got emacs running on android with termux, and i'm using elpaca to pull in a recent version of org-mode. The problem(s): Whenever org loads (which for me is on startup) I get a ...
Zoey Hewll's user avatar
2 votes
1 answer
78 views

I'm using emacs on android, mostly as an org-mode app that I can sync with desktop using magit. some background: In order to use the keyboard in read-only buffers (like the org agenda and transient ...
Zoey Hewll's user avatar
0 votes
1 answer
64 views

file contents contain text in indic language filename contain indic language text text is displayed as garbage in both files and filename how to find languages supported by android os using emacs and ...
jindam's user avatar
  • 1
0 votes
0 answers
119 views

I'm trying to synchronize orgzly on android with org-mode/org-agenda setup in emacs on a linux desktop. They are synchronizing via rclone on desktop and RSAF on android. Right now org-agenda doesn't ...
Daniel Krajnik's user avatar
0 votes
1 answer
182 views

I'm trying to load this on Emacs on Android. (defvar bootstrap-version) (setq straight-repository-branch "develop") ; Need this for new org-contrib location (let ((bootstrap-file (...
Jason Hunter's user avatar
  • 1,236
0 votes
1 answer
193 views

The reason I want this, is that I need to run with --debug-init First, I find the package name $adb shell pm list packages |grep -i emac package:org.gnu.emacs Then I try to start it $ adb shell am ...
Jason Hunter's user avatar
  • 1,236
0 votes
1 answer
221 views

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 ...
Jason Hunter's user avatar
  • 1,236
0 votes
0 answers
222 views

I'm struggling to build Emacs from the feature/android branch. I tried running the ./configure script this way: ANDROIDJAR=~/Android/platforms/android-33-ext4/android.jar BUILDTOOLS=~/Android/build-...
cidra's user avatar
  • 113
0 votes
1 answer
196 views

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 ...
vibrys's user avatar
  • 21
0 votes
1 answer
793 views

Is it possible to find the launch class name programmatically? For example, if the manifest is as below: <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" ...
lucky1928's user avatar
  • 1,774
1 vote
0 answers
747 views

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 ...
tlegutko's user avatar
  • 356
1 vote
1 answer
913 views

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 ...
Lindydancer's user avatar
  • 6,300
1 vote
1 answer
729 views

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 ...
lmdic's user avatar
  • 123
3 votes
2 answers
929 views

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 ...
Alan Wehmann's user avatar
1 vote
1 answer
158 views

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 ...
LambdaCore's user avatar
3 votes
3 answers
1k views

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, ...
Joshua Lilleberg's user avatar
3 votes
2 answers
1k views

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 (...
emacsomancer's user avatar
  • 1,041
28 votes
9 answers
8k views

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 ...
Dan's user avatar
  • 33.7k
2 votes
2 answers
284 views

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 ...
Malabarba's user avatar
  • 23.5k