Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: command prompt to samsung galaxy j2 model SM-J200F  (Read 4010 times)

0 Members and 1 Guest are viewing this topic.

Deon

    Topic Starter


    Rookie

    Thanked: 1
    • Experience: Beginner
    • OS: Windows 8
    command prompt to samsung galaxy j2 model SM-J200F
    « on: February 13, 2017, 01:58:30 AM »
    Greetings,
    Windows 7, my computer show the device as "Galaxy J2". How do i access this device from the command prompt? Thanks.

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: command prompt to samsung galaxy j2 model SM-J200F
    « Reply #1 on: February 13, 2017, 06:04:51 AM »
    Why do you need to access it from command prompt? What are you trying to do so we can better assist if its even possible or not?

    Deon

      Topic Starter


      Rookie

      Thanked: 1
      • Experience: Beginner
      • OS: Windows 8
      Re: command prompt to samsung galaxy j2 model SM-J200F
      « Reply #2 on: February 14, 2017, 12:35:37 PM »
      Thank you, I want to run eg. dir/s to analysis the files on the mobile phone.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: command prompt to samsung galaxy j2 model SM-J200F
      « Reply #3 on: February 14, 2017, 01:03:08 PM »
      You can't. At least, not easily.

      Phones do not connect as Mass Storage devices. They connect, instead, via the Media Transfer Protocol. They don't appear as storage drives, but instead are interfaced via a different protocol. This is out of reach of the Command Prompt in general.

      The only way to get this, I think, would be to root the phone and install some sort of software designed to allow the phone to be exposed as a Mass storage device instead of an MTP device.

      Maybe it can be manipulated directly via Powershell?
      I was trying to dereference Null Pointers before it was cool.

      Salmon Trout

      • Guest
      Re: command prompt to samsung galaxy j2 model SM-J200F
      « Reply #4 on: February 14, 2017, 01:14:13 PM »
      You can install an SSH or Telnet server on an Android phone and open a console to it.

      Deon

        Topic Starter


        Rookie

        Thanked: 1
        • Experience: Beginner
        • OS: Windows 8
        Re: command prompt to samsung galaxy j2 model SM-J200F
        « Reply #5 on: February 15, 2017, 01:53:57 PM »
        Thank you, I have installed telnetd on mobile. Please explain to me the steps how to use it. Thank you.