PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: How extract "UNUSE file with ADB shell tool and USB drive for Hi3798MV200 device  (Leído 1319 veces)

Registrado:
23/04/2018
Gracias:
116/129
Mensajes
96
How extract "UNUSE" file with ADB shell tool and USB drive for Android 7 Hi3798MV200 device

This method allows you to make a full backup

and download the files of your Hi3798MV200 Android 7 device without the need of the Hitool loader.

Especially the core files, which are suitable to fix initialization failure problem and also not working IKS server problem.



deviceinfo

Code ADB shell : cmd read

cat /dev/block/mmcblk0p4 > /mnt/media_rw/sda1/mmcblk0p4.img


private.ext4

Code ADB shell : cmd read

cat /dev/block/mmcblk0p16 > /mnt/media_rw/sda1/mmcblk0p16.img


unuse

Code ADB shell : cmd read

cat /dev/block/mmcblk0p19 > /mnt/media_rw/sda1/mmcblk0p19.img


deviceinfo

Code ADB shell : cmd write

cat /mnt/media_rw/sda1/mmcblk0p4.img > /dev/block/mmcblk0p4


private.ext4

Code ADB shell : cmd write

cat /mnt/media_rw/sda1/mmcblk0p16.img > /dev/block/mmcblk0p16


unuse

Code ADB shell : cmd write

cat /mnt/media_rw/sda1/mmcblk0p19.img > /dev/block/mmcblk0p19





https://www.mediafire.com/file/odjflonzywzngdx/Tool-ADB-shell-to-read-write-unuse-mmcblk0p19.img-Hi3798MV200-Android-7-devices.rar/file


1‐ Install ADB drivers on your computer adb‐setup‐1.4.3

2‐ The computer and receiver must be connected to the same Internet network

3‐  Install USB FAT32 key in the receiver

4‐ After installing the Open Hidden Settings‐v1.2.apk application

5‐ Go to menu then app and press ok. Open Hidden Settings‐v1.2.apk

6‐  After that, from Settings, enter Developer Options and then activate the USB Debugging option

7‐ Extract the IP of the receiver and replace it in the file 1st_cmd.cmd in place of the IP 192.168.8.100

using the right mouse button and then edit or modify

8‐ Double click on the file 1st_cmd.cmd, a black interface will appear

9‐ Do not close the black window. Open cmd read ott750‐ott750 allure‐sda1-sdb1.txt

and copy cat /dev/block/mmcblk0p19 > /mnt/media_rw/sda1/mmcblk0p19.img

or the line cat /dev/block/mmcblk0p19 > /mnt/media_rw/sdb1/mmcblk0p19.img

10‐ Then paste it in the black window, then from the keyboard, press enter. Do not close the black window

11‐ You will get a file on the USB memory called mmcblk0p19.img It is your device's “unuse” file

12‐  If your device falls into initialization fail, return the mmcblk0p19.img file to the USB key and re‐install it on the receiver

13‐ And when the file manager appears, repeat stages 4, 5, 6, 7, and 8

14‐  Open the file cmd write ott750‐ott750 allure‐sda1‐sdb1.txt

15‐ and copy cat /mnt/media_rw/sda1/mmcblk0p19.img > /dev/block/mmcblk0p19

or the line cat /mnt/media_rw/sdb1/mmcblk0p19.img > /dev/block/mmcblk0p19

16‐ Then paste it in the black window, then from the keyboard, press enter

17‐ Restart the receiver, you will find your device working

18‐ You can also use this mmcblk0p19.img file with the hitool loader "unuse" section

KB to MB Conversion

https://www.gbmb.org/kb-to-mb

Enter the kilobytes (KB) value to convert to megabytes (MB).

Kilobytes → Megabytes
15267840 KB = 15267.84 MB (in decimal)
15267840 KB = 14910 MB (in binary)

Kilobytes → Megabytes
1024 KB = 1.024 MB (in decimal)
1024 KB = 1 MB (in binary)

Kilobytes → Megabytes
20480 KB = 20.48 MB (in decimal)
20480 KB = 20 MB (in binary)

Kilobytes → Megabytes
2048 KB = 2.048 MB (in decimal)
2048 KB = 2 MB (in binary)

Kilobytes → Megabytes
8192 KB = 8.192 MB (in decimal)
8192 KB = 8 MB (in binary)

Kilobytes → Megabytes
40960 KB = 40.96 MB (in decimal)
40960 KB = 40 MB (in binary)

Kilobytes → Megabytes
1048576 KB = 1048.576 MB (in decimal)
1048576 KB = 1024 MB (in binary)

Kilobytes → Megabytes
51200 KB = 51.2 MB (in decimal)
51200 KB = 50 MB (in binary)

Kilobytes → Megabytes
819200 KB = 819.2 MB (in decimal)
819200 KB = 800 MB (in binary)

Kilobytes → Megabytes
12024832 KB = 12024.832 MB (in decimal)
12024832 KB = 11743 MB (in binary)

Kilobytes → Megabytes
4096 KB = 4.096 MB (in decimal)
4096 KB = 4 MB (in binary)
« Última modificación: 31/05/2023, 21:08 por najdine »
Registrado:
24/12/2012
Gracias:
1406/4916
Mensajes
6497
How extract "UNUSE" file with ADB shell tool and USB drive for Android 7 Hi3798MV200 device

This method allows you to make a full backup

and download the files of your Hi3798MV200 Android 7 device without the need of the Hitool loader.

Especially the core files, which are suitable to fix initialization failure problem and also not working IKS server problem.



deviceinfo

Code ADB shell : cmd read

cat /dev/block/mmcblk0p4 > /mnt/media_rw/sda1/mmcblk0p4.img


private.ext4

Code ADB shell : cmd read

cat /dev/block/mmcblk0p16 > /mnt/media_rw/sda1/mmcblk0p16.img


unuse

Code ADB shell : cmd read

cat /dev/block/mmcblk0p19 > /mnt/media_rw/sda1/mmcblk0p19.img


deviceinfo

Code ADB shell : cmd write

cat /mnt/media_rw/sda1/mmcblk0p4.img > /dev/block/mmcblk0p4


private.ext4

Code ADB shell : cmd write

cat /mnt/media_rw/sda1/mmcblk0p16.img > /dev/block/mmcblk0p16


unuse

Code ADB shell : cmd write

cat /mnt/media_rw/sda1/mmcblk0p19.img > /dev/block/mmcblk0p19





https://www.mediafire.com/file/odjflonzywzngdx/Tool-ADB-shell-to-read-write-unuse-mmcblk0p19.img-Hi3798MV200-Android-7-devices.rar/file


1‐ Install ADB drivers on your computer adb‐setup‐1.4.3

2‐ The computer and receiver must be connected to the same Internet network

3‐  Install USB FAT32 key in the receiver

4‐ After installing the Open Hidden Settings‐v1.2.apk application

5‐ Go to menu then app and press ok. Open Hidden Settings‐v1.2.apk

6‐  After that, from Settings, enter Developer Options and then activate the USB Debugging option

7‐ Extract the IP of the receiver and replace it in the file 1st_cmd.cmd in place of the IP 192.168.8.100

using the right mouse button and then edit or modify

8‐ Double click on the file 1st_cmd.cmd, a black interface will appear

9‐ Do not close the black window. Open cmd read ott750‐ott750 allure‐sda1-sdb1.txt

and copy cat /dev/block/mmcblk0p19 > /mnt/media_rw/sda1/mmcblk0p19.img

or the line cat /dev/block/mmcblk0p19 > /mnt/media_rw/sdb1/mmcblk0p19.img

10‐ Then paste it in the black window, then from the keyboard, press enter. Do not close the black window

11‐ You will get a file on the USB memory called mmcblk0p19.img It is your device's “unuse” file

12‐  If your device falls into initialization fail, return the mmcblk0p19.img file to the USB key and re‐install it on the receiver

13‐ And when the file manager appears, repeat stages 4, 5, 6, 7, and 8

14‐  Open the file cmd write ott750‐ott750 allure‐sda1‐sdb1.txt

15‐ and copy cat /mnt/media_rw/sda1/mmcblk0p19.img > /dev/block/mmcblk0p19

or the line cat /mnt/media_rw/sdb1/mmcblk0p19.img > /dev/block/mmcblk0p19

16‐ Then paste it in the black window, then from the keyboard, press enter

17‐ Restart the receiver, you will find your device working

18‐ You can also use this mmcblk0p19.img file with the hitool loader "unuse" section

KB to MB Conversion

https://www.gbmb.org/kb-to-mb

Enter the kilobytes (KB) value to convert to megabytes (MB).

Kilobytes → Megabytes
15267840 KB = 15267.84 MB (in decimal)
15267840 KB = 14910 MB (in binary)

Kilobytes → Megabytes
1024 KB = 1.024 MB (in decimal)
1024 KB = 1 MB (in binary)

Kilobytes → Megabytes
20480 KB = 20.48 MB (in decimal)
20480 KB = 20 MB (in binary)

Kilobytes → Megabytes
2048 KB = 2.048 MB (in decimal)
2048 KB = 2 MB (in binary)

Kilobytes → Megabytes
8192 KB = 8.192 MB (in decimal)
8192 KB = 8 MB (in binary)

Kilobytes → Megabytes
40960 KB = 40.96 MB (in decimal)
40960 KB = 40 MB (in binary)

Kilobytes → Megabytes
1048576 KB = 1048.576 MB (in decimal)
1048576 KB = 1024 MB (in binary)

Kilobytes → Megabytes
51200 KB = 51.2 MB (in decimal)
51200 KB = 50 MB (in binary)

Kilobytes → Megabytes
819200 KB = 819.2 MB (in decimal)
819200 KB = 800 MB (in binary)

Kilobytes → Megabytes
12024832 KB = 12024.832 MB (in decimal)
12024832 KB = 11743 MB (in binary)

Kilobytes → Megabytes
4096 KB = 4.096 MB (in decimal)
4096 KB = 4 MB (in binary)
Español:Cómo extraer el archivo "UNUSE con la herramienta de shell ADB y la unidad USB para el dispositivo Hi3798MV200

Cómo extraer el archivo "UNUSE" con la herramienta de shell ADB y la unidad USB para el dispositivo Android 7 Hi3798MV200

Este método le permite hacer una copia de seguridad completa

y descargar los archivos de su dispositivo Hi3798MV200 Android 7 sin la necesidad del cargador Hitool.

Especialmente los archivos principales, que son adecuados para solucionar el problema de falla de inicialización y también el problema del servidor IKS que no funciona.



deviceinfo

Código shell ADB: cmd read

cat /dev/block/mmcblk0p4 > /mnt/media_rw/sda1/mmcblk0p4.img


private.ext4

Código shell ADB: cmd read

cat /dev/block/mmcblk0p16 > /mnt/media_rw/sda1/mmcblk0p16 .img


unuse

Code ADB shell: cmd read

cat /dev/block/mmcblk0p19 > /mnt/media_rw/sda1/mmcblk0p19.img


deviceinfo

Código shell ADB: cmd escribir

cat /mnt/media_rw/sda1/mmcblk0p4.img > /dev/block/mmcblk0p4


private.ext4

Código shell ADB: cmd escribir

cat /mnt/media_rw/sda1/mmcblk0p16.img > /dev/block /mmcblk0p16


unuse

Code ADB shell: cmd write

cat /mnt/media_rw/sda1/mmcblk0p19.img > /dev/block/mmcblk0p19

Cómo extraer el archivo "UNUSE con la herramienta de shell ADB y la unidad USB para el dispositivo Hi3798MV200



https://www.mediafire.com/file/odjflonzywzngdx/Tool-ADB-shell-to-read -write-unuse-mmcblk0p19.img-Hi3798MV200-Android-7-devices.rar/file [nofollow]


1‐ Instale los controladores ADB en su computadora adb‐setup‐1.4.3

2‐ La computadora y el receptor deben estar conectados al mismo Red Internet

3‐   Instalar llave USB FAT32 en el receptor

4‐Después de instalar la aplicación Open Hidden Settings-v1.2.apk

5- Vaya al menú, luego a la aplicación y presione ok. Abra Hidden Settings-v1.2.apk

6-   Después de eso, desde Configuración, ingrese a Opciones de desarrollador y luego active la opción Depuración USB

7- Extraiga la IP del receptor y reemplácela en el archivo 1st_cmd.cmd en lugar de la IP 192.168 .8.100

usando el botón derecho del mouse y luego edite o modifique

8‐ Haga doble clic en el archivo 1st_cmd.cmd, aparecerá una interfaz negra

9‐ No cierre la ventana negra. Abra cmd lea ott750-ott750 allure-sda1-sdb1.txt

y copie cat /dev/block/mmcblk0p19 > /mnt/media_rw/sda1/mmcblk0p19.img

o la línea cat /dev/block/mmcblk0p19 > /mnt/media_rw/sdb1 /mmcblk0p19.img

10‐ Luego pégalo en la ventana negra, luego desde el teclado, presiona enter. No cierre la ventana negra

11- Obtendrá un archivo en la memoria USB llamado mmcblk0p19.img Es el archivo "no utilizado" de su dispositivo

12-   Si su dispositivo falla al inicializar, devuelva el archivo mmcblk0p19.img a la llave USB y vuelva a instalarlo en el receptor

13‐ Y cuando aparezca el administrador de archivos, repita las etapas 4, 5, 6, 7 y 8

14‐   Abra el archivo cmd escriba ott750‐ott750 allure‐sda1‐sdb1.txt

15‐ y copie cat /mnt/media_rw/sda1/mmcblk0p19.img > /dev/block/mmcblk0p19

o la línea cat /mnt/media_rw/sdb1/mmcblk0p19.img > /dev/block/mmcblk0p19

16‐Luego péguelo en la ventana negra, luego desde el teclado, presione enter

17- Reinicie el receptor, encontrará que su dispositivo funciona

18- También puede usar este archivo mmcblk0p19.img con la sección "unuse" del cargador hitool

Conversión de KB a MB

https://www.gbmb.org/kb-to-mb [nofollow]

Ingrese el valor de kilobytes (KB) para convertir a megabytes (MB).

Kilobytes → Megabytes
15267840 KB = 15267,84 MB (en decimal)
15267840 KB = 14910 MB (en binario)

Kilobytes → Megabytes
1024 KB = 1,024 MB (en decimal)
1024 KB = 1 MB (en binario)

Kilobytes → Megabytes
20480 KB = 20,48 MB (en decimal)
20480 KB = 20 MB (en binario)

Kilobytes → Megabytes
2048 KB = 2,048 MB (en decimal)
2048 KB = 2 MB (en binario)

Kilobytes → Megabytes
8192 KB = 8,192 MB (en decimal)
8192 KB = 8 MB (en binario)

Kilobytes → Megabytes
40960 KB = 40,96 MB (en decimal) )
40960 KB = 40 MB (en binario)

Kilobytes → Megabytes
1048576 KB = 1048,576 MB (en decimal)
1048576 KB = 1024 MB (en binario)

Kilobytes → Megabytes
51200 KB = 51,2 MB (en decimal)
51200 KB = 50 MB (en binario)

Kilobytes → Megabytes
819200 KB = 819,2 MB (en decimal)
819200 KB = 800 MB (en binario)

Kilobytes → Megabytes
12024832 KB = 12024,832 MB (en decimal)
12024832 KB = 11743 MB (en binario)

Kilobytes → Megabytes
4096 KB = 4,096 MB (en decimal)
4096 KB = 4 MB (en binario)
Registrado:
24/12/2012
Gracias:
1406/4916
Mensajes
6497
alguien puede explicarme, para que es? gracias. saludos
Registrado:
12/10/2008
Gracias:
748/8075
Mensajes
98984
yo hoy, estoy intentando seguir el manual y ver a donde me lleva y de momento me he quedado en el paso 6.... no encuentro la opcion activete  the USB Debugging option mismo.
6.-  After that, from Settings, enter Developer Options and then activate the USB Debugging option

cuando intento entrar en Developer Options, se cierra la Apk y vuelve al menu general.

pero en la info, puedo ver que la ip de mi deco es 192.168.0.26

voy al archivo 1st_cmd.cmd en lugar de la IP 192.168 .8.100, pongo la mia 192.168.0.26

y como podemos ver, no conecta...........


« Última modificación: 03/06/2023, 09:51 por meca2123 »
Registrado:
24/12/2012
Gracias:
1406/4916
Mensajes
6497
yo hoy, estoy intentando seguir el manual y ver a donde me lleva y de momento me he quedado en el paso 6.... no encuentro la opcion activete  the USB Debugging option mismo.
6.-  After that, from Settings, enter Developer Options and then activate the USB Debugging option

cuando intento entrar en Developer Options, se cierra la Apk y vuelve al menu general.

pero en la info, puedo ver que la ip de mi deco es 192.168.0.26

voy al archivo 1st_cmd.cmd en lugar de la IP 192.168 .8.100, pongo la mia 192.168.0.26

y como podemos ver, no conecta...........


Aún nada, o has conseguido pasar del punto 6. yo no he podido tampoco, he utilizado el mismo pendrive, lo mismo es el pendrive, aunque lo dudo. saludos
Registrado:
12/10/2008
Gracias:
748/8075
Mensajes
98984
no, nada, sigo sin poder encontrar la opcion :  activete  the USB Debugging option
Registrado:
28/02/2009
Gracias:
12572/104919
Mensajes
66928
Este método le permite hacer una copia de seguridad completa

y descargar los archivos de su dispositivo Hi3798MV200 Android 7 sin la necesidad del cargador Hitool.

Especialmente los archivos principales, que son adecuados para solucionar el problema de falla de inicialización y también el problema del servidor IKS que no funciona.



Yo no me calentaria mucho la cabeza con esto,,,,,,,
Registrado:
24/12/2012
Gracias:
1406/4916
Mensajes
6497
Este método le permite hacer una copia de seguridad completa

y descargar los archivos de su dispositivo Hi3798MV200 Android 7 sin la necesidad del cargador Hitool.

Especialmente los archivos principales, que son adecuados para solucionar el problema de falla de inicialización y también el problema del servidor IKS que no funciona.



Yo no me calentaria mucho la cabeza con esto,,,,,,,
gracias raul, pues eso haré no me caliento la cabeza. saludos

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 

Related Topics

  Asunto / Iniciado por Respuestas Último mensaje
normal_post_locked * 1 Respuestas
6129 Vistas
Último mensaje 24/08/2009, 15:51
por socoowski
normal_post_locked * 0 Respuestas
5464 Vistas
Último mensaje 21/09/2008, 12:50
por comadreja
normal_post_locked * 0 Respuestas
4951 Vistas
Último mensaje 22/10/2008, 22:40
por comadreja
normal_post_locked * 0 Respuestas
5253 Vistas
Último mensaje 29/10/2008, 18:14
por comadreja
normal_post_locked * 4 Respuestas
10575 Vistas
Último mensaje 11/02/2009, 20:22
por josagi
normal_post * 11 Respuestas
12832 Vistas
Último mensaje 16/11/2013, 09:34
por Juliet67
normal_post_locked * 6 Respuestas
9110 Vistas
Último mensaje 17/01/2016, 08:51
por rakel1981
normal_post * 1 Respuestas
2379 Vistas
Último mensaje 25/02/2017, 11:44
por andandarax
normal_post * 0 Respuestas
1025 Vistas
Último mensaje 06/12/2018, 16:22
por Fridiork
normal_post * 0 Respuestas
1666 Vistas
Último mensaje 15/09/2019, 13:19
por meco
normal_post * 0 Respuestas
449 Vistas
Último mensaje 17/05/2020, 18:39
por adrianoluis
normal_post * 0 Respuestas
386 Vistas
Último mensaje 29/11/2020, 18:56
por adrianoluis
normal_post * 0 Respuestas
445 Vistas
Último mensaje 15/01/2021, 17:36
por adrianoluis
normal_post * 0 Respuestas
462 Vistas
Último mensaje 01/05/2021, 14:06
por adrianoluis
normal_post * 2 Respuestas
511 Vistas
Último mensaje 10/11/2023, 22:30
por doctor.No



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO