How to make my nokia 1600 receive and send picture...

i go problem..please somebody help me...

ohk you just need to contact your service provider and ask him to get you gprs services
edysonlam wrote:
i go problem..please somebody help me...

Similar Messages

  • Receiveing and sending pictures

    is there any way to receive and send pictures through sms?

    Not through SMS, workarounds thorough e-mail though
    http://discussions.apple.com/thread.jspa?threadID=1223663&tstart=0

  • After the last iOS 7.1 update my phone is taking a really long time to receive and send pictures over messaging. Is there a fix?

    After the last iOS 7.1 update my phone is taking a really long time to receive and send pictures over messaging. Is there a fix?

    iMessages or MMS?
    MMS and SMS are exchanged over a carrier's cellular network only. Contact your carrier regarding a problem with MMS/SMS.

  • IDVD'08: how to make back button, video chapters and stretch pictures?

    Hi!
    I am new to iDVD'08 so I have 4 questions:
    1) In main menu I created a submenu called "video". It opens new screen with a list of videos. I want to have a back button on this screen too. It should return to a main menu. How can I make it?
    2) I have one big movie in iMovie'08 and want to burn it in iDVD'08 with chapters. So that different events in this big movie could be easily selected. I dont want to crop with big movie into pieces in iMovie. So how can I create such a buttons that point to different parts of movie?
    3) All that dropzones and buttons with preview are fantastic... But! How can I tune photo assigned to them? You know that picture tuning dialog: when you select photo and then can zoom in/out and move photo. Where such a dialog in iDVD?
    4) If I create a button with preview (for example, with a shape of heart) for submenu than folder icon is displayed in that preview. Hoe to place photo or movie just on a preview zone of such button?

    Q: I was curious is there a PRO analog of iMovie and iDVD like Aperture comparing to iPhoto.
    A: Your only options of apple video editing software (with the exception of QT Pro) are as follows:
    1. iMovie 7 (consumer grade video editing software)
    2. iMovie 6 (Free Download from apple's web site assuming you own iLife'08)
    http://support.apple.com/downloads/iMovieHD6
    Also consumer grade however this software is actually better for adding custom chapter markers, exporting back to the camcorder when needed, working with a Timeline, etc.
    3. FCE (I consider this app as pro-sumer software mainly because it's better than iMovie and very much like FCP; with the exception that it cannot be used to open existing FCP projects. That can only be done with apple's FCS 2)
    4. FCP (part of FCS 2) Apple's Professional / High end Video editing software.
    Message was edited by: SDMacuser

  • How to connect to icloud - to view pictures and send pictures that are in cloud ?

    How to connect to iCloud to view and send pictures that are in the cloud?

    You can connect to iCloud from a computer by logging in to https://www.icloud.com
    You won't be able to view or send pictures from there however. Backups are stored in iCloud but all you can do with them is restore them to a device. Photostream pictures can be thought of as going through iCloud but you can't see them at iCloud -- just from another device. More Photostream info at http://support.apple.com/kb/HT4486

  • I bought a used i pod 4 for my daughter and it does not have the message icon on it: how can i put the icon on the i pod and get it receive and send messages

    I bought a used i pod 4 for my daughter and it does not have the message icon on it ( not even in settings) how can I get the message icon on it so it can receive and send messages

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • How do i clear the receiver and send buffer?

    I am trying to communicate with the Votsch 3050 thermal chamber, with LabVIEW as the control software via serial RS232. In sending the required ASCII strings, there was no response from the chamber, yet no error.
    The manufacturers indicate clearing the receive and send buffer using the the "PurgeComm(HANDLE hFile, DWORD dwFlags)" function in C, but offer no LabVIEW support.
    Does any one have any ideas on how i can do this using LabVIEW? Any Information or VIs would be greatly appreciated.

     @dsbuxi I have worked with many patient monitors. They often work in a client server setup. Data is not sent before you request it. And the communication has to follow a certain protocol. Your job will be to implement this protocol in Labview.  This is not too hard, but it requires some reading to understand the protocol. I am not able to send you any code, but feel free to ask if you need some help regarding the protocol 
    And you may have to order or make a custom cable. But you will also find this information in the protocol description. Good luck
    Message Edited by t06afre on 01-07-2009 09:03 PM
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • How do I set up a POP account that links to my business email account for both receiving and sending

    How do I set up a POP account that links my icloud email to my business email account for both receiving and sending?

    Can you post your Troubleshooting Information?
    Help (Alt-H) - Troubleshooting Information

  • Message Driven Beans: how to receive and send in a single session?

    Hello
    How to receive and send JMS messages in a message driven bean using a single session?
    Thanks.

    Are you referring to writing code within the onMessage method itself to receive JMS messages?
    If so, that is not a pattern that is recommended, especially not in the case of a blocking JMS
    receieve. If you must write an explicit JMS receive within an EJB component it's best to use
    a "check the queue" approach where you give a very small timeout for the receive. That way
    if the message is there it will be returned but if not the call will not block.
    You'll also need to take the transactional settings of the onMessage method into account.
    If your are sending a message and then waiting for a response, those two actions can
    not be done within the same global transaction. For that, you'll need to either use
    BMT and perform each in its own transaction or just not use global transactions at all,
    in which case each send and receive operation will be atomic.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to make a button to stop and run a for loop?

    How to make a button to stop and run a for loop?  and if it is stopped it shall start from where i t stopped.

    Your VI has some very fundamental flaws.
    The start/stop button is outside the FOR loop, thus it will NOT get read during execution of the FOR loop, but only before the FOR loop starts. Think dataflow!
    Thus the terminal of the start/stop button belongs inside the FOR loop.
    Your FOR loop iterates 20x, which probably takes about a nanosecond. You will NOT be fast enough to reliably press the start/stop button during a specific iteration of the FOR loop.
    Your code does not "stop and run" a FOR loop (sic). The loop always spins, but executes an empty case when "Stopped". I guess that's what you actually want?
    Once you solve (2), the x indicator will contain a random value whenever you "stop".
    As soon as the 20 iterations complete, the outer while loop spin an things start over, another nanosecond later.
    Place e.g. a 500ms wait inside the FOR loop to solve this.
    Don't place terminals of indicators on top of formula nodes.
    Your formula does not produce any output, so really has no purpose.
    Use a real "stop" button to terminate the while loop (mechanical action: latch when released). Right now you are using a plain switch, which does not reset to false before the next run. This means that you need to manually reset it before running the program again.
    It is oftern useful to operate the VI in execution highlighting mode. You will immediately see that your button does not get read during execution of the FOR loop. Try it!
    LabVIEW Champion . Do more with less code and in less time .

  • How to receive and send V/A signal in one host?

    The sample code VideoTransmit.java,sames only can send the V/A signal over network,but the sending host cannot receive the signal.
    I hope receive and send signal in one host,what should I do?
    s.

    Now,the problem is ,how to send and save the live stream in one host?I hope save the stream to a media file,like *.dat,etc.
    Of course,the host user can receive the stream sending by himself.
    s.

  • How to make it selected when clicked and open popup

    Hi,
    I 've a form in the parent page with many form elements.
    I've 2 radio buttons with values "Yes" and "No". I am opening a modal popup when clicked on "Yes" radio button. The modal popup is opening fine.
    But when I click "Yes", it' s not selected. After modal popup is closed, when I return to parent page, the option "Yes" is still not selected.
    How to make it selected when clicked and open popup?

    Perhaps try moving the application to your preferred desktop and then right-click it's dock icon > options > Assign to This Desktop.

  • How do I connect my phone to my iPad to receive and send iMessage from both?

    How do I connect my phone to my iPad to receive and send iMessage from both?

    You can't physically connect an iPad and iPhone. However, you can bluetooth tether.
    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/HT4517
    Use Bluetooth to tether your iPhone, iPod touch, or iPad
    http://www.macworld.com/article/1159258/bluetooth_tethering.html
    How to Connect an iPad to an iPhone Via Bluetooth Tethering
    http://techtips.salon.com/connect-ipad-iphone-via-bluetooth-tethering-25472.html
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • I receive and send e-mail on an iMac; how can I also get my new I-phone 5 to read and send e-mails?

    I receive and send e-mail on an iMAC desktop; how can I also get my new I-phone 5 to send and receive e-mail?

    http://kb.mediatemple.net/questions/720/How+can+I+set+up+email+on+my+iPhone+or+i Pod+Touch%3F#gs
    http://us.gizmodo.com/5945200/how-to-set-up-your-new-iphone-5-the-right-way
    http://www.youtube.com/watch?v=YPbf26oKU3U
    http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CG4QFjAI&url =http%3A%2F%2Fmanuals.info.apple.com%2Fen_US%2Fiphone_user_guide.pdf&ei=xQDWUILy OIGQiQKs2oF4&usg=AFQjCNHtp23mg1GxyM47y_1uFG9tTNJF7g&bvm=bv.1355534169,d.cGE&cad= rja

  • How to use canon pixma MX377. I can't receive and send fax messages

    Can please anyone send me complete instruction manual in english for my pixma canon MX377 machine because I can't receive and send fax messages. I'm connected to a PBX extension line or a xDSL splitter. Every time i called a person on the machine, I can hear him but he can't hear me. Thank you very much.

    Hi rgc,
    The PIXMA MX377 user's manual is available in an online format and can be downloaded from the Canon Asia website.  The following link will take you to the Manuals page for the PIXMA MX377:
    http://support-asia.canon-asia.com/P/search?model=PIXMA+MX377&filter=0&menu=manual
    Once on the page, please scroll through the list and select the manual that corresponds to your operating system (Windows or Mac), then click the DOWNLOAD NOW button on the following page that appears to download and view the manual.
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • How do I sign out of my account after logging in? There is no sign out button when signing into my apple account using safari

    Every time I sign into my apple ID account online I cannot log out by clicking a "sign out" button. This is quite strange. Closing the browser window doesn't automatically log me out either. I know with itunes there is a sign out or log out button bu

  • Web Gallery - Slideshow(s)

    I have created my first web gallery - These are my issues when viewing the gallery on internet: 1. If you double click the first photo you see a rather small pic and a description of what the subject is about (hitting i [info] can give you the furthe

  • How to bind the bean and textfield which is written in html tages?

    Hi, I am doing the add row functinality using javascript. i am able to add the rows .but how can i bind the bean variables to the html code written in jsf applivation for example newQuotCell1[0].innerHTML='<input type=text class=TextField name="name'

  • RE: design patterns involving EJBs and JDO

    Is the idea that you specify in some config file (xml?) the methods of your session bean, whether its stateful or stateless, the default bean transaction semantics, etc, then say "go" and it generates the home and remote interfaces and the skeletal s

  • Bloated CSS Style Sheet...

    My style sheet is about 60k... much too big. Trying to find a way to put it on a diet. Is there a way to convert it to ' css shorthand'? I set the preferences to use shorthand for css declarations but don't see any change in existing style sheets. He