[Trick][Tested] How to change Screen Resolution & LCD Density - Galaxy Grand Duos i9082 General

Hello guys
Today i will show you How to change Screen Resolution & LCD Density?
Insipired my brother changing his phone screen resolution (he is using xz premium). I have been test it and everything works.
BUT ! You cant take screenshot using key combine. I take a screenshot using app called Easy Screenshot.
Here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I test it running LineageOS 13. i dont know it will works or not in another rom. Just try
Ok, lets do that
Whats you need before?
- Minimal ADB and fastboot
Go here
https://forum.xda-developers.com/showthread.php?t=2317790
- USB Cable
- PC/Laptop
Click to expand...
Click to collapse
Lets change your resolutions
1). Connect your phone to pc/laptop using usb cable
2). open Minimal ADB and fastboot
- Then Type
Code:
adb devices
press enter
- Type
Code:
adb shell
press enter and press up key
- Type
Code:
wm size [COLOR="Blue"]720x1280[/COLOR]
press enter
your display will change
- Type
Code:
wm density [COLOR="blue"]294[/COLOR]
press enter
Here a screenshot in Minimal ADB and fastboot
Click to expand...
Click to collapse
Well, your phone will reboot.
You can change a blue text with whatever you want
Any question? just reply this thread
Cheers! :highfive:

Reserved!

OctanovaFX said:
Hello guys
Just reply this thread
Cheers! :highfive:
Click to expand...
Click to collapse
Can be done via Terminal as well.

OctanovaFX said:
Reserved!
Click to expand...
Click to collapse
vdbhb59 said:
Can be done via Terminal as well.
Click to expand...
Click to collapse
If I do this screen resolution tutorial, will I actually be able to select 720p resolution on the youtube app?
If yes, can you please tell me how to do it via terminal?

razorfancy said:
If I do this screen resolution tutorial, will I actually be able to select 720p resolution on the youtube app?
If yes, can you please tell me how to do it via terminal?
Click to expand...
Click to collapse
The same way you do via PC. Just no need to write 'adb shell' stuff.

vdbhb59 said:
The same way you do via PC. Just no need to write 'adb shell' stuff.
Click to expand...
Click to collapse
Thx but will I actually be able to select 720p resolution on the youtube app or still only will let me choose 480p?

razorfancy said:
Thx but will I actually be able to select 720p resolution on the youtube app or still only will let me choose 480p?
Click to expand...
Click to collapse
go yes, I just made this change in my grand duos and now I can select on YouTube the resolution of 720p

razorfancy said:
Thx but will I actually be able to select 720p resolution on the youtube app or still only will let me choose 480p?
Click to expand...
Click to collapse
It will allow mate. Go with it.

vdbhb59 said:
It will allow mate. Go with it.
Click to expand...
Click to collapse
Do you use your i9082 in 720p or the default 480p?

razorfancy said:
Do you use your i9082 in 720p or the default 480p?
Click to expand...
Click to collapse
480, 600 and 720

vdbhb59 said:
Can be done via Terminal as well.
Click to expand...
Click to collapse
sure :laugh:

Related

[FONT] Ubuntu Font for Android (Update.zip)

After lots of blood, sweat, and tears, I present to you...
The OMGThisIsSoFuckingAwesome Ubuntu font, on your phone! :O
I did not make this font, it's just ripped from Ubuntu (Linux Distro)
Gimme Screenies!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gimme Downloads!
Download (New version with updater-script by david1171, thanks!)
Note: As I have a bit of a reputation for making dodgy update-scripts, this has been tested on a Hero and two Desires, it should work for all phones.
Thanks! it works with font changer!
flashed and it works fine in my Desire!
really nice to see!!
thanks
Does this work on SenseHD from Desire HD?
Sent from my HTC Desire HDified.
Skimi said:
Does this work on SenseHD from Desire HD?
Sent from my HTC Desire HDified.
Click to expand...
Click to collapse
Any Android phone will work.
Nice job on the update.zip
A lot of people will be happy!
I personally like the Ubuntu font, but I'm stuck on NeutraFace ATM.
Thanks, will give it a go. Is there a .zip we can flash to take us back to stock if necessary?
nice looking, however, seems not to be a complete set? Got empty boxes in Genie Widgets... - ca someone help?
what is the standard sense font? I do not have it anymore =(
Font not fully change in MIUI ROMs.. i can just see the font changes at clock at lock screen and password field... anybody can help?
thank
Working perfectly on OpenDesire 4 Thanks!
flashed and confirmed working on mij leedroid 2.2b desire.
awesome!
terminal emulator app don't works fine when i install the fonts
the cursor are showed not text aligned
bartito said:
terminal emulator app don't works fine when i install the fonts
the cursos are showed not text aligned
Click to expand...
Click to collapse
Try pushing the fonts via ADB.
Assuming you have the Android SDK all ready @ C:\Android and USB debugging enabled:
(My fonts are named UbuntuRegular and UbuntuBold. Names can obviously differ).
- All you need to do is extract the fonts to C:\Android\tools
- Open Command Prompt (cmd) and type "adb devices" (See your device?)
- Type "adb push UbuntuRegular.ttf system/fonts/DroidSans.ttf [ENTER]
- Type "adb push UbuntuBold.ttf system/fonts/DroidSansBold.ttf [ENTER]
- Type "adb reboot" [ENTER]
ALWAYS WITHOUT ""
zHk3R said:
Try pushing the fonts via ADB.
Assuming you have the Android SDK all ready @ C:\Android and USB debugging enabled:
(My fonts are named UbuntuRegular and UbuntuBold. Names can obviously differ).
- All you need to do is extract the fonts to C:\Android\tools
- Open Command Prompt (cmd) and type "adb devices" (See your device?)
- Type "adb push UbuntuRegular.ttf system/fonts/DroidSans.ttf [ENTER]
- Type "adb push UbuntuBold.ttf system/fonts/DroidSansBold.ttf [ENTER]
- Type "adb reboot" [ENTER]
ALWAYS WITHOUT ""
Click to expand...
Click to collapse
same result....
Works on the RCMixHD ROM, although it does cut the bottom off the temperature on the clock widget...anyone got a ZIP to revert back to stock?
Yeah, how to get the stock font back?
/CK
Good job; I'll try this.
Café King said:
Yeah, how to get the stock font back?
/CK
Click to expand...
Click to collapse
I've got a ZIP that'll upload later on when home from work
bartito said:
same result....
Click to expand...
Click to collapse
Uhm. How's that possible? :S
Boot your phone into Recovery - Mount /system and try again.
It's bound to work if you've got the SDK set up all OK.
zHk3R said:
Uhm. How's that possible? :S
Boot your phone into Recovery - Mount /system and try again.
It's bound to work if you've got the SDK set up all OK.
Click to expand...
Click to collapse
the fonts installation works fine (with adb), but the Terminal Emulator shows bad (see my previous post).
i have tried with connectbot also, with same result

[Request] Boot animation Port

Hey!
Could someone port this particular bootanimation for the Optiomus one?
Its Steel's 3rd boot animation (the blue droid eye)
Original post -- here
At least, if someone could tell me how to port it, I'll give it a try.
I already opened the zip and resized the images to 480x320 but it refused to show up.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
blueren said:
At least, if someone could tell me how to port it, I'll give it a try.
I already opened the zip and resized the images to 480x320 but it refused to show up.
Click to expand...
Click to collapse
Post the content of the desc.txt file.
400 800 16
p 1 0 part0
p 0 0 part1
I forgot to mention, i also edited this file to 320*480 with 30 (as the older boot animation had 30) it failed.
When i load the file unaltered, it works. however its damn slow and super large.
I also tried to place the resized gifs in another bootimage.zip file (an already working one) but that also failed.
looks very nice ! if you can port to optimus, please share it,
blueren said:
400 800 16
Click to expand...
Click to collapse
Well, that is obviously wrong. Also, about slow - the last figure is FPS. If the images are large (I mean kBs, not the resolution) and FPS high then it obviously will be slow.
For testing, you can just push it to /data/local/bootanimation.zip and run this:
Code:
adb shell bootanimation
(Abort by CTRL+C).
Finally worked. But only the images in part 0 plays. How do I Get the part 1 to play as well?
blueren said:
Finally worked. But only the images in part 0 plays. How do I Get the part 1 to play as well?
Click to expand...
Click to collapse
You need to attach what you produced.
doktornotor said:
You need to attach what you produced.
Click to expand...
Click to collapse
I know that! I'm still experimenting with it. I'm also trying out other nice boot animations too. Once I'm done with it, i'll be more than happy to post it here
blueren said:
I know that! I'm still experimenting with it. I'm also trying out other nice boot animations too. Once I'm done with it, i'll be more than happy to post it here
Click to expand...
Click to collapse
That will be wonderful of course - but meanwhile you need to attach the (non-working) one for debugging if you need help.
doktornotor said:
That will be wonderful of course - but meanwhile you need to attach the (non-working) one for debugging if you need help.
Click to expand...
Click to collapse
thanks, i will if i need to. I figured it out..
now how exactly do I make a gif preview image so that i can add it here?
Edit-- nevermind. I Think i know how.
Niice boot animation

[SOLVED] My Mobile does not work..Help me..

Usually i use Pattern lock. Tomorrow i tried to many times with incorrect answer.
After that my mobile show that- Too many pattern attempt & also a box of username, password and sign in option.
I think it will solve by restarting phone but same problem after off/on phone.
I have no idea how to solve this..Please help me ASAP.
I also attach a screenshot of my mobile...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sorry for my bad English...
Thanks in advance
lol you could get around this by signing in with your google id ( email address - gmail ) and password !
Use your Google id and password bro.
Sent from my GT-S5360 using xda premium
Turn on Data traffic
But how can i turn on Data traffic....
arifkpi said:
But how can i turn on Data traffic....
Click to expand...
Click to collapse
Which rom are you now?
If it's custom then try pressing and holding power button, it may work..
If stock... No way then..
I think you have to reset your phone..
Yup like akash told I guess your last resort is a factory data reset!
So I have these instructions here from a person I can't remember. But here is a quote of his/her post:
Do you have usb debugging on you device? If yes, download android sdk and run those commands:
adb -d shell
sqlite3 data/data/com.android.providers.settings/databases/settings.db
update system set value=0 where name=’lock_pattern_autolock’;
.exit
exit
adb reboot
or
adb shell rm /data/system/gesture.key
exit
adb reboot
If you dont have, i think a factory reset is needed :/
Click to expand...
Click to collapse
Try that.
No need of activation of data connection
When u enter ur
Mail and passord
Ur phone opens normally
And asks to change your lock screen pattern
Sent from my GT-S5360 using xda app-developers app
Problem Solved
Problem Solved...........Thanks everyone...
arifkpi said:
Problem Solved...........Thanks everyone...
Click to expand...
Click to collapse
Can you please change title to locked screen unlock help... solved? This way it will help others who search for it..
Sent from the MUST have app!

Need help rooting!!

Ive been having a LOAD of issues trying to root my Razr M. SuperOne Click just freezes before it really doesn anything, Motochopper and Saferoot don't do anything for me either. And Kingo isnt even able to detect my phone. I have the latest USB drivers installed on my computer and I have USB debugging switched on. What can I do??
MKimmey94 said:
Ive been having a LOAD of issues trying to root my Razr M. SuperOne Click just freezes before it really doesn anything, Motochopper and Saferoot don't do anything for me either. And Kingo isnt even able to detect my phone. I have the latest USB drivers installed on my computer and I have USB debugging switched on. What can I do??
Click to expand...
Click to collapse
Have you tried [THIS]?
@aviwdoowks [ROOT THREAD]
ATTACK said:
Have you tried [THIS]? @aviwdoowks [Thread]
Click to expand...
Click to collapse
Yes, i have tried that. I did enter when it says "press any key" and NOTHING happens
MKimmey94 said:
Yes, i have tried that. I did enter when it says "press any key" and NOTHING happens
Click to expand...
Click to collapse
Do you have the Moto [DRIVERS] installed?
ATTACK said:
Have you tried [THIS]?
@aviwdoowks [ROOT THREAD]
Click to expand...
Click to collapse
ATTACK said:
Do you have the Moto [DRIVERS] installed?
Click to expand...
Click to collapse
When I went to the Motorola website to download the drivers, the only thing it gave me that was even remotely close is the Device Manager.
MKimmey94 said:
When I went to the Motorola website to download the drivers, the only thing it gave me that was even remotely close is the Device Manager.
Click to expand...
Click to collapse
Use [THIS]
Thanks. But still, nothing seems to be happening. Im starting to get really pissed off with this phone!
MKimmey94 said:
Thanks. But still, nothing seems to be happening. Im starting to get really pissed off with this phone!
Click to expand...
Click to collapse
Try what's listed below.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You should see something like this pop-up.
After the "press any key to continue..." line, it doesnt go any further!
MKimmey94 said:
After the "press any key to continue..." line, it doesnt go any further!
Click to expand...
Click to collapse
Did you
1. Extract the files from the SafeRoot.zip and place them into a folder?
2. Run "install.bat" as administrator?
ATTACK said:
Did you
1. Extract the files from the SafeRoot.zip and place them into a folder?
2. Run "install.bat" as administrator?
Click to expand...
Click to collapse
I didnt run as administrator. will that really do anything different?
MKimmey94 said:
I didnt run as administrator. will that really do anything different?
Click to expand...
Click to collapse
Yes.
ATTACK said:
Yes.
Click to expand...
Click to collapse
Wow, it worked flawlessly! THANK YOU SOOOO MUCH!!!!!
MKimmey94 said:
Wow, it worked flawlessly! THANK YOU SOOOO MUCH!!!!!
Click to expand...
Click to collapse
No problem! :good:

Allwinner T3 root failed

Hello, I can't root a T3 quad core with Android 7.1.1., I have try with KingoRoot, King Root and more times with 360root.
Do you know another way?
thank you
00ice00 said:
Hello, I can't root a T3 quad core with Android 7.1.1., I have try with KingoRoot, King Root and more times with 360root.
Do you know another way?
thank you
Click to expand...
Click to collapse
yep, see here http://4pda.ru/forum/index.php?s=&showtopic=837879&view=findpost&p=63972878
unfortunately I do not understand...
00ice00 said:
unfortunately I do not understand...
Click to expand...
Click to collapse
show a screenshot of Settings-About
Extra-setting?
Screenshot like this https://forum.xda-developers.com/an...ner-quad-t3-vw-0011-2gb-t3605401/post73329631
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Correct the link

			
				
****-jones said:
Correct the link
Click to expand...
Click to collapse
It's ok now?
Thank you
00ice00 said:
It's ok now?
Thank you
Click to expand...
Click to collapse
Yep. On the mobile client was not visible.
Take the firmware with the root V8.3.2_20180131.134838_ZH5-N6502-mod. (Files deleted in 7 days)
Extract the firmware (4 files) direct to the root folder of the usb flash drive (not to the folder).
Install from Settings-Car settings-System update.
Choose usb.
Wait until the HU reboots.
Wait until the firmware is updated.
Good luck.
Sorry but I can't enter in System update, I tap It bug don't start
00ice00 said:
Sorry but I can't enter in System update, I tap It bug don't start
Click to expand...
Click to collapse
Do you do that?
****-jones said:
Do you do that?
Click to expand...
Click to collapse
Yes, I do tht but when I tap on System update nothing happens
00ice00 said:
Yes, I do tht but when I tap on System update nothing happens
Click to expand...
Click to collapse
Have you connected usb flash drive?
Read item 2 (Fashing firmware) in the first post.
https://forum.xda-developers.com/an.../allwinner-r16-astard7-android-6-0-1-t3523906
****-jones said:
Have you connected usb flash drive?
Read item 2 (Fashing firmware) in the first post.
https://forum.xda-developers.com/an.../allwinner-r16-astard7-android-6-0-1-t3523906
Click to expand...
Click to collapse
Great! Now It work...but stay active this message:
I waited 10 minutes but did not restart... it's normal?
00ice00 said:
I waited 10 minutes but did not restart... it's normal?
Click to expand...
Click to collapse
usually faster, but maybe longer
Usb flash drive has a LED indicator? The indicator will show the reading mode.
Look at the parameter in Settings-Car settings-Extra settings-(password 7890 or 668811)-USB force 1.1 should be set close, then usb flash drive will work in USB 2.0 mode
Try again, wait, the process can last up to 20 minutes.
****-jones said:
usually faster, but maybe longer
Usb flash drive has a LED indicator? The indicator will show the reading mode.
Look at the parameter in Settings-Car settings-Extra settings-(password 7890 or 668811)-USB force 1.1 should be set close, then usb flash drive will work in USB 2.0 mode
Try again, wait, the process can last up to 20 minutes.
Click to expand...
Click to collapse
Ok! I've set USB CLOSE and it's ok!! Thank you very much!!!
PS:The pass in my extra settings it's 123456 ?
Ho friend,
there is a link where can I download alternative app radio, bluetooth, music ecc ecc?

Categories

Resources