At least the debug firmware must have debugging support enabled, in order for App Store Team to automatically test and manually debug applications on the device
To verify debugging support on the device, use method below. If some other method is used for triggering Dragonfly debug on an Vewd Core3.x device, please pass this information to App Store Moderation Team.
For Vewd Core 3.x:
Preconditions: A PC with the latest Opera 12 version, connected to same subnet as the device.
- Open Dragonfly on the PC by pressing Ctrl + Shift + I, press the Remote debug configuration button, enter desired port number and press Apply
- Open opera:debug on the device, enter the PC's IP and port number set in step 1, and press Connect
- On the PC type window.location.href = "http://google.com" in the Dragonfly Console
- Check the Documents tab in Dragonfly
Expected results:
- Step 2: Dragonfly on the PC connects with the device.
- Step 3: It is possible to open the web page on the device using Dragonfly
- Step 4: The source of the page currently loaded on the device is shown on the PC in Dragonfly's Documents tab
For Vewd Core 4.x:
Preconditions: A PC with the latest Opera version, connected to same subnet as the device, debug enabled on the device (default method: starting Opera with the --remote-debugging-port=port_number parameter
- Open a page on the device
- Open http://device_ip:port_number on the PC
- Click on the available debuggable view
Expected results:
- Step 2: Content shell remote debugging page is loaded.
- Step 3: The contents of the page loaded on the device are visible on the PC
Last modified on:
Author:ajaniec@vewd.com