Results 1 to 14 of 14

Thread: Ad hoc wireless

  1. #1
    offline So I Hear You Can Mod
    Join Date
    Dec 2009
    Posts
    294
    Thanks
    53
    Thanked 34 Times in 32 Posts
    Downloads
    20
    Uploads
    0

    Ad hoc wireless

    guys... i have one adhoc lan configured in my pc, there´s a way to use this connection in my cellphone?(cliq)...

    cya

  2. #2
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 245 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    Unfortunately, Android cannot see Ad-Hoc networks, only Access Points.

  3. #3
    offline So I Hear You Can Mod
    Join Date
    May 2008
    Posts
    101
    Thanks
    17
    Thanked 33 Times in 16 Posts
    Downloads
    30
    Uploads
    0
    Actually you can, from a command prompt...

    netsh wlan set hostednetwork mode=allow ssid=Whatever key=password


    Where SSID is, well obvious.. and Key is the WPA password. Android will see this and will allow wifi connection through your computer.

    **Also, this is a soft connection so it *should* be ok to keep your other ad-hoc network... I believe, haven't tested that.

    Well actually this method I have only tested successfully on Windows 7, and its technically a Soft access point rather than a ad-hoc, but theoretically its an ad-hoc. In any case, it will work for your need.
    Last edited by genibus; 12-12-2009 at 09:24 AM. Reason: Automerged Doublepost

  4. #4
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 245 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    I tried that last night on Windows 7 with no luck. If on Windows 7, you may be able to used Connectify to do the same.

  5. #5
    offline So I Hear You Can Mod
    Join Date
    Dec 2009
    Posts
    294
    Thanks
    53
    Thanked 34 Times in 32 Posts
    Downloads
    20
    Uploads
    0
    i got permission denied..
    i missed something?


    cya

    obs: i tried by adb
    Last edited by jonatasmz; 12-12-2009 at 12:10 PM.

  6. #6
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 245 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    You have to run that command in an Administrator console on your PC (not ADB or on Phone).

  7. The Following User Says Thank You to nEx.Software For This Useful Post:

    Danation (12-12-2009)

  8. #7
    offline So I Hear You Can Mod
    Join Date
    Dec 2009
    Posts
    294
    Thanks
    53
    Thanked 34 Times in 32 Posts
    Downloads
    20
    Uploads
    0
    Quote Originally Posted by nEx.Software View Post
    You have to run that command in an Administrator console on your PC (not ADB or on Phone).
    uhn... sorry... but.. how can i do that?

  9. #8
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 245 Times in 100 Posts
    Downloads
    33
    Uploads
    0

  10. #9
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,881
    Thanks
    4,383
    Thanked 3,386 Times in 2,118 Posts
    Downloads
    3
    Uploads
    0
    I'd like to give this a shot. How do you disable it?

    _.__.__._I have retired. If you PM me, I may not reply.

  11. #10
    offline So I Hear You Can Mod
    Join Date
    Dec 2009
    Posts
    294
    Thanks
    53
    Thanked 34 Times in 32 Posts
    Downloads
    20
    Uploads
    0
    Quote Originally Posted by nEx.Software View Post
    i´m confused right now...
    to execute a command in the cellphone i need to use ADB right?
    (i´m using XP)

    cya

  12. #11
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,881
    Thanks
    4,383
    Thanked 3,386 Times in 2,118 Posts
    Downloads
    3
    Uploads
    0
    You run the command on the computer. This sets up an access point for your phone to connect to using wifi.

    _.__.__._I have retired. If you PM me, I may not reply.

  13. #12
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 245 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    Sorry, you didn't say you were on Windows XP. This method will not work on Windows XP as far as I know.

  14. #13
    offline So I Hear You Can Mod
    Join Date
    May 2008
    Posts
    101
    Thanks
    17
    Thanked 33 Times in 16 Posts
    Downloads
    30
    Uploads
    0
    Quote Originally Posted by Danation View Post
    I'd like to give this a shot. How do you disable it?
    netsh wlan start hostednetwork

    netsh wlan stop hostednetwork

    -- Run from admin.. right click CMD.exe -> Run as admin

  15. The Following User Says Thank You to genibus For This Useful Post:

    Danation (12-12-2009)

  16. #14
    offline So I Hear You Can Mod
    Join Date
    Dec 2009
    Posts
    294
    Thanks
    53
    Thanked 34 Times in 32 Posts
    Downloads
    20
    Uploads
    0
    so... there´ isnt a way to do that on XP?
    i have one wireless lan adapter... there´s no way to make CLIQ detect this wifi?

    cya

    i tried those commands on VISTA..

    netsh wlan set hostednetwork....
    and
    netsh wlan start ....

    but this commands doesnt exist on VISTA...
    this commands just work on windows7??

    cya
    Last edited by jonatasmz; 12-19-2009 at 10:40 AM. Reason: Automerged Doublepost

Posting Permissions

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