Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    aclark's Avatar
    offline Mods For a living
    Join Date
    Jan 2007
    Location
    West Lafayette, IN (Purdue)
    Posts
    1,162
    Thanks
    65
    Thanked 248 Times in 198 Posts
    Downloads
    195
    Uploads
    0
    having a problem running the make cmd. new install of ubuntu fiesty. heres what i get

    aclark@aclark-laptop:~/moto4lin$ make
    cd moto_ui && qmake moto_ui.pro -o Makefile
    WARNING: Failure to open: images\video.png
    cd moto_ui && make -f Makefile
    make[1]: Entering directory `/home/aclark/moto4lin/moto_ui'
    /usr/share/qt3/bin/uic form1_base.ui -o ui/form1_base.h
    /usr/share/qt3/bin/uic frmfilemanager_base.ui -o ui/frmfilemanager_base.h
    /usr/share/qt3/bin/uic frmseemeditor_base.ui -o ui/frmseemeditor_base.h
    /usr/share/qt3/bin/uic frmconfig_base.ui -o ui/frmconfig_base.h
    g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/share/qt3/include -Iui/ -I. -Imoc/ -o obj/main.o main.cpp
    make[1]: g++: Command not found
    make[1]: *** [obj/main.o] Error 127
    make[1]: Leaving directory `/home/aclark/moto4lin/moto_ui'
    make: *** [sub-moto_ui] Error 2
    aclark@aclark-laptop:~/moto4lin$
    i know i have the QT lib cause i apt-get that, but not sure about libusb or g++. sorry if this sounds dumb, but i just installed ubuntu on my laptop and still getting to know linux.

    thanks

    Custom sebgonz sig.

  2. #17
    offline Itty Bitty Modder
    Join Date
    Nov 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    You have to

    Code:
    sudo apt-get install build-essential
    this will give you the compilers. including g++

  3. #18
    offline Itty Bitty Modder
    Join Date
    Jan 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    1
    Uploads
    0

    Motorola E815

    I have not been able to get date from my phone and I have read and read ect.
    I hope someone can help

    This is at the bottom of moto4lin

    started as root user

    [info] Phone is unpluged. Please connect it
    [info] Phone pluged as P2K
    Try to connect
    [info] Phone connected as P2K
    [error] Unable to get phone model
    [error] Unable to get drive name
    [error] Unable to get file count
    [error] Unable to get drive name
    Getting file list
    [error] Unable to get drive list
    Complete


    This is my moto4linrc file

    [device]
    cfgACMdevice=/dev/ttyACM0
    cfgATproduct=2a62
    cfgATvendor=22b8
    cfgAutoConnect=1
    cfgDetachDriver=0
    cfgP2Kproduct=2a61
    cfgP2Kvendor=22b8

    [filemanager]
    cfgAutoExpandDirTree=1
    cfgAutoUpdateFileList=1
    cfgGoLastFolder=0
    cfgLoadList=1

    My phone is Motorola E815
    The service is with Alltel

    Help

    NOTE: I do not have much knowledge of linux
    Using Ubunta 710

  4. #19
    offline So I Hear You Can Mod
    Join Date
    Oct 2006
    Posts
    210
    Thanks
    32
    Thanked 39 Times in 25 Posts
    Downloads
    221
    Uploads
    0
    Lex Luthor thnx bro your post #11 help me a lot.

  5. #20
    offline Retired Moderator
    Join Date
    Nov 2007
    Location
    Malta
    Posts
    9,339
    Thanks
    2,135
    Thanked 2,093 Times in 1,472 Posts
    Downloads
    8
    Uploads
    0
    I followed the steps in post #11 and although it finds my V3x, I can't connect to it.

    This is how I configured Moto4Lin:


    These are the error messages I'm getting:

    Code:
    [info] Phone is unpluged. Please connect it
    [info] Phone pluged as P2K
    Try to connect
    [info] Phone connected as P2K
    [info] Sending control message failed.. Retry...
    [info] Sending control message failed.. Retry...
    [error] Unable to get phone model
    [info] Sending control message failed.. Retry...
    [info] Sending control message failed.. Retry...
    [error] Unable to get drive name
    [info] Sending control message failed.. Retry...
    [error] Unable to get file count
    [info] Sending control message failed.. Retry...
    [info] Sending control message failed.. Retry...
    [error] Unable to get drive name
    I connected my V3x using the USB-MiniUSB cable. I'm running on Ubuntu 8.04 Hardy Heron.

    I selected the correct USB code (or whatever that is), as I did it according to this list (Terminal>lsusb):

    Code:
    Bus 004 Device 004: ID 22b8:3001 Motorola PCS A835/E1000 GSM Phone (P2K)
    Bus 004 Device 001: ID 0000:0000  
    Bus 002 Device 001: ID 0000:0000  
    Bus 005 Device 001: ID 0000:0000  
    Bus 003 Device 003: ID 046d:092f Logitech, Inc. QuickCam express Plus
    Bus 003 Device 002: ID 04b8:0005 Seiko Epson Corp. Stylus Printer
    Bus 003 Device 001: ID 0000:0000  
    Bus 001 Device 001: ID 0000:0000
    Any ideas guys & gals pls?

    UPDATE: Solved it! All you need is to run this app using the root privileges.

    Go into the Terminal and type:

    Code:
    sudo moto4lin
    It will ask you for your password. Enter it and that's it . It works fine. Now I just got to test out the features
    Last edited by ferrarix; 05-16-2008 at 12:47 PM. Reason: Automerged Doublepost

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •