[MOD] Incredible Sensation 2.0 - Depaginated App Drawer - Verizon Droid Incredible 2

This is a mod to change the page-like app drawer style of sense to a free floating scroll style similar to AOSP, launcher pro and other home replacement drawers.
credits:
A huge thanks to coiledwire over at themikmik.com forums for helping me with what would need changing and where to look.
Also a special thanks to newtoroot for making such a great rom and for all of the hard work he has put in!
Downloads:
DePaginated
Back to stock
Hope you all like it!

will this work with rmk's gingersense ?

undertakerli said:
will this work with rmk's gingersense ?
Click to expand...
Click to collapse
I'm honestly not a 100% sure. I would have to look at the files. If you want to test it I would make a nandroid first and then flash the mod.
Sent from my Incredible Sensation using Tapatalk

after flash how can I chose app drawer ?

undertakerli said:
after flash how can I chose app drawer ?
Click to expand...
Click to collapse
I'm not sure what you mean. After you flash it'll be your regular app drawer but you will notice it will scroll without stopping at "paged" increments.
Sent from my Incredible Sensation using Tapatalk

ruvort said:
I'm not sure what you mean. After you flash it'll be your regular app drawer but you will notice it will scroll without stopping at "paged" increments.
Sent from my Incredible Sensation using Tapatalk
Click to expand...
Click to collapse
It seems as though he doesn't understand what u did? Great job though!

andybones said:
It seems as though he doesn't understand what u did? Great job though!
Click to expand...
Click to collapse
Thank you sir it was actually your work that inspired me to mess with sense edits myself as well.
Sent from my Incredible Sensation using Tapatalk

Care to share the edits?

Anyway we could get this on Virtuous Unity, I would love to lose the pages in my app drawer. I can confirm that the mod as it is does not work with virtuous unity. Thanks.

trock79 said:
Care to share the edits?
Click to expand...
Click to collapse
Sure I can write the edits here later today
waderb77 said:
Anyway we could get this on Virtuous Unity, I would love to lose the pages in my app drawer. I can confirm that the mod as it is does not work with virtuous unity. Thanks.
Click to expand...
Click to collapse
Okay. I will look into getting it done after tomorrow. I will be on the road all day tomorrow so may not have time till after.
Sent from my Incredible Sensation using Tapatalk

Flashed this through recovery and rom manager and it flashes quick, says successful but my app drawer is still incremental, which I hate.. on incredible sensation v2.0 w no other mods.. something im doing wrong? Thanks!
Sent from my Incredible Sensation using XDA App

It does not work for me, either. Same thing, says it installed, boot up, still paginated. Stock incredible sensation.
Sent from my Incredible 2 with Xda app

Hmm ill look into it. If I adb push the file it works fine, but I didn't test the zip.
Sent from my Incredible Sensation using Tapatalk

Can you post up the adb commands to use?
Sent from my Incredible 2 with Xda app

+
devator22 said:
Can you post up the adb commands to use?
Sent from my Incredible 2 with Xda app
Click to expand...
Click to collapse
Sent from my Incredible Sensation using XDA App

Didn't work for me either. Running incredible sensation rls 1.1

trock79 said:
Care to share the edits?
Click to expand...
Click to collapse
Here's a unified diff that shows all the differences in the smali files (3 lines in 1 file) between the DePaginated and RePaginated com.htc.framework.jar files.
Code:
--- C:\temp\RePaginated\com\htc\widget\PagedGridView.smali
+++ C:\temp\DePaginated\com\htc\widget\PagedGridView.smali
@@ -109,7 +109,7 @@
invoke-direct {p0, p1}, Lcom/htc/widget/BouncingGridView;-><init>(Landroid/content/Context;)V
.line 60
- iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
+ iput-boolean v2, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
.line 70
iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mPageIndicatorEnabled:Z
@@ -182,7 +182,7 @@
invoke-direct {p0, p1, p2}, Lcom/htc/widget/BouncingGridView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
.line 60
- iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
+ iput-boolean v2, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
.line 70
iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mPageIndicatorEnabled:Z
@@ -256,7 +256,7 @@
invoke-direct {p0, p1, p2, p3}, Lcom/htc/widget/BouncingGridView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
.line 60
- iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
+ iput-boolean v2, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
.line 70
iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mPageIndicatorEnabled:Z

jschmier said:
Here's a unified diff that shows all the differences in the smali files (3 lines in 1 file) between the DePaginated and RePaginated com.htc.framework.jar files.
Code:
--- C:\temp\RePaginated\com\htc\widget\PagedGridView.smali
+++ C:\temp\DePaginated\com\htc\widget\PagedGridView.smali
@@ -109,7 +109,7 @@
invoke-direct {p0, p1}, Lcom/htc/widget/BouncingGridView;-><init>(Landroid/content/Context;)V
.line 60
- iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
+ iput-boolean v2, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
.line 70
iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mPageIndicatorEnabled:Z
@@ -182,7 +182,7 @@
invoke-direct {p0, p1, p2}, Lcom/htc/widget/BouncingGridView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
.line 60
- iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
+ iput-boolean v2, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
.line 70
iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mPageIndicatorEnabled:Z
@@ -256,7 +256,7 @@
invoke-direct {p0, p1, p2, p3}, Lcom/htc/widget/BouncingGridView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
.line 60
- iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
+ iput-boolean v2, p0, Lcom/htc/widget/PagedGridView;->mEnableScrollByPage:Z
.line 70
iput-boolean v0, p0, Lcom/htc/widget/PagedGridView;->mPageIndicatorEnabled:Z
Click to expand...
Click to collapse
Haha ty sir. You keep picking up the slack for me. I keep getting really busy in real life so its hard to keep up with updates on here sometimes :-\
Sent from my Droid Incredible 2

Just inquiring- any update on this? I'd really love to try it out on the new rls.

anybody know how to get rid of the separation lines after getting the smooth scrolling

Related

Touchscreen Booster

I've been using this app since the original galaxy s, but couldn't really see any improvement on the gs3 till I did some adjustments. Now my gs3 is flying. Just thought I'd share. My settings are in the pic.
https://play.google.com/store/apps/details?id=br.shop4apps.touchscreenbooster.com
All credit goes to the app developer, so send a donation their way if this helps you out.
Tried this, dont really see an improvement though.
Sent from my SGH-T999 using xda app-developers app
durps said:
Tried this, dont really see an improvement though.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
I was having scrollable lag with nova, but now it's smoother than ever. I guess all phones are really not created equal.
Btw, I'm on frosty v11, and stock kernel.
rizoh66 said:
I was having scrollable lag with nova, but now it's smoother than ever. I guess all phones are really not created equal.
Btw, I'm on frosty v11, and stock kernel.
Click to expand...
Click to collapse
I will give this a shot, having same lag with APEX Pro. Thanks.

[ROM] Aeonfluxx [AROMA]

*Based on Stock T-Mobile Samsung Galaxy Note II 4.1.1(ULVAK8)*​
**ROM FEATURES**​
Code:
[B]*Full Deodexed
*Added Root Permission
*Added SuperSU
*Added BusyBox
*Zipaligned
*Added init.d support
*Debloated
*Carrier IQ free
*Build Prop Tweaks
*Aroma Installer
*Performance Tweaks!
*Smoother UI Tweaks!
*Battery Tweaks!
*Init.D Tweaks!
*23 Toggles
*Lightly Themed
*Wifi Tethering
*Bluetooth Tethering
*Call Recording
*RAM Management Tweaks
*Multi-Window All Apps
*Tweaks For Cache Management
*Faster Internet Browsing
*Faster MTP (SD-Card File Transfer Speeds)
[/B]
**AROMA INSTALLER OPTIONS**​
Code:
[B][SIZE="3"][COLOR="Red"][U]Apps[/U][/COLOR][/SIZE]
*Accuweather
*Allshare
*Chat On
*Dropbox
*Flipboard
*Google Maps
*Google Plus
*Kies
*Media Hub
*Music Hub
*Paper Artist
*Polaris Viewer
*Samsung Apps
*S-Memo
*S-Note
*S-Suggest
*S-Voice
*Voice Recorder
*Vpn Client
*Yahoo
*Youtube
[/B]
MINE
this one too!
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
First!
Sent from my SGH-T889 using xda premium
giving this a shot thanks
Great work bro !
Let me know if you need anything for the ROM.
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
KillaHurtz said:
Great work bro !
Let me know if you need anything for the ROM.
Click to expand...
Click to collapse
Thanks bro!
Sent from my SGH-T889 using Tapatalk 2
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
Much thanks for this! Love to see more choices for this amazing device. Looks like all the goodies I had to mod all in one! Sweet.
Sent from my SGH-T889 using xda premium
Nice job man, do you still have a S3? How is the battery? Can I flash a different kernel? LOL Figured, i would go ahead and get that out of the way.
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
Venal_System said:
Nice job man, do you still have a S3? How is the battery? Can I flash a different kernel? LOL Figured, i would go ahead and get that out of the way.
Click to expand...
Click to collapse
Yeah. I'm planning to keep both phone
Sent from my SGH-T889 using Tapatalk 2
hey!! love it bro. so what themes work with this? can i use an S3 one?,lol. the gangs all here looks like. now i have two note2 themes to get done. lol. im on it guys.
nice header btw.
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
blacknight1114 said:
hey!! love it bro. so what themes work with this? can i use an S3 one?,lol. the gangs all here looks like. now i have two note2 themes to get done. lol. im on it guys.
nice header btw.
Click to expand...
Click to collapse
Nice. Yeah you can just port them over. Thanks for the header black
Sent from my SGH-T889 using Tapatalk 2
Thank you very much! another great rom to try
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
Is anyone else having issues with the links on twitter not opening ?
Sent from my SGH-T889 using XDA Premium HD app
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
Looks like I have a new ROM to try out
Are there any particular kernels you recommend?
Sent from my SGH-T889 using xda app-developers app
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
huguito326 said:
Is anyone else having issues with the links on twitter not opening ?
Sent from my SGH-T889 using XDA Premium HD app
Click to expand...
Click to collapse
Works here, both browse and pop up
Sent from my SGH-T889 using Tapatalk 2
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
pyraxiate said:
Looks like I have a new ROM to try out
Are there any particular kernels you recommend?
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
To be honest I haven't try any custom kernel yet. I'm still happy with stock
Sent from my SGH-T889 using Tapatalk 2
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
MikHaiL_08 said:
To be honest I haven't try any custom kernel yet. I'm still happy with stock
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
Lol ok thanks bro. Ill likely leave it as you cooked it
Sent from my SGH-T889 using xda app-developers app
Question,
firstly this is based on T-Mobile so I think the WIFI CALLING should work fine....
Anyone have tried Wifi Tethering on this rom, does the WIFI tethering work out of the box? can can anyone report please.
Thanks,
Also please list if anyone get any bugs.....I'm on MyRom, and it run great, but it's the international version, does have Wifi Tethering but no WIFI calling.....
Re: [ROM][ULVAK8][01.21.13] Aeonfluxx v1 [AROMA][Fast,Smooth,Rock Stable]
loaferkan said:
Question,
firstly this is based on T-Mobile so I think the WIFI CALLING should work fine....
Anyone have tried Wifi Tethering on this rom, does the WIFI tethering work out of the box? can can anyone report please.
Thanks,
Also please list if anyone get any bugs.....I'm on MyRom, and it run great, but it's the international version, does have Wifi Tethering but no WIFI calling.....
Click to expand...
Click to collapse
Wifi calling and tethering are both working for me.
My phone does seem to be getting pretty warm though and it seems like the battery is draining abnormally fast. It could just be from setting things up though. I'll test a bit and report back in. I don't recall it ever getting this warm on the stock rom though.
Sent from my SGH-T889 using xda app-developers app

Xperia Z Launcher

Xperia Z Launcher v2 works on nexus 4 here the link http://forum.xda-developers.com/showthread.php?t=2102397
That's great! love it
Nice
Nice find. Trying out now! Thank you
Thank you so much, will try it later:laugh:
I'm a little confused by the instructions.. I don't understand. Is this just a launcher or a rom?
If I install is it going to mess up my currently installed apps and settings?
Sent from my Nexus 4 using xda app-developers app
Richieboy67 said:
I'm a little confused by the instructions.. I don't understand. Is this just a launcher or a rom?
If I install is it going to mess up my currently installed apps and settings?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
No, just install it using CWM, like flasing a rom or gapps .zip
The Launcher is great, I really miss my Xperia phones now my nexus launcher feels smooth and fast like my Arc S
Flashed disabled Auto rotation 6x4 xhdpi, widgets and wallpapers...see apps and widgets from xperia launcher, but not the launcher itself?
Flashed V2, works and i can use the launcher... but V3 does not work!
Which version did you flash?
Did you flashed directly V3 or something first?
KingBeike said:
Flashed disabled Auto rotation 6x4 xhdpi, widgets and wallpapers...see apps and widgets from xperia launcher, but not the launcher itself?
Flashed V2, works and i can use the launcher... but V3 does not work!
Which version did you flash?
Did you flashed directly V3 or something first?
Click to expand...
Click to collapse
V3 doesn't work for me either. Looks like its a know issue as of now
Sent from my Nexus 4 using xda premium
AW: Xperia Z Launcher
Monk4Life said:
V3 doesn't work for me either. Looks like its a know issue as of now
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Yeah...and v3 has only 1,5 mb size while v2 has 13mb Or something....is it because v2 has Widgets includet ?
Sent from my Nexus 4 using xda app-developers app
KingBeike said:
Yeah...and v3 has only 1,5 mb size while v2 has 13mb Or something....is it because v2 has Widgets includet ?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Yes, btw v3.5 is working now, but still have bugs, you have to set DPI to 340
Overdose1986 said:
Yes, btw v3.5 is working now, but still have bugs, you have to set DPI to 340
Click to expand...
Click to collapse
How to set 340 DPI ?
sent from Nexus 4
This looks great can't wait to try it out tomorrow.
To remove out though you just delete?
Is there anyway to customise this to have a combo of stock+xperia features?

Need ASOP lock screen in touchwiz stock rom.

Using nova launcher now. How can i diable touchwiz lock screen. Without using a 3rd party software like holo launcher. Any apk i need to rename with rootexplore etc
Sent from my SGH-T889 using Tapatalk 2
I'm looking for this too! I love AOSP lockscreen.
Sent from my SGH-T889 using xda app-developers app
There is no super easy way to go about this - you need to smali hack a bit to get access to the aosp lockscreen.
eduardmc said:
Using nova launcher now. How can i diable touchwiz lock screen. Without using a 3rd party software like holo launcher. Any apk i need to rename with rootexplore etc
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
I have been coding and coding and sooo much editing of the lockscreen. I am working on getting an AOSP lockscreen when i can on my free time. I will definitely post when I get it to work!
Droid Premium said:
I have been coding and coding and sooo much editing of the lockscreen. I am working on getting an AOSP lockscreen when i can on my free time. I will definitely post when I get it to work!
Click to expand...
Click to collapse
Is this what people want? Just something that will force the lockscreen to be aosp (and have all the lockscreen options in settings then be of no use)? The option exists in some stock-based roms already, but I could whip something together if people wanted - I just need to know for what base... I assume the new UVBMB4? This is one of those hacks that does not translate well from base to base unfortunately...
EDIT: And DroidPremium - I've extended an offer to help before - and I fully respect the I'll-figure-it-out-on-my-own thing - but as I didn't get a response I just wanted to again say feel free to PM me if you have any questions with anything. I am far from the most knowledgeable, but I'd be happy to help
I would be uber excited if you could. I was using Holo Locker, but it likes to stop my bootanimation from running for some weird reason.
TerrorCandii Inc.
Novella
Hey yall got to the att gn2 thread and look at Novella Rom. It is touchwiz and has some pretty nice themes and 4 or 5 different lock screens including Aosp. I believe it does not have a modem so just flash and let me know how you like it......Novella is one of my favorites
G7Baker said:
Hey yall got to the att gn2 thread and look at Novella Rom. It is touchwiz and has some pretty nice themes and 4 or 5 different lock screens including Aosp. I believe it does not have a modem so just flash and let me know how you like it......Novella is one of my favorites
Click to expand...
Click to collapse
Novella is a great one, that's for sure.
Just for the sake of info sharing I believe both Frosty and Tweaked (which are both based on the latest TW stock T-Mobile UVBMB4 base) have an AOSP lockscreen option as well.
G7Baker said:
Hey yall got to the att gn2 thread and look at Novella Rom. It is touchwiz and has some pretty nice themes and 4 or 5 different lock screens including Aosp. I believe it does not have a modem so just flash and let me know how you like it......Novella is one of my favorites
Click to expand...
Click to collapse
Does novella support tmobile? Digging in tmobile forums and cant find the rom. Is it a port? Also if thats the case can we flash tmobile kernels on it like saber? Im in interested in novella
Sent from my SGH-T889 using xda app-developers app
abalosmusic said:
Does novella support tmobile? compatibleg in tmobile forums and cant find the rom. Is it a port? Also if thats the case can we flash tmobile kernels on it like saber? Im in interested in novella rom my SGH-T Using xda app-developers app
Click to expand...
Click to collapse
Hey check out Att thread. Most all Att Roms and N7105 are compatible. I have an att note 2 and i used Jedi Master and Frosty. And i have flashed Novella Rom on my Friends Tmo GN2 snd he loves it. The Rom its self is very customizable. Youll love it. And yes you can flash Saber kernel and Perseus with that Rom as well...thank me if this helps
G7Baker said:
Hey check out Att thread. Most all Att Roms and N7105 are compatible. I have an att note 2 and i used Jedi Master and Frosty. And i have flashed Novella Rom on my Friends Tmo GN2 snd he loves it. The Rom its self is very customizable. Youll love it. And yes you can flash Saber kernel and Perseus with that Rom as well...thank me if this helps
Click to expand...
Click to collapse
Thnx
Tmobile Galaxy Note 2:
16gb [internal] + 64gb[external]
Rooted: Tweaked 2.0, Saberkernel 23, elegant theme
9300 mah battery: infinite onscreentime
Beast phone?
If I make Holo Locker a system app via TB, would that smooth out the delay?
---------- Post added at 02:45 PM ---------- Previous post was at 02:32 PM ----------
Ok, you want AOSP lockscreen, but you don't want a custom rom. Deodexed/Odexed.... just download Holo Locker/Holo Locker Plus, and using TB convert to system app. Reboot, bam!! Runs fluid, no delays, and just looks like it was made for your phone. Goes flawlessly with Holo Launcher, and the AOSP theme from Loco. Epic win.... just saying, if anyone didn't think of it. Hoping this helps someone, so I don't look like an a**, Lol.
G7Baker said:
Hey check out Att thread. Most all Att Roms and N7105 are compatible. I have an att note 2 and i used Jedi Master and Frosty. And i have flashed Novella Rom on my Friends Tmo GN2 snd he loves it. The Rom its self is very customizable. Youll love it. And yes you can flash Saber kernel and Perseus with that Rom as well...thank me if this helps
Click to expand...
Click to collapse
Like dwith said , tweaked has the aosp lockscreen .....http://forum.xda-developers.com/showthread.php?t=2242972
Just activating the AOSP lockscreen sounds like a really simple Xposed mod.... If someone wants to tell me where the change lives I can probably get it going pretty quick. I don't have time to chase down the mod point right now, too many other projects.
ttabbal said:
Just activating the AOSP lockscreen sounds like a really simple Xposed mod.... If someone wants to tell me where the change lives I can probably get it going pretty quick. I don't have time to chase down the mod point right now, too many other projects.
Click to expand...
Click to collapse
I've always been a supporter of productive laziness
The magic is in android.policy.jar - specifically /com/android/internal/policy/impl/LockPatternKeyguardView.smali in the createLockScreen()Landroid/view/View; method. I can't remember what the stock setup looks like really anymore, but you basically need to replace the contents of the method with something more like (and I'm just sort of making this up at the moment, but it should be pretty close):
Code:
.method createLockScreen()Landroid/view/View;
.registers 7
new-instance v0, Lcom/android/internal/policy/impl/LockScreen;
iget-object v1, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mContext:Landroid/content/Context;
iget-object v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mConfiguration:Landroid/content/res/Configuration;
iget-object v3, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mLockPatternUtils:Lcom/android/internal/widget/LockPatternUtils;
iget-object v4, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mUpdateMonitor:Lcom/android/internal/policy/impl/KeyguardUpdateMonitor;
iget-object v5, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mKeyguardScreenCallback:Lcom/android/internal/policy/impl/KeyguardScreenCallback;
invoke-direct/range {v0 .. v5}, Lcom/android/internal/policy/impl/LockScreen;-><init>(Landroid/content/Context;Landroid/content/res/Configuration;Lcom/android/internal/widget/LockPatternUtils;Lcom/android/internal/policy/impl/KeyguardUpdateMonitor;Lcom/android/internal/policy/impl/KeyguardScreenCallback;)V
invoke-direct {p0, v0}, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->initializeTransportControlView(Landroid/view/View;)V
return-object v0
.end method

color settings

Normal colors are very cold,ak kernel too hot colors
Can you recommend any color setting?
Trickster MOD Kernel Settings
I use this values and I like it:
Contrast: -24
Gamma:
R = 0
G = 0
B = 0
Multiplier:
R = 135
G = 135
B = 214
A.K.A MORFIC
alrojas said:
I use this values and I like it:
Contrast:-24
Gamma:
R =0
G =0
B =0
Multiplier:
R =135
G =135
B =214
A.K.A MORFIC
Click to expand...
Click to collapse
I agree... Morfic looks the best to me. Though the auto brightness of the kernel I am using is a bit low for me so I kept the ratio the same but added 100 to each color...
235
235
314
Sent from my Galaxy Nexus using xda premium
I like franco +6gamma, 5blue gamma offset, 3,2 red n green gamma offset
Sent from my Galaxy Nexus using xda premium
Try these.
Sent from my Mahjong Nexus
https://docs.google.com/spreadsheet/ccc?key=0AmUsanWh1BpZdENqZ0FPQmRnUEs3SHBON1VsU3BmN0E#gid=15

Categories

Resources