Apps Section
Welcome to the download section of Apps by KosherFlip! Here, you can find and download APK files that have been modified to work on flip phones. These apps are tailored to provide functionality and enjoyment on your flip phone, ensuring a smooth and user-friendly experience.
How to Download
To download the APK files, simply click on the links provided below. To learn how to install apks you can read our installation guide.
Available APKs
-
2048 - the addictive numbers game!
Enjoy the classic 2048 game that will keep you hooked.
-
AndDaven - A Davening app that's easy-to-use
Enhance your davening experience with this user-friendly app.
-
Snake Game
Enjoy the classic snake game on your flip phone. Highly Addictive!
-
App Launcher
On most flip phones you will have a lot of trouble trying to find your installed apps. This launcher will have all apps you installed from this website. It will stay in your notifications after you open it for the first time. Depending on your model there are a few ways to open the launcher:
- For the LG Exalt, just press the mic key.
- For the LG Classic Flip, dial ##228378. Scroll to installed applications, select the launcher and press launch. You only need to do this once. Afterwards it will stay in your notifications.
- For all other phones, run the following line in ADB (for webADB take out the 'adb shell'):
adb shell monkey -p com.android.cts.launcher -c android.intent.category.LAUNCHER 1
You can access the launcher now by going to notifications and clicking on the apps4flip notification. Alternatively, open up the dial pad and dial *#*#1711#*#*. (Note: You can also access the launcher anytime by just dialing the above sequence.)
Credits: This launcher app was taken entirely from the apps4flip website.
-
Waze- Great traffic navigaion
Waze works great on flip phones. You may need to use the waze launch app (below) in order to use this, especially if you don't have a mouse (also below). If you are using this on an LG Classic, you should enable the location setting before installing.
-
Waze Launch- An easy launch of Waze
For many phones, you will need this app in order to use Waze properly. Remember, this app isn't Waze. You will still need to also download the Waze app.
-
Smartlist- the Jewish phonebook
Smartlist has a large database of many Jewish communities across the world. It's also very easy-to-use on a flip phone making it a must-have app.
-
Mouse- For easy scrolling and navigation
KCO Mouse is a mouse for your flip phone!
To use this app, you must first do the following commands on ADB (for WebADB take out 'adb shell'):
//for LG adb shell pm uninstall -k --user 0 com.lge.voicecommand //step 1 adb shell appops set com.android.cts.virresh.kcomouse SYSTEM_ALERT_WINDOW allow //step 2 adb shell settings put secure accessibility_enabled 1 //step 3 adb shell settings put secure enabled_accessibility_services com.android.cts.virresh.kcomouse/com.android.cts.virresh.kcomouse.services.MouseEventService //step 4 adb shell am startservice com.android.cts.virresh.kcomouse/com.android.cts.virresh.kcomouse.services.MouseEventService
This app was taken from the KCO channel and its based on the work of https://github.com/virresh/matvt