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.

General :: How to Disable Settings menu


General :: How To Disable Menu Button

Feb 8, 2014

as the title i flashed cm11 on my device and how i can disable menu button

the three squares in the pic

View 3 Replies View Related

General :: How To Disable Menu In GO Launcher EX

Dec 23, 2013

I accidentally ticked the box do not show this message when I have the choice to choose if I wanted this menu or not each time I click on settings.Just wondering how I can disable it now ? URL.....

View 1 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

General :: ICS Browser - No Menu / Settings And No Quick Controls

Nov 26, 2012

Since upgrading to ICS I seem to have lost the settings option (the 3 vertically aligned dots). Neither do I have the quick controls appearing. It is most noticeable in the browser since the ability to add bookmarks, reload a page, move to prev or next page etc//Other applications may also be suffering from this defect, but it hasn't bothered me (yet).

View 1 Replies View Related

General :: No Music Effects Menu In Sound Settings

Sep 5, 2013

I'm having a spot of trouble trying out the ViPER4Android DSP plugin on my phone. While I have the corresponding apps and drivers installed, I'm unable to enable the DSP effect owing to fact that there is no "Music Effects" option in the Sound settings menu.

Is there some way to restore this option to the menu? I'm using an AOSP-based stock 4.0.4 ROM on my Huawei Ascend G600. Perhaps it can be done through the terminal/shell scripts or an init.d script?

View 2 Replies View Related

General :: Enable Data Roaming Without Using Settings Menu?

Nov 8, 2011

I use my phone daily in a non-Verizon network, so having Data Roaming enabled is very important for me. The new ROM I installed, however, does not have a menu option for enabling/disabling Data Roaming.

Any way to do this through script? Or maybe there is something that can be changed in "build.prop" (or another file) that would change the default setting of Data Roaming disabled to be enabled?

View 6 Replies View Related

General :: Nexus 5 With 4.4.2 - Settings / Menu Button Disappeared In Chrome

May 18, 2014

I have the Nexus 5 with 4.4.2 , I'm new with Android, my phone is rooted. I recently made the "buttons" disappear adding a line in the build.prop file and instaled LMT to have a pie,but the problem is that in Google Chrome,the Settings/Menu Button in the top right (the one with three little boxes) disappeared. How to make this button appear?

View 2 Replies View Related

General :: Galaxy Nexus - Changing Settings Menu Options

Jan 5, 2013

I'm running a Galaxy Nexus, and the ROM I'm currently on has a performance option in the Settings Menu, which gives control of the kernel and stuff. However, I'd rather use TricksterMod, and I would like to be able to launch TricksterMod from Settings instead of the Performance app.

So far, I've decompiled my Settings.apk, and looked through the files, and I'm not sure what to change.

I have to change settings esxmlsettings_headers.xml, correct? Specifically,

Code:
header android:icon="@drawable/ic_settings_performance" android:id="@id/performance_settings" android:title="@string/performance_settings_title" android:fragment="com.android.settings.performance.PerformanceSettings" />

I would also have to change settings esvaluesstrings.xml, specifically, the string referenced by "@string/performance_settings_title" so that I can have the correct name, correct?

And similarly, settings esdrawable, for the icon.

The big question is, what do I replace with for "com.android.settings.performance.PerformanceSetti ngs"? Do I need to move TricksterMod somewhere specific, or what would I reference? dataappcom.bigeyes0x0.trickstermod-1.apk?

After making all these changes, I'd simply recompile and push the Settings.apk back without signing, correct? Have I missed any steps?

View 3 Replies View Related

General :: Nexus 7 Phone - WiFi AddNetwork Button Crashes To Settings Menu

Oct 30, 2012

My work has hidden their SSID, thus the need for me to use the "Add Network" button at the bottom of the WiFi Settings menu; however, upon click the "Add Network" button, it just crashes and takes me back to the Settings screen. I click back on WiFi, it scans for the broadcasting SSIDs, and I click the "Add Network" button at the bottom again, and crash back to Settings Menu.

I just got this phone from my work for my work. They don't know anything about Android products, and my Google-Fu hasn't been strong enough.

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

Android :: Disable Context Menu Not Working

Oct 17, 2009

I am setting setEnabled = false for a Context Menu item. The item appears grayed out ... but I can still click on it. When I do, the menu closes. This does not seem to like the correct behavior to me.

Is this a bug or a misunderstood feature? Anyone else experiencing this? Using 1.6

View 3 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

HTC Desire :: How To Disable XT9 Settings?

Apr 11, 2010

I have had my desire for a couple of weeks now and loving it, just one point thats frustrating the hell out of me is why when sending a text message using the "phone" style keypad you can't disable the XT9 setting, I've turned it off in settings etc., and it will still default back to XT9 when you navigate away to add a smiley etc. Maybe I am missing something obvious! but I detest predictive texting - prefer to type my own letters. Any app that will sort this?

View 14 Replies View Related

Android :: How To Disable Menu Item In Execution Time?

Mar 16, 2010

How to disable the menu item in android in execution time. Example: Button Next and Back. When is in the last record, the Next menu is disable.

View 3 Replies View Related

Android : Programmically Disable All Menu Item In My Activity?

Dec 16, 2009

In android, I create my menu item like this?

public boolean onCreateOptionsMenu(Menu menu) {

menu.add(0, 0, 0, "Menu1");
menu.add(0, 1, 0, "Menu2");
return true;}
How can I set all the menu item disabled programmically (in another part of the code in my activity, not in onCreateOptionsMenu() method itself)?

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

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 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.

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







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