Motorola Droid X :: Settings Menu Change?

Nov 11, 2010

Is there any way to make the settings menu icons display in color like on the incredible? Seems a shame to have a HD display but all the options are in black and white.

Motorola Droid X :: Settings menu change?


Motorola Droid :: HelixLauncher Settings Menu?

Apr 7, 2010

I cant find the settings menu for Helix. I have gone though my apps list, installed programs, search function and the whole settings menu. I even went into the market and tried to open it through there... Where is it at?

It is definitely still on my phone as it is still in use and the market says "installed".

View 3 Replies View Related

Motorola Droid X :: What Is MIN On Menu - Settings - About - Status

Jul 31, 2010

Can someone tell me what the 'MIN' value is on the Droid X under the Menu -> Settings -> About -> Status? It appears to be a phone number but it isn't mine.

This is just under the 'My Phone Number' field (which does have the correct phone number) and just above the MEID.

View 8 Replies View Related

Motorola Droid : Want To Restore Factory Settings / Got Superuser App In Menu

Jan 3, 2010

So I attempted to hack my droid to wifi tether but I ended up getting stuck at one step. I decided to give up so I want to restore my droid to factory settings, but when I rebooted my phone into recovery mode and factory reset, there is a superuser app in the app menu. I think it's factory restoring to a custom image. Is there a way to restore it the way I got it when I walked out of the Verizon store?

View 1 Replies View Related

Motorola Droid :: Change Location From Sugar Land TX And Some Other Settings On Screen?

Feb 8, 2010

Has anyone figured out how to change the location from Sugar Land TX?, or
how to change some of the other settings on the screen also. I'm also trying
to find a users manual for e-mobile.

View 1 Replies View Related

HTC Droid Eris :: Way To Adjust Brightness Is In Settings Menu?

Dec 10, 2009

I did a search and didn't find this specific problem mentioned so here it goes.

The Eris in question (isn't mine but I'm trying to help the owner out), has of course, horrible battery issues. So, first thing I wanted to do was see if there was a built-in power-manager app like on the Motorola Droid. There wasn't so I downloaded one of the many brightness toggle widgets.

The first widget, when clicked brought up a small menu to select brightness. While that menu was up the brightness would change as it should have but would immediately change back to what it was when that menu closed.

After that I looked in options, disabled auto-brightness, and installed a new widget. This one is a simple press to change brightness in increments. When I push the button the brightness changes momentarily and then resets to whatever the slider in the Settings is at. I've tried moving that slider and that setting is what it always defaults to.

Right now the only way to adjust the brightness is in the settings menu and nothing else will work even though auto-brightness is turned off. Is there any way around this? I'd really like to be able to get it so it can be easily adjusted without having to go through so many steps.

EDIT: Playing around with it further, I tapped the widget to go to 100% brightness and of course the screen dimmed back down to 0%. I then went to the settings menu and as soon as I entered the "Sound and Display" menu, the brightness jumped up to what I had set it at with the widget. After that I can hit the Home key or otherwise leave the menu and the brightness will be properly set... until the screen times out. If the screen times out and I wake it up, it's back to 0% brightness.

View 9 Replies View Related

HTC Droid Eris :: Programs Found In The Settings Menu

Dec 11, 2009

I was playing around in my Eris and found a few apps that I have not installed. How do you open and use these apps?

View 5 Replies View Related

HTC Droid Eris :: Menu Change Font Options

Aug 8, 2010

Does anyone know of a relatively easy way to change the font of the Android OS? Right now I'm using WW and tried Googling it but couldn't find anything i could make sense of other than a tutorial written in very bad English.

View 4 Replies View Related

Android :: Change Sync Settings Through Droid API?

Jun 17, 2010

Is there a way to change the sync settings of a Gmail account programmatically with an Android app? For instance, I'd like to enable/disable syncing of a Gmail account from my app, without the user having to do anything.

I took a look at AccountManager, but that doesn't seem to be the right place to look.

View 1 Replies View Related

Android :: How To Change Droid APN Settings Programmetically

Jan 22, 2010

I was able to bring up the UI in android that allows the user to edit the APN settings. But I need to know how can I access these APN settings programmetically and set them. Any Ideas ?. Is this possible?

View 4 Replies View Related

Android :: Way To Change Localization In Droid App Without Going To Settings

Jul 1, 2010

Ok i have an application with 2 different languages (english and german), how to change them from my application?
When i click the Language button im using intent to com.android.settings.LocalePicker and from there i select the language.
So instead of that i want to select English and German options from dialog box.
I know how to create the dialog box, but don't know how to change the locale.

View 2 Replies View Related

Android :: Change System Settings From Droid Widget?

Apr 12, 2010

I have a widget that changes some system settings, but it will not take right away. It seems like I need to refresh the system settings for it to take. How do you change some system settings from a widget that take instantly?

when my widget is pressed it goes to an activity with a blank background to change the system settings. one of the settings that are changed is the display brightness. this is the code i use to change the display brightness. once i change the settings i call the finish function to exit the activity so i am not stuck there after the settings are changed. One thing i did notice is that if i didnt exit the activity the settings did change, but i was stuck in the activity. its when i added the class.this.finish(); to exit the activity that the settings don't change. code...

View 2 Replies View Related

How To Use Settings Menu Button

Jul 22, 2012

API 10

/res/menu/main_app.xml

Code:

<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:onClick="showSettingsMenu"
android:orderInCategory="100" />
</menu>
/src/com.my_app/MainActivity.java

Code:

public void showSettingsMenu(View view){
setContentView(R.layout.settings_main);
}

im supposed to go to the settings screen after pressing the menu button on the phone and pressing on the "Settings" option.but it isnt happening.

View 3 Replies View Related

HTC Droid Eris :: Any Way To Change Font Style For Whole Settings On Phone?

Sep 11, 2010

Any way to change the font not just for my sms but for whole settings and everything?

View 2 Replies View Related

Android :: OnActivityResult And The Settings Menu

Aug 13, 2010

My app requires a network connection so if they don't have one enabled I prompt them to start it. I do this by calling the Wireless & Network settings Activity as such:

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

However, when I run my app in the debugger, onActivityResult is called immediately as my calling activity is exited when it should be called once the settings menu if exited. This premature call also sends a resultCode of Activity.RESULT_CANCEL.

Here is the code from onActivityResult:

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

View 3 Replies View Related

Android :: SDK And AVD Manager Where Is Settings Menu?

Feb 3, 2010

I am dealing with a problem discussed on many forums but they all say go to the "settings" menu on the "Android SDK and AVD Manager" screen. Yet I have installed in on multiple machines and do not see a Settings menu. Where is the menu? I have it installed on Windows XP and Vista.

View 4 Replies View Related

Protect Settings Menu With Android App?

Jan 23, 2012

My employer has told me to create an android app to do the following:

The ability to password protect specific submenus in the Settings menu (i.e. specifically Privacy, Applications, and Location & Security).

Is this possible without rooting?

View 1 Replies View Related

General :: How To Disable Settings Menu

Jul 6, 2012

My children (twin boys) have phones (samsung i5500) and I'd like to be able to remove access to the settings option, mainly to prevent them messing around with passwords which they often forget.

View 2 Replies View Related

HTC EVO 4G :: Application Settings - Running Services Menu

Oct 18, 2010

I don't understand this. If I go to menu - applications, I have manage apps and running services. My running services only shows essential apps running. When I go into manage apps and click on the running tab, it shows a ton of non essential apps running that I have used. My confusion, and question is, which menu is correct? For example, facebook does not show under running services but it shows under the running tab in the manage apps menu. I force close it and it comes back on. Which one is correct?

View 3 Replies View Related

Android :: Launching Application From Settings Menu

Oct 3, 2010

I am looking for a way to launch my application(few Activities, Services, Receivers) from the Setting menu.

In other words I am interested to know:

1. I this a trivial task ?

2. Did someone has done such task before ?

3. What APIs and application's code should I learn

View 3 Replies View Related

HTC Incredible :: Accessibility Option In Settings Menu

Aug 24, 2010

In the settings menu on my DI there is a menu category called "accessibility". When i hit that button, it brings up a dim option to check or uncheck, but it can't be checked. What is this for, and how is it accessed?

View 2 Replies View Related

Sprint HTC Hero :: Menu - Settings Anyway To Alphabetize?

Aug 11, 2010

I suspect the order of the items under menu/settings is listed by frequency of use, as expected by HTC, or Google. Is there any way the order can be re-arranged? Perhaps alphabetized? Wouldn't it be easier to use this way? I think on an old phone I had you could long press and then re-arrange items like this. I could be all wet. This is not a major concern, and I really like my Hero.

View 1 Replies View Related

HTC Hero :: Why Isn't The Settings Menu In Alphabetical Order?

Sep 1, 2010

I know it's a small issue for most, but it's just really annoying that the settings menu can't be alphabetized. Or if it can, can someone tell me how to do it?

View 2 Replies View Related

Android :: What Is Widget Type Used In E.g. The Settings Menu?

Jun 30, 2010

The Android settings menu is a list of options, each with some subtext (in the vanilla Google implementation; not in Sense UI) and an image (a down arrow in vanilla, custom icons in Sense UI). They are selectable and open a sub menu (Activity?) when clicked, like a button.

What is this widget? Is it available in the android.widget package somewhere? Is there a way to simulate it?

View 2 Replies View Related

Android :: Home++ Menu - Only App That Show Is Settings

Dec 14, 2009

After using home++, when i hit the arrow to bring up all my apps, the only app that show is "settings" . i can get to my other apps that are shown on a home screen, but the ONLY app showing on the pull down screen is settings! i shut down, removed battery, and restarted twice, but still no luck.

I know a lot of others use home++, so is there something in the settings that went wrong, or what??! help! i love the home++.. when it works!

View 4 Replies View Related

General :: Adding Settings Menu Like CyanogenMod In ROM?

Jul 7, 2012

is it possible to add the settings menu like cyanogenmod in a rom?

My device has got no cyanogen roms, got no roms at all I want to learn how to make roms Only the original ones are available

ZP200

View 3 Replies View Related

General :: Changing Settings Menu Color

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

General :: Create Shortcut To APN Settings Menu?

Mar 16, 2013

I have two apn's:

-> MMS
-> MMS/Internet

i've managed to let android let me choose the APN which i want, but to go to the menu i have to do a lot of clicking.

how to create a shortcut to go directly to that sub menu?

View 2 Replies View Related

HTC Incredible :: Apps Running In Section Of Settings Menu?

Sep 2, 2010

With the froyo update, there are so many apps running, both in my task killer, but also in the running apps section of the settings menu. Like Skype, and several I don't use and don't want running. Anyway with froyo to stop these from starting up and running all the time?

View 13 Replies View Related

HTC Desire :: Mobile Network Settings Menu After Call

Jun 29, 2010

I am experiencing the following problem: I initiate a call, and after hang-up I end up in the "Mobile Network Settings" menu. Has anyone else encountered this? Found only one post about this on google, but its relating to a CyanogenMod ROM. I have stock Andy 2.1 with (non)Sense.

View 9 Replies View Related







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