General :: Camera On GS3 Will Not Rotate Back To Vertical Mode?

Oct 13, 2012

My camera on my GS3 will not rotate back to vertical mode. It seems to stay on horizontal for all eternity. I even reset my phone and everything. how to change it out of landscape mode?

General :: camera on GS3 will not rotate back to vertical mode?


Android : Want Vertical Tab To Realign Vertically In Landscape Mode

Jul 25, 2009

I tried to search discussions and couldn't find definite answer or example in old thread. I want my tabs to realign vertically in the landscape mode. Currently I have to use buttons which is sorta silly when there is a tab control..

View 2 Replies View Related

HTC Hero :: Camera And Next To It Small Vertical Slot

Oct 29, 2010

On the rear of my Hero, there's the camera, and next to it a small vertical slot, about 6mm by 2mm.

View 2 Replies View Related

Android :: Camera Display Horizontal / Should Be Vertical

Jun 9, 2010

I'm using a Nexus One and the Camera displays horizontal when it should be vertical and vice versa. I've no idea what's wrong. The code works fine on a HTC tattoo.

class Preview extends SurfaceView implements SurfaceHolder.Callback {
SurfaceHolder mHolder; Camera mCamera; Preview(Context context) { super(context);
// Install a SurfaceHolder.Callback so we get notified when
//the // underlying surface is created and destroyed.
mHolder = getHolder(); mHolder.addCallback(this);
mHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);
} public void surfaceCreated(SurfaceHolder holder) {
// The Surface has been created, acquire the camera and tell
//it where // to draw. mCamera = Camera.open(); try {
mCamera.setPreviewDisplay(holder); } catch (IOException e) {
// TODO Auto-generated catch block e.printStackTrace();
} } public void surfaceDestroyed(SurfaceHolder holder) {
// Surface will be destroyed when we return, so stop the
//preview. // Because the CameraDevice object is not a shared resource,
//it's very // important to release it when the activity is paused.
mCamera.stopPreview(); mCamera = null; }

public void surfaceChanged(SurfaceHolder holder, int format, int
w, int h) { // Now that the size is known, set up the camera parameters
//and begin // the preview.
Camera.Parameters parameters = mCamera.getParameters();
parameters.setPreviewSize(800, 480);
mCamera.setParameters(parameters); mCamera.startPreview();
}

View 1 Replies View Related

HTC EVO 4G :: Camera Upside Down And Auto Rotate

Aug 23, 2010

One - Camera display is upside down...and when pictures are view they are upside down
Two - When I have the set to auto rotate it stays landslide.

View 1 Replies View Related

HTC Droid Eris :: Phone Won't Rotate To Landscape Mode

Dec 18, 2009

I've had my Eris for a week now, first it quit playing videos, and won't animate weather radar, now it won't rotate to landscape mode, this makes typing with my fat fingers tough, anybody have any cures or solutions?

View 7 Replies View Related

Motorola Droid :: App To Modify Vertical Keyboard To Text Using Normal T9 Mode For Texting?

Feb 27, 2010

Is there an app out there that will allow you to modify the vertical keyboard to text using the normal T9 mode for texting?

Note: I did search before posting and came up empty handed so dont bash me if this has been asked before.

View 17 Replies View Related

Android :: Droid Won't Rotate Image Captured From Camera?

Dec 19, 2009

I'm using this camera code to ask the camera to rotate the captured image data... this seems to work on all phones, except the Droid. Has anyone else seen this? The image data is always landscape, however, the native camera app produces portrait images OK. I wonder if the Droid will only respect the new Camera.Parameters.set Rotation() method, but this seems to only be available in sdk level 5?

View 11 Replies View Related

HTC Droid Eris :: Stock Camera App Used To Auto Rotate In 1.5 Not In 2.1?

Mar 25, 2010

I upgraded to the new 2.1 leak. Noticed the stock camera app doesn't auto rotate. It stays static in landscape mode. Is this the way it supposed to be or can it auto rotate just like it did in 1.5?

View 8 Replies View Related

Samsung Epic 4G :: Home Screen Rotate To Landscape Mode For Keyboard Only

Sep 6, 2010

Home screen used to do landscape immediate and always. Now it doesn't do landscape at all unless I slide the keyboard out and it pops into landscape immediately. Then when I close the keyboard it goes back to portrait even when I'm holding the phone in landscape. Not sure how to fix this, help please.

View 26 Replies View Related

Samsung Fascinate :: Calculator Converts To Scientific When Rotate To Landscape Mode

Nov 3, 2010

While in the stock, simple calculator, rotate to landscape mode and it converts to a featured scientific calculator.

View 3 Replies View Related

General :: Cannot See Camera Mode In Google Translate

Sep 21, 2012

I am not able to see the "Camera" mode in Google Translate app on my SGS2.I was trying to take a picture and convert text from the image in google translate but I don't see the camera option anywhere within Google Translate.

how I can do this or how can I translate text from images in Google Translate? I've posted a similar request in Android Central too but haven't heard anything back in terms of a solution.

View 3 Replies View Related

General :: External SD Card Not Recognized In Camera Mode?

Sep 6, 2013

When I go into gallery I see my pictures on my external sd card. When I go into camera mode, the preview box is black and when I press the preview box, my external pics don't come up.

View 4 Replies View Related

General :: How To Go Back To Stock Without Recovery Mode

Apr 28, 2014

I just recently installed CM11 on my phone and forgot to install gapps.. (Noob mistake) is it possible to go back to stock without recovery mode? I have a back up of all my files on my computer that I did before I installed CM11.

View 1 Replies View Related

General :: Prestigio PAP4040 - Camera Crash In Night Mode

Dec 27, 2013

Im using Prestigio PAP4040 with stock android 4.0.4. on it and among other bugs i discovered one pretty nasty. Phone reboots while taking picture using night mode, without LED fash turned on. I dont know why is that so, but i tried everything to see is it the camera app, android system or just phone. So, how to diagnose where the fault is or to solve?

View 3 Replies View Related

General :: Change (band Mode) Back To (automatic)

Oct 7, 2011

I'm trying to change back the band mode settings to "automatic" or "europe"

Why? I messed around with minimalistic text to get a widget that toggles the data connection on and off. But ended up with a widget that opens the band mode settings. The settings show only one choice "USA band", therefore I ended up with no connection at all.

I tried *#*#4636#*#* to change the settings back but it won't work.

[update] You can start the bandmode selection like this:

-start the debugging mode
-start an adb shell
-type:

am start -n com.android.settings/.BandMode

In the list is only one entry "USA band" although 6 entries should be listed

"Automatic",
"EURO Band",
"USA Band",
"JAPAN Band",
"AUS Band",
"AUS2 Band"

Is it possible to change the setting back to "Automatic" via adb shell??

The setting to change the band mode is listed in minimalistic text under

com.android.settings.bandmode

The device is an unbranded Atrix with Froyo and not rooted yet.I don't want to reset!

View 3 Replies View Related

Recognize Vertical Swiping And Vertical Scrolling In Gridview

Apr 14, 2014

I have a Gridview, include hundred of items (thumbnail images). I set a multi-select mode, in this mode, user just need to swipe his finger to start selecting multiple items (this case, gridview can not be scrolled). And in a normal touch, Gridview still can vertically scroll for user to see other thumbnails and continue selecting.

View 2 Replies View Related

General :: Xperia Arc - Switch Mode To Panorama Camera Screen Goes Black

Mar 14, 2013

My Xperia arc (LT15i) runs CM 10. Whenever I switch camera mode to panorama the camera screen goes black although the capture button and switch camera tab are still there.

View 1 Replies View Related

General :: Galaxy S1 Back Camera Can't Take Pictures

Jul 22, 2013

I have this problem since i have bought my phone two years ago. I contacted the supplier about it but unfortunately the company shut down.

However, the problem is the back camera of my galaxy s1 can't take pictures and it appears to me like this in the gallery even in my computer i can't view the pictures that i have taken. The back camera can take videos but not pictures image hosting photobucket

View 5 Replies View Related

General :: Faceunlock Mod To Work With Back Camera?

Dec 19, 2012

I have searched xda and found that the 4.0+ face unlock app can modded to use the back camera, but the devs found it pointless and lame and did not do it.

mod the faceunlock to work with our phones without frontcam just for fun and make it work with our phones running cm9/10?

for example, when i unlock it, i do it with pin but when my friend tries to use my phone he must take my permission and unlock it with face unlock.

View 2 Replies View Related

General :: How To Enable Flashlight With Back Camera Broken

Mar 10, 2013

I've got a rooted Android device (Motorola Photon Q running stock ICS 4.0.4) which happened to have rear camera broken - specifically - the camera connector on motherboard . Before, all the apps I tried were able to switch on the flashlight to use as a torch. Since the camera went broke, none of them work. When opening stock Camera application, it shows front facing camera view. The switch is grayed out. It used to show an error like "failed to initialize" about back camera before showing front camera view, but it does not anymore, after trying to fix the connector I've written my own application to at least debug it and find out where the problem lays, and tried a few ways to light the flash, but no luck.

The question is:

Any way to bypass the checking of back camera (starting it) and going directly to switching on the flashlight? Or is there any general or device-specific way to enable flashlight without camera working (but plugged in, just a few pins of total 32 are lost)? I can provide any specific logs, files or parts of the ROM

I will be getting another motherboard in a few months probably, but before then, I want to challenge this. As of ideas, I was searching and thinking of either creating sth like DroidLED for my device (however I dont know if such approach is still valid under ICS) or somehow switching hardware addresses of back and front camera, so the front one would act like a back one. Both hard or impossible.

View 2 Replies View Related

General :: Using Dual Camera (Front And Back) At Same Time?

Apr 19, 2013

Would there ever be a camera that could use front and back cameras at the same time? Or app? Do it have to be a powerful phone maybe like note 2 ect? Do you think such feature can be run on a low end phone maybe like HTC evo 4g?

I know gs4 can do this but what about other non Samsung phones?

PG86100

View 3 Replies View Related

Motorola Milestone :: Camera - Photo Right Edge Shows A Thin Vertical Strip Of Next Photo

Oct 20, 2010

Has anyone else experienced a strange problem with the Milestone (running 2.1) camera - in every photo, the right edge shows a thin vertical strip of the next photo! Shows in both Gallery & Media Gallery.. but don't have a similar issue in a video.

View 5 Replies View Related

General :: Star B943 / JB 4.2.1 - Phone Will Never Go Back In Powersaving Mode When Receive Email / SMS

Apr 24, 2013

My phone: Star B943 quad core MT6589, linux kernel 3.4.5, JB 4.2.1

At the phone start, deep sleep mode works fine, but as soon as i receive an email or SMS, the phone will never go back in powersaving mode. Just as if the service crashed and the phone still "Awake". I've tested several solutions and apps:

- Deep Sleep Battery Saver: Failed
- One power guard: Failed
- Powersaving tweaks from Pimpmyrom: Failed

Of course i've checked if a service or apps aren't involved in the problem, but there is nothing. I've checked with Betterbatterystats, wakelock detector...Deep Sleep mode just crash and never restart . And we are a several people in this case...

i imagine the gotosleep void in powermanager can't do his job

"public void goToSleep (long time)

Added in API level 1
Forces the device to go to sleep.

Overrides all the wake locks that are held. This is what happens when the power key is pressed to turn off the screen.

Requires the DEVICE_POWER permission.

The time when the request to go to sleep was issued, in the uptimeMillis() time base. This timestamp is used to correctly order the go to sleep request with other power management functions. It should be set to the timestamp of the input event that caused the request to go to sleep.

See Also
userActivity(long, boolean)
wakeUp(long)"

View 2 Replies View Related

Nexus :: Rotate 1 Way / Landscape Works / Rotate Other Way / It Doesn't

Jul 1, 2010

I just bought the Nexus One unlocked for AT&T and really like it. 1 wierd thing is that when I rotate the phone counter clockwise, the screen goes to landscape just fine; but when I rotate it clockwise it does not go to landscape "the other way". And, if I'm holding the phone 'normally' and rotate it 180 degrees ('upside down') it doesn't follow.My youngest daughter delights in telling me that her iPhone does this with no problem. What's up with that?

View 7 Replies View Related

HTC Magic :: Rotate Home Screen Rotate Right?

Oct 2, 2009

I have a HTC Magic (Rogers Canada).And, I see how the Dream (G1) rotates the home screen. can the Magic do that as well? Also, anybody know if it's possible to rotate the screen to the right and not just to the left? Shouldn't the acceleromater detect all the different rotated modes (even upside down?). that'd be cool

View 1 Replies View Related

Android :: Rotate Bitmap With Canvas.rotate

Sep 24, 2010

As we know, we can rotate a bitmap through 2 ways. The 1st way is: Matrix mt = new Matrix(); mt. postRotate (degree);Bitmap bitmap = CreateBitmap(src, 0, 0, w, h, mt, true); canvs.drawBitmap(bitmap, 0, 0, paint); In this way, we always need create new bitmap for every rotation, it is not good way for high performance game or app.The 2nd way is: canvas.save(); canvas.rotate(degree); canvas.drawBitmap(bitmap, 0, 0, paint); canvas.restore();In this way, we avoid creating new bitmap frequently, but the rotation bitmap is distortion, the bitmap quality is worse than first way.So, Is there 3rd way to rotate bitmap with high performance and good quality? Your any comments are really appreciated!

View 3 Replies View Related

Nexus :: Camera Macro Mode

Jan 9, 2010

Did anyone figure out how to turn it on or is it not included.also how can haptic feedback be incorporated into the whole UI, it seems to be only in the keypad.

View 2 Replies View Related

Android ::Camera Always Run In Portrait Mode

Aug 5, 2009

I am trying to use Camera to take picture and to video recording but it always runs in portrait mode. Even if I tried to sreenOrientatiton="landscape" it solved screen appearance but when I take photo and capture video they are still saved rotated 90 degrees.

View 5 Replies View Related

Samsung Epic 4G :: Zoom In / Out / When In Camera Mode?

Aug 31, 2010

If you want to zoom in and zoom out when in camera mode, just use your volume rocker up/down to zoom in and out.

View 15 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved