Update README.md

Esse commit está contido em:
wellton
2016-03-27 18:43:07 -03:00
commit ec41dde260
+19 -14
Ver Arquivo
@@ -1,35 +1,40 @@
# sdat2img # sdat2img
Convert sparse Android data image (.dat) to filesystem ext4 image (.img) Converte uma imagem de dados android (.dat) para imagem com sistema de arquivo ext4 (.img)
## Requirements ## Requisitos
This binary requires Python 3.x installed on your system. É necessário ter o Python 3.x instalado em seu sistema.
It currently supports Windows x86/x64, Linux x86/x64 & arm/arm64 architectures. Atualmente suporta Debian (e seus variantes x86/x64), Windows x86/x64 & arquiteturas arm/arm64
## Usage ## Uso
``` ```
sdat2img.py <transfer_list> <system_new_file> <system_ext4> sdat2img.py <transfer_list> <system_new_file> <system_ext4>
``` ```
- `transfer_list` = input, system.transfer.list from rom zip - `transfer_list` = entrada, system.transfer.list do zip da rom decompactado
- `system_new_file` = input, system.new.dat from rom zip - `system_new_file` = entrada, system.new.dat do zip da rom descompactado
- `system_ext4` = output ext4 raw image file - `system_ext4` = saída ext4 do arquivo de imagem
## Example ## Exemplo
This is a simple example on a Linux system: Este é um exemplo simples em seu sistema Debian (e variantes);
``` ```
~$ ./sdat2img.py system.transfer.list system.new.dat system.img ~$ ./sdat2img.py system.transfer.list system.new.dat system.img
~$ mkdir output ~$ mkdir imagem
~$ sudo mount -t ext4 -o loop system.img output/ ~$ sudo mount -t ext4 -o loop system.img imagem/
``` ```
## Info ## Infomação
For more information about this binary, visit http://forum.xda-developers.com/android/software-hacking/how-to-conver-lollipop-dat-files-to-t2978952. Para mais informações sobre este binário, visite http://forum.xda-developers.com/android/software-hacking/how-to-conver-lollipop-dat-files-to-t2978952.
## Tradução
Traduzido por Wellton Costa de Olivira
www.wellton.com.br