Android Community
Results 1 to 1 of 1

Thread: Browse your computer from android!

  1. #1
    Join Date
    Oct 2008
    Posts
    296

    Default Browse your computer from android!


    JesusFreke, over at XDA, has discovered that you can mount your computer using some busybox commands native to his modified rc30 update v1.2. It is pretty neat, you can browse your computer, pull files from it put files. I am sure there is more you can do but this is relatively new so you guys will have to play with it.

    Want to try? Heres what you need:

    Root access!

    Jesusfreke mod rc30 update v1.2
    http://jf.nyquil.org/update_TC4-RC30...a-dev_v1.2.zip

    From the market you will need:
    linda file manager
    terminal emulator


    You will also need:
    Your computer's Ipv4 address
    and a working wireless home connection (wifi)


    For ease of doing this it is recommended that you use adb to input these commands but they can be done through the phone if your patient enough.

    Once you have everything this is what you will need to type:

    su (gain root)
    chmod 0777 /data
    mkdir /data/portal
    busybox insmod cifs
    mount -t cifs //<ip>/<share>$ /data/portal -o username=<user>,password=<password>

    For the above command ip would be your computers ipv4 address, share should be the drive letter on your computer yopu want to access, user should be the administrative account on your computer, and password should be that accounts password if there is one.

    assuming you entered it correctly and the right ip, username, and password for your computer

    type

    ls /data/portal

    You should now see a list of the folders on your computer.

    Now open up linda file manager and go to phone --> data --> portal

    Voila! there's your computer....Pretty sweet huh?

    BTW, if you want to secure that connection from apps using it, type this when mounting it:
    mount -t cifs //<ip>/<share>$ /data/portal -o username=<user>,password=<password>,mode=700

    Doing this the file manager won't even be able to browse it, in fact, no app will be able to.

    Once again brought to you by JesusFreke

    Stericson
    Last edited by Stericson; 12-15-2008 at 02:45 AM.

Similar Threads

  1. Help with G1 USB to computer!
    By i2onnel in forum General Phone Chat
    Replies: 23
    Last Post: 01-14-2010, 10:24 PM
  2. My first computer was...
    By MrGibbage in forum Off-topic
    Replies: 109
    Last Post: 01-14-2010, 01:12 AM
  3. why cant the g1 browse this website!
    By thewannabeenforcer:P in forum General HTC Chat
    Replies: 13
    Last Post: 10-26-2008, 02:47 AM
  4. Anyone browse the forums?
    By mast3rpyr0 in forum Off-topic
    Replies: 8
    Last Post: 10-11-2008, 05:41 AM
  5. You Can Talk and Browse the web at same time
    By Photoman in forum General Phone Chat
    Replies: 13
    Last Post: 10-05-2008, 08:57 PM

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
  •