eybee1970
Philosoph
- 5.255
Hallo,
bin eben bei XDA auf folgendes gestossen:
Gracie
EDIT: die Datei tiwlan.ini findet ihr in /system/etc/wifi....dort dann einfach mit RootExplorer 'Open in TextEditor' diese Änderung vornehmen:
bin eben bei XDA auf folgendes gestossen:
Funktioniert wohl nach Auskunft anderer User, ich selbst bin auf G-Modus und hab jetzt keine Lust umzustellen....check doch mal einer und gebt bescheid!dlbogdan schrieb:Ok. Solved the damn wifi problem!
It's quite simple when you dig into it actually. There's a parameter in tiwlan.ini that instructs Android to try to connect in N mode.
That is of course WRONG for our hardware. Despite the fact that MM sees an N network as an N network, shortly after this it tries to actually negotiate N speeds and fails miserably (lack of hardware implementation)Code:HT_Enable=1
The solution is to put HT_Enable to ZERO (0)!
This way, it always negotiates G with any routers.
This actually explains the fact that my connection was much better and with less dropouts the further from the router i went. Very funny.
Anyway, after finding this i was going to notify Nadlabak also but saw the exact same thing on his issue tracker page ( see issue 147 on CM6 for Milestone ).
Cheers!
Gracie
EDIT: die Datei tiwlan.ini findet ihr in /system/etc/wifi....dort dann einfach mit RootExplorer 'Open in TextEditor' diese Änderung vornehmen:
Code:
HT_Enable=0
Zuletzt bearbeitet: