Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I want to take a screen capture on Motorola Xoom.
In Samsung Galaxy S-I you can do it by:
start pressing the HOME and immediately press BACK.
In Samsung Galaxy S-II/III you can do it by:
start pressing the HOME and immediately press on OFF/Lock button.
But how can I do it on Motorola Xoom (Without using Eclipse tools)?
You can now take the screen shot (in ICS and after) by pressing Volume Down + Power at the same time for a second.
Worked fine with 4.1.1 on a Xoom WiFi.
Power button + volume reduce button.. works well.
Here is a link detailing how.
How to take a Xoom Screenshot
Ps. I think you have to use the eclipse tools.
You can use the Eclipse tools or you can tools the SMG SDK (free) that enables video capture for any application via the capture of OpenGl commands (very lightweight, can run in the background all the time)
www.seemegaming.com
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
What's the best device to use (Chromebit, chromecast , android computer,...) to display a website on a tv-screen?
So that we only need to start-up (every morning) the tv and the tv automatically goes to a certain website.
I wanted to use a chromecast but I'm not sure you can go to a website without your computer or smartphone connected to it.
You can program a Raspberry Pie. That will do the job and a lot more.
And like Ashish said, Chrome cast casts a screen on your TV. You can have the site opened in your phone/laptop and it can be casted to your TV. But you would need to open the site in your phone in the first place. But, if you are comfortable with programming, you can get a Raspberry Pie and program it to do whatever you wanna do.
Check it [here] (https://www.raspberrypi.org/)!
chromecast is a device which just cast your another devices screen so you should go for a andriod lcd,led whatever yoy like
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have a LG X Screen android 6.0.1 and I've been trying to boot into fastboot but I can't. I've already tried both keys combinations and abd commands and doesn't work. can anyone help me with it?
Fast boot Mode LG X screen K500N. In the first step the Power key for a short while to switch off your device. Then prepare a Micro USB cable connected to PC or laptop. In the next step start holding the Volume Down key for a few seconds.
Important part is u need to connect it t PC for the fast boot mode to work
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to record a video of the entire screen of my android device and the free apps from google play that can do this require root. Can anyone help with specific steps of what can I do without rooting my phone? Can this be done with Eclipse?
Thanks!
You should be able to record the screen output with an attached computer and android studio.
Attach the phone to the computer
Open Android Studio
Look in the Android DDMS view, and click the second icon, the one that looks like a play button (next to the camera button)
???
Profit!
But seriously, that's an easy way to do it!
You can't record the android screen without gaining privileged permissions
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm trying to do a presentation of my android app, and I realise that there's no key combination to do a screenshot. After some online researching, I found that to be able to do a screenshot with an android phone, the device should be rooted.
Is there any other way to do screenshot on android without having the phone rooted?
Thank you.
The device is an HTC Inspire 4G.
If you use Eclipse, switch to DDMS perspective, select your device in Devices view and press button Screen capture.
No root required.
Usually you press the power and the volume down button at the same time but it could be different for your device
If you want to do it programatically, this is what you need. Good luck with it.
On Samsung Galaxy Phones/Tabs there are gestures to do that.
You can either use hand and swipe horizontally over display or (for Note devices) use SPen.
See Settings for gestures that apply to your device (and check that they are enabled).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
While debugging application, emulator always get minimized while clicking on eclipse debugging environment, so its hard to see whats happen in emulator, and every time i have to maximize emulator see result of debugger, i want to know if there is any way to keep emulator on top of the screen so i can see whats going on screen while debugging the application.
There are three additional good ways to fix this other than the comment (which is also perfectly reasonable) above:
Have two monitors, eclipse running on one and the emulator on the other
If you only have one monitor and you're on Windows 7, then it comes with a great window stacking feature. Just press the 'window' button and the left arrow and the highlighted window will stack to the left. Press the 'window' button and the right arrow and the highlighted window will stack to the right. So you can stack eclipse on one side and emulator on the other.
If you only have one monitor and are on a mac, download the small and free app called cinch. Once it's installed, simply drag the eclipse window to the left and it'll stack it a-la windows 7, drag the emulator to the right, it'll stack it to the right.
Problem solved?
A possible workaround is to develop on a Linux-based environment. Most Linux distributions use window managers that allow you to set any window to be always-on-top.
I also recall reading somewhere years ago that the emulator performs better on Linux environments because it's based on QEMU? Not sure how true that is / still is, though.