Howto:Diagnosing the extension module - IP2x2x: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
New page: Work in progress ... {{PAGENAME}}
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Work in progress ...
<!-- IP2x2-x -->


==Getting trace file==
Easiest way to get the trace file of the extension module is to open the Phone's Web-UI.
Go to Maintenance/Diagnostics/Tracing.
At the bottom of the screen you find "Extension module trace (buffer)".
===Expert's way===
You can also use an URL command to get the trace file of the extension module:
http://x.x.x.x/!mod cmd USB-HOST/IP233 log
This way you can even get trace file of a second extension module:
http://x.x.x.x/!mod cmd USB-HOST/IP233 1 log
==Getting config file==
http://x.x.x.x/!mod cmd USB-HOST/IP233 config show
Getting config file of a second extension module:
http://x.x.x.x/!mod cmd USB-HOST/IP233 1 config show
==Getting screen shot==
http://x.x.x.x/lcd_dump_ext.bmp
You will get a screen shot that is turned 90 degrees.
Getting screenshot of a second extension module:
http://x.x.x.x/lcd_dump_ext2.bmp
==Setting trace options==
http://x.x.x.x/!mod cmd USB-HOST/IP233 config change PHYS_EXTENSION FORMS /trace
http://x.x.x.x/!mod cmd USB-HOST/IP233 config write
http://x.x.x.x/!mod cmd USB-HOST/IP233 config activate


[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Latest revision as of 11:32, 26 November 2019


Getting trace file

Easiest way to get the trace file of the extension module is to open the Phone's Web-UI. Go to Maintenance/Diagnostics/Tracing. At the bottom of the screen you find "Extension module trace (buffer)".

Expert's way

You can also use an URL command to get the trace file of the extension module:

http://x.x.x.x/!mod cmd USB-HOST/IP233 log

This way you can even get trace file of a second extension module:

http://x.x.x.x/!mod cmd USB-HOST/IP233 1 log

Getting config file

http://x.x.x.x/!mod cmd USB-HOST/IP233 config show

Getting config file of a second extension module:

http://x.x.x.x/!mod cmd USB-HOST/IP233 1 config show

Getting screen shot

http://x.x.x.x/lcd_dump_ext.bmp

You will get a screen shot that is turned 90 degrees.

Getting screenshot of a second extension module:

http://x.x.x.x/lcd_dump_ext2.bmp

Setting trace options

http://x.x.x.x/!mod cmd USB-HOST/IP233 config change PHYS_EXTENSION FORMS /trace
http://x.x.x.x/!mod cmd USB-HOST/IP233 config write
http://x.x.x.x/!mod cmd USB-HOST/IP233 config activate