11 days later

Many thanks to everyone here who made it possible for me to have a flip phone again! I have the 4058W and use it on cricket/att. I'm a triple amputee and only have one hand with fingers so I wanted a smaller phone for pocket real estate.
I did neutronscotts root and can install APKs, but mainly I wanted to keep my streaming music services. Amazon Music runs just fine on the My Flip 2.
Has anyone found a better launcher experience? If I could put apps to scroll through on the home screen that would be great! Also, this gone doesn't come stock with a voice to text, so could someone suggest a voice typing that might work?
I'm 50, and back in the day I could T9 text a paragraph driving in the work truck and never look at the phone. Excited to daily drive a phone that doesn't ding every 3 seconds.

    • KKgrLevel 1 - Junior Member

      • Edited

      whynot I followed everything and got a success when sideloading through adb, however i can only open the app through typing the code, is there a way to open the app without the code?

        • WwhynotLevel 5 - Gold Elite Member

          • Edited

          Kgr Here is an [Login to see the link] from [Login to see the link]. It will launch when you press the up key from the Home Screen, or you could install it as a system app and it will show up in the regular app menu as browser or att unlock depending on which version you use.

          • Kgr replied to this.

            smoakeater Good luck on your flip phone journey. To see your apps you can dial *#*#217703#*#*. You can also install ListLauncher and set it as a shortcut key in settings or the launcher from [Login to see the link].

            And as ZTEGuy said, you can use "Voice Access" for voice to text. If you need to install a (virtual) mouse, you can use [Login to see the link] by [Login to see the link].

              • KKgrLevel 1 - Junior Member

                whynot As an alternative I found a really nice launcher called Niagra Launcher that works great with this. It requires some touchscreen setup so i used the scrcpy screen control command thing and set it up and im very happy with it.

                  Kgr Can you pls post the link to where to where you found it?

                  Is there any way to install apks without root, i cannot really follow?

                    FliphoneBochur These instructions are great thanks!

                    For step C, I plugged in my powered off phone and ran autoboot, but after saying 'Running MTK Fastbooter on COM4,' its just outputting a bunch of dots. Has been for about 10 min. Is this normal? Do I just wait for it to finish? How long should it take? Sorry, just new to all of this. Thanks!

                    Also, when I run adb, it just opens and closes super fast...

                    I have been in contact with tracfone and tcl and it seems they will not give the the original AOSP rom/firmware to the phone because, well, because they don't want to. Does anyone have the original phone firmware that I can get so I can flash my phone back to original state? It seems that following the steps to do everything here WITHOUT updating to the KEEZ update breaks things so my phone is stuck in the setup phase and cannot move forward. It is clearly a software issue so flashing the original firmware would fix it and I could start over. As it is, I cannot get into the operating system since I cannot pass the 'enable wifi' step in the setup.

                    EnriqueMcquade
                    Is the firmware for unlocked phone or locked Tracfone? Is there a difference? Can I load your firmware into a locked tracfone?

                    Okay I finally did it! I was able to go through all the steps and sideload some apks. Next step for me is getting this mouse to work. I saw some of the instructions for doing it, but I seem to be stuck with magisk. I have it on my phone and can open it fine. However, am I supposed to update the app right away within my phone? If so, when I do this it says:
                    ! /dev/block/mmcblk0p33 is read only
                    ! Installation failed

                    Is there a developer setting I can enter to make this possible?

                      Ppotecha try running:

                      adb shell su -c /vendor/bin/write_protect 0
                      adb reboot
                      

                      Then open Magisk and try again

                        Biden2020prez Worked! Thanks!

                        Final thing I'm trying to do: how exactly do I get the v2mouse onto the phone? I tried running
                        adb shell su -c magisk --install-module /path/to/vmouse.zip
                        but I'm a bit new to this so I think I did something wrong. Do I place the entire zip file into the same folder that I'm running adb from? When I run the command, it says the argument (/path/to.....) doesn't exist. Just learning to use cmd, so how do I get the exact path to the zip file to run the command?

                          Ppotecha Here is a simple breakdown. The phones internal storage is called /sdcard. So, if the zip is in the root of internal storage (i.e. the same directory as the Download, Documents, Music Folders), it would be /sdcard/vmouse(2).zip

                          if its in download it would be /sdcard/download/vmouse(2).zip

                          the (2) is in case its vmouse2.zip