termux / termux-float

Termux add-on app to show the terminal in a floating terminal window.
https://f-droid.org/en/packages/com.termux.window
Other
465 stars 77 forks source link

Displays google play warning even though using F-droid version #39

Closed wmartinmimi closed 2 years ago

wmartinmimi commented 2 years ago

Problem description

The float app shows the "google play store no longer supported" warning during opening, but both the Float and Main app is installed from F-droid. This warning does not show when opening the Main app.

Steps to reproduce

when i open the float application, it will show automatically

Expected behavior

the google play warning should not be showing

Additional information

Termux application version: Termux : 0.117 Float : 0.14 Android OS version: Android 10 Device model: Redmi Note 8T

wmartinmimi commented 2 years ago

i assume this is because some information was not passed to the float application, but im not sure

Grimler91 commented 2 years ago

Could you share your output of termux-info?

wmartinmimi commented 2 years ago

Screenshot_2021-10-10-18-04-14-438_com.sharpened.androidfileviewer.jpg

wmartinmimi commented 2 years ago

is it clear enough?

wmartinmimi commented 2 years ago

application version : unsupported ???

wmartinmimi commented 2 years ago

Application version: 0.117 Packages CPU architecture: aarch64 Subscribed repositories:

sources.list

deb https://grimler.se/termux-packages-24/ stable main

game-repo (sources.list.d/game.list)

deb https://packages.termux.org/apt/termux-games games stable

science-repo (sources.list.d/science.list)

deb https://packages.termux.org/apt/termux-science science stable

x11-repo (sources.list.d/x11.list)

deb https://packages.termux.org/apt/termux-x11 x11 main Updatable packages: proot/stable 5.1.107-47 aarch64 [upgradable from: 5.1.107-45] Android version: 10 Kernel build information: Linux localhost 4.14.117-perf-ga9d1ab8 #1 SMP PREEMPT Wed Mar 31 13:39:53 CST 2021 aarch64 Android Device manufacturer: Xiaomi Device model: Redmi Note 8T

wmartinmimi commented 2 years ago

Application version: 0.117 Packages CPU architecture: aarch64 Subscribed repositories:

sources.list

deb https://grimler.se/termux-packages-24/ stable main

game-repo (sources.list.d/game.list)

deb https://packages.termux.org/apt/termux-games games stable

science-repo (sources.list.d/science.list)

deb https://packages.termux.org/apt/termux-science science stable

x11-repo (sources.list.d/x11.list)

deb https://packages.termux.org/apt/termux-x11 x11 main Updatable packages: proot/stable 5.1.107-47 aarch64 [upgradable from: 5.1.107-45] Android version: 10 Kernel build information: Linux localhost 4.14.117-perf-ga9d1ab8 #1 SMP PREEMPT Wed Mar 31 13:39:53 CST 2021 aarch64 Android Device manufacturer: Xiaomi Device model: Redmi Note 8T

what it showed in the Main version

agnostic-apollo commented 2 years ago

The Termux:Float v0.14 was updated long ago and still has old environment variables exported at startup without TERMUX_VERSION set and PATH containing $PREFIX/bin/applets, which would succeed the checks for showing the motd-playstore.

But the old environment issue has already been fixed in a46762a8 which would now automatically be consistent with termux-app in future as well just by bumping termux-shared version in app/build.gradle, like done in df2c94f. I'll push out a new release soon for Termux:Float. For now you can remove the motd file with rm -f /data/data/com.termux/files/usr/etc/motd-playstore when ever you update termux-tools package.

Thanks for the report.

wmartinmimi commented 2 years ago

no worries :)

agnostic-apollo commented 2 years ago

Closed by termux-float v0.15.0.