Ingsaurabh, I do, the connection is in another thread. That's the weird thing. I mean, the connection is in another thread to avoid taking resources to the UI.
The problematic device is a sony...
Type: Posts; User: Lord Ryj; Keyword(s):
Ingsaurabh, I do, the connection is in another thread. That's the weird thing. I mean, the connection is in another thread to avoid taking resources to the UI.
The problematic device is a sony...
Hi.
This is a weird behavior in a phone (mods, can I write the brands if isn't a nokia device?).
Mi midlet needs internet to get some info, so it does the connection.
It's working: The...
Good day.
My application has a weird behavior. Sometimes it just finish, and sometimes it sends a message:
Error: An internal application error occurred: java.lang.OutOfMemoryError
And after...
Yep, I know that changing the JAD file doesn't require recompile the project.
I've checked the manifest file, and my parameter isn't there, but it's kinda weird, I mean, my app it's working fine...
Hi everybody.
I've got a problem with a signed midlet.
I'm taking parameters from the jad file, so I modify it every time I install it in a different device. In the nokia devices (n70, n73,...
You're right Atleta, Wizard_hu_'s answers are awesome! He's a good guy (really, your posts in the forum have helped me a lot in the symbian path).
Anyway, looking in this link, I've found that to...
You're right Itomuta, but as you said, that's not a good solution.
That's why I'm asking for a better solution, or, maybe a workaround to achieve the goal.
Hi everybody.
I'm trying to sign on the fly (because some files change for every user) my app for commercial use, and it seems to be impossible, as every sis file (commercial)must be signed, and...
Hi.
I need to play a sound in my app, I've read many tutorials, and it seems to be easy, but the question here is: Is there something like an universal-audio-format for cellphones? I'm quite new...
Thanks for the reply Yucca, I've just posted in the Symbian Signed Support forum.
Don't worry hgohel, I didn't get it that way.
I've installed both JREs, and the thing is working.
Thanks.
Well, I was thinking that if the company bought a cert, we could be able to do that.
Is there a way to do this?
I mean, my app uses autostart and sockets, and there's no way that self-signed...
What?! This only work with self-signed capabilities?!
That's new to me...
The point making a new sis each time the file will be downloaded it's that a configuration file must be changed for...
Hi!
A question: Is the sdk (S60-SDK-200634-3.1-Cpp-f.1090b.zip) compatible with Windows 2003 Standar x64 Edition?
The installation it's giving me troubles with the JRE (java 1.6.0_14), in...
Thanks, hgohel, I'll read the documentation then.
Hi again!
In another post, I talked about signing on the fly, this is about installing the sdk.
I'm moving the project to the test server (AMD Opteron 1.804 MHz, 3.8 GB of RAM, Windows 2003...
Hi everybody!
I need to sign my sis file on the fly via java, using a batch file. The process of making the sis is completed with success, but I can't make the .sisx file, it it's created, but...
Thanks Wizard_hu!
I'm now compiling on the fly, by now, just simple apps, but I'll compile my real app in a few minutes.
By the way, I read somewhere that the projects made with Carbide can't...
Could you be a little more specific? Please.
Hi everybody.
I'm facing a totally new challenge: Compiling on the fly.
I'd like to know if this is possible, is a requirement, as my .sys file needs to contain a .jad file inside it (the .jad...
Hi everybody!
I think I need a lot of help, I'm looking for the name of the process that installs those java files.
Using the RProcess I've been able to get a list of all the running processes,...
It's done!
Once again, thanks for the help Yucca!
You were right, the process-logon-thing works great!
--
Jonathan
Thanks for the reply Yucca!
I'm going to try the example provided in wiki.
I think I'll try with the IsProcessRunning function, but... Does anyone know the SUID of the Installer? Thanks in...
Hi!
Now I'm facing a trouble of unknown dimensions... The Installer.
As I couldn't find a way to install a jar/jad file right after the installation of a c++ app, I've decided to do it...
Hi!
My c++ app needs a MIDlet to do its work (in the MIDlet is the work that doesn't needs all the c++ features) correctly. For testing purposes, I install the apps from PC Suite.
Now, to test...