Skip to content
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

Stuck after logging in. #14

Closed
ksant0s opened this issue Sep 1, 2021 · 3 comments
Closed

Stuck after logging in. #14

ksant0s opened this issue Sep 1, 2021 · 3 comments

Comments

@ksant0s
Copy link

ksant0s commented Sep 1, 2021

I am using Termux v0.117. After installing and restarting termux and logging with default username and password i am stuck with this screen. After doing Ctrl+C only it gives me prompt to type anything and why are these extra keys in middle of the screen?
Screenshot_20210901-115542_Termux

Edit: Removing fullscreen = true line from termux-properties seems to solve extra keys in the middle of screen issue but black screen after logging in is still present. I faced two more issues.

  1. Can't add extra keys. When i try to do so it's giving me this error:
    Could not load and set the "extra-keys" property from the properties file:
    org.json.JSONException: Unterminated array at character 89 of [['ESC', ','','BACK
    SLASH','=','^','$','()','{}','[]',{key: KEYBOARD, popup: DRAWER}],>
  2. In login screen if we typed wrong password and try to clear with backspace, instead of clearing
    it will just keep on adding.
@nihsx
Copy link
Member

nihsx commented Sep 1, 2021

I am using Termux v0.117. After installing and restarting termux and logging with default username and password i am stuck with this screen. After doing Ctrl+C only it gives me prompt to type anything and why are these extra keys in middle of the screen?

  1. I think the cause of the stuck is because of rxfetch, you can press CTRL + C and edit this text in the ~/.autostart file

image

Change rx to rxfetch and make sure you already installed application Plugin Termux:API on Playstore / F-Droid (Adjust to the installed Termux version ) or you can give comment to this text

  1. for the problem the extra button is in the middle I think it's because of the effect of termux.properties where the value is use-fullscreen-workaround = true you can comment on that text to disable it

image

  1. For the login script problem when deleting characters and not being deleted, there is indeed a bug, the way to solve it is by editing the ~/.scripts/login.sh file

Give comment on the text Show Password * down and uncomment Hidden Password down
image

@ksant0s
Copy link
Author

ksant0s commented Sep 1, 2021

I am using Termux v0.117. After installing and restarting termux and logging with default username and password i am stuck with this screen. After doing Ctrl+C only it gives me prompt to type anything and why are these extra keys in middle of the screen?

  1. I think the cause of the stuck is because of rxfetch, you can press CTRL + C and edit this text in the ~/.autostart file

image

Change rx to rxfetch and make sure you already installed application Plugin Termux:API on Playstore / F-Droid (Adjust to the installed Termux version ) or you can give comment to this text

  1. for the problem the extra button is in the middle I think it's because of the effect of termux.properties where the value is use-fullscreen-workaround = true you can comment on that text to disable it

image

  1. For the login script problem when deleting characters and not being deleted, there is indeed a bug, the way to solve it is by editing the ~/.scripts/login.sh file

Give comment on the text Show Password * down and uncomment Hidden Password down
image

Thanks for responding. Your guide fixed most of the issue but still I can't add extra keys. Whenever i try to add and restart termux, i am getting this error.

Could not load and set the "extra-keys" property from the properties file: org.json.JSONException: Unterminated array at character 89 of [['ESC', ','','BACK SLASH','=','^','$','()','{}','[]',{key: KEYBOARD, popup: DRAWER}],>

@nihsx
Copy link
Member

nihsx commented Sep 1, 2021

image

ERROR occurs because there is an error in the configuration, I have tried to imitate the extra-keys you want and no error occurs

Maybe because of comma placement etc

extra-keys = [['ESC', ',', 'BACKSLASH', '=', '^', '$', '()', '{}', '[]', {key: KEYBOARD, popup: DRAWER}]]

For more information of extra-keys, you can read Touch Keyboard - Termux Wiki

@nihsx nihsx closed this as completed Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants