Wednesday 6 August 2014

How to copy hidden files in hide it pro to computer

In order to copy hidden files in hide it pro to a computer, you need to have following things.
1. adb
    In linux,  you can install adb by typing

    $ sudo apt-get install andoid-tools-adb

    In window you can simply download adb.

2. Computer
3. Android device with hide it pro application.

Before connecting your android phone to the computer enable USB debugging from the developers options in the settings. If developer options donot appear in the settings menu, then go to "About Phone" in the setting and tap on "model no." 5 times. Then developer options will appear in the settings. Now connect your device to the computer.

In windows, when you run adb, command prompt will appear and in linux you can open terminal to do following steps.

$ adb shell
$ adb pull
$ adb pull sdcard/ProgramData/Android/Language/.fr ./

Now, all the content of your hide it pro will be copied to your current directory.

If you want to copy something to hide it pro, from your computer. Then use following command in place of last command

$ adb push file.png sdcard/ProgramData/Android/Language/.fr 

2 comments:

  1. I cannot turn USB debugging on because my s6 screen is completely broken..will this still work?

    ReplyDelete
  2. Mayday!
    Kind of sad. Issues like this crop up and no one even attempts to broach the subject. I'm in the same shape. Does anyone have an answer? Debugging is Not turned on. The screen/display is broken. These pictures are evidence. Can they possibly be recovered?

    ReplyDelete