Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
08-23 18:13:33.738: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:14:23.074: DEBUG/AndroidRuntime(329): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
08-23 18:14:23.074: DEBUG/AndroidRuntime(329): CheckJNI is ON
08-23 18:14:23.407: DEBUG/AndroidRuntime(329): --- registering native functions ---
08-23 18:14:24.885: DEBUG/dalvikvm(224): GC_EXPLICIT freed 117 objects / 5464 bytes in 90ms
08-23 18:14:25.104: DEBUG/dalvikvm(59): GC_EXPLICIT freed 8389 objects / 366080 bytes in 170ms
08-23 18:14:25.255: DEBUG/AndroidRuntime(329): Shutting down VM
08-23 18:14:25.265: DEBUG/dalvikvm(329): Debugger has detached; object registry had 1 entries
08-23 18:14:25.309: INFO/AndroidRuntime(329): NOTE: attach of thread 'Binder Thread #3' failed
08-23 18:18:33.747: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:23:33.755: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:28:33.765: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:32:33.565: DEBUG/AndroidRuntime(341): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
08-23 18:32:33.575: DEBUG/AndroidRuntime(341): CheckJNI is ON
08-23 18:32:33.916: DEBUG/AndroidRuntime(341): --- registering native functions ---
08-23 18:32:35.445: DEBUG/dalvikvm(224): GC_EXPLICIT freed 123 objects / 5856 bytes in 87ms
08-23 18:32:35.675: DEBUG/dalvikvm(59): GC_EXPLICIT freed 6022 objects / 274760 bytes in 176ms
08-23 18:32:35.795: DEBUG/AndroidRuntime(341): Shutting down VM
08-23 18:32:35.806: DEBUG/dalvikvm(341): Debugger has detached; object registry had 1 entries
08-23 18:32:35.825: INFO/AndroidRuntime(341): NOTE: attach of thread 'Binder Thread #3' failed
08-23 18:33:33.777: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:38:33.784: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:43:33.796: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:48:33.805: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:53:33.814: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-23 18:58:33.818: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol





I'm try video tag showing for this error in androidphonegap please help me
Posted

1 solution

Start by simplifying what you're working with and stripping it down to just the tag.

http://www.w3schools.com/html5/tag_video.asp[^]

Then build up to implementing some javascript for controls etc.

As far as the SocketException goes, it's likely that you forgot to start a local webserver, or that you're not able to access the location you've specified (firewall, maybe?).

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900