got it. i did pm disable-user --user 0 com.android.email and it disabled email

Biden2020prez I have had no luck installing launcher after removing it from system. Did you actually rm the directory in priv-app or only use pm disable? And was this on the TF or another phone?

Have others been able to replace Launcher in data? Mine was crashing because of a status bar permission. For now I removed that notification code.

Next I trimmed down two methods which Tct modified to hard code the app list. I tried tidying up the smali by hand and somehow lost a variable and it kept crashing because of missing icon for built-in apps... So for the moment, a teaser, with all the icons hardcoded to one I found hah

Launcher3 All Apps Launcher3 321x428

The major edit is in com.android.launcher3.Launcher.bindAllApplications(). I also removed calls to mGflipComparator from com.android.launcher3.allapps.AppInfoComparator.compare(). It looked necessary but I didn't see what happens if I didn't remove it. It probably only makes the sorting weird when mixed up with apps not in the list.

I hate to ask but I've tried several times with no luck. I have a Tracfone T408DL. I boot the phone into fastboot mode, I run 'fastboot flashing unlock', I press volume unlock and the phone proceeds to unlock the bootloader, next I run 'fastboot flash boot neutron.img' the cmd line seems to indicate it. works and I run 'fastboot reboot'. I then run through initial set up and dial *#*#217703#*#* to bring up the app list. However, I never see "Launch Magisk (stub downloader)". I just see the normal apps and other than the factory reset nothing seems to actually have happened. I've also tried flashing neutronscott recovery image but once again this seems to do nothing. I'm at my wit’s end. Any help is greatly appreciated. I feel like I'm just skipping a step or doing something dumb thats preventing the process from working.

    swagmastuh The list will only say Magisk. It may take a reboot for it to show.

    Recovery is entered with "adb reboot recovery" or holding volume down while restarting the phone.

      neutronscott WOW!!!! The reboot worked. I can't believe I never tried that. I rebooted and sure enough Magisk showed up. I knew I was just being dumb. Many thanks!

      neutronscott Hello again, I have one last question. How do I enable APK installation? Or do I need to install APKs via adb? I've enabled developer options, removed write protection on emmc and enable PackageManager via my super user adb shell cmds. However, trying to install APKs that are on my SD card are still not allowed. Thank you in advance.

        swagmastuh hmmm should. reboot again? heh. I noticed today it doesn't launch in time if you break stuff but not sure what's going on with yours. I have only used adb myself. Some apps have no signature and those won't install

          swagmastuh I've been rebooting a lot today and it seems more often the APK installations fail. I might make a new boot.img that runs the command earlier in the init process but until then you can resolve it by resetting the parameter and restarting the Android system (as long as Magisk got installed and setup):

          C:\>adb install Launcher3.apk
          Performing Streamed Install
          adb: failed to install Launcher3.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE: Failed rename]
          C:\>adb shell su -c resetprop -n ro.vendor.tct.endurance true
          C:\>adb shell su -c setprop ctl.restart zygote
          C:\>adb install Launcher3.apk
          Performing Streamed Install
          Success

          neutronscott No, his issue is he is trying to install apps from the file manager. Either do adb or send files through bluetooth and install through notifications. (If you install another file manager app it will let you install apks)

          Long delay but I ended up just installing apps via adb. I installed F-Droid which can install the APKs it downloads without issue.

          • TtechyLevel 3 - Gold Member

            • Edited

            darth How did you disable it?

            Does anyone know if this phone has nfc?

              • HHi1Level 3 - Gold Member

                • Edited

                Can anyone explain me exactly how to install apps on that phone I think that there is no clear instructions in this whole thread I tried to follow [Login to see the link] instructions I installed mtk meta and when I press on reboot fast boot mode it pops back no device found (usb Debugging is on)

                  Hi1 You need to first click reboot fastboot mode, then plug in your powered off phone into the computer, then it should work. It will not work if you dont have mtk drivers installed, and fastboot commands wont work without fastboot drivers installed.

                  • Hi1 replied to this.
                    • HHi1Level 3 - Gold Member

                      • Edited

                      flipphones123 thanks for that info, the usb option needs to be on a specific setting like transfer files or charging? ( I don't have midi option on this phone)

                      • HHi1Level 3 - Gold Member

                        flipphones123 I installed mtk drivers and I'm still getting the same error basically I get the error when press reboot fast boot mode and I plug in the device and it's loading for a while and it pops up no device found

                          • HHi1Level 3 - Gold Member

                            lgexalter1 right I'm just thinking y it's not working