Sample Header Ad - 728x90

Android Enthusiasts

Q&A for enthusiasts and power users of the Android operating system

Latest Questions

5 votes
1 answers
1543 views
GPRS/Data only starts after reset
I have Karbonn A9, Android 2.3.6. The GPRS/Data does not switch on occasionally, but once I reboot the phone I can start it. After deactivating GPRS/Data I have to reboot the phone get either data or GPRS to connect again. What could be causing this?
I have Karbonn A9, Android 2.3.6. The GPRS/Data does not switch on occasionally, but once I reboot the phone I can start it. After deactivating GPRS/Data I have to reboot the phone get either data or GPRS to connect again. What could be causing this?
Pankaj (61 rep)
May 24, 2012, 01:07 PM • Last activity: Mar 10, 2022, 03:06 AM
1 votes
1 answers
4782 views
Translation of RIL_PreferredNetworkType terminology to human speak?
[In Android's source code, I see](https://android.googlesource.com/platform/hardware/ril/+/master/include/telephony/ril.h) typedef enum { PREF_NET_TYPE_GSM_WCDMA = 0, /* GSM/WCDMA (WCDMA preferred) */ PREF_NET_TYPE_GSM_ONLY = 1, /* GSM only */ PREF_NET_TYPE_WCDMA = 2, /* WCDMA */ PREF_NET_TYPE_GSM_W...
[In Android's source code, I see](https://android.googlesource.com/platform/hardware/ril/+/master/include/telephony/ril.h) typedef enum { PREF_NET_TYPE_GSM_WCDMA = 0, /* GSM/WCDMA (WCDMA preferred) */ PREF_NET_TYPE_GSM_ONLY = 1, /* GSM only */ PREF_NET_TYPE_WCDMA = 2, /* WCDMA */ PREF_NET_TYPE_GSM_WCDMA_AUTO = 3, /* GSM/WCDMA (auto mode, according to PRL) */ PREF_NET_TYPE_CDMA_EVDO_AUTO = 4, /* CDMA and EvDo (auto mode, according to PRL) */ PREF_NET_TYPE_CDMA_ONLY = 5, /* CDMA only */ PREF_NET_TYPE_EVDO_ONLY = 6, /* EvDo only */ PREF_NET_TYPE_GSM_WCDMA_CDMA_EVDO_AUTO = 7, /* GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL) */ PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */ PREF_NET_TYPE_LTE_GSM_WCDMA = 9, /* LTE, GSM/WCDMA */ PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */ PREF_NET_TYPE_LTE_ONLY = 11, /* LTE only */ PREF_NET_TYPE_LTE_WCDMA = 12, /* LTE/WCDMA */ PREF_NET_TYPE_TD_SCDMA_ONLY = 13, /* TD-SCDMA only */ PREF_NET_TYPE_TD_SCDMA_WCDMA = 14, /* TD-SCDMA and WCDMA */ PREF_NET_TYPE_TD_SCDMA_LTE = 15, /* TD-SCDMA and LTE */ PREF_NET_TYPE_TD_SCDMA_GSM = 16, /* TD-SCDMA and GSM */ PREF_NET_TYPE_TD_SCDMA_GSM_LTE = 17, /* TD-SCDMA,GSM and LTE */ PREF_NET_TYPE_TD_SCDMA_GSM_WCDMA = 18, /* TD-SCDMA, GSM/WCDMA */ PREF_NET_TYPE_TD_SCDMA_WCDMA_LTE = 19, /* TD-SCDMA, WCDMA and LTE */ PREF_NET_TYPE_TD_SCDMA_GSM_WCDMA_LTE = 20, /* TD-SCDMA, GSM/WCDMA and LTE */ PREF_NET_TYPE_TD_SCDMA_GSM_WCDMA_CDMA_EVDO_AUTO = 21, /* TD-SCDMA, GSM/WCDMA, CDMA and EvDo */ PREF_NET_TYPE_TD_SCDMA_LTE_CDMA_EVDO_GSM_WCDMA = 22 /* TD-SCDMA, LTE, CDMA, EvDo GSM/WCDMA */ } RIL_PreferredNetworkType; The problem is, I don't know what the terminology maps to. "LTE" is obviously just 4G LTE, but what are TD-SCDMA, WCDMA, and EvDo? I'm assuming at least some of them must map to 2G (GPRS), 2G (EDGE), 3G, "3.9G" (HSPA+), but which is which? And which ones are actually CDMA (Sprint, Verizon, etc.) rather than GSM? (I'm a little confused because it seems GSM LTE phones also have modes like WCDMA?)
user541686 (663 rep)
Oct 6, 2017, 07:26 PM • Last activity: Sep 18, 2019, 10:48 PM
1 votes
0 answers
99 views
How does handover from wifi to gprs work?
I start a google hangouts call and I'm connected to wifi. Then when I leave home, the call is handed over from wifi to GPRS. How is this done? Does the app help doing the handover or is this transparent to the app? When switching to GPRS, the phone gets a new ip address, so a new connection is neces...
I start a google hangouts call and I'm connected to wifi. Then when I leave home, the call is handed over from wifi to GPRS. How is this done? Does the app help doing the handover or is this transparent to the app? When switching to GPRS, the phone gets a new ip address, so a new connection is necessary, right?
hasnpeter (111 rep)
Nov 7, 2016, 12:59 PM • Last activity: Nov 9, 2016, 04:26 PM
0 votes
0 answers
617 views
I can't connect to a device that is connected with GPRS
My android 2.3 phone is connecting to the internet using the GPRS network and I get a new IP everytime I reconnect. So now I try to connect to my phone which is connected to the internet - the internet is working on the phone because I can use the browser. I also installed a FTP server and enabled t...
My android 2.3 phone is connecting to the internet using the GPRS network and I get a new IP everytime I reconnect. So now I try to connect to my phone which is connected to the internet - the internet is working on the phone because I can use the browser. I also installed a FTP server and enabled to allow all connections. Unfortunately I can't get even a ping. It all works when I connect the phone to WIFI (and use the local IP) So is it just me or is it not possible to connect to GPRS connected phones?
MilMike (233 rep)
Nov 8, 2013, 05:24 PM • Last activity: Oct 31, 2015, 04:47 PM
1 votes
1 answers
2339 views
What range of tcp buffer size do you suggest for slow and fast networks?
If you search the net, you come across with ranges like these that claim would enhance your net throughput: net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960 net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960 net.tc...
If you search the net, you come across with ranges like these that claim would enhance your net throughput: net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960 net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960 net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960 net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960 In place that I live, the net speed of gprs/edge connectivity is so slow that even sending just a sentence of text via instant messaging apps like Whatsapp could take up to 5 seconds and even fails to send some times! but on the other hand my wifi connectivity is very fast; so; what range of tcp net buffer size do you recommend for these two connections that better suits me?(or maybe any other effective variable)
wiki (475 rep)
May 17, 2015, 09:01 AM • Last activity: May 20, 2015, 08:41 AM
2 votes
1 answers
7883 views
How to use GPRS (not wifi or 3G) to get internet access?
With my Galaxy 5, I can visit websites using wifi, but how can I access them using GPRS (=when no wifi around)? I don't want to pay for a 3G data plan with my mobile operator. **Background**: On my old Nokia phone (which didn't have wifi), I was able to visit a website using GPRS (useful only for em...
With my Galaxy 5, I can visit websites using wifi, but how can I access them using GPRS (=when no wifi around)? I don't want to pay for a 3G data plan with my mobile operator. **Background**: On my old Nokia phone (which didn't have wifi), I was able to visit a website using GPRS (useful only for emergencies, but still, useful). This meant that I did not have to subscribe to some data plan with my mobile operator (at least in my country this is so); I did have to pay for the GPRS connection, but that was only when connected.
Rabarberski (429 rep)
Apr 15, 2011, 11:51 AM • Last activity: Aug 1, 2014, 02:01 PM
0 votes
1 answers
293 views
Samsung galaxy S3 continuously downloading on gprs
My mother in laws phone continuously downloads from GPRS, seemingly even when wifi is available. Usually the downloads are very small and in multiples over a short period. occasionally they are much larger, up to 50MB. The records from the provider indicate that some of these downloads are from Face...
My mother in laws phone continuously downloads from GPRS, seemingly even when wifi is available. Usually the downloads are very small and in multiples over a short period. occasionally they are much larger, up to 50MB. The records from the provider indicate that some of these downloads are from Facebook and youtube, however she has not used these apps or logged in. The downloads are occurring so often that she is getting warnings that she will exceed her quota (200MB/month). She has set apps so they don't update automatically. Also she syncs three gmail accounts to the phone. Does anyone know what these frequent downloads may be, and also if it is possible to limit them to only when wifi is available. Thanks
boberdorf (111 rep)
Apr 27, 2014, 10:46 AM • Last activity: Apr 28, 2014, 01:32 AM
1 votes
1 answers
2468 views
Why do I get dropped calls and weak signal with Samsung Galaxy 3 5801 mobile?
Samsung Galaxy 3 5801 phone with android 2.1 OS. When I enable GPRS I am getting dropped calls and weak signal. When I disable GPRS I find my calls don't drop and the signal much better. Is it a hardware issue or service provider issue or a software issue? How can I fix it?
Samsung Galaxy 3 5801 phone with android 2.1 OS. When I enable GPRS I am getting dropped calls and weak signal. When I disable GPRS I find my calls don't drop and the signal much better. Is it a hardware issue or service provider issue or a software issue? How can I fix it?
joby
Dec 14, 2010, 09:19 AM • Last activity: Aug 1, 2013, 12:34 AM
0 votes
1 answers
192 views
Strange data plan speed on Nexus S
I have a Nexus S and a GPRS plan activated, from what customer services of my mobile carrier have told me is that GPRS will give you max of 10-15 kB/s download speed. In my Nexus S if i don't select "Use Only 2G" in "mobile network" setting i get speeds up to 80kB/S and the symbol in the status bar...
I have a Nexus S and a GPRS plan activated, from what customer services of my mobile carrier have told me is that GPRS will give you max of 10-15 kB/s download speed. In my Nexus S if i don't select "Use Only 2G" in "mobile network" setting i get speeds up to 80kB/S and the symbol in the status bar shows 3G symbol. As soon as i select the "Use only 2G Network" my download speed drops to 10 kB/s. I have used spedtest application to check speed. I have verified with my Mobile carrier and i do not have any 3G plan activated. How is this Possible, i don't want to get any kind of shock when i receive my Mobile bill :) Edit : My mistake, corrected capitalizations.
rsapru (193 rep)
Apr 28, 2011, 03:13 AM • Last activity: Mar 15, 2013, 09:53 PM
7 votes
1 answers
323 views
Buying apps and entering credit card number via 3G/GPRS. Is it secure enough?
As title. Of course using Android market and the Google Checkout payment. By the way, how about other market-like apps?
As title. Of course using Android market and the Google Checkout payment. By the way, how about other market-like apps?
Fitri (2379 rep)
Aug 7, 2011, 08:42 AM • Last activity: Mar 15, 2013, 09:52 PM
6 votes
3 answers
1047 views
Using VoIP from Android via GPRS?
Is it possible to use VoIP over gprs from an Android phone? Either using a SIP client or Skype?
Is it possible to use VoIP over gprs from an Android phone? Either using a SIP client or Skype?
grm
Aug 18, 2010, 07:58 PM • Last activity: Mar 15, 2013, 09:47 PM
1 votes
0 answers
1154 views
How to make cell phone using GPRS/3G a WiFi-Hotspot
> **Possible Duplicate:** > [How to share internet among 2 android devices?](https://android.stackexchange.com/questions/4117/how-to-share-internet-among-2-android-devices) > [Can we use an Android phone as a Wi-Fi repeater?](https://android.stackexchange.com/questions/12616/can-we-use-an-android-ph...
> **Possible Duplicate:** > [How to share internet among 2 android devices?](https://android.stackexchange.com/questions/4117/how-to-share-internet-among-2-android-devices) > [Can we use an Android phone as a Wi-Fi repeater?](https://android.stackexchange.com/questions/12616/can-we-use-an-android-phone-as-a-wi-fi-repeater) I have an android cell phone (Samsung Galaxy S Advance) running on Android 2.3.6. I am interested in converting my cell phone to a WiFi-Hotspot so that I can use the GPPRS/3G from my phone to access internet on other WiFi-enabled devices. Any android applications that might help to do this?
Neel Mehta (211 rep)
Nov 13, 2012, 05:56 PM
3 votes
0 answers
130 views
change system wide the connect timeout
Is it possible to change the android equivalent of sun.net.client.defaultconnecttimeout? Many applications are not working correctly over an high latency edge connection, but work with H+ or WiFi. So maybe increasing the timeout globally could help. Is that possible?
Is it possible to change the android equivalent of sun.net.client.defaultconnecttimeout? Many applications are not working correctly over an high latency edge connection, but work with H+ or WiFi. So maybe increasing the timeout globally could help. Is that possible?
nairboon (131 rep)
Nov 2, 2012, 09:23 PM
1 votes
2 answers
1320 views
Where can I find a widget to enable or disable GPRS in my Spice Mi-270 Android handset?
I have a Spice Mi-270 Android phone. There is no touch gadget to enable or disable the GPRS connection. Every time I have to select `settings -> wireless & networks -> data communication sim` and have to select a SIM to turn GPRS off. How can I do this in one touch?
I have a Spice Mi-270 Android phone. There is no touch gadget to enable or disable the GPRS connection. Every time I have to select settings -> wireless & networks -> data communication sim and have to select a SIM to turn GPRS off. How can I do this in one touch?
Akshay Rao (19 rep)
Apr 29, 2012, 05:22 AM • Last activity: Aug 22, 2012, 01:48 PM
Showing page 1 of 14 total questions