[Q] How do I scale down image? - Zooper Widget General

I'm trying to scale down the "On" image to the same size as the"Off" but I'm not sure how.
I've tried using advanced parameters it doesn't work. I've also tried using the scale parameters but both image scaled down.
How do I do this?
Sent from my GT-I9305 using xda app-developers app

Cranedrio said:
I'm trying to scale down the "On" image to the same size as the"Off" but I'm not sure how.
I've tried using advanced parameters it doesn't work. I've also tried using the scale parameters but both image scaled down.
How do I do this?
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
Are these two images in one module with the tag or are they two separate modules? If it's the first, you won't be able to scale them independently and thus should resize the on image with an image editor so they have the same size. If it's the second option you should be able to use the scale parameter of the bitmap module for the on image independently.

Nope it is only one. The tag goes like: $#TWIFI#=on?/storage/sdcard0/ZooperWidget/Templates/Survival/OnButton.png$
I've used the off button as the base. So when widget on tap, it goes to tasker while changing the image also.
Anyway thanks for the info.

Related

Backlight?

I'm wondering if its possible to make the backlight lower then what is the lowest setting on the stock htc rom? If so, roms/apps that let me lower it?
Thanks,
Cryous
Sent from my ADR6300 using XDA App
Download adjbrightness from the market.
Sent from my Incredible using XDA App
Major overkill for just adjusting brighness, but Tasker can set these very low brightness levels as well - If you have other uses for Tasker automation, it's a very powerful app. On the Brightness front, it can be used to create brightness preset widgets, or widgets which popup a brightness selection menu, and of course to automate setting brightness based on any number of circumstances...
Tasker is paid thats overkill for just a simple task IMO.
Sent from my Incredible using XDA App
Well read my below post
Actually, I waslooking for an app that allows me to turn off the backlight completely, or make it nearly so....adjustable brightness doesn't go any lower then the native widget
Sent from my ADR6300 using XDA App
Just experimented with Tasker which allows you to set the brightness to a value from 0 to 255, setting a value of 1 didn't look too much dimmer than the dimmest that the system slider would set (on CM7, not stock) and setting 0 seemed to be the same as turning the screen off (CM7's screen off animation was displayed as the screen went blank.).
Hmmmmmm, well that's great....hopefully I can make an app that will do what I want
Sent from my ADR6300 using XDA App
I'd love that app if you make it.
Sent from my Incredible using XDA App
Its not liking me, I'm having a hard time keeping the screen from going off with the backlight
Sent from my ADR6300 using XDA App
Can you just set it so low that its basically off but not 100%?
Sent from my Incredible using XDA App
Its not much better then the stock lowest. So I'm not sure about just the backlight being off being possible
Sent from my ADR6300 using XDA App

How do you use the backgrounds option on the camcorder?

I'm not sure how to use this option in video. It's under the faces option.
What does it do and how do you get it to work?
Sent from my Galaxy Nexus using XDA App
crossover37 said:
I'm not sure how to use this option in video. It's under the faces option.
What does it do and how do you get it to work?
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
It's basically the same thing as the backgrounds option in Photobooth on a mac. It kind of works the same way as a green screen does (such as in weather reports). You step out of the frame, let it calibrate, and then you step back into the same frame, and now your background is customized. You obviously have to keep your phone extremely still and in the same frame for this to work. You can choose from several backgrounds to have (sunset, etc). So... yeah. That's what it is.
anton2009 said:
It's basically the same thing as the backgrounds option in Photobooth on a mac. It kind of works the same way as a green screen does (such as in weather reports). You step out of the frame, let it calibrate, and then you step back into the same frame, and now your background is customized. You obviously have to keep your phone extremely still and in the same frame for this to work. You can choose from several backgrounds to have (sunset, etc). So... yeah. That's what it is.
Click to expand...
Click to collapse
Oh ok. Thanks.
Sent from my Galaxy Nexus using XDA App

Screenshot location change?

Is it possible to change the save folder location the screenshot file goes to? I prefer it be ScreenCapture; just like stock.
Sent from my SGH-T989 using XDA
Screen shot has it default location, its part of the core programing so unless you know code you can not change it. I have yet to see any options for screen shot, anywhere.
No you cannot change the default location of where pictures stored, you can only move the picture to a new folder after you have taken the picture......Unfortunately
Thanks guys!
Sent from my SGH-T989 using XDA

Pixel density mod?

Is there any mod or ROM besides liquidsmoothes that has the capability to change the pixel density for the GSIII?
Sent from my SPH-L710 using xda app-developers app
spdrasr3 said:
Is there any mod or ROM besides liquidsmoothes that has the capability to change the pixel density for the GSIII?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Per app or overall??
Open build.prop with R/W
Edit line ro.sf.lcd.density= 320 to a higher number. Will change it.. (just remember 320 is stock)
milky1112 said:
Per app or overall??
Open build.prop with R/W
Edit line ro.sf.lcd.density= 320 to a higher number. Will change it.. (just remember 320 is stock)
Click to expand...
Click to collapse
I've never done any build prop mods how do I get to the edit line? I thought 306 was the density. Thanks!
Sent from my SPH-L710 using xda app-developers app
spdrasr3 said:
I've never done any build prop mods how do I get to the edit line? I thought 306 was the density. Thanks!
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Rom i am running (The Peoples Rom, has that one set to 320, So going off it)
I use root explorer... So your steps may differ a bit
Open Root explorer, Go to SYSTEM, Build.prop... Long press and edit in text editor.. scroll down till you see that line in the build prop, Edit number , Save, Reboot phone. Now your density will change to set number. (I used to run higher on my OG epic) Hope it helps..
Just remember original setting if you don't like what it's changed to. You can also edit build.prop and add the soft keys (Nexus style) as well.
If i'm wrong somoene chime in.
milky1112 said:
Rom i am running (The Peoples Rom, has that one set to 320, So going off it)
I use root explorer... So your steps may differ a bit
Open Root explorer, Go to SYSTEM, Build.prop... Long press and edit in text editor.. scroll down till you see that line in the build prop, Edit number , Save, Reboot phone. Now your density will change to set number. (I used to run higher on my OG epic) Hope it helps..
Just remember original setting if you don't like what it's changed to. You can also edit build.prop and add the soft keys (Nexus style) as well.
If i'm wrong somoene chime in.
Click to expand...
Click to collapse
Can't seem to get the change to stick. Any suggestions?
Sent from my SPH-L710 using xda app-developers app
spdrasr3 said:
Can't seem to get the change to stick. Any suggestions?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Edit on computer, then safe in zip.. Reflash.
---------- Post added at 09:21 PM ---------- Previous post was at 09:19 PM ----------
spdrasr3 said:
Can't seem to get the change to stick. Any suggestions?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Are you saving after edit? which File explorer you using?
Download front changer from play store , it allow you to change density.
Sent from my Galaxy Nexus using xda premium
milky1112 said:
Edit on computer, then safe in zip.. Reflash.
---------- Post added at 09:21 PM ---------- Previous post was at 09:19 PM ----------
Are you saving after edit? which File explorer you using?
Click to expand...
Click to collapse
Root explorer...and yes I saved and exited then reboot. Does it have something to do with permissions?
Sent from my SPH-L710 using xda app-developers app
spdrasr3 said:
Root explorer...and yes I saved and exited then reboot. Does it have something to do with permissions?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Mount it as R/W (top option) it mounts as R/O normally. if you don't mount as R/W then won't save.
pdkenji said:
Download front changer from play store , it allow you to change density.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
No such app in playstore
Sent from my SPH-L710 using xda app-developers app
milky1112 said:
Mount it as R/W (top option) it mounts as R/O normally. if you don't mount as R/W then won't save.
Click to expand...
Click to collapse
Yep done that...still no go
Sent from my SPH-L710 using xda app-developers app
Try to edit on computer then flash rom.
Bout the only other way I can think of making it work. Edit build prop on the computer. Can try ES file explorer and see if it will take.
Sent from my SPH-L710 using Tapatalk 2
milky1112 said:
Try to edit on computer then flash rom.
Bout the only other way I can think of making it work. Edit build prop on the computer. Can try ES file explorer and see if it will take.
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Tried ES file explorer and it must work because once the density is change it locks up at Samsung splash screen
Sent from my SPH-L710 using xda app-developers app
Shouldnt. Hmmm... not sure why it would lock up. What rom ya on?
Sent from my SPH-L710 using Tapatalk 2
milky1112 said:
Shouldnt. Hmmm... not sure why it would lock up. What rom ya on?
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Stock...rooted. Tried in ROM toolkit build prop mods same result lockup. Shouldn't be this difficult. I used one click Odin to root. Could that be a problem?
Sent from my SPH-L710 using xda app-developers app
spdrasr3 said:
Stock...rooted. Tried in ROM toolkit build prop mods same result lockup. Shouldn't be this difficult. I used one click Odin to root. Could that be a problem?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
No, shouldnt be an issue with root methodm try a differnet rom (the peoples rom) lightly modded.
Sent from my SPH-L710 using Tapatalk 2
Whatever you do don't just blindly change your pixel density without knowing how it works. One of the posters said change it to a higher number, yeah right, is he nuts? the higher the number the less sharp and more chance your phone won't boot up, it's actually the lower the number the sharper the better so he got all his stuff twisted, he needs to go relearn.
Changing your dpi to something higher than what your actual screen supports is a guaranteed way to get softbricked and you will have to restore with odin.
Your screens pixel density can't be increased because its hardware physical pixels that were manufactured with in the first place so by lowering the pixel density from lets say in my case 306 for my galaxy s3 down to 240 I get a much crisper display with more room and also 720p movies look very good.
Are there any disadvantages to lowering the density?
OsmanMusa said:
Whatever you do don't just blindly change your pixel density without knowing how it works. One of the posters said change it to a higher number, yeah right, is he nuts? the higher the number the less sharp and more chance your phone won't boot up, it's actually the lower the number the sharper the better so he got all his stuff twisted, he needs to go relearn.
Changing your dpi to something higher than what your actual screen supports is a guaranteed way to get softbricked and you will have to restore with odin.
Your screens pixel density can't be increased because its hardware physical pixels that were manufactured with in the first place so by lowering the pixel density from lets say in my case 306 for my galaxy s3 down to 240 I get a much crisper display with more room and also 720p movies look very good.
Click to expand...
Click to collapse
If i stated to go wrong direction, thanks for the correction, I haven't messed with it on my S3, just did on my OG Epic.. No disadvantages that ive seen.. just everything is smaller on screen. Still looks good. I'm running stock 320 on my S3 for now.. Don't see a need to change it yet. Thanks again.
Lowering the dpi to 240 or even 260 has 2 benefits, one you get more room so you can fit more icons and everything and even have more dock items too and second benefit is that when you get more room for things and you see smaller icons etc that means they look more high def so everything you see becomes high def since things are not all huge and up in your face because the bigger something is the more pixellated it is get it? so i would definately go for at least 260 but 240 is even better.
I mean just think about it, you have a 4.8 inch display and huge things like widgets are taking up most of your screen so by going down to 240 you turn your screen into more tablet like with more room for you to put and do whatever you need. It's like i'm using galaxy tab 2 right now with dpi at 240.

Darker screen?

Is there anyway to make the screen even darker? Even on the lowest setting the S3s screen is super bright. I was wondering if there is a mod or something that makes the lowest setting even dimmer. Like in the browser when your on power saving mode, the screen gets significantly darker.
Sent from my SPH-L710 using xda app-developers app
Lux lite. In the play store.
Sent from my Nexus 4 using xda premium
Yeah, lux or screen filter
Both have the issue that you cannot sideload apps while they are enabled
Thanks!!!!
Sent from my SPH-L710 using xda app-developers app
Also one more, I dont remember exactly where i saw it, but I think there was a build.prop mod that allowed you to change the threshold and make the brightness slider go to even lower values...dont remember what it was called though :\
CNexus said:
Also one more, I dont remember exactly where i saw it, but I think there was a build.prop mod that allowed you to change the threshold and make the brightness slider go to even lower values...dont remember what it was called though :\
Click to expand...
Click to collapse
I looked in the file but found nothing relating to brightness
Sent from my SPH-L710 using xda app-developers app
No, theres an edit that you can make that lowers the threshold
It was either there or in some other file that you had to add it
CNexus said:
No, theres an edit that you can make that lowers the threshold
It was either there or in some other file that you had to add it
Click to expand...
Click to collapse
Could be ro.sf.screen density... that might not be it though,I have no idea
Nah that's the density of the pixels.
Sent from my SPH-L710 using xda app-developers app
Meant lcd_density... again, might now be it... probably isn't... gonna dig around the build.prop for it though
I'm racking my brains trying to remember, there is an edit that you can place somewhere to lower the threshold though, I'm sure of it
CNexus said:
I'm racking my brains trying to remember, there is an edit that you can place somewhere to lower the threshold though, I'm sure of it
Click to expand...
Click to collapse
I'm sure its there somewhere. Or maybe we have to add the line?
Sent from my SPH-L710 using xda app-developers app
Yeah, its a line you need to add, not modifying an existing one
Gimme a bit and I'll find it haha

Categories

Resources