I don't think he can anymore, that's why he needs SD script based on device type for restoring the original device.xml file.
Printable View
I don't think he can anymore, that's why he needs SD script based on device type for restoring the original device.xml file.
@janch: Thanks for the answer! I saved all the contents of the device before the modification. Here is what appears in device.xml: <type>TATA2_400</type>. I can give you all the contents of the file, if needed.
Not needed, it's enough. Here try this unlock. Extract and copy all 4 folders to SD card. Insert SD into device and power it on. It should boot into the new menu from where you can start iGO Primo from the first icon. You just add new maps and you are good to go. I hope it will work for you. You can also use Total CMD from the main menu to restore original device.xml (copy from sd to Flash disk and overwrite current one).
Code:https://1fichier.com/?mn9hc7ycn97javcu5770
@janch: Thank you! I tried something similar, but it didn't work. I also tried to rewrite the firmware, that didn't work either. I did not modify device.xml, but paths.xml. I also tried with the files you sent on a 2GB card, formatted FAT32, but it doesn't work. Start all iGO Primo from the device. Nothing starts from the card.
Yeah, my bad I meant do not edit paths.xml not device.xml so my error. Try to use my files again but edit file auto.mscr with notepad in TATA2_400 folder, adding this line:
If(ProcExists("Primo.exe"))
Kill("Primo.exe")
so it looks like this:
Code:#ErrorLevel("off")
If(ProcExists("AppStartupSec.exe"))
Kill("AppStartupSec.exe")
EndIf
If(ProcExists("CLMApp.exe"))
Kill("CLMApp.exe")
EndIf
If(ProcExists("MioMap.exe"))
Kill("MioMap.exe")
EndIf
If(ProcExists("Spirit.exe"))
Kill("Spirit.exe")
EndIf
If(ProcExists("SmartST_CE.exe"))
Kill("SmartST_CE.exe")
EndIf
If(ProcExists("Roadside.exe"))
Kill("Roadside.exe")
If(ProcExists("Primo.exe"))
Kill("Primo.exe")
EndIf
Run("\Storage Card\Progs\PowerButton\PowerButton.exe")
Run("\Storage Card\slide\slide.exe")
@janch: I also tried this change in auto.mscr. But it still doesn't start.
Try to change "Storage card" to "SDMMC" and also try renaming folder TATA2_400 to Default. Also make sure that your SD is fat32 formatted and it max 32Gb. If nothing works, try sd script for restoring original paths.xml.
[Only registered and activated users can see links. Click Here To Register...]
@janch: The card is 2GB, formatted FAT32 and is seen in Total Commander as "Storage Card". I used Total Commander before making the uninspired modification. I tried now with "restore paths", but it doesn't recover.
I'm running out of options here..Try this SD unlock:
Code:https://1fichier.com/?gyd8i4gztd8vk9rh5b6j
@janch: Sorry, I was away for a bit. I also tried "Mio unlock2", but it doesn't work. Maybe I'm a little lucky. The iGO Primo application has an exit button (good thing I didn't disable the button in sys.txt). When I press this button, the application closes and the device restarts, but if there is a card with scripts in it, the application does not close, it remains waiting and the message "The program is closing, please wait..." appears at the bottom.