CarTechnoloGY
ISTAD SQLiteDB Viewer - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: ISTAD SQLiteDB Viewer (/showthread.php?tid=53621)

Pages: 1 2


ISTAD SQLiteDB Viewer - uragan1987 - 15-07-2019

Hi

got some time and wrote a SQLiteDB Viewer, to get data out of SQLiteDBs.

Features:
- DATABASE Viewer
- VIN7 Info
- VIN7 to VIN Long generator for ISTAD, no patch needed. (DiagDocDb.sqlite required)
- Database Schema for advanced users
- SQL Console to get filtered data
- SAVE from SQLiteDB to CSV File

If you have any ideas, just post it, ill try to realize it for you.


TODO:
-Compare DBs

BUGs:
-VIN check crash
-cant open not crypted DBs after a crypted one
-error at open some Tables, (e.g. XEP_RULES)

Cant use generated VIN on ISTA!
Add this line to your ISTAGUI.exe.config between <appSettings></appSettings>:
Code:
<add key="BMW.Rheingold.VehicleIdentification.TypeKeyIdentEnabled" value="true" />
OR just use my ISTAGUI.exe.config @MEGA


   
download.zip
File Type: .zip
Downloaded: 140 times
Size: 210 bytes




RE: ISTAD SQLiteDB Viewer - KaiO - 15-07-2019

Is there a way to use this as a VIN 7 patch for ISTA?


RE: ISTAD SQLiteDB Viewer - Sedoy - 15-07-2019

Ask to Feature:

Compare DBs, also encrypted DB, e.g. DiagDocDb.


RE: ISTAD SQLiteDB Viewer - bmwcoder75 - 15-07-2019

Does not work
Throw OutofMemory errors, even though I have 200 GB free on disk and 5GB Free on RAM
VIN check crashes on me too
Not looking good


RE: ISTAD SQLiteDB Viewer - ruben_17non - 15-07-2019

(15-07-2019, 15:09 PM)bmwcoder75 Wrote:  Does not work
Throw OutofMemory errors, even though I have 200 GB free on disk and 5GB Free on RAM
VIN check crashes on me too
Not looking good



Same here, any outofmemory
Vin crash when you type only in lowercase


RE: ISTAD SQLiteDB Viewer - wawan.ru - 15-07-2019

works fine WIN7 64
but only if I write in capital letters


RE: ISTAD SQLiteDB Viewer - uragan1987 - 15-07-2019

(15-07-2019, 14:40 PM)KaiO Wrote:  Is there a way to use this as a VIN 7 patch for ISTA?

I forgot to check this generated VIN long with original ISTAGUI.exe
i will add my ISTAGUI.exe for ISTA-D 4.18.14 at first post
there you can use generated VINs

(15-07-2019, 14:51 PM)Sedoy Wrote:  Ask to Feature:

Compare DBs, also encrypted DB, e.g. DiagDocDb.

can you give me some examples what do want to compare between DBs

(15-07-2019, 15:09 PM)bmwcoder75 Wrote:  Does not work
Throw OutofMemory errors, even though I have 200 GB free on disk and 5GB Free on RAM
VIN check crashes on me too
Not looking good

OutofMemory isnt your HDD space, its you DDR RAM Memory.
Do you have troubles with last  ISTAD?


RE: ISTAD SQLiteDB Viewer - Sedoy - 16-07-2019

Compare 2 DBs to differences complete.


RE: ISTAD SQLiteDB Viewer - uragan1987 - 16-07-2019

(16-07-2019, 04:05 AM)Sedoy Wrote:  Compare 2 DBs to differences complete.

method with compare tables or whole databases will be use lots of memory
best way will be SAVE Table as CSV and use a Text editor compare tool


RE: ISTAD SQLiteDB Viewer - Sedoy - 17-07-2019

(16-07-2019, 23:10 PM)uragan1987 Wrote:  
(16-07-2019, 04:05 AM)Sedoy Wrote:  Compare 2 DBs to differences complete.

method with compare tables or whole databases will be use lots of memory
best way will be SAVE Table as CSV and use a Text editor compare tool

Yes, i already did that, split in to more files and compare, but this is very expensive.