Android :: Automatically Switch Between 2G - 3G - 2G?
Aug 17, 2010
Does anyone know whether there is an app that could automatically switch between 2G-3G? Or if anyone is working on such app. Idea would be that user could define which apps can activate 3G mode ie. browser, etc that require higher speed and after application quit's (for example with automated task killer) the phone would switch back to 2G. This would save battery without a hassle to switch manually. I know that there are widgets that takes you to switch option with few clicks, but still. Is there any technical issue that would prevent to make such app? I am not a programmer so take it easy.
View 1 Replies
Aug 20, 2010
I like to use Swype in portrait mode but the Android keyboard in landscape mode. Is there an app to auto-switch the keyboard based on the orientation of the phone?
View 13 Replies
View Related
Sep 24, 2010
Is there an app to switch off the phone at automatic times? I.e, turns off at midnight so no calls in the night, but switches on before the alarm goes off? I'm fairly sure the alarm doesn't currently go off if the phones off, some of my previous phones have been forced on by the alarm.
View 5 Replies
View Related
Dec 4, 2009
Just got my Eris last night and am trying to figure it out. I was using a BB curve so this is different. I am following all battery tips but have a different question. When I am on a call if someone beeps in it is automatically switching me over to this new call. How do I stop that?
View 8 Replies
View Related
Nov 4, 2010
I have an htc wildfire on orange, i have just signed up for the Orange t-mobile thing, was just wondering if there is a way to make the phone switch between them automatically as it doesnt at the moment?
View 2 Replies
View Related
Apr 21, 2010
Can you set the scenes to automatically switch depending on time of day on the phone? I'd definitely use them if at 8am Mon-Fri the scene switched to Work. At 6pm Mon-Thur it would be nice for it to switch to the default home screen. 6pm Fri I'd like it to switch to the Play scene. Is this a capability or do you have to change them manually via menu system?
View 1 Replies
View Related
Apr 3, 2012
if there is a way to automatically switch between pattern and slide to unlock based on location? I know there are automation apps out there, such as tasker and setting profiles. I tried the LITE version of setting profiles and it does have an option to disable the lock screen completely, but not to switch between pattern and slide lock screens. I'd like to have a slide to unlock while at home, but have it change to a more secure pattern unlock when I leave home.
My guess is that this would be difficult because whenever you manually change between slide to unlock and pattern it asks you for your pattern, i.e. it doesn't seem to store your pattern if you ever disable it. I haven't tried tasker because it doesn't have a free demo version, but I would assume that if tasker (or another automation app) does have this ability, it would have to somehow store your pattern so that it can re-implement it, making it possibly insecure?
I'm not sure if there is a custom ROM that will do this. I'm currently running 4.0.4 plain vanilla rooted and unlocked on Verizon LTE Gnex.
View 4 Replies
View Related
Sep 6, 2010
there's a way to get the screen to automatically switch to home when the phone gets locked via time out or pressing the power button? Running ZenEXP/LP+/geekfor.me vanilla lockscreen.
View 1 Replies
View Related
Nov 29, 2013
My phone just get switch off automatically and its not turning on . I did everything like battery out for sometime and put it back again , nothing no any response its completely dead . Battery was fine and it was fully charged as well .
View 2 Replies
View Related
Apr 15, 2014
I am thinking of using Llama to switch on and off automatically the WiFi Hotspot function on my Mototola Razr XT910.
I have watched some tutorials but cannot understand, or maybe I have watched the wrong ones. I have tried to do it but I cant find how...
View 4 Replies
View Related
Jul 8, 2010
I currently use a Nokia E71 and quite like a lot of the features I have setup on it, although in the next few months my contract is up and am interested in replacing this device with a htc desire or similar, since I think Nokia haven't delivered enough with the E72. Although, before I do I'd like to understand a bit more about what the Android platform (2.1)
View 4 Replies
View Related
Jan 21, 2010
Can anyone recommend an app to remotely switch off a PC (e.g. over wifi)? Off Remote does this for iPhone / iPod, and I'm trying to find an equivalent for the Nexus One.
View 3 Replies
View Related
Sep 15, 2010
So I made LP my default launcher by checking the "make default" box which of course disables the choice. I'd like to switch back to ADW. Without un installing LP is there a way to switch back to ADW?
View 1 Replies
View Related
Sep 17, 2010
I saw a thread about this the other day, and cant find it for the life of me. basically, it lets you use swype or something in portrait, and switches to a multitouch keyboard in landscape. any idea what it was called?
View 3 Replies
View Related
Feb 4, 2009
How to switch off Radio, bluetooth and wifi in android ? Can I enable airplane mode ?
View 6 Replies
View Related
Feb 17, 2010
I'm currently working on an application, designed around a TabActivity.Tab1 has a button and I would like when the user click it, it switches to Tab2.
View 10 Replies
View Related
Feb 18, 2009
I 'm beginner in Android ,To start with i was asked to do a simple task ,i need to make blue and red screen appear on the screen alternatively , to achieve this i wrote two layout files 1. main.xml -- for to display red screen 2. sub1.xml -- for to display blue screen
In oncreate() i wrote
for(int i=0;i<20;i++) { setContentView(R.layout.main); try { Thread.sleep(500); }catch(Exception e){} setContentView(R.layout.sub1); }
but this doesn't work ,why ? Please help to understand the concept
View 6 Replies
View Related
Dec 7, 2009
I want to block the functionality switch between Applications in my Activity. Is it possible ?
View 1 Replies
View Related
Mar 25, 2009
Im creating a simple game using a SurfaceView for drawing the Graphics. It works fine, but now I tried to add a title screen, which is (for now) only a LinearLayout and a Start-button, specified in XML. However, when I click this button and try to switch to my SurfaceView (By doing setContentView(R.layout.game), the screen turns black. But if I do setContentView(R.layout.game) immediatly in my Activity.onCreate it works. But not if I start with my Title-screen and then try to switch
View 3 Replies
View Related
Mar 23, 2010
Work pays for my phone and we are switching from Sprint to At&T. I just bought a Samsung Moment at the end of last year. I'm not real hip on getting an iPhone. It looks like I'm down to 2 choices: Nexus One and Motorola Backflip.So can you help me out here on pros and cons or what would work better for me? I don't know very much, or anything at all, about cell phones.
View 2 Replies
View Related
Mar 26, 2009
I have switch with 255 cases in my project - DroidGear... How i could optimize it?
View 6 Replies
View Related
Jul 4, 2009
I wanted to know how to switch beteen GPS and Network providers.Iam now busy with making a program that shows the location of the phone holder on the google map. I want to make use of both the GPS provider and the network provider. I prefer using gps. When gps is not temporarily unavailable then the program chooses for the network provider. But when the gps is available again I want the program to use the gps again.At this moment my program is only able to switch to network provider when gps is not available but it cant check whether gps is back again.
View 2 Replies
View Related
Aug 9, 2010
My wife and I are on Sprint with Curves and were looking at the Evo and Epic.I am trying to find the best place to start when comparing BB features to the appropriate Android feature.Is there a place for Android for dummies?
View 8 Replies
View Related
Oct 24, 2010
I hope I am posting this in the right area. I am a current BB user and looking to move to Android. I would like to know what the group thinks on this question. I am looking to get either a Evo or a Galaxy Tab. I basically live on my BB. Web surfing, email (personal and work), music player, text etc. which would the group buy evo or galaxy tab. Also any idea as to what the pricing will be from Sprint on the tab?
View 8 Replies
View Related
Sep 22, 2010
In android, I have a TabActivity with 2 tabs and each tab has it own activity (say ActivityA and ActivityB). When I am on ActivityA, and I click on ActivityB's tab, how does the ActivityA knows it is no longer the active Tab?
View 1 Replies
View Related
Apr 21, 2010
On the 2nd of this month i switched to the Eris and I absolutely love ALMOST everything about it. The main problems I have are the lag and the no flash. The lag is a lot worse than i thought it would be. I didn't think I would mind no flash when I bought it but didn't realize how much I was going to miss not having it. From what i have read it seems like the incredible would fix both of these problems. I got the phone for only $29 because i signed up for a new two year contract. What are my opinions for switching to an incredible since i will still be in the first 30 days when the incredible is released. about how much extra will it cost me? Thanks for any tips or advice.
View 3 Replies
View Related
Jul 19, 2010
OK, here is my dislike about this phone. I switched to the Evo cause my DH was obsessed with getting one. I had a Blackberry for the last 2 years and one of the things I liked about the phone was ie: If I was on a call and needed to get a phone number for someone, I could put the phone on speaker, switch applications and access my address book, find the number and then go back to the phone screen. It also worked with any other application I wanted to view while on the phone. It seems that the Evo is not capable of this function.
Not sure if this was the right thread to post on but figured I'd try it. The other down side to the Evo is not having the cut and paste function. Or, is it that I just don't know how to do this yet.
View 2 Replies
View Related
Feb 25, 2010
I need help coming up with a way of executing the following sequence using some type of view or layout combination in Android:I have 3 image objects... say object A, B, and C...I have tried every combination of Threads, AsyncTasks, Handlers, custom layouts, AnimationListeners, etc. but everything I've tried has failed.
If only the ViewSwitcher could take more than 2 views.
View 2 Replies
View Related
Mar 29, 2010
Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch between tabs from within one of the activities that is located inside the tab host. I've looked everywhere and have been unsuccessful in finding a real answer to this problem.
View 4 Replies
View Related
Aug 28, 2010
It seems like every example I can find of switching between Activity's involves creating an Intent and passing in the context of a View via an OnClickListener associated with a button.But what if you just decide you need to switch Activity's? In my case, a Preference value is causing an Activity switch. How do you create an Intent that can cause an Activity switch without an associated OnClickListener?
View 4 Replies
View Related