Search the web
Sign In
New User? Sign Up
j2mearchive · J2ME Archive discussion list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1466 - 1495 of 1577   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1466
I'm sure there's a simple solution to this question, but i cant work it out to save my life! Basically, i've got 2 working midlets, one that shows a basic menu...
andybeeeeee
Offline Send Email
Apr 4, 2006
8:02 pm
1467
Dear All! My friend and I are going crazy because we are trying to write a MIDlet that allows us to trigger several embedded small audio files and video files...
talkmethrough
Offline Send Email
Apr 4, 2006
8:02 pm
1468
Looks like way too much processing in the command action system event callback. You should be using threads to handle the real work and returning quickly from...
Gary Adams
Gary.Adams@...
Send Email
Apr 4, 2006
8:47 pm
1469
Hi, I'm new to j2me. I want some help on http connection. In my below coding whenver i'm using url as (http://localhost:xxx/zzz/xx.jsp) then it's working fine....
Deivanayagam
deiva_vkpuram
Offline Send Email
Apr 5, 2006
4:18 pm
1470
Hii Your code looks fine......when you global ip of the server....u still have to use port number in url..... (http://xxx.xxx.xxx.xxx*:xxx* /zzz/xx.jsp)...
Pallavi
pallaviutu
Offline Send Email
Apr 13, 2006
7:56 pm
1471
hiii plz i need ur help in my j2me project i am using PushRegistry.registerAlarm and installing the application in Nokia 6600 I am attempting to auto start...
TamerSaleh™
tamer3000egypt
Offline Send Email
Apr 13, 2006
7:57 pm
1472
my application push an midlet (other than the main midlet) to the pushregistry so i have to put the midlet name in the jad file which lets it appear to the...
tamer3000egypt
Offline Send Email
Apr 13, 2006
7:59 pm
1473
Hey Friends, I need some help. I want to access images stored in the memory card of a mobile phone and upload them on the web. Is it possible? Please help me....
sumeet boob
sumeetboob
Offline Send Email
Apr 18, 2006
7:51 pm
1474
hey boob. lemme guess... homework? anyways, boob, you need to have a phone that supports JSR-75 to use the FileConnection API to do that. If you do... cool,...
parkflys
Offline Send Email
Apr 19, 2006
2:30 am
1475
Hi, am currently working on inserting an animated .gif file into a j2me application. Been unsucessful so far as it will result in a static picture (as opposed...
theanhaw
Offline Send Email
Apr 20, 2006
8:04 pm
1476
on some phones, its supported in the MMAPI as a "video type", and thus getting your animated frames of the gif. So you'd have to create a video player object...
parkflys
Offline Send Email
Apr 20, 2006
11:27 pm
1477
hi ppl, i need the source code of the 2 player J2ME MIDP game Lobber aka connect5 aka link5....the 2 players should be taking their turns on the same...
DVRM Chowdary
dvrmc
Offline Send Email
Apr 27, 2006
8:37 pm
1478
hi, i'm a new member of this group!! currently i'm doing my academic project!! i'm developing a mobile application by which we could control our home...
Binil Benjamin
binilbenjamin
Offline Send Email
Apr 27, 2006
8:42 pm
1479
Dear all, I have a problem about getting current time on the device. I use calendar.getInstance() and it always produces GMT time. And I have tried to use new...
pravin_bluebird
Offline Send Email
Apr 27, 2006
8:45 pm
1480
We would like to know what Java / J2EE Frameworks you are using for building Enterprise level Web and Mobile applications that are multi-lingual (English,...
uniclaire2004
Offline Send Email
Apr 28, 2006
8:11 pm
1481
try this this solved my problem String stamp = new String(); int t; TimeZone x = TimeZone.getTimeZone("GMT+5:30"); Calendar now = Calendar.getInstance(x); t =...
Mayank Gupta
mayank_bsr
Offline Send Email
May 8, 2006
6:00 pm
1482
i need your valuable help!!!!!!!!! ...this msg is related with my academic project!its a mobile application that controls a PC remotely through internet.......
Binil Benjamin
binilbenjamin
Offline Send Email
May 8, 2006
6:00 pm
1483
i'v now a very big problem and i need a solution even if i'll pay for it i just want to openinputstream from an HttpConnection if i let the url like that ...
TamerSaleh™
tamer3000egypt
Offline Send Email
May 8, 2006
6:01 pm
1484
I was also thinking of developing something like that.... Binil Benjamin <binilbenjamin@...> wrote: hi, i'm a new member of this group!! currently i'm...
Siluro
mails_r
Offline Send Email
May 8, 2006
6:09 pm
1485
what is the error message in the alert?...
Erica Ramsey
erica_a_ramsey
Offline Send Email
May 8, 2006
7:09 pm
1486
when i print the ex.getMessage(); i c this: 14494 Erica Ramsey <ericaramsey@...> wrote: what is the error message in the alert? ... Yahoo! Groups Links...
TamerSaleh™
tamer3000egypt
Offline Send Email
May 9, 2006
4:12 am
1487
looks like a chunked http header. look at http rfc it tells you how to handle chunked http headers...
Erica Ramsey
erica_a_ramsey
Offline Send Email
May 9, 2006
7:12 pm
1488
Hello everybody, Apress has released Pro Java ME (J2ME) Mobile Media API (MMAPI). Mobile Media API, as you may know, allows you to add multimedia capabilities...
Vikram Goyal
idkweb
Offline Send Email
May 9, 2006
7:12 pm
1489
Hi Guys, Question for you guys, I have two compiled binaries, one is for blackjack and the other is for poker. I want to create a small UI/application launcher...
vipulsawhney
Offline Send Email
May 9, 2006
7:15 pm
1490
hi there.. i m a new user in this group.. can anybody tell me that is there any way to create a j2se application which communicates to a mobile device over...
Ali hammad baig
saintbaig
Offline Send Email
May 9, 2006
7:20 pm
1491
I have a huge problem. I cant use the filesystem. If I use it before the gui-parts it works fine, I only need to choose yes when I am asked for permission. But...
sandsater
Offline Send Email
May 12, 2006
5:27 am
1492
Dear Friends, I want to upload images stored on memory card to my computer using J2ME application and J2SE server. The server will accept the data on my...
sumeet boob
sumeetboob
Offline Send Email
May 15, 2006
6:37 pm
1493
Hello Folks, I have a game that has to be ported on Nokia 6111. The application gives an error when I press the red end key/exiting normally after launching it...
Selva Karthik
sel_karthik
Offline Send Email
May 17, 2006
12:56 am
1494
does anybody have a copy of rococo impronto simulator.. i despretly need it.. plz help me... if uve got a copy, plz share it with me .. ill be vvvvvery...
Ali hammad baig
saintbaig
Offline Send Email
May 17, 2006
12:57 am
1495
Hello, I'm new in the world of mobile applikations, and before getting deeper to one technologie (J2ME or Flash Lite, at the moment) i have some questions to...
Andreas Motsch
andreas_motsch
Offline Send Email
May 19, 2006
11:38 am
Messages 1466 - 1495 of 1577   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help