General :: LG Motion 4G Section?
Sep 9, 2012Is there going to be a section for the motion, because its already rooted and theyre currently working on a custom recovery.
View 9 RepliesIs there going to be a section for the motion, because its already rooted and theyre currently working on a custom recovery.
View 9 RepliesThe problem is when I connect my laptop using the Android Wifi or USB tethers, I can only access HTTPS sites. If I try to hit a HTTP site, they give the general 'could not connect' error. I have tested to ensure I can hit both HTTP and HTTPS sites from my phones browser. I have the same issue using multiple different Wifi and/or USB tether apps.
TL;DR
With LG Motion (MetroPCS) I am able to browse HTTPS sites but can not browse HTTP sites when using an Android Wifi or USB tether app.
how to root metro pcs lg motion 4g ms770?
View 2 Replies View Relatedany word on porting galaxy s3 motion gestures?
View 1 Replies View RelatedI really liked the Jelly Bean, but I want original s3 motion settings back. Is there any ROM or theme out there which can do this?
View 3 Replies View RelatedI'm missing the recommend for you section in the play store app. It's been missing since yesterday on my Xperia s but it's still there on my sola. Did my s get an play store update that removed it? Is there any way to access it again?
View 1 Replies View RelatedIs there an app that looks at contact details, and if there is a birthday section, it adds the date to your calendar. Because i'd like my friends birthdays to show up on my calendar but i don't look at my contacts often. I also don't have facebook. I just want an app to scan my contacts and see if theres a birthday section and add it to the calendar
View 1 Replies View Relatedis it possible to get the music section in the play store outside the us? i have downloaded the google music.apk but i cant shop the play store and just some extra info, i used market enabler to make it a US store
View 2 Replies View Relatedhow to post pictures using the forum section of the Android Central App?I just can't find the option.
View 2 Replies View RelatedI m not new to xda. I know how to flash firmwares and all.
View 1 Replies View RelatedI'm running an SGS2 with CM9 (always up to the latest nightly).
I noticed today then when trying to open the Play store, it takes me directly to the Apps section and doesn't let me choose between the normal Apps, Movies and Books sections that i could before (i'm in the UK so no music option ever existed).
If i go to Play Book or Play Movies and press the market button, same happens, it just takes me to the apps secions.
I've tried clearing data on all google play related apps and uninstalling the google play updates and rebooting etc but still, everytime it takes me directly to the apps section and doesn't let me access any other section...
i just discovered somehthing pretty cool. You know when your on a call the screen is black, and then when you move it from your ear the screen turns on? Well i thought the screen was triggered by accelerometer movement. Its not. Theres a motion sensor right below the front speaker. I tested by being on a call, then i pulled the fone away from my ear and saw the screen turned off, then i waved my finger over the sensor and the screen would turn on and off. Or does everyone already know this?..lol Try it, its pretty cool.
View 5 Replies View RelatedI just got an android, and I love it. But I was wondering if there is an app where it records video, but it automatically starts recording when there is motion, and stops when the motion goes away. I believe its possible, just wondering if is been done.
View 2 Replies View RelatedI am looking for an app for my Incredible that records video at a higher frame rate, then will play back at regular speed so that the video plays in slo-mo. My old LG Dare had this, and i used it quite often. ANyone know of any app out there that will do this? I have searched the forum, and the market, and cannot find what i am after.
View 3 Replies View RelatedI understand we don't have 2.2 and Flash 10.1 isn't compatible with 2.1 BUT when I was playing with a Dinc at Verizon I opened our business web site (which has too little bars that go back and forth via flash) and I tried the same with my X and it doesn't work? is there something installed in the Dinc or something that I need to install in my X? I've heard of this Flash Lite, but coming from a RIM user this is all new to me.
View 3 Replies View RelatedIn my app, users can paint with their finger a path. An image should move on this path through the view (it's not a straight path. The path has waves). In flash, you call this motion tween. Is there a way for android? How can I implement this?
View 3 Replies View RelatedIs this possible? How do i do it? I want to learn but dont know where to begin even
View 3 Replies View Relatedsuppose i have two 'main' subtrees ov Views in my Activity View. now under some circumstances i want only one subtree to receive touch/ key events. is it possible with one/two calls or i have to recursively disable every View in subtree which is to be disabled from getting touch/key events?
View 3 Replies View RelatedI would like to detect when the phone is in motion, but not all kind of motion. For example picking up or waving the phone should not trigger. I would like ideally to run a code when the phone/person is in > "walking" state. What options I have?
View 2 Replies View Relatedi need left, right motion event and a click event . problem is that, if i have onclickEvent then onTouchEvent doesn't fire. onTouchEvent works only if i disable onclickEvent and also it doesn't work what i expect.
1-only ACTION_MOVE fires twice everytime when i move on screen.
2-can't get left and right motion.
I've been reading through the docs, and I cannot figure out how to cancel a "drag" on a Seekbar once the bar has been completed.
For example, when I drag the bar to the end, I want an event to happen. However, if I keep my finger on the screen and drag my finger past the SeekBar, it keeps firing off that event even after I reset the progress of the Seekbar. How can I prevent this action from happening?
I am developing an input method with full screen size views, How can I send a grabbed motion event to the client applications?
View 2 Replies View RelatedMy Activity using transparent Theme in AndroidManifest.xml *android:theme="@android:style/Theme.Translucent"* Which works fine. When it's started from the Home screen, we can see both the content of my activity and the home screen below it. It gives the feeling of "floating". Furthermore, to make it real "floating", the motionEvent has to go down to the home screen to let the home screen response some motion touch. But I have no idea of 2 things : 1. Whether the event can be send down to any thing behind the current activity. 2. If so, how. The solution don't need to be restricted in API level.I mean if any solution need us to rewrite home screen or something else, It's also ok for me.
View 10 Replies View Relatedi would like a program that take pictures with the camera in my samsung galaxy s. i do some long walks and i am hoping someone can make a program that takes a picture every preset time intervals so i can join all the pictures into a movie. i was thinking to just have my phone in a strap around my neck. then the camera would take a picture every say 10 seconds and save image to the sd card.
View 3 Replies View Relatedi was playing with the demo Captivate and noticed it will adjust portrait to landscape either way, turning phone left or right. is this due to the spiffy 6-axis motion sensor?
View 14 Replies View RelatedThis is the code for motion events in my instrumentation testing.
long downTime = SystemClock.uptimeMillis();
long eventTime = SystemClock.uptimeMillis();
MotionEvent event = MotionEvent.obtain(downTime, eventTime,
MotionEvent.ACTION_DOWN, 100,100, 0);
MotionEvent event2 = MotionEvent.obtain(downTime, eventTime,
MotionEvent.ACTION_UP, 100, 100, 0);...............................
I'm beginning in android development, and I've stumbled upon a problem. My application has different layouts stored in xml files, and I use motion events such as onFling or onSingleTapup. These motion events seem to apply whatever layout i'm in. My problem is simply identifying which layout i'm currently using so I can define the appropriate action. I guess what i'm trying to do is a bit like this:
@Override public boolean onSingleTapUp(MotionEvent e) { if(using main layout) { //do this } else if (using settings layout) { // do that } return false;
}
We have just published our smart camera application. Ever wished your pictures taken at night can be better? SmartCam helps you to take clear (non-blurry) pictures especially at night. It monitors your hand stability using the accelerometer and automatically clicks when the camera is steady. So, forget about touching that small button while trying hard to keep your hand steady. Just buy this app and let it do the clicking job for
View 1 Replies View RelatedWhenever I play the local newstalk radio stations on my android Moment, the streams start out ok, for like 1 second, then it sounds like the people are talking in slow motion. I cab listen to fm stations and some other am stations in other cities... anyone have this appear and maybe test 1530 & 650 in Sacramento, ca. Does it work for anyone else?
View 9 Replies View RelatedI need to use GLSurfaceView to render some objects, and move or select the objects by finger touch. By overriding the onTouchEvent, I can receive incomming motion events. The motion event contains x and y position in the view, but can't map to open GL 3D world. Is there any way to know which object should be selected from received motion event?
View 2 Replies View Related