iDEN Phonebook Manager with my i1

I want to manage my contacts on my phone using the above program, I installed the version of slats on win7, but the program does not recognize the phone.

I did something growng? Please provide your comments

Concerning

Hi, IT works with the Directory Manager! Here are the steps:

1 - Download latest Phone Manager;

2 Download drivers USB Motorola Motorola site: http://www.motorola.com/consumers/v/index.jsp?vgnextoid=bda09ec8009a0210VgnVCM1000008806b00aRCRD

3 - Put your i1 to work as a MODEM in the USB settings;

Install the USB drivers first, plug into your phone (set to work as a MODEM) and wait Windows to install the drivers and recognize your phone, iDEN PM and enjoy!

Let me know how it goes

Tags: Motorola Phones

Similar Questions

  • I have an older iPod Classic, 80 GB, and there most of my top music. I used to manage with an old PC laptop. Since then, I tossed that laptop and bought an iMac. When I try to sync my iPod to my iMac, it tells me that the iPod is already associated

    I have an older iPod Classic, 80 GB, and there most of my top music. I used to manage with an old PC laptop. Since then, I tossed that laptop and bought an iMac. When I try to sync my iPod to my iMac, it tells me that the iPod is already associated with another iTunes account and clear all my music from my iPod if I sync it. The only place where I have my music is on the older iPod. Am I sentenced to lose all my music on my iPod?

    See recover your iTunes from your iPod or an iOS device.

    TT2

  • How to build the file manager with cascade?

    Guy of Halo,

    How can IM new with waterfall, I build a file manager with cascade? is there a lesson or sample

    Thank you

    concerning

    Hello

    Can you clarify a little more what you mean by FileManager? Do you want the opportunity to browse and select files? If so, take a look at this thread. http://supportforums.BlackBerry.com/T5/Cascades-development/using-native-FileBrowse-and-FileSave-dia...

    See you soon

    Swann

  • TableLayoutManager doesn´t focus in the Manager with two focusable elements

    Hello

    I m using TableLayoutManager in my project. It is an example of my problem:

    I have this code:

    public MyScreen() {
            setTitle("TableLayoutManager_Example");
    
            VerticalFieldManager vfm0 = new VerticalFieldManager();
            vfm0.setBorder(BorderFactory.createSimpleBorder(new XYEdges(10, 10, 10, 10), Border.STYLE_TRANSPARENT));
            VerticalFieldManager vfm = new VerticalFieldManager();
            vfm.setBorder(BorderFactory.createRoundedBorder(new XYEdges(5, 5, 5, 5)));
    
            TableLayoutManager table = new TableLayoutManager(new int[] { TableLayoutManager.USE_PREFERRED_SIZE,
                    TableLayoutManager.SPLIT_REMAINING_WIDTH, }, null, 0, Manager.NO_HORIZONTAL_SCROLL
                    | Manager.NO_VERTICAL_SCROLL);
    
            LabelField lb=new LabelField("Label1    ");
            HorizontalFieldManager hfm=new HorizontalFieldManager();
            TextField tf=new TextField();
            LabelField lb2=new LabelField("Label2",Field.FOCUSABLE);
            tf.setText("Text");
            tf.setMaxSize(5);
    
            hfm.add(lb2);
            hfm.add(tf);
    
            LabelField lb3=new LabelField("Label3");
            LabelField lb4=new LabelField("Label4",Field.FOCUSABLE);
    
            table.add(lb);
            table.add(hfm);
            table.add(new SeparatorField());
            table.add(new SeparatorField());
            table.add(lb3);
            table.add(lb4);
    
            vfm.add(table);
            vfm0.add(vfm);
            add(vfm0);
    }
    

    The problem is that I have can´t emphasis in the TextField. If I just add lb and hfm components to the table, it works, but if I add other components focuss (as example) I can´t focus in the TextField, the emphasis in Label4:

    What can I do?

    Thank you.

    I ve found a good solution. I ve replaced the TableLayoutManager navigationMovement method. This is the code:

    /**
         * Navigation movement to allow for both cell to cell within a columns and row movement
         */
        protected boolean navigationMovement(int dx, int dy, int status, int time) {
            int focusIndex = getFieldWithFocusIndex();
            int dirY = (dy > 0) ? 1 : -1;
            int absY = Math.abs(dy);
    
            for (int y = 0; y < absY; y++) {
                focusIndex += _columns * dirY;
                if (focusIndex < 0 || focusIndex >= getFieldCount()) {
                    //#ifdef BlackBerrySDK4.5.0
                    this.invalidate(); //ref #217
                    //#endif
                    return false;
                } else {
                    Field f = getField(focusIndex);
                    if (f.isFocusable()) {
                        f.setFocus();
                    } else
                        y--; // do it over again
                }
            }
    
            int dirX = (dx > 0) ? 1 : -1;
            int absX = Math.abs(dx);
            for (int x = 0; x < absX; x++) {
                focusIndex += dirX;
                if (focusIndex < 0 || focusIndex >= getFieldCount()) {
                    //#ifdef BlackBerrySDK4.5.0
                    this.invalidate(); //Ref #217
                    //#endif
                    return false;
                } else {
                    Field f = getField(focusIndex);
                    if (f.isFocusable()) {////////////////////////NEW CODE /////////////////////////////////////                    if(f instanceof Manager){
                            int fieldsInManager=((Manager)f).getFieldCount();
                            if(fieldsInManager>0){
                                for(int i=0;i
    

    I'm looking for a manager within the cell. If I found it, I put emphasis in its elements. It works with a Manager with one or more of the focus object elements.

    If you see it is good, you can add this code to your original code

    Thank you.

  • Conflict of blackBerry Smartphones BlackBerry Desktop Manager with Sprint Smartview

    I was using BlackBerry Desktop Manager (BDM) 4.6 under Windows Vista Home Premium 64 - bit for my BlackBerry "BOLD" syncing with my contacts, calendar and tasks Outlook 2007 files. I used Verizon VZ Access Manager with a Pantech USB modem to access the Internet. No problems.

    Recently, I had to switch from Verizon to Sprint for Internet access and use now version Sprint SmartView 1.20.0016.0 with a Sierra Wireless Compass 597 EVDO Modem #2 (model #C597), assigned to Modem Port COM13. SmartView is started, it stops the BDM. If I take the BDM with SmartView running, the BDM will open. I can start the synchronization configured, but the program stops after a few seconds - not error messages. If I stop the SmartView program, the BDM is executed without incident (although it is very slow).

    I uninstalled 4.6 BDM and downloaded BDM 4.7, to try to solve this problem. Unfortunately, the BDM needs access to the Internet to put in place the initial synchronization settings and I can not always run the SmartView and the BDM.

    Does anyone have advice for me? I would like to be able to run both programs at the same time - and really NEED for initial installation. I've seen other users have reported the same issue in other forums, but have not seen all of the posted solutions. Thanks for all the proposals/solutions.

    This problem has been resolved in Sprint v2.22.0042.0.

  • How to associate a bean managed with model custom content presenter

    Hello

    We use webcenter Portal 11.1.1.8.

    We have created the model of presenter content customized by using application portal Webcenter Framework. We use the Portal Server model Extension to extend Webcenter portal. The requirement is to associate a bean managed with the presenter of custom content model.

    Thanks in advance for your help.

    Nikhil,

    You can download DesignWebCenterSpaces to the URL http://download.oracle.com/otndocs/tech/webcenter/files/DesignWebCenterSpaces_11.1.1.8.0.zip

    It has the "WebCenterSpacesResources" project, which helps you to organize the active portals (including the content presenter models) and resources of portal to create/update.

    If you want to use beans controlled inside the presenter content model:

    (Development of components in ADF for WebCenter portal using the PortalExtension project http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_wcsres.htm#JPSDG14173)

    1. you create the bean managed in PortalExtension project

    2. set up in faces-config. XML

     

        myManagedBean

        com.Portal.CP. MyManagedBean

        request

     

    3 deploy a part of extend.spaces.webapp.war.

    After deployment, the managed bean will be available for the presenter content model.


    K

  • How to separate vShield Manager with vCenter

    People, we have installed vShield manager. Before you configure devices such as EDGE or APP, we decided to go for some change major grace to which we would like to uninstall the vShield Manager. I just wanted to know how we can separate vShield Manager with vCenter or simply if I delete device it will be deleted?

    Please help.

    Thank you and best regards.

    Hari.

    No,

    VShield manager is a device managed by plug-in.

    If you previously uninstall component vshield vshield link manager, you can remove the device and then remove the plug in. (like other component like Vmware Data recovery,...)

    Kind regards

    Julien.

  • Huge performance in managed with InitialLOBFetchSize-1 provider problem?

    Hello

    I'm testing the fully managed ODP.NET and noticed a performance problem serious if I set the property OracleCommand.InitialLOBFetchSize - 1.

    Is the result of a small test program that runs just "select * from table where rownum < = 5000 ' on a table with 20 columns where 7 of these columns are CLOB with different values for InitialLOBFetchSize:

    Native with 0: 11.277 s

    Managed with 0: 10.357 s

    Native with 5120: 5.182 s (1.235 s if the OracleCommand.FetchSize is increased to 1 MB)

    Managed with 5120: 0.568 s

    Native with - 1: 0.156 s

    Managed with-1: 122.416 s

    (Note: with "natives", I mean the only partly managed ODP.NET.)

    These results are completely reproducible with only minor differences. The OracleCommand.FetchSize property seems only to have a significant effect on the native provider and again only for positive values of InitialLOBFetchSize.

    It's very nice that the managed provider is faster with an initial size of extraction 5KO LOB, but what is the problem with-1? Can someone explain this? Maybe a bug?

    With the help of a performance profiler I see that all this time is used in OracleDataReader.Read () waiting for a network operation to complete (no CPU usage): screenshot

    Server: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    Native client: 11.2.0.3 32-bit Patch 22

    Managed client: 4.121.1.0 nuget (I know that this is not an official source, but I don't want to download the full client just for Assembly of 6 MB)

    Application console .NET 4.0 x 86

    Yes, the solution is in ODAC 12 c R2. Field "Corrected Version" of bugs contains the next major version or the Group of hotfixes in that the fix will appear.

    It's possible corrections appear earlier, as in the next ODAC, Oracle patch or one-time fix. Usually, this is followed in the field of related bugs. In bug 17263955, you'll see a related bug 17709236 indicated. Bug 17709236 indicates a backport has been done for the ODAC next release.

  • Point of "Unknown device" in Device Manager with yellow exclamation point

    I have a VGN-FW170J laptop.  My poster an "unknown device" Device Manager with a yellow exclamation point next to it. indicates that the driver is not installed for this device.  How to solve the problem?  Sony Firmware Extension Parser device driver "" SODFEP-00270203-0083. "." EXE"what to fix this problem, BUT NOT compatible with my computer.  Need a solution

    Hey there GEP170!

    Please provide additional information about your question. This camera is connected to your computer? To check if this feature is one that is being indicated by the Device Manager, you can try to uninstall this device. If this device still appears in Device Manager, it only means it could be another device.

    Please post here, what happens if you uninstall this device.

    Thank you

    ~ Tim

  • I am designing a task manager with a reminder system that works in Microsoft Access. DOE anyone know of a way to do just using Access 2003?

    How can I create a task with Microsoft Access Manager?

    Hello Mr. Jama,.

    Thanks for visiting the site of the community of Microsoft Windows XP. The question you have posted is related to Access 2003 and would be better suited to the community of Office Discussion groups. Please visit the link below to find a community that will provide the support you want.
    http://www.Microsoft.com/Office/Community/en-us/flyoutoverview.mspx

    Steven
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Reference Dell Replay Manager with Actifio or well Veeam?

    I'm not very familiar with SAN storage. The company that I work is currently evaluating a backup solution that will use two Dell Compellents. Currently, we have a HDS, but are considering buying another for a warm site. The citation for the second HDS includes two Dell Replay Manager instances. My understanding is that Dell Replay Manager allows you to take snapshots, which is obviously a good idea. We also assess Actifio and Veeam as backup solutions. Replay of Dell Manager is quite expensive, and I wonder if it's necessary even if we will use Veeam or Actifio for a backup solution.

    Any who would provide no indication as to why or why we would not, want to eliminate the Dell Replay Manager of our purchase IF we proceed to a real (Veeam or Actifio) backup solution?

    Or, it would be better to abandon the Veeam/Actifio and use Dell Replay Manager?

    Thank you!

    You cannot Replay Manager if you go with the Actifio solution.

    Actifio captures the data of the production gradually environment forever and creates virtual copies for multiple use cases (data protection, disaster, recovery testing, etc.).  This architecture combines the quick capture of data from a snapshot of redundancy of a real consistent backup, application.

    Replay Manager uses instant Compellent to enter data, that work very well, but use of space on the storage array, and they do not provide a redundant copy of data.  Also, it presents itself as an additional cost and is another tool, that must be managed.  Actifio solution can provide snapshots, backup and replication through a single user interface services without storing to copy the data on the production storage matrix (copy data virtualization).

    Some of the main benefits of using Actifio in your scenario would be:

    -Copy the data would not be stored on the Compellent production table.  Snapshots of storage array can store the point at best time your production storage capacity.  Design of Actifio is to delete copies of your production sets and eliminate tools point of backup, replication, snapshots, etc.

    -Do you have a truly independent and redundant backup.  Storage array snapshots do not provide protection against the Group failures, breakdowns of the Bay or Bay of storage RAID software problems.

    -Data could be kept for more long with of Actifio built in compression and dedup global

    -Instant access to virtual copies of the data from the system of Actifio

  • error code 12 in Device Manager with graphics card intel HD.

    I buy a system with the following specifications.

    Win 7 ultimate 32 bit
    with intel motherboard DH61WW

    When I install the drivers for the graphics card, I got error in the management system saying code 12
    "This device cannot find enough free resources that it can use. (Code 12)

    If you want to use this device, you will need to disable one of the other devices on this system. »

    I have the latest version of the driver software

    Thank you Sir,

    I solve the problem by myself...!
    There was a reader of "AMD 3gIO filter" problem is a conflict I do system restore and install the new driver successfully...
  • How many fonts can sit safely on Windows 7. And is a necessary like Extensis Suitcase font manager with windows 7?

    I had problems with too many fonts in Windows XP, but now I'm wondering if Windows 7 can handle more.

    Currently I have about 2000 fonts managed by Extensis Suitcase and wanted to know if I should stay with that or just add them all to Windows 7 fonts?

    Any help would be greatly appriceated.

    Thank you, Ryan.

    Hi Ryan,

    Addition of extra fonts could not cause problems in windows 7. There's more 100 000 existing digital fonts that you can add to windows 7.

    Your best choice is to contact one of the fonts listed on the Microsoft Typography Web site.

    Change Windows fonts
    http://Windows.Microsoft.com/en-us/Windows7/change-Windows-fonts

    Install or remove fonts
    http://Windows.Microsoft.com/en-us/Windows7/install-or-delete-fonts

    http://www.Microsoft.com/typography/fonts/Web.htm

    Bindu S - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • NAC appliance 3315 OOB remote management with BMC (ILO) does not work

    Hello

    We have several 3355 servers configured with the ILO, we can handle (on/off switch) with web interface of the ILO.

    But we have a few 3315, witch are IBM X 3250 M2 servers.

    Sound also have a port management in the back, and we can set up IP/name username/password to the BIOS (Baseboard Management Controller - the BMC settings).

    But if we try to connect is a switch, there is no link. (the switch is capable auto-mdx).

    What we need to make it work? The IBM BIOS, BMC firmware is the most recent.

    Thanks in advance

    Attila

    Atilla,

    We had the same problem (no link light) and discovered that these servers were not equipped with a card RSA (adapter supervisor). Looks like the 3355 are delivered with these already installed, but not the 3315.

    I hope this helps.

    Kind regards

    Denzil

  • VLAN Management with the 1000V and UCS

    If I want to use 10 VLAN management, to configure the following:

    1000V - VM vEthernet port profile coelio with VLAN 10, Ethernet uplink profile includes 10 VLANS

    UCS - vNIC in the Service profile, VLAN 10 and include the UCS uplink trunk VLAN 10

    Switch upstream: include 10 VLANS in trunk port.

    Ok?

    Now, this management VLAN, I then jeutiliser can for everything? I mean to 1000V management VLAN, vSPhere management, management FI and switch? For example management of 1000V or different from others?

    Hi Atle,

    Yes, is that what you mentioned, it's good in terms of activities you need to perform. However, I wish to add a few:

    (1) define him vlan on the UCS - except if you do this, that you won't be able to add to the vnic. More once you have set the vlan automatiaclly will get added to the list of trunk on uplink ports (unless you l2-disjoint set up)

    You can have the same vlan for all management, unless you have some traffic that you would not want some devices to see / meet.

    . / Afonso

Maybe you are looking for