errr.. signing your app isn't like adding a DRM protection to your code. It will change the security domain your app will fall in and will affect in the behaviour of your app with...
Type: Posts; User: suvro; Keyword(s):
errr.. signing your app isn't like adding a DRM protection to your code. It will change the security domain your app will fall in and will affect in the behaviour of your app with...
I was thinking more in the line of a System property or something like the ones we have here. Anyway thank you both for your replies, it is much appreciated.
If you really don't want to spend money for buying a certificate and still you want to make your app work like a trusted app, spend money buying a S60 2nd Edition device. If you go through the link...
Hi,
Is it possible to programmatically detect what sound profile is currently active on the phone and see what is the ringtone being set for alarms?
We are going to develop a reminder...
Hi marc_garraway,
I think u didn't provide much attention to what the other posters was asking you to do. Had u did that, u could have sort out the problem i.e. your Display object in class...
I had a Nokia N72 that time. And it gave me the GMT time with which adding I can't remember now if it was 5:00 hrs or 6:00 hrs exactly that gave me the right IST, but atleast I got it. And as I told...
No Emulator. You have to test in real device and check if in diif devices the time is the same (or if they are giving the same time according to their system clock) or they are different. If the time...
Think this help...
TimeZone tz = TimeZone.getTimeZone("GMT");
Calendar cal = Calendar.getInstance(tz);
Date dt = cal.getTime();
Now just print that date on some field in...
Hi Ansh,
I too once got stuck with the situation as I was developing a personal app for my phone. I did a workaround as taking the GMT time and adding 5:30 hr. (or was it 6:00 hr. !! I can't...
Nowhere did I find out this comments. And if this is what your understanding of my comment then I'm sorry for that, hurting you was and is not my intention at all. But to me experience is something...
Nothing to say about this.
Thats good.
I'm afraid not if you are not getting the Image as an decrypted stream. Well I can still give you some links that might help to solve this problem. But I...
If it is a canvas, it is you who will decide how the screen and every thing in the screen will be drawn. But about the texts, well it will surely need a trick to do this.
Although I am not quite...
Hi jackofall,
As u being told, u can not change the local of your phone, but you can change the local of your application through code.
I think you can find something interesting here
No I'm not surprised at all... I should have thought that you didn't installed the Mobility Plugin... Ohh what a fool I am !!!
Ok forget it.
What I was trying to tell you is it is really easy...
And oh yes, if you don't think the above as fast and easy, then we should need an IDE which will just read our mind and do the work.
;-P
Cheers
Now this sounds real funny to me. Well it is like that I can not believe that somebody have NetBeans (well u mentioned it) and 20 years (!!!) of huge experience in programing and that too in...
See this and here
What you need to do is :
Calender myCalender = Calendar.getInstance (TimeZone.getTimeZone ("UTC"));
Date d = new Date (myCalender.getTime ().getTime () - (5*60*60*1000));
Hope this works..
What you are seeing at your System is the time set as in the Timezone you are in. And you can also do that with your program, you just need to set the TimeZone.
And there is no way to get the System...
You are in the wrong forum to ask this questions. However you can use
<input type="button" value="Print this page" onClick="window.print()"> to print the page. Hope this helps.
Hi Kurt,
You didn't mention that if this server is a PC or a mobile acting as a bluetooth server.
However, what you asked conceptually can be done on both sides. The implementation will certainly...
Close the j2me app (call destroyApp) as soon as you are calling platform request. That will do the trick.
Hi Sarkie,
Once I tried with bluecove but didn't had much time in hand to research further with it. What did I developed by that time is a PC based application which can only send a file to some...
Bluecove requires the bluetooth dongle to support and use Windows bluetooth stack. It supports nothing else.
If you want to proceed with bluesoleil, download their api and libs and make your own jni...
Come on.... its hard to believe that nobody has answered this yet... please anybody...