General :: Resetting Default App Settings?

May 3, 2014

how I can reset the default app settings. For example, using Blinkfeed on my M8, when I tap on a link, the first time I was asked which browser should be used. How can I reset Blinkfeed, or any other app to ask me again which app to use? Is it always an app setting, or can I centrally control that behavior?

General :: Resetting default app settings?


General :: How To Stop Android Resetting Default Launcher

May 20, 2012

Recently if I switch phone off I find that when I power it back up it keeps asking me which of my installed launchers to use as default.

how I can stop this? I rarely switch off phone and have ticked the make launcher default button but it still resets when rebooted.

[URL]

LG P920

View 3 Replies View Related

Samsung Captivate :: Resetting Factory Settings

Nov 8, 2010

I've tried to do a factory reset on my Captivate and its not working for some reason. I turn off the phone, hold the power and volume down buttons until the phone boots off, at which point I let go of the power but continue holding on to the volume down button.

View 4 Replies View Related

HTC Hero :: Resetting 2.1 To Default / Reverting To 1.5

Aug 10, 2010

I need to reset my phone, and it's been updated to version 2.1.When I reset it, will it set my phone back to 1.5 , or will it just be a clean 2.1?

View 2 Replies View Related

HTC EVO 4G :: Resetting Default Gmail Address?

Jun 11, 2010

A few days after purchasing my EVO, my Gmail account was hacked and is now being used for evil (spamming). Is there any way to change the "default" Gmail account on the EVO without performing a factory reset?What I mean by this is that the e-mail address that I entered into the Gmail "setup screen" (for lack of a better term) is now compromised. Is this a "boom goes the dynamite" situation, or can I change the phone's e-mail address without going nuclear?

View 4 Replies View Related

Sprint HTC Hero :: Resetting Default Lock Screen

Dec 12, 2009

I have a question, How do I reset my lock screen? I ask as I am root'd and rom'd and my Rom allows the Lock screen to be transparent. But I can't figure how to remove the picture I've already assigned.

View 5 Replies View Related

Android :: Resetting XML Preferences Does Not Restore Default Values

Jul 7, 2009

Prefs are defined in preferences.xml, arrays.xml, and strings.xml. Default values are defined in strings.xml.

For example:

CODE:................

View 3 Replies View Related

Jelly Bean :: Resetting Default SMS Ringtone On Note 3

Apr 24, 2014

I was in the default SMS ringtone settings as I wanted to separate SMS notification tone from the tone used for the other notifications and I accidently it to 'Facebook Pop' tone. Now I don't get the Samsung default 'whistle' tone on my Note 3 that I want and I don't know how to change it back. When I select the 'select ringtone' option just takes me to a memory folder paths and there is no sign of any of the default ringtones anywhere. I just want the factory ringtone back. Why does Google have to complicate things by taking you to the general folder paths just to select a ringtone? How to remove the Facebook Pop tone and get me back to the default whistle tone that I have selected in the system sound settings? There seems to be no way of accessing the device folders which appears in ES Explorer, there are only the external and internal memory folders available, making it impossible to access the default tone directly unless I copy it from the system folder via ES Explorer and paste it to a folder within the internal memory. Why can't Google allow direct access to default tones within the default SMS app in the ringtone selection pane? It seems like an obvious thing to do which the stupidly left out of even the latest OS. I'm running 4.3 Android.

P.S. it seems now that even in the system settings itself in the sound settings the default notification setting takes me to the same folder path rather than before where I could simply select from a small number of preinstalled notification tones. The call ringtones are unaffected and can simply select a ringtone without being taken to any stupid folder paths, but the notification setting is whacked because I dabbled with the SMS app settings. How stupid are the Google Android time, why can they do it as well as Apple?

View 1 Replies View Related

Samsung Captivate : Way Of Saving Personal Data When Resetting To Factory Settings?

Nov 29, 2010

Is there anyway of saving personal data when resetting to factory settings, especially applications that I have paid for?

View 1 Replies View Related

General :: How To Set 24 Hrs Time In Settings APK By Default

May 31, 2012

I am Cooking ROM based on 4.0.4... There is Data and Time in Settings... it is set by Default to 12 Hour Fomrat. You have to check the 24 Hr Time Format to enable it.

My Problem is that there is a bug in my ROM with status bar which isnt accepting 12 hr Time. Status bar Force Closes non Stop until I go to Settings>Date & Time and change it to 24 Hr format.

Being ROM Cooker I dont want my users to see the first screen to appear as "SystemUI has Closed" after Flashing Fresh ROM...

The only solution I have to prevent is to set the time to 24 Hr by default. i.e enable Check ON like some other options in Settings which are checked by default..

I saw everyhere in Settings.apk but there is no place I could change it..

in res/xml I saw a file date_time_prefs.xml.. it has code below

Code:
<CheckBoxPreference android:title="@string/date_time_24hour" android:key="24 hour" android:defaultValue="true" />
I added the last line android:defaultValue="true" to set it to default checked but still after a fresh install it isnt checked..

How and where I can set it to default checked?

View 1 Replies View Related

General :: Change Default Settings After Flashing RAM

Mar 21, 2012

I want to change default settings in update.zip. How i can do this? Where is file responsible for default setting after flashing ROM? I want to change incoming call style from ring to sliding tab. In update.zip.

View 1 Replies View Related

General :: Read Default System Settings

May 3, 2012

Context: Today im investigating how works android classes:

android.provider.Settings.Secure and android.provider.Settings.System

both works over settings.db into

data/data/com.google.android.providers.settings/databases/settings.db.

There is something that surprised me:

When I had never changed one of settings, for example LOCK_PATTERN_ENABLED, the method:

getString(ContentResolver resolver, String name) returned null.

By default lock pattern is disabled when i activated it, method returned 1 and then when disabled returned 0.

My question: is true that when you havent changed the value of a setting, the system goes to look for its default value out of settings.db? and is true that this value at settings.db until you change it is null?

I've read some post about it, but no one working against api. For who may be interested: [URL] .......

I decompiled Settings.apk, SettingsProvider.apk and Phone.apk. There you can find some bools.xml where are stablished default values for some settings I've not found yet every setting I need.

View 2 Replies View Related

General :: Change Default Values In Settings For Android ROM

Oct 27, 2010

I'm starting to make my own android roms and i was wondering if it was possible to change the default android settings you get when you flash a rom. For example, when you first boot, animations are already turned on and orientation is turned off (unchecked) by default.

I've got an .apk manager so i've had a feeble attempt at going through .xml files in the decompiled Settings.apk. "res/xml/ sound_and_ display_ settings. xml" had the most potential but i couldn't see any "enable/disable" options.

View 9 Replies View Related

General :: Change System Settings Interface And Ribbon Effect To Default?

Aug 25, 2013

My OEM's preloaded rom is almost-nearly stock, apart from 2 things:

1. White background on "system settings" interface and not the default holo. Cant that be changed to default?

2. Ribbon effect instead of flash-light in holo effect, which tbh is quite annoying, because the ribbon effect is also quite large and in slower animation speed so that,s 1 second of frustation everytime i scroll to the end. (Yea, 1 second isnt much but, add those up and it gets annoying really fast)

How can these be changed back to default without installing a custom rom?

View 1 Replies View Related

General :: Motorola Fire XT311 - Delete Default Launcher And Reset Factory Settings?

Sep 12, 2012

I cleaned a bunch of files with Titanium Backup and have have backups of the uninstalled apps which include my default gallery (I had another gallery app), Homescreen Launcher and some others.

By mistakenly I reset my phone to factory settings and now after resetting I cannot access any functions. Since I had deleted the launcher. I am having the files of the launcher though but since the phone has USB Debugging turned off and Google Account not set, I am not able to do anything!! Is there any update.zip kind of file to reinstall the launcher? I am using Motorola Fire XT311 which has locked bootloader so no Nandroids too !!

View 3 Replies View Related

Android :: Calendar Default Reminder Settings

May 25, 2010

How can I set the calendar reminder default setting to "None" in order to always have no reminder set? In the calendar settings, "Reminder Settings"/ Default reminder time there is no choice for "None".

View 1 Replies View Related

Android :: Browser Homepage - Default Settings

Jul 24, 2010

Can anyone tell me what the default setting is for the homepage of the nexus one's browser (presumable the browser of any other non-carrier-messed-with handset too)? I changed it and now can't remember what it was to set it back again. It used to show a lite version of google.com.

View 2 Replies View Related

Motorola Droid :: Default Power Settings?

Nov 25, 2009

Tonight i was playing around with the "power settings" widget that allows you to control the wifi, gps, brightness, sync, bluetooth settings. i was hitting all the buttons and didnt realize that it changed settings inside my phone. now i want to go back to the default power settings for each on the widget and cant remember what they were. I already found and turned on the "automatic brightness" feature. but what about the "auto sync" option? was that on or off by default? and others...

View 1 Replies View Related

Motorola Droid :: Launch By Default Settings?

Nov 12, 2009

Last night I clicked a YouTube link sent by a friend through email. I got a notification window asking me if I wanted to open it in the browser or in the you tube App, along with a check box to always remember my answer. I picked one and hit the check box. Under the box it said if I wanted to change my settings to go to Home > Settings > Applications> Manage Applications to change the behavior.

However that specific menu item only contains apps I have downloaded. The YouTube app isn't there, and I had been coming up blank searching for where I can change the setting I chose last night.

When you go to Home > Settings > Applications> Manage Applications, by default its filter is set to just the apps you have downloaded, to see all apps on your droid, hit the menu button, and select filter, from here choose All to get to the app whose setting you want to change.

View 2 Replies View Related

Android :: Clear Default Option Of Application If Not In Settings

Apr 21, 2010

How to clear default option of an app if it is not present in settings->applications->manage applications. Because I cannot see all the applications there.

View 3 Replies View Related

Android :: Change Default Share Settings For Content

Aug 30, 2010

I've had my Droid X for a couple of weeks now and am still acquainting myself with things.

I downloaded Instant Upload (a nice, simple FTP app) that allows me to upload individual files from my "Files" browser directly to a web server... but I'm curious to know if I can add this as an option in my "Share via..." menu?

The "Share" menu has a bunch of options I will likely never use, but I do use some of them, and additionally I would like to add certain apps such as Instant Upload to the mix. Is it possible to manually modify this list?

View 1 Replies View Related

HTC Hero :: Changing Search Button Default Settings

Mar 10, 2010

I Just installed the Dolphin browser instead of Steel as I was using before. So uninstalled Steel, but have a little problem now. When I press the search button on my home screen and search for anything, it opens the default browser and searches, and not Dolphin. How do I change this? Thought it would ask for which app it needed to execute the order with, as it did at other places it would go online, but not here. Has been in the manage applications and delete the default browser to be default, and inside settings in the dolphin browser and the check it to be default, but it does not work.

View 3 Replies View Related

Samsung Vibrant :: Underclocked At Factory Default Settings?

Jul 31, 2010

Is vibrant running at 1ghz or 800. someone in the captivate forum suggested the vibrant is underclocked. I don't believe it, especially since my quadrant scores fresh out of the box beat out any quadrant score I've seen so far.

View 2 Replies View Related

HTC Droid Eris :: Default Home Screen Settings Not Saved

Feb 26, 2010

I use HTC Sense on my phone, the problem I have is my phone is not saving my default home settings. When I push the home button it asks me which program I want to use to complete the action (either andriod Home or HTC Sense), I always click the box indicating I want to use this option as default every time I push home but 10 minutes later when I push the home button again it asks me again which program I want to use. I have double checked in my settings and it shows HTC Sense is set as my default home setting but something just isnt right.

View 13 Replies View Related

HTC Droid Eris :: Phone Settings - Edit Default Message

Apr 30, 2010

"I am busy right now. I will call you later." This seems like a feature that I had with my BB. If you miss a call or reject a call, you could send this text message to the caller automatically.

My question is, how do you do this on the Eris? I can't figure it out. Has anyone used this feature?

View 7 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Default Settings In The Calendar

Oct 15, 2010

I wonder if I can change the default settings for my calendar to "no reminder" and also to create an event in my calendar called "SonyEricsson" instead of the calendar named after me (since only the calendar called "SonyEricsson" synchronizes with sonyericsson's server and my other phone). Now I have to change to these settings for every new event I create. And if I forget to change the calendar to SonyEricsson I can't switch it later for some weird reason.

If this is not possible, do you know what else I can do? Explanations how to sync the calendar named after me, delete this calendar so SonyEricsson is chosen as default or any other suggestions are welcome.

View 2 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Uninstal Preloaded Apps / Default Applications Settings?

Nov 1, 2010

I'd love to get rid of facebook and twitter apps etc because I don't use them. Is there a way? I can't seem to do it in default applications settings.

View 1 Replies View Related

General :: Droid 2 Continuously Resetting?

Oct 22, 2011

I've tried calling Verizon about my Droid 2 resetting almost nonstop. I can't make it through a phone call or browse the web or anything without it resetting. I had had my first one for less than a year when it started acting up. Verizon tried sending me a replacement but it did the same thing. Now I'm on my third Droid 2 in less than a year and it's resetting on its own also. I haven't downloaded any apps on this newest replacement so I don't know what's causing it. Could it be my battery or SD card? I'm just at a loss and I really don't want to get a new phone already.

View 9 Replies View Related

General :: Resetting Screen Look Password?

Mar 22, 2012

I use Password for screen unlock (digits and letters). I changed yesterday night and now I totally can't remeber the combination.There is no option like pattern unlock to enter the google account password to unlock! even after doing 100 trial.

I really don't want to do a hard reset.I'm rooted and debugging mode is active

I tried doing this adb command but it didn't work as it appear for pattern lock;

Quote:

./adb shell
# sqlite3 data/data/com.android.providers.settings/databases/settings.db
sqlite> update system set value=0 where name='lock_pattern_autolock';
sqlite> update system set value=0 where name='lockscreen.lockedoutpermanently';[code]....

that command to work with password lock instead of pattern lock ?

View 1 Replies View Related

General :: Resetting Changed Icons?

Jul 17, 2013

Usually you can just delete the shortcut in your home screen, then drag and drop a new one from the drawer. However, I seem to have run into a problem with my gallery app. No matter what icon theme I apply, it won't change the icon!

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved