Hi all,
Please help to remove the black border.
Having tried following configuration on /boot/config.txt
1)
Code:
disable_overscan=1
overscan_left=20
overscan_right=12
overscan_top=10
overscan_bottom=10
2)
Code:
#disable_overscan=1
overscan_left=20
overscan_right=12
overscan_top=10
overscan_bottom=10
3)
Code:
disable_overscan=1
overscan_left=-20
overscan_right=-12
overscan_top=-10
overscan_bottom=-10
4)
Code:
#disable_overscan=1
overscan_left=-20
overscan_right=-12
overscan_top=-10
overscan_bottom=-10
all without result after reboot. The black border is still there without any alternation.
I'm running 24" LCD display with 1920x1080 resolution.
Regards
satimis
Related
is this can be done just in the kernel source?
can any body provide some info or suggestions? sample is better
thx.
theory is: replace bootanimation from /bin with a blank script. Make sure you backup your bootanimation in case that doesn't work
I like this idea too! It appeals to my nerdiness.
Sadly however it is not this easy. This is something I have wanted for a while and I have tried this. It just gives a black screen. If you look at the source code for bootanimation it even has a disable option(statically set to 0), if this is enabled and recompiled it also just yields a black screen. I think we would need a way to display via opengl or whatnot.
Text output would kick ass
thank you all guys, at least I get some response
I have some thoughts, I will try some different way to make it possible.
jubeh said:
theory is: replace bootanimation from /bin with a blank script. Make sure you backup your bootanimation in case that doesn't work
Click to expand...
Click to collapse
not boot animation, just the first splash screen. there are no /bin since nothing have been mounted.
I found bootanimation in /system/bin
Code:
mount -o remount,rw /system
cd /system/bin
cp bootanimation /sdcard
rm bootanimation
And now maybe my phone startup faster, but i have black screen instead of booting text output...
Any other ideas?
Below you'll find two new boot animation clips I've made (it's the android on a skateboard jumping through a hoop of fire) to replace boot1.gif and boot2.gif in the /system/media/bootscreen folder on the filesystem. Can anyone tell me why they don't display properly at boot time?
files:
boot1.gif : http: //picasaweb.google.com/lh/photo/5EPOtJXhVOw1_CIeg6h9Vg?authkey=Gv1sRgCOip8ui3kt7JtQE&feat=directlink
boot2.gif : http: //picasaweb.google.com/lh/photo/BuL7-g9IZnDZ7VE--NI2fA?authkey=Gv1sRgCOip8ui3kt7JtQE&feat=directlink
Are they in the same resoultion (Width by Height) as the originals?
Seems like flash was packing the frames weirdly. After repacking them with another program, it works fine.
Hi,
when setting a non-default DPI (240) several app UI are broken. The positon of UI elements are misplaced.
Anyone else experiencing the same?
DocMAX
DocMAX said:
Hi,
when setting a non-default DPI (240) several app UI are broken. The positon of UI elements are misplaced.
Anyone else experiencing the same?
DocMAX
Click to expand...
Click to collapse
i have problem when i change the DPI, the device reboot and is infinite bootanimation, i need to forze the reboot and then it show Optimizing apps ... and it boot fine, that's my problem while change the dpi. strange problem
I experience the sam that @JAppina92 but i use 280 dpi and no problem
Enviado desde mi Moto G 2014 mediante Tapatalk
japoina92 said:
i have problem when i change the DPI, the device reboot and is infinite bootanimation, i need to forze the reboot and then it show Optimizing apps ... and it boot fine, that's my problem while change the dpi. strange problem
Click to expand...
Click to collapse
Bro it's CM 13 bug softboot is broken...
We Are Titans
---------- Post added at 04:13 AM ---------- Previous post was at 04:12 AM ----------
DocMAX said:
Hi,
when setting a non-default DPI (240) several app UI are broken. The positon of UI elements are misplaced.
Anyone else experiencing the same?
DocMAX
Click to expand...
Click to collapse
You better try changing dpi with any root Explorer by editing buildprop from there. It help me when my ui elements are misplaced. Go to root > system > buildprop and edit it with text editor find lcd density and change it to 240 or whatever u want and then reboot...
We Are Titans
Reset DPI to stock
Hey all,
I change my phone (moto g xt1032) dpi via adb command. But unless o type 260 i type 560 in command.
adb shell wm density 560 && adb reboot.
The device boot ok, but now i cant enter on the main screen (see attachement) and the adb dont work anymore (phone is locked).
Someone know how to reset the phone or dpi to stock in this mode ?
Regards
Done
puiatmp said:
Hey all,
I change my phone (moto g xt1032) dpi via adb command. But unless o type 260 i type 560 in command.
adb shell wm density 560 && adb reboot.
The device boot ok, but now i cant enter on the main screen (see attachement) and the adb dont work anymore (phone is locked).
Someone know how to reset the phone or dpi to stock in this mode ?
Regards
Click to expand...
Click to collapse
Hey, i found how to resolve my problem.
https://motorola-global-portal.custhelp.com/app/answers/prod_answer_detail/a_id/99825/p/30,6720,9151
And if someone wanna change DPI withou root, do the following:
Use ADB:
adb shell wm density “INSERT_DPI” && adb reboot
ex: adb shell wm density 260 && adb reboot
If you want to reset the DPI back to its original value, run the following command in ADB:
adb shell wm size reset && adb reboot
I discovered a new way to control DPI in any way I see fit.
-------------------------------------------------------------------------------------------------------------
Step 1: Download the LG drivers and install them on your PC.
Step 2: Download ADB + Fastboot, extract to the desktop of your PC.
Step 3: Open and right-click your mouse / touchpad and click "open command window here"
Step 4: Type adb devices and see if your LG K10 has been recognized.
Step 5: Type adb shell.
Step 6: After the adb shell is recognized, type "wm density" + number of dpi you want!
--------------------------------------------------------------------------------------------------------------
Screenshots - wm density 230 on LG K10 2017 (M250DS)
There's a way to get custom dpi on the nav buttons?
Yeah, and you can change the screen resolution too with: wm size #x#.
Note: I recommend you to change it based on a basic calculation of every new size (percentage), to keep aspect ratio.
hello
i have nokia 7 plus
i am try in some adb commant to check phone bootloader unlock
but i unfortunately run this two both comand
// Emulate device
adb shell wm size 2048x1536
adb shell wm density 288
// And reset to default
adb shell wm size reset
adb shell wm density reset
when i am try to rest it will be done but when i will reboot device again screen size & density will change and it become smaller (only half screen will be useable )
so plz help me to out this problem
every time i need to run reset command from pc then it will go to normal state...
thanx