Welcome, Guest
Username: Password: Secret Key Remember me

TOPIC:

Latest maps 5 years 6 months ago #277

  • m4
  • m4's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 31
  • Thank you received: 25
For those who know how to work with cmd files for windows. Following is the simplу code to prepare content foler to make tiny deleteing package:
del /s content\*.md5
del /s content\*.stm
for /f %%f in ('dir content /s /b /a-d') do copy /y nul %%f
It deletes all .md5 and .stm files inside content folder and make all files in this folder empty.
I put this code in .cmd file on the same level as content folder.
If there is no content folder on the same level it will do nothing, so there is some kind of protection :) Use at your own risk!
After running this .cmd, I add "delete" command using skuhelper and so on as usual (generate md5 files and update_checksum folder, zip these two folders into sku, generate md5 for the sku, copy the sku with .sku.md5, .lyc and .lyc.md5 into r-link folder on my flash drive, and plug it into my car)
The following user(s) said Thank You: AOne

Please Log in or Create an account to join the conversation.

Last edit: by m4.

Re:Latest maps 5 years 6 months ago #278

  • AOne
  • AOne's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 915
  • Thank you received: 251
So, this way you make all files empty and create a file(s) for deleting the content with the corresponding names in RLink, if I get it right?

Sent from my SM-N950F using Tapatalk
1.6 dCI, 2WD, Zen+ , Retractable Tow Bar.
RLink 2 - V9.0.34.610, Here Maps (2021/Q4) + TomTom POIs and SpeedCams (2021_06)

Please Log in or Create an account to join the conversation.

Re:Latest maps 5 years 6 months ago #279

  • m4
  • m4's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 31
  • Thank you received: 25
Yes, right. This is first way. It is based on the existing on my PC files.

Other way is based on the .xml file produced by wlsdecrypt. I did not make universal script to automate it. Usually I just rename .xml to .cmd, remove everything except the lines with name of the files I am going to delete, and then somehow transform it into the code which creates empty files with these names. It is like take this:
<navigation-content code="truckinfo_here_Albania_HERE_2018.Q4_181205_(TI)" skuid="686020" version="2018_12_1544019345" fileName="map/Albania_HERE_2018.Q4_181205_(TI).ftr" contentid="1170219566"/>
and transform it into this:
copy /y nul "map/Albania_HERE_2018.Q4_181205_(TI).ftr"
For all lines at once :) It involves text editor, regular expressions and some experience
The following user(s) said Thank You: AOne

Please Log in or Create an account to join the conversation.

Last edit: by m4.

Re:Latest maps 5 years 6 months ago #280

  • AOne
  • AOne's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 915
  • Thank you received: 251
Today went for a walk in "the neighborhood", keeping an eye on the screen. All kind of signs appeared - no overtaking, sharp corners, crosswalks and etc. Most of them - appearing at the same time, when noticing the real one on the road (being grayed out 200 m before), but also there were wrong warnings.

This image is hidden for guests.
Please log in or register to see it.

This image is hidden for guests.
Please log in or register to see it.



Sent from my SM-N950F using Tapatalk
1.6 dCI, 2WD, Zen+ , Retractable Tow Bar.
RLink 2 - V9.0.34.610, Here Maps (2021/Q4) + TomTom POIs and SpeedCams (2021_06)

Please Log in or Create an account to join the conversation.

Re:Latest maps 5 years 6 months ago #281

  • Robertp
  • Robertp's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 753
  • Thank you received: 204
He he, noticed same... but mostly are this warning useful...
BTW, in Gmund there is a Porsche museum...


Sent from my iPad using Tapatalk
2016 White 1.6 dCi 4WD BOSE with Premium Techno Pack, Winter Pack, Panoramic glass roof & autodipp mirror and retractable towbar.
Added ambient illumination, few chrome trims,
Replaced R-Link2 V2.2 SW version 9. 0.34.611, enabled Android Auto and CarPlay (change USB slots)
Maps: Here 2022Q2

Please Log in or Create an account to join the conversation.

Re:Latest maps 5 years 6 months ago #282

  • AOne
  • AOne's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 915
  • Thank you received: 251

He he, noticed same... but mostly are this warning useful...
BTW, in Gmund there is a Porsche museum...


Sent from my iPad using Tapatalk


Been there. Cool place ;) Basically, been everywhere around with car and bike, especially the Kaernten Card locations (maybe 75% covered for the last 3 years). Recommend it with both hands.
By the way, If you want some wroom and tuning, these days, the GTI fans are gathering again at Velden and Faaker See.

www.kaerntencard.at
1.6 dCI, 2WD, Zen+ , Retractable Tow Bar.
RLink 2 - V9.0.34.610, Here Maps (2021/Q4) + TomTom POIs and SpeedCams (2021_06)

Please Log in or Create an account to join the conversation.

Last edit: by AOne.
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Time to create page: 0.140 seconds