A TCPS connection on port 1717 could be enabled on Spoony device for after-sale remote debugging.
This connection is restricted for after-sale purpose.
Enable after-sale remote connection
On file (SD Card) : system/services/Device/Console/serviceSettings.xml
Add this line :
<add key="binding" value="tcps://console.iofdevices.com:1717"/>
Disable after-sale remote connection
On file (SD Card) : system/services/Device/Console/serviceSettings.xml
- Solution 1 :
Remove this line :
<add key="binding" value="tcps://console.iofdevices.com:1717"/>
- Solution 2 :
Comment this line :
// <add key="binding" value="tcps://console.iofdevices.com:1717"/>
Comments
0 comments
Please sign in to leave a comment.