• Tech Help

It's stuck on the boot screen and won't get past it,after the animation I can connect via adb but it won't restart past that point. When I trigger what I'm guessing is a recovery mode there's the image of the Android robot opened up and the message no data. No options are provided

    • TechgenLevel 6 - Platinum Elite Member

    di2020 Im not sure what you did (or what happened to the phone) to get stuck in that situation, if you cant reset try searching for a factory image for your phone, and flash it to your device using fastboot that comes with adb

    • TechgenLevel 6 - Platinum Elite Member

    mg5077 adb shell recovery --wipe_data or adb shell wipe data. There's also a way to do it with fastboot if it doesn't work

      • TechgenLevel 6 - Platinum Elite Member

      [Login to see the link] you can try restoring with ADB like I just posted to mg5077 if it doesn't work let me know and I will post instructions for fastboot (it's a little riskier, but if it's stuck anyway...)

      both wipe data options didnt work with webadb and i checked if fastboot was enabled with fastboot devices. i might try later with a local adb and fastboot program

      • TechgenLevel 6 - Platinum Elite Member

      mg5077 You have the same problem? You can try doing it while in recovery mode, or boot to fastboot, adb reboot bootloader, then do fastboot devices to make sure it shows up, then try fastboot erase userdata and fastboot erase cache and restart with fastboot reboot. (If all else fails you can try fastboot -w)

        Techgen on webadb I got this error
        1|gf3:/ $ pm install -g AppManagerLG
        Error: Can't open non-file: AppManagerLG

          • TechgenLevel 6 - Platinum Elite Member

          mg5077 Um, you prob need the location of the file i.e. C:/user/desktop/appmanagerlg.apk, and end with .apk

            7 days later

            Techgen wen I run .\fastboot devices I didn't get any response
            (I have successfully installed the platform tools for windows)

              mg5077 this is what I got
              PS C:\adb> .\fastboot erase userdata
              < waiting for any device >

                • TechgenLevel 6 - Platinum Elite Member

                mg5077 Is your phone in bootloader mode?

                  mg5077 If it looks regular, then its not in bootloader mode. there usually is a way to do it by pressing power on + volume down/up or some combination of buttons depending on the phone

                    mg5077 on the exalt, it's the end and volume down key simultaneously.

                      Techgen still got this error
                      c:\adb\adb shell pm install -g c:/AppManagerLG.Apk
                      Error: Can't open non-file: c:/AppManagerLG.Apk
                      or
                      c:\adb\adb shell pm install -g c:\AppManagerLG.Apk
                      Error: Can't open non-file: c:AppManagerLG.Apk
                      I copied the file to (c🙂