• LG Classic Flip

T-K most of their apps didn't work on LG classic

  • YYmsLevel 3 - Gold Member

    it worked for me
    i just dont remember what i used to install

      Yms which phone ?

      Yms
      T-K
      Use adb and add "-t" before the apk.
      It should work

        sorry this message is not in place in this discussion, but i see that u know what you're talking.
        i set the developer menu OFF on the schok phone, and now i cant reopen it by clicking on the build number, i tried a factory reset, didn't work.
        any info?

        The new schok update they removed developer options I have friends who told me that he put a app that opens developer options search the play store for one and try that

          how do i get a app from play store installed on my schok phone?

          • TT-KLevel 2 - Senior Member

            Is anyone having an issue with incoming picture messages on the LG Classic? How can I fix?
            Spent a very long time on the phone with Tracfone and got no where

              • TT-KLevel 2 - Senior Member

                Jumptoheaven I'm not so familiar with programming,
                Can you please give me more detailed instructions?

                Thanks

                  T-K when using adb with command prompt;
                  Adb install -t (the APK)
                  Without the parenthesis obviously.
                  (You can just drag the APK onto the command window)
                  If using webadb, I'd imagine you should just add -t then add the APK

                  • T-K replied to this.
                    • AayidLevel 1 - Junior Member

                      Can someone PLEASE help me. I installed VoiceAccess which uninstalls LG's built in voicecommand. I don't like VoiceAccess and therefore deleted it- but I want LG's voice command back. How do I get it back? thank you!

                        ayid factory reset

                        • Myi replied to this.

                          T-K This is a known issue and the main reason we recommend people go with Total Wireless, from what we have seen people have far less issues with them

                          • T-K replied to this.
                            • TT-KLevel 2 - Senior Member

                              So, finally after spending close to 5 hours with Tracfone, we came to the solution (pretty basic πŸ™‚ You have to speak to someone in the Corporate department because they have the tools to see the features on your phone, and then all they have to do is uncheck the MMS feature and re-check it, then you restart your phone and it should work. Pretty frustrating situation, but finally got it to work!!

                                • TT-KLevel 2 - Senior Member

                                  Jumptoheaven I must be doing something wrong because it is not working for me. I'll tell you step by step what I did.
                                  Searched adb on my computer and that brought me to the command prompt
                                  then i typed in > adb install -t (then I dragged the apk file and placed it after the "-t" it came up as an address - meaning like where it is located on my computer ex: C:\Users........)
                                  I got a message saying
                                  'adb install' is not recognized as an internal or external command,
                                  operable program or batch file.

                                  Can you please assist? Thanks! Really not a programmer πŸ™‚

                                    T-K you have to read the instructions on the apps 4flip site. You need to start cmd from the tools folder

                                    • TT-KLevel 2 - Senior Member

                                      Can you send a link to it? I can't find it

                                        Don’t see it on Apps4flip site right now.
                                        try this:

                                        1. Connect your Android device to the computer with a USB cable
                                          The USB mode must be PTP in order for ADB to work. You can usually change this from the notification shade
                                          Make sure to allow USB debugging if a pop-up appears
                                        2. Open the platform-tools folder on your computer
                                        3. Shift+Right Click and select Open command prompt here
                                        4. Type adb devices and hit Enter
                                          You should see a list of attached devices
                                          Now you can enter ADB commands!
                                        • T-K replied to this.