Android :: Lost Calls After Programmatically Changing Phone Settings
Mar 9, 2010
if it's possible in Android to programatically change the phone internet settings (proxies also), email settings and other similar? Is there some kind of registry? and what about getting the lost/received/etc calls? is it possible to get that info?
View 1 Replies
Aug 15, 2012
I had my phone rooted and now cannot find my Account and Sync Settings.
When I check system / app and the apk is no longer there. Tried to add another account & sync apk apk in but still no account & sync settings show up.
Also noticed that there is no odex files only apk files under the system / app folder.
Phone is Hisense e910 using android 2.3.6
View 2 Replies
View Related
Dec 7, 2009
Let's say that I have two layouts for a widget: Layout1 and Layout2. The default for the widget is Layout1, but I allow the user to choose which layout they want the widget to be. So if the user changes to Layout2, how do I programmatically change the layout to Layout2? There isn't a setContentView method for widgets like there is for Activities.
View 2 Replies
View Related
Sep 19, 2010
I want to change the network signal strength programmatic-ally in android..Even though signal is full i want to make it 50% or even 0%. Friends is it possible..?
View 1 Replies
View Related
Jun 14, 2010
I know that unfortunately detecting and changing programmatically data connection (GPRS/UMTS) on vanilla Android is not possible, and the common workaround is to edit APN settings. This is hardly a nice solution. However on my device (Xperia X10) I have an additional setting near "data roaming", that allows to enable or disable MMS and data. I suppose that this is a personalization made by Sony Ericsson, and maybe even other vendors have something like this. Is there a way to access this setting?
View 3 Replies
View Related
Sep 10, 2010
I am trying to change the locale programmatically on Android. The code I have below works fine on the Incredible(2.2) and Droid(2.2). However, it doesn't on the DroidX(2.1 Update 1) Anyone here have encountered similar problem ?? Any insight would be helpful.
public void overrideLocale(String languageToLoad) {
Locale locale = new Locale(languageToLoad);
Locale.setDefault(locale);
Configuration config = new Configuration();
config.locale = locale;
getBaseContext().getResources().updateConfiguration(config, null);
Intent intent = new Intent(this, ActivityB.class);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(intent); }
View 1 Replies
View Related
Jun 15, 2009
Can we change the apn settings programmatically?
View 2 Replies
View Related
Feb 26, 2009
I would like to enable Security & Location settings programmatically. Can any one please suggest me how to do this?
View 2 Replies
View Related
Aug 11, 2010
I need programming help to answer the calls in android.
View 2 Replies
View Related
Oct 1, 2009
Can anyone point me how to auto answer calls and hangup programmatically, and the related permission?
View 2 Replies
View Related
Feb 19, 2010
I'm looking for a way to access the settings for the browser and mms apps programmatically. I know that there are APIs for browser content providers to add bookmarks and add search strings to the db. But is there a way to access any of the options such as text size, default zoom, etc. I've looked at the source but can't seem to find a way, as the preferences file is private and there being no content providers for these settings.
View 2 Replies
View Related
Feb 7, 2013
In terms of efficiency, is it better to use arrays programmatically or through calls to xml files.
I'd prefer to use xmls for organisational reasons, but is there much of a performance hit.
View 3 Replies
View Related
Jun 17, 2010
I installed Launcher Pro on my motodroid and do not know where to look to be able to make setting changes to it. Looked under apps and widgets to no avail.
View 4 Replies
View Related
May 31, 2012
I have a SIM card that supports two phone numbers. All I have to do is go to the Sim Toolkit, select the 2in1 menu and it swaps from mobile #1 and mobile #2. Basically, it forwards call from one number to the other.
My problem is that everything related to calls (timers, counters, history, etc.) is lost when I swap between the 2 lines. Also when I go to see my contacts, every time it says that a new SIM has been detected and if I want to copy the contacts from the SIM to the phone.
The phone is the Alcatel 995.
View 2 Replies
View Related
Jul 29, 2010
I just bought Beautiful Widgets for it's compact time/weather widget, (gained another row of icons on home screen) When you first create a widget with this, there are many configuration options, but it appears the only way to change something is to delete the old widget and create another one. Is this true, or is there a way to edit the options for an existing widget? EDIT: Found the answer in another forum. Tap the weather icon. then menu. I'd delete this, but I can't find an option to delete my post.
View 1 Replies
View Related
Sep 17, 2010
I want to change the screen brightness programmatically in android.
WindowManager.LayoutParams lp = getWindow().getAttributes();
float brightness=1.0f;
lp.screenBrightness = brightness;
getWindow().setAttributes(lp);
But this sample code works on cutcake, not on latest versions. I am using latest version of SDK. How can I do it?
View 2 Replies
View Related
Aug 31, 2010
Seems I just lost all my phonebook... the only reason I think it could have happened is because I cleared data regarding my google sync adress? Is this the case? There was a message mentionning i would lose data if I do so, but why is my phonebook that is normally on my sim card disappeared since I re adjusted google sync? This is ridiculous, lost years of contacts... please tell me there is a way to get my phonebook back... and that there is no link with what I did with Google sync...
View 1 Replies
View Related
Feb 14, 2010
I wish to know if Android 2.1 SDK support APIs for changing network settings such as bluetooth on/off, wifi on/off , airplane mode on/off.
View 2 Replies
View Related
Oct 20, 2010
I've had the Sprint EVO for about a week now and love it, except for the fact that the email settings keep changing. I go in and change the notification settings to Notification Sound "On", and then, sometimes, a few hours later, when I notice that I haven't heard any emails come in, I'll check the settings and see that Notification Sound is now "Off." Same thing with download frequency and delete email on server.
View 5 Replies
View Related
Mar 22, 2010
Did a search but did not find anything else that mentions this. I am running stock ROM with no task manager. Over the last week or two each time I power off and then back on I lose random settings and also all my widgets stop working. Today when I power cycled I lost my pattern lock and ring styles, went from vibrate to sound. Last time it was all of my bookmarks...
Anyone else run into this? I am thinking I will restore to factory settings, but figured I would see if anyone else ran into this and got it fixed?
View 2 Replies
View Related
Mar 15, 2012
How to changes the following things in cyanogenmod..
1. How can I use simple dialing number like 06589658455 instead of 065-896-58455 (don't want " - " sign)
2. How can I enable animation on main screen wallpaper (watched a video where some green color line was moving down, up, left & right) how can I do it??
3. Right now when I open "Menu" & all my apps are there, I have to scroll up & down to check my apps, is there any possibility that these apps can spread to left right (like main window) instead of up down?
View 1 Replies
View Related
Sep 11, 2012
I'm modifying a stock ROM for work to have everything setup and ready to go after flashing the tablets (currently we flash and run a setup app) and have run into an issue I can't seem to find an answer to.
I need to be able to set certain system settings, such as "USB Debugging", "Unknown Sources", "Display Timeout", and a few other things.
I presume its one of the files inside the system.img.ext4 but can't find one that has anything like this.
View 2 Replies
View Related
Feb 28, 2013
how can I change package name of com.android.settings to something else..I have edited the manifest file but after recompiling it gives me a bunch of errors...i want to install two Settings.apk 1st id original Stock Settings.apk and another GB Settings.apk which I obtained from source system.img but both have some errors and when I try to open something it gives me FC's Something works and something doesn't So if i have installed both the apk i can redirect bu editing apk files so i will not have any errors or FC's
View 1 Replies
View Related
Apr 13, 2010
I will try to explain a simple app scenario: My app goes right to a 'main view'. In this main view I have inserted a 'TextView' which displays current settings created by way of the PreferenceManager. For simplicities sake, let's say I have a checkbox in my settings. When I first start my app - the TextView on my main view shows my checkbox setting correctly (true). Now I go to the settings menu, it pops-up, and then I change it to false. I go back to the main view and...no change. It still say's true even after I changed it to false. If I end the app and then re-start it - all is well and it shows my change.
Apparently the main view just stays in the background while I'm changing settings? How can I redraw or update the main view after I change settings?
View 2 Replies
View Related
Dec 3, 2009
I am having trouble getting calls to come in while im on the browser? Also I am having trouble recieving some text messages. When i find out that messages arent coming through, i shut phone off and restart and i works fine for a couple of days, then it goes back to not recieving texts.
View 23 Replies
View Related
Aug 19, 2010
Does anyone know if you can change the start up sound when you turn the desire phone on? Ive had a look around the settings etc but cannot seem to find anything?
View 11 Replies
View Related
Nov 9, 2010
This is my 3rd week with my Captivate and the first week that I'm on call for work. We use a paging system that sends me texts when I get paged.Last nite, unfortunately, as I slept with the phone next to the bed, I kept hearing notification sounds when email came in, and had to check my phone to make sure I wasn't getting paged.Is there anyway to set the notification bar to only notify me when a text comes in? Or is there a way to shut off the sounds for email and other notification messages over nite?
View 3 Replies
View Related
Feb 7, 2012
I just got an Android running 2.3.5 and I really don't like the blue in the settings menus. Is there a way to get the colors back to gray scale? Also, is there a way to make all menus/submenus alphabetized? I don't know why they aren't.
View 4 Replies
View Related
Aug 3, 2012
My MMS is not working after flashing a custom rom ( HTC ONE X on VirginMobile Australia ).I realize its to do with the APN settings , I have updated them manually but the MNC field needs to show : 02 , currently its set to 029 - if I change it , it deletes the whole new APN I have put in and Im left with no connection at all.
Is there anyway to change this MNC field? I read on another forum that there is a way through ES File Explorer... going into system/etc and the APN file - but I tried that , and there is def. no APN file in system
View 2 Replies
View Related
Jan 31, 2013
I've been having problems with my Xperia Play. Any app involving the internet would force close after being on it for a certain amount of time, which was no big deal, I would just restart my phone. But then it started happening more frequently, and it would force close sooner, sometimes even force closing as soon as I entered the app. Then this morning, I found that my WiFi was off (which was weird because i don't turn off WiFi at home). I went into my settings to turn it back on, locked my phone, and went to do something else. When I went to check Facebook, I saw that the WiFi wasn't on. So again, I went into settings, but instead of just pushing "Turn on Wi-Fi", I went into "Wi-Fi Settings". I saw that I had lost all my saved WiFi networks (including my house), and it wasn't picking any up, even though I know that there are multiple in my area. I tried re-entering my home WiFi settings, but that still didn't work. I did a few more times, then when it still failed, I restarted my phone and tried again. Still nothing. Then I went out, and was still unable to pick up any WiFi, and any internet based apps still weren't working, even with 3G on.
View 8 Replies
View Related