I have an idea about the bluetooth mouse support for CM6.1. The left click will wake the screen and act as a screen press, the right click will act as the back key, and the scroll click will act as menu. These are the settings currently. The idea is with the five button mouse there is also a forward and back button on the side. Is there any way to program that button press to turn off the screen?
Sent from my HTC Vision
bump <10char>
bump <10char>
Sent from my HTC Vision
its my question as well ,nobody to answer?
A friend broke his phones power button.
Is there any way to remap power to another button?
And if there is would it work for turning on the phone?
Sent from my SPH-L720 using XDA Premium 4 mobile app
He might just have to use the home button to turn it on, and download a sleep button from the play store. That's probably the easiest way.
Yes there are several ways to awake the phone. But Broken Power button will post a lot more challenges if you happen to turn off the phone. Best have it repaired.
the power button does work kinda (its super sensitive if you slide your finger over it without pushing it down, it will activate).
say i disable it while the phone is turned on would i still be able to turn the phone on with it?
So long physically its working fine, the button will turn on the phone from power off state. Any mods you do to disable it will only affect when Android is operational. Some of the Roms for the S3 do allow to change the button that will awake the phone. Typically the home button will be the alternate choice. Also there are apps in Play Store that do this as well.
thanks for all the help i really appreciate it
Have not been able to figure this one out - I've configured my IR blaster to control my tv and directv units. It will turn on the tv and I know it communicates with the DTV box as well as it will change channels, hit the guide, menu, etc.
However, if I open the IR blaster in a scenario where both the TV and DTV box are both off, it will turn on the tv, but no the directv unit - it will attempt to change the channel on the dtv unit, but since it's not on, it fails. I have to manually turn on the DTV unit with my DTV remote.
I've gone through the settings/setup a few times and searched for an answer online, but cannot figure this out.
Any suggestions or tips?
What about when you go to the most left screen there's an option to turn on the dtv. I can toggle power from there and it works just fine
Sent from my HTC One_M8 using XDA Free mobile app
On a side note one thing I've noticed with direct TV is that it gives the commands more than one time when you press a button. For example, if I press menu it'll open the menu then close it and open it again. Almost like the button has been pressed 3 times instead of once. The same happens with the power and guide buttons. Is this how yours is too? If I program these buttons manually using my dtv remote then it goes away.
Sent from my HTC One_M8 using XDA Free mobile app
thanks for your replies - at work now but will check when I get home and let you know my results.
tommy_riley said:
thanks for your replies - at work now but will check when I get home and let you know my results.
Click to expand...
Click to collapse
Sorry - forgot to get back to this thread.
yes - the default behavior for my DTV box via IR blaster is the commands double up when pressed (e.g. pressing power acts as though I hit the button twice) - if I manually program it the behavior fixes itself.
However I still seem to have problems with turning on the DTV when my tv/dtv is off, I open the IR blaster app, find a show, want to tune to it - the TV will turn on, I can see that it's trying to change the channel, but it doesn't turn on the DTV first, so it fails - once I manually turn on the DTV unit then things are fine - just an extra step.
I used to turn off power for any unused devices, even it takes only few watt. There is no menu to shutdown and turn off fire TV before I cut its power. I'm wondering whether it is safe to cut its power at any time. Or it's not necessary to have a menu selection to shutdown system? Thanks.
..
billsam38 said:
I used to turn off power for any unused devices, even it takes only few watt. There is no menu to shutdown and turn off fire TV before I cut its power. I'm wondering whether it is safe to cut its power at any time. Or it's not necessary to have a menu selection to shutdown system? Thanks.
Click to expand...
Click to collapse
It should be safe to just unplug, but if you use it often eventually it could cause a problem either in the firmware or the the connection itself. A simple solution would be something like a Woods wireless remote outlet. The one I have comes with 3 plugs and a remote with a switch for each. The plug can take a bit of room on the surge protector but so does the FTV power cord. I just press and hold the select and play buttons on the FTV remote for about 5 seconds and when the screen goes black I hit the power button for the outlet.
billsam38 said:
I used to turn off power for any unused devices, even it takes only few watt. There is no menu to shutdown and turn off fire TV before I cut its power. I'm wondering whether it is safe to cut its power at any time. Or it's not necessary to have a menu selection to shutdown system? Thanks.
Click to expand...
Click to collapse
Get a Microsoft remote (MCE Remote). The power button on the MCE remote will put the firetv back to sleep. When you hit the power button again it turns back on, or hitting any button on the firetv remote.
I actually prefer the MCE remote because it offers more function when using XBMC and VIMU. I can actually time skip vs ffwd, hit stop, etc... Only complaint is there is no home button. The microsuck button does not take me home, and I have not figured out how to program it on the MCE remote.
mattngsx said:
Get a Microsoft remote (MCE Remote). The power button on the MCE remote will put the firetv back to sleep. When you hit the power button again it turns back on, or hitting any button on the firetv remote.
I actually prefer the MCE remote because it offers more function when using XBMC and VIMU. I can actually time skip vs ffwd, hit stop, etc... Only complaint is there is no home button. The microsuck button does not take me home, and I have not figured out how to program it on the MCE remote.
Click to expand...
Click to collapse
As i've stated in another thread, "sleep" on this is pretty much the same as sleep on a regular android device. It's still fully awake, although the CPU might be downclocked a little.
As for home, you need F12 to get home.
rbox said:
As i've stated in another thread, "sleep" on this is pretty much the same as sleep on a regular android device. It's still fully awake, although the CPU might be downclocked a little.
As for home, you need F12 to get home.
Click to expand...
Click to collapse
I love low watt setups, so I know the mind set for the OP. It would have been nice to be able power off the device! I was told that lab126 felt the footprint was small enough in standby that it wasn't needed. They also wanted to be able to update when not in use, etc...
You could hook it up the ftv to a power strip. I've seen power strips that have one active outlet and shuts off the rest of the outlets when the primary device is not used. That could be another option?
Rbox- Do you know where the MCE remote values are stored in the FIreTV. I want to see if I can modify so the windows button is f12.
mattngsx said:
Rbox- Do you know where the MCE remote values are stored in the FIreTV. I want to see if I can modify so the windows button is f12.
Click to expand...
Click to collapse
Since it shows up as a regular HID keyboard I don't think it has a keylayout file. What I do know, is that the kernel could probably do it. The HID layer has a quirks system that allows you do to funky stuff for individual HID devices. Do you know the usb vendor and device id for the remote? I can take a look at the quirks stuff tonight and see if we can do anything. It might have to wait until custom kernels can be loaded though.
rbox said:
Since it shows up as a regular HID keyboard I don't think it has a keylayout file. What I do know, is that the kernel could probably do it. The HID layer has a quirks system that allows you do to funky stuff for individual HID devices. Do you know the usb vendor and device id for the remote? I can take a look at the quirks stuff tonight and see if we can do anything. It might have to wait until custom kernels can be loaded though.
Click to expand...
Click to collapse
I'm at work but I can pull the HID/Device info when i get home tonight. I will PM you the info, so we're not clogging the OP's thread.
It takes 3 to 4 watts to stream a movie - measured on a Kill a Watt meter. I forgot what the reading was on sleep mode but its not much. The max watts I've seen was 5 watts and that's while installing an app.
mattngsx said:
Get a Microsoft remote (MCE Remote). The power button on the MCE remote will put the firetv back to sleep. When you hit the power button again it turns back on, or hitting any button on the firetv remote.
I actually prefer the MCE remote because it offers more function when using XBMC and VIMU. I can actually time skip vs ffwd, hit stop, etc... Only complaint is there is no home button. The microsuck button does not take me home, and I have not figured out how to program it on the MCE remote.
Click to expand...
Click to collapse
Which MCE remote do you use? I have one from philips but it doesnt work with my ftv.
Enviado de meu GT-N7100 usando Tapatalk
KillerJoeBR said:
Which MCE remote do you use? I have one from philips but it doesnt work with my ftv.
Enviado de meu GT-N7100 usando Tapatalk
Click to expand...
Click to collapse
What gen is it? I heard old mce receivers don't work? My USB receiver is a Phillips/nxp. It came with my zotac mini pc.
I just got my fire TV, rooted and installed a few apps including the firedtv.
I left it over night and realized it never went into sleep (the front led was on). I was able to put into sleep using a keyboard, but I don't want to keep the keyboard near my fire tv all the time.
Do you guys know what is wrong?
minmao said:
I just got my fire TV, rooted and installed a few apps including the firedtv.
I left it over night and realized it never went into sleep (the front led was on). I was able to put into sleep using a keyboard, but I don't want to keep the keyboard near my fire tv all the time.
Do you guys know what is wrong?
Click to expand...
Click to collapse
Try rebooting your box and without loading any external apps, see if it goes to sleep after a certain time. My guest is that an app is still running in the background preventing sleep mode.
When I first installed XBMC that happened too. I found out that XBMC was still running in the background because I didn't properly exit the app. Clicking the home button on the remote just leaves XBMC running in the background. Exit by pressing XBMC power off button and setting the system power saving timer to shut down at a interval during idle works.
ETFoneHome said:
Try rebooting your box and without loading any external apps, see if it goes to sleep after a certain time. My guest is that an app is still running in the background preventing sleep mode.
When I first installed XBMC that happened too. I found out that XBMC was still running in the background because I didn't properly exit the app. Clicking the home button on the remote just leaves XBMC running in the background. Exit by pressing XBMC power off button and setting the system power saving timer to shut down at a interval during idle works.
Click to expand...
Click to collapse
You can also set the power off setting in xbmc to exit after some idle time value.
Sent from my Nexus 5 using XDA Free mobile app
Shinyhead said:
You can also set the power off setting in xbmc to exit after some idle time value.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yea, that's what I said. It's set to 30mins. Works fine.
Hi all,
I dropped my tablet and seems to have bent the frame enough so the power button and lowering volume on the volume button no longer work. I know there are plenty of apps to simulate these buttons but they are all for rooted phones. However, if I want to use this tablet for work, I can't root it. Is there a no root alternative? Or perhaps a ROM that is not rooted, but has a built in restart option? I don't need any samsung apps, I just need the s pen to work but I use Lecture Notes. (Screen on/off its handled by magnetic cover, volume by built in menu, so only restart is missing after broken buttons).
If anyone has any ideas please let me know.
Thanks!
Sent from my SM-P600 using XDA Premium HD app