我想使用adb或任何其他方式在sdcard或我的电脑上拍摄我的android系统分区的原始图像..如果他们是方式,请帮助
我想使用adb或任何其他方式在sdcard或我的电脑上拍摄我的android系统分区的原始图像..如果他们是方式,请帮助
I want to take raw image of my android system partition either on sdcard or on my pc using adb or any other way.. if their is way please help
如何从Android获取系统转储:
准备您的pc
确保您的计算机已安装最新版本的Java开发套件。如果没有,下载和安装来自 Oracle的Java SE下载页面。
导航到下载Android开发人员网站的Android SDK页面在Web浏览器中将安装程序包下载到您的计算机。双击下载的文件并按照安装提示。
在Windows资源管理器中导航到安装SDK的位置。默认情况下,这是C: Program Files Android Android-SDK。
双击SDK Manager以启动它。在左窗格文件树中,选中"Android SDK平台工具" 旁边的框。单击"安装包" 。出现一个确认窗口。单击"接受全部" 旁边的单选按钮单击"安装" 。出现进度条。
准备手机
从主屏幕按下手机的菜单按钮。点按"设置" 。出现"设置" 菜单。
点击"应用程序" 。在"应用程序设置" 菜单中,点击"开发" 。
选中"开发" 菜单中的"USB调试" 旁边的框。
获取系统转储
在PC键盘上同时按"R" 和Windows键以显示运行框。键入"cmd" 。
在命令窗口中键入以下内容:
cd C:Program FilesAndroidandroid-sdkplatform-tools
类型"adb.exe shell。"
类型 su dd if=/dev/block/stl6 of=/sdcard/factoryfs.rfs
在abd shell提示符下。将"/sdcard/factoryfs.rfs" 替换为将文件复制到如果您不希望它在手机的SD卡上。
完整地从本网站中复制
Here's how to get a system dump from Android:
Prepare Your PC
Ensure that your computer has the most recent version of the Java Development Kit installed. If it doesn't, download and install the most recent JDK from Oracle's Java SE Downloads page.
Navigate to the Download the Android SDK page on the Android Developers website in a Web browser and download the installer package to your computer. Double-click the downloaded file and follow the installation prompts.
Navigate in Windows Explorer to the location where you installed the SDK. By default, this is C:\Program Files\Android\android-sdk.
Double-click the SDK Manager to launch it. In the left pane file tree, check the box next to "Android SDK Platform-tools." Click "Install Packages." A confirmation window appears. Click the radio button next to "Accept All." Click "Install." A progress bar appears.
Prepare Your Phone
Press your phone's menu button from the Home screen. Tap "Settings." The Settings menu appears.
Tap "Applications." In the Application Settings menu, tap "Development."
Check the box next to "USB Debugging" in the Development menu.
Get a System Dump
Press "R" and the Windows key simultaneously on your PC keyboard to bring up the Run box. Type "cmd."
Type the following into the command window:
cd C:\Program Files\Android\android-sdk\platform-tools
Type "adb.exe shell."
Type su dd if=/dev/block/stl6 of=/sdcard/factoryfs.rfs
at the ABD shell prompt. Replace "/sdcard/factoryfs.rfs" with the location to copy the file to if you don't want it on the phone's SD Card.
Reproduced in full from this site
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有