Enviado em 26/07/2016 - 02:12h
Bom dia caros colegas... venho tentando extrair algumas Rom's AOSP com android > 5.0 quando então me deparo com o arquivo system.new.dat. Pois bem já tentei extrai-lo com algumas ferramentas como Extract Compress (acho que muitos conhecem) e quando tento o ./extractor.sh eis o que aparece:
root@rodhes-zozi:/home/rodhes/Downloads/ExtactCompressOnePlus2# ./extractor.sh
Skipping zero command.
Copying 32767 blocks into position 0...
........
Done! Output image: /home/rodhes/Downloads/ExtactCompressOnePlus2/system.img
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
mkdir: é impossível criar o diretório “output”: Arquivo existe
umount: ./outpu: not mounted
... e nada feito!!! também já tentei criar o .img diretamente com o sdat2img.py; ele até cria mas no momento em que eu tento " $mount -t ext4 -o loop system.img output/ , ocorre o mesmo:
root@rodhes-zozi:/home/rodhes/Downloads/ExtactCompressOnePlus2# mount -t ext4 -o loop system.img output/
mount: wrong fs type, bad option, bad superblock on /dev/loop2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Utilizo o Ubuntu Studio mas mesmo em outras Distros que tentei as msgs sao as mesmas . Agradeço se alguém puder ajudar.
root@rodhes-zozi:/home/rodhes/Downloads/ExtactCompressOnePlus2# ./extractor.sh
Skipping zero command.
Copying 32767 blocks into position 0...
........
Done! Output image: /home/rodhes/Downloads/ExtactCompressOnePlus2/system.img
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
mkdir: é impossível criar o diretório “output”: Arquivo existe
umount: ./outpu: not mounted
... e nada feito!!! também já tentei criar o .img diretamente com o sdat2img.py; ele até cria mas no momento em que eu tento " $mount -t ext4 -o loop system.img output/ , ocorre o mesmo:
root@rodhes-zozi:/home/rodhes/Downloads/ExtactCompressOnePlus2# mount -t ext4 -o loop system.img output/
mount: wrong fs type, bad option, bad superblock on /dev/loop2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Utilizo o Ubuntu Studio mas mesmo em outras Distros que tentei as msgs sao as mesmas . Agradeço se alguém puder ajudar.