Motorola V3X

When is there support for the Motoarola V3X? (translation it computer)

What kind of support? Support for purchased tracks?
Motorola decided not to support purchased tracks through this phone, but it will accept non-protected AAC/MP3 files.

Similar Messages

  • Error at Motorola v3x

    HELP!!!
    I installed a J2ME application on my Motorola v3x.
    when i run the application i get the following error:
    "Cannot create player"
    The code seems to be OK, I checked it on some Sony Ericsson emulators. I didn't find a suitable emulators for my motorola device.
    Here is the code:
    package videoPlayer;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    /** A simple video player MIDlet using JSR 135 - Mobile Media API */
    public class VideoPlayer extends MIDlet implements CommandListener
         private Command exitCommand;
         private Command playCommand;
         private Command contentTypeCommand;
         private Display display;
         private TextField textField;
         public Form form;
         private Gauge gauge;
         private static final int GAUGE_LEVELS = 4;
         private static final int GAUGE_MAX = 12;
         private static final String DEFAULT_URL = "http://localhost/test.mpg";
         public VideoPlayer() {
              display = Display.getDisplay(this);                    
              form = new Form("Video Player");
              textField = new TextField("Video URL", DEFAULT_URL, 100, TextField.ANY);
              gauge = new Gauge("Acquiring video", false, GAUGE_MAX, 0);          
              exitCommand = new Command("Exit", Command.EXIT, 2);     
              playCommand = new Command("Play", Command.SCREEN, 1);
              contentTypeCommand = new Command("Supported media types", Command.SCREEN, 2);
              form.addCommand(playCommand);
              form.addCommand(exitCommand);
              form.addCommand(contentTypeCommand);
              form.setCommandListener(this);
              form.append(textField);          
         public void startApp(){                    
              display.setCurrent(form);                    
         public void pauseApp(){     
         public void destroyApp(boolean unconditional){     
         public void commandAction(Command c, Displayable s){          
              if(c == exitCommand){
                   destroyApp(false);
                   notifyDestroyed();     
              else if(c == playCommand){                              
                   gauge.setValue(0);
                   form.append(gauge);               
                   VideoCanvas videoCanvas = new VideoCanvas(this);
                   videoCanvas.initializeVideo(textField.getString());                                   
              else if (c == contentTypeCommand){
                   String url = textField.getString();
                   int position = url.indexOf(':');
                   String protocol = url.substring(0, position);
                   SupportedTypes typesUI = new SupportedTypes(this, protocol);     
                   display.setCurrent(typesUI);     
         public void updateGauge(){
              int current = gauge.getValue();          
              current = (current + GAUGE_MAX/GAUGE_LEVELS);
    gauge.setValue(current);          
    package videoPlayer;
    import javax.microedition.lcdui.*;
    import javax.microedition.media.*;
    import javax.microedition.media.control.*;
    import java.io.*;
    /** Acquires the video content and renders it */
    public class VideoCanvas extends Canvas implements CommandListener, PlayerListener, Runnable {
         private VideoPlayer parent;
         private Display display;
         private Player player;
         private VideoControl videoControl;
         private String url;
         private Thread initializer;
         private Command close;
         private Command rePlay;
         public VideoCanvas(VideoPlayer parent){
              super();
              this.parent = parent;
              display = Display.getDisplay(parent);
              close = new Command("close", Command.SCREEN, 1);
              addCommand(close);
              setCommandListener(this);               
         public void initializeVideo(String url){     
              this.url = url;
              initializer = new Thread(this);     
              initializer.start();
         public void run(){
              try {                                   
                   player = Manager.createPlayer(url);
                   parent.updateGauge();                              
                   player.addPlayerListener(this);                
                   player.realize();
                   parent.updateGauge();                                        
                   player.prefetch();
                   parent.updateGauge();                              
    } catch (IOException ioe) {
                   Alert alert = new Alert("IOException thrown", ioe.getMessage(), null, AlertType.ERROR);
                   display.setCurrent(alert);
    } catch (MediaException me) {
                   Alert alert = new Alert("MediaException thrown", me.getMessage(), null, AlertType.ERROR);
                   display.setCurrent(alert);
              playVideo();
         public void playVideo(){
              try {
    // Get the video control and set it to the current display.
    videoControl = (VideoControl)player.getControl("VideoControl");
    if (videoControl != null) {                    
                        videoControl.initDisplayMode(videoControl.USE_DIRECT_VIDEO, this);                                                  
                   parent.updateGauge();
                   int cHeight = this.getHeight();
                   int cWidth = this.getWidth();               
                   videoControl.setDisplaySize(cWidth, cHeight);      
                   display.setCurrent(this);
                   videoControl.setVisible(true);
    player.start();
    } catch (MediaException me) {
                   Alert alert = new Alert("MediaException thrown", me.getMessage(), null, AlertType.ERROR);
                   display.setCurrent(alert);
         /** Paints background color */
         public void paint(Graphics g){
              g.setColor(128, 128, 128);
              g.fillRect(0, 0, getWidth(), getHeight());          
         public void playerUpdate(Player p, String event, Object eventData) {
              //add "Replay" option when video is finished
              if (event == PlayerListener.END_OF_MEDIA)
                   if (rePlay == null)
                        rePlay = new Command("re-play", Command.SCREEN, 1);     
                        addCommand(rePlay);
         public void commandAction(Command c, Displayable s) {          
              if(c == rePlay){          
                   try{
                        player.start();     
                   } catch (MediaException me) {
                        Alert alert = new Alert("MediaException thrown", me.getMessage(), null, AlertType.ERROR);
                        display.setCurrent(alert);
              else if(c == close){                                                            
                   player.close();
                   parent.form.delete(1);
                   display.setCurrent(parent.form);
                   url=null;
                   parent=null;
    }

    I downloaded and installed the SDK of Motorola and when i run my application i get the error:
    "createPlayer() filed"
    I added to my code the following lines:
    String[] types = Manager.getSupportedContentTypes(protocol);
              for(int i = 0; i < types.length; i++) {
                   append(new TextField("http", types, 20, TextField.ANY));           
    When i run the RAZR_v3x Emolator i get that the only video format which it supports is .mng, but i checked in Motorola web site about this device and i saw that it supports MPEG4, WMA, MP3 and Real Video/Audio files.
    Do you something about that??
    Thanks

  • Synchronising postal addresses to Motorola V3x

    Hi,
    I have been using iSync with my Motorola V3x for a while now, but I have noticed that if I add a postal address to a contact and then Synchronise in iSync, the address won't copy to the contact on the phone. Birth dates do not copy either. Very frustrating!
    I can send the vcard manually from the address book and when I store them on the phone the postal address and birth date are there.
    Any ideas?

    Can anyone help me?

  • Use Motorola V3x for faxing

    I would like to install / use my Motorola V3x phone as a fax modem. Unfortunately I do not know how to get this running. Any help?
    Thanks.

    Try http://www.macosxhints.com/article.php?story=20060219140040795
    for just a modem (try a search there for fax modem) or
    http://www.howardforums.com and do a search for what you want.

  • ISync no longer updating contacts between computer and RAZR V3x

    I have been using iSync for about a month with no problems until now.
    Additions or changes to contacts in either the Address Book or the phone no longer get synchronised by iSync.
    Calendar events still update fine in both directions.
    I have both reset the sync history and reset the device through iSync. Even when resetting the device, nothing changes, all the old entries are still there and no new entries have been transferred from the Address Book.
    There are no errors in the logfile, but when I reset the device, in the logfile it states: "[Mac -> Motorola V3x] Contacts changed: 48 added, 0 modified and 0 removed", however I only have 38 contacts in my Address Book.
    The memory in the phone is less than 5% full.
    Any suggestions as to the cause of the problem and possible remedy?
    Macbook   Mac OS X (10.4.8)  

    Hey missychaz,
    Thanks for the question. I understand that you are experiencing issues with iCloud Calendar. The following resource may provide a solution. All of the information is relevant for iOS 8 (simply follow the instructions titled for iOS 7):
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thanks,
    Matt M.

  • Motorola file system access

    hi,
    I wrote a Midlet to access image files on my motorola v3x.I also checked it by Device Emulator .It is working fine.But when i installed in my phone it is not worked.So,if any body worked on this please help me.
    sorry for my bad english.thanks in advance

    We have to start it from begining ..
    Does the device supports full implementation of JSR75. MOTO devices dont support complete implementations. like RAZRv3 i claims to support JSR75 but doesnt supports complete implementation.
    A. Check Call to System.getProperty with key microedition.io.file.FileConnection.version
    should return the implementation version number starting with 1.0
    B.Files read/write permissions should be supported by the device�s native system:
    � javax.microedition.io.Connector.file.read - should enable reading from the file
    system (hereinafter just �read permission�).
    � javax.microedition.io.Connector.file.write - should enable writing to the file
    system (hereinafter just �write permission�).
    If A and B are true ..u can start with below points.
    If it supports the complete implementation, then
    1. is it able to install properly.
    2. Have u specified permissions in the JAD file for the same?
    3. at what stage is it not working, when the file write code is being executed ??
    Message was edited by:
    aeran1

  • Instantiating a form as different views and merging them at the end of the workflow.

    Hi,
    I have a big doubt in implementing one of the crucial part of our workflow design.It goes like this.
    1.we have a form which is mainly classified into five types and a total of 16 subforms.
    2.the five types in which the form is divided is based on the approver and the type. of requests.
    3.different views of the whole same form have to be sent to the five approvers.
    4.once the approvers approve the request,a wait point must be present in the workflow,where it will wait for all the views of the form (which are approved) and must merge them into one single pdf form ie., the original form.
    so the change in the views of the total form must be reflected in the main form at the end while it is merging.
    also all the views of the form are to be merged in to one for the sake of arhiving and rendering it to pdf.
    so my questions are..
    1.How to add multiple views of the main form (xdp) in the workflow separately as individual xdp templates(based on the five types i mentioned)?
    2.How to merge the form views again in to single form or how to make the changes reflect in the main from when changes are made in their views.?
    thank u..
    Raghava Kumar V.S.S.

    MOBILE PHONE (BIRMINGHAM) LIMITED
    BUY UNLOCKED BRAND NEW MOBILE PHONES AND LAPTOP,DIGITAL CAMERA,GAMES,PLASMA TV.They are brand new and sealed in an original company box with complete accessories and one year international warrantee.
    NOTE : Minimum Order : 3 unit and get 1 free
    Sample Order...1unit to 5units
    Bulk Minimum Order : 10unit and get Extra 3unit
    Shipping fees : free Shipping : FedEx, DHL or UPS
    Delivery Time : 38hrs/48hrs.
    MOBILE PHONE (BIRMINGHAM) LIMITED
    Address: 376 COVENTRY ROAD, SMALL HEATH, BIRMINGHAM, WEST
    MIDLANDS, B10 0XE
    +447024036361
    Contact Person :Thomas larry
    Sales Manager
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    Nokia Phone.
    Nokia N95..$2800USD
    Nokia N93..$250USD
    Nokia N92.$200USD
    Nokia N97...$280USD
    Nokia N96...$280USD
    Nokia N83.$175USD
    Nokia N91.$180USD
    Nokia N90.$170USD
    Nokia N70.$150USD
    Nokia N71.$155USD
    Nokia N72..$160USD
    Nokia N73..$165USD
    Nokia E90 COMMUNICATOR..$300USD
    Nokia 7360.$165USD
    Nokia 7380..$175USD
    Nokia 8800 sirrocco...$200usd
    Nokia 7370..$170USD
    Nokia 8800$140USD
    Nokia 8801.$145usd
    Nokia N80.$160USD
    Nokia 7710.$145USD
    Nokia 7610.$120usd
    Nokia 9300$145USD
    Nokia 9500$170USD
    NOKIA 6230 for........$130usd
    NOKIA 6230i for.......$140usd
    NOKIA 6260 For........$130usd
    NOKIA 9300 For........$130usd
    NOKIA 9500 For........$140usd
    NOKIA 7610 For........$150usd
    NOKIA 6680 For........$130usd
    NOKIA 6682 For........$140usd
    NOKIA 7650 For........$150usd
    NOKIA E60 for.........$150usd
    NOKIA E61 for.........$155usd
    NOKIA E70 for.........$160usd
    Motorola Phone
    Mitac MIO 8930$280usd
    Motorola razor v3$130usd
    Motorola razor v3 pink edition..$130usd
    Motorola v3X..$140usd
    Motorola MPX300.,$150usd
    Motorola V3i..$150usd
    Motorola L7$140USD
    plasma sony 32?'.$400usd
    MOTOROLA SLVR V8 For........$150usd
    MOTOROLA A1000 For...........$160usd
    MOTOROLA A1010 For...........$200usd
    MOTOROLA MPX 220 For........ $120usd
    MOTOROLA MPX 300 For........ $140usd
    Sony Ericsson w950i.........$170usd
    Sony Ericsson w900i.$140usd
    Sony Ericsson W800i.$135usd
    sony Ericsson w700..$130usd
    sony Ericsson w600i.$125usd
    sony Ericsson w300..$120usd
    sony Ericsson w950..$200usd
    Sony Ericsson p990i.$145usd
    Sony Ericsson m600i.$175usd
    sony Ericsson m600..$170usd
    Sony Ericsson p990..$140usd
    Sony Ericsson p910i.$125usd
    SONY ERICSSON K700i For......$130usd
    SONY ERICSSON k750i For......$140usd
    Sony Ericsson W810i For......$155usd
    Sony Ericsson S700i For......$140usd
    Sony Ericsson: Z1010 For.....$160usd
    SAMSUNG D600 For......$120usd
    SAMSUNG D720 For......$130usd
    SAMSUNG D730 For......$135usd
    SAMSUNG D800 FOR......$135usd
    SAMSUNG D820 For......$140usd
    SAMSUNG Z500 For......$150usd
    Apple iphones.................$200usd
    Apple ipods 80 GB............$180usd
    Apple ipods 60 GB............ $150usd
    PlayStation 3 20 GB.............$220USD
    Playstation 60 GB..................$250usd.
    i-mate jas ja and other.
    Treo 650 for. $150usd
    Treo 700 for. $180usd
    Sick kick for $140usd
    Side kick 2 for..$130usd
    Side kick 3 for..$150usd
    Eten m 500 for.. $100usd
    Dvx-pod for.. $50usd
    i-mate jas jar for. $160usd
    i-mate jam for.. $170usd
    i-mate k jam for.$180usd
    Eten m 500 for.. $150usd
    Treo 650$130usd
    Treo 600$120usd
    Treo 700w..$140usd
    Pioneer CDJ-1000MK3 ------------$900.00
    Pioneer DJ Effector - Red-----------$350.00
    Pioneer System Case (CA-CMX5).......$450.00
    Pioneer CDJ-800MK2 Digital Vinyl Turntable=--$520.00
    Pioneer Dual Rackmount CD Player--------$600.00
    Pioneer Pro DJ Mixer -------------$720.00
    Pioneer Rack mount pro DJ mixer---------$780.00
    Pioneer 96Khz / 24 bit digital mixer.-----$1,000.00
    Pioneer Flat Speakers (ea.)-------------$1,100.00
    Pioneer Professional DVD Turntable-------$2,000.00
    Pioneer Pro DJ 96Khz 24bit Mixer---------$2,200.00
    Pioneer Professional DVD Turntable------$2,220.00
    Pioneer Djm-800 4 Channel Dj Mixer W/midi---$1,000.00
    Pioneer DJM-400 Professional DJ Mixer------$300.50
    Pioneer Pro DJ DJM1000 Pioneer Top of the Line
    D---$2,100.95
    Pioneer DJM-1000 Professional Club DJ
    Mixer----$2,110.00
    Pioneer Super DJ mixer - Pioneer DJM909------$900.00
    Pioneer DJM-600-------------------------------$750.00
    Pioneer CDJ 800 MK II / DJM 600 CD DJ
    Package----$2,100.00
    Pioneer DJM-1000 Mixer--------------$2,200.00
    Pioneer Model: DJM-600K--------------$800.00
    Blackberry
    Brand new BlackBerry 8700r....$200
    Brand new Blackberry 8700c....$200
    Brand new Blackberry 8700g....$210
    Apple Iphone.....................for Just $400
    APPLE LAPTOPS.
    Apple NoteBook Laptop for just $550
    Apple Mac Book...for just $450
    Apple Mac Pro .....for just $500
    Apple Laptop 17inch for just....$400
    APPLE IBOOK 12" 1.33GHZ...............$350
    APPLE IBOOK 14" 1.42GHZ.....................$380
    APPLE IBOOK G4 1.33GHZ..................$370
    APPLE IBOOK G4 1.42GHZ....................$400
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 15
    INCHDISPLAY........$580
    APPLE G5 POWERMAC 2.0GHZ DESKTOP
    COMPUTER...................$620
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 17 INCH
    DISPLAY........$550
    All Toshiba laptops
    Toshiba Satellite PRO L10.. $320
    Toshiba M200 $500
    Toshiba R100 $450
    Toshiba Qosmio E10 $750
    Toshiba Satellite PRO L20.. $250
    Toshiba M100 $680
    Toshiba M300 $740
    Toshiba Portege A200. $320
    Toshiba Satellite L10 $330
    Toshiba Qosmio F20 $500
    *Dell Laptops
    Dell Latitude D600 $290
    Dell Latitude D500t.. $200
    Dell Inspiron 6000 $350
    Dell Latitude D505 $340
    Dell Latitude D610 $460
    Dell Latitude D510 $320
    Dell Inspiron 9300 $530
    Del Xps M2010..............................$400
    Del Xps M1710..................................$350
    Sony Laptops
    Sony VAIO VGN-T1 $680
    Sony VAIO VGN-FS315 $420
    Sony VAIO VGN-S3 $450
    Sony VAIO VGN-TX1.. $840
    Sony VAIO VGN-FS215 $310
    Sony VAIO VGN-S4 $470
    Sony VAIO PCG-K35.. $550
    Sony KDE-61XBR950 Television..3000usd
    Sony KDE-42XBR950 Television..1000usd
    Sony KDE-42XBR950 Television.1000usd
    Sony PFM-42X1/S Television.500usd
    Sony KDE-42XS955 Television..550usd
    Sony FWD-50PX1/S Television1200usd
    Sony KLV-32M1
    Television400usd
    SAMSUNG PLASMA TV
    SAMSUNG HPP3761 Plasma TV $610
    Samsung PPM42M5S Plasma Display $505
    Samsung SPP4251 Plasma TV $700
    Samsung PPM42M5H Plasma Display $550
    Samsung HPR4252 Plasma $680
    Samsung HPR4262 Plasma TV $450
    Samsung HPR4272 Plasma $560
    Samsung PPM50M5H Plasma Display $870
    Samsung HPR5052 Plasma $670
    Samsung HPR5072 Plasma $780
    Samsung HPP5581 Plasma TV $780
    Samsung PPM63H3Q Plasma Display $700
    Samsung HPR6372 Plasma $820
    PANASONICS TELEVISIONS
    Panasonic TH-42PD50U Television600usd
    Panasonic TH-42PX50U Television..1000usd
    Panasonic TH-50PX50U Television..1500usd
    Panasonic TH-42PWD6UY Television.500usd
    Panasonic TH-42PD25U/P Television400usd
    Panasonic TH-42PHD8UK Television450usd
    Panasonic TH-65PHD7UY Television..2500usd
    Pioneer PDP-5050HD Television.1000usd
    Panasonic TH-37PX50U Television.500usd
    Panasonic TH-42PX500U Television800usd
    HITACHI PLASMA TV
    Hitachi CMP4211u Plasma $850
    Hitachi CMP4212u Plasma $350
    Hitachi 42HDF52 Plasma HDTV $400
    Hitachi 42HDT52 Plasma TV $440
    Hitachi 55HDS52 Plasma HDTV $480
    Hitachi 55HDT52 Plasma TV $650
    Hitachi CMP-55HDM71 Plasma $420
    AOC ENVISION PLASMA TV
    AOC Envision A42W64 Plasma $400
    MAXENT PLASMA TV
    Maxent MX-42VM7 Plasma EDTV $370
    Maxent MX-50X2 Plasma $300
    NEC PLASMA TV
    NEC 42VP5 Plasma TV $400
    NEC 42VM5HA Plasma TV $470
    NEC 42VR5HA Plasma

  • Mobile phone not being recognised via USB port

    A few days ago I plugged my Motorola V3x phone into a USB port to download some pictures and was presented with some Windows to fill out some information. As I could not complete the operation at that time I closed the windows to retry at a later date. But now when I plug the phone into the USB port it is not recognised and there is on icon appearing on the desktop indicating that a USB has been plugged in. If I plug other devices into the USB ports they are recognised. Any ideas?

    For the phone to appear on the desktop when plugged in via USB you need to use USB Mass Storage mode (or whatever Nokia call it) not Media Transfer.
    For iSync you need to download the E71 iSync Plugin from the Nokia web-site:
    http://europe.nokia.com/get-support-and-software/product-support/isync

  • USSD request on N80

    Hi, guys!
    I recently bought N80 (with last firmware) and faced a strange problem.
    To check my account balance I send USSD-request (you know like "*#110*10#" or smth), but on this phone after sending a request nothing is shown. Simply standby desktop and thats all. Reqeuest sends, I see this stripe line like progress bar, and nothing happens. No new messages, no info on the screen. I even tried to send rerquest using "Service Mesages" in Messages Menu, but still the same. On any other phone (7610, 7370, V3x...) works good, so its not an operator's problem.
    Whats wrong?
    Thanks for any help!
    Nokia 3210, Nokia 7110, Nokia 8210, Siemens ME45, Nokia 7650, Nokia 7250i, Nokia 6600, Motorola E1000, Motorola V3x, Nokia N80, Nokia N95 8Gb

    Hi gennady
    Short message issue is unfortunately an identified bug with this FW and will hopefully be adressed in next revision.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • SocketConnection works, but HttpConnection fails?

    I have a MIDlet that connects to a website (via HttpConnection), retrieves an IP adress from a text file, and then connects to that IP adress via a SocketConnection.
    On the emulator everything works fine. The problem occurs when I test the MIDlet on my Motorola v3x.
    If I don't retrieve the IP from a HTTP location, but just hardcode it, everything works fine. The socket is established and the application works perfectly. However, when I do try to retrieve the text file, the execution gets stuck on httpconnection.openInputStream() .
    I tried to connect to the website via a socket on port 80, but it seems that this access method is restricted.
    Here is the code:
    public boolean connect (){
            try{
                String resp = "", ip, req;
                byte [] buf = new byte [1024];
                HttpConnection tmp;
                InputStream in;
                try{
                    //Connect to a website and retrieve the IP of the server
                    tmp = (HttpConnection)Connector.open("http://my-website.com/addr.txt");
                    in = tmp.openInputStream();  //GETS STUCK HERE
                    try{
                        while (in.read(buf,0,1023)>0){
                            resp += new String (buf);
                    }catch (Exception e){
                        //Connection closed?
                    in.close();
                    tmp.close();
                    if (resp.length() < 20){ //A good response has to be larger than that...
                        return false;
                    ip = resp.substring(resp.indexOf("<ip>")+4, resp.indexOf("</ip>")); //XML-like
                    if (ip.length()<8){
                        return false;
                }catch (Exception e){
                    return false; //Connection failed
                //sock, sIn, sOut - class members
                sock = (SocketConnection)Connector.open("socket://"+ip+":1333"); //Connect to server on port 1333
                sIn = sock.openInputStream();
                sOut = sock.openOutputStream();
                return true;
            }catch (Exception ex){
                return false; //Connection failed
        }Please help, I'm really lost here.
    P.S.
    The IP adress that I'm trying to retrieve is dynamic, so I can't actually hardcode it in to the application. I must get it from the web site.

    - Some operators use HTTP accelerators in their networks, and the application doesn't cope with those response codes. The HTTP accelerator intercepts all external HTTP requests and immediately responds with a Redirect response (Code 3xx). If the application regards any response code other than 200 OK as an error, then the application fails in this case. Developers needs to handle redirect response codes in their application.
    - Some other manufacturer implementations enable a "piggy back" approach to HTTP through a WAP connection rather than a pure HTTP connection. Some Motorola handsets may require you to use a pure HTTP connection and may not support HTTP over WAP. This is why HTTP may work on other devices but not some Motorola devices - in this instance often an IOException will be returned as the error condition.
    - The carrier must have a GPRS APN that allows HTTP traffic to connect through their network in order for the connection to be sucessful.
    Confirm from the service provider
    - Is the GPRS APN open for pure HTTP Protocol communication not just WAP?
    Check on the Motorola Device :
    - Do you have a menu item on the device that is called "Web Session"? Some carriers disable this feature. If enabled this will allow you to specify more than one web connectivity session.
    - If the "Web Session" menu item is present, do you have details of the HTTP APN from your carrier? If yes then please create a new Web Session called "Java Session" [case sensitive] as per the details available from carrier. Retry the MIDlet with this Web Session profile set.
    If the Web Session menu item is not present and the carrier states that pure HTTP protocol connectivity through their GPRS TCP/IP network is disabled then the problems will occur with connectivtiy.
    HttpConnection in motorola doesnt return -1 if the Stream size is unknown..
    try {
    c = (StreamConnection)Connector.open(url);
    if (c instanceof HttpConnection) {
    // open it nicely
    HttpConnection http = (HttpConnection)c;
    // cast it to get at the extra methods
    if (http.getResponseCode() != HttpConnection.HTTP_OK) {
    // err ...
    } else {
    int len = (int) http.getLength();
    s = c.openInputStream();
    if (len == -1) {
    // unknown length?
    // read until .read() returns -1
    int ch;
    while((ch = s.read()) ! = -1) {
    b.append((char) ch);
    } else {
    // known length
    for (int i=0; i <len; i++)="i++)" {
    b.append((char) s.read());
    } else {
    s = c.openInputStream();
    int ch;
    while((ch = s.read()) != -1)
    b.append((char) ch);
    myBuffer.insert(b.toString(), 0);
    } finally.....

  • ITunes 7 thinks my phones an iPod, lol.

    Ok to start, This new version of iTunes must be buggy or something. All my friends with an iPod are having to do an iPod restore after installing iTunes 7. And now when I plug my Motorola v3x into my PC to charge it or transfer files it launches iTunes and attempts to update. My phone is not an iTunes phone at all, I just thought I'd mention that.
    I also turned off the removable drive autorun as my phone contains a memory card which shows as a removable drive on the PC but iTunes still opened anyway.
    Anyway it looks like this new version of iTunes was rushed a little and perhaps not finished its testing process.
    Thanks
    Dave

    I had same problem with mine. Where itunes would freeze, I never got to use my ipod cause I started right with the 7.0. Well, troubleshooted until I was ready to throw them and nothing worked. I got different messages when I plugged the ipod in. Sometimes I would get found new hardware, sometimes need to reboot for software to work properly, or found unknown device. It also would not show up on my computer..or rarely showed up as an f drive. I also got a message that said can not find drivers for this device.
    Make sure you have a 2.0 usb port..this is needed not recommended as it states. I don't know if it's the software or what. If you have a 2.0, how old is it? I had a 2.0 and everything but ipod worked, when I bought a new 2.0 the ipod worked fine. I also have an 80 gig that I had same problem on and this solved it. Usb only costed me 20 bucks, but it solved the problem immediately.

  • Even with 10.4.4.... :-(

    No support for Motorola V3x. It pairs with the Powerbook but it doesn't see any service available. So sad... No sync with iSync also. Nothing.
    I was hoping...

    Hi B4n4n;
    If you feel that strongly about this question then talk to Apple. Here on this discussion you are talking to other Apple users like yourself. You can submit your feedback to Apple at OS X feedback.
    Allan

  • "Invalid file" Error

    Hi,
    I tranfered a Jar file of a MIDP application to Motorola v3x phone and when i try to load the file on the phone i get the following message:
    "Invalid file"
    How can i avoid this error?

    try to compile your project with CLDC option to 1.0 because there is a v3 with CLDC1.1 and one with CLDC1.0 so...
    peace

  • N80 Problems - with Hearing

    I was using N80 from past 12 months and yesterday when i was on a call suddenly it stoped me from hearing the voice of the caller.
    I tried to call him but the same i cant hear anything... but they are able to hear me.
    And i dont know what is the problem, i am not ablet o heare anything unless i activate "Speaker Mode" when i receive a call.
    Can some one help me out on this, thank you.
    Regards,
    Anandkumar
    Y! Anandkumar004

    Played... The conclusion is - hardware problem. Tapping with finger in area of speaker helps.
    Have a suggestion that this could be caused by bad contact between speaker and board. Any ideas?
    Nokia 3210, Nokia 7110, Nokia 8210, Siemens ME45, Nokia 7650, Nokia 7250i, Nokia 6600, Motorola E1000, Motorola V3x, Nokia N80, Nokia N95 8Gb

  • N95 8GB Questions..

    Hi all.
    Got my N95 8GB the other day. Great phone!
    The 8GB storage, can I rearrange that like i want? Will the phone make new directories if it needs it?
    Why is there a "videos" and "my videos" listed? Which one does it use? Is one for movies taken with cam, and the other as a storage? Which one do I put my own vidoes in so they will be listed in videocentral? Also, will videocentral scan sub directories and include them, like the music player does?
    And last, is It possible to restet the phone completly, I mean EVERYTHING, so its just like when I got it? I have been poking around. :-)

    It doesnt take forever, just a day or two
    It automatically processess all new media that arrives on Mass Storage, it takes time, but when its done its ok. By the way, that doesnt make small 320x240 thumb pics from your big pictures though. You'll have to wait in Picture viewer...
    Nokia 3210, Nokia 7110, Nokia 8210, Siemens ME45, Nokia 7650, Nokia 7250i, Nokia 6600, Motorola E1000, Motorola V3x, Nokia N80, Nokia N95 8Gb

Maybe you are looking for

  • Is there a way to play a song for several slides within a larger keynote presentation?

    is there a way to play a song for several slides within a larger keynote presentation?

  • Read data from a sequential file to fill an arrray

    I am trying to read data from a sequential file to fill an array and then use the array for calculations. I believe my program is reading the file; however when I try to use the data for calculations the results show up as boxes rather than numbers.

  • ABAP package in PI

    Hello This might be a general ABAP question, but the problem occurs in our PI system and not in ECC. Sorry if I've posted to the wrong forum. I would like to access PI monitoring data from outside our SAP environment, and have decided to implement th

  • Interactive reports - how to translate ?

    I have an application which I migrated from 3.2 to 4.0. In the 3.2 version I had translated most of the IR menu items which were included with that version. Now in 4.0 I notice there are a couple different ones which are not translated. The messages

  • Roles missing in available role list at import role option

    We have sap boxi 3.1 and sap integration kit both with SP2. we configure sap authentication in the CMC. The entitlement system is configured with  a user that has no restriction in sap (SAP ALL user). We have approximately 1400 roles in our BW client