-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Widget Tables (MW swich) #4
Comments
from X11-TODO:
My devices have no HDMI socket so I can not say anything about it. Only the three other methods to use external display devices. If the restrictions do not interest you, I say nothing more.
The interaction of Android, Lori and Xwayland I know. Nevertheless, the X11 app behaves like any other XServer as well.
Improving without testing is impossible. I said the fullscreen function did you have implemented years ago. It's only lost in an action by @suhan-paradkar, I suspect Java, as this was used here for Termux too. I suspect the faulty key states in
but here you say:
I had done that here but no answer from you. Meanwhile, I also checked your new artifact on AVD emulator with the same and more Errors. Only README is not enough to get to a working OTS. With several additional actions I had success in the end. You have ten of our Discussions removed here without finding a solution and ekeys has not progressed for more than two weeks. To avoid misunderstandings: basic X11 is your APK, which worked very stably in recent years, have fullscreen and limited but correct EK. In VNC this is Default, as well as Reseed Screen. In X11 these are (unnecessary) choices and new versions are more unstable. |
Feature description for version 0.13
The multi-widget tables (MW) are described as of V0.13 with the "canonical" restriction. That means:
Is
s=~/.shortcuts t=~/.termux
, of all scripts must be inside these two paths. Administration of the MW on any place outside of Termux like/sdcard/ip
is no longer possible, but only move/copy to$s
or$t
. Reason: "canonical" means symlinks to outside are forbidden. But only for the T:Widget plugin (inbash
it's no problem).The Objekt concept based on an Termux independing storage. Executables must also stored inside Termux but this is usally no problem, because objects manage only sources. The MW exist after Object download and will managed inside the objects and a new refresh funktion have to concider this like in the following check szenarien of widget (dir) in three objekts:
uu.sh
(see OTS/double u) allowed similar to Proot-Distro the administration of distros (u uu
open an ubuntu session in../uu
and unpack it fromsd/uu.tgz
if not already done or creates a new one andu . <o>
creates two symlinks on~/i
andln -s i/bashrc .bashrc
. It is checked<o>
can be found in one of the two or more/storage/*
. If so, this path is symliked as~/sd
.A
widget
dir can be in all these four~
-paths:., i, ../uu, sd
. The last one, I do not consider but existens of multiple<o>
(ip, api29) that can be toggled byu . <o>
. But it can also be part of.bashrc
to createwidget
, if it does not exist yet. An simple example withtermux<->ubuntu
toggle funktion is:... still in preparation
Feature description for version 0.12 7.Feb 2020
@xeffyr With
mv .shortcuts widget
I changed the path, connected again with the symlink:w=widget; s='~/.shortcuts'; ln -s $w $s
and split my entries in 3 paths (termux~/$w
, ubuntuuu/$w
and sdcard/prooti/$w
). Then I add the entries:cd uu/$w; echo"s=$s; rm $s; ln -s ~/$w $s">' termux-widget'
andcd ~/$w; echo "s=$s; rm $s; ln -s ~uu/$w $s">' ubuntu-widget'
(same forsdcard
).So nothing has changed on the startscreen except for the first (two) action (replaces the symlink with shortcuts that are possible in ubuntu and proot) and now it looks like this:
I started processes from all tables, which are managed in the Navigator (shot4).
What I expect is to have a changed table on the start screen (shot2/3) by tapping the second action (shot1). However, this is only the case, if no termux-bash is open and after I have tapped reload.
Could this be realized by a specific exit number, such as
exit 1
(received the navigator entry) - no switch and reload?Continued from our dialog about Studio test environment with API/widget with Q10/R11 emulators:
To your @xeffyr last topic
mv wd/te*/*/dev* wc/.android
would be ok - or better not?Installation of the API plugin in Studio. Shot1: the build actions of the first three parts generate the APK and install it on the current emulation (here Q10). Shot2: the
*.apk
is created with Build Bundle. Shot3: after drag & drop from PC Explorer, the plugin is also included in the emulation. Shot4: Start screen with the widget table from which dialog API is started and then displayed in Shot5 - here with the emulated phone functions on the right. In Shot6 the process can be seen in the Navigator (if no dialog is active anymore). The sensor analysis runs in the background.Unfortunately the API installation is more complex than for the other plugins and there are a few problems that I have reported in paste or only occur in the emulation:
~/tmp.jpg
file and ends the widget action withexit 1
, which is not done with the camera during emulation (my inexperiance). The image could edited withtermux-open tmp.jpg
beforeexit 1
.pkill termux-api
.The following Shot1 shows the processes during dialog API action (stalled: 18005,19202) and Shot2 the script (extract from
sd/ip/bashrc
). Shot3 is the first try (strings only) widget via Studio adjustYou added feature request to this repo. Would this be a suitable case (I use Studio or signed all
*.apk
with my private keystroke) to use it?The text was updated successfully, but these errors were encountered: