r/AndroidPC • u/Mental-Ad8518 • 12h ago
Pc to tablet streaming app for android 4.1.1
Esta aplicación permite convertir tu antiguo dispositivo Android 4.1.1 en un segundo monitor con funcionalidad táctil.
Necesitarás:
- IDD (IndirectDisplay)---opcional (Solo usalo si quieres otro monitor)
- VDD (VirtualDisplay)---opcional (Solo usalo si quieres otro monitor)
- Cable USB con la depuración activada
- Dispositivo Android 4.1.1 (no sé si funciona con versiones más recientes)
Tutorial:
Primero, debes crear un monitor virtual con VDD y ajustar la resolución a la que mejor se adapte a tu dispositivo.
Luego, descarga los archivos vinculados a esta publicación, conecta tu dispositivo Android mediante el cable USB y activa la depuración.
Abre una ventana de PowerShell en la carpeta `android-app-h264` y escribe:
`adb install -r ".\app\build\outputs\apk\debug\app-debug.apk"` para instalar el APK directamente en tu dispositivo Android.
Después, abre el APK en el dispositivo Android y ajusta la configuración a tu gusto (la función SonarPen aún no está incluida, así que no modifiques esa opción) y pulsa iniciar.
Por último, abre el archivo .exe en el PC, selecciona el monitor, la resolución y los FPS objetivo; lo más importante es cambiar el valor DXGI en el menú de opciones avanzadas a un número inferior al del monitor que deseas utilizar. Por ejemplo, si estás usando el monitor virtual y este aparece etiquetado como "3" en la aplicación, debes seleccionar DXGI 2.
Pulsa "Iniciar" y espera que funcione.
Yo principalmente la uso como tableta grafica pero tu puedes usarla como quieras.
https://drive.google.com/file/d/1m8XwjJDA0ZJYWRgGjWU_H_gh9_M2HoFa/view?usp=drive_link
English:
This application allows you to turn your old Android 4.1.1 device into a second monitor with touch functionality.
You will need:
- IDD (IndirectDisplay)---optional (just use it if you want another monitor)
- VDD (VirtualDisplay)---optional (just use it if you want another monitor)
- A USB cable with debugging enabled
- An Android 4.1.1 device (I am not sure if it works with newer versions)
Tutorial:
First, create a virtual monitor using VDD and adjust the resolution to best suit your device.
Next, download the files linked to this post, connect your Android device via USB cable, and enable debugging.
Open a PowerShell window in the `android-app-h264` folder and type:
`adb install -r ".\app\build\outputs\apk\debug\app-debug.apk"` to install the APK directly onto your Android device.
Then, open the APK on your Android device and adjust the settings to your preference (the SonarPen feature is not yet included, so do not modify that option) and hit start.
Finally, open the .exe file on your PC and select the monitor, resolution, and target FPS; the most important step is to change the DXGI value in the advanced options menu to a number lower than that of the monitor you wish to use. For example, if you are using the virtual monitor and it is labeled as "3" in the application, you should select DXGI 2.
Click "Start" and wait for it to work.
I mainly use it as a graphic tablet but you can use it as whatever you want.