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
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
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
Mar 16, 2010
Anybody know a simple fix?
1. I made it my default without thinking.
2. I don't really want to do a nandroid backup but I will if there is no solution
3. My phone won't boot to safe mode..After the long vibrate it just restarts the red eye.
4. Tried battery pull I will uninstall via. adb if someone can give me a the commands required to do this. I tried adb uninstall but I don't know the apk name of HelixLauncher.
View 9 Replies
View Related
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
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
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
Apr 12, 2010
I just thought that I would share the differences with my home screen between sense and helix. The bottom bar on helix is perfect, and can be used to change the default dialer and still have it 'stuck' on the bottom. Helix gives you a lot of space to clean up, and you can add/remove screens and get rid of clutter. If your a freak about the layout of your phone, like me, you should really give helix a try.
The only thing I miss is the HTC animated weather widget, is there any way it could be ported over?
They obviously use a different source for the actual weather information, but I don't think the HTC weather widget is that integrated into sense that it wouldn't work on helix...Can anyone explain why it doesn't (or so far hasn't been ported)?
View 9 Replies
View Related
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Aug 15, 2010
I've been playing around with a few different ROMs to find the one that's the most stable for me, but something weird has happened. Most of the ROMs I like the best have the vanilla dialer which I love but the look of the dialer has changed and I'm not sure why.
At one point the dialer had the END, SPKR, MUTE etc., on the call screen so if you pulled the phone away from your ear you could see those buttons. Now when I'm on a call I have a little tab that I have to pull up to access the number pad and I have to hit MENU to bring up the END, SPKR and MUTE settings. I really want to go back to the way it was before. This has happened on several ROMs.
View 3 Replies
View Related
Apr 30, 2010
I'm trying to understand what each process is and if any are vital to the phone that should NOT be turned off?
I'd like to kill useless processes.
Does anyone recognize what these do?
HTC Message Uploader/Upload Message Service -?
Messages - TransactionService -?
Sync Service - I have the Power Control widget and I have the sync unactivated?
Touch Input -?
Calendar - Obex Service - Is this just my calendar widget - I don't have any events scheduled?
View 12 Replies
View Related
Nov 8, 2011
I wanted to make the Menu button on my Android device open up my Application's settings and allow me to edit it when I am inside the Application.
View 1 Replies
View Related
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
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