|
|
2010-11-30
, 17:34
|
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#322
|
Interesting, no doubt this is what causes the password dialog to pop up, does it ask password when you connect normally ?
Can you use DBUS-monitor to see what connection name is used when you connect normally (I wonder if MHS is trying to connect to wrong connection or something, remember tha fMMS and any other program that automagically tweaks your 3G connections' settings is going to play merry hell with MHS [I probably should add an option that disables the automatic 3G connection management])
And here it somehow manages to mess up the way we store the old connection so we can restore it (which is interesting since once the connection name is stored the backend no longer enters mainloop() so it should not be able to receive signals... [I'm trying to figure out how to unregister a signal since I would need that to be able to detect when the new connection is finalized reliably without making the single connection state signal processor overly complex)
|
|
2010-12-01
, 02:02
|
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#323
|
signal sender=:1.20 -> dest=(null destination) serial=9242 path=/com/nokia/phone/net; interface=Phone.Net; member=registration_status_change
byte 0
uint16 40490
uint32 85471277
uint32 260
uint32 310
byte 0
byte 27
signal sender=:1.20 -> dest=(null destination) serial=9243 path=/com/nokia/phone/net; interface=Phone.Net; member=operator_name_change
byte 10
string "T-Mobile"
string ""
uint32 260
uint32 310
signal sender=:1.20 -> dest=(null destination) serial=9244 path=/com/nokia/phone/net; interface=Phone.Net; member=radio_info_change
byte 0
byte 0
byte 0
signal sender=:1.87 -> dest=(null destination) serial=546 path=/com/nokia/icd; interface=com.nokia.icd; member=status_changed
string "0000-0000-0000-0000"
string "GPRS"
string "CONNECTED"
string ""
signal sender=:1.87 -> dest=(null destination) serial=547 path=/com/nokia/icd2; interface=com.nokia.icd2; member=state_sig
string ""
uint32 0
string ""
string "GPRS"
uint32 83886080
array [
byte 48
byte 48
byte 48
byte 48
byte 45
byte 48
byte 48
byte 48
byte 48
byte 45
byte 48
byte 48
byte 48
byte 48
byte 45
byte 48
byte 48
byte 48
byte 48
byte 0
]
string ""
uint32 2
signal sender=:1.40 -> dest=(null destination) serial=307 path=/com/nokia/alarmd; interface=com.nokia.alarmd; member=queue_status_ind
int32 0
int32 2147483647
int32 1291169400
int32 1291168200
|
|
2010-12-01
, 07:26
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#324
|
Here are some of the interesting events I gleamed from dbus-monitor when making a normal connection to my t-mobile data network:
|
|
2010-12-02
, 09:48
|
|
Posts: 76 |
Thanked: 5 times |
Joined on Feb 2010
|
#325
|
|
|
2010-12-02
, 10:09
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#326
|
could someone point me in the right direction? i have got fmms installed aswell, is that still a problem?
|
|
2010-12-06
, 00:19
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Apr 2010
|
#327
|
|
|
2010-12-06
, 09:30
|
|
|
Posts: 58 |
Thanked: 22 times |
Joined on Jan 2010
@ Snowierasha
|
#328
|
Would prefer WAP though. Anyway, WEP is better than nothing.|
|
2010-12-06
, 19:01
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#329
|
First. It works.Would prefer WAP though. Anyway, WEP is better than nothing.
The problem is the device turns VERY hot. The CPU usage is not over 15%, but the device gets so hot I can actually smell formaldehyde (that "new stereo" smell).
I assume the problem is in Wifi output power which is set to too high.
How to lower it?
|
|
2010-12-07
, 08:27
|
|
|
Posts: 58 |
Thanked: 22 times |
Joined on Jan 2010
@ Snowierasha
|
#330
|
WPA: See the
Ad-Hoc wifi has no power management, in theory there could be some way to adjust it in the driver but it's a binary blob so we can't know.
Can you use DBUS-monitor to see what connection name is used when you connect normally (I wonder if MHS is trying to connect to wrong connection or something, remember tha fMMS and any other program that automagically tweaks your 3G connections' settings is going to play merry hell with MHS [I probably should add an option that disables the automatic 3G connection management])