BlackBerry Forums Support Community
              

Showing results 1 to 50 of 73
Search took 0.02 seconds.
Search: Posts Made By: misty83
Forum: Developer Forum 07-27-2009, 03:25 AM
Replies: 1
Views: 935
Posted By misty83
setting ringtones programatically? is it possible?

setting ringtones programatically? is it possible?
Forum: Developer Forum 07-27-2009, 12:42 AM
Replies: 1
Views: 935
Posted By misty83
what can be changed programatically?

hi,
i would like to know what bb configurations can be changed programatically?

i mean, par example - the wallpapper on the phone, some settings.. what can be changed programatically (except...
Forum: Developer Forum 07-16-2009, 06:37 AM
Replies: 1
Views: 1,185
Posted By misty83
ok, i've solved my problem. here is my code in...

ok, i've solved my problem. here is my code in case someone needs something similar:
public void addToLog(int _where, FileConnection _fc, int _data, String _dataToday){
try{

_dis =...
Forum: Developer Forum 07-16-2009, 03:29 AM
Replies: 1
Views: 1,185
Posted By misty83
updating proper position in a file

hi,

i would like to know Your suggestion on how can i solve such a task:

i've got a file to each 7 parameters can be wrote. each parameter is separate using ";". so i've got:

A;B;C;D;E;F;G
...
Forum: Developer Forum 07-15-2009, 04:28 AM
Replies: 0
Views: 1,799
Posted By misty83
how can i differ incoming sms from mms?

hi,
i've implemented MessageListener and i'm wondering why incoming sms is recognized as an mms.. here is my code:
public class MessageIncoming implements MessageListener{


public void...
Forum: Developer Forum 07-11-2009, 02:45 AM
Replies: 23
Views: 3,786
Posted By misty83
i'm using jde 4.6... please take a look here:...

i'm using jde 4.6... please take a look here: BlackBerry JDE 4.6.0 API Reference (http://www.blackberry.com/developers/docs/4.6.0api/index.html)

it is clearly written:

Number of packets...
Forum: Developer Forum 07-10-2009, 02:51 AM
Replies: 23
Views: 3,786
Posted By misty83
i would also like to know what exactly is...

i would also like to know what exactly is returned by these methods? cause in API it is written that number what packets.. but what is the size of these packets?
Forum: Developer Forum 07-10-2009, 01:38 AM
Replies: 23
Views: 3,786
Posted By misty83
and actually i have another question about these...

and actually i have another question about these methods getNumberOfPacketsReceived()/Sent(). actually i think i do not understand them, i mean:

1. are these method for this, par example-when my...
Forum: Developer Forum 07-10-2009, 01:33 AM
Replies: 23
Views: 3,786
Posted By misty83
hi, thx for answer. i have implemented...

hi,
thx for answer.
i have implemented RadioInfoListener and i've noticed that it only reacts on the change of the signal. par example-when i turn on/off the radio. or when the strength of the...
Forum: Developer Forum 07-09-2009, 03:09 AM
Replies: 23
Views: 3,786
Posted By misty83
i saw a presentation of a company whose...

i saw a presentation of a company whose application shows the usage of internet. par example-you run the application and You can see that You've used 3.5MB from 5MB free..
so if they did it-it is...
Forum: Developer Forum 07-09-2009, 02:49 AM
Replies: 23
Views: 3,786
Posted By misty83
even if using RadioInfo methods for checking...

even if using RadioInfo methods for checking transmission activity-i need to know when should i start checking it.. (that was the reason why i asked is there a possibility to check when user starts...
Forum: Developer Forum 07-09-2009, 02:34 AM
Replies: 23
Views: 3,786
Posted By misty83
what i need to do is write to a log how much data...

what i need to do is write to a log how much data did user downloaded and sent. every 24h data will be send to a server, the log ill be erase, and new data will be written.

as i understand-so.. if...
Forum: Developer Forum 07-08-2009, 01:08 AM
Replies: 23
Views: 3,786
Posted By misty83
hmm.. ok, so actually what for are these...

hmm..
ok, so actually what for are these methods:
RadioInfo.getNumberOfPacketsReceived() and RadioInfo.getNumberOfPacketsSent()

as i cannot use them as i described? i really do not unerstand...
Forum: Developer Forum 07-07-2009, 01:07 AM
Replies: 23
Views: 3,786
Posted By misty83
i know these methods. but look-You must know when...

i know these methods. but look-You must know when to call them. when? when user starts using internet.. so that is the reason why i was asking-how can i check if user has started using internet? i've...
Forum: Developer Forum 07-06-2009, 01:19 AM
Replies: 23
Views: 3,786
Posted By misty83
ok, maybe let's try differently. i saw an...

ok, maybe let's try differently. i saw an application on bb which checks every day how many data did user sent/received from internet. i would like to do something similar for me. how can i do that?
Forum: Developer Forum 07-06-2009, 01:16 AM
Replies: 3
Views: 1,500
Posted By misty83
as i remember, it is for all bb. but i do not...

as i remember, it is for all bb. but i do not know where You can find docs about it. try on a offical blackberry site.


regards
Forum: Developer Forum 07-05-2009, 12:33 AM
Replies: 23
Views: 3,786
Posted By misty83
i do not want to check what the browser does...

i do not want to check what the browser does (which pages user has visited etc). i just need to recognize when user has started using internet and when finished it..
Forum: Developer Forum 07-03-2009, 12:34 PM
Replies: 23
Views: 3,786
Posted By misty83
i must check if user: -opens a browser...

i must check if user:

-opens a browser (couse that means ofcourse that he is using internet)
-opens an application that (for example) download or send some files using internet

what i must to...
Forum: Developer Forum 07-03-2009, 12:04 PM
Replies: 23
Views: 3,786
Posted By misty83
is it possible to check when a user has connected(disconnected) to the internet?

hi,
is it possible programatically to check that the user has just connected (disconnected) to the internet?

kind regards
Forum: Developer Forum 07-03-2009, 08:39 AM
Replies: 1
Views: 1,456
Posted By misty83
looks like i had a bug, not related to this code....

looks like i had a bug, not related to this code. it works fine!

kind regards
Forum: Developer Forum 07-03-2009, 07:22 AM
Replies: 1
Views: 1,456
Posted By misty83
problem with RadioStatusListener

hi,
i need to implement a class that will register if user connects to the internet, for how long, if he receives any data etc. i've started with implementing a class that would implements...
Forum: Developer Forum 06-21-2009, 07:17 AM
Replies: 0
Views: 1,709
Posted By misty83
how to recognize separately incoming received and outgoing received calls?

hi,
to listen if there is a call i use AbstractPhoneListener. but i need to listen only for received outgoing calls. and AbsctractPhoneListener can only listen for incoming received (callAnswered()...
Forum: Developer Forum 06-20-2009, 03:37 AM
Replies: 4
Views: 929
Posted By misty83
hi, i still have one question: i know...

hi,

i still have one question:

i know that i can get the duration of the call using getDuration() from CallLog. but this is the duration of the last call. is there a method that will get me the...
Forum: Developer Forum 06-19-2009, 02:05 AM
Replies: 4
Views: 929
Posted By misty83
thx! i'll take a look on these links. ...

thx! i'll take a look on these links.

kind regards
Forum: Developer Forum 06-17-2009, 01:49 AM
Replies: 4
Views: 929
Posted By misty83
getting programatically infos about the cost (and period or number) of talk/sms

hi, i was wondering-if it is possible to get programatically such informations:

- number of smses sent
- number of mms sent
- how long user was talkig
- how much user has payed for the...
Forum: Developer Forum 05-19-2009, 06:26 AM
Replies: 1
Views: 1,794
Posted By misty83
ok, i've solved it. here is the code: ...

ok, i've solved it. here is the code:
UiApplication.getUiApplication().invokeLater(new Runnable(){
public void run(){


final Dialog d = new Dialog("Enter:",
new String [] {"Ok"},...
Forum: Developer Forum 05-19-2009, 04:01 AM
Replies: 1
Views: 1,794
Posted By misty83
onClick method for a Dialog?

hi, i need to have such a thing - a dialog with added three editFields where i can put text and a 'ok' button. and after i click 'ok' my method will be called. Earlier i did it like this:
...
Forum: Developer Forum 05-04-2009, 06:50 AM
Replies: 4
Views: 7,282
Posted By misty83
simply: int pin = DeviceInfo.getDeviceId(); ...

simply:

int pin = DeviceInfo.getDeviceId();

kind regards
Forum: Developer Forum 04-29-2009, 01:31 AM
Replies: 0
Views: 867
Posted By misty83
how can i lower the size of an image?

hi,

how can i make the size of an image (EncodedImage) smaller?

kind regards
Forum: Developer Forum 04-29-2009, 01:29 AM
Replies: 5
Views: 4,074
Posted By misty83
yhh... i did. but the problem is that You can...

yhh... i did. but the problem is that You can store an image only to png or jpg. and i'm looking for an idea of how to store it as a bitmap!
Forum: Developer Forum 04-22-2009, 01:59 AM
Replies: 2
Views: 1,369
Posted By misty83
i was asking rather about image compression Image...

i was asking rather about image compression Image compression - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Image_compression)

i do not need anything to be zipped and then...
Forum: Developer Forum 04-22-2009, 12:54 AM
Replies: 5
Views: 4,074
Posted By misty83
i need to store bitmap to bmp just to compare...

i need to store bitmap to bmp just to compare smth (too long to explain). getData() method may be used only for PNG and JPEG. BMPEncodedImage was aslo checked by me, and to use it i must first make a...
Forum: Developer Forum 04-21-2009, 07:19 AM
Replies: 5
Views: 4,074
Posted By misty83
how to save bitmap to *.bmp file?

hi,
how can i save bitmap to *.bmp file? i'm making a screenshot, store it to the bitmap:

Bitmap _bitmap= new Bitmap(Display.getWidth(), Display.getHeight());
Display.screenshot(_bitmap);

...
Forum: Developer Forum 04-21-2009, 02:31 AM
Replies: 2
Views: 1,369
Posted By misty83
compression for images?

are there any methods or is it possible somehow to set a compression to the encodedImage (jpg/png)?

kind regards
Forum: Developer Forum 04-20-2009, 01:08 AM
Replies: 3
Views: 1,790
Posted By misty83
i've found a solution. here is the code: Bitmap...

i've found a solution. here is the code:
Bitmap bmp = new Bitmap(Display.getWidth(),Display.getHeight());Display.screenshot(bmp);int x=0;int y=0;int[] argb = new int[ bmp.getWidth() *...
Forum: Developer Forum 04-18-2009, 04:52 AM
Replies: 3
Views: 1,790
Posted By misty83
how to make a monochrome JPEGEncodedImage?

hi,
i'm making a screenshot of the device screen, store it into bitmap and then encode it into JPEGEncodedImage. but this image must be black and white.. how can i do that?
here is the code that i...
Forum: Developer Forum 04-16-2009, 07:34 AM
Replies: 5
Views: 4,619
Posted By misty83
//#define works in j2me so i thought it will also...

//#define works in j2me so i thought it will also work for bb. but it doesn't.

anyway, thx for help.

kind regards
Forum: Developer Forum 04-16-2009, 07:33 AM
Replies: 10
Views: 1,367
Posted By misty83
ok, it seems that i really cannot do with it...

ok, it seems that i really cannot do with it nothing programatically..
thx for Your answers and help!

kind regards
Forum: Developer Forum 04-16-2009, 03:20 AM
Replies: 5
Views: 4,619
Posted By misty83
ok, it seems that there is smth wrong with...

ok, it seems that there is smth wrong with eclipse complier. i downloaded JDE from RIM and when i use that, everything works, except that i do not get the message that i should. i mean with this...
Forum: Developer Forum 04-16-2009, 12:39 AM
Replies: 10
Views: 1,367
Posted By misty83
the reason i'm asking about that is first of...

the reason i'm asking about that is first of all-they are quite annoying. and also-i'm making a background application which starts always with the device. this application is supposed to listen for...
Forum: Developer Forum 04-15-2009, 07:52 AM
Replies: 5
Views: 4,619
Posted By misty83
i use eclipse-plugin in and i'm wondering if...

i use eclipse-plugin in and i'm wondering if everything is ok with my eclipse.. maybe i should set smth in properties?
Forum: Developer Forum 04-15-2009, 03:57 AM
Replies: 5
Views: 4,619
Posted By misty83
how to use preprocessor?

hi, my application differs a little for JDE lower than 4.7 and equal or higher than 4.7. i know i must use preprocessor for that. i modified my *.jdp file and added:

Options=-quiet...
Forum: Developer Forum 04-15-2009, 03:32 AM
Replies: 10
Views: 1,367
Posted By misty83
by ITPlolicy i mean alert like, for example when...

by ITPlolicy i mean alert like, for example when Your application connects to a server->then You get an alert asking about socket connection. or if Your application must receive sms->then You also...
Forum: Developer Forum 04-14-2009, 06:18 AM
Replies: 1
Views: 1,331
Posted By misty83
ups, i forgot to copy sing-files (sigtool.csk,...

ups, i forgot to copy sing-files (sigtool.csk, sigtool.db, sigtool.set) to the proper directory..
Forum: Developer Forum 04-14-2009, 06:05 AM
Replies: 1
Views: 1,331
Posted By misty83
problems with JDE 4.7 under eclipse

hi,
i downloaded JDE 4.7 plugin for eclipse, i installed it, i changed JDE from 4.5 to 4.7 under BlackBerry -> Configure BlackBerry Workspace -> Installed Components -> Components under eclipse....
Forum: Developer Forum 04-14-2009, 06:01 AM
Replies: 10
Views: 1,367
Posted By misty83
can i disable ITPolicy programatically?

hi, is there any possibility not to show alerts made by ITPolicy? i've checked api for ITPolicy class, but i did not find anything that will let me not showing these alerts.


kind regards
Forum: Developer Forum 04-03-2009, 01:43 AM
Replies: 1
Views: 1,609
Posted By misty83
problems with connection on BB 9500 Storm

hi, i got new device right now- 9500 Storm. i wrote simple application which only connects in server, like this:

_sc = (SecureConnection)Connector.open("ssl://addressort;deviceside=true");

and...
Forum: Developer Forum 03-27-2009, 03:46 AM
Replies: 0
Views: 756
Posted By misty83
how can i simulate pressing a button for a given period of time?

hi,

is there any possibility i can simulate pressing an alt-key for a given by me period of time(few seconds)? after this time, the key should be released.


kind regards
Forum: Developer Forum 03-25-2009, 07:27 AM
Replies: 2
Views: 950
Posted By misty83
i tried Status.show("mes", _time) but the problem...

i tried Status.show("mes", _time) but the problem is, that only the method i showed does not blocks other things in my application..
Forum: Developer Forum 03-25-2009, 07:17 AM
Replies: 2
Views: 950
Posted By misty83
how to set time for showing a dialog

hi, i show Dialog like this (and i must do it that way):

public void notifyUser(String data)
{
_ui = Ui.getUiEngine();
_screen = new Dialog(Dialog.OK, data, Dialog.OK,...
Showing results 1 to 50 of 73

 
Forum Jump

TSG-17 High Frequency RF/AM Radio Frequency Signal Generator 100kHz-150MH NEW picture

TSG-17 High Frequency RF/AM Radio Frequency Signal Generator 100kHz-150MH NEW

$78.80



MATRIX SYSTEMS SWITCH RADIO FREQUENCY MFR/PN 7705DRRIS picture

MATRIX SYSTEMS SWITCH RADIO FREQUENCY MFR/PN 7705DRRIS

$299.00



Lot of 50 HDW-IMP-80 Imprivata RF IDEAS Radio Frequency Proximity Reader picture

Lot of 50 HDW-IMP-80 Imprivata RF IDEAS Radio Frequency Proximity Reader

$489.99



RF Radio Frequency Cautery High Electro Electrosurgery Surgical Generator Set picture

RF Radio Frequency Cautery High Electro Electrosurgery Surgical Generator Set

$299.00



RF Radio Frequency Cautery 3.5 Mhz High Electro Surgical Generator Set picture

RF Radio Frequency Cautery 3.5 Mhz High Electro Surgical Generator Set

$461.75



Radio Frequency Systems Wijd862-04S Combiner Working  picture

Radio Frequency Systems Wijd862-04S Combiner Working

$239.99







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