View Single Post
Posts: 567 | Thanked: 2,966 times | Joined on Oct 2009
#1
I am looking for someone who has:
1.An N900 running Fremantle that's has rootsh installed (i.e. sudo gainroot in N900 xterm)
2.The ability to easily join a WiFi network that supports WiFi Protected Setup (my router is old and doesn't support this otherwise I could run this test myself)
and 3.Some knowledge of command prompt (if you know how to use dbus-monitor, thats even better)

What I need run as a test is as follows:
1.Create a file /etc/dbus-1/system-local.conf per this post
http://maemo.org/community/maemo-dev...dbus_messages/
2.Get to the location where you can connect to the WiFi Protected Setup WiFi network.
3.Disconnect from any network you are connected to
4.Open xterm on the phone
5.type these commands:
sudo gainroot
cd /root
dbus-monitor --system > dbus.log
6.Use WiFi protected setup to successfully connect to the wireless network.
7.As soon as you are connected, go back to xterm and ctrl-c dbus-monitor to stop the logging
8.Grab dbus.log and read it. Look for any dbus calls that involve com.nokia.wps_ui or com.nokia.eap and copy them.
9.Paste those com.nokia.wps_ui and com.nokia.eap commands into this thread or otherwise give them to me.

I need this information to help me reverse engineer these dbus interfaces (com.nokia.wps_ui in particular) and figure out how they work.
 

The Following User Says Thank You to jonwil For This Useful Post: