![]() |
2014-06-18
, 17:26
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#11
|
![]() |
2014-06-18
, 17:43
|
Posts: 236 |
Thanked: 223 times |
Joined on Apr 2011
@ switzerland
|
#12
|
The Following User Says Thank You to Mitrigol For This Useful Post: | ||
![]() |
2014-06-19
, 05:24
|
Posts: 236 |
Thanked: 223 times |
Joined on Apr 2011
@ switzerland
|
#13
|
![]() |
2014-06-19
, 06:34
|
|
Posts: 887 |
Thanked: 2,445 times |
Joined on Jun 2011
|
#14
|
|
2014-06-19
, 06:43
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#15
|
|
2014-06-19
, 09:49
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#16
|
switch (mode) { case OFONO_RADIO_ACCESS_MODE_GSM: pref = PREF_NET_TYPE_GSM_ONLY; break; case OFONO_RADIO_ACCESS_MODE_UMTS: pref = PREF_NET_TYPE_GSM_WCDMA_AUTO; /* according to UI design */ break; case OFONO_RADIO_ACCESS_MODE_LTE: pref = PREF_NET_TYPE_LTE_ONLY; default: break; }
switch (mode) { case OFONO_RADIO_ACCESS_MODE_ANY: pref = PREF_NET_TYPE_LTE_GSM_WCDMA; break; case OFONO_RADIO_ACCESS_MODE_GSM: pref = PREF_NET_TYPE_GSM_ONLY; break; case OFONO_RADIO_ACCESS_MODE_UMTS: pref = PREF_NET_TYPE_GSM_WCDMA; break; case OFONO_RADIO_ACCESS_MODE_LTE: pref = PREF_NET_TYPE_LTE_GSM_WCDMA; break; default: break; }
![]() |
2014-06-19
, 10:31
|
|
Posts: 887 |
Thanked: 2,445 times |
Joined on Jun 2011
|
#17
|
|
2014-06-19
, 10:50
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#18
|
why PREF_NET_TYPE_GSM_WCDMA;
why not PREF_NET_TYPE_WCDMA;
sorry, only asking because i'm noob...
![]() |
2014-06-19
, 10:56
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#19
|
Bad news today,
I am in a place where i know there is no 3G, and it switched to 2G.
But yesterday, it did not, i even lost connection and got the grayed out network icon.
Don't know why the difference. I will not be able to check again "live" before next monday. Any other feedback would be great
The Following User Says Thank You to Leinad For This Useful Post: | ||
![]() |
2014-06-19
, 11:04
|
Posts: 236 |
Thanked: 223 times |
Joined on Apr 2011
@ switzerland
|
#20
|