BlackBerry Forums Support Community
              

Showing results 1 to 50 of 81
Search took 0.02 seconds.
Search: Posts Made By: vivartpandey
Forum: Developer Forum 08-25-2010, 04:13 AM
Replies: 177
Views: 79,945
Posted By vivartpandey
its a very useful thread but its very hard to...

its a very useful thread but its very hard to manage all ideas.

using google moderator i have created a app suggestion page.
please give your ideas here
Product Ideas for Mobile Applications...
Forum: Developer Forum 08-25-2010, 04:08 AM
Replies: 3
Views: 1,375
Posted By vivartpandey
instead of sleep use timertask. Timer timer...

instead of sleep use timertask.

Timer timer = new Timer();
TimerTask timerTask = new TimerTask(){

public void run() {
// check email

}
Forum: Developer Forum 08-19-2010, 03:50 AM
Replies: 3
Views: 1,672
Posted By vivartpandey
try this PhoneArguments phoneArgs = new...

try this

PhoneArguments phoneArgs = new PhoneArguments(PhoneArguments.ARG_CALL, "123456789,123");
Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, phoneArgs);
Forum: Developer Forum 08-19-2010, 02:09 AM
Replies: 0
Views: 3,195
Posted By vivartpandey
Exclamation how to bypass keystore password prompt??

i am trying to develop an app which tries to call a https(godaddy ssl) url.when i a installing certificate programatically using this code.
public void addCertToDeviceKeyStore(Certificate...
Forum: Developer Forum 08-16-2010, 12:13 AM
Replies: 4
Views: 1,469
Posted By vivartpandey
thanks Dougsg38p

thanks Dougsg38p
Forum: Developer Forum 08-13-2010, 08:05 AM
Replies: 4
Views: 1,469
Posted By vivartpandey
thanks Dougsg38p one more thing. can i...

thanks Dougsg38p one more thing.

can i upload two builds?
1. for 480x360
2. for 320x 240

so what i want to ask is like user's phone OS lavel appworld will detect screen sizes also?
Forum: Developer Forum 08-13-2010, 07:45 AM
Replies: 4
Views: 1,469
Posted By vivartpandey
Multiple builds and blackberry app world

i have two build of same application 1. for touch screen 2. for non-touch screen

So how to manage these two builds on blackberry app world? I have to upload both builds?

if i have uploaded both...
Forum: Developer Forum 08-04-2010, 01:57 AM
Replies: 11
Views: 3,042
Posted By vivartpandey
yeah i have tested on storm its not working for...

yeah i have tested on storm its not working for storm.
Forum: Developer Forum 08-03-2010, 04:26 AM
Replies: 11
Views: 3,042
Posted By vivartpandey
In that article itself given a second way. by...

In that article itself given a second way.
by pressing end menu option for that you no need set any permission.
Forum: Developer Forum 08-03-2010, 12:16 AM
Replies: 11
Views: 3,042
Posted By vivartpandey
yeah in real device you have to enable key event...

yeah in real device you have to enable key event injection.
Options => Advanced Options => Applications => [Your Application] =>Edit Default permissions =>Interactions =>key stroke Injection

read...
Forum: Developer Forum 06-24-2010, 03:36 AM
Replies: 3
Views: 1,615
Posted By vivartpandey
try this // Get the current application...

try this


// Get the current application descriptor.
ApplicationDescriptor current = ApplicationDescriptor
.currentApplicationDescriptor();

// Schedules are rounded to the nearest...
Forum: Developer Forum 06-15-2010, 05:23 AM
Replies: 3
Views: 1,286
Posted By vivartpandey
you can also read this Blackberry...

you can also read this

Blackberry application signing (http://blog.vimviv.com/blackberry/blackberry-application-code-signing/)
Forum: Developer Forum 05-31-2010, 01:23 AM
Replies: 2
Views: 1,571
Posted By vivartpandey
you can give alternate entry point using <entry>...

you can give alternate entry point using <entry> element of bb-ant-tools.
BlackBerry Ant Tools (http://bb-ant-tools.sourceforge.net/docs)
Forum: Developer Forum 05-24-2010, 12:56 AM
Replies: 2
Views: 1,423
Posted By vivartpandey
you can try Yahoo! Weather API...

you can try Yahoo! Weather API (http://freeapis.blogspot.com/2010/05/yahoo-weather-api.html)
Forum: Developer Forum 05-17-2010, 01:34 AM
Replies: 3
Views: 2,969
Posted By vivartpandey
OAuth (Yahoo FireEagle) in J2ME...

OAuth (Yahoo FireEagle) in J2ME (http://freeapis.blogspot.com/2010/05/oauth-yahoo-fireeagle-in-j2me.html)
Forum: Developer Forum 05-11-2010, 11:44 PM
Replies: 2
Views: 1,064
Posted By vivartpandey
go to project -> Build Active Blackberry...

go to project -> Build Active Blackberry Configuration
Forum: Developer Forum 05-11-2010, 07:17 AM
Replies: 8
Views: 1,685
Posted By vivartpandey
Don't forget to set permissions on real device:...

Don't forget to set permissions on real device: Options => Advanced Options => Applications => [Your Application] =>Edit Default permissions =>Interactions =>key stroke Injection
Forum: Developer Forum 05-11-2010, 06:46 AM
Replies: 8
Views: 1,685
Posted By vivartpandey
have you tested on real device that call...

have you tested on real device that call disconnect code??
Forum: Developer Forum 05-11-2010, 06:27 AM
Replies: 8
Views: 1,685
Posted By vivartpandey
have you tested on real device?? i have a doubt...

have you tested on real device??
i have a doubt that this will not work on real device.
Forum: Developer Forum 05-11-2010, 03:33 AM
Replies: 8
Views: 1,685
Posted By vivartpandey
public class PhoneCallInterceptor extends...

public class PhoneCallInterceptor extends AbstractPhoneListener {

public void callIncoming(final int callId) {

final PhoneCall call = Phone.getCall(callId);
final String number =...
Forum: Developer Forum 05-11-2010, 12:55 AM
Replies: 2
Views: 2,248
Posted By vivartpandey
Here is the sample code as it is posted from ...

Here is the sample code as it is posted from
Advanced blackberry development book

import javax.microedition.media.*;
import net.rim.device.api.ui.Screen;
import...
Forum: Developer Forum 05-11-2010, 12:36 AM
Replies: 8
Views: 1,685
Posted By vivartpandey
I dont know it will work or not but what i...

I dont know it will work or not but what i understand your problem.

if you are not available.


public class PhoneCallInterceptor extends AbstractPhoneListener {

public void...
Forum: Developer Forum 05-10-2010, 12:14 AM
Replies: 1
Views: 1,805
Posted By vivartpandey
public static void save(byte[] text,String...

public static void save(byte[] text,String filename) {
String fName ="file:///store/home/user/audio/"+filename+".mp3";
OutputStream os = null;
FileConnection fconn = null;
try...
Forum: Developer Forum 05-07-2010, 06:02 AM
Replies: 6
Views: 2,344
Posted By vivartpandey
Give marquee effect to that long text.

Give marquee effect to that long text.
Forum: Developer Forum 05-07-2010, 05:12 AM
Replies: 1
Views: 1,189
Posted By vivartpandey
try this. //Run is called when the menuItem...

try this.

//Run is called when the menuItem is invoked
public Object run(Object context)
{
//context object should be an Event
if (context instanceof Event)
{...
Forum: Developer Forum 05-03-2010, 12:12 AM
Replies: 2
Views: 1,082
Posted By vivartpandey
you can do these things with FileConnection APIs....

you can do these things with FileConnection APIs.
search for FileConnection APIs and you can get good tutorials about ead/write/Modify/Delete.
Forum: Developer Forum 04-07-2010, 06:11 AM
Replies: 2
Views: 1,654
Posted By vivartpandey
for this you have to create a custom listfield...

for this you have to create a custom listfield for that read this article.
How To - Create a ListField with check boxes...
Forum: Developer Forum 04-05-2010, 08:32 AM
Replies: 7
Views: 2,565
Posted By vivartpandey
Read this article How to reliably establish a...

Read this article
How to reliably establish a network connection on any BlackBerry device...
Forum: Developer Forum 04-05-2010, 08:09 AM
Replies: 7
Views: 2,565
Posted By vivartpandey
Many new blackberry developers are facing this...

Many new blackberry developers are facing this problem like http connection problem, on real device http connection is not working ,tunnel failed error, etc. i think Dougsg38p, one good article...
Forum: Developer Forum 04-01-2010, 05:55 AM
Replies: 2
Views: 1,357
Posted By vivartpandey
i think this post will help you drawText wrap...

i think this post will help you
drawText wrap text into multiple lines (http://supportforums.blackberry.com/t5/Java-Development/Can-drawText-wrap-text-into-multiple-lines/m-p/258817#M42493)
Forum: Developer Forum 04-01-2010, 05:51 AM
Replies: 2
Views: 864
Posted By vivartpandey
i think you have to parse date manually and after...

i think you have to parse date manually and after that you can create date object.



// for date 31/3/10
monthnum = 3;
daynum = 31;
year = 10;
Calendar getCal = Calendar.getInstance();
...
Forum: Developer Forum 04-01-2010, 02:45 AM
Replies: 2
Views: 1,070
Posted By vivartpandey
override onclose() method of screen class ...

override onclose() method of screen class

public boolean onClose() {

return super.onClose();
}
Forum: Developer Forum 04-01-2010, 02:12 AM
Replies: 5
Views: 1,064
Posted By vivartpandey
why two time calculation int...

why two time calculation



int daysPassed = getDays(date1.getTime() - date2.getTime());

public int getDays(long millis) {

double seconds = Math.floor(millis / 1000);
double minutes =...
Forum: Developer Forum 03-29-2010, 01:01 AM
Replies: 9
Views: 2,958
Posted By vivartpandey
i have not tried this thing but i think in 4.7 we...

i have not tried this thing but i think in 4.7 we can do this.
1. using google map api get the my location in (lat and long).
2. using google map api get static map of my location and save in flash...
Forum: Developer Forum 03-25-2010, 04:32 AM
Replies: 7
Views: 1,695
Posted By vivartpandey
because of that its running on simulator but you...

because of that its running on simulator but you are getting error on real device.
read these articles.

How to reliably establish a network connection on any BlackBerry device...
Forum: Developer Forum 03-25-2010, 03:56 AM
Replies: 7
Views: 1,695
Posted By vivartpandey
in blackberry you should create http connection...

in blackberry you should create http connection like this.
connection = (HttpConnection) Connector.open(url + ConnectionString);

because of that i was asking
are you using a right connection...
Forum: Developer Forum 03-25-2010, 02:41 AM
Replies: 7
Views: 1,695
Posted By vivartpandey
Are you using a right connection string??

Are you using a right connection string??
Forum: Developer Forum 03-25-2010, 02:40 AM
Replies: 1
Views: 1,300
Posted By vivartpandey
I think you got the answer on stackoverflow.com. ...

I think you got the answer on stackoverflow.com.
BlackBerry - call time tracking application (http://stackoverflow.com/questions/2509750/blackberry-call-time-tracking-application)
Forum: Developer Forum 03-18-2010, 05:57 AM
Replies: 2
Views: 877
Posted By vivartpandey
try this link. Blackberry - How to get Category...

try this link.
Blackberry - How to get Category of BlackBerryContact? (http://stackoverflow.com/questions/2326420/blackberry-how-to-get-category-of-blackberrycontact)
Forum: Developer Forum 03-18-2010, 05:49 AM
Replies: 4
Views: 4,251
Posted By vivartpandey
what is the version of jde that you are using...

what is the version of jde that you are using because Blackberry code is forward compatible not backward compatible.if you have developed the application for 5.0 it will not work on 4.6.
Forum: Developer Forum 02-23-2010, 03:08 AM
Replies: 0
Views: 1,265
Posted By vivartpandey
How to recognize mobile number in a given text?

I want to extract valid(on the basis of format) mobile numbers from a text.

e.g. I/O some text (987) 456 7890, (987)-456-7890 again some text

O/P 9874567890 9874567890

problem is, there are...
Forum: Developer Forum 01-05-2010, 11:34 AM
Replies: 3
Views: 907
Posted By vivartpandey
Read this article. How to get signed your...

Read this article.
How to get signed your blackberry application. (http://www.vimviv.com/kb.php?id=22)
Forum: Developer Forum 01-05-2010, 08:38 AM
Replies: 5
Views: 3,157
Posted By vivartpandey
oh! i didn't see 4.6. i think for 4.6 its a...

oh! i didn't see 4.6.
i think for 4.6 its a known issue.
try this
How to change background color of MainScreen? - BlackBerry Support Community Forums...
Forum: Developer Forum 01-05-2010, 08:15 AM
Replies: 3
Views: 907
Posted By vivartpandey
i think its not 100$ a year. its just 20$ one...

i think its not 100$ a year.
its just 20$ one time payment.
and its not costly. after that you can run your application in any number of devices.
Forum: Developer Forum 01-05-2010, 08:11 AM
Replies: 5
Views: 3,157
Posted By vivartpandey
Use g.setGlobalAlpha to set the Transparency. ...

Use g.setGlobalAlpha to set the Transparency.
here g is the graphics object.
It ranges from setGlobalAlpha(0) fully transparent to setGlobalAlpha(255) fully opaque.
Forum: Developer Forum 01-05-2010, 08:00 AM
Replies: 4
Views: 871
Posted By vivartpandey
if(threadEnd){ ...

if(threadEnd){
fieldChangeNotify(FieldChangeListener.PROGRAMMATIC);
}
Forum: Developer Forum 12-29-2009, 02:35 AM
Replies: 0
Views: 1,231
Posted By vivartpandey
addmenu in 4.0

I want to give a different entry point for context menu item.
in 4.5 os
addMenuItem(long id,
ApplicationMenuItem item,
ApplicationDescriptor...
Forum: Developer Forum 12-23-2009, 07:15 AM
Replies: 2
Views: 4,221
Posted By vivartpandey
this article will be helpful for you. How to...

this article will be helpful for you.
How to programmatically connect to the internet in blackberry (http://www.vimviv.com/kb.php?id=32)
Forum: Developer Forum 12-02-2009, 09:01 AM
Replies: 12
Views: 5,025
Posted By vivartpandey
yaar, i am just giving you a hint for your...

yaar,
i am just giving you a hint for your problem.
like
in your class your will get compiler error on this line...
Forum: Developer Forum 12-02-2009, 08:05 AM
Replies: 12
Views: 5,025
Posted By vivartpandey
customButton.java file public class...

customButton.java file

public class customButton extends ButtonField{

int buttonWidth;
public customButton(String label,long style,int width) {
super(label,style);
buttonWidth = width;...
Showing results 1 to 50 of 81

 
Forum Jump

New Factory Sealed 1766-MM1 SER A MicroLogix 1400 Memory Module Catalog AB US picture

New Factory Sealed 1766-MM1 SER A MicroLogix 1400 Memory Module Catalog AB US

$160.00



ABB DSQC321 Memory Board Assembly 3HAB2236-1 picture

ABB DSQC321 Memory Board Assembly 3HAB2236-1

$69.95



2 - RAM DRAM Tray-Container Box For Server PC Memory DIMM Modules - Fits 100 NEW picture

2 - RAM DRAM Tray-Container Box For Server PC Memory DIMM Modules - Fits 100 NEW

$21.90



Tn1650b Memory Lucent 32mb picture

Tn1650b Memory Lucent 32mb

$25.00



Dental Endodontic Endo Memory Engine Rotary Root Canal NiTi File 6pcs/pack picture

Dental Endodontic Endo Memory Engine Rotary Root Canal NiTi File 6pcs/pack

$455.43



Honeywell 30750218-010 Memory Board picture

Honeywell 30750218-010 Memory Board

$335.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.