Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Installing ClockworkMod Tether

  1. #1
    Join Date
    Mar 2012
    Location
    Pittsburgh, PA [USA]
    Beans
    46
    Distro
    Ubuntu 12.04 Precise Pangolin

    Installing ClockworkMod Tether

    This is a guide on installing ClockworkMod Tether in Ubuntu.

    Some things you need to know:
    1.) You do NOT need to have a rooted phone (also works on rooted phones)
    2.) The app is free but only full featured for 14 days after which you will have to pay $4.99
    3.) This is USB tether. No Wi-Fi tether.
    4.) This works regardless of having a tethering plan or not with your carrier (for instance mine blocks tethering unless I pay and yet this method works even though I haven't paid extra to my carrier)

    Why this guide? Well I am doing this because I know a lot of people want to Tether to their Android phone using Ubuntu and this seems like a fairly simple program that works well. Having said that there are a few things you need to do to get it installed that I think will confuse some people and so we have this guide.

    First you want to download the App from the Android App Store and get it installed on your phone.

    Here's a link: CLICK HERE

    You might also want to check out this link: CLICK HERE

    I provide those links because they have some information as to where to get the APK file (if needed) as well as some other useful links.

    Anyway once you have it installed you need to download the Linux program (which you install in Ubuntu). The app will do this right on your phone (and then you can copy it to your computer via USB connection) or you can use a direct link to download it to your computer directly (assuming you have internet for your computer other than tethering).

    Basically you get a file called: tether-linux.tgz

    So simply RIGHT CLICK on that to select "Open with Archive Manager" and once extracted you'll have a folder called "Tether" with a bunch of other folders and files under that.

    Before you install it though you need to install the OpenSSL development package. I got this using the Synaptic Package Manager. First you have to get that from the Ubuntu Store though. Once you got it simply open it up and then do a search for "libssl-dev" and install it.

    Now we can go back to the Tether folder. Click on it and under that go to the folder called "node"

    Now you need to open up Terminal and be in this folder. The easy way to do that is to install "nautilus-open-terminal". This package will add a "Open in Terminal" option to the right click menu for a folder. This can be installed by search for it in Synaptic Package Manager.

    So now that you are in Terminal and in the "node" folder (or directory) simply type:

    Code:
    ./configure
    After which it will do a bunch of stuff. When it is done then type:

    Code:
    make
    After it is done you can exit the terminal.

    Now go back to the main folder "Tether" and open up terminal again and type:

    Code:
    sudo linux/run.sh
    Note: Before doing this step make sure that the app is running on your phone and that the phone is connected to the computer via USB

    That's it folks. The program starts running in terminal and you are tethered to your phone. Make sure you minimize (rather than close) the terminal window.

    Every time you want to do this you have to do the Terminal sudo linux/run.sh command as described above. Perhaps there is a way to make a batch file that does this (and thus can be kept on the Desktop for easy access?) ... if so perhaps another could explain how to make it.

    Please Note:
    1.) This was done using Ubuntu 12.04 Beta 1 (32-Bit)
    2.) I am not a very experienced Linux guy. Although I'm 99.9% positive everything I wrote here is correct there might be a mistake. If so please point it out and I'll fix it.
    3.) If anyone can chime in on ways to improve my mini-guide please do so.

  2. #2
    Join Date
    Jul 2011
    Beans
    1

    Re: Installing ClockworkMod Tether

    Thanks a lot! Helped quite a bit.

    I was installing using a clean 11.10 so one thing that I forgot to do was install build essential to help with the compilers.

    sudo apt-get install build-essential

  3. #3
    Join Date
    Oct 2005
    Location
    Syracuse, NY
    Beans
    659
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Installing ClockworkMod Tether

    Should I expect any better performance doing it this way? I almost asked about battery life but it's going to be on USB so no worries!

  4. #4
    Join Date
    Mar 2012
    Location
    Pittsburgh, PA [USA]
    Beans
    46
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing ClockworkMod Tether

    Quote Originally Posted by xyzzyman View Post
    Should I expect any better performance doing it this way? I almost asked about battery life but it's going to be on USB so no worries!
    "this way" as opposed to what?

    What I mean to say is that I was looking for a solution to tether my phone while using Ubuntu (I already knew how to do this with my Windows install but didn't know how to do it with Linux nor Ubuntu). So I found THIS way and it worked so I made this "mini-guide" to help others.

    However this is the ONLY way that I know how to do it.

  5. #5
    Join Date
    Oct 2005
    Location
    Syracuse, NY
    Beans
    659
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Installing ClockworkMod Tether

    Quote Originally Posted by FulciLives View Post
    "this way" as opposed to what?

    What I mean to say is that I was looking for a solution to tether my phone while using Ubuntu (I already knew how to do this with my Windows install but didn't know how to do it with Linux nor Ubuntu). So I found THIS way and it worked so I made this "mini-guide" to help others.

    However this is the ONLY way that I know how to do it.
    As opposed to tethering via wi-fi? I've used Barnacle Wi-Fi Tethering but some devices won't connect to it. I had to buy a better USB cable for my phone (The included one would only charge but wouldn't let me access data on the phone), and I can go into USB Storage mode, but have never tried tethering via the cable.

    You are using the term tethering right, correct? http://en.wikipedia.org/wiki/Tethering And not just using it as a term for copying files back and forth via USB? Maybe that's the confusion.

  6. #6
    Join Date
    Mar 2012
    Location
    Pittsburgh, PA [USA]
    Beans
    46
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing ClockworkMod Tether

    Well my point was that I'm sure there is more than one way to USB tether but this is the only way that I know. At least for USB tethering. I'm sure there are other ways of doing USB tethering but again this is the only way I know and have tried.

    I didn't think of wireless tether because my home computer is a desktop and has no wireless internet ability built-in (it is hard wired to my router via an ethernet cord). So basically wireless tether with my desktop (my only computer) is not an option for me.

    And yes I am using tethering correctly I just didn't know what you meant by your implication of another way. You didn't say what other way and due to my set-up it didn't occur to me that you meant wireless. I thought you meant some other means of USB tethering (i.e., another tethering program or app etc.)

    Sorry for the confusion.

  7. #7
    Join Date
    Jul 2012
    Beans
    1

    Re: Installing ClockworkMod Tether

    Thank you for that, it was really helpful!
    However, i have a problem: everything seems to be working, the app on my phone is displaying "USB tether is running" and the terminal is open and says "phone still connected.." but i can't manage to connect to the internet. I am using ubuntu 12.04, is there something to do extra to the connection settings or something?

    Thanks!

    /edit/
    Actually, problem solved, i don't know what it was but it works just fine now!
    Last edited by qouic; July 14th, 2012 at 03:22 PM.

  8. #8
    Join Date
    Feb 2010
    Beans
    1

    Re: Installing ClockworkMod Tether

    if you want to create a file to run this from your desktop go to terminal and type:
    Code:
    nano ~/Desktop/tether.sh
    then put this in the tether.sh file:
    Code:
    cd WHEREVERYOURTETHERFOLDERIS
    sudo linux/run.sh
    Then you have to make the sh file on your desktop executable, so right click on it and go to properties, then go to the permissions tab and click the radio box at the bottom.
    now you can just double click the file, and click run in terminal. It should ask you your password then work like normal
    hope that helps people

  9. #9
    Join Date
    Aug 2010
    Beans
    2

    Re: Installing ClockworkMod Tether

    I know this topic is SUPER old. But I managed to compile the latest tarball on my Puppy machine.

    Can someone give me a pastebin or something of a normal operation of Clockworkmod Tether?

    Mine isn't doing much... and I can't figure out how to manage the connection from my computer.

    I didn't know where to post this honestly... I couldn't find a thread in a Puppy forum... and I can't find any support documentation from Clockworkmod/Koush...

    So this is the best I can do.. My apologies.


    edit: I read through most of the 93, yes... 93 readme files in the Clockworkmod tarball.
    Last edited by Kingsley721; September 28th, 2012 at 08:34 AM. Reason: added edit:

  10. #10
    Join Date
    Jan 2013
    Beans
    1

    Re: Installing ClockworkMod Tether

    I followed your steps and it shows this : Any help pleae!! Thankx in advance


    rocco@rocco-U56E:~/Downloads/Tether/Tether$ sudo linux/run.sh
    [sudo] password for rocco:
    Please compile the included node.js package before running Tether!
    cd /home/rocco/Downloads/Tether/Tether/node
    ./configure
    make
    rocco@rocco-U56E:~/Downloads/Tether/Tether$

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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