Hola, Bienvenido a SE Devlopers :kool: Pides ayuda ? o que lo hagan ? todo lo que dices es posible pero no se que tan optimo seria.... Todas las ideas que tienes son posibles, pero y ? que has hecho ? necesitas leer, aprender, preguntar y estoy seguro mucha gente te ayudará ( mejor si posteas en in...
Thank you :grin: I had to 'close' Fb because it was causing lots of problems for me... and I didn't notice earlier because I just got home Thank you ! thank you !
I think you should use a ini to know the path of the images (in order to use more than one) With bcfg users have to stick to as many images as you want, not as many as they do....
Those functions are for opening browser (to navigate on internet) To open a file in any location of the phone or in memory card, you can do this function by Peti [cpp] void RunFile(wchar_t * path, wchar_t * fname,BOOK* bk) { FILEITEM * f=FILEITEM_Create(); FILEITEM_SetPathAndContentType(f,path); FIL...
@den_po Great drawing :P @mc_kibel I remember you! it feels like if it was yesterday lol.... well, you became a developer in a matter of few months =) I've always liked your attitude and I hope SE Developers helped you in your way from a n00b to a developer ;) @laurafarsas it's good to know we have...
I don't think 4th tab patch could be correctly ported (something similar happened in DB2010 phones with this patch) Copy that Gui from another FW and patch W980 it with, not possible at all... Some kind of patch like BM, I don't think it could ever be done, it implies tons and tons of code.... I'd n...
Hello world sources can be used as template to start a new elf... now you can't just use any code and hope it works..... you have to understand what every word and every single symbol means and generates on cellphone or PC.... if you wanna do that, start by reading SVN sources....