Uploaded Apps
- Edited
MyPhoneExplorer a great program and app to sync your phone to your computer.
IMPORTANT: do not update the app on your phone because you'll lose some features
[Login to see the link]
JumptoheavenLevel 5 - Gold Elite Member
- Edited
Button Mapper
Biden2020prez
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
AnyDesk: [Login to see the link]
Plugin to Remotely Control Your Phone: [Login to see the link]
- In order to use the plugin, you'll have to enable accessibility services for this app. You can either do it with the accessibility app on the website (Instructions on how to set it up over there) or run some adb commands.
Disclaimer: on the LG Exalt you can only have one accessibility service running at once. For all other phone users, you could run some adb stuff:
Syntax (Only one command):
settings put secure enabled_accessibility_services package.name/service.name:package.name/service.name
Basically, settings put secure enabled_accessibility_services
and then all your apps and services that you want running at once separated by a :
.
‎
Package Names / Service Names:
AnyDesk: com.android.cts.adcontrol.ad1/com.anydesk.adcontrol.AccService
Mouse: com.android.cts.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService
Voice Access: com.android.cts.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService
Button Mapper: com.android.cts.flar2.homebutton/a.b
‎
(To just enable for this app run adb shell settings put secure enabled_accessibility_services com.android.cts.anydesk.adcontrol.ad1/com.anydesk.adcontrol.AccService
)
- When remoting into your phone from a computer, you could see the screen, but you can't control anything (somebody please let me know what happens if you play around with the button mapper).
- File transferring works great from the phone to the computer, but you'll need to follow the prompts to transfer from the computer to the phone. (Copy a file to the clipboard from your computer and then click the download button in the app on your phone to accept the files.)
- Unattended access works to remote into the phone! (See above for how to activate the plugin)
- Massive Shkoyach to [Login to see the link] for showing me how to remove in-app browsers, and helping me with the plugin.
Enjoy!
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
SMS Backup/Restore: [Login to see the link]
Useful app if you're switching phones!
The app works best to backup if you have an SD card.
You'll need to set this app as the default messaging app in order to restore your texts.
Some phones will give you a prompt to switch, but on others, you'll need to run adb shell db shell settings put secure sms_default_application com.android.cts.smsbackuprestore
to set this app as the default. After you restore your texts, if you have message+ (Verizon phones) run adb shell settings put secure sms_default_application com.verizon.messaging.vzmsgs
if you have any other default messaging app run adb shell settings put secure sms_default_application com.android.mms
.
(If you're on WebADB run any commands listed here without the words adb shell
)
‎
If this app doesn’t work for you, you can try 801900Flip. I’m pretty sure the backup xml files are compatible with both versions.
Thank you [Login to see the link] for showing me how to remove ads!
Thank you to [Login to see the link] for telling me the [Login to see the link] for setting the default SMS app!
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
TorahAnytime Daily Dose: [Login to see the link]
- Might take a while to load in the beginning, but works fine afterward.
- Scroll using the D-pad, and select using a mouse.
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
Flappy Bird: [Login to see the link]
- Tap with a mouse
- There's a drop of lag, but you get used to it after a few games
- My highscore is around the 40s (not to brag, just to give you an idea that the app works)
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
Crossy Road: [Login to see the link]
- Fully Controlled by the D-Pad!
- Pretty big file (123MB), takes about a minute and a half to install
- Takes a while to start up, but not glitchy after (Tested on the Go Flip V and a few Kyoceras)
- Shkoyach [Login to see the link] for showing me how to remove ads!
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
List Launcher: [Login to see the link]
- EDIT: I would reccomend lionscribe's launcher (That's the one I currently use).
- Alternative to the Apps4Flip launcher.
- Shows all system apps. (Not just installed apps.)
- I personally set it at 4 columns, so it just shows icons
- You can change the settings by clicking on the second list launcher icon (the first one just refreshes the list)
Llevone1Level 1 - Junior Member
Don't know if you all know about this already, (not my work, just sharing since I was happy to find it), but I've been looking for an alternative to the stock IME on my Schok, trying to copy apks from other flips, etc., because the built-in one is very skippy/jumpy, and I came across this - [Login to see the link] . Was pretty happy with it to begin with, but having an issue, so I opened an issue, and was shown an updated fork here - [Login to see the link] . Works great, and is far superior to the stock IME...
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
24 Six (Version 1.6.5): [Login to see the link] (Updated app details in the [Login to see the link])
For more information check out [Login to see the link].
- In order to sign in, you first need a subscription which you can get at [Login to see the link]
- Offline Listening now available! (Details [Login to see the link])
- The screen density (dpi) on most phones isn't small enough to sign into the app. Either you can use the density app posted by 12345 below, or run adb commands.
1st run the command adb shell wm density 80
to sign in. When you're signed in, you can change your screen density back with the command adb shell wm density 160
(The standard density on most phones is 160 with a few exceptions. [Login to see the link])
- You can scroll with the D-pad, and select with a mouse.
- Another quick note on dpi: The music & podcast player are easier to control with your dpi set to 80. Also, the dpi needs to be 80 (בערך) or lower for the library to work (and for you to access your downloads). However, the video player will look weird if you're not on your default dpi.
I've been using this app for a while now, and I love it! Whoever came up with this idea is amazing! It might take a little bit to get used to scrolling and selecting because the app is designed for smartphones. Apps4Flip-Admin said that they're working on a flip phone version, but while we wait we have this. Enjoy!
112345Level 3 - Gold Member
- Edited
DPI CHANGER
I modified and edited a dpi changer app that allows you to change your dpi
this also solves the problems with j-m.fm I suggest you make the density 70 for when using j-m.fm and for 24/6 signing in (see above) FliphoneBochur who suggests when signing in set the dpi to 80
it needs an adb command when promted of
adb shell pm grant com.android.cts.kaytech.dpichanger android.permission.WRITE_SECURE_SETTINGS
and on web adb
pm grant com.android.cts.kaytech.dpichanger android.permission.WRITE_SECURE_SETTINGS
it is a very useful app for all apps
instructions:
to make the screen more compact (zoomed out) and fit more pixels on the screen lower the dpi
[to make the screen fit less pixels on the screen raise the dpi]
to reset to the default dpi just click reset in the app
GOLDFISHLevel 3 - Gold Member
GOLDFISH [Login to see the link]
it's a great game click on the image to download the app
ZZTEGuyLevel 3 - Gold Member
An app to automatically forward SMS messages
[Login to see the link]
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
Lakewood Daf Yomi (Daf by Sruly): [Login to see the link]
AtusbLevel 3 - Gold Member
- Edited
Video Compressor
[Login to see the link]
REMOVED ADS
Works on LG Classic
Needs Mouse for some parts
VERY CONVINIENT TO COMPRESS VIDEOS THAT ARE TOO LARGE TO SEND AS A TEXT.
Special thanks to [Login to see the link] and [Login to see the link]
WwhynotLevel 5 - Gold Elite Member
- Edited
Here is a simple and easy to use [Login to see the link] and a more organized [Login to see the link] which works well with voiceaccess (showing numbers). In both apps any emoji you select gets copied to clipboard. Both apps have ads removed.
JjackLevel 3 - Gold Member
Control your UE Boom speaker from your phone. [Login to see the link]