Android :: App For Broken Menu Button?
Jul 22, 2010
Recently the home and menu buttons of my HTC hero broke down. I found an app, "soft home" which creates a home button in the notification bar.Does anyone know of an app which does the same thing for the menu button? While Im on it, a second question: My browser which is the default browser of the hero goes full screen. This causes the notification bar to dissappear thus making the home button app useless. Does anyone know how to turn this fullscreen feature off/know a good browser which does not do so.
View 1 Replies
Nov 7, 2012
i update ics in spice mi355 bt in my phone status in about phn only 2.3.6 only show it bt looks are change.and menu button change to option button clockwise.hw do i knw whther ics change in phn or nt?bt file is download in our forum 1ly size is 90 mb.
View 1 Replies
View Related
Jan 6, 2010
Works like a champ. I'm now trying to make my app work on small screen devices, so I created a res/drawable-ldpi directory, and populated it with the two pngs plus the corresponding selector file.Isn't this the right way to specify ldpi specific button images? If default device xmls and pngs go in drawable, then ldpi xmls and pngs go in drawable-ldpi, right? Could these errors be the result of an inappropriate <supports-screens> element in my manifest file? Neither the api-demos in the samples (for any SDK version), or the newer samples including multires, have any multi res image button examples. In fact, I couldn't find any example where there was an xml file in a res/drawable-.
View 5 Replies
View Related
Jan 13, 2014
my android phone's power button stopped working a few weeks ago. It wasn't a big problem, but a few days ago, the battery died. Now it is turned off and I can't turn it on. When I put it in charge, it just shows the charging screen. The phone is a Winmax W8000 (Winmax is Bangladeshi company. I'm from Bangladesh). It runs on Jellybean (4.1). It wasn't rooted. I tried to get into Download mode, but pressing the volume buttons and plugging in the charger doesn't work.
View 17 Replies
View Related
May 13, 2012
I have a HTC HD2 which had WinMo before. Long time ago I changed it to Android. Couple of days ago, I wanted to change to a new Android version so I deleted the whole OS on my Android to install a new one.I got stuck on the Magdlr option because I couldn't go select any option. I realized then, that my call button is broken! how it is possible to install Android, because WinMo sucks!!
View 4 Replies
View Related
Aug 12, 2010
i have had my htc evo about a week, i have not downloaded any odd software only a handfull of apps have not rooted my evo or anything close to that. all day today my home button didnt work. i turned it off then on it worked for about five minutes then stopped! any help?! ive been on a waiting list and it breaks after a week?
View 1 Replies
View Related
Sep 11, 2010
So I bought a used Eris off Ebay thats volume down button was broken (not the rocker but the actual button that the rocker presses). I knew the button was broken when I bought it and I didn't really care for a while, but tonight when I was trying to fiddle with it, I accidentally popped it out. Is it worth opening the phone to try to solder it back on?Also, how do I navigate through the recovery menu without a volume down button?
View 4 Replies
View Related
Jul 27, 2010
So I did an exchange today hoping for the magical GPS fix. Instead, I got a phone where the home button works maybe 10% of the time I tap it. Anyone else having this issue? I'm going to exchange this one tomorrow.
View 17 Replies
View Related
Aug 28, 2010
Im new here so i don't know if this is the right section or not.But anyways i've had my droid since tuesday and today my camera button quit working. It worked fine yesterday but for some reason it just crapped out on me. It doest even go to the camera page when you hold it and i've tried all the settings.Anyone know what's up?I thought maybe just a loose conection but when i took the battery cover of it had torq he's screws so i can't take it apart to see.
View 1 Replies
View Related
Sep 28, 2013
i got a samsung galaxy s2 mini and i got it rooted it all worked fine , but yesterday for some reason it booted in CWM recovery and i cant get out of it my volume down button is broken .
my question is ; is there a other way to boot it normal?
View 1 Replies
View Related
May 7, 2014
I just managed to remap my broken power button to my volume up button, so I am able to lock/unlock the screen. The problem is that it's still not possible to turn on the phone with the volumen button (shutdown/run out of battery). I changed the gpio-keys.kl and Generic.kl file for remapping.
View 2 Replies
View Related
Oct 10, 2010
I have a X that has 2.1 -update 1 on it that I got from a friend. I want to have 2.2 on it but when I try to update the phone OTA, it says that I am up to date. So I am guessing that are some things he played with that is making this not work.What I am hoping I can acomplish is get stock 2.2 on my X even if it involves RSD lite or other methods.RSD was the way I was going to go, untill I ran into the problem that the camera button does not work, so i can not get into the bootloader.Also, adb reboot bootloader isn't working, and rooting and trying to get Clockwork Recovery to work isn't doing what I need.So I am out of ideas on how to get 2.2 or any other ROM for that matter on my X.
View 2 Replies
View Related
May 9, 2012
I have a Nexus S running 4.0.4. I did the update manually when it was released.
The bootloader is unlocked from previous ROM experiments but this ICS is stock/unrooted.
A few weeks later, the power button now doesn't work. This is a VERY common issue, but no one knows for sure if it is Hardware or Software. I was going to lock my bootloader and send it in to get a fix or replacement device from my carrier. Alternatively, I was going to attempt to flash a ROM onto it and see if the button comes back.
The bizarre thing is that when I go into fastboot, the device freezes and I cannot use any of the buttons. Furthermore, below the device information, nothing else shows up. The device shows up to ADB when booted, but Device Manager doesn't even find an unknown device when in Fastboot.
View 3 Replies
View Related
Feb 22, 2014
My galaxy k's home button has been broken. And i wannted to use recovery.So I attached it with my computer, used cmd(adb reboot recovery). After that i was able to go in recovery. But after that I couldnt reboot it. I tried to use cmd. But it cant find my device.
View 2 Replies
View Related
Jul 27, 2010
I was wondering if it is possible to customize the icon used for the More menu option (displayed when there are more than 6 menu options)? With the stock vanilla Android UI it appears as a disclosure-type arrow and on HTC Sense UI it's an ellipsis icon. Curious if these are fixed icons only defined in the Android resources or if there is a way to programmatically set them?
View 1 Replies
View Related
Sep 15, 2010
Is there a way for a button to call a submenu? I currently have a menu where if they select one of the options it opens a submenu, however I want to be able to start the submenu from the Button widget instead of the Menu object.
View 3 Replies
View Related
May 14, 2010
I am using following code to open Android Contacts
CODE:.............
Now i want to put Button at the top of this Contact activity when opened or add my own Menu in this Activity.
View 2 Replies
View Related
Apr 15, 2010
I have HTC Hero and I've found out that dragging down on the touch is not the only way to unlock the phone. If you press the menu button, it unlocks the phone, too. I don't know whether it's problem of the HTC device, Android or bad feature definition.
View 2 Replies
View Related
Jun 6, 2010
I m a novice in android.. i want to add a button or menu item in message inbox or email. how can i do so.
View 2 Replies
View Related
May 4, 2010
May someone please tell me how to change the text "More" of "More Button" in an expanded menu to other strings?
View 2 Replies
View Related
Oct 30, 2010
You need to have Internet permission. Instead of using thewebview, you are better off using the Bowser activity for this.
View 8 Replies
View Related
Jul 27, 2010
How can I capture a long press of the device menu button in my application?I thought of an intent filter, but there's only an action called android.intent.action.SEARCH_LONG_PRESS, but nothing for the MENU button.I found that long press of the menu button actually does different things on different devices,i.e. on Nexus One it will show the soft keyboard, while on Samsung Galaxy S it will pop up the search widget.
View 5 Replies
View Related
May 20, 2010
I recently started Android programming and was working on my first program which displays a historic text document, sectioned by tabs via TabHost.I have limited my program to one activity and merely used setContent in my TabSpec's to switch between different XML views.The document has both unedited and corrected versions of the text for which I have built text views to accommodate. I wanted to implement the standard menu to have buttons to "view corrected" and "view original" and switch the content of the tabs which have changes (without altering the tabs or their indicators).I've read on the TabHost API and there is no way to edit existing tab content with setContent() of TabSpec; and AFAIK TabWidget only affects the actual tabs, not the content that is displayed upon pressing them.I've thought about creating a new class which extended TabHost and super() all of the original methods, while including one more which updated the mTabSpec list.
View 1 Replies
View Related
Aug 10, 2009
i want to add an exit button to the menu, but didn't see an easy way to close an application or acces all activities of an application and finish them. Is there an easy approach available?
View 11 Replies
View Related
Nov 11, 2010
Kind of new to Android, and definitely don't know too much about the devices. I was wondering whether every android device out there has a menu and back button? I just wanna make sure we could assume this as a fact...
View 3 Replies
View Related
Jul 19, 2010
When i am trying to run the example of Maps as in http://developer.android.com/resources/tutorials/views/hello-mapview.html, the menu button doesn't seem to work. I tried the default Maps app in the emulator and there it was working. Also i intend to add an item when a user presses that button, how can do it?
View 2 Replies
View Related
Nov 9, 2009
I am working on a device that does not have a hardware Home, Back or Menu button. I am trying to create a soft keyboard with only these three keys but I have not been able to get it working. Does anyone have any insight into my problem?
I first looked into injecting keypresses into a WindowManager but this functionality seems to have been removed.
I then looked at creating a custom soft keyboard but that will not work either. Custom soft keyboards only inject their input into the text fields they are attached to. I can't send a Home, Back or Menu keypress to the Android system.
I finally got the Home button working by using this intent to tell Android to go to the Home screen: Intent HomeIntent = new Intent(); HomeIntent.setAction(Intent.ACTION_MAIN); HomeIntent.addCategory(Intent.CATEGORY_HOME);
Unfortunately, I have not found an Intent to send for Menu and Back.
View 2 Replies
View Related
Nov 22, 2010
In android, my app provides a button that the user can click to return them back to the screen that appears when the app is opened (onCreate). How can I set that button to return the user to the main menu?
View 2 Replies
View Related
Oct 20, 2013
Is there any app or menu from android 4.3 to reboot the phone without using power button. The phone does not rooted.
View 1 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