It must have been a cached code-related problem, it has magically disappeared by restarting the emulator.
Thanks, anyway.
Estrella
Type: Posts; User: Estrella; Keyword(s):
It must have been a cached code-related problem, it has magically disappeared by restarting the emulator.
Thanks, anyway.
Estrella
Hello,
I want to compile a module and obtain its .pyc file, but it internally uses the e32.start_exe() call and the script using this module crashes at that line.
What should I do?
Thanks,
...
Have you checked that the phone has a later date and time than that of the certificate/signed sis? It may sound stupid but it actually happened to me once, giving the same error.
Hello,
I'm working in an application using WLAN and I wonder if there is a way to set/unset power save mode at application level.
Thanks in advance,
Estrella
Ya he encontrado dónde estaba el problema: el reloj de mi PC iba adelantado con respecto al del teléfono y por tanto el sis autofirmado no era válido.
Sorry, I was using WriteDeviceData and ReadDeviceData wrongly. I've removed them from my project and now it executes OK.
Hi all,
I'm working on a project which just uses an UDP socket, therefore I think I just need the 5 basic capabilities (UserEnvironment, LocalServices, NetworkServices, WriteUserData and...
Hola,
Estoy escribiendo un programa que utiliza un socket UDP. Según lo que he visto, necesito las capabilities UserEnvironment, ReadUserData, WriteUserData, LocalServices y NetworkServices.
...
Ya he encontrado cómo hacerlo:
http://www.forum.nokia.com/document/Forum_Nokia_Technical_Library/contents/FNTL/Getting_extended_information_in_error_messages.htm
Hola,
Al probar un programa en el emulador pueden aparecen notificaciones de panics que en el teléfono no aparecen (sólo se cierra la aplicación).
Sin embargo, cierta funcionalidad de mi...
No sé si será el mismo HolaMundo que tenía yo, pero el caso es que hay uno que no está bien. Prueba con algún otro proyecto de Forum Nokia o de los que hay en la carpeta de ejemplos para comprobar si...
Hola,
Tengo dos preguntas relacionadas con recoger eventos del log en un teléfono:
1. Quiero recoger eventos del log correspondientes a comunicaciones Wifi, IR y Bluetooth, para saber el número...
Hello Karsten,
In my installation, I have epocmifdef.pl in this folder:
C:\Program files\Carbide\plugins\com.symbian.cdt.sdk_1.0.0\scripts
I tried to modify it changing this call:
print...
Hi again,
I have got a visible icon on the phone! I read through the thread mentioned and did as this post says:
http://discussion.forum.nokia.com/forum/showpost.php?p=272300&postcount=7
I...
Never mind about my previous post, I have managed to get a right .mif file without using the svg2svgt, just by calling mifconv as Kiran said before.
Br,
Estrella
He probado a generar el .mif "a mano" desde la ventana de comandos y dejarlo en una ubicación distinta, para que la construcción del .sis no lo sobreescriba. He modificado el .pkg con la nueva ruta,...
Hello,
I'm having the same problem and as I didn't found svg2svgt at all I've installed svg2svgtconverter from the S60Tools folder. I dont' know how to use it, could anyone help me please?
...
Hello KarstenBln,
I still haven't solved the problem, but maybe I can help you with your compilation error...
qgn_menu_webclient.svg and then qgn_menu_HELLO2.svg? Unless you have...
No tengo ningún archivo .mk en el proyecto y parece ser que Carbide los genera por sí mismo. Haciendo una búsqueda y desechando los generados automáticamente, parece que éste:
C:\Archivos de...
Precisamente tomé el sgv de uno de los ejemplos de Forum Nokia... Pero gracias por la sugerencia.
A propósito de esto, ¿existe algún validador para comprobar si el sgv es correcto? Podría ser muy...
I think I'm having the same problem, so I'm trying to follow the steps you all have mentioned.
I'm using Carbide and it has a perl script as a kind of makefile to build the mif. I've already set the...
Lo estoy intentando, pero me está costando un poco...
En Carbide, en las propiedades del proyecto, tienen definido como compilador de mif lo siguiente:
perl -S epocmifdef.pl...
Sí, 3rd Ed. FP1. Siento no haberlo dicho antes...
Cuando instalo mi aplicación en el teléfono, no aparece el icono sobre el nombre en el menú (es decir, la aplicación aparece, pero sin icono), y al dejarla corriendo en segundo plano y pulsar el...
Estoy escribiendo la aplicación en C++, lo que he puesto antes es el log del depurador de Carbide, que está hecho a partir del Eclipse y éste está escrito en Java.
Miraré si tiene algo que ver con...