Android :: Screen Capture And Time Clock Synchronization Applications?
Sep 12, 2010
I am new here and I came from Symbian and Linux, for all the phones I've used there are at least one application for screen capture and one for time clock synchronization, both are very useful and basic task we will do with a smartphone, but on the Android I found none that can work without a 'rooted' phone. I don't know how other phones do it, but I know the reason for a 'rooted' phone is to be able to access the framebuffer for screen capture for example and this may be risky, I suppose it is simply a sub-routine call to the BIOS will do without the need for a complete 'open access' system. I know there is a way to capture the screen without a rooted phone, but the phone must be connected to a PC and I feel this is dumb and inconvenient, I may be completely wrong about Android, please fill me in.
View 5 Replies
Mar 11, 2010
Ive got a rooted Moment and Im trying to use one of the screen capture apps on the market but no matter which one I use all my screenshots come out blank (black to be exact). Ive tried taking a shot of both my GDE homescreens and the default homescreen and it doesnt change.
View 2 Replies
View Related
Jul 1, 2010
I need to make a video as a DEMO for one application I have developed. I know that there are some experimental applications that use DDMS and achieve a framerate of 5-6 fps. This framerate is completely insufficient for my purposes since the application has smooth animations that i would like to show. Is there anyone that has found a way to do a real time screen capture on android? Should I settle for a capture of the emulator or a real video done with a real camera?
View 2 Replies
View Related
Apr 15, 2010
I am working on developing an application which requires high precision time synchronization between handsets. I'm looking for under 100 microseconds of skew between phones. I wondered if anyone had tried this before. In theory the GPS receivers could be used to pretty accurately synchronize timing, but I'm not sure if Android is setup to use them that way. My first cut plan is to port a PTP (precision time protocol aka IEEE-1588) client to Android.
View 3 Replies
View Related
Aug 12, 2010
Continuing with the question referred in the following link: [How can I capture when time changes in a TimePicker if the keyboard is being used?][1]
[1]: http://stackoverflow.com/questions/3380761/how-can-i-capture-when-time-changes-in-a-timepicker-if-the-keyboard-is-being-used/"How can I capture when time changes in a TimePicker if the keyboard is being used?"
I could solve the problem but it only works when you use the actual keyboard. If you use the soft keyboard I can't get it to work.
I am programming in 1.6 version of the framework.
PS: The fact that I've search everywhere for the answer and have not been able to find it tells me that this must be so very simple or very much complicated.
View 3 Replies
View Related
Aug 1, 2010
I have a widget which is a TimePicker that retrieves the time saved in a field in a database.
Thing is that when the user changes the time value in the widget, this is not being saved in the database.
So I came across the setOnTimeChangedListener method that works like a charm, if you are only using the plus and minus signs in the widget. It does not capture the change if you are using the keyword.
Here is my code:
CODE:................
I've also tried unsuccessfully:
CODE:....................
View 2 Replies
View Related
Apr 15, 2010
If anyone knows any good applications that can show multiple time zones in once glance. I'd like to know the current time for where I am as well as the time in my future destinations plus the current time back home.
View 6 Replies
View Related
Sep 7, 2009
I want to use screenshot kind of application in my own application. So that I can take picture in any format and save it. There is one function getDrawingCache() which does that, but it only save picture what is available on the screen. It does not capture beyond screen if the picture is big.
View 2 Replies
View Related
Mar 5, 2009
I'm having trouble getting a screenshot. I installed the SDk, Eclipse, the drivers, enable usb debugging, like the instructions say. I open DDMS and it recognizes my phone without any problems. When I try to do a screen capture, it says screen not available. In the command box it says "timeout" and "truncated reply from ADB fb data". Does anyone know what I'm doing wrong?My phone isn't rooted and is running RC33. I'm running windows vista on my computer.
View 3 Replies
View Related
Jun 14, 2010
i was wondering if any of you had suggestions for a screen capture app that didn't require the SDK. If it didn't require me to root my phone that would also be a plus but i'll take what I can get.
View 1 Replies
View Related
Nov 11, 2009
I was wondering if there is a way to take a screenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)
View 2 Replies
View Related
Mar 19, 2012
I know using HOME and VOICE button can capture the screen without ROOT under 4.0 system, but now I need capture it using API in my code.
View 3 Replies
View Related
Mar 11, 2010
I have a widget that should launch the AlarmClock when its clicked. After searching for a result it seems to me that every phone can have its own AlarmClock-application, and that what I am trying to do isnt really possible? I have been using this for HTC Hero: i.setClassName("com.htc.android.worldclock", "com.htc. android. worldclock.WorldClockTabControl"); resolved = packageManager.resolveActivity(i, PackageManager .MATCH_DEFAULT_ONLY); And this if not HTC Hero: i.setClassName("com.android.alarmclock", "com.android .alarmclock.AlarmClock"); resolved = packageManager.resolveActivity(i, PackageManager. MATCH _DEFAULT _ONLY); This way I can check if the AlarmClock application is there. But now it seems that the Nexus One has yet another application. Does anyone know the component name and class for the Nexus AlarmClock? I can see that this will be a growing list of checks, so is there a better way?
View 5 Replies
View Related
Apr 17, 2010
I am making a app similar to a Alarm Clock as the first exercise. I would like to let my app start up itself in the specified time,even it has not been actived in the background. Just like a Alarm Clock.
View 2 Replies
View Related
Aug 12, 2010
My clock always gets delayed. I always have to connect to the network or wifi to get a time update, it gets delayed 2 or 3 times a day. some times even after a time update it pushes back the time for 5 minutes more or less. I'm thinking if I don't update 2 or more time a day, in a week my clock would be delayed by an hour or so.
View 4 Replies
View Related
Jun 18, 2010
Is there an app that captures what goes on my screen?
View 3 Replies
View Related
Sep 8, 2010
I am looking for a screen capture utility that DOES NOT require a rooted phone.HOW IDIOTIC, suppose I want to screen capture as a user, to help a developer do documentation? This is absurd that there's no apps for the rest of us honest users.there's something if I connect it to my PC. C'mon, I don't have to connect my home PC to some other computer to take screen snapshots. I want an app that works on the phone itself, and does not require root access.
View 27 Replies
View Related
Dec 11, 2009
I saw somewhere a clock widget that makes the time look embedded in the wallpaper, but I cant find it anywhere. I searched here and the market but cant find out what its called and if its supported on 1.5.
View 1 Replies
View Related
Jun 18, 2010
How to capture the android device screen content and make an image file using the snapshot data?which api I should use or where to find related resource?
View 5 Replies
View Related
Aug 9, 2010
I was wondering if anyone knows of a tutorial explaining how to capture the video from the camera on an Android device and then display the video in real time on the screen? I have looked up MediaRecorder, MediaPlayer, Videoview but they all seem concerned with recording audio/video to a file or playing audio/video from a file or a URL. I simply want to be able to take the data from what the camera is seeing and display it on the screen.
View 1 Replies
View Related
Nov 21, 2010
Trying to code a simple Live wallpaper for android. I'm having trouble finding out how to capture the screen size at initialization.Any thoughts on how I might can accomplish this?
View 2 Replies
View Related
Jul 20, 2010
i have difficulities locating the screen capture software for me Samsung Eclair, i hope someone can give me the detail direction where can i get this application (or manual way of doing it), i have an assignment due nextweek.
View 15 Replies
View Related
Oct 6, 2010
I wanted to know, is there an app that I can use for screen capture for non rooted 2.1 android?
View 3 Replies
View Related
Feb 23, 2012
I wanna do screencaptures and make videos. wats s the best tool !?
View 3 Replies
View Related
Sep 29, 2013
is their any screen caturing utility for Samsung Galaxy Core Duous I8262. So far i searched and some i got from Google play but it fails to take any, some errors pop's up. Since I8262 is not rooted, rooted application doesn't run, so i got one screenshot ultimate and other but it didn't work.
View 2 Replies
View Related
Aug 25, 2009
at the moment I am thinking about a new app and need some information to decide whether to develop on Android or an alternative OS. I am particularly interested in "time to first screen", "boot-up time", "time to first Audio" and "app-start" (can be any from the android market or even one of the pre-installed ones) time? Does anyone know a source or perhaps measured those numbers?
View 9 Replies
View Related
Aug 20, 2010
The home screen clock will not stay synced with the correct time. When I turn the screen on it usually has the correct time then starts running slow or stops while using the phone.
View 9 Replies
View Related
May 20, 2010
I noticed that after upgrading to 2.1 my camera app lost its on screen capture button (the shutter like). Is this right?
View 3 Replies
View Related
Sep 9, 2010
I originally wanted a Droid X, up until I saw the fascinate today and now thats all I can think about. I am getting mine this weekend and wanted to open a thread where people can post their screenshots and wallpaper in order inspire everyone and be inspired. Please make sure is is sized properly so the thread is not jacked up. I'll start by posting some wallpapers since I don't have my phone yet. Resolution is 960 x 800 Finally got my phone, and wanted to add this here, this is how to take screen shots of your phone if you are not rooted. I am a new android user, so I have not had a lot of experience with this, we will all learn from each other together.
Go here, Java SE Downloads - Java SE Downloads - Sun Developer Network (SDN)
Download the JDK and install that.
After you're done installing that, go to Android SDK | Android Developers
and download the SDK for whatever Platform you have and Install that.
YouTube - How to Screen Capture your Android Phone?
View 49 Replies
View Related
Aug 27, 2010
I would like to implement some sort of remote assistance tool (like vnc) for Android. Is there the possibility to capture a screen programmatically on the device?
View 3 Replies
View Related