-
Notifications
You must be signed in to change notification settings - Fork 117
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
widget behavior for several tables #39
Comments
With the widget version 0.13
Since there was no problem so far, the justification does not light up to me. Also why symlinks on paths are treated differently than paths themselves is very unusual for For object widgets, a more complicated procedure is to choose and I have to rewrite widget on all my devices. Instead, the refresh toast has been extend by an
|
It's forbidden for
The id is not decided by |
The I just realized, that you are faster then I could describe - so I continue my checks :) |
With bcb0ab6, the canonical path can be under
Read the
I am not sure why your launcher would change it, but as I said, such problems will be looked into in future with a possible "refresh all" option. |
Than would be
Mostly I use selfbuild |
If you want scripts in You are "probably" looking for this https://github.com/termux/termux-widget/blob/v0.13.0/app/src/main/java/com/termux/widget/TermuxWidgetService.java#L20 |
My problem is That currently (0.13) does not work anymore! At 0.12 (this Issue) I've described How That works but refresh is the topic of this issue. To this, you have a cumbersome workaround (no problem) that open termux each time (unsightly and should affect Startscreen only).
Did you ever check that? Of course it does not work because of Canonical
You've described this in README (I do not wont it)! |
@RalfWerner I also do not understand what the issue is, or what the feature that you are requesting is. Please open a new issue or feature request and fill in the info requested in the bug report template or the feature request template, in a concise manner. For the best result I think you can leave out all bold text, all italic text, and avoid concatenating screenshots |
The only thing that doesn't work is trying to put symlink files that target files outside
Yes, I did.
It seems you don't understand the meaning of canonical path. The |
I've also just now checked again with 0.13 and the same effect. What is the difference between our checks? |
Feature description
@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: