LCD display shattered, connect to PC or TV?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PeterOz
    PCHF Member
    • Mar 2021
    • 4191

    #16
    Originally posted by Alistair_
    it charges, only I can’t toggle from the display β€œfile transfer” of course, any other way to see the drive from the PC, there must be a way surely
    Android phones need to be in debug mode.

    Comment

    • Alistair
      PCHF Member
      • May 2024
      • 56

      #17
      Yes backup was on and it did backup apps phone numbers contacts etc.. but not all the files stored, for example the downloads folder is empty.
      Ouch so this debug mode to access the internal drive storage can be toggled exclusively from the phone?

      Comment

      • PeterOz
        PCHF Member
        • Mar 2021
        • 4191

        #18
        Originally posted by Alistair_
        debug mode to access the internal drive storage can be toggled exclusively from the phone?
        correct.
        There might be a short key - normally it is a couple of steps.

        Comment

        • Alistair
          PCHF Member
          • May 2024
          • 56

          #19
          I’ve read about adb that can let you access your phone simply by inserting it via USB to the PC, from there you use the DOS Prompt and give instructions to the phone. I can see my phone responding to the USB connection to PC (lights up when connected), although so far I can’t see my phone listed when typing β€œadb devices”, but maybe I’m doing something wrong. I’ll keep documenting myself and see if I’m going anywhere. If anyone has experience with adb and fastboot do share.

          Comment

          • PeterOz
            PCHF Member
            • Mar 2021
            • 4191

            #20
            To use adb you have to have debug turned on in the phone.

            Comment

            • Alistair
              PCHF Member
              • May 2024
              • 56

              #21
              Hi, so the procedure in method 1) below which instruct to type this command adb shell settings put global usb_debugging_enabled 1
              is misleading?

              Method 1:
              Code:
              Connect your phone to your computer using a USB cable.
              Open a command prompt window on your computer.
              Type the following command:
              adb devices

              This will list all of the connected devices. Your phone should be listed in the output. 4. Type the following command to enable USB debugging:

              adb shell settings put global usb_debugging_enabled 1
              Code:
              Your phone will reboot and USB debugging will be enabled.
              Method 2: Booting into Recovery Mode
              Code:
              Press and hold the power button and the volume down button at the same time until your phone enters the bootloader menu.
              Use the volume buttons to navigate to the β€œRecovery mode” option and press the power button to select it.
              Your phone will boot into recovery mode.
              Use the volume buttons to navigate to the β€œAdvanced” or β€œOptions” menu.
              Use the power button to select the β€œADB debugging” option.
              Your phone will reboot and USB debugging will be enabled.
              I hope this article was helpful. Please let me know if you have any other questions.

              Comment

              • PeterOz
                PCHF Member
                • Mar 2021
                • 4191

                #22
                Have you got adb server running on your pc?
                When you type adb devices
                what do you get?

                Comment

                • Alistair
                  PCHF Member
                  • May 2024
                  • 56

                  #23
                  When I type β€œadb devices” the phone is not detected. I read that drivers must be installed but not sure if that’s the issue, I sent an email to the manufacturer for these drivers but who knows if that will go anywhere. What is it meant by adb server?

                  Comment

                  • PeterOz
                    PCHF Member
                    • Mar 2021
                    • 4191

                    #24
                    adb server is the software you need to talk to the phone
                    ADB Server is on the Computer
                    ADB Client goes on the phone.
                    Did you install any software on the pc?

                    Comment

                    • Alistair
                      PCHF Member
                      • May 2024
                      • 56

                      #25
                      Hi, no I haven’t installed any software on the PC, following this explanation there was no mention of installing software, and use the prompt. But sure I have no problem to install sotware on the PC if that’s what’s needed.

                      Connect your phone to your computer using a USB cable.
                      Open a command prompt window on your computer.
                      Type the following command:
                      adb devices
                      This will list all of the connected devices. Your phone should be listed in the output. 4. Type the following command to enable USB debugging:
                      adb shell settings put global usb_debugging_enabled 1

                      Comment

                      • PeterOz
                        PCHF Member
                        • Mar 2021
                        • 4191

                        #26
                        does your phone have android 11 or higher?

                        Comment

                        • Alistair
                          PCHF Member
                          • May 2024
                          • 56

                          #27
                          10

                          Comment

                          • PeterOz
                            PCHF Member
                            • Mar 2021
                            • 4191

                            #28
                            How it works
                            Find out about the Android Debug Bridge, a versatile command-line tool that lets you communicate with a device.

                            Comment

                            Working...