General :: Allwinner A20 Tv Box - Change Screen Res / DPI / Aspect Ratio - System GUI Always Stops
Mar 23, 2014
I have an Allwinner A20 tv box, I trying to use it on a device with an old, low res, 4:3, 5" screen. It works but I have a few problems - firstly the box has "pal" and ntsc" settings for use with AV out, but when connected the picture is squashed inwards so circles are represented as ovals. I ve tried to mod the aspect ratio/resolution but nothing works, the picture is always distorted.
On top of that everything is too small for the screen, it is readable but things really need to appear bigger, so I also played about with the dpi, this does make things bigger and a better match for the screen, even though the device doesnt actually have a screen itself.
I ve done both these mods with several apps and modding the build prop and I always get "sorry systemGUI has stopped", constantly - when you close it, it opens again straight away. Clearly settings doesnt like these mods, so I m trying to work what I need to change so it DOES accept them.
How I can successfully mod the setting.db and get this working at the correct aspect ratio and a dpi that is suitable for use on a low res screen ?
View 1 Replies
Apr 24, 2013
I want to use my MK802 IIIS with a projector but I am having aspect ratio/resolution issues. Namely my projector supports 800x600 and 1024x768 but on my Android stick I get chose 1920x1080, 1280x720 or 720x480 (Settings->Display->HDMI modes). The stick has only HDMI output and I am using a cheap chinese adapter to connect it to the projectors vga input. For example with 720x480 I do get the picture but at left side a slice of it is cut off.
Ideal would be if I could set the video output to 1024x768 (with 4:3 aspect ratio).So, how could I change it?
Is there any Xorg like solution, that is, add resolutions by editing some conf file?I should create a custom ROM, build custom firmware...
View 2 Replies
View Related
Mar 26, 2010
In android, I defined an ImageView's layoutWidth to be 'fill_parent' (which takes up the full width of the phone). My question is if the Image i put to ImageView is bigger than the layoutWidth, android will scale it, right? But what about the height? when android scale it, will it keeps the aspect ratio? What I find out is, there is some 'white space' at the top/bottom of the ImageView when android scales an image which is bigger than the ImageView. Is that true? If yes, how can I eliminate that white spaces?
View 3 Replies
View Related
Jan 22, 2010
I'm wondering if anyone has figured out yet what the best resolution and/or aspect ratio is for custom contact photos? Most of my contact photos come from Facebook, but some I will edit on my PC and load onto the phone's SD card. I know there are issues with decent photos becoming low-res pixelated, so I'm wondering if I start with the best size and/or aspect ratio, maybe the phone won't have to resample the photos itself.
View 14 Replies
View Related
Feb 28, 2009
I'm being confused by the 'screen density' concept in Android. I knwe that dpi (dot per inch) came from the printing device. 160 dpi means 160 dots in every inch on the paper. However, when dpi is used for the screen density, for example, what's mentioned '160 dpi screen' in Android document, what's the meaning? 160 pixels on every inch of the display?
As described in http://code.google.com/intl/zh-CN/android/reference/available-resourc..., 1 dip (density-independent pixel) means 1 pixel on a 160 dpi screen. Why does the ratio of dp-to-pixel not necessarily change with the screen density in direct proportion?
When the dpi is changed from 160 to 80, how many pixels will 1dp will take? 0.5?
I can hardly understand why dip/dp is introduced into Android.
View 6 Replies
View Related
Apr 20, 2014
I received a generic Chinese table. it worked well for about two-and-a-half months. Then, just recently, I discovered rooting and the wonderful things it allowed you to do. I decided to download a system-tweak app, which included a CPU control. I was a little wary of overclocking my CPU, having heard it may decrease its life expectancy, but finally I thought "What the heck?" and in a brilliant stroke of genius cranked my 1Ghz processor up to 1.5Ghz, and it promptly froze, forcing me to power it down. When I turned it back on, I discovered that it had been factory reset. I re-installed my apps, including the system-tweak app, and decided not to touch the CPU controls for a while. Soon after, while at my sister's talent show, I discovered I had about 30% battery life, and I was still supposed to record her. So I figured I'd underclock it to save the battery.
Unfortunately, as my finger touched the slider, my brother bumped my arm and caused me to lower the CPU frequency to its lowest setting. It became extremely sluggish, almost to the point of being unresponsive, and finally I had to shut it down. When I restarted it, it started to boot but then got stuck on the shimmering Android logo, and now that's all it does. I can't even boot into recovery mode, and unfortunately I had just turned off USB debugging that same day.
View 3 Replies
View Related
May 26, 2014
I have an Allwinner A10 clone (Kurio 7), it is designed for kids but otherwise a standard android tablet. After hours of googling I rooted and installed CWM & Gapps (not included in the stock ROM). So far so good. The stock ROM was causing issues with some apps, it needed to go.
I flashed CM10 and it worked but no touch screen. It needed a compatibility flash to make it work. You can guess what's coming. I picked the wrong one and now the device does the following:
Reboot loop
Black screen (backlight though)
PWR+Vol up no longer gets to recovery
Vibrates constantly between reboots (due to wrong patch I'm guessing)
ADB picks up the device for a split second between reboots but "adb reboot recovery" does nothing. Even when using wait command. Tried "fastboot flash recovery cwm.img" after wait command, no luck. Is there anything else I can try?
View 1 Replies
View Related
Apr 4, 2010
I tracked the behaviour of the different screen sizes when I increased the position of a graphic by 10 pixel. Unfortunately happened what I already thought. When the display is bigger, I'm able move a graphic a lot of times more to get to the bottom of the screen. So the ratio between the graphic and its environment is not correct anymore (so not 10 pixel as on normal screen) although the change of the graphic on the different screens looks correct (On big screen it is bigger, on small screens it is smaller). When I move the graphic from the top of the screen to the bottom, I can move that on 480x800 about 65 times, on 480x854 70 times, and on the 320x480 screen only about 25 times. So the target must be to calculate the right ratio so that 10 pixels on the small screen are 17 pixel (or sth. similar) on big screens. What approaches do I have to do that? I already thought about getting the value of res.getConfiguration().screenLayout to know if I have a small, normal, or big size to be able to calculate anyhow the right ratio, but this both seems to be pretty cumbersome and moreover I get values from res.getConfiguration().screenLayout I can't explain. I launched 6 emulator instances and got the following values from res.getConfiguration().screenLayout:
240x320 QVGA low density: 17 320x480 HVGA medium density: 18 480x854 WVGA high density: 34 480x800 WVGA high density: 34 240x400 WQVGA low density: 34 240x432 WQVGA low density: 266435490 (yes, I really get this value!)
This approach seems to be useless because I cannot even distinguish between 480x854 and 480x800, much less of the last value which seems to be corrupt.
How can I solve it to move a graphic on the different screens with the right ratio? How do game developers solve this when they support all screens?
View 5 Replies
View Related
Jul 13, 2013
i have problem whit my tablet Prestigio PMP5870C. It stops on screen of blockade and message is displayed :
Unfortunately,the process com.android.phone has stopped. and Unfortunately,System UI has stopped..
I have root and i try to wipe but it is not working. Maybe clear rom can work but i not have one.
View 2 Replies
View Related
Jan 13, 2014
I have started using 3CX DroidDesktop to manage my Android phone from a web browser on my computer.
This software supports remote control of the android phone (provided that the phone is rooted, which mine is), however whenever I attempt a remote control session I see the following screen -
I have searched the internet, and this issues seems to be quite common. However there did not appear to be any available solutions. How to get the remote control aspect of this excellent software working.
View 1 Replies
View Related
Apr 20, 2013
I got my son a Karbonn A30 yesterday, and so far, the auto rotation as well as acceleration stopped working twice. I tried formatting cache but it did not work. the only workaroud is to open the phone, remove battery and restart again. I could not get any solution except the battery removal one.
View 4 Replies
View Related
Oct 26, 2013
(Galaxy note 2, Sungsonic ROM)
When streaming from Grooveshark in a web-browser, the audio-streaming stops (after finishing current song) when the screen shuts/locks. I have tried several browsers with the same result.
Audio-streaming from audio-specific apps (i.e. TuneIn) works just fine.
Someone mentioned somewhere that it has to do with the browsers not being set to over-ride the screen-lock.
View 1 Replies
View Related
Mar 31, 2012
I'm writing an app part of whose functionality is to record audio through the microphone. The recording seems to stop as soon as the screen times out and the phone enters what I think is sleep mode. I've noticed that some apps(Tokasiki's Voice Recorder, for one) don't seem to have this problem on this phone(Motorola Atrix) and continue to record audio long after the screen has faded to black. I've tried using a partial wake lock but it doesn't seem to maintain the recording. Should I use AudioRecord instead of MediaRecorder? Voice Recorder seems to get by without using AudioRecord.
View 1 Replies
View Related
Mar 17, 2013
When playing music with the stock Music Player application on my phone and turning the phone screen off or multitasking, the music is still able to play in the background. Is it possible to do the same with the stock YouTube app? I want to let the audio of the YouTube video I am watching to keep playing when I either exit out of the app or when I press the power button on my phone to turn off the screen to save battery. Although I can just set my phone screen to not go off when idle for a certain amount of time, but then again, that is battery consuming.
Phone information:
-Samsung Galaxy S Relay 4G from T-Mobile
-Ice Cream Sandwich 4.0.4
-Rooted
-No Custom Rom Installed
View 3 Replies
View Related
Dec 29, 2013
Is their any way to change system animations, except using frameworktool?
View 1 Replies
View Related
Feb 9, 2014
Is it possible to change the operating system on the arnova 10 g2 to the most up to date android gingerbread or jellybean and if its possible how i do it.
View 1 Replies
View Related
Mar 26, 2014
I want to change my android system on my smartphone Samsung AT&T SGH-i997.
I want an android version with a battery vertical position in green collor.
View 1 Replies
View Related
Aug 2, 2012
Is there a way to change all of the system fonts into just one font? I'm running a ROM that uses about 20 fonts. However I only want to use Roboto. Is this possible?
GT-I9100
View 2 Replies
View Related
Jun 9, 2013
I'm using this CM10.1 on my ST5570 (S. Galaxy Mini) and want change Trebuchet Launcher system launcher with NOVA launcher on this release. I can't post on the thread linked above because I haven't yet permissions to do this.
View 4 Replies
View Related
Jan 22, 2014
I've just upgrade my S2 from andriod 2.3ish to 4.1.2. Before doing so I changed the default system sound to that droplet sound (in the normal settings view, no root, nothing special with this phone) but now I've upgraded the 'normal' setting to change 'system sound' has gone. Have they really just scrapped that option?
View 3 Replies
View Related
May 4, 2012
I want to know how can i change the phone info, in the system settings.
I want to change them for my own rom, so i want to include, for example, a different build date, build number, kernel version, etc..
View 1 Replies
View Related
Sep 4, 2013
My device GPS running WinCE 6
Can I change my operating system from windows ce6 To Android?? And how??
View 4 Replies
View Related
Feb 18, 2014
Can i change the way my phone vibrates. I want to make it similar to the htc one mini vibration. I have a blu life play device. Is it possible to change the vibration while typing and using system keys?
View 4 Replies
View Related
Jun 8, 2012
some tutorial for changing android system settings by code.System Settings like:
-Ringtones
-Vibration
-Volume
-Brightness
names of the classes in which I have to look into, it will also be useful.
View 2 Replies
View Related
Apr 20, 2014
I well know Unicon which allow to change all the icons in the whole system with a icon pack
Looking for something similar but to mod only a few apps
View 3 Replies
View Related
Jul 19, 2012
My device is Chinese and has no brand. (with Android 4.0)
I changed some things in framework-res.apk, but not set the permission to 755 before saving in /system/framework/ so now the phone keeps resetting!
How do I change the permission of this file without the device to start??
View 8 Replies
View Related
Jun 12, 2013
I want to get a custum recovery because I can't access to my recovery mode it shows a foto of a droid, I tried rebooting from rom manager app, and from the power and Vol+ .. but nothing works you can check the foto in the attachments.
View 3 Replies
View Related
Apr 19, 2012
Is CWM available for the Eken T01? I have posted this question several times on other boards and never got an answer either way. I just got this tablet and I have rooted it. However I would really like to make backups with CWM like I do with my phone because it has saved my butt more than once
View 9 Replies
View Related
Dec 9, 2012
Tablet hangs in Bootloop after installed cm9_nightly_20120721 + protab2xxl_compatibility_1.2.0 startet from cwm 6.0.1.0. Noticed that the "/data" partition only has 15MB of Space with 0B Byte free. I wiped the cache after installation with cwm, i am not able to boot to cwm again because key combinations not work on this device.
Got a T15A Generic tablet which has the same Hardware than protab 2 xxl, Goclever A103, Coby 1042 etc..how to get CM9 or CM10 running?
Code:
--------- beginning of /dev/log/main
I/cm ( 70): Welcome to Android 4.0.4 / CyanogenMod-9-20120721-UNOFFICIAL-907
I/cm ( 71): _
I/cm ( 72): __ __ _ ___ _ _ __ ___ __ _ _ _ _ __ __))
I/cm ( 73): ((_ (/'((_( ((( ((_)((_( (('((( ((`1( ((_)((_(
[code]....
View 2 Replies
View Related
Oct 6, 2012
is it possible to port a cm7 for allwinner a10 tablets??
View 1 Replies
View Related