Android :: How Keep DDMS From Capturing Screen On App Side
Nov 18, 2010
We are developing e-book reader app and we do not like bad-people capture screen by ddms to pirate our books. We wonder whether there is a way to keep DDMS from capturing screen on app side.
View 2 Replies
Nov 3, 2009
Now i want to write an application to make a certain text to run slowly from right side screen to left side screen and rotate to repeat. How can i do that?
View 9 Replies
View Related
Sep 6, 2010
I have 2 buttons side by side in RelativeLayout (170dip each) but in landscape view, they are too narrow - I want to increase their widths automatically for landscape. I need a 'fill_parent' for two buttons at once kinda thing.
View 5 Replies
View Related
Jul 4, 2010
For the documentation of a project I would like to record the screen of my Nexus One as a movie or at least in form of a lot of images, which I can convert into a movie. Is that possible? Is there an app for it? For the moment I only know about this screen capture functions in the SDK's tool directory.
View 4 Replies
View Related
May 6, 2009
What I want to do is that when a normal key (such as "A") is pressed from the onscreen keyboard, I can be notified to do something just like when that key is pressed from real keyboard. But it seems EditText can not receive onKey event from onScreen keyboard.How can I do that?
View 7 Replies
View Related
Apr 14, 2010
Can we use DDMS to take a screen capture with a device skin? Right now I'm just getting the exact screen rect area in my screen captures..
View 1 Replies
View Related
Sep 18, 2010
I'm not a software developer, but I have done enough reading online to get the Android SDK, Eclipse, and the necessary downloads to get it all working.
I am able to capture device screenshots using the DDMS, but I need to capture full motion video of the system OS and apps for an Android TV commercial.
So far I've called the manufacturer and several software guys, but haven't had any luck. I've even tried the HDMI out, but it's not pixel accurate, which is very important.
There has to be a way to do this, since the apps are featured in other commercials and videos, and I don't believe that the only way to do it is to film the device's screen.
No matter how complex the answer and solution to this might be, I'd love to find out. Even if it means bringing on someone to execute it.
It needs to be at least a 20-30 fps capture.
View 1 Replies
View Related
Aug 10, 2010
I'm trying to get my textview to hug the left side of the screen while the button hugs the right side (and if possible just for ocd sake have the text view center itself vertically to be in line with the button) but not do it using absolute values.I thought layout_gravity took care of what I'm trying to do but apparently not.
View 2 Replies
View Related
Jul 31, 2009
I'm developing an app and i need to detect when the user shakes the phone from side to side , that means just along one axis (in this case X).I want to know when the user shakes the phone to the left and when to the right, the problem is that my code does not detect shaking but tilt, i have tested this code and it works when i tilt the phone to left or to the right, but not when a shake it from side to side (no matter the orientation of the phone).
View 2 Replies
View Related
Sep 20, 2010
I was going to contact the dev to see about a fix but it's not showing in the market anymore. I installed Battery Indicator just so I could put two side by side and show the difference. They both do the same exact thing so I'll just stay with the Indicator one.
View 1 Replies
View Related
Jun 30, 2010
I figured the X screen would only look a tad bigger than the 4.1" Fascinate. But side by side the X looks like so much more screen real estate.Hands-on with the Verizon Fascinate | Android Central
View 27 Replies
View Related
May 7, 2010
Is it possible to have a service (A) which will launch an activity (B) and then periodically capture B's screen? also, is it possible to send onTouch events from A to B? basically, i'd like to make a bot which would use an application so i don't have to.
View 1 Replies
View Related
Nov 22, 2010
My app should have a button say start/stop upon click it should capture the emulator screen including mouse movements and what's on the screen and when stopped, it will stop capturing the screen...
View 1 Replies
View Related
Sep 5, 2010
my buttons go one under the other, but I want them side by side.How do I place two buttons side by side?
View 8 Replies
View Related
Sep 25, 2009
i read the migration notes for 1.6 and I could not tell if 1.5 and 1.6 can co-exist side by side.i need to build applications for both 1.5 and 1.6, and i only have one build machine.other than changing my PATH variable, are there any other gotchas? especially for an automated build process which will need to build images for both platforms.also, i am a bit concerned about updating the ADT plugin. if I do that (update the ADT plugin), will that screw up my development on/for 1.5?
View 5 Replies
View Related
Jul 3, 2010
It seams for every kind of important function, there are at least 2-5 apps.With all the websites and forums there does not seem to be a place where Android apps are compared directly against each other.I'm constantly trying to find the "best in class" app before I download one of them.I'm trying to avoid downloading and removing a bunch of them in a "trial and error" fashion.I am amazed that these types of comparisons have not been done and documented a thousand times over.
View 9 Replies
View Related
Jul 7, 2010
I have a TableLayout with a tableRow and a horizontal scroll view in the 2nd column, but the right side always gets cut off. IF i have only 1 tableRow, it works, otherwise it goes past the visible area of the screen. To simply and isolate the problem heres an xml file with the guilty culprits. It seems basic but i have been super frustrated trying to get this to work.
. for some reason Stackoverflow isnt displaying my code correctly, heres a pastebin.
link text
View 1 Replies
View Related
Sep 25, 2010
So will two identical phones on the same carrier give the same results when speed tested side by side?Stock EVO running 2.2
View 5 Replies
View Related
Dec 19, 2012
I am running an lg optimus 3d (LG P-920) on CM10 nightly 19/12 (todays) and i installed a rom the other day (pacman) and it had a neet feature in the settings page where it had dual panel view kinda how facebook works. but anyway on the cm10 official it doesnt have it and i been looking around and seen it on email too and it looks reallly nice.
I was wondering how i would do this myself to any app that i choose
I think what its doing is forcing tablet UI in certain apps..
View 1 Replies
View Related
Mar 13, 2010
Opinions aside, it seems useful to have some lists developed in here with actual comparisons of the relative merits of each of 1.5 and the 2.1 leak.I'm hoping the thread does not degenerate into allegiances for one or the other so much as real data, although the experience users are having is part of the equation and should be commented on.2.1 has this or that, but 1.5 does not. 1.5 is more stable in this area, but 2.1 is not. .. etc.
View 39 Replies
View Related
Nov 2, 2010
I'm looking for a way to put three ListViews side by side. Documentation specify that ListView "displays a scrolling single column list". As I'm a bit stubborn, I've done some tests but I only manage to display one ListView which fill all the screen even if I use "wrap_content" or if I put each ListView in a LinearLayout. The final goal is to connect these ListViews together, clicking on an item from the first will update the content of the second, and so on.Should I user ScrollView instead ? For those who will say that three ListViews won't fit in a mobile screen, I trying to make an application for a tablet :)
View 4 Replies
View Related
Sep 2, 2010
I've noticed when on some website such as phandroid which contains blue. On the epic its more turquoise. and with sites that have green it is way too green. Is it just my epic?
View 1 Replies
View Related
Jul 24, 2010
On the left edge of the screen, there is a line going down the side that almost looks like its suppose to be the far right side of the screen because when i move to different homepages, it shows up in that little line first as it swypes across (if that makes any sense). Has anyone else had any screen issues similar to this? This kind of sucks. I was happy that I haven't had any major problems with my phone.
View 3 Replies
View Related
Nov 11, 2009
There is a spec of dust along the left side of the screen about 1" up. Its definatly under the glass and annoying as shit. Also the metal on the frame is so dense that it has 3 small and i mean SMALL pits in the metal.... How is this even possible? I use my iPhone as a coaster for the Droid and it sits in my pocket glass out... They are definatly pitted indentions in the metal as you can run your fingernail across them and feel it. Any ideas if I can go into verizon store to get a replacement for the spec under the glass? I bought it online launch day and have only had it since monday.
View 12 Replies
View Related
May 26, 2010
After having my Desire for no more than 2 weeks, I started to get dust under the screen on the left hand side about half way up. Though frustrating as my phone is never out of some sort of case, it is not too bad, doesn?t affect the phone in anyway and you can only really see it when the screen is off. I have been to my local T-Mobile shop and they have said they will happily send it off to be cleaned but to wait until it gets worse as I will be without my phone for a couple of weeks.
View 45 Replies
View Related
Apr 28, 2010
Anybody have this screen issue, on left side of screen towards top(the very side part of screen where the edge is), there seems to be a shinny silver like 1/2 inch reflective part that should be black, so when you watch video in horizontal mode like tilt it sideways, it reflects back, very annoying, but a very small little part of edge of screen.
View 19 Replies
View Related
Aug 29, 2009
When you are on the home screen and you tilt the phone sideways does your home screen tilt and go to a landscape view? I don't think it ever used to do this but all of a sudden it does??
View 10 Replies
View Related
May 23, 2010
I kept rejecting phone calls whilst pulling the desire from my pocket, so I have switch the lock screen using lockbot to a side swipe instead, this is working very well.However, now when i receive a call it jumps straight to an answer or decline screen which is just as easy to reject by mistake.Does anyone know a solution this problem? I suppose what im looking for is to have to unlock the phone before answering the call.
View 1 Replies
View Related
Oct 10, 2010
I was just wondering if anyone new what the symbol on top middle screen that looks like a ph shaking a ph with 2 lines either side?
View 6 Replies
View Related
Mar 9, 2010
Any one have this happen? I reboot, turned off overclock (was at 800mhz), pull battery, no go. Think it could be rom related? I am thinking of installing a new rom and wiping the phone, not sure.
Anyone have this happen before?
View 3 Replies
View Related