cvillajos escribió:ATA-RACING escribió:
Puede que no tenga nada que ver pero esto esta hay por algo te pongo la foto o es que no les dieron tiempo puede que no sea mirrolink en si pero a lo mejor habilita el tactil con otras fuentes.
Esa opción ya se ha comentado (yo mismo la tuve activada hace un tiempo) que no es funcional... Como el nombre de su pantalla de configuración indica, es de "depuración y desarrollo de la interfaz gráfica".
Al activarla desde el Hidden Menú en el menú principal te aparece un nuevo hueco (
ni siquiera tiene un icono propio asignado) en el menú principal que si lo pulsas NO hace nada, no arranca ninguna "aplicación", ni pasa nada de nada... (Y a eso me refiero con que se necesita una "aplicación" que recepcione y transmita a Android las pulsaciones de la pantalla para que el táctil funcione).
Algún desarrollador la puso ahí para hacer pruebas de cómo quedaría el carrusel, pero debieron de "abandonar" su desarrollo y centrarlo en las MIB gen2.
Y ya te digo, en el firmware 480 que he revisado no hay ni rastro de configuraciones MirrorLink/FullLink (que en algunas ocasiones se han mencionado para las MIB gen2), no ví clases ni librerías que traten la funcionalidad (tan solo un par de clases muy perdidas e insuficientes para toda la funcionalidad que el MirrorLink ofrece), ni hay documentación clara cuando estuve mirando en QNX.
Mi conclusión: no está implementando en las MIB gen1.
Un saludo!!
esto es una piedra tras otra me cawen tooo jajajaja
@cvillajos entiendo el por que asocias a QNX con nuestro infotaiment de 5,8 es mas dificil encontrar informacion sobre el infotaiment 5,8 que sobre el mirrorlink en QNX ya que si encontrado algo de informacion que no se si es relevante o no sobre ello o si tiene que ver con nuestro infotaiment o si podemos implementarlo en un futuro.
tengo cuenta creada en QNX y pego la informacion del mirrorlink en la version 2.1 de infotaiment del año 2014 en adelandete
The QNX CAR platform supports the MirrorLink technology standard (version 1.1) to enable MirrorLink apps on a smartphone to work with the car's HMI.
This document covers the following topics:
Devices supported
Network sandbox
PPS interface
Licensing
The MirrorLink services (mlink-daemon, mlink-rtp, and mlink-viewer)
Devices supported
Although any MirrorLink Certified server device (phone) should work, we have tested the following phones with the QNX CAR platform 2.1:
Samsung Galaxy S III (with DriveLink app)
Nokia 701 and E7 (with Nokia's Car Mode and MirrorLink app installed—note that the free non-MirrorLink version of Car Mode will not work.)
For the current list of MirrorLink Certified server devices, see the following page at the Car Connectivity Consortium (CCC) site (using the Servers search filter):
MirrorLink™ Certified Product Listing
You need to have the appropriate MirrorLink app for the device installed. Once you plug in the phone, the MirrorLink apps should appear in the HMI's apps section (under ALL). On some phones you must unlock the phone and start the MirrorLink app manually before connecting the phone to the head unit.
Network sandbox
To access a device, MirrorLink services need the devnp-ncm.so driver to be loaded into an io-pkt network stack. You should use a separate network stack for MirrorLink—by convention, this stack should use the /mirrorlink_sandbox prefix.
It's important to set an instance number for this network stack to prevent mount commands from loading drivers into this stack.
To use SLM to start the network sandbox, add this component section to the SLM configuration file:
<SLM:component name="mirrorlink-sandbox">
<SLM:command>io-pkt-v6-hc</SLM:command>
<SLM:args> -i1 -d ncm pnp -ptcpip prefix=/mirrorlink_sandbox</SLM:args>
<SLM:stop stop="signal">SIGTERM</SLM:stop>
<SLM:waitfor wait="pathname">/mirrorlink_sandbox/dev/socket</SLM:waitfor>
<SLM:depend>usb</SLM:depend>
<SLM:depend>pps-setup</SLM:depend>
</SLM:component>
To debug the network sandbox, you can use ifconfig, dhcp.client, and other network utilities by setting the SOCK environment variable to the sandbox's prefix:
SOCK=/mirrorlink_sandbox/ ifconfig
PPS interface
The mlink-daemon service uses these PPS objects:
This PPS object: Contains:
/pps/services/mirrorlink/applications Information about the VNC-typed MirrorLink apps that are currently available.
/pps/services/mirrorlink/entities Information about the MirrorLink entities (devices) that are currently available.
/pps/services/mirrorlink/rtp RTP audio-streaming information for MirrorLink apps.
/pps/system/navigator/applications/applications The list of apps installed on the system.
Licensing
The three MirrorLink services use RealVNC licensing as follows:
mlink-daemon
Although this service doesn't need the license file for discovering devices, it uses the file for audio (the Audio SDK has an implicit dependency on the Viewer SDK, which requires the license file).
mlink-rtp
Doesn't need a license file.
mlink-viewer
This service uses the Viewer SDK; it cannot work at all without the license file.
The license file resides under /etc/vnclicense by default, but you can use the -L command-line option (to both mlink-daemon and mlink-viewer) to change this location.
Although some features of these services will work without a license file, all of these services depend on the RealVNC SDKs and require proper licensing from RealVNC.