any language learning apps that are usable on a kyocera extreme? i wanna do something like duolingo (to learn hebrew) but the app doesnt work for me, not sure if it was that specific apk or something else. any suggestions?
Language Apps
FliphoneBochurLevel 5 - Gold Elite Member
dayvve If you send the link to an APK, I could try to work on it and send it back.
FliphoneBochur [Login to see the link]
the app works however when you click on a lesson it just goes up and down. it also does not show the words in the lessons rather only the choice boxes themselves so i have no idea what im choosing
FliphoneBochurLevel 5 - Gold Elite Member
FliphoneBochur will this affect the apps4flip mouse?
FliphoneBochurLevel 5 - Gold Elite Member
dayvve Nope. Try setting the density to 80
FliphoneBochur seemed to have worked but i need to type in hebrew. is there a way of doing that without closing the app?
FliphoneBochurLevel 5 - Gold Elite Member
dayvve You can use lionscribe. Since you're using a Kyocera, you'll have to change the button to switch keyboards, (Not #
, I'd recommend 0
). In order to use the app, you have to run pm grant com.android.cts.hebkey android.permission.WRITE_SECURE_SETTINGS
. It should work fine.
FliphoneBochur hmm its not working for some reason. i installed the apk then put in that command but theres no app in the buisness tools for it and when i press # nothing happens
any way to fix this?
FliphoneBochurLevel 5 - Gold Elite Member
dayvve If it didn't come up in business tools, that means it didn't install. Try installing it again.
FliphoneBochur i keep trying but it doesnt work. does it matter if i have the other hebrew keyboard app ( the one that has its own menu) or if i get the app straight from the apps4flip website?
i keep trying to download but with no success
might be the download link. it was 60 mb but just downloaded instantly and when installed it was instant as well
FliphoneBochurLevel 5 - Gold Elite Member
dayvve The only thing with the one on apps4flip is that you have to go into the app every time you want to switch keyboards.
I don't know why the keyboard isn't installing. Did you try from WebADB and your phone?
unsure what it could be
when i do it on my phone it just says app not installed
FliphoneBochurLevel 5 - Gold Elite Member
dayvve Maybe try downloading from [Login to see the link] link.
FliphoneBochur hmm still not working....
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
dayvve I don't know what the error is. You'll need to follow these steps to figure out what's wrong
- Download adb [Login to see the link]
- Extract the zip folder
- Put the
HebKey.apk
file into theplatform-tools
folder
4 In file explorer, navigate to theplatform-tools
folder, and typecmd
in the address bar. This will open command prompt to that location. - Run the command,
adb install -g HebKey.apk
- If it installs, then you're fine. If it gives you an error, send it here
- When you're done, run
adb kill-server
, so it doesn't interfere with WebADB in the future