Biden2020prez Could you resend Hill Climb? You can't download it anymore because it expired.
[Beta Testing] - Test our apps before they are uploaded to Apps4Flip
don't know but just download on Kyocera dura vx Google maps trying to go in it gives me an empty page
Biden2020prez
is there a way we can get a download link which we don't have to pay to download
WwhynotLevel 5 - Gold Elite Member
- Edited
Flippy [Login to see the link] is pretty good. It allows 20 gb of free storage and you don’t need to verify the signup email address so you can make multiple random fake email addresses
Biden2020prezLevel 6 - Platinum Elite Member
Eliyahunathan I do it like that because we get paid a portion of the payment. Just kidding!!! The files expire after 20 days, and filetransfer.io requires premium to download. Ask someone to reupload it (I dont have a copy on me).
FliphoneBochurLevel 5 - Gold Elite Member
I just upload everything to Google drive! When my 15GB run out, I'll just make a new account. What's the problem?
Biden2020prezLevel 6 - Platinum Elite Member
FliphoneBochur True. I just feel like google drive is always running slow. But the real reason is: I am often on other devices, so it's annoying for me to sign in/out, as opposed to just pressing two buttons.
But i'll keep in mind that when possible, I should use permanent links.
FlippyLevel 6 - Platinum Elite Member
- Edited
FliphoneBochur Some people have multiple acconuts already and dont want to do the whole sign in/ sign out thing which honestly some gmail makes a pain in the neck. Also not everyone uses gmail, and even gmail users not necessarily use the gmail client. So many reasons why another site is quicker and simpler. Maybe someone can volunteer to download all links that a are not long-term suitable (i.e. expire after 'x' days or 'x' downloads) and put them on one premium account or google drive....
Biden2020prez do you happen to still have hill climb racing's apk? the link "expired"
samteeLevel 3 - Gold Member
is it pos to make a subwaysurf that works with bouttons
FliphoneBochurLevel 5 - Gold Elite Member
samtee I'm working on it
samteeLevel 3 - Gold Member
Biden2020prez can you post this app on googel drive
samteeLevel 3 - Gold Member
Biden2020prez what did u use to mod the hill climb racing
LlionscribeLevel 5 - Gold Elite Member
- Edited
Hi, I am releasing 2 apps customized for the TCL Flip 2. They have not been tested on any other device!
I have rewritten the Hebrew Keyboard. It is customized for the TCL Flip
It integrates well with the built-in keyboard, you switch between the 2 with a long press #
No, the keyboard does NOT have any T9 typing! If you want to T9 type in English, you long-press # to switch back to the built-in keyboard, and vice-versa.
[Login to see the link]
It is suggested to first uninstall any custom keyboard that you may have installed.
You will also have toadb shell pm grant com.android.cts.hebkey android.permission.WRITE_SECURE_SETTINGS
I have created a sub-launcher for the TCL Flip. It mimics the tools page in the main launcher. It is for use only on Kosher phones without Browsers, as it installs as the Browser package, so it should show up on the default launcher, and act like the tools menu. DOo NOT install it on a phone that has a Browser! By default, it will show all user-installed apps, plus any apps hard coded in the array resource. The user can add/remove apps from the list.
[Login to see the link]In addition, I have updated autobooter.exe from the Apps4Flip team members. This avoids the need for risky and expiring MTKMETAUtility, and is much simpler, though you will still need MTK Drivers. This new version works with multiple ports, and also returns errorlevel, so that it can be used in batch files. I included a sample batch file.
[Login to see the link]
Looking forward to nice comments ,
Lionscribe
UPDATE Feb/8/23
I updated autobooter, and added a python script and example for Linux (and should hopefully work on Mac too), in addition to the original Windows version. To use you will first have to install pyserial package by calling python3 -m pip install pyserial
. Then to use, just call sudo python3 autobooter.py
, and only afterwards plug in a turned off phone.
Apps4Flip-AdminLevel 5 - Gold Elite Member
Awesome Work [Login to see the link] !!
Can we post these on the TCL Flip page on the main site?
LlionscribeLevel 5 - Gold Elite Member
- Edited
Apps4Flip-Admin
Yes, with pleasure.
FliphoneBochurLevel 5 - Gold Elite Member
lionscribe As per the launcher, I "uninstalled the browser" on my Alcatel Go Flip V by following [Login to see the link] post, so the browser technically exists, so I can't install the launcher (because as you said it's the same package name). When I try adb shell pm uninstall
in gives me back Failure [DELETE_FAILED_INTERNAL_ERROR]
. Do you know of a way to actually uninstall the browser?
LlionscribeLevel 5 - Gold Elite Member
- Edited
FliphoneBochur
The reason we chose to use the Browser Package, as that way it will be shown on the launcher page. If you want, and know how to edit apks, you can change the package name to another name that would show up in launcher (There is an ATT app that shows up of exists, but usually does not exist, will have to look up later package name), recompile and sign the app and install.
FliphoneBochurLevel 5 - Gold Elite Member
- Edited
lionscribe If I try the uninstall
command on any preinstalled app, I get Failure [DELETE_FAILED_INTERNAL_ERROR]
, so for any preinstalled app that I removed, I used disable-user
. I'm asking if you know of any way to actually remove the browser (and any other pre-installed) package (instead of just changing the package state), so I could get your app to work.
LlionscribeLevel 5 - Gold Elite Member
FliphoneBochur
Only if you have root. You may also be able to do it on Recovery Mode of you can get there, but also complicated.
I wrote it for theTCL Flip 2, were there are kosher roms out without browser at all.
If someone can pull the Launcher APK from the Go Flip and send it to me, I will take a look what alternate package name we can use. In addition, I never tested it on Go Flip, but we can try.