cheapcast icon indicating copy to clipboard operation
cheapcast copied to clipboard

Galaxy Tab 2 10.1 not showing up

Open TMartinPPC opened this issue 11 years ago • 3 comments

I'm trying to cast to my Samsung Galaxy Tab 2 10.1 (GT-P5113) running a stock 4.1.1 but it doesn't show up in the list on other devices. The app and service appears to run flawlessly. Let me know if you need any other info.

TMartinPPC avatar Aug 13 '13 01:08 TMartinPPC

Can you get to the ssdp service on the device? http://{ipOfYourDevice}:8008/ssdp/device-desc.xml if so, can you post the result?

jayasafunctionofe avatar Aug 15 '13 01:08 jayasafunctionofe

image

TMartinPPC avatar Aug 15 '13 02:08 TMartinPPC

Here is my device-desc.xml

<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://10.173.128.82:8008</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:dial:1</deviceType>
<friendlyName>CheapCast_SAMSUNG-SGH-I537</friendlyName>
<manufacturer>Google Inc.</manufacturer>
<modelName>Eureka Dongle</modelName>
<UDN>uuid:61b6aa97-81eb-4431-b41f-6303c53a18e7</UDN>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:dial:1</serviceType>
<serviceId>urn:upnp-org:serviceId:dial</serviceId>
<controlURL>/ssdp/notfound</controlURL>
<eventSubURL>/ssdp/notfound</eventSubURL>
<SCPDURL>/ssdp/notfound</SCPDURL>
</service>
</serviceList>
</device>
</root>

The URLBase IP is that of the rmnet_usb0 interface (which is down) The correct IP should be more 192.168.x.x/24. Coincidentally, this interface is listed just before the wlan0 interface when using the command 'netcfg'

Tsaukpaetra avatar Sep 18 '13 02:09 Tsaukpaetra