Il.Socio 668 Posted June 23, 2011 Report Share Posted June 23, 2011 E' possibile convertire i file .cre in file .txt Cosa che puo' tornare utile per indagare su come e' stata realizzata una determinata mod. - install the proper sdk (the path of the one below is for the 3rd_MR) - put the 10203040.cre in C:\Symbian\9.1\S60_3rd_MR\Epoc32\winscw\c\ - call the C:\Symbian\9.1\S60_3rd_MR\Epoc32\release\winscw\udeb\centrepconv 10203040.cre and you'll get the 10203040.txt Below here's a batch file... Usage: cr_conv.bat 10203040.cre copy %1 C:\Symbian\9.1\S60_3rd_MR\Epoc32\winscw\c\ cd C:\Symbian\9.1\S60_3rd_MR\Epoc32\release\winscw\udeb call centrepconv %1 start C:\Symbian\9.1\S60_3rd_MR\Epoc32\winscw\c\ 4 Quote Link to post Share on other sites
Andrea993 31 Posted July 12, 2011 Report Share Posted July 12, 2011 E possibile poi modificare il txt e riconvertirlo in cre Quote Link to post Share on other sites
Il.Socio 668 Posted July 12, 2011 Author Report Share Posted July 12, 2011 si, sempre tramite il comando centrepconv... Quote Link to post Share on other sites
sirio72 2 Posted August 8, 2011 Report Share Posted August 8, 2011 si, sempre tramite il comando centrepconv... Scusate, non ho capito cosa serve per fare questa conversione. Dove posso trovarlo l'sdk? Dopodichè ci sono procedure da seguire per l'installazione? Si usa in finestra dos? Quote Link to post Share on other sites
Il.Socio 668 Posted August 8, 2011 Author Report Share Posted August 8, 2011 Serve l'sdk corretto a seconda del sistema su cui si lavora, ed ovviamente il file .cre L'sdk si trova qui: https://www.developer.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html Per la sua installazione ed eventuali prerequisiti, devi leggere il file delle "release notes" che trovi sempre in quella pagina nel box a dx. Si, il centrepconv va lanciato da prompt di dos. Quote Link to post Share on other sites
Innovatore 13 Posted August 21, 2011 Report Share Posted August 21, 2011 Ho seguito questa procedura con la versione 1.0 del nokia sdk... e mi parte l'emulatore Nokia Symbian e non mi crea il file... forse nella nuova versione e' cambiato qualcosa? Ovviamente ho provato cambiando tutti i percorsi sia col file .bat e sia manualmente. Ecco il file .bat per la nuova versione del'sdk 1.0 che ho provato : copy %1 C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\winscw\c\ cd C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\release\winscw\udeb call centrepconv %1 start C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\winscw\c\ Quote Link to post Share on other sites
diegomasciangelo 0 Posted November 18, 2011 Report Share Posted November 18, 2011 scusate ragazzi forse sono io un pò ottuso, ma non ho capito bene la procedura... e poi mi chiedevo: è possibile farlo con i 5th edition?? Quote Link to post Share on other sites
sirio72 2 Posted January 31, 2012 Report Share Posted January 31, 2012 Serve l'sdk corretto a seconda del sistema su cui si lavora, ed ovviamente il file .cre L'sdk si trova qui: https://www.developer.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html Per la sua installazione ed eventuali prerequisiti, devi leggere il file delle "release notes" che trovi sempre in quella pagina nel box a dx. Si, il centrepconv va lanciato da prompt di dos. Grazie per l'indicazione Marco, ma dato che non sono uno sviluppatore e, la pagina indicata mi chiede il login, non saprei come scaricarla. Quote Link to post Share on other sites
Il.Socio 668 Posted February 1, 2012 Author Report Share Posted February 1, 2012 registrandoti (gratuitamente) e poi facendo il login Quote Link to post Share on other sites
sirio72 2 Posted February 8, 2012 Report Share Posted February 8, 2012 registrandoti (gratuitamente) e poi facendo il login Pensavo che ci si potesse registrare e accedere solo in qualità di sviluppatore, grazie. Quote Link to post Share on other sites
Andrea993 31 Posted May 24, 2012 Report Share Posted May 24, 2012 (edited) Ciao, ho convertito un .cre in .txt Poi volevo vedere se funzionava copiandolo in C:\private\10202be9 ma al riavvio viene eliminato... Come mai? Edited May 24, 2012 by Andrea993 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.