|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Guide to Bringing Navigation Back Online (AZE0 & ZE1 2016-2019)</title> |
| 7 | + <style> |
| 8 | + body { |
| 9 | + font-family: Arial, sans-serif; |
| 10 | + line-height: 1.6; |
| 11 | + margin: 0; |
| 12 | + padding: 20px; |
| 13 | + background-color: #f4f4f4; |
| 14 | + } |
| 15 | + h1 { |
| 16 | + color: #333; |
| 17 | + text-align: center; |
| 18 | + } |
| 19 | + h2 { |
| 20 | + color: #555; |
| 21 | + border-bottom: 2px solid #ddd; |
| 22 | + padding-bottom: 5px; |
| 23 | + } |
| 24 | + .step { |
| 25 | + background-color: #fff; |
| 26 | + padding: 20px; |
| 27 | + margin: 10px 0; |
| 28 | + border-radius: 5px; |
| 29 | + box-shadow: 0 2px 5px rgba(0,0,0,0.1); |
| 30 | + } |
| 31 | + .step-number { |
| 32 | + font-size: 1.2em; |
| 33 | + font-weight: bold; |
| 34 | + color: #007BFF; |
| 35 | + } |
| 36 | + a { |
| 37 | + color: #007BFF; |
| 38 | + text-decoration: none; |
| 39 | + } |
| 40 | + a:hover { |
| 41 | + text-decoration: underline; |
| 42 | + } |
| 43 | + .video-container { |
| 44 | + position: relative; |
| 45 | + padding-bottom: 56.25%; /* 16:9 aspect ratio */ |
| 46 | + height: 0; |
| 47 | + overflow: hidden; |
| 48 | + max-width: 100%; |
| 49 | + background: #000; |
| 50 | + margin: 20px 0; |
| 51 | + } |
| 52 | + .video-container iframe { |
| 53 | + position: absolute; |
| 54 | + top: 0; |
| 55 | + left: 0; |
| 56 | + width: 100%; |
| 57 | + height: 100%; |
| 58 | + } |
| 59 | + .warning { |
| 60 | + color: #D9534F; |
| 61 | + font-weight: bold; |
| 62 | + } |
| 63 | + </style> |
| 64 | +</head> |
| 65 | +<body> |
| 66 | +<h1>Guide to Bringing Your Navigator Back Online<br/>(AZE0&ZE1 30/40kWh, ONLY ONE SD SLOT)</h1> |
| 67 | +<p style="text-align: center"><span class="warning">NOTE: </span> This guide is for navigation units with ONLY ONE SD SLOT! If you have two, please follow the guide <a href="/static/navi_guide.html">here</a> <br/> This detailed guide will walk you through the process of changing your navigator's APN settings. Follow each step carefully to ensure successful setup.</p> |
| 68 | +<div class="step"> |
| 69 | + <h2><span class="step-number">Step 1:</span> Make a clone of your SD Card</h2> |
| 70 | + <p>You’ll need to make a clone of your navigation SD, so you will need new SD card that you will use in the navi. Keep the original safe in case something happens. Here’s how to proceed:</p> |
| 71 | + <ul> |
| 72 | + <li><strong>0:</strong> Get yourself an SD card with same or larger capacity to fit the original SD card clone image.</li> |
| 73 | + <li><strong>1:</strong> Use Win32 disk imager, HDD Raw Copy tool or other tool depending on your system to make a disk image of your original SD Card</li> |
| 74 | + <li><strong>2:</strong> Before writing the disk image, we need to fix its partition table. Use <a href="https://github.com/developerfromjokela/leafsdtools_companion/releases/">LeafSDTools companion</a>.</li> |
| 75 | + <li><strong>3:</strong> Select the disk image inside LeafSDTools companion and wait for the fix to be applied.</li> |
| 76 | + <li><strong>4:</strong> Write fixed disk image to your new SD card and confirm it works with the navigation unit.</li> |
| 77 | + <img style="width: 100%; max-width: 800px" src="lst_companion.jpg"> |
| 78 | + </ul> |
| 79 | +</div> |
| 80 | + |
| 81 | +<div class="step"> |
| 82 | + <h2><span class="step-number">Step 2:</span> Edit navigation unit settings </h2> |
| 83 | + <p>With the SD card plugged in to your computer, on one of the partitions you should find a file at path "PRIVATE/CWS/AP/CWS_SYS"</p> |
| 84 | + <ul> |
| 85 | + <li><strong>1.</strong> Copy the file from SD card somewhere else, for example into Desktop folder or Documents.</li> |
| 86 | + <li><strong>2.</strong> Navigate to <a target="_blank" href="https://opencarwings.viaaq.eu/navi">https://opencarwings.viaaq.eu/navi</a> in your browser</li> |
| 87 | + <li><strong>3.</strong> Select option "SD Card" and select the file CWS_SYS. You should see information be filled into fields and Connection Profile 1 appear. If not, please contact the developer</li> |
| 88 | + <img style="width: 100%; max-width: 800px;" src="img10_sd.jpg" /> |
| 89 | + <li><strong>4.</strong> Start by naming your connection profile with your operator name.</li> |
| 90 | + <img style="width: 100%; max-width: 800px;" src="img11.jpg" /> |
| 91 | + <li><strong>5.</strong> Next, you will need to modify APN name: apn [cws]. Depending on your SIM provider, you may also need to modify APN user and password, usr [cws] and psswrd [cws]. </li> |
| 92 | + <img style="width: 100%; max-width: 800px;" src="img12.jpg" /> |
| 93 | + <img style="width: 100%; max-width: 800px;" src="img13.jpg" /> |
| 94 | + <img style="width: 100%; max-width: 800px;" src="img14.jpg" /> |
| 95 | + <li><strong>6.</strong> Last but not least, server URL needs to be modified. Field "url [cws]". Standard URL should be "http://biz.nissan-gev.com/WARCondelivbas/it-m_gw10/". Modify it to be "http://biz.viaaq.eu/WARCondelivbas/it-m_gw10/"</li> |
| 96 | + ORIGINAL: <br/><img style="width: 100%; max-width: 800px;" src="img15.jpg" /><br> |
| 97 | + MODIFIED: <br/><img style="width: 100%; max-width: 800px;" src="img16.jpg" /> |
| 98 | + <li><strong>7.</strong> After all settings are modified, scroll to bottom and click export. New settings file will be downloaded.<br/><b>Copy downloaded file on to the SD card (/PRIVATE/CWS/AP/CWS_SYS) (if asked to overwrite file, press yes)</b></li> |
| 99 | + <img style="width: 100%; max-width: 800px;" src="img17.jpg" /> |
| 100 | + </ul> |
| 101 | + <p><span class="warning">NOTE: </span> Make sure when you copy new settings file to SD card, it has exactly same file name and path as original!</p> |
| 102 | + |
| 103 | +</div> |
| 104 | + |
| 105 | +<div class="step"> |
| 106 | + <h2><span class="step-number">Step 3:</span> Try NissanConnect services</h2> |
| 107 | + <p>Final step is to try and see if any of data channels are accessible.</p> |
| 108 | + <ul> |
| 109 | + <img style="width: 100%; max-width: 800px;" src="datachannel.png" /> |
| 110 | + </ul> |
| 111 | +</div> |
| 112 | + |
| 113 | +<p><strong>Congratulations!</strong> If all steps are completed successfully, your navigation unit should now be back online, restoring many functions like send location to car, telemetry data and more.</p> |
| 114 | +</body> |
| 115 | +</html></title> |
| 116 | +</head> |
| 117 | +<body> |
| 118 | + |
| 119 | +</body> |
| 120 | +</html> |
0 commit comments