You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An upload-only POC for a mobile app. (a backup system)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy a file from Android device emulator to your local filesystem (MacOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> run-as com.your.package # this should be the folder where the desired file to copy is located, in my case it was generated by an Android React-Native package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Paso 1. Enchufa/conecta/añade el nuevo volumen a la máquina de linux.
Paso 2. Ejecuta el comando lsblk e identifica cuál de todos es tu nuevo volumen.
Usa como pistas las columnas TYPE (debe ser disk), SIZE (el tamaño del volumen, normalmente lo sabemos de antemano, si hemos enchufado un volumen de 300GB, será el volumen que tenga 300GB), y MOUNTPOINT (el nuevo volumen no tiene ningún punto de montaje, aún, probablemente sea la única línea disk a la que le falte este valor).
Si tu disco no aparece porque has conectado el volumen con la máquina encendida, reinicia la máquina y vuelve a ejecutar este comando.
Ejemplo de lsblk en una máquina virtual que he creado con un volumen de 100G:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters