Giter VIP home page Giter VIP logo

Comments (16)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
i've also noticed this, and i could not get access on the beta 2 yet :(

Original comment by [email protected] on 13 Apr 2009 at 12:08

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
You need a special entitlement now, I wonder if Apple plan to sell it?

Original comment by [email protected] on 13 Apr 2009 at 6:31

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
What do you mean, special entitlement... how do you know that?

Original comment by [email protected] on 13 Apr 2009 at 9:42

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
[deleted comment]

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Can I ask how to do it?
I've been trying to implement WiFi-scan application on 3.0.

Original comment by [email protected] on 14 Apr 2009 at 12:45

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
[deleted comment]

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
It must be possible, since you just updated WiFiFoFum to be 3.0 compatible ;-)

Original comment by [email protected] on 4 Jun 2009 at 2:29

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
It is possible...  It is even trivial.   If you have an app for 2.2.1 that uses 
the
Apple80211.framework, the fix is so easy you'll slap yourself on the back of 
the head
for 10 minutes... :-)  

Change this line:
libHandle =
dlopen("/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211", 
RTLD_LAZY);

To This line:

libHandle =
dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", 
RTLD_LAZY);

Leave everything else the same, and enjoy.  You'll notice that there are some 
minor
differences in the data you get back, but, for the most part, everything should 
work
the same, and your app should start to function again using 3.0.   This has been
tested on 3.0GM.

Enjoy.

Original comment by [email protected] on 20 Jun 2009 at 11:36

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Hi guys,

I have some problem implementing wifi scanning.

when the code reaches:
open(libhandle,&airporthandle);

there will be an error:

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0

Application Specific Information:
iPhone Simulator 3.0 (138), iPhone OS 3.0 (7A341)

Please help me,thank you.

Original comment by [email protected] on 29 Jun 2009 at 4:23

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
[deleted comment]

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
You cannot run it on simulator. dlopen returns NULL.
I confirmed wifi scanning works on both iPhone 3G (OS 3.0) and 3GS.

Original comment by [email protected] on 29 Jun 2009 at 5:57

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Yuuichi, thanks for your response.

I tried to run in the device(3.0) but it stll shows EXEC ERROR.



Original comment by [email protected] on 30 Jun 2009 at 7:42

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
hoopsanity, first confirm that you are using all functions properly and check 
the
handle value too. It is working for me smoothly in the device(3.*).

Best of luck.

Original comment by [email protected] on 28 Aug 2009 at 4:01

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
hi, i'm newbie for iphone dev., i have task to get wifi info such as ssid, 
signal 
strength and so on, when i search i get about stumbler, i get the source code 
and 
try to implement into xcode, but getting error, can i import the src into xcode 
and 
what are the settings i need to do, i would like to know the steps to import 
the 
stumbler src so its can work on device 3.1.2,

i'm using mac os 10.5.8 with xcode ver 3.1.4 and ipod touch 2g 3.1.2

is it any possible to run this stumbler on my ipod

thanks

Original comment by [email protected] on 29 Oct 2009 at 4:30

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
i change to the following 
libHandle =
dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", 
RTLD_LAZY);

and install in my ipod touch 3.1.2, application install but when launch it, it 
crash,
do i have only as the above or do have modify any handle, 

open  = dlsym(libHandle, “Apple80211Open”);
bind  = dlsym(libHandle, “Apple80211BindToInterface”);
close = dlsym(libHandle, “Apple80211Close”);
associate = dlsym(libHandle, “Apple80211Associate”);
scan  = dlsym(libHandle, “Apple80211Scan”);

is the above functions still same for new WiFiManager.bundle, can anyone help me

Original comment by [email protected] on 6 Nov 2009 at 10:09

from iphone-wireless.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
I'm not sure if I'm doing this right, but I tried simply copying the files
Apple80211/Apple80211.h and Apple80211/main.c into my XCode project, but when I 
ran
it it said it cannot find some bundle called Aeropuerto. Am I doing something 
wrong?

Original comment by sfoley1988 on 24 May 2010 at 12:57

from iphone-wireless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.