Changing resolution? - HTC One V

Is there any apps or methods to change the screen resolution?
I have tried lcd resolution root from the app market. However it gives me a black strip at the bottom of the screen.
Would really appreciate it if anyone could help me with this.
Sent from my HTC One V using xda

boiibrandon said:
Is there any apps or methods to change the screen resolution?
I have tried lcd resolution root from the app market. However it gives me a black strip at the bottom of the screen.
Would really appreciate it if anyone could help me with this.
Sent from my HTC One V using xda
Click to expand...
Click to collapse
You are using stock rom rooted or a custom rom?
If so, you can add this to build.prop which is located in /system:
Code:
ro.sf.lcd_density=xxx
Where xxx should be the value for your resolution, i.e if One V has 250, you change it lower - 240 or 230. This should shrink all the elements you see on the screen. However, you must find what density the phone has. I can't search it for you 'cuz my phone is not with me atm.

Hi
1ceb0x said:
I can't search it for you 'cuz my phone is not with me atm.
Click to expand...
Click to collapse
build.prop has the line
ro.sf.lcd_density=240
regards
max

I'm using stock rom.
Is there any guide that i can follow? I don't really understand how i should go about doing it.
Whn i tried using lcd resolution root, it showed my system density as 240.
I found the build thing. But how do i change it?
Sent from my HTC One V

boiibrandon said:
I'm using stock rom.
Is there any guide that i can follow? I don't really understand how i should go about doing it.
Whn i tried using lcd resolution root, it showed my system density as 240.
I found the build thing. But how do i change it?
Sent from my HTC One V
Click to expand...
Click to collapse
Room Toolbox can help you with that
or you can manually change it with text editor

Ohk. I managed to open the file and changed the density. However, i can't seem to save the changes.
Sent from my HTC One V

boiibrandon said:
Ohk. I managed to open the file and changed the density. However, i can't seem to save the changes.
Sent from my HTC One V
Click to expand...
Click to collapse
If you don't have root or you didn't opened with a root explorer app (such as root explorer) you will not be able to save the changes.

I downloaded root explorer. I managed to edit the value and save.
But i do not see any changes. After i restarted my phone, the value went back to 240. My phone is rooted. I checked with terminal emulator.
Sent from my HTC One V

Greater LCD density will give you the feeling of a tablet
Si usted le da respeto luego de tomar Respeto .. Cuidado con él ..

boiibrandon said:
I downloaded root explorer. I managed to edit the value and save.
But i do not see any changes. After i restarted my phone, the value went back to 240. My phone is rooted. I checked with terminal emulator.
Sent from my HTC One V
Click to expand...
Click to collapse
Icons are still of the same kind? ?
Go above 250 and see the difference
Si usted le da respeto luego de tomar Respeto .. Cuidado con él ..

avilove4u said:
Icons are still of the same kind? ?
Go above 250 and see the difference
Si usted le da respeto luego de tomar Respeto .. Cuidado con él ..
Click to expand...
Click to collapse
OFFTOPIC: are you living on Xda thread? wtf... 2000+ posts from march till now?

I cant edit the file as it says it is read-only.
Sent from my HTC One V

You need to click the "Mount R/W" first. Then you will see r/o will chnage to r/w then you can edit.

changed the value to 260, now its just showing me HTC Sense is not working...
anyway to change extract the file and edit in my lappy? ?
EDIT:
managed to pull it out using adb... but i need to know how to push it back in using adb...

Just take the build.prop from the ROM.zip and edit it with Notepad++
Or from the device, copy the build.prop to sdcard, then transfer to your lappy and edit with Notepad++. When replacing back in the system, make sure the permission is correctly input.

replacing is my problem...
now my One V is only showing a black screen...

I will have to try it out when i get back from school. Thanks for helping us out.
Sent from my HTC One V

ryanlow134 said:
replacing is my problem...
now my One V is only showing a black screen...
Click to expand...
Click to collapse
Code:
D:\fastboot>adb shell rm /system/build.prop
D:\fastboot>adb push build.prop /system
450 KB/s (7204 bytes in 0.015s)
D:\fastboot>
Or just reflash the rom.zip without wiping.

I managed to change the value. After changing it shut my phone down. When i restarted it, there wasnt any changes and the value went back to 240.
Sent from my HTC One V

I took some screenshots.
1st shows super user rights.
2nd shows me changing value from 240 to 260.
3rd shows it saving build.prop.bak. A backup file root explorer saved.
4th shows that the value returned to 240 after i restarted my phone.
Sent from my HTC One V

Related

[Guide] Change Boot Logo in CM7 (Red M for Motorola)

This application is to change the motorola M that appears before the boot image
Requirements:
1) Bitmap image format size 480 x 182
2) Have installed on the PC. NET Framework 3.5 (To run the program)
How to use:
1) Run program
2) Click in File > Open > Choose your Bitmap
3) Click in File > Save (in the open window, file name is recommended: mylogo, in select file type as: Milestone Bootlogo (*. bin))
4) To install: copy mylogo.bin in root sd
5) Run the terminal and type the following:
su, enter and confirm root permissions
Click to expand...
Click to collapse
dd if=/sdcard/mylogo.bin of=/dev/block/mmcblk1p10, enter
Click to expand...
Click to collapse
reboot and done..
sorry for my bad english, enjoy!
What is the name of application?
Sent from my MB525 using XDA App
drwario said:
What is the name of application?
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
the name is MilestoneBootLogo, you can download in Attached Files
Thanks for the guide! I've been using Dedraks' Splash Tools app to change the boot logo (aka splash screen). Are there advantages to using this method instead? Does the Splash Tools app cause problems on CM7?
Created78 said:
Thanks for the guide! I've been using Dedraks' Splash Tools app to change the boot logo (aka splash screen). Are there advantages to using this method instead? Does the Splash Tools app cause problems on CM7?
Click to expand...
Click to collapse
Splash Tools is not if it causes problems in cm7, but MilestoneBootLogo is very easy to use and works well..
Works perfect! Thanks!
laket said:
Splash Tools is not if it causes problems in cm7, but MilestoneBootLogo is very easy to use and works well..
Click to expand...
Click to collapse
Ok, thanks!
anyway to change the size of 480x182?
thx.
laket said:
This application is to change the motorola M that appears before the boot image
Requirements:
1) Bitmap image format size 480 x 182
2) Have installed on the PC. NET Framework 3.5 (To run the program)
How to use:
1) Run program
2) Click in File > Open > Choose your Bitmap
3) Click in File > Save (in the open window, file name is recommended: mylogo, in select file type as: Milestone Bootlogo (*. bin))
4) To install: copy mylogo.bin in root sd
5) Run the terminal and type the following:
reboot and done..
sorry for my bad english, enjoy!
Click to expand...
Click to collapse
hii man nice tut, i have one question, is there a way to make a logo.img instead?
thanx!
i was looking for this and bam... here it is. thanks for the tut
please help...
i did exactly what was said over here...after rebooting i saw my new logo at the start, but it now says that i am on international roaming...did not change anything else on my phone...please tell me why this is happening...
Sent from my MB525 using XDA App
works like a charm!
Now i can make anything i want!
It's useful, thanks
blackwing182 said:
hii man nice tut, i have one question, is there a way to make a logo.img instead?
thanx!
Click to expand...
Click to collapse
sorry but the program works only with .bin images..
abysstheking said:
please help...
i did exactly what was said over here...after rebooting i saw my new logo at the start, but it now says that i am on international roaming...did not change anything else on my phone...please tell me why this is happening...
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
your problem is rare, probably changing the boot logo again can solve the problem
Is there a way you can port this to Mac.
Would love to try it.
Sent from my MB525 using XDA App
Use Bootcamp, you know.
laket said:
your problem is rare, probably changing the boot logo again can solve the problem
Click to expand...
Click to collapse
got everything messed up, used nandroid backup to get back d phone running, and tried again..still the same problem..
Sent from my MB525 using XDA App
does this ONLY work with cm7?
How do I restore the red M?

[mod] script - disable key backlight

Here is a very simple script that turns off the key lights..
I find them very annoying at night, and an unnecessary waste of battery.
Extract the file from the zip, place in init.d and set permissions.
Might be useful for the Rom devs as an option in aroma installers?
If this isn't the place then please delete this thread someone of mod variety.
#THESE ARE NOT TO BE FLASHED IN RECOVERY
http://db.tt/E0UUuuAs
backfromthestorm said:
Here is a very simple script that turns off the key lights..
I find them very annoying at night, and an unnecessary waste of battery.
Place in init.d and set permissions.
Might be useful for the Rom devs as an option in aroma installers?
If this isn't the place then please delete this thread someone of mod variety.
Thanks.
http://db.tt/k0yjWc6c
Click to expand...
Click to collapse
nice can you also make one for button lights always on
Wow Thanks
i wish if there is an app for that,, So we can switch on/off easy
Isn't working for me..
Tried this both permissions:
x x x
x x x
x x x
and
x x x
x o o
x o o
Also did a full reboot after each permission change
XXX
XOX
XOX
Turn off fastboot?
Also try executing in root explorer.
manually executing helps. But after a reboot they are back on..until I execute the script again..
been looking for something like this for weeks but unfortunately it doesn't work for me, used root explorer set permissions as you wrote and disabled fastboot
edit
sorry my fault i did a quick reboot instead of a full reboot.. now working perfect many thanks matey and welcome to the one x
boshot said:
manually executing helps. But after a reboot they are back on..until I execute the script again..
Click to expand...
Click to collapse
Disable fastboot in power settings.
If no, then hold power for twenty seconds.
I did...but they always went on again.. Don't know why..
Oke the off Works
But the on does not work
When the phone boots up they are on
But when i turn off screen then the light are off and stay off
Sent from my HTC One X using xda premium
not work for me, and yes fastboot is off in powersettings!
ISC V6.1
peterfeter said:
not work for me, and yes fastboot is off in powersettings!
ISC V6.1
Click to expand...
Click to collapse
full reboot?
peterfeter said:
not work for me, and yes fastboot is off in powersettings!
ISC V6.1
Click to expand...
Click to collapse
Nice to see I'm not alone with that problem.
It's doing quite well if I manually execute it from Root explorer, but after a reboot it's not execute automatic by the script..
fastboot off and al lot of full reboots were done.. I really don't know what the problem is..
Solution: I'll never reboot by phone anymore
boshot said:
Nice to see I'm not alone with that problem.
It's doing quite well if I manually execute it from Root explorer, but after a reboot it's not execute automatic by the script..
fastboot off and al lot of full reboots were done.. I really don't know what the problem is..
Solution: I'll never reboot by phone anymore
Click to expand...
Click to collapse
Which ROM are you using? I have noticed that not all ROMs support all init.d scripts for some reason due to ramdisk issues. I haven't bothered investigating exactly why.
EDIT: @OP FYI The backlights off script that you have posted is identical to the backlights back on script. I am assuming that the back on script should read:
Code:
echo KB - set Key Backlight [B][COLOR="DarkRed"]1[/COLOR][/B]
echo "[B][COLOR="DarkRed"]1[/COLOR][/B]" > /sys/class/leds/button-backlight/brightness
I'm using Touch X-treme ( Sig )
Also tried it on villain rom with a friends HOX, same behavior.
I saw the sig but most people don't update them.
You can test to see if you have an underlying problem with (some) init.d scripts running correctly by unzipping this script and placing it in your system/etc/init.d folder and setting the permissions to match the others that you have in there.
Then do a full reboot and view the contents of the file:
/sys/devices/virtual/bdi/179:0/read_ahead_kb
It should read '4096'. If it doesn't, you have a problem with (some) init.d scripts.
All the script does is to increase the size of the SD card readahead cache to 4096 rather than whatever is is set to run at.
Once you have tested, simply delete the init.d script and reboot again to restore your original value.
Thanks.
Will test it later the day...
Send via Tapatalk 2
@ nobnut
Sorry had wrong link up for auto.
No apology necessary. I was just letting you know before people started getting confused
EDIT: The scripts work really well. Thank you.
I don't use them as init.d scripts. I execute them from shortcuts using Tasker, that way I can have manual control over the button lights from the homescreen
Bloomin' marvellous
Thanks again.
@nobnut Cool, btw the first few lines of the auto script don't do anything, the last line just sets it back to rw instead of ro, so the phone can have control back.

How to change bootanimation runnig stock.

Hi, I am currently using stock JB with a couple of mods/extras i managed to link in via the kitchen. But frustratingly so I cannot change the boot image and are hoping with appreciation someone in here can direct me. So far I have tried everything I am capable of. That is from within the kitchen enabling the function which is suppose to allow you to change your boot animation. Although it gives you the tick and creates a different directory for your boot animation this still doesn't work. I have tried replacing hTC_boot_one.zip file but does not work. Whenever i do replace or alter that file the boot starts as normal with white htc and then goes to black with android with a back light rolling from side to side, like kit in night rider. I also have tried flashing Mattmans-Boot-Animation which uses aroma installer. Still didnt work and as far as I know it just added the file in system/customize/resource/. There appears to be a command file preventing any changes internally in stock. Really appreciate and hope someone can help. Thanks in advance......happy new years.....:good:
Did you root the rom ?
You need root acces to write in the system directory's ......
You need SU
Mr Hofs said:
Did you root the rom ?
You need root acces to write in the system directory's ......
Click to expand...
Click to collapse
Yeah rooted with su access to system files.....cheers!
basically is just stock jb base.....
veroby said:
Hi, I am currently using stock JB with a couple of mods/extras i managed to link in via the kitchen. But frustratingly so I cannot change the boot image and are hoping with appreciation someone in here can direct me. So far I have tried everything I am capable of. That is from within the kitchen enabling the function which is suppose to allow you to change your boot animation. Although it gives you the tick and creates a different directory for your boot animation this still doesn't work. I have tried replacing hTC_boot_one.zip file but does not work. Whenever i do replace or alter that file the boot starts as normal with white htc and then goes to black with android with a back light rolling from side to side, like kit in night rider. I also have tried flashing Mattmans-Boot-Animation which uses aroma installer. Still didnt work and as far as I know it just added the file in system/customize/resource/. There appears to be a command file preventing any changes internally in stock. Really appreciate and hope someone can help. Thanks in advance......happy new years.....:good:
Click to expand...
Click to collapse
Dude. I think you need root your rom to get custom boot (-:
There're a lot ready-to-go tools for booting animation
Good luck !
allv.newbie said:
Dude. I think you need root your rom to get custom boot (-:
There're a lot ready-to-go tools for booting animation
Good luck !
Click to expand...
Click to collapse
its rooooooooooteeeeeeeed thx..
veroby said:
its rooooooooooteeeeeeeed thx..
Click to expand...
Click to collapse
lol
https://play.google.com/store/apps/details?id=com.simproductions.bachanger&hl=it I think it can works
fez vrasta said:
lol
https://play.google.com/store/apps/details?id=com.simproductions.bachanger&hl=it I think it can works
Click to expand...
Click to collapse
hey thx, but it did not work. I cant even find where it has placed the file. If it managed to. Man im p-i-s-s-e-d. not your fault its just on my tits. cheers....
allv.newbie said:
Dude. I think you need root your rom to get custom boot (-:
There're a lot ready-to-go tools for booting animation
Good luck !
Click to expand...
Click to collapse
Its rooooooooooooooooooteeeeeeeeeeeeeeeeeeeeed cheers....
Its my own custom rom but this little simple thing i cannot get around. I can only semis that within stock base there's a system file preventing any change...
Have you mounted system as rw? In root explorer you just press the button, not sure on other apps, and have you set the right permissions? rw-r--r-- to match everything else in system/customize/resource.
maXimus One X
evo1rs said:
Have you mounted system as rw? In root explorer you just press the button, not sure on other apps, and have you set the right permissions? rw-r--r-- to match everything else in system/customize/resource.
maXimus One X
Click to expand...
Click to collapse
Thanks for your help. Not sure what you mean by mount the system as rw. The permissions - yes always changed permissions when trying to replace the hTC_bootup_one.zip file. Cheers...
veroby said:
Thanks for your help. Not sure what you mean by mount the system as rw. The permissions - yes always changed permissions when trying to replace the hTC_bootup_one.zip file. Cheers...
Click to expand...
Click to collapse
If system is mounted as ro (read only) you can't change anything in the folder, this is the default setting I think and it needs to be mounted as rw to allow changes.
You could try to rename something in the system directory and if it doesn't actually change then you need to change it, or check if the filesize of the boot animation you replace changes.
Like I said, rootexplorer app changes it with a tap of the button, not sure what else to use
maXimus One X
evo1rs said:
If system is mounted as ro (read only) you can't change anything in the folder, this is the default setting I think and it needs to be mounted as rw to allow changes.
You could try to rename something in the system directory and if it doesn't actually change then you need to change it, or check if the filesize of the boot animation you replace changes.
Like I said, rootexplorer app changes it with a tap of the button, not sure what else to use
maXimus One X
Click to expand...
Click to collapse
Thanks again. No problem renaming any file within system so I guess it is mounted as rw. As to file size, i have tried different file sizes and identical file sizes to the hTC_boot_one.zip file. I have even tried using the same Zip file and just replacing with different images. Making sure to end up with the same values. Nothing seems to work.
Strange, I had rooted stock Rom and it worked fine, maybe you have the wrong format of files or haven't zipped as store only, no compression. I assume it is a sense one x Rom?
Maybe try this one I made for the Rom I use
http://forum.xda-developers.com/showthread.php?p=31136343#post31136343
maXimus One X
evo1rs said:
Strange, I had rooted stock Rom and it worked fine, maybe you have the wrong format of files or haven't zipped as store only, no compression. I assume it is a sense one x Rom?
Maybe try this one I made for the Rom I use
http://forum.xda-developers.com/showthread.php?p=31136343#post31136343
maXimus One X
Click to expand...
Click to collapse
Lol - hadnt planned on having maximus on my own custom rom but will give it a try tomorrow. Let you know...cheers again...:good:
Yeah, just to test formats and setup of course!
maXimus One X

[Q] Density changes not sticking

Hello!
I'm happily rooted and would like to dump my density from 480 to say, 360. I edit build.prop and all is good it seems until I reboot whereby the settings is apparently unchanged. Huh? Any ideas please folks?
I also tried disabling fast reboot from the power settings menu and also mounting system rw before applying the change. Density remains at 480.
bonstio said:
Hello!
I'm happily rooted and would like to dump my density from 480 to say, 360. I edit build.prop and all is good it seems until I reboot whereby the settings is apparently unchanged. Huh? Any ideas please folks?
I also tried disabling fast reboot from the power settings menu and also mounting system rw before applying the change. Density remains at 480.
Click to expand...
Click to collapse
Using ViperOne Rom, and the 400 density in build.prop stick...
It's because /system is write protected. You need to edit the build.prop and upload it in recovery mode (I use TWRP) and then chmod the file to 644. Running 360dpi, looks great.
plisk3n said:
It's because /system is write protected. You need to edit the build.prop and upload it in recovery mode (I use TWRP) and then chmod the file to 644. Running 360dpi, looks great.
Click to expand...
Click to collapse
I'll give it a try but I have a feeling this isn't the full story. As I said, I have mounted /system as RW. If I manually edit the file and save it, I get no permissions errors; the file really does save. It's almost as if something is reverting the file at boot time but that seems too weird...
Same problem
I had my HTC M8 rooted specifically for changing my density to 320. It is not working for me either. Is there an easy way to do what was said about system folder being protected?
I'm an M8 noob still, but don't you need to be s-off to make system changes like this.... Ones that survive a reboot anyway?

how to customize boot animation on rooted htc one m8?

how to customize boot animation on rooted htc one m8?
I tried so many times on trying to change to my own boot animation.. changed the file in system-customize-resource
hTC_bootup_one.zip and hTC_downanimation.zip with the change on desc.txt/default.xml (in CID folder), but nothing worked.
any idea?
My phone info
rooted m8 marshmallow elemental x kernel, s-on
tjtjdgur2719 said:
how to customize boot animation on rooted htc one m8?
I tried so many times on trying to change to my own boot animation.. changed the file in system-customize-resource
hTC_bootup_one.zip and hTC_downanimation.zip with the change on desc.txt/default.xml (in CID folder), but nothing worked.
any idea?
My phone info
rooted m8 marshmallow elemental x kernel, s-on
Click to expand...
Click to collapse
Why not just replace the hTC_bootup_one.zip with your own, and just overwrite them. Remember to set Permissions to RW-R-R.
jkolner said:
Why not just replace the hTC_bootup_one.zip with your own, and just overwrite them. Remember to set Permissions to RW-R-R.
Click to expand...
Click to collapse
I did many time but it didn't work if I change to mine, it just show me black screen..
tjtjdgur2719 said:
I did many time but it didn't work if I change to mine, it just show me black screen..
Click to expand...
Click to collapse
Then there's somthing wrong with your new .zip.
how should I fix it?
I have boot_00001.png to 60 in part 0
boot_00061.png to 76 in part 1
desc.txt
1080 1920 30
p 1 0 part 0
p 0 0 part 1
or is there way to change it to flashable zip file? since other flashable boot animation from other thread worked very well.

Categories

Resources