Symbian-Developers

PC Section => Essential PC Applications => Topic started by: huellif on June 05, 2013, 12:51:56 am

Title: .cre to .txt converter
Post by: huellif on June 05, 2013, 12:51:56 am
I coded a simple programm, check my attachment.
It requires Symbian Belle SDK in C:\Nokia\devices\Nokia_Symbian_Belle_SDK_v1.0, the rest is logical:

It:
- opens the explorer in C:\Nokia\devices\Nokia_Symbian_Belle_SDK_v1.0
- than copy your .cre in the folder
- continues at press any key
- autodetects the .cre from C:\Nokia\devices\Nokia_Symbian_Belle_SDK_v1.0
- asks convert xyz.cre to xyz.txt yes/no?
if yes: it converts it
if no: it ends
than it asks about a restart in the end.

It's a simple .bat, nothing complicated.

Please test it and report :)

[attachment deleted by admin]
Title: Re: .cre to .bat converter
Post by: MoritzJT on June 05, 2013, 01:37:06 am
Will it decode the variable names? I don't think so, because those are lost upon converting into *.cre
Title: Re: .cre to .txt converter
Post by: huellif on June 05, 2013, 02:03:46 am
no, this tool is very simple.
Just open the .bat
It just autodetects the .cre and converts it via SDK.
No more manual .bat edits for converting.
Title: Re: .cre to .bat converter
Post by: MoritzJT on June 05, 2013, 02:04:46 am
Oh, that's what you mean... wildcards...
Title: Re: .cre to .bat converter
Post by: msirapian on June 05, 2013, 02:59:46 am
Thanks huellif. Title should be amended to ".cre to .txt converter", I presume
Title: Re: .cre to .txt converter
Post by: huellif on June 05, 2013, 03:02:09 am
oh sorry, fixed it
Title: Re: .cre to .txt converter
Post by: matthew on July 30, 2013, 08:27:04 am
Thanks for sharing this, Huellif - can this be used for the S60 SDKs?
Title: Re: .cre to .txt converter
Post by: huellif on August 03, 2013, 10:25:01 pm
change the paths and it should work
Title: Re: .cre to .txt converter
Post by: matthew on August 04, 2013, 12:05:16 am
change the paths and it should work
Thank you - i am looking forward to using this :)
Title: Re: .cre to .txt converter
Post by: matthew on January 02, 2014, 02:52:34 am
Okay, this is way later than i expected but i have finally used your tool (and it works sweet). i tested it on the mail cache key from v3 to see about making the mod work on S^3 (it isn't, no matter what i have tried, btw ;D)
Thank you, mate ;)
This is a very useful tool.