I found this in my warehouse, its ZTE Cymbal z33v, but I think it's a different phone. Please confirm or deny.

    25 days later

    There are several variants of this device. They do in fact all run android, Some are based on 8.1 and others run 10.

    It's sold as the ZTE Cymbal 2 (Z2335CA) , ZTE Cymbal U / Consumer Cellular Link II (Z2335CC) and the Telstra Flip 3.

    I have both a Z2335CA and the Consumer Cellular Z2335CC. The Z2335CA cant install apps but you can access ADB to disable the built in ones.

    Tap on the build number a few times in the settings to enable developer options and turn on USB debugging. Then try the steps posted above.

    I have removed apps on the consumer cellular link II, adb works just fine

    a month later

    Can the Consumer Cellular link ii install apps?

      You can install apps, but none that need data

      you have to use adb to install, btw

      The problem is whenever you launch an app the bottom bar is still there.
      And the controls vary based on what it says there.

      9 months later

      how do you uninstall apps that you installed i cant find it it anywhere and i dont know working command for adb

        abekomi Run pm list packages -3 to list all installed app packages, and then run pm uninstall followed by the package name to uninstall.