Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Using icom with FsTool
16-11-2015, 23:50 PM,
Post: #1
Using icom with FsTool
I want to use my icom with fstool but I can't get any connection.
Fstool starts up (changed it to java 8) and on the connection screen I choose icom. After clicking connect I get a connection error/refused (or something like that)
Do I first need to lock the icom?
In fstool there is a port number does this remain unchanged?
Does the icom needs to be connected by dhcp or a direct connection?

MGU virgin and patching in Europa.
Secure coding 2.0
Feature installer codes
Quote this message in a reply
16-11-2015, 23:52 PM,
Post: #2
RE: Using icom with FsTool
You start carserver?

Please, Press the Buttons [Image: postbit_thx.gif] and [Image: postbit_reputation.gif] if This post help or is usefull for you! Not is needed write just only thanks in Threads thumbsup
Quote this message in a reply
[+] 2 users say Thank You to ruben_17non for this post
17-11-2015, 00:03 AM,
Post: #3
RE: Using icom with FsTool
Yes but I had to fix java so I first started the jar file to check if the program can be started.
After that I fixed my java_home and started the application with carserver.

MGU virgin and patching in Europa.
Secure coding 2.0
Feature installer codes
Quote this message in a reply
18-11-2015, 20:16 PM,
Post: #4
RE: Using icom with FsTool
(17-11-2015, 00:03 AM)Fx82 Wrote:  Yes but I had to fix java so I first started the jar file to check if the program can be started.
After that I fixed my java_home and started the application with carserver.

You mentioned you're using Java 8 in your first post, which is not compatible with FSTool. You need to use 1.4.2 or 1.5.0_22 specifically. Anything beyond 1.5 will cause issues, especially when it comes to handling certificates.

You can install Java 1.5 normally and then copy the entire directory from "Program Files" to C:\EC-Apps\JavaSoft\JRE\1.5.x, then modify your start_FSTool_V2_CarServer.bat with the correct JAVA_HOME path. Afterwards, I recommend uninstalling Java 1.5 from your system to prevent security issues, but leave the copied directory in \EC-Apps\JavaSoft\JRE\ for FSTool and CarServer to function.

I've attached a link to Oracle's website (need to register) or an alternative link to MEGA in case you want to download the JRE 1.5.0_22 installer.


Attached Files
jre-1.5.0_22.txt
File Type: .txt
Downloaded: 284 times
Size: 293 bytes


Always outnumbered, never outgunned.
Quote this message in a reply
[+] 5 users say Thank You to mmx for this post
18-11-2015, 21:29 PM,
Post: #5
RE: Using icom with FsTool
I installed 1.5 but still no luck.
I also can't select another interface. Its grayed out on K-Can. I'm using a clone Icom A1 and A2.

MGU virgin and patching in Europa.
Secure coding 2.0
Feature installer codes
Quote this message in a reply
19-11-2015, 16:55 PM, (This post was last modified: 19-11-2015, 16:58 PM by mmx.)
Post: #6
RE: Using icom with FsTool
(18-11-2015, 21:29 PM)Fx82 Wrote:  I installed 1.5 but still no luck.
I also can't select another interface. Its grayed out on K-Can. I'm using a clone Icom A1 and A2.

Did you copy Java 1.5 to the right folder? Installing it into C:\Program Files\ is not enough.

Did you reserve the ICOM? You can do so with iToolRadar.

Did you update FSTool with the more recent package that's available on these forums? It includes csd.exe in mkp-1 folder.

Did you launch csd-start.bat before start_FSTool_v2_CarServer.bat?

Forgot to mention: make sure you update start_FSTool_v2_CarServer.bat with the correct JAVA_HOME path after you copy the Java installation from Program Files into C:\EC-Apps\JavaSoft\JRE\1.5.0_22

Example:
Code:
SET JAVA_HOME=C:\EC-Apps\JavaSoft\JRE\1.5.0_22

Always outnumbered, never outgunned.
Quote this message in a reply
[+] 4 users say Thank You to mmx for this post
19-11-2015, 22:23 PM,
Post: #7
RE: Using icom with FsTool
Yes I setup Java correctly. There are no errors when starting the application.
I also reserved the Icom with iToolRadar.

I didn't update FsTool with a more recent package?!? Are the different versions?
I downloaded this version: http://cartechnology.co.uk/showthread.php?tid=7425

I don't have csd-start.bat worried
Yes I also updated start_FSTool_v2_CarServer.bat

MGU virgin and patching in Europa.
Secure coding 2.0
Feature installer codes
Quote this message in a reply
19-11-2015, 23:14 PM,
Post: #8
RE: Using icom with FsTool
(19-11-2015, 22:23 PM)Fx82 Wrote:  Yes I setup Java correctly. There are no errors when starting the application.
I also reserved the Icom with iToolRadar.

I didn't update FsTool with a more recent package?!? Are the different versions?
I downloaded this version: http://cartechnology.co.uk/showthread.php?tid=7425

I don't have csd-start.bat worried
Yes I also updated start_FSTool_v2_CarServer.bat

Further into that thread, there is CarServer.rar (posted by vneno) that includes a few more additional files and updates. See this post: http://cartechnology.co.uk/showthread.ph...0#pid94710

csd-start.bat is supposed to be on your desktop. That is why I asked you if you installed FSTool correctly, since the install.bat script copies two shortcuts onto your desktop from the very beginning. The install.bat file only works if your source files are in C:\Temp\fstool.

Code:
rem --- Shortcuts auf Desktop legen ---
rem Shortcut zum Start CarServer
copy C:\Temp\fstool\Konfigdateien\csd-start.bat "%userprofile%\Desktop"
rem Shortcut zum Start FSTool mit CarServer
copy C:\Temp\fstool\FSTool2\start_FSTool_v2_CarServer.bat.lnk "%userprofile%\Desktop"

Always outnumbered, never outgunned.
Reputation: +1 - Fx82 [+1]
Quote this message in a reply
[+] 4 users say Thank You to mmx for this post
20-11-2015, 21:48 PM,
Post: #9
RE: Using icom with FsTool
After running csd-start.bat a dos box window keeps open. Is that correct behaviour?
   

What is the p/w for the jre upload on mega?

MGU virgin and patching in Europa.
Secure coding 2.0
Feature installer codes
Quote this message in a reply
21-11-2015, 00:44 AM,
Post: #10
RE: Using icom with FsTool
(20-11-2015, 21:48 PM)Fx82 Wrote:  After running csd-start.bat a dos box window keeps open. Is that correct behaviour?


What is the p/w for the jre upload on mega?


is correct csd keeps open, if close not work

Please, Press the Buttons [Image: postbit_thx.gif] and [Image: postbit_reputation.gif] if This post help or is usefull for you! Not is needed write just only thanks in Threads thumbsup
Quote this message in a reply
[+] 2 users say Thank You to ruben_17non for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
  [MEGA] ESYS + PSDZ Full & Lite + ICOM Firmware + MANUALS + TOOLS hashtagmaster 108 36,753 Today, 08:02 AM
Last Post: hashtagmaster
XZBMW ICOM Firmware (NEXT & A2) always current! Vojno 206 43,584 12-04-2024, 23:36 PM
Last Post: bennymx
XZBMW Poor wifi signal from new ICOM's bmchicago 3 344 12-04-2024, 18:55 PM
Last Post: Node
  Solved ✔ ICOM NEXT Error bmwcare 4 2,527 01-04-2024, 11:34 AM
Last Post: ivanp
  CCC flash WINKFP ICOM BimmerSLO 9 387 29-03-2024, 19:17 PM
Last Post: Hoborg
  For anyone having problem with ICOM NEXT FW update via ISTA+. ImmBoo 16 4,390 24-03-2024, 11:29 AM
Last Post: Twointje
  TESTO tool with ICOM Rolzs 5 460 17-03-2024, 20:23 PM
Last Post: Vojno
  Request xHP 6HP decrypted files and icom flasher tste1982 10 1,022 05-03-2024, 22:47 PM
Last Post: bradsm87
XZBMW BMW_ISPI_ICOM-FW_03-23-22 & ICOM-Next-FW_04-23-22 shawnsheridan 22 2,654 05-02-2024, 23:47 PM
Last Post: vagrom
  Connect to MGU via SSH and ICOM anton.maier 1 374 02-02-2024, 04:46 AM
Last Post: VroomVroom

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content