HTC Droid Eris :: Is There Some Bandwidth Limitations On Phone?
Jan 21, 2010
I have tried doing some speedtests on my eris but have not gotten any speeds over 2mbps down and 1mbps up. This is over a WiFi connection on the DS3 line at work. Does anyone know if this is just a fluke with my phone or is there some bandwidth limitations on the eris?
View 6 Replies
May 28, 2010
I would like to know, what limitations there are for how far one can go in terms of replacing UI components of current touch screen smart phones, in particular iPhone, Blackberry and android based phones.What I would like to do is create a custom UI for dialing out and incoming calls.
I have some experience with Blackberry development. The theme builder for it, can be used to customize certain items on the incoming call screen, but it doesn't look like that you can increase the size of answer button. I know Blackberry also gives you access to all the phone APIs, but I'm not sure that you can create your own UI that can gain preference over the Blackberry incoming call screen. And if you try to customize the incoming call screen by adding any buttons to it, they would be rendered as pictures.
I could possibly design a complete UI for android, since different manufactures have different UI for android based phones. Can I do what I want to do using iPhone, Blackberry or android? Or any other phone for that matter? I am guessing may be for Nokia phones using Qt, but I prefer the 3 platforms I listed.
View 2 Replies
View Related
May 18, 2010
This is a question asked in various incarnations across smartphone forums, and I'm sure here as well. But I'll ask again with a slightly different spin. Is it "wrong" to consume much bandwidth from your cell phone? The implication of high bandwidth usage being the stress of the network and unfairly impinging against other users. It is an argument I've seem most from iPhone and other users contracted with AT&T.
My take is to view the availability and use of bandwidth like a market. The supply and demand for data establishes an "equilibrium" bitrate. With this view in mind, I think it seems a little more pointless to begrudge high bandwidth users just for consuming what is available. Maybe there ought to be a cost associated with high usage, which could be funneled into making a more robust network. But the responsibility ultimately is with the carriers to see that demand can be satisfied.
View 49 Replies
View Related
Oct 30, 2009
I read a review which stated that if you have the browser running you have to CLOSE it, not minimize, to make a phone call. I'm wondering what other multi-tasking type of limitations this phone, and Android, have. I was playing around with a Hero at Best Buy one day and while I had the browser open I couldn't get to one of the other screens. Not sure if it was just me or if you can't do that at all with android. What good is it to have three windows and multi-tasking if you can't open a program in one screen and then leave it running and jump over to another screen. So I'm wondering if that's really true, and what other type of limitations it has? Such as, can I have the browser open while I'm using GPS? Can I open GPS and enter a route while I'm in the middle of a phone call?
View 7 Replies
View Related
Dec 29, 2009
I finally tethered my moment the other day, works great, the speed of the internet leaves much to be desired. Is there an app, piece of hardware or tweak ect. that can increase the speed/bandwidth of this phone.
View 6 Replies
View Related
Oct 16, 2011
What are the capabilities and limitations of what can do with the hdmi port and cable for the DROID 3 any hacks of sorts for full hdmi or something.
View 1 Replies
View Related
Sep 30, 2010
I have a Droid X, and I got a nasty surprise after using it for a couple of weeks: I had gone through over 10 GB (not a typo) of bandwidth already, and earned a friendly call from Verizon telling me to shape up or they'd terminate my contract. Since then I've been running with background data turned off (settings -> data manager -> data delivery -> unchecked background data.) This works nicely and keeps my bandwidth down to usually a megabyte or so per day, preserves the battery, etc, but it seems like overkill. What I really want to find out is what was using so much bandwidth to begin with, and find a way to let my well-behaved apps run and update themselves, etc while preventing these bad ones from running. Anyone know of a way to track bandwidth usage on an app by app basis? Is that even possible? Or, has anyone else run into a similar problem and found a way to solve it?
View 2 Replies
View Related
Nov 9, 2009
i've read that with the 30$ "unlimited bandwidth" price that there is a 5GB cap and any GB that you go over is 50$. is there anyway to track usage of bandwidth?
View 41 Replies
View Related
Oct 31, 2010
When you use tether or hotspot via 3rd party or rooting are you still bound by the 2gb or 5gb limitation?
View 3 Replies
View Related
Jan 29, 2010
I just recently started using pdanet when my high speed internet connection at home was having issues. Oddly i found it to be very fast and work pretty flawlessly from my droid. My question is during the summer i have a 2nd home which has no option for high speed connections, but does get 3g Verizon. I mostly would use my laptop for reading emails and teaching online classes through my college. Has anyone on Verizon ever had issues using bandwidth through a tethered device as i described? I know there is this on going battle of whether our unlimited plans are truly unlimited or not. I would not use massive loads of data but i do not want to incur problems with my service either. Love to hear your opinions.
View 11 Replies
View Related
Apr 15, 2010
How To Track Bandwidth Usage On My Android Phone? Most existing applications shows the total used (in/out). I'd like to show the use by each application. I want to find the application that consumes more bandwidth from my internet.
View 1 Replies
View Related
Aug 15, 2010
I'm new here, and i'd like to start off with a thread asking how limited am i with no data plan and just using wi-fi am i still allowed to use MSN Messenger? Windows Live Messenger , download apps racing games and that stuff. I am soon going to be getting a HTC Desire.
View 6 Replies
View Related
Jul 2, 2009
There are certain application which are default available on Android and certain applications available freely in market place. Greader is an application not available default in the Open source package on web to download.
1) Is it legal to install Greader as an application on the devices when it is shipped to customer? if yes, what is the best way to do it? Can we simply use the apk file of Greader and install it on device? Any other better ways?
2) When the applications are built, it will also have lot of dependency on the hardware availability on device. If there is an application developed for T G1 Mobile using the GPS hardware then this application cannot work on another device which does not have GPS hardware. Since we have market place for Android today and mostly targetting for T G1 mobile, how do we ensure that users must not able to install it on devices that does not support all the required hardware for device? There are few ways to deal with it.
a) Have market place specific to each device
b) The application developers has to clearly document what is the expected harwdare for the applications to work so that the users are aware of whether would work on the device or not. This is mostly manual then.
c) Ideally we should ensure that the application installation must happen only if before installation, the compatibility check passes. This is possible only if we bring in a framework design for this structurally.
View 5 Replies
View Related
Oct 24, 2010
I was surprised to see a couple major shortcomings in the design of MapView and MapActivity.
First, MapView requires itself to be hosted in a MapActivity. According to the documentation,
A MapView can only be constructed (or inflated) by a MapActivity<http://code.google.com/android/add-ons/google-apis/reference/com/goog...>.
> This is because it depends on threads which access the network and > filesystem in the background; these threads must be shepherded by the > lifecycle management in MapActivity<[url]...>. > Tiles are cached on the filesystem in your application's directory. The > cache is auto-managed so you don't need to do anything with it, and can > delete it at any time.
View 4 Replies
View Related
Nov 14, 2010
I have a android APP that needs a remote Database, to do INSERT's and SELECT's.
I will use a webservice to comunicate with the remote database, the webservice will be installed in the server side, with the remote database, and webservice will do the SELECTS and the INSERTS and will return me XML data. But i dont know anything about webservices, then a friend will do it.
But my friend need's to known if there is any limitations making webservices for Android. I search on google for days but all i am finding is very complex and i can't find the answer to these three questions:
Webservice needs to be created with a special way? Webservice remote functions can have parameters? (i need to give to the webservice parameters to do the select's or the inserts of data) Webservice can return results in XML normally or needs a special way to do it?
View 1 Replies
View Related
Apr 21, 2010
I am in the process of getting the Milestone after many years on the WinMo 6.1 platform (HTC TyTN II), and am very excited at the prospect, but even though I have modded that phone a LOT, I am unfamiliar with the Android OS and Milestone, and was hoping someone could answer a few quick questions, as I'm getting conflicting info reading the posts here...
1. I wanted to get the unbranded / factory unlocked version of Milestone, but looking around I find all those versions are 3G 900/2100 bands, which would not work on NAM 3G 850/1900 networks. Is there a NAM version that can be purchased directly from Motorola?
2. The Telus version seems to be using a custom Telus bootloader. Does that mean this phone has any kind of custom Telus software, startup/shutdown logos showing Telus? I cannot stand customized carrier crap on smart phones and want nothing to do with them
3. I also read a post that says it's now possible to root the Telus Milestone. If I did, does that mean I can put another SBF that has stock Motorola software, and erase everything from Telus?
If I can wipe out all the Telus crap and turn one of theirs into a "clean" Milestone, that would be awesome!
View 10 Replies
View Related
Jan 6, 2010
I know there is an app for an iphone.. Is there something like that for the droid?
View 5 Replies
View Related
Dec 2, 2009
Ok so IMO wasting bandwidth is a terrible act in this day and age. Yes I'm talking to you sitting at home browsing the forums on your phone but not on WiFi but 3G. Am I the only one paranoid about this? I think you should use WiFi whenever available because if 50 guys hog all the bandwidth watching youtube over 3G while they are at home with WiFi and 1 guy riding the bus can't check his email is that fair? Let me know what you guys think on the matter.
View 15 Replies
View Related
Mar 23, 2010
Here in Canada we don't have unlimited data plans ($25 for 500MB on Telus), so obviously of big importance is how much bandwidth a GPS system like Google Maps actually uses, when it streams it's content.
Right now my option is to stick with Motonav, but I won't be buying it - it's 99EU, PER AREA, *EVERY 2 YEARS!* The funny part about Motonav is their site says the 99Euro is for the 'lifetime of the product' and then further down they define 'lifetime' to be 2 yrs. Haha.
Anyway... has anyone done a test with Google Maps from start to finish on say a 1hr trip and recorded how much data it uses? (maybe use an app like NetSentry which records used 3G and WiFi bandwidth) I'm not sure if Google Maps uses like megs per minute, or just a few kb per minute. I only get 500MB/month on my plan so if anyone knows if this is feasible, for a few trips per month using it...
View 6 Replies
View Related
Feb 23, 2012
I'm looking for something to set a Kb/s or Mb/s bandwidth limit on my HTC Desire... Similar to how NetLimiter works for Windows. There are tons of apps out there that track and/or limit the total amount of data transferred, but I haven't found any that can restrict the actual data transfer speed.
It doesn't have to be too fancy or complicated; all it needs is an option to set a system-wide bandwidth limit (like 20Kb/s for example) and it would be nice to have a way to toggle it on/off (preferably by widget or ongoing notification).
If nothing like this exists currently and somebody manages to make an app to fill to void, I'd say a donation is definitely in order.
View 2 Replies
View Related
Jun 3, 2012
I was looking for an app that shows the realtime internet bandwidth Upload/Download in the status bar. If there are any apps out there?
Unfortunately, I have seen this only in iphone, I have attached a screenshot that shows what I'm looking for.
View 9 Replies
View Related
Sep 28, 2010
I am trying to track down a rogue application that seems to be receiving massive amounts of data. On the iPhone, I would use about 200mb/month due to WiFi at work and at home. However, on the Samsung Captivate, I can go from 100MB/month to 2+GB/month! I noticed huge amounts of data being used on my commutes to and from work.
On occasion, my home WiFi/DSL would get so lagged due to my Captivate being on the network that my son would complain and I would then put the phone in air plane mode. I reasoned that if it was happening on my WiFi network, as well as 3G, then perhaps I could using my router to log the activity to see what sites my phone was trying to connect to, then perhaps I could pinpoint the offending application.
My phone was connecting to a website that was part of a posting that was on facebook, which was only showing on the Samsung "Feeds and Updates" widget. I wasn't running the native facebook application at the time. I had the "Feeds and Updates" widget set to never update, unless I manually did it. Why was it trying to connect when it shouldn't have been? Don't know. Am I certain that this widget was the offending application? Not sure. Since removing the widget, I haven't had any bandwidth spikes.
PS. I tried Droid Wall, but it fails to work.
View 2 Replies
View Related
Apr 17, 2010
will I be able to transfer the paid apps from the Eris to the new phone?
View 9 Replies
View Related
Feb 21, 2010
Whenever I open the "phone interface" to make a call, everything becomes much more sluggish, i.e. when I hit dial, or speakerphone button, there's an input lag. Droid Eris on 1.5.
View 3 Replies
View Related
Nov 3, 2010
I can track the overall bandwidth usage of Android device. I wanted to know if there is any method or way, maybe any API or class that can help me track my bandwidth usage per application or process? Reason for this question? I want to stop all those processes or applications that are using way too much bandwidth usage and draining the battery.
View 1 Replies
View Related
Jul 14, 2010
I cracked my screen and got a replacement. I am trying to activate the old phone after I have preformed a factory reset. It asked me to input a phone number for activation. I do not want to do this. what are my options.
View 5 Replies
View Related
May 18, 2010
I am going to try taking my eris in to get it exchanged because of the silent phone problem. I am on leak 3. I have some questions first though.
- Will I even be able to have a legitimate complaint if I am on a leaked version?
- Will a new eris come with 2.1 or 1.5?
- if the new eris has 2.1 what are the chances of this happening again?
I cant stand having to reboot to use my phone as a phone.
View 20 Replies
View Related
Dec 31, 2009
Is there any way to get the stock Android Messaging app on the Eris? I hate the HTC messaging app; it's so slow and leggy. I also hate Handcent and Chomp. Is there any way I could get the stock Android SMS app? Or does this require rooting or what?
View 1 Replies
View Related
Dec 3, 2009
I was wondering what was the best SMS/MMS app everyone was using or are most of you using the default messaging on the Eris? I've been hearing different reviews regarding the Handcent vs. Chomp. Is there anything else out there that is pretty good? I actually like the default messaging on the Eris because it shows my pic and the contact's pic during the conversation. The only thing I really don't like is that you don't know when you reach your 160 characters because it doesn't have a counter (or does it and I don't have it activated maybe?).
View 2 Replies
View Related
Dec 2, 2009
First I must say I'm enjoining the transition from blackberry storm to HTC Eris. I'm curiosity to know if there is an app that cuts the phone off during the late night hours and then wakes it up in the morning. Or is there a setting built into the phone?
View 2 Replies
View Related