|
|
Sedre diagrams with Firefox/Chrome |
Posted by: jsoap - 05-25-2014, 06:14 PM - Forum: Automotive Software.
- Replies (13)
|
 |
There are some workarounds for using Sedre with various browers, but the basic problem is that the backend Tomcat server fails to inform the browser that the SVG file is compressed (SVGZ). The usual response in Firefox is that the XML document is malformed. This is not an uncommon problem, however it appears that it won't be fixed anytime soon.
One way to fix this is to intercept the server requests, check if the svg file is being requested, and add "content-encoding: gzip" into the response header. That way all browsers will know that the SVG file is compressed and will decompress and display.
There are 3 steps to do this
1) Download urlrewritefilter from herehttps://code.google.com/p/urlrewritefilt...-4.0.3.jar
Copy this file to \sedre\Resources\Sdr\WEB-INF\lib
2) Edit \sedre\Tomcat\conf\web.xml (create backup first) and add the filter definition code at the top, just after the line
Code: <filter>
<filter-name>UrlRewriteFilter</filter-name>
<filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>UrlRewriteFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>
3) Create a text file \sedre\Resources\Sdr\WEB-INF\urlrewrite.xml
with the following content
Code: <urlrewrite>
<rule>
<from>.*svgLoader.*</from>
<set type="response-header" name="Content-Encoding">gzip</set>
</rule>
</urlrewrite>
Restart Sedre and use any bowser you like.
Tested on version 23/09/2012 - but should work with any version.
Good luck
|
|
|
question dpf off in sprinter |
Posted by: robert02500 - 05-25-2014, 05:43 PM - Forum: Automotive Tuning.
- Replies (6)
|
 |
hi all members
The downloadable file is located 906 sprinter file EDC16 ori and file dpf off made by swiftec
can anyone assess whether dpf is correct, I think it is but I need another opinion
ps file dpf off by swiftec w/o cks
thx for help
|
|
|
Please Help in SRS |
Posted by: kalnajjar01 - 05-25-2014, 04:21 PM - Forum: Automotive Airbag, Dash, ECU, IMMO.
- Replies (2)
|
 |
can you help me by answering these questions: A-D.
Using a scan tool to find crash inside the SRS module. Maxi Sys 908 pro(by Autel)
Car came no car body damage, but customer do not know if this car has been in a previous accident before. he bought it from car auction. air bag light is on.
how do i know if there is crash data inside Airbag module and need to be fixed by using dump file, or bad part to change only like when seat belt, buckle or any sensor goes bad , not due to accident just want bad not accident.
A. what the scan tool will display if crash data stored in any srs module. which tell you a dump file is a must to repair it,???
B. for seat belt pretension check wires(2 yellow wire harness) under seat, check them using mine millimeter for beep or continuity, if any cut wire or check by ohms . Which way to check??
do i have to disconnect the plug from the SRS module and seat belt plug and test the 2 yellow for continuity beep if it is cut, or ohms.???
C. How to check buckle switch?
i have to check it by using beep continuity or any other method, to find out if the buckle is good or bad?? no obvious damage or bend.
D. if i have to bypass front passenger airbag using resistor.
the wire harness plug has 4 wires 2 yellow and 2 red (Example: Honda accord 2003 2.4 l).
do i use one resistor(2.4 k.ohms) for 2 yellow wires only to bypass it or add another resistor to 2 red wires too??
|
|
|
audi chorus code |
Posted by: mitja - 05-24-2014, 11:11 PM - Forum: Automotive Radio-Codes.
- No Replies
|
 |
I got some very old car radio "audi chorus".
Can be PIN code calculated from radio number?
It is 014AUZ1Z2Y6982445
Thanks for any information.
|
|
|
Ford Visteon ecu DCU104 BLOCKED, solved |
Posted by: gomarota - 05-24-2014, 08:50 PM - Forum: Automotive Tuning.
- Replies (4)
|
 |
Hi, the problem is:
owner want a egr off 6c11__12a650_C.L
-read with fgtech v54 clone via obd2
-sent to chiptuner for make egr off
-write to car, ok, car run fine, but just one dtc remains
-chiptuner sent to me another file and wrote to ecu, now ecu doesnt respond to obd2 scanner and doesnt start
-no chance to recover it thru obd2, i tried to read with ktag via bootmode: OK
-readed full ok
-when try to read flash only it says at 99% checksum error and it saves file but its not good size (3xxkb instead of 896kb)
Any chance to make solution for this? maybe with ori file from obd2 fgtech and put in full file ktag can do something?
Thanks
|
|
|
|