Sense 4 Multitasking! (Update 8.8.6)(Update M5 Finaly!)

Search This thread

locomain

Senior Member
Jul 24, 2011
275
231
Vorden
hi!
i start moding the normal AOKP SystemUI to look like sense 4 multitasking
this was a WIP but i think its save to say it close to the real thing
Screenshot_2012-04-18-18-21-56.jpg

here is the mod with transparent background!
Screenshot_2012-04-19-20-26-18.jpg

Black and White
Screenshot_2012-04-24-16-30-31.jpg


this is for GSM AOKP 32,33,34 and m5
but may work on other 4.0.4 roms confirmed to work on
-Foxhound ROM
-LTE CDMA AOKP Roms
-older 4.0.4 aokp roms

it works great and looks good
al though its not as smooth as i wanted it to be but i will be working on that
there are 2 CWM-zips files below
1 for the mod and the other one to go back to stock AOKP


if someone wants to help the systemui is in the attachment zip
this needs to be done:
-translate Recent app string for other languages, currently english greek german and dutch are working

CHANGELOG
-app labels are now centered
-disabled blue glow when touching the recent app
-added framework for better images!
-a view other little improvements
-softkey issue fixed!
-fixed the the No Recent App problem
-the images are now angled!
-fixed german
-changed the height of the app thumbnail so it looks more like the real thing
-added transparent
-added b33
-added greak
-fixed some bugs
-fixed bugs blackice
-updated a themed multitasking

DOWNLOADS (AOKP 32)

Sense 4 Mod
http://dl.dropbox.com/u/63404537/LocoZipSense4-5 B32.zip

Sense 4 Mod Transparent
http://dl.dropbox.com/u/63404537/LocoZipSense4-5 B32 trans.zip

Back 2 Stock b32
http://dl.dropbox.com/u/63404537/LocoZipStock b32.zip

DOWNLOADS (AOKP 33)

Sense 4 Mod
http://dl.dropbox.com/u/63404537/LocoZipSense4-7 b33.zip

Sense 4 Mod Transparent
http://dl.dropbox.com/u/63404537/LocoZipSense4-7 b33 Trans.zip

Black N White
http://dl.dropbox.com/u/63404537/LocoZipSense4-7 b33 Revert.zip

Back 2 Stock
http://dl.dropbox.com/u/63404537/LocoZipStock b33.zip

DOWNLOADS AOKP 34
Sense 4 Mod
http://dl.dropbox.com/u/63404537/LocoZipSense4-8 b34.zip

Sense 4 Mod Trans
http://dl.dropbox.com/u/63404537/LocoZipSense4-8 b34 Trans.zip


DOWNLOADS BlackICE b33(untested)

Sense 4
http://dl.dropbox.com/u/63404537/blackice b33-2.zip

Sense 4 Transparent
http://dl.dropbox.com/u/63404537/blackice b33 trans.zip


M5 Downloads

Sense 4 Transparent
http://dl.dropbox.com/u/63404537/LocoZipSense Trans.zip

Back to stock
http://dl.dropbox.com/u/63404537/LocoZipStock m5.zip

Sense 4
http://dl.dropbox.com/u/63404537/LocoZipSense.zip

enjoy!


if u like my work and want to support it
you can always do a little donation:D
 
Last edited:

lilude56214

Senior Member
Feb 16, 2012
495
86
Using root explorer does not seem a solution at this time. I've lost status bar, navigation bar and met some troubles AOKP build 31
 
  • Like
Reactions: twissii

Night Galaxy

Senior Member
Dec 29, 2011
71
0
Thanks so much for doing this! I've never used adb before, so I'll probably just wait for a .zip to flash.
 

<bono>

Senior Member
Jan 3, 2011
131
44
Rome
ok on aokp b30.....but i've restored my nandro.....

not pretty like nexus one yet..:p

regards for future...and thanks for this
 
  • Like
Reactions: lilude56214

vicino

Inactive Recognized Themer
Jun 9, 2007
2,599
6,636
OP try this for RecentsPanelView.java
 

Attachments

  • RecentsPanelView.java.txt
    844 bytes · Views: 18

danwguy

Senior Member
Jun 3, 2010
313
66
Portland, OR
hi!
i start moding the normal AOKP SystemUI to look like sense 4 multitasking
this is how far i have come
View attachment 1003269

this is for GSM AOKP 31 only!
you can flash if you like its smooth
no .zip for this moment because it is WIP
just
adb push SystemUI.apk /system/app/
and set the multitasking horizontal in rom control

if someone wants to help the systemui is in the attachment
this needs to be done:
-translate Recent app string for other languages, currently english and dutch are working(dont know if i will add other languages)
-edit framework-res.apk for image quality(cant get the framework-res to compile, it has to be 170 width and 280 high)
-the hardest part the image angle(this is in Recentpanelview.smali) in java the red line has to be added but i dont know how to do this in smali

Code:
                     scaleMatrix.setScale(scale, scale);
                     h.thumbnailViewImage.setScaleType(ScaleType.MATRIX);
                     h.thumbnailViewImage.setImageMatrix(scaleMatrix);
                    [COLOR="Red"] h.thumbnailViewImage.setRotationY(20.0f[/COLOR]);
                 }
             }



CHANGELOG
app labels are now centered
disabled blue glow when touching the recent app

Any possibility of getting this for the cdma aokp 31 please? I'm on Verizon and this mod is looking sweet!!
 

Top Liked Posts