Join Today
+ Reply to Thread
Page 2 of 8 FirstFirst 123456 ... LastLast
Results 11 to 20 of 78
Like Tree3Likes

Thread: Share your pc's internet connection with E6 by bluetooth

  1. #11
    Join Date
    Jul 2007
    Location
    India, New Delhi
    Posts
    208

    Default

    I am trying to access internet on opera mini not with the default opera that came with phone... also tried to through a empty GPRS connection.. still no success..

    here is busybox..
    Attached Files Attached Files

  2. #12

    Default

    TO mitesh_saini

    create a file resolv.conf in /ezxlocal/etc with these content:
    nameserver 172.16.16.5

    then execute two commands below:
    busybox route add default gw 172.16.16.5
    mount -o bind /ezxlocal/etc /etc

    (note:ip 172.16.16.5 rely on your PC's setting)

  3. #13
    Join Date
    Jul 2007
    Location
    India, New Delhi
    Posts
    208

    Default

    loppi I had done that previously...
    but no help...

  4. #14
    Join Date
    Jul 2007
    Location
    India, New Delhi
    Posts
    208

    Default

    finally managed to get it working on office pc...
    and here is the complete steps u have to do in order to make it working through linux system ....
    (On windows skip step 4)

    change ip address's accordingly
    E6 address 192.168.1.2
    pc's address 192.168.1.1

    before following these steps u should have
    opera mini 4 beta version... (test it with ur gprs connection if it works)

    Here r the steps I have done;
    1) telnet to E6
    2) downloaded busybox then..
    ./busybox route add default gw 192.168.1.1
    3) install a proxy server on ur pc
    (I haven't done that as my office pc already have a connection through a proxy.. configure it.. search some tutorial to do that.. my office proxy is at 172.16.1.61 and port 8080)

    (now no need to do "mount --bind ...." stuff as i think it's taken care of by proxy..
    if that dosent works then do a
    cat /etc/resolv.conf
    and put the resulted output in a file and place it on ur memory card with same name..
    and then do a
    mount /etc/resolv.conf /mmc/mmca1/resolv.conf)

    4) now to enable IP forwarding on ur pc run a script given below
    ##########################################################
    #!/bin/bash
    # Delete and flush. Default table is "filter". Others like "nat" must be explicitly stated.
    iptables --flush #- Flush all the rules in filter and nat tables
    iptables --table nat --flush
    iptables --delete-chain #- Delete all chains that are not in default filter and nat table
    iptables --table nat --delete-chain

    # Set up IP FORWARDing and Masquerading
    iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
    iptables --append FORWARD --in-interface usb0 -j ACCEPT

    echo 1 > /proc/sys/net/ipv4/ip_forward # - Enables packet forwarding by kernel
    ###############################################################
    note: eth0 is my ethernet card connected to my office lan
    if u have xDSL connection then replace
    iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
    by
    iptables --table nat --append POSTROUTING --out-interface ppp0 -j MASQUERADE

    5. make a new gprs connection
    give any thing in profile name, apn, user name, and password
    in primary gateway ip give the address of machine on which proxy server is installed..
    in my case it was 172.16.1.61 (in your case it will be ur pc's address if u installed it on ur pc)
    and in port give the port no u configured in proxy server..

    6. now download fake_dsm from here
    http://www.motorolafans.com/forums/download.php?id=3763
    its a pkg file so u know what to do next..(obviously install it)

    7. now the final step
    configure opera to use fake gprs connection..
    8. Run fake_dsm by clicking it once
    (clicking it again will stop it and u can use ur gprs normally)

    now enjoy internet on ur phone..

    will try it through bluetooth once i will get time...
    Last edited by mitesh_saini; 11-26-2007 at 11:59 PM.
    Lubomyr, Ganeshkumar and antz.bin like this.

  5. #15
    Join Date
    Jul 2007
    Location
    Montreal
    Posts
    86

    Default

    only on linux system? ... booo

  6. #16

    Default

    to mitesh_saini

    forgot to tell you something!

    the OS on my PC is WINDOWS XP and installed the driver usblan_yan0.rar
    ,my E6 has intalled inted and smbd service.

    and they connected actrually in usblan mode.

  7. #17
    Join Date
    Jul 2007
    Location
    India, New Delhi
    Posts
    208

    Default

    yes loppi me too have these stuffs installed on rokr

  8. #18
    Join Date
    Jul 2007
    Location
    India, New Delhi
    Posts
    208

    Default

    no need to booooo Vampirex
    you can do it on windows also..

    steps r same except 4th step
    u don't have to do this step in windows..
    I connected successfully on both linux as well as windows.

    and one more thing in linux if you have proxy server installed on your(not on other pc as in my case) you can skip the 4th step.

  9. Default

    Ok, I am a sort of noob at this stuff as yet, learning it so I have these questions:
    1. How do I run those busybox shell commands in my E6. Put it in a unix file and run it using linloader or what?
    2. When I will change the ip of my pc, then that will break my pc's internet connection wont it? :s

    Thanks

  10. #20
    Join Date
    Jul 2007
    Location
    India, New Delhi
    Posts
    208

    Default

    when ur E6 is connected to pc through USBlan ur pc will be having 2 ip addresses
    1st to the internet (or lan) which ur pc is already having to connect to the outer world.
    2nd to the E6 and when I am talking about running command on ur E6
    (./busybox route add default gw 192.168.1.1 )
    192.168.1.1 is the ip address of pc through which u r communicating with ur E6
    so ur internet connection will not break

    To run command first u should be able to telnet to your E6 ( for that look at http://www.motorolafans.com/forums/v...er=asc&start=0 )

    about busy:
    boxbusybox is a group of commands combined into one file..
    there r lot of them eg ifconfig, grep, ping, route etc..
    to run a command u have to type
    ./busybox command-2-run


 
+ Reply to Thread
Page 2 of 8 FirstFirst 123456 ... LastLast

Similar Threads

  1. How to share Internet connection of PC into MING
    By anupambh in forum A1200 General Chat
    Replies: 27
    Last Post: 05-27-2010, 09:08 AM
  2. INFO:Use PC's Internet connection on E6 Revised.
    By Vampirex in forum E6 Applications
    Replies: 80
    Last Post: 01-20-2010, 05:38 AM
  3. Using Pc's internet connection on my rokr e6
    By abhirooplive in forum E6 General Chat
    Replies: 9
    Last Post: 08-08-2008, 03:01 PM
  4. Anyway to use my pc's internet connection on E6?
    By khizerk in forum E6 General Chat
    Replies: 0
    Last Post: 07-21-2007, 08:22 AM
  5. Share PC's Internet connection over bluetooth
    By cma353 in forum E680i General Chat
    Replies: 61
    Last Post: 05-18-2007, 01:53 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