Quick question - Nexus 5 Q&A, Help & Troubleshooting

Regarding the LG G2 On-screen feature, where you can have your phone on your desktop screen. Anything alike available for the nexus5?
Edit: Just to show what I mean; http://kuwaitiful.com/tech-gadgets/best-lg-g2-feature-one-talks/

bump?

handsomejesus said:
Regarding the LG G2 On-screen feature, where you can have your phone on your desktop screen. Anything alike available for the nexus5?
Edit: Just to show what I mean; http://kuwaitiful.com/tech-gadgets/best-lg-g2-feature-one-talks/
Click to expand...
Click to collapse
One suggestion - make the title of your thread more meaningful (instead of "quick question")
At this time, I am not aware of such an app. If you just need notifications, try pushbullet.
Screen mirroring is possible, (Miracast), but requires something like the netgear PTV or another miuracast compatible device.

Related

[Q] Recently used apps in Notification area - ala new Sense

Hey all,
Does anyone know of an app that achieves the display of recently used apps in the notification dropdown area?
Essentially, performing the same function that a long press on the home button does, but obviously eliminating the need to press a button.
I've been looking for something like this for a good while, and was pleasantly surprised to see HTC had included this very function in their latest version of Sense.... when I went to the HTC London meet last week .
Unfortunately, the HTC guys demoing informed me there is currently no way to obtain this feature for current handsets.
To see what I am referring to, see the video below...
46sec <---> 51 sec
Is there an app that exists for this?
Thanks in advance,
c_man
I'm more impressed with the extremely quick startup.
FuryriderX said:
I'm more impressed with the extremely quick startup.
Click to expand...
Click to collapse
I think that's discussed in another thread - I remember reading its not a 'proper' power down, that allows for such a quick start up.
Anyway, back on topic...
Actually I have been looking for something similar... My wife has a mytouch slide... And when you pull down notification tray it has recent 4 now I haven't tried scrolling sideways like that guy did... But that shows that it is possible cause the slide shows 4 recent...
Just have to find someone to port that I guess
Sent from my PC36100 using XDA App
Rather than a port, which sounds like more effort, I thought an app to enable this functionality may exist.
It seems not?
its going to need a port i think, i would hope for a slightly modified version that would allow us to pin apps to it or even widgets a la galaxy s.
If you hold down the home button for a couple seconds you'll get a list of the eight last used apps.
smart bar does this an more. recent apps in drop down and/or favs and/or you can choose a certain app and/or many many more options, i cant remember. you have option to enable all or only recent apps via settings and checking off the check boxs.
i use on my a81e tablet and it works well. my long press of home button is buggy due to fw so this come in handy very much
here
Does smartbar have a big footprint?
Would really love an app that does 'just' this.
c_man said:
Does smartbar have a big footprint?
Would really love an app that does 'just' this.
Click to expand...
Click to collapse
I don't really know, I still just starting out on android so I'm in learning process
Sent from my A81E using Tapatalk
kjhadfield said:
I don't really know, I still just starting out on android so I'm in learning process
Sent from my A81E using Tapatalk
Click to expand...
Click to collapse
No worries
bump

[REQ] Lock Screen App

The power button on my N1 has been giving me fits, and given the number of people I've read about with "dead" power buttons, I think mine is going out so I'm trying to preserve it as long as possible.
I enabled trackball wake (using CM6) which takes care of 1/2 the equation, but I need a good lockscreen app (just something to make the phone go to sleep). I found one in the market called Lock Screen Enabler, but it's not a "true" lockscreen app and it's very buggy, causing all sorts of problems for me.
I've been a web developer for 8 years and recently got into Android development (which I hope to be doing full-time soon), so I thought I'd just code a quick app for personal use in 5 minutes.
The problem, however, is that the DEVICE_POWER permission is needed in order to call goToSleep() and from what I've read so far from other online posts, this permission is only granted to native system applications.
Since my phone is rooted, I even tried granting my application SU privileges, but that doesnt seem to work either.
So, my question boils down to how do I grant my application DEVICE_POWER permission? I figure if anyone out there knows the answer, it's going to be someone on XDA as this place is full of geniuses. Thanks in advance!!
UPDATE: I've attached the finished app. Made this for personal use but if anyone wants to use it they are welcome to. My only gripe about it right now is the "screen flicker" that happens when you launch it because it's trying to launch an app that immediately locks the screen and finishes itself. If I can figure out how to get the app to launch in a smaller window maybe I can minimize the size to reduce the screen flicker. But for now, this works and I can set it to launch when I click the clock on Fancy Widget, so I'm happy. Thanks again to everyone who offered answers to my questions. Just another reason why I love the Android development community!!
-teleknEsis
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
nDrg said:
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
Click to expand...
Click to collapse
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
teleknEsis said:
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
Click to expand...
Click to collapse
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
nDrg said:
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
Click to expand...
Click to collapse
I will probably still go ahead and create one. I like how with FancyWidget you can set it so clicking the clock will launch an app. Unfortunately it doesn't work with widgets, so I need an extra icon on my home screen just to lock it. If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
I would be happy with any icon to be honest, I just don't like the lock screen widget one Good luck bud
teleknEsis said:
..If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
Click to expand...
Click to collapse
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
rori~ said:
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
Click to expand...
Click to collapse
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
You disabled: device administrator ?
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
Try using "root explorer" to find the files and just delete them.
teleknEsis said:
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
You need to go to Security & Location - Device Administrators and disable both there.
Hollow.Droid said:
You need to go to Security & Location - Device Administrators and disable both there.
Click to expand...
Click to collapse
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
teleknEsis said:
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
Click to expand...
Click to collapse
Yeah I'd appreciate the single launcher version please if possible
Hollow.Droid said:
Yeah I'd appreciate the single launcher version please if possible
Click to expand...
Click to collapse
OK - I'll update and upload when I get into work
Application is in the OP. Have at it
Great, works perfect on MIUI 0.9.30
Does the job perfectly! I especially like how it runs as an app so I can change the icon
You're a lifesaver, or should I say power button saver
Thanks so much.
I tried to develop something similar before but got stuck. Saved me some time!
Thanks for creating such useful app for my N1. My power bt is fine, but I would like to preserve it to powering up/down the phone.
BTW, I also downloaded Lock Screen Widget to test it out. Is it possible that you can make your app to shut off the screen smoother, like LSW? I like it you set it up as an app, which is super useful for me set up as a gesture swipe on my LauncherPro dock icons.
Thanks again and keep up your good work!
Thanks again, your app is really great. But could you add a option to map it to the search button (long press) please?
Thank you!

Screenshot Shortcut?

Anyone know if there is a shortcut to taking screenshots?
Without having to root and use drocap or shootme. (that's assuming they even work when rooted, which there's been one or two saying it doesn't.)
i'm rooted and neither dropcap or shootme work on my xoom.
Only one way to take screencaps...SDK, works both rooted and non but obviously takes a little knowledge/reading up on. But its not as hard as duplicating Grandma's gravy and biscuits so don't fear too much.
Sent from my Xoom using XDA Premium App
Kinda sad it requires root or being plugged into a PC to take screen caps. Might be the wrong place to bring it up but I don't think I'm the only one thats kinda irked about this.
martonikaj said:
Kinda sad it requires root or being plugged into a PC to take screen caps. Might be the wrong place to bring it up but I don't think I'm the only one thats kinda irked about this.
Click to expand...
Click to collapse
I know I payed 800 dollars for my Xoom. **** should be better. Media player, well Gallery in general, and this, and more. But I think I'm going to give google till after their first Honeycomb update.
Lets just see what they think is worth fixing first.
This is me assuming screenshots would be built into the os.
I don't think it has to do with the Xoom hardware.
But I could be wrong.
So when has screen shots ever been built into the OS? Don't know what the big surprise is. Yes it would be nice, but eventually a root and simple software solution will present itself.
Now that we have a tablet OS which should be moving us closer to netbook replacement, it would be a nice feature to have without the need to root and have an external application. I take screenshots on my Windows machine every single day. We need to stop having a phone OS mentality and starting thinking tablet OS which is different. So yes, that would be a nice feature to have built in to Honeycomb.
keitht said:
Now that we have a tablet OS which should be moving us closer to netbook replacement, it would be a nice feature to have without the need to root and have an external application. I take screenshots on my Windows machine every single day. We need to stop having a phone OS mentality and starting thinking tablet OS which is different. So yes, that would be a nice feature to have built in to Honeycomb.
Click to expand...
Click to collapse
Given the limited amount of hardware toggles on the Xoom, how would you suggest ScreenCapping be implemented? I'm not being condescending, I'm curious as to your thoughts.
ShootMe takes your cap by shaking your device. This seems logical because it wouldn't regurie anything as far as a UI.
If we ever receive extension support for the browser it seems adding a button to the toolbar would work, however that would limit caps to the browser only.
Anyone else have any ideas?
FuzeAction said:
Given the limited amount of hardware toggles on the Xoom, how would you suggest ScreenCapping be implemented? I'm not being condescending, I'm curious as to your thoughts.
ShootMe takes your cap by shaking your device. This seems logical because it wouldn't regurie anything as far as a UI.
If we ever receive extension support for the browser it seems adding a button to the toolbar would work, however that would limit caps to the browser only.
Anyone else have any ideas?
Click to expand...
Click to collapse
I am not a UI designer but there are probably many ways to do this. Long press screen, Print Screen in keyboard, add another system button to the taskbar on bottom, etc. In Windows, you just press the print screen button to copy to the clipboard. It can't be that difficult to implement something similar in Honeycomb. Once in the clipboard, you paste it to whatever application has focus. UI designers for Honeycomb can certainly figure out something this simple.
mjpacheco said:
So when has screen shots ever been built into the OS? Don't know what the big surprise is. Yes it would be nice, but eventually a root and simple software solution will present itself.
Click to expand...
Click to collapse
Samsung added it in the Galaxy Tab (which surprised me when I found out). On the Galaxy tab if you hold the back button and press the power button you get a screenshot, no root needed.
HalfMoon said:
Samsung added it in the Galaxy Tab (which surprised me when I found out). On the Galaxy tab if you hold the back button and press the power button you get a screenshot, no root needed.
Click to expand...
Click to collapse
Correct, it was a Samsung add-on, not in the base OS.
Don't get me wrong, I think it would be a great thing for google to just throw in there and obviously it is very doable, and I do not know why it is not just part of the OS already.
mjpacheco said:
So when has screen shots ever been built into the OS? Don't know what the big surprise is. Yes it would be nice, but eventually a root and simple software solution will present itself.
Click to expand...
Click to collapse
Google has added it native in 2.3.3 so it wouldn't surprise me if it comes in a honeycomb update.
Sent from my HTC Thunderbolt (That means this post never happened right?)
The inability to take screenshots without root or the sdk is a known issue to Android users.
The ability was added in Gingerbread. (I'm not allowed to post links yet but go to phandroid.com and search for a post by Kevin Krause on March 1st, 2011 at 7:35 am for details.) Samsung is the only dev to make use of the option so far (afaik) and only on gingerbread devices.
If you want an app that takes screenshots without root or the SDK, the option is there for you to develop such an app if you don't want to wait for someone else to do it.
Oh, and be sure to post a link to your apk for us when you're done. Thanks.
mjpacheco said:
So when has screen shots ever been built into the OS? Don't know what the big surprise is. Yes it would be nice, but eventually a root and simple software solution will present itself.
Click to expand...
Click to collapse
The Galaxy Tab has screen capture right out the box. Hold the back button and press the power button and it takes a screen capture and even puts it in the folder named screen capture. Just sayin.
That is one thing Apple did get right on the iPhone and iPad: press and hold the "Home" button at center bottom, then press and release the "power" button on top.
This made it really easy to create documentation at work... Android could have used a combination of one of the volume buttons and the power button. which would come in handy when either creating documentation on how to do something or for instructing users to send a screen shot of an error they are seeing...
my $0.02
Asus eee pad TF has had the screenshot function enabled out of the box. Is that an Asus add-on? I thought it was part of HC...
I use screenshot er & it places an icon at the bottom of the screen.Simply tap & voila!
Sent from my DROIDX using XDA App
Arun01 said:
I use screenshot er & it places an icon at the bottom of the screen.Simply tap & voila!
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
Are you rooted Arun?
And why isn't it available on the XOOM like on the asus TF?
Solved
BBalz said:
Anyone know if there is a shortcut to taking screenshots?
Without having to root and use drocap or shootme. (that's assuming they even work when rooted, which there's been one or two saying it doesn't.)
Click to expand...
Click to collapse
I did it by holding the power button and then pressing the home button [HTC Explorer]
Xoom Wifi ICS
Screenshot / Power and Vol Down

full 'FULL' screen slideshow app?

I'm currently using QuickPic as my slideshow program, but the one thing I find is that the image don't show up 'full' screen, and I mean by hiding the bottom taskbar. Are there ANY programs out there will can do this (hide the bottom taskbar) and show images at full res of the tablet?
I'm really interested in this, too. Even some of the office programs like Polaris or Quick Office don't seem to have a way to view slideshows (like PowerPoint presentations) in a way that completely fills the 1280*800 screen.
Don't think it's possible. Probably something hard coded into Honeycomb because of the lack of hardware keys, but I could be wrong.
I have an idea how it could be helped. But I don't have time to write an app that does that - so maybe someone will. The idea is simple: rotate the screen to portrait, but show everything in landscape. That way you have nice 1200x800 screen resolution (because the stupid status bar in on the right, not at the bottom).
Also if you can - star this issue in Android bug tracker: http://code.google.com/p/android/is...=4&colspec=ID Type Status Owner Summary Stars
And this one maybe too: http://code.google.com/p/android/issues/detail?id=15408 (but it's closed so probably noone from Google reads it).
https://market.android.com/details?id=com.tlalexander.tabletbarhider&feature=search_result
Try Slideshow HD
exisapps said:
Try Slideshow HD
Click to expand...
Click to collapse
Replying to a 2 year old thread with app recommendation....I'm going to just think your a shill. But you did make it obvious with your signature, so I guess just a evangelist for your app.
Since this thread is a live again. I use Digital PhotoFrame, because it's one of the few that support reading the photos from a network storage (NAS).
https://play.google.com/store/apps/details?id=be.wyseur.photo
I actually use it with my Touchpad Android4.0 so that it autolaunches (via tasker) when docked.
sbliner said:
Replying to a 2 year old thread with app recommendation....I'm going to just think your a shill. But you did make it obvious with your signature, so I guess just a evangelist for your app.
Since this thread is a live again. I use Digital PhotoFrame, because it's one of the few that support reading the photos from a network storage (NAS).
https://play.google.com/store/apps/details?id=be.wyseur.photo
I actually use it with my Touchpad Android4.0 so that it autolaunches (via tasker) when docked.
Click to expand...
Click to collapse
I purchased this app as well, it works great. How did you get it to autolaunch with Tasker?
I've been tying to figure out how to do the same thing.
PthPndr said:
I purchased this app as well, it works great. How did you get it to autolaunch with Tasker?
I've been tying to figure out how to do the same thing.
Click to expand...
Click to collapse
I'm the developer of digital photo frame. First of all, thank you for buying the premium version. Some other user figured out how to autolaunch with tasker. I can't post the link yet (new user ...) but the title of the google group post is "Tasker, Digital Photo Frame Premium, and Autorun"
Anyway, the settings should be
Action: android.intent.action.view
Cat:None
Mime Type:
Data:file:///PathToYourPhotoAlbum
Extra:be.wyseur.photo.recursive:recursive
Extra:
Package:be.wyseur.photo.buy
Class:be.wyseur.photo.PhotoFrameActivity_
Target:Activity
Click to expand...
Click to collapse
Good luck. Let me know if you have further questions

[Q] LG Knock-On Feature for Nexus 5

Hey all! I was wondering if a feature from the LG G2 could be brought over to this phone because it is based off of it. The G2 has a feature where, while the screen is off, you could tap twice on the screen and it would wake it. I'm not sure what system resources would be necessary to have this feature work on this phone, but I can't seem to find anything else on it. Does anyone have any knowledge of how it works?
That would be nice to know, i join my voice to urs.
If Google doesn't bring it to us natively you can be rest assured there will be custom kernels to replicate such a function.
i believe someone already posted that this can be done by simply being rooted with an app. the app allows custom gestures such as swipe or tap to wake.
envizion58 said:
i believe someone already posted that this can be done by simply being rooted with an app. the app allows custom gestures such as swipe or tap to wake.
Click to expand...
Click to collapse
Could you tell us which app?
this was the thread where i saw it. scroll down to the post made by zephik
http://forum.xda-developers.com/showthread.php?t=2506953&highlight=knock
Fauclock
The app Fauxclock can do this:
play.google.com/store/apps/details?id=com.teamkang.fauxclock&hl=en&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Dfauxclock&pcampaignid=APPU_O3zpUtXrLJHcoATGyYKoDg

Categories

Resources