A
Arabunlock

    • Apr 5, 2023
    • Joined Apr 3, 2023
    • 0 points
    • looks like all the good stuff is read-only. after poking around for a day I did find one useful thing:

      settings put global hotspot_entitlement_check_mode 0

      That let me turn on hotspot.

      *#*#9663223#*#* enables editing APN

      • darthLevel 6 - Platinum Elite Member

        • Edited

        Update 09/19/20: I have made a thread with custom ROMs and instructions how to install them, [Login to see the link]
        Update 09/09/22: [Login to see the link] Who has done the important work to hack this phone has a wiki with all the important information about this phone. His work can be found [Login to see the link],

        Update 09/01/22: Thanks to [Login to see the link] we now have the ability to install apps!

        Original Post:

        Does anyone have this phone? It looks different than the Alcatel My Flip 2 and the TCL My Flip2. According to Tracfones website it runs Android 11 and has more storage and ram than the My Flip. Is it the same thing or actually a new phone?

        Tips about this phone:
        Enable ADB: *#*#DEBUG#*#* (*#*#33284#*#*)
        Disable Apps with adb:
        Browser: adb shell pm disable-user --user 0 org.chromium.chrome
        Texting: adb shell pm disable-user --user 0 com.android.mms

        Secret Codes:

        • Launcher list all apps: *#*#217703#*#*
        • Barometer Calibration: *#*#1013#*#*
        • Carrier Choose: *#*#22384#*#*
        • Testing Settings *#*#73884647#*#*
        • Enable APN editing: *#*#9663223#*#*
          • sdmdeLevel 3 - Gold Member

            • Edited

            To Kasher the Sonim XP5 Verizon ONLY, you need to flash the system image. This is a different process than just removing the browser app. It will fully rewrite the OS of the phone with a new kosher, browserless operating system. Since this is a process
            Here are the steps:
            1) First you need to Enable USB debugging:
            Dial ##2387##
            then go to developers options, find USB debugging, and turn it ON

            2) Once you have control over the device from adb, use the command:
            adb reboot bootloader
            which will restart the device. You should see the bootloader menu appear after a few minutes.

            3) Now your device is ready, you just need to get the image files. Download the files [Login to see the link] , and extract them all to the platform-tools folder. (root directory, no subfolders)
            4) Once its all copied you can run these commands:
            adb reboot bootloader
            fastboot flash boot
            fastboot reboot-bootloader
            fastboot format system
            fastboot flash recovery
            fastboot flash system
            fastboot flash splash
            fastboot reboot
            after a few minutes your phone should boot up, with your new, kosher operating system. Thanks [Login to see the link] for writing this.