Results 1 to 23 of 23
- 08-31-2010, 06:38 PM
Thread Author #1
- 08-31-2010, 06:45 PM #2
From the pictures it appears the tweak causes some color banding. Is there actually color banding or is it just the picture?
Galaxy Note II - Rooted - Black Status Bar w/WiFi Toggle - 08-31-2010, 06:53 PM
Thread Author #3
Yes, the color banding is caused by the increased pixel density. Hadn't noticed it until you mentioned it, but I could see how if you looked for it it'd distract your attention. Like I said, it is slightly buggy as its not "optimal" density. It all comes down to preference and whether the negatives (graphics glitches, mostly) outweigh the positives (increased visibility on the entire OS)
Samsung Galaxy Note 2 on Verizon
Jelly Beans Build 16 - Perseus 36.3 - 08-31-2010, 06:57 PM #4
I'm kinda OCD on color banding (my Storm makes me cringe sometimes lol and the color banding in the 2.2 Gallery drives me nuts too). Hum... I'm going to watch the President and contemplate whether or not to tweak.
Galaxy Note II - Rooted - Black Status Bar w/WiFi Toggle - 08-31-2010, 07:03 PM #5
Saw this over on XDA but decided to pass on it.
Especially since it has color banding. I can't stand that at all.
It is a cool tweak though.
I'd also point out that if you have Root Explorer, this may be easier...
Method 2 - Root Explorer
1. Copy the build.prop to the root of your SD card
2. Long press on build.prop
3. Select "Copy"
4. Navigate to /system
5. Click R/W in the top right corner
6. Paste, and overwrite
7. Reboot
original post and file to DL .
from LexusBrian400 over at XDA.Last edited by avlfive; 08-31-2010 at 07:11 PM.
BlackBerry 8330 --> BlackBerry Storm1 --> Motorola Droid --> HTC Droid Incredible & Motorola Droid X & Motorola Xoom - 08-31-2010, 07:12 PM
Thread Author #6
Yeah Root Explorer makes this significantly easier and user friendly. You pretty much don't even have to copy files, just edit the file right there in /system/ with Root Explorers file editor. However I chose to neglect it since its a paid app and I wanted this procedure to be 100% free all around. Plus its a learning exercise for some
good practice makes perfect.
Thanks for adding it though, for those with Root Explorer already it should help those who already paid.Samsung Galaxy Note 2 on Verizon
Jelly Beans Build 16 - Perseus 36.3 - 08-31-2010, 07:13 PM #7
It's a great app to have too. A must DL for root users, IMO.
Are you planning on keeping the tweak on your device?BlackBerry 8330 --> BlackBerry Storm1 --> Motorola Droid --> HTC Droid Incredible & Motorola Droid X & Motorola Xoom - 08-31-2010, 07:31 PM
Thread Author #8
Yep. The color banding doesn't phase me at all as its only noticeable if you look for it.
Root Explorer... ehhh to me its nothing more than a GUI of what I can already do in ADB, and I like command line
But I have heard nothing but good things for RE so maybe someday I'll get lazy and take the quick and easy way
Samsung Galaxy Note 2 on Verizon
Jelly Beans Build 16 - Perseus 36.3 - 08-31-2010, 07:50 PM #9
For the record, weatherbug elite widget does not like the "increased resolution" the forecasts are now overlapping

FIX (SORTA): Disable background.Last edited by gafly; 08-31-2010 at 08:31 PM.
Galaxy Note II - Rooted - Black Status Bar w/WiFi Toggle - 08-31-2010, 08:01 PM
Thread Author #10
Samsung Galaxy Note 2 on Verizon
Jelly Beans Build 16 - Perseus 36.3 - 08-31-2010, 08:07 PM #11
- 08-31-2010, 08:10 PM #12BlackBerry 8330 --> BlackBerry Storm1 --> Motorola Droid --> HTC Droid Incredible & Motorola Droid X & Motorola Xoom
- 08-31-2010, 08:15 PM #13
Go take a look at the pictures in the first post - specifically the pictures of the market. Look at the grey header for the market. The headers in the pictures on the left look very smooth where as the headers in the pictures on the right do not look smooth (you can see various grays in the header).
Galaxy Note II - Rooted - Black Status Bar w/WiFi Toggle - 09-01-2010, 10:36 AM #14
- 09-01-2010, 10:42 AM #15
I am using multicon to get more icons on each home screen. It makes the icons smaller so 4 or more icons fit in a single icon space. I can get 64 icons on each screen now. It doesn't help on the other screens like the market and such. It doesn't require hacking or rooting. Multicon is in the app store.
- 09-01-2010, 10:55 AM #16
After you made the changes, did you disable the R/W access on the system folder? When I do, mine reboots the phone and loses the changes.
Doesn't seem to like this tweak on the HTC Incredible...
UPDATE: Even leaving the R/W alone, rebooting takes it back to 240 every time.Last edited by belogical; 09-01-2010 at 11:03 AM.
- 09-01-2010, 01:09 PM #17
You can also just do this through a terminal emulator if you're feeling feisty and your particular build has a text editor (like nano) installed...
Edit file.Code:$ su # mount -o remount,rw /dev/block/system /system # nano /system/build.prop
EnjoyCode:# reboot

Peter - 09-01-2010, 02:34 PM #18
Samsung Vibrant and alternative method
OK this is how I did it without pluging the phone
Neccesary apps
Rooted (W/busybox installed)
Astro (optional)
Superuser Permission
(All free)
With Astro
Copy file /system/build.prop to /sdcard/build.prop
Make a second copy to a second location in sdcard for backup purposes
edit build.prop in sdcard and change parameter as indicated
Save changes
from terminal
$su
wait for #
# busybox cp /sdcard/build.prop /system/build.prop
Restart
DONE
Without Astro
Open Terminal
$ su
Wait for #
# busybox cp /system/build.prop /sdcard/build.prop
# busybox cp /system/build.prop /sdcard/build.prop.bak
Edit build.prop in SD CARD with any Text Editor installed and change line
ending in "density=240" to density=200
Save
from terminal again
$ su
# busybox cp /sdcard/build.prop /system/build.prop
Restart
DONE - 09-01-2010, 02:50 PM #19
Issue
In Samsung Vibrant (Rooted) with Touchwiz
Density in 200, Other than the Widget issues (not biggie) icons align to left but it does not allows toadd extra row of icons (vertical or horizontal lines) making it look not very nice....
I tried with 180 without success.
If possible to change the size of the Touchwiz config and resize de screens it would work nicely i guess at 200
at 180, letters in some apps (Terminal for example) are just too small (although I can read it i have 20/20 vision) - 09-01-2010, 02:51 PM #20
LCD density in the market does this...much easier than editing the file yourself.
- 09-01-2010, 03:08 PM #21
sweet tweak, but, honestly, i kinda gave up after trying for a few hours. yes, pro is text sharper, screen bigger (since everything gets smaller). But....cons are little more than pros here. for text on the menu, most of cap letter could be cut both top and bottom, widgets looks not fully filling in the screen(e.g, Beautiful Widget, looks not that good with 200 density, no animation for weather then). Personally, i back to 240 now, cannot give up widget looks.
NOTES, a few friends tried LCD_Density app, if you decided to refund, you still have to manually change build.pro. So backup, backup, backup before any mod. - 09-01-2010, 04:43 PM #22
So has anyone seen graphical artifacts in widgets besides beautiful widgets? I like this idea...
Fission 1.1t4 X - Rooted Overclocked/Undervolted - 09-01-2010, 06:08 PM
Thread Author #23
It's not so much a graphical artifact with BW, its the fact that you lose functionality in pressing the weather icon and loading up the 5 day forecast. It vibrates on the first press but for some reason doesn't load when you have the dpi modded. I DID notice that when I set LauncherPro to 5 row icons and in landscape mode, the dpi mod fixes Beautiful Widgets overlapping things beneath it.
So this hack seems very situational. If I find any other artifacts I'll post up.Samsung Galaxy Note 2 on Verizon
Jelly Beans Build 16 - Perseus 36.3Thanked by:


Reply


































