BlackBerry Forums Support Community
              

Showing results 1 to 50 of 50
Search took 0.02 seconds.
Search: Posts Made By: hithayath_sait
Forum: BlackBerry Network 08-05-2008, 01:10 AM
Replies: 1
Views: 1,606
Posted By hithayath_sait
Thumbs down RTSP pause problem in BB 8330 & 8130

Hi Friends,

I have developed an application which does RTSP streaming of media like audio and video. I am able to stream the content.

The problem is: Audio when paused in blackberry 8330 & 8130...
Forum: Developer Forum 08-05-2008, 12:31 AM
Replies: 0
Views: 2,413
Posted By hithayath_sait
Thumbs down RTSP pause problem in Blackberry 8330 & 8130

Hi Friends,

I have developed an application which does RTSP streaming of media like audio and video. I am able to stream the content.

The problem is: Audio when paused in blackberry 8330 & 8130...
Forum: Developer Forum 07-01-2008, 11:55 PM
Replies: 5
Views: 1,742
Posted By hithayath_sait
Thanks for response. My Device is not...

Thanks for response.

My Device is not connected to a BES. I am just pinging the public server via WiFi.

From the browser, i can access the server. But from the application, i can't.

Please...
Forum: Developer Forum 07-01-2008, 08:16 AM
Replies: 5
Views: 1,742
Posted By hithayath_sait
Http Connection over WIFI

Hello Friends,

I am having BB 8820. I am developing an application which request server to retrieve certain information. I am using http for communication.

The device has no data plan, so i...
Forum: Developer Forum 06-27-2008, 06:26 AM
Replies: 6
Views: 3,045
Posted By hithayath_sait
How to set the property of the JAD file using...

How to set the property of the JAD file using Blackberry JDE.?

Regards,
Hithayath.
Forum: Developer Forum 06-27-2008, 05:55 AM
Replies: 1
Views: 2,013
Posted By hithayath_sait
Custom JAD property

Hi,

I am porting the J2ME appln to Blackberry. How to add custom attributes which should present in the both the JAD and manifest in the .COD file.

I am unable to find how to set the JAD...
Forum: Developer Forum 05-09-2008, 06:19 AM
Replies: 5
Views: 1,836
Posted By hithayath_sait
Did u start MDS along with the simulator while...

Did u start MDS along with the simulator while running the application.?

What kind of exceptions are u getting..??
Forum: Developer Forum 05-09-2008, 01:36 AM
Replies: 5
Views: 1,836
Posted By hithayath_sait
Hi, How did u port the application..?? ...

Hi,

How did u port the application..??

Please giv info about thread Handling in your application.

So that i can make a move.

Regards,
Hithayath.
Forum: Developer Forum 05-05-2008, 02:35 AM
Replies: 1
Views: 3,418
Posted By hithayath_sait
Thumbs down OS version 4.3.0 for BB 8820

Hi Friends,

Can any body tel me where can i get the os version 4.3.0 for Blackberry 8820.

I have seen an info that the os version 4.3.0 for Blackberry 8820 will be available from May.

But...
Forum: Developer Forum 04-30-2008, 01:45 AM
Replies: 8
Views: 2,729
Posted By hithayath_sait
Can u please post ur detailed code, so that i can...

Can u please post ur detailed code, so that i can try to give a solution.
Forum: Developer Forum 04-25-2008, 12:24 AM
Replies: 8
Views: 1,411
Posted By hithayath_sait
public class CustomField extends UiApplication { ...

public class CustomField extends UiApplication {

public CustomField() {
pushScreen(new CAskForString("sample popup","Place Question here?",""));

}

public static...
Forum: Developer Forum 04-24-2008, 04:26 AM
Replies: 8
Views: 1,411
Posted By hithayath_sait
Before u want to do such stuff, i wud request u...

Before u want to do such stuff, i wud request u to study API specification once.

Plan what r u goin to do according to what u need.
Forum: Developer Forum 04-24-2008, 12:55 AM
Replies: 1
Views: 1,377
Posted By hithayath_sait
Dont do that much stuff. Right click in your...

Dont do that much stuff.

Right click in your project, click add file to project, then locate the jar file.

It will get added as of your java file. Now make use of it.

All de best.
...
Forum: Developer Forum 04-24-2008, 12:40 AM
Replies: 8
Views: 1,411
Posted By hithayath_sait
Develop ur own custom class which extends...

Develop ur own custom class which extends PopupScreen class property.

1.add RichTextField for question string.

2.add TextField for response string.

3.Receive the text typed in the TextField....
Forum: Developer Forum 04-24-2008, 12:34 AM
Replies: 5
Views: 3,927
Posted By hithayath_sait
I have tried the same way and as well using...

I have tried the same way and as well using FlowFieldManager but it didnt work. RadioButtonField is not following the layout property. whatever manager we assign, by default it is placed under...
Forum: Developer Forum 04-14-2008, 07:26 AM
Replies: 13
Views: 4,804
Posted By hithayath_sait
Post your full code, so that i can give a try.

Post your full code, so that i can give a try.
Forum: Developer Forum 04-14-2008, 06:11 AM
Replies: 13
Views: 4,804
Posted By hithayath_sait
ui.pushGlobalScreen(onDemandDialog, 1,...

ui.pushGlobalScreen(onDemandDialog, 1, UiEngine.GLOBAL_MODAL);


use this code for pushing the screen.

I am not getting exception, i have two r more screen and it is working well.

Try to...
Forum: Developer Forum 04-14-2008, 03:55 AM
Replies: 13
Views: 4,804
Posted By hithayath_sait
Ok. Remove the dispactcher in the above code...

Ok.

Remove the dispactcher in the above code and try.
Forum: Developer Forum 04-14-2008, 12:24 AM
Replies: 13
Views: 4,804
Posted By hithayath_sait
Push the screen like below code: public...

Push the screen like below code:

public static void main(String args[]) {
onDemandDialog=new OnDemandDialog();
UiEngine ui = Ui.getUiEngine();
...
Forum: Developer Forum 04-13-2008, 11:51 PM
Replies: 13
Views: 4,804
Posted By hithayath_sait
Let me know how r u showing the screen i.e.,...

Let me know how r u showing the screen i.e., using pushscreen or what..??

Can you post ur code, so i can clarify ur doubt soon.
Forum: Developer Forum 04-10-2008, 11:03 PM
Replies: 18
Views: 8,102
Posted By hithayath_sait
Try this code below: ...

Try this code below:


UiApplication.getUiApplication().invokeLater(new Runnable() {
public void run() {
if(onDemandScreen.isDisplayed()){
...
Forum: Developer Forum 04-10-2008, 04:46 AM
Replies: 18
Views: 8,102
Posted By hithayath_sait
For checking the whether ur settings screen on...

For checking the whether ur settings screen on the top of the stack, use isDisplayed() method.

Note:Please go Through API Doc before doing coding and asking questions.

PS:Dont send private...
Forum: Developer Forum 04-10-2008, 04:28 AM
Replies: 1
Views: 2,546
Posted By hithayath_sait
Have you started the MDS along with emulator.? ...

Have you started the MDS along with emulator.?

if yes, please check for settings for the soap in the advanced options of the emulator.
Forum: Developer Forum 04-10-2008, 02:33 AM
Replies: 18
Views: 8,102
Posted By hithayath_sait
I guess you are using two screen class which...

I guess you are using two screen class which extends MainScreen.

Use popupScreen(screen) method in UiApplication class to remove the settings screen from the display.

Use status class to show...
Forum: Developer Forum 04-10-2008, 01:34 AM
Replies: 18
Views: 8,102
Posted By hithayath_sait
Sorry Your fact is not clear.

Sorry Your fact is not clear.
Forum: Developer Forum 04-10-2008, 01:33 AM
Replies: 2
Views: 4,036
Posted By hithayath_sait
Did u sign it again after u made changes..??

Did u sign it again after u made changes..??
Forum: Developer Forum 04-09-2008, 11:55 PM
Replies: 18
Views: 8,102
Posted By hithayath_sait
Any Default popup screen appearing.. during...

Any Default popup screen appearing.. during incoming call..??
Forum: Developer Forum 04-09-2008, 08:38 AM
Replies: 18
Views: 8,102
Posted By hithayath_sait
http://www.blackberry.com/knowledgecenterpublic/l...

http://www.blackberry.com/knowledgecenterpublic/l ivelink.exe/fetch/2000/348583/800332/800505/800608 /How_To_-_Alert_a_user_from_a_Background_applicati on.html?nodeid=820551&vernum=0

Check this...
Forum: Developer Forum 04-09-2008, 08:06 AM
Replies: 14
Views: 3,454
Posted By hithayath_sait
I have found something in ur code like, u r...

I have found something in ur code like,

u r storing values in listIcons[] array. But returning "iconsOfList"

Also i tried the same way by creating image with the same location but it is not...
Forum: Developer Forum 04-09-2008, 07:19 AM
Replies: 18
Views: 8,102
Posted By hithayath_sait
What kind of popupscreen u have..?? Dialog r...

What kind of popupscreen u have..?? Dialog r status.?

You can activate ur application to foreground to show the popupscreen.

From background also it is possible to show popupscreen.

Popup...
Forum: Developer Forum 04-09-2008, 07:08 AM
Replies: 14
Views: 3,454
Posted By hithayath_sait
Try this code: I have added a "/" at the...

Try this code:

I have added a "/" at the beginning.


Image registeredIcon=Image.createImage("/img/registered.png");
/* Creating icon for New User option */
Image...
Forum: Developer Forum 04-09-2008, 06:33 AM
Replies: 14
Views: 3,454
Posted By hithayath_sait
Ok. Post the code, so that i can find the...

Ok.

Post the code, so that i can find the solution.
Forum: Developer Forum 04-09-2008, 06:11 AM
Replies: 14
Views: 3,454
Posted By hithayath_sait
Suppose if you have png file in such a path :...

Suppose if you have png file in such a path : com/project/src/image

Try this: import com.project.src.image.*; at the top of the class file. (Java Basics)

Right click your project in the JDE...
Forum: Developer Forum 04-09-2008, 05:48 AM
Replies: 14
Views: 3,454
Posted By hithayath_sait
Did you try importing the folder where the image...

Did you try importing the folder where the image file exists.?

Also did u add the img file to the project in the workspace.?

Check this condition and let me know the status.

Regards,...
Forum: Developer Forum 04-04-2008, 04:56 AM
Replies: 3
Views: 4,612
Posted By hithayath_sait
Are you getting this exception immediately or...

Are you getting this exception immediately or after some time of your permission.

What type of connection r u using. ?

Its better to post ur code for such kind of problem.
Forum: Developer Forum 04-01-2008, 07:45 AM
Replies: 9
Views: 3,423
Posted By hithayath_sait
You are dealing with an array operation here: ...

You are dealing with an array operation here:


FontFamily fontFamily[] = FontFamily.getFontFamilies();
Font font = fontFamily[3].getFont(FontFamily.SCALABLE_FONT, 12);
Font textFont =...
Forum: Developer Forum 04-01-2008, 06:25 AM
Replies: 2
Views: 1,062
Posted By hithayath_sait
I want to list the Access point in my application...

I want to list the Access point in my application through programmatically.

Manually we can do anything. But i want to do it programmatically.

Is there any APIs that support.?
Forum: Developer Forum 04-01-2008, 06:22 AM
Replies: 9
Views: 3,423
Posted By hithayath_sait
Can you post your code, so that i can help you.

Can you post your code, so that i can help you.
Forum: Developer Forum 04-01-2008, 04:18 AM
Replies: 9
Views: 3,423
Posted By hithayath_sait
Hi, I guess, that components in the screen...

Hi,

I guess, that components in the screen class are put in the stack to be shown on the BBscreen. So might be due to overflow of stack, u r getting such exception.

Try removing some components...
Forum: Developer Forum 03-31-2008, 07:15 AM
Replies: 2
Views: 1,062
Posted By hithayath_sait
WiFi Access point?

Hi Friends,

How to get the list of WiFi accesspoint programmatically using Any APIs.?

Thanks in Advance.
Forum: Developer Forum 03-31-2008, 12:28 AM
Replies: 2
Views: 915
Posted By hithayath_sait
You can find the solutions in Class CoverageInfo...

You can find the solutions in Class CoverageInfo and Interface CoverageStatusListener
under the package net.rim.device.api.system at RIM specific APIs.
Forum: Developer Forum 03-31-2008, 12:08 AM
Replies: 8
Views: 2,729
Posted By hithayath_sait
Yes thats true, earlier i got an exception and i...

Yes thats true, earlier i got an exception and i have rectified it. After that the problem was in speed of transfer.

Now i have optimised to 1 sec for 150000 bytes transfer. I am looking for...
Forum: Developer Forum 03-29-2008, 04:45 AM
Replies: 8
Views: 2,729
Posted By hithayath_sait
Hi, The code which i posted is working but...

Hi,

The code which i posted is working but not fast. Can you help how to improve the throughput of transfer.

I had a look at link you provided. Next time i will definitely put the code in the...
Forum: Developer Forum 03-28-2008, 03:36 PM
Replies: 8
Views: 2,729
Posted By hithayath_sait
public SocketConnection getConnection() { ...

public SocketConnection getConnection() {
long startTime = 0;
try {
if(sc == null) {

sc = (SocketConnection) Connector.open...
Forum: Developer Forum 03-28-2008, 07:52 AM
Replies: 1
Views: 876
Posted By hithayath_sait
Hi, I have tried the BBScreenShooter.exe...

Hi,

I have tried the BBScreenShooter.exe utility for my case of capturing the video in the video player.

But in that too it is not showing the video, only the video player layout is showing.
...
Forum: Developer Forum 03-27-2008, 05:16 AM
Replies: 1
Views: 876
Posted By hithayath_sait
Screen Capture on Video

Hi Friends,

I have developed a screen capture appn on BB 8820.

Its working well. But during the video player, it is capturing the screen but not the playing video i.e., only the player is...
Forum: Developer Forum 03-26-2008, 05:36 AM
Replies: 8
Views: 2,729
Posted By hithayath_sait
Stream problem in Blackberry 8820

Hi Friends,

I have developed an application which sends data thru WiFi (socket connection) and receives acknowledment.

The process is like:

1. Opened a socket connection
2. Opened an...
Forum: Developer Forum 03-24-2008, 06:36 AM
Replies: 2
Views: 1,344
Posted By hithayath_sait
Hi Friends, I have cleared the problem, i am...

Hi Friends,

I have cleared the problem, i am sharing this knowledge which vil help any one of you.

I have given the values for the "connectionuid" parameter in the socket connection as "S...
Forum: Developer Forum 03-24-2008, 06:18 AM
Replies: 1
Views: 3,070
Posted By hithayath_sait
Bitmap object into byte[] array

Hi Friends,

I am developing which will capture the screen and send it as attachment.

I am capturing the screen using the screenshot method in the Display class.

I am getting a "Bitmap...
Forum: Developer Forum 03-22-2008, 10:36 AM
Replies: 2
Views: 1,344
Posted By hithayath_sait
BB 8820 WiFi Problem

Hi Friends,

I have developed an appn which sends data to the Wifi enabled board.

I am able to send data from the JDE simulator.

But from real device 8820, i cannt do so.

I am sending data...
Showing results 1 to 50 of 50

 
Forum Jump

VINTAGE COLLECTIBLE / IBM / APPLE / POWERPC / MICROPROCESSOR CHIP / 90X8941 (JO) picture

VINTAGE COLLECTIBLE / IBM / APPLE / POWERPC / MICROPROCESSOR CHIP / 90X8941 (JO)

$9.99



Apple 1 Replica IC's: Vintage IC’s Many Types See List NOS 74XXX Types - Apple I picture

Apple 1 Replica IC's: Vintage IC’s Many Types See List NOS 74XXX Types - Apple I

$20.00



(1) 7450 fairchild IC Vintage Apple I Replica reproduction mimeo newton NEW  picture

(1) 7450 fairchild IC Vintage Apple I Replica reproduction mimeo newton NEW

$9.50



Vintage Apple Computer 4” Paper Cube Notepad Macintosh 80s 90s Office White picture

Vintage Apple Computer 4” Paper Cube Notepad Macintosh 80s 90s Office White

$39.95



Lot of 6 Vintage Apple Drawstring Bags For iPhone, Mac, Apple Watch, iPod picture

Lot of 6 Vintage Apple Drawstring Bags For iPhone, Mac, Apple Watch, iPod

$45.00



Vintage Colorful Baby On Apple Terracotta Figure Old Sharpener Stationery WD51 picture

Vintage Colorful Baby On Apple Terracotta Figure Old Sharpener Stationery WD51

$65.00







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