Abstract: Tutorial: Mobile phone data recovery Android device built-in memory information creates a mirror towards the computer system for data recovery. At present, Android phone mirror information recovery is actually a problem that puzzles absolut |
This short article mainly details the strategy of directly mirroring Android to the laptop or computer. At present, Android phone mirror data recovery can be a problem that puzzles everyone, especially the data recovery of mobile phones with no SD cards, which can be not uncomplicated to accomplish.
Prior to I created a Samsung W2013 mobile telephone, its information and sdcard are unique directories on a partition (ext4). At that time, I did n’t assume about it, just ddif = / dev / block / mmcblkxpxof = / sdcard / information.img Soon after the data recovery, I was dumbfounded. The utilised space within the data region was also increasing when I was mirroring. The information was overwritten !!! I later discovered the speak to in the mobile phone in the customer's backup. A false alarm.
Now I will introduce a system for you to directly mirror the internal storage from the telephone to the computer and save it to any partition.
Ahead of introducing you to this process, let's take a look at our preparations: 1. The mobile phone must have ROOT permission two. The mobile telephone have to be turned around the debugging mode 3. The mobile phone must have a communication channel using the outdoors planet. four. To understand the hanging of your Information location Load point. five. To know the corresponding mirror command (dd) 6. The laptop should have the corresponding tools (nc.exepv.execygwin1.dll and also the necessary adb.exeAdbWinApi.dllAdbWinUsbApi.dll) These tools are all put It's in the C: \\ ADBshell \\ adbhelp directory.
The objective of our mobile telephone storage should be to do information recovery, so we've got a prerequisite: the mobile phone's Information partition guarantees that no data is written
1. The description of ROOT I'll not talk in regards to the ROOT technique here. There are various on the net techniques. Let ’s decide on it. For some mobile phones for example HTC and some Sony Ericsson mobile phones, if you would like to ROOT, you should initially unlock it. ROOT can't be obtained.
You will discover 3 techniques for basic ROOT,-ROOT tool especially for any particular style of mobile telephone .:-One-click ROOT tool on the computer side-ROOT tool on the mobile side.
I've a fourth approach. This process can make some phones get ROOT when they are turned off, and then get a mirror. This is one of the most complete technique for acquiring ROOT.
For all those who can not come across a particular form of ROOT tool, I propose: 360 one-key ROOT on the computer system side, I've tested, when employing this software ROOT, the quantity of data written inside the Data region is at the least (significantly less than 1MB). In case the laptop or computer Even though the ROOT tool on the terminal cannot ROOT this mobile phone, the ROOT tool around the mobile phone is utilised. ROOT is better than nothing.
two. The description from the debugging mode This needless to say. Open it around the line. As for ways to open the debugging mode on the phone, every person baidu in regards to the relevant know-how. Here won't say substantially.
3. Directions to the outside planet. This should make use of the renowned nc tool. You are able to discover the description of this tool in the World wide web. I try to remember employing this tool as a backdoor a lengthy time ago. But I have not been a hacker for a lot of years.
Following the preparation is completed, the mirroring operate begins now. The mobile phone is connected to the computer system. Figure 1 The mobile phone and laptop are in superior connection. This shows that the mobile phone and computer are in excellent situation. If it can be an Android tablet, it can be equivalent. In the event the (AndroidPhone) device will not appear, you have to Download the corresponding mobile phone driver from the Net. Note: Do not use third-party mobile phone management software when downloading the mobile phone driver. Like QQ mobile housekeeper, 91 assistant, pea clip, and so forth. diskgetor data recovery free download will install the corresponding software program on the mobile telephone. It truly is a taboo in data recovery . You'll want to download the direct driver in the Online. Or let the win7 system look for the corresponding driver. XP students, upgrade to win7. Subsequent step: open cmd and enter the directory exactly where adb.exe is located . Figure 2 Enter the command to find out the connected mobile phone, enter the corresponding command, everyone sees, there's a (ZTE-N881F) mobile phone. For the convenience of recovery, it is actually greatest to connect only the mobile phone that needs to be restored towards the pc, otherwise it can appear a lot Difficulty. The goal of entering this command is always to see if the telephone to be restored has been connected towards the computer. If the driver in the phone is installed, soon after entering this command, In the event the phone connected for the personal computer is not available, you need to upgrade your adb.exe with all the newest version in the tool. When you make use of the most current version of adb.exe, you nevertheless cannot come across your phone. This needs to be dealt with separately. You'll be able to attempt to replace it Laptop or computer. In diskgetor data recovery free download modify the laptop, it still doesn't function. Then join my experienced coaching O (∩_∩) O haha ~. The following step is always to identify whether the mobile phone has the nc pipeline tool. The command input is as follows: Figure 3 judge whether or not it is around the mobile phone There's a pipeline tool. If the word BusyBoxv1.two.0.2xxxxx (2012-xx-xxxx: xx) seems on the next line, it suggests that the busybox tool is installed around the phone. We desire to use the nc subcommand of busybox. If prompted Busybox just isn't installed, we've to set up busybox around the telephone. Note: The tool to set up busybox is also difficult. We are nonetheless a principle, under no circumstances write any information in the Information partition. On line tutorials are installed around the mobile phone apk Software program. Soon after carrying out so, the mobile telephone will probably be covered in some regions within the Data region. For mobile telephone forensics, that is undesirable. In the next article, I will inform you the best way to bypass the Information location if there is absolutely no busybox application on the phone. Install busybox on the phone. Now the tools are offered.
four. Get the mount point in the Data region of the mobile telephone. We can make use of the mount command. Figure 4 Get the mount point of your Data partition. We realize that the partition mounted by the Data partition is / dev / block / mmcblk0p13. Not surprisingly, this case is comparatively uncomplicated Right after running the mount command, we straight give us the mount point. For some mobile phones that do not straight give us the mount point, we've got to get the mount point from the information partition through other techniques. This mount point is usually / dev / block / mmcblkxPx
five. Mirror command is typically employed for high-end mobile phones, we use dd to shop the mirror image within the phone. For low-end mobile phones, dd command will likely be incorrect. We can only make use of the cat command to mirror. The format in the dd command is usually a lot of on-line. Use this command It should be noted that following the if may be the supply address, that is the mount point of the information partition. Right after the of could be the target address. Now we get started mirroring: very first set the port mapping of adb. Figure five opens port 52330 of tcp. Obviously you may also Adjust for your personal port and enter the shell of your mobile phone. Figure six Enter the shell in the mobile telephone. Every person really should spend focus to distinguish. All commands entered soon after getting into the shell from the mobile telephone are commands around the mobile phone. In other words, the present mobile phone is equivalent to our Broiler.
At present, my mobile telephone has specific processing, ROOT permission taken directly right after getting into the shell. For the mobile phone where $ appears, you need to enter yet another command su (no ought to enter the ROOT password), in order that you can use the ROOT permission on the mobile telephone.
When entering su, please pay focus to observe whether the mobile telephone must be authorized (some mobile phones require us to authorize the shell, and a few don't must). In the event the telephone pops up and demands authorization, let it. Next, enter the mirror command: Figure 7 Enter the mirror command.The command signifies: use the nc gadget to open a 52330 port (-l-p52330) around the phone.If there is a system connected to this port, execute the command immediately after -e.The dd command is to do information Mirror. The main function of nc would be to transmit the input information from 1 finish with the network for the other finish to output. Just after the command is completed, there's a white block blinking. At this time, the command on the mobile phone is completed. Then open a cmd, Make use of the nc tool to connect for the 52330 port, and save the data to the F: \\ 330wang directory. Figure eight The nc command around the computer system side. Pay focus to it. Now use the nc.exe around the laptop or computer side to connect for the 52330 port just now. recovery software to the fact we setup at the beginning Port mapping, we are able to use nc.exe to connect straight. Figure 9 mirroring process At this time, it is possible to make use of the USB cable to mirror the information partition to the F drive on the pc. Tell everybody concerning the pv.exe command. It's a little tool that displays the quantity of data transferred as well as the present speed. -I1 will be to display information every second. -I0.five should be to display information each 0.5 seconds. Keep in mind to add a space soon after. Not surprisingly, if it is actually as well troublesome, You'll be able to also enter nc127.0.0.152330f: \\ 330wang \\ information.img straight within the CMD. The mirroring operation is completed. The rest is to wait for the mirroring to finish. The speed of the mirroring is related to the mobile telephone. Figure ten The mirroring is completed Just after the mobile telephone display is shown in Figure 11, soon after the mirror is completed, the computer system show shows the following. Use the information recovery computer software to open the data.img in the F disk 330wang directory for scanning. Provided that it could assistance ext4, let's say winhexr-studioUFS.
When you have any questions or suggestions following reading this article, you may go to the INTOHARD Mobile Information Recovery Technology Forum to go over and exchange. . [Take a list of beans in Wanli] Top1000 ↑ http: //www.douban.com/doulist/39765625/▓The most popular bean list among bean pals: [Selected bean list in bean list] New abilities get√http : //www.douban.com/doulist/38850815/ Secret? New expertise get√ Technology home? Secret http://www.douban.com/doulist/41283366/#▓The most relaxing PPT tutorial in history http: // www .douban.com / doulist / 38846619 / ▓Top one hundred preferred game rankings of netizens Top100http: //www.douban.com/doulist/38843183/♀More boutiques: http://site.douban.com/191976/♂ Shared by: http://www.douban.com/group/yaoqingzhuce/Download the electronic version of this short article: Mobile phone data recovery Android device built-in memory to create a mirror
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |