Questions tagged [s40]

6 questions
3
votes
1 answer

how can remove Out of memory Error in Nokia S40

I am working on nokia asha s40 using nokia sdk2.0 and lwuit1.5.My problem is that when i use my app for some time it throw an error of out of memory error.so please suggest me how can manage run time memory.when an error comes that time free memory…
Rajput V.K
  • 63
  • 1
  • 6
2
votes
1 answer

Transfer SMS from a Java phone over GPRS (i.e. run an SMS gateway)?

Is it possible to transfer SMS's from a Java based phone (either generic Java ME or Nokia Series 40) over GPRS - i.e. effectively to run an SMS gateway, without a PC? I am aware that: this is not possible through just MIDP, since MIDlets cannot…
ShankarG
  • 1,105
  • 11
  • 26
0
votes
1 answer

how can get name of current city in nokia asha java ME

I am working on nokia asha sdk1.1 with using lwuit 1.5.so i want to get the name of current city where user running the app so how i can get it in nokia asha java ME
Rajput V.K
  • 63
  • 1
  • 6
0
votes
1 answer

how to make textArea scrollable in nokia asha sdk1.0

i am working on nokia asha sdk1.0 .i am using TextArea in my app but my textarea not scrollable.i used following code so how to make it scrollable. Display.init(this); Display.getInstance().setForceFullScreen(true); Form form=new…
Rajput V.K
  • 63
  • 1
  • 6
0
votes
1 answer

OutOfMemoryError in LWUIT Table

I am developing an app for S40, focused to work in the Nokia Ahsa 305. In some pages of the app, I show some tables filled with so many data (21 rows with 10 columns, like 210 Label data). When I show that table the memory use, rise a lot and when I…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

LWUIT Table, constraint data

I am working in a table with multiple data inside. When I add only the header, I can see the data in a good way, and the columns with different sizes. But when I add the data, all the columns go crazy, the widths are adjust to the headers, and the…
Mun0n
  • 4,438
  • 4
  • 28
  • 46