I do have sales on the 20th, even higher than usual.
Type: Posts; User: Utumn0; Keyword(s):
I do have sales on the 20th, even higher than usual.
We all know very well that sales reporting does not work here ( my experience tells me that the 'per device' percentages keep being updated every day but the 'per country' as well as 'total' sales...
Like someone wrote here already, the 'per device' percentages keep being updated every day, but the 'per country' as well as 'total' sales figures keep experiencing up to 1-week long hiccups....
I've got an app ( in Ovi already ) which works on non-touch devices. I would like to port it now for touchscreens.
The app was developed under Linux, using only WTK+NokiaAPI, and in a perfect world...
I second that. A SDK for Linux would be most welcome.
Here in this very forum I read that all the 'S40 5th edition' phones do not have Verisign root certificates in them. Also, my verisigned MIDlet has failed QA on all S40 5th ed. devices , apparently...
In my case, it turned out that with a slight modification of the code I did not have to call join() at all.
But many others may not be so lucky.
working device:
Start thread: 1260711861983
Enter run(): 1260711862004 // +11
Exit run(): 1260711862137 // +144
Thread death: 1260711862141 // +148
non-working device:
I agree.
I think we already came up with this code: your midlet. I , for one, cannot see anything wrong with it, and I hope you also cannot :)
I already have a workaround for my 'real-world'...
I have tested your midlet using N79, E63 and 5500 Sport in Remote Device Access.
The results are the same: as expected, on the 'working' model ( N79 ) the time between 'Enter run()' and 'Thread...
One can test using Remote Device Access.
The only real devices I have been testing on are the 3120, 6710, SE 700i ( where is takes 100ms) and E71 ( where it takes 1000ms, i.e. 'fails')
I have...
Good point; I've tried and it does not make one bit of difference. Still exactly the same set of models take more than 1000 ms while others take 50-100 ms.
In fact, I can even eliminate the...
Hello Java gurus,
I have a slight problem if my app runs on a phone which has a QWERTY keyboard, like the E71.
My app does various things in reaction to user pressing the nine 1,2,...,9 buttons...
I have tested with Nokia 3120 and 6220 ( physical devices ) and with a bunch of devices from RemoteDeviceAccess ( N95, E71, 63xx XpressMusic and some others ) - everywhere the same.
Hello J2ME gurus,
I am enclosing an example midlet. If you run it in your phone and click 'test' , the midlet will download (http) Google's front page. Just before the download, the phone will ,...
Well, I've tested with other phones and *everywhere*, the 'G' stays on!
I've written a small test midlet. I've tested it in my 3120 classic, as well as in E71, N95 , 6220 and a few others in...
Ok, thanks! I've implemented that and indeed on S60 5th Edition things are working.
But how about all the S60 3rd Edition devices that support screen rotation like the 6220 ?
Good point! I've restructured the code.
I tried to download 25 times in a row - it downloaded correctly every single time and it was very quick, so certainly the connection to 3G network persists....
I am writing '10 minutes' because that's the longest I've waited. I'am damn sure even if I waited 10 hours the 'G' would still be there. ( and it is NOT a problem that the screen is not repainted -...
ok, but in my app there is an option 'download data from server' and the first time user chooses it, the app actually downloads the data; subsequent 'downloads' just serve the locally cached data. ...
Except the icon, everything else is totally the same and I claim as long as the phone has at least 128x128 screen, supports MIDP 2.0 and JSR 184, and has numerical keyboard (rather than touchscreen)...
traud,
Alas, the thread does not really answer the question.
Simply put: Verisign, Thawte or JV, given my situation?
Hello J2ME gurus,
in my app I communicate with a http server in the following way
HttpConnection hc = null;
DataInputStream din = null;
I want to do just that. Since it is impossible, how am I supposed to write a fullscreen application that uses softkeys? I have to draw appropriate captions for the softkeys, but I dont know in which...
Yes, I saw this , but it unfortunately does not solve my problem.
I am really after getting to know where are the softkeys ( are they below the screen or to the right of it? ) because my app runs...