Need Suggesion about the WMA 2.0

Hi,
I have created one application for sending and reciving the TEXT_MESSAGES.
for that i have used the following method
conn=(MessageConnection)Connector.open("sms://5550001:1234")my question is:
1)why we have to specify port no along with cell/phone no as "sms://5550001:*1234*" ?
2)Is there any way that we bypass the use of port in here i.e. can we open MessageConnection without specifying port?
thanks in advance.!

First off I would recommend buying the non academic full version for $20 more because its worth it. So when Aperture 2.5 or 3 comes out, you do not have to pay the full price for it.
As for your library, make a backup if you want, but all you need to do after installing a licensed version of Aperture 2 is go to your previous library and then select "open with..." then chose Aperture 2 (default)
Once you do that you will receive a message stating that "once your library has been updated, it will not open in previous versions of Aperture, do you wish to continue?"
After you do that your library will be fully imported into Aperture 2 exactly as it was in the previous versions of the program.
Hope that helps.

Similar Messages

  • Need help about the SHA Message Digest ? & what is use of Message Diagest ?

    need help about the SHA Message Digest ? & what is use of Message Diagest ?
    1>i have one program of making message digest
    2>which requires two files name
    3>one for input like txt
    4> second is out put file of message digest
    can any one tell what is the use of second generated file .

    MessageDigest md = MessageDigest.getInstance("SHA");
    FileInputStream fis = new FileInputStream(args[0]);
    byte[] b = new byte[1024];
    int readed = -1;
    while((readed = fis.read(b)) > 0)
         md.update(b, 0, readed);
    fis.close();
    FileOutputStream fos = new FileOutputStream(args[1]);
    byte[] d = md.digest();
    StringBuffer sb = new StringBuffer();
    for(int i = 0; i < d.length; i++) {
         String str = Integer.toHexString(d[i] & 0xff);
         sb.append(str.length() < 2 ? "0" + str : str);
    fos.write(sb.toString().getBytes());
    fos.close();

  • Need info about the parameter _FIX_CONTROL in a BW environment

    Hi ,
    I have done some research about the parameter FIXCONTROL and went through the SAP note 1165319.
    We have a task at hand where SAP has recommended a new value to be added to this parameter in a BW production environment.
    Now in the above note there are an entire set of values which this parameter can take up.
    I have understood to some extent that this has to do with this Fixes if case of any issues.
    last month we have upgraded the oracle version of the database from 10.2.0.2 to 10.2.0.4.
    Can anyone help me in understanding what this MergeFix is all about?
    I need to better understand this concept.
    Thank you.
    Regards,
    Hari Kishan.

    Hello,
    still not sure if I fully understood your question; but the recommended approach regarding patches is:
    1) Apply all the interim patches recommended by SAP. For Oracle 10.2.0.4 these will those from SAP note 1137346. The merge fix from SAP note also 1165319 is mentioneded there.
    And by the way, SAP note 1137346 is updated about once a month; new patches may be added, old ones may be removed. SAP recommends to follow accordingly; but if there aren't any problems, you might want to you keep your current state for a longer period.
    2) Read all the SAP notes mentioned there. You may have to do additional tasks like setting Oracle parameters, FIXCONTROL or others. The value you have to set now may or may not be mentioned in one of these notes, I can't know.
    3) If you encounter some problem, first search in SAP notes, or if necessary open a support call with SAP. You may then have to apply additional patches and set addtional values for FIXCONTROL.
    And yes, this way the list of required patches may become specific to each customer, as customer requirements are specific.
    But it would be difficult to find the exact list of needed patches in advance.
    I think a BW consultant who is familiar with Oracle installations will tell you something similar. One who is very experienced in your scenario might also be able to recommend additional patches in advance.
    regards

  • I need answers about the iCloud - Please help

    Hi guys, well I have a few iOS devices, 2 ipads, and an iphone. Well, I got a few questions to ask.
    1. Ok, on my iphone on settings on the icloud bit, I have my iphone back up aswell as the 2 ipads. What will happen if I delete the back up for 1 of the ipads. Like, I don't know whats on the back up. And If I want a new back up for the ipad, how to I create 1?
    2. On the icloud section with all 3 ios devices, my 5gb of storage is full, and each device has a bit of storage used up by it. The iphone - 1.7gb, ipad 1 - 600 mb... And it all adds up to around 5gb. But what I don't understand is, on 1 of the ipads it says I've used up 17gb of storage (not icloud), so why has the icloud only stored 600 mb of it? Shouldn't it store like the whole 5gb? I really don't know... I need all the info about the icloud. And yes I've read all of it on this website but none of it helps.
    3. Since it say the icloud storage is full, how do i get more storage, should I just buy more, or is there another way?
    All I know is, if I have icloud set up on all 3 of my devices, what ever i buy on 1 devices it goes on the other 3.
    And that, i have a back up with all my music n stuff in, just incase something goes wrong. Please help! Thanks!

    iCloud Support
    http://www.apple.com/support/icloud/
    iCloud Help
    http://help.apple.com/icloud/?lang=en

  • Tecra A50 PT634E - Need details about the SATA controller

    Hi
    I'm looking for detailed specification of Toshiba Tecra A50 (PT634E-00800JPL).
    I need to know what is the version of internal SATA port.
    Is this SATA II or SATA III ?
    I want to change the hard disk to SSD and buy the most suitable one.

    Install freeware hardware diagnostic software like for example SANDRA Sisoft, Everest Home Edit or HWiNFO32.
    Such tools provide you all essential information about the built in parts and the HDD controller.
    Please post some feedback would be interesting to know what SATA controller details would be reported by such tool.

  • I need hepl about the unlocking, im from bolivia and im going to the united states but im going to be just one day at the mall at orlando and i need to know how many time takes the unlocking for Bolivia an if it has a extra cost,please help

    im tlaking about the iphone 4s, im going to be really grateful for the help bye

    Please clarify what you mean. Do you already have an iPhone? If so, and it came from the US and is (presumably) carrier locked, you're out of luck. NONE of the US carriers will unlock iPhones. There are no exceptions.
    The unlocked iPhone 4S is not yet available in US Apple retail stores. All phones sold at retail in the US are currently carrier locked.

  • Need info about the integration Process.

    HI ,
    I would like to know about the different components of Integration Process like about the Receiver etc..
    and how do we relate the properties of each component with the container.
    Thanks in advance

    hi Syed
    An integration process is an executable, cross-system process for processing messages. In an integration process you define all the process steps that are to be executed and the parameters relevant for controlling the process.
    You implement integration processes when you want to define, control, and monitor complex integration processes that extend across enterprise and application boundaries. The design and processing of integration processes is also known as cross-component Business Process Management (cross-component BPM, ccBPM).
    http://help.sap.com/saphelp_nw04/helpdata/en/68/6bfd3f9149ca42e10000000a1550b0/frameset.htm
    follow this thread to learn how to define an IP
    http://help.sap.com/saphelp_nw04/helpdata/en/68/6bfd3f9149ca42e10000000a1550b0/frameset.htm
    You use a correlation to assign messages that belong together to the same process instance. A correlation joins messages that have the same value for one or more XML elements. A correlation is therefore a loose coupling of messages: at design time, it enables you to define which message a receive step must wait for, without knowing the message ID
    http://help.sap.com/saphelp_nw04/helpdata/en/68/6bfd3f9149ca42e10000000a1550b0/frameset.htm
    regards
    sandeep
    If helpful reward points

  • Need details about the Snap to Grid function

    I wanted to repair a problem in a guitar track, So I opened a new track and recorded over the problem. I though that with the Snap to Grid function I could slide the new version on the old track without having to worry about the region moving horizontally. That's what's happening, it is impossible to move the track without changing the timing of the track.
    Is it normal?
    Thanks in advance

    Install freeware hardware diagnostic software like for example SANDRA Sisoft, Everest Home Edit or HWiNFO32.
    Such tools provide you all essential information about the built in parts and the HDD controller.
    Please post some feedback would be interesting to know what SATA controller details would be reported by such tool.

  • Need  info about the  Netweaver in BI certificate

    Hello, all,
    As Ravi said, there are 8 questions in BI certification about Netweaver. can any one give me some tips how to prepare this parts?
    I lose the link to the thread of Ravi, I can not find his email address.
    if you aosl have his ppt, could you please send a copy to me?[email protected]
    Thnaks a lot
    Ravi wrote in another thread:
    These are the sections that would be tested in the certification exam.
    1) Data Modeling --> 8 questions (BW 330 covers these questions)
    <b>2) Netweaver - Technical scenarios --> 8 questions (the PPT that i sent would cover this)</b>
    3) Authorization --> 4 questions (BW365)
    4) Warehouse Management --> 20 questions (BW310)
    5) Extraction --> 12 questions (BW340, 350)
    6) Reporting --> 20 questions (BW305, 315)
    7) BPS --> 8 questions (BW370 or TBW45)

    Can any one help me?

  • Need Suggesion for the below logic

    Hi Experts,
    i have a 6 fields a,b,c,d,e,f in the source and in the target i have one field k
    My mapping requirement is
    if a =1 then K =b
    suppose if b is blank
    then k=c
    suppose if c is blank
    then k = d
    suppose if d is blank
    then k = e
    suppose if e is blank
    then k=f
    In the mapping i wrote a decode function as below
    decode ( a = '1',b,
                  (a='1' and b = ' '),c,
                 (a='1' and c = ' '),d,
                (a='1' and d = ' '),e,
                (a='1' and e = ' '),f,null)
    My problem is when the first field i.e if b is blank, i should get c values, i am using 4.1 version, i am not getting expected
    Any Suggesion please
    Thanks
    Madhu

    The Data types A is int
    B,C,D,E,F are varchar (30)
    K is varchar(40)
    The requirement is
    if A =1 then K =B
    suppose if B is blank
    then K=C
    suppose if C is blank
    then K = D
    suppose if D is blank
    then K = E
    suppose if E is blank
    then K=F
    Out of 5  fields--B,C,D,E,F . K value should be the first value out of these 5 fields in the Order B ,C, D, E, F which is not blank
    Please let me know if you did not understand
    Thanks
    Madhu

  • Need information about the transition used in this video.

    Hi,
    I try to make a video about a game (a fragmovie).
    I have see a video with very nice transition. I want try to do same but i don't know how.
    If somemone have tuto, links, tips or whatever for help me, thanks you.
    The video : http://www.youtube.com/watch?feature=player_embedded&v=unWCV9aWWrc
    I want do same transitions as 00:14 or 00:27sec.
    Thanks.

    I'd take your two clips and set them up with a simple dissolve transition between the two using opacity with the blend mode set to alpha add. Next drop the comp with the dissolve transition into a new comp or select both layers and pre-compose. Now apply Effect>Stylize>Motion Tile and animate the tile center to complete the transition.
    EZ as pie.
    Strike that, easier than pie.

  • Need details about the BI repository migration

    I have a requirement coming my way, although I am not working in Technology related to BI , my client insists me to do some BI repository migration.
    His requirement was that he has already done the cloning part of the DB, now all he wants is , the BI repository needs to be reproduced from the current server to another server.
    Kindly let me know any pointers for this BI repository migration.
    Thanks in advance.
    Regards,
    SID

    Hi,
    look if this is want you are looking for:
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/484161.htm
    Regards.
    Bruno Condemi

  • Need Info about the E71

    Hi i am planning to buy Nokia E71 , I just need to be sure if i can use the sound recorder without the limitation of length because i want to use this phone to recoard my lessons at school. Thanks
    Solved!
    Go to Solution.

    According to the user's manual and the help utility of the application, the upper limit is 60 minutes, presumably regardless of the available memory.
    Please note that there are two choices in relation with the record quality, high and MMS compliant. I would try both to see which one is more appropriate.
    I haven't experienced with it.
    mgoksoy

  • Need explanation about the abstractportal mode

    Hai all
    can any one explain me why we are using different modes in abstractportal component,what is the purpose ,can u explain with examples?
    default CONTENT
    when a user is not authenticated LOGON
    Hide a portal component. HIDEMODE
    Display the error returned by a component. ERROR
    Start the component in a test mode. TEST
    Preview of the component. PREVIEW
    Help text of the component. Development model to provide
    help files in the par file.
    HELP
    Edit and save the profile of a component. EDIT
    A short text explaining the purpose of the component. ABOUT
    Description Mode

    Hi Balaji.
    an iView can display (or even not display anything at all - if it hides itself, that's the HIDEMODE) different things or in different states. If it should not be displayed at all, see above. The "normal" content is displayed within the CONTENT mode. If you want to edit the profile of the component (i.e. personalize the iView), this is done within the EDIT mode. If an iView is previewed from within the PCD, this is done within the PREVIEW mode (you may differentiate this mode from the CONTENT mode, as maybe you don't want some things to happen if the iView is previewed without it's page context etc).
    Also check out the APIDoc: https://media.sdn.sap.com/javadocs/NW04/SPS15/ep/com/sapportals/portal/prt/pom/NodeMode.html
    ... as well as some examples, here how the to hide an iView: http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/60b54066ea8531e10000000a1550b0/frameset.htm or how to check the called mode in a test scenario: http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/a7b7424ddcda11e10000000a155106/frameset.htm
    Hope it helps
    Detlev

  • I need information about the services including in Pro category. I am thinking in change my category.

    In particular, the service to convert print forms into acrobat forms.
    Thnaks!

    Hi, carl wolf
    Thank you for your answer.
    You mean the below reason is hoax or incorrect or fake right?
    First (1), The reason is IPS or PSL Technology made the screen to be yellow tint color.
    Second (2), Someone told me, It is depend on production lot some lot don't have yellow tint screen but, some lot have yellow tint screen.
    Third (3), Someone told me, It is normally case of Macbook Pro Mid 2012. Yellow tint screen will be recovering when using it long time.
    Sorry for more question. I fear saleman lie me when I go to buy.
    Thank you very much. ^^

Maybe you are looking for

  • Hard drive gone bad??

    My wife bought me the 15 Inch Macbook Pro approx 4 months ago. Approx 2 months ago I was having problems with the Mac freezing. One day it finally froze and wouldn't do anything. So I simply reinstalled the software. While trying to do this, A messag

  • Vertical Scroll in Dynpro Table Control

    Hello, I am currently having an issue with the vertical scroll control in my classic dynpro table.  When I scroll down it will scroll past the first record and then freeze.  I cannot scroll back up to the first record.  If I try to scroll down it jum

  • How to design a system for a bank?

    The company I work for is about to design a system for a bank. This system will be used by office clerks to help their daily works. For example they can handle bank accounts, credit cards, credit products, loans, client data, stuffs like this. It's a

  • Date/Time on X-Axis with JFreeChart

    Hi guys, I've asked this question on the JFreeChart forums, but got no response. If anyone has any experience with JFreeChart, help would be most appreaciated. I am drawing a XY Line Chart to display CPU usage retrieved from a database. The user can

  • Apple TV 2 Content Unavaliable

    Hello, I have two apple TV's in my house. The living room one is plugged directly into the Airport extreme routing. The bed room Apple TV is using Wifi. Just about every time I go to use the Apple TV in my bed room I have to unplug the device because