Controls don't work on termux when i do anything it doesn't work
Are you running develop branch?
I found an issue there with this, with the switch view buttons, but have fixed it. But please don't use the develop branch unless you are developing.
do:
git pull make install
if the problem persists, please delete your kewrc, that should be in $HOME/.config/kew/kewrc.
do:
git pull make install
if the problem persists, please delete your kewrc, that should be in $HOME/.config/kew/kewrc.
How do i do that?
do:
git pull make install
if the problem persists, please delete your kewrc, that should be in $HOME/.config/kew/kewrc.
How do i do that?
First you type ls you should see kew
Do cd ~/kew/
You then type git pull
After that you type make install
Type kew all to test it. If it doesn't work exit out of it with ctrl+c
then type cd ~/.config/kew/
After that you type ls to verify that you are in the right directory, one of the text should be kewrc
you then type rm kewrc
You will then have to reset the path to your music. On my phone it was kew path "~/storage/music/"
Then type kew all to see if it works.
do: git pull make install if the problem persists, please delete your kewrc, that should be in $HOME/.config/kew/kewrc.
How do i do that?
First you type
lsyou should seekew
Do
cd ~/kew/
You then type
git pull
After that you type
make install
Type
kew allto test it. If it doesn't work exit out of it with ctrl+cthen type
cd ~/.config/kew/After that you type
lsto verify that you are in the right directory, one of the text should bekewrcyou then type
rm kewrc
You will then have to reset the path to your music. On my phone it was
kew path "~/storage/music/"Then type
kew allto see if it works.
It didn't work neither
do: git pull make install if the problem persists, please delete your kewrc, that should be in $HOME/.config/kew/kewrc.
How do i do that?
First you type
lsyou should seekew
Do
cd ~/kew/
You then type
git pull
After that you type
make install
Type
kew allto test it. If it doesn't work exit out of it with ctrl+cthen type
cd ~/.config/kew/After that you type
lsto verify that you are in the right directory, one of the text should bekewrcyou then type
rm kewrc
You will then have to reset the path to your music. On my phone it was
kew path "~/storage/music/"Then type
kew allto see if it works.It didn't work neither
Odd. Do the arrow keys above your keyboard that Termux provides do anything?
What phone do you have? Also have you changed the default keyboard that came with it?
do: git pull make install if the problem persists, please delete your kewrc, that should be in $HOME/.config/kew/kewrc.
How do i do that?
First you type
lsyou should seekewDo
cd ~/kew/You then type
git pull![]()
After that you type
make installType
kew allto test it. If it doesn't work exit out of it with ctrl+c then typecd ~/.config/kew/After that you typelsto verify that you are in the right directory, one of the text should bekewrcyou then typerm kewrcYou will then have to reset the path to your music. On my phone it was
kew path "~/storage/music/"Then typekew allto see if it works.It didn't work neither
Odd. Do the arrow keys above your keyboard that Termux provides do anything?
What phone do you have? Also have you changed the default keyboard that came with it?
The arrows do work my phone is a tecno pova 6 pro and yeah i changed my default keyboard to the Google gboard
did kew work previously with that different keyboard?
We have made a complete overhaul to the input handling in kew so your problem could be related to that, but it should be able to work despite you changing keyboard.
Do you want to try with the default keyboard and see if the problem goes away?
did kew work previously with that different keyboard?
Yeah it used to work on any keyboard i used even external ones
did kew work previously with that different keyboard?
Yeah it used to work on any keyboard i used even external ones
We have made a complete overhaul to the input handling in kew so your problem could be related to that, but it should be able to work despite you changing keyboard.
Do you want to try with the default keyboard and see if the problem goes away?
But nothing has changed i did redownload it again nothing happened it's still not working
Our input handling changed. Can you check if it's related to your keyboard by trying kew with the default one. It would be really helpful.
It really shouldn't be that, but I don't have much else to go on.
@BIZZARE6 do you mind telling me what happens if you run:
echo $TERM
in your termux?
There's an update that should fix this:
git clone https://github.com/ravachol/kew.git --single-branch --branch develop cd kew make -j4 sudo make install