Join Today
+ Reply to Thread
Page 1 of 9 12345 ... LastLast
Results 1 to 10 of 84
  1. #1

    Default LeoPPP 1.0 beta :-)

    Here it is - the script that allows you to do PPP between your PC and your phone Please note I released it in a hurry due to popular demand, it has only been tested on A780, please report any differences.
    README file from the archive below.
    Enjoy!

    Rick



    DISCLAIMER: USE AT YOUR OWN RISK. i WILL NOT ACCEPT RESPONSABILITY FOR MESSED UP PHONES OR ANY OTHER DAMAGE MAY OCCUR DUE TO THE USE OF THIS PACKAGE.

    This package allows you to establish a PPP link over USB or BlueTooth from
    your computer to the A780 or E680. A PPP link can be used to run any IP based
    application, e.g. telnet, samba, ftp, NFS.

    The purpose of this package is to set up a link that allows you to telnet
    from your host to the phone without having to use the Belcarra stuff.
    It is not meant to allow you to surf the net from your phone using your
    host Internet connection, but it could be used for that purpose, providing
    you are able to set up IP addresses and routing on both phone and host
    appropriately.

    What I have tested:
    - telnet from host to phone
    - NFS-mounting a host filesystem on your phone (to access my 60 GB
    repository of movies and mp3's)

    Phones tested: A780, but should work with E680 as-is or with minimal
    modifications.

    Operating systems: Macintosh MAC OS X (but any UNIX should work fine,
    eg. Linux) and Win2K (but I had troubles, see below).

    PREREQUISITES: Yantz LinLoader - install this first.

    HOW TO INSTALL

    - Make sure Yantz LinLoader is installed.
    - First copy leoppp.tar on the phone in USBMODE or using OTA.
    - Switch to USB modem mode and telnet to your phone (see the FAQs if you
    don't know how to do it).
    - Unpack the archive: "cd /diska; tar xvf leoppp.tar", a leoppp folder will
    be created.
    - Launch the file manager on the phone and cd to the leoppp folder.
    - Click on the LeoPopUp.jar file to install the java application used to
    show messages to the user.
    - Select the clickme.sh file, use "Open With... " to permanently associate
    it with LinLoader (I use .sh as extension for all my script instead of
    ".lin")
    - From the telnet session run the install.sh script and follow instructions.

    When you will reboot your phone you will find three new leo icons and one
    more Java app.


    PREPARING THE HOST COMPUTER FOR PPP

    First, you have to set up a dialer on your host computer do dial up a
    connection to your phone. All the fields must be blank: no password, no
    phone number, no nothing. For MAC OSX this is easy, just leave all blank,
    be sure to select "null modem 115200" as your modem type. I think you
    Linux users know how to fire upp PPP already, if not, check the man
    page

    For Win2k you will have to copy the leomodem.inf file over to your host
    and click on Control Panel -> Modems. Be sure your BlueTooth
    device is working properly and has SPP (serial port protocol) active, then
    click on Add Modem -> click "I will select from list" then in the next
    screen click on "Have Disk" and put the leomodem.inf file as a driver.
    In the next screen select "Generic Null Modem" and "null modem" and you
    are quite set up. Make sure you choose the right COM port in the next
    screen, that should be the COM port your BT SPP service tied to (a
    virtual COM port).

    WARNING: on my Win2K box I had problems with this procedure. I use a
    CSR BlueTooth dongle with WIDCOMM drivers (tried several versions)
    and when I dial to my phone, the connection works fine, but suddendly
    the SVCHOST.EXE process starts eating ALL THE CPU so the PC is practically
    useless. Please try this on your own PC and tell me if it works for you!

    HOW TO CONNECT TO YOUR PHONE:

    - for USB: be sure you are in Modem Mode. Plug in your USB cable and wait
    for a few seconds. Click on the USBPPP icon, when the message PPP started
    appears, connect your host computer (click "call" or "dial now").
    - for BT: bond your devices first. If you have to (eg Win2K) open the
    SPP connection to your phone (not needed on MAC OS X). Click Dial, on
    your phone a window should appear "accept SPP connection?" answer yes,
    then go to phone's main menu and click on BTPPP icon... and you're done!

    IP ADDRESSES...

    I have set up the scripts with the following IP addresses (the IP of the
    host side is assigned automatically):

    host (PC) phone
    USB 192.168.1.1 192.168.1.2
    BT 192.168.1.3 192.168.1.4

    ... and yes, you can have both active simultaneously )

    To see if it worked for you, ping the relevant phone's IP address.

    Enjoy!! And please post feedback on the MFC forums...
    http://www.www.motorolafans.com/index.php?name=Forums

    Sincerely yours....

    Leopardus II

    Attached Files Attached Files

  2. #2
    Join Date
    Feb 2005
    Location
    Singapore
    Posts
    3,206

    Default Re: LeoPPP 1.0 beta :-)

    wow thats a lot of things to do in order to make it work, shall try it later
    My favorite Motorola development site!


  3. #3
    Join Date
    Mar 2005
    Posts
    2,341

    Default Re: LeoPPP 1.0 beta :-)

    "- From the telnet session run the install.sh script and follow instructions."

    how to install the install.sh by using telnet? what commands i need for it?
    Motorola e680 (flashed to e680i) + 4Gb SD card + HT820 Stereo BT Hedphones,
    Ubuntu 6.10 + 7.04,
    Nokia N95 + 8Gb microSD

  4. #4
    Join Date
    Feb 2005
    Location
    The Netherlands
    Cell: E680 flashed to E680i
    Posts
    1,368

    Default Re: LeoPPP 1.0 beta :-)

    lol i was trying it and didnt know how to do that too. Look at the shoutbox
    Yes, but does it run Linux?

  5. #5

    Default Re: LeoPPP 1.0 beta :-)

    Quote Originally Posted by y-cyas
    "- From the telnet session run the install.sh script and follow instructions."

    how to install the install.sh by using telnet? what commands i need for it?
    OK so I guess most of you don't have the basic UNIX skills required to install it... well to run the script just do this:

    cd /diska
    ./install.sh

    Rick

  6. #6
    Join Date
    Feb 2005
    Location
    The Netherlands
    Cell: E680 flashed to E680i
    Posts
    1,368

    Default Re: LeoPPP 1.0 beta :-)

    damn i get this error message when typing that command: cd: can't cd to /diska./install.sh. I did manage to install the apps though, by editing the instappremovable.db and pasting the folders leoppp and leomsg in to diska/system/qtdownload.

  7. #7

    Default Re: LeoPPP 1.0 beta :-)

    Quote Originally Posted by maxx_730
    damn i get this error message when typing that command: cd: can't cd to /diska./install.sh
    these are two separate commands
    first cd /diska (hit return)
    then ./install.sh (hit return)

    Rick

  8. #8

    Default Re: LeoPPP 1.0 beta :-)

    Quote Originally Posted by leopardus2
    Quote Originally Posted by maxx_730
    damn i get this error message when typing that command: cd: can't cd to /diska./install.sh
    these are two separate commands
    first cd /diska (hit return)
    then ./install.sh (hit return)

    Rick
    Sorry, errata corrige,

    1) cd /diska/leoppp (hit return)
    2) ./install.sh (hit return)

    Rick

  9. #9
    Join Date
    Mar 2005
    Posts
    2,341

    Default Re: LeoPPP 1.0 beta :-)

    "OK so I guess most of you don't have the basic UNIX skills required to install it..."

    if i run linux on my computer and want install some programs than i use RPM

    thanks, it works with ./install.sh now
    Motorola e680 (flashed to e680i) + 4Gb SD card + HT820 Stereo BT Hedphones,
    Ubuntu 6.10 + 7.04,
    Nokia N95 + 8Gb microSD

  10. #10

    Default Re: LeoPPP 1.0 beta :-)

    Hmm...This sounds complicated to setup...
    Anyway good job Leo..... a great contribution...to the forum...

    btw... I still not too sure wat this is suppose to achieve.. I mean the USBPPP.... I suppose this is the same as the 3-in-1 modem mode procedures purpose rite, juz that u make it support bluetooth dongles....is it??

    Another thing, I am using Windows XP SP1... I am also using the CSR BT dongle u have... I couldnt get it to work ... it has errors like "incorrect license type"... n then it cannot detect the dongle... any solution???


 
+ Reply to Thread
Page 1 of 9 12345 ... LastLast

Similar Threads

  1. APP: Honeyplayer BETA 1 & BETA 2 ! (New)
    By g4m3rz in forum A1200 Applications
    Replies: 23
    Last Post: 11-12-2008, 07:48 PM
  2. LEOPPP PROBLEM
    By yyfc442 in forum E680i General Chat
    Replies: 0
    Last Post: 04-19-2006, 07:16 PM
  3. Leoppp with Virus XP
    By subkowlex in forum A780 General Chat
    Replies: 1
    Last Post: 02-10-2006, 09:34 PM
  4. Need help on LeoPPP
    By tt930 in forum E680i General Chat
    Replies: 1
    Last Post: 05-13-2005, 04:49 AM
  5. Need help on LeoPPP
    By tt930 in forum E680i General Chat
    Replies: 0
    Last Post: 05-13-2005, 01:03 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1