General :: Force APK To Phone Mode?
Jul 19, 2012If I change my build.prop ro.sf.lcd_density to 120 my tablet switch to tablet mode. But is there any way to force a single apk to stay in phone mode?
View 1 RepliesIf I change my build.prop ro.sf.lcd_density to 120 my tablet switch to tablet mode. But is there any way to force a single apk to stay in phone mode?
View 1 RepliesI bougt a tablet and I want to use Zplayer but Is there a way to force the app to be in landscape mode?
I have a Transformer Pad and I belive theres no root if theres a whay that require root...
I have a generic LY-F1 Allwinner tablet which was working fine until a week ago. Now, however, it won't boot past the glowing Android screen. I've left it for five or six hours with no progress, so I guess the ROM is corrupted. Is there any other way to fix this other than flashing a new ROM?
However, the main problem with this tablet is that it does not automatically enter mass storage mode when plugged into a laptop, so I have no way to rescue my content. I can see the drives in Windows (one for the internal SD, one for the SD slot) but they are not usable (they result in an 'insert media' message)
Is there a way to force mass storage mode so that I can remove my data in preparation to reflash it? I'm sure I read of a command line method to get into the internal SD card? Or was I imagining it?
As many of you know the Home screen does not change when going into landscape. In Froyo there is landscape for the home screen when in Car dock mode. Will there be a way to force car dock mode when going into landscape.? Maybe an app that can solve this.
View 4 Replies View RelatedWith every phone I've ever had with Verizon, I'd found that leaving the phone in 1x mode increases battery life significantly. Does anyone know if there is a way to force the Droid Incredible into 1x mode?
View 18 Replies View RelatedIs it possible to start the browser activity from my game but force it to be portrait regardless of orientation so that it matches the orientation of my game which is always in portrait regardless.
View 2 Replies View RelatedI want to force App Widget in portrait mode, as we force our activity in portrait mode by adding this attribute in Menifest file android:screenOrientation = "portrait". is there any way to force App Widget in portrait mode?
View 5 Replies View RelatedI was able to access recovery mode on my bricked phone in a way that all of you may think is stupid.I have a Bell Canada Samsung Galaxy S Vibrant. My phone somehow bricked it self a few days ago. I wasnt able to get into recovery mode at all, no matter what I tried, how many times, and I tried every single method with no success.People on XDA Forums were mentioning about heat somehow allowing you to access the recovery mode. Some said putting it facedown in the sun for a few minutes, some said plugging it in for 15-20 min, some said playing games on the phone to heat it will would also allow them to access the un-accessible recovery mode on their phone.I tried all of them. I put my phone in the oven for 5 minutes, twice, last night, did not work. Ok I thoght to myself. Maybe I need more heat. To get it hot to the touch.So I tried once again today, and what a shock, I was able to get in recovery mode via the 3 button - WITH BATTERY OUT, HOLD VOL UP + HOME BUTTON + POWER BUTTON, then insert battery, and let go of the power button once your phone turns on.Took 3 seconds to set everything to restore, in the recovery mode.It worked for me. If you are going to try this, maybe try with a hair blow dryer first.dont have one of those, so I couldnt, to be safer.I will not be held accountable for any damage you do if you leave it in too long or damage your phone in any way.This worked for me. Im happy I got it working.The only thing which worries me now What if heat or cold can cause your phone to brick itself? phone bricked itself out of nowhere, no idea how.
View 35 Replies View Relatedmy Eris this morning and was greeted by 5-8 force close notifications for what seems like all of my critical processes. My status bar shows that I have no reception, and my lock screen says I'm in Airplane mode, but if I hold the End button down, it says AP mode is off. If I try to go into my wireless settings, Settings will FC. If I bring up the dialer, that will FC. If I click my Wireless Network toggle widget, then Sense will FC. Everything is FUBAR. I can't think of any recently installed applications that might have caused the problem... aside from the latest OTA patch. This was the first time my phone has been powered off since installing the latest OTA.
View 1 Replies View RelatedSo my Aria is less than 24 hours old and twice now when texting in landscape mode a Force Close pops up and I can only type in portrait mode. I am using HTC keyboard and have not loaded any other keyboard. is this happening to anyone else?
View 20 Replies View RelatedI enabled debug mode in the native browser to change the UA String. I typed in "about:debug" in the address bar. I then went into settings and changed the UAString to 'Desktop.' Now, every time I open the browser = force close. Yes, I tried rebooting. What are my options?
View 1 Replies View RelatedI replaced my phone.apk an now it's force closing !! i have the backup of my original phone.apk but the thing is that i cant get past that force close error ....what should i do ??? can it be done through pc ? i have windows operating system !!
View 2 Replies View RelatedI'm having a weird issue where after I successfully rooted my Samsung Galaxy S3 (following a guide from androidcentral) every time my phone encounters an application force close, the phone will freeze up and eventually restart. Before rooting my phone, whenever an application would force close all I would get was a notification telling me <application name> had closed unexpectedly, as it should in Android. Now I'm not seeing that, phone just goes to black and then restarts. This wouldn't be a huge deal, but since I'm using it as a development platform, having your phone restart every time your application crashes takes a lot of time.
What's really weird is that Logcat will continue to scroll (in Eclipse) even after the phone is frozen to input (so its not a system wide lock up).
I'm playing Simcity Deluxe on my HTC Desire HD. The app isn't officially compatible with the phone so I'm getting a bug where it recognizes my phone as a tablet and displays the tablet UI instead of the phone UI, which makes the buttons much smaller and more difficult to tap.
Is there a way to force the app to recognize my phone as a phone?
Just FYI in case anyone wants to know: For download mode, with the phone turned off, fold the number 1 key on the QWERTY keyboard and the power button simultaneously For recovery mode, with the phone turned off, hold Volume Down, CAmera, and Power simultaneously. You navigate with volume UP/DOWN, select with HOME, Menu toggles to "Manual Mode", whatever that it.
View 3 Replies View RelatedHow can i enable debug mode in my pc not on my phone ?
View 1 Replies View RelatedIts a LG Optimus 2x rooted, It goes directly into recovery mode and i've tried to install other rom's but it doesn't work it loads until 50% and then just stops. Touch screen or touch buttons also stopped working but the "real" buttons work power off/sound up/down. And the computerdoesnt reaconise the phone.
View 2 Replies View RelatedI have a problem to start/create Activity in landscape mode. My Activity need to start in landscape mode and be used in landscape mode by users. So far, I used setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE) to force screen orientation of my Activity to landscape mode in onCreate() method.
In addition to this screen mode requirement, my application need to start another background thread in onResume() method, and this thread takes some seconds in order to finish an initialization process, and it is not desirable to to stop/restart this thread's service during the initialization process.
However setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE) forces my Activity restart in a very little while (means onCreate->onResume->onPause->onStop are executed twice at the first place). As a result, my background thread be stopped/restarted during the initialization process, and this makes me a mess at this moment.
there are those of us, who due to whatever reason (helmet cams, preference for posture, etc) want to record videos in portrait mode.
What happens (on my sgs2) is that the video records just fine in whatever resolution I pick... but it records it 90 degrees rotated to the right.
The solution that is usually offered is that "you can rotate it after!" yes... but then you have to CROP part of the image and lower the resolution. 1920 x 1080 recordings end up having to be cropped so that half of the view is cut out , or even more if you are maintaining a real aspect ratio.
The questions about "why not just hold it sideways", are just as pointless as the statement by steve jobs telling iphone4 users that they were holding their phones wrong.
is this something that can be remedied ? or has google decided that people should only record videos when their phones are in landscape mode?
i understand that we cant see landscape resolution in portrait mode; but can't we just have a viewport into the camera, but record in properly oriented landscape mode? so that playback on a computer will show the full resolution, even though we will only see part of it on the phone..
dialer in kitkat is always in landscape mode when call is ongoing....how can we set it in portrait mode
View 1 Replies View RelatedHow can I force my android activity to always display in landscape mode? For example, in android vnc viewer, it always display in landscape mode regardless of my phone orientation (see attached).
View 7 Replies View RelatedI am using android vnc viewer on my G1. But for some reason, that application always in landscape mode despite my G1 is in portrait mode. Since android vnc viewer is open source, I would like know how is it possible hard code an activity to be 'landscape'. I would like to change it to respect the phone orientation.
View 3 Replies View RelatedLGVS930 Spectrum 2
Lg mobile support tool cannot detect my phone while it is download mode. My phone is in security mode so I can not boot it.
I have tried switching ports and usb cords. not sure what else to do at this moment.
I want to use Spotify on my phone, but a stupid app restriction allows me only to listen randomly chosen songs from an artist or a playlist. This doesn't happen on the tablet version hopefully, so I want to use the tablet version on my S4. I used the Xposed module "App Settings" in order to change the app's dpi to 240 and even to 160, but it doesn't change to tablet mode (although the app became nearly impossible to read because of the dpi). I assume that Spotify doesn't change its form by dpi then, what this app knows it's on a tablet?
View 4 Replies View RelatedI just entered downloading mode on my samsung device, and I was about to flash a custom recovery using ODIN, but I changed my mind and wanted to reboot the phone. But it stands "Do not turn off target !!". Or does this warning only apply while flashing?
View 3 Replies View RelatedI'm looking for a widget which turns the phone into 3G/HSDPA only mode.
I want this as my phone mostly locks itself into GPRS (2G/2.5G) mode in my area where 3G is available but often low signal strength. Usually I switch it by going through the menu.
Settings --> Wireless & networks --> Mobile networks --> Network Mode (and switch it from "GSM / WCDMA auto" to "WCDMA only"
Is there anyway to do this through a widget? Like the widgets that let you turn on and off bluetooth/wi-fi. I've looked through android market and haven't found anything yet. Does one exist if not is it not to difficult to make an app that does this.
When i receive a message, it automatically changes the setting of my phone to Vibrate mode.
I turn it off and set it to normal, when i receive an SMS it changes to Vibrate and i dont hear my ringtone. I'm using CM10
Here is a screenshot of what happens.
Set to Normal.
after i receive a notification
any way to disable the phone radio WITHOUT that stupid "flight mode" or whatever? In Windows Mobile, I had a Comm Manager and I just had to press a button when I wanted to turn off the phone without any stupid flight mode crap, and this is one of my biggest complains about Android.
View 9 Replies View RelatedMy phone is not opening but I can still go to DOWNLOAD MODE
Solution I tried: I flash a stock firmware thru Odin and still it boots loop.
Maybe I can fix this problem of mine when I go to recovery mode, but how can I enter CWM recovery mode?
Phone Model: GT-S5570
Friends of Jupiter Huawei g525-u00and have been asked Ram Kastvm able but Alanmshkl. Already green screen after power ... not that fast boot mode will not go into recovery mode and not the original ROM using loam bottom half Vbala White gets going
View 5 Replies View Related