[THEME][WIP] SenseX (Sense UI for the Droid X)

Webst3r

Member
Aug 17, 2010
16
0
0
Through many, many, hours of, hot and sweaty work, I give this to you all.

I love Sense. And apparently many of you do also.

THIS IS STILL BEING WORKED ON!! But this is a good base to start with. MUCH more will be added in the coming days/weeks.

I AM NOT RESPONSIBLE FOR WHATEVER MAY HAPPEN TO YOUR PHONE!!!

Breakdown:
BlurHome.apk = App drawer
framewrok-res.apk = HTC like statusbar
Music.apk = Modded music widget, and app icon.
Settings.apk = Modded Power Widget and app icon.
services.jar = White statusbar clock.


Installation:
1. Download here. Unzip and place the files in the root of your SD card, put the phone in PC Mode.
2. Run these commands:
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/services.jar /system/framework
cp /sdcard/framework-res.apk /system/framework
cp /sdcard/BlurHome.apk /system/app
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
Screenshots:
snap20100812_133418.png

snap20100812_124235.png

snap20100812_120339.png

snap20100811_230313.png

snap20100811_230300.png

snap20100811_230232.png

snap20100811_220106.png



Yes, the app drawer is a bit off. That's a problem with android though. It's drawing the images towards the middle. As of now it's impossible to fix. Altough if you do know how to fix it please let me know .

Credits:
_jordie (For his testing and nit-picking ;P)
toxman1 (for his testing and critiquing)
KraYzeE )For his advice, and amazing themeing skillz)
Mike919 (For his attempts at fixing the appdrawer)
teenfaces (For his services.jar and awesome themes)
GeneticSpartan (For deciphering my horrible instructions, and creating the Dialer, and Phone icons.)
HTC (For their amazing software/skins)
Motorola (for the Droid X, and other hardware)
 
Last edited:
Pretty cool work. Let us know how things change as you refine.

I think this sends a pretty clear message to the phone manufacturers:

We do what we want.
 
If I were just to run the commands as typed below, would I just end up with the black status bar and the white clock?

su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/services.jar /system/framework
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
 
If I were just to run the commands as typed below, would I just end up with the black status bar and the white clock?

su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/services.jar /system/framework
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

Yes.
 
And, one last question, if I ever want to go back to the stock status bar, how would I go about doing that?
 
And, one last question, if I ever want to go back to the stock status bar, how would I go about doing that?

You just have to have a stock framework-res and stock services.jar, and then do the same process you did to install the theme.
 
Okay I Would love to do this but i'm having some extreme difficulties. I rooted my DX with easyroot... So I have no idea how to use adb or anything. I've tried following to guides to get adb running with win7 but it won't let me install the driver.... It's says it's already uptodate but its the MOT Composite ADB.....
 
You should just download the Android SDK, install ADB, and then add everything to your paths. Once that's done everything should work.
 
AMAZING!!!! Got this to work as soon as i got adb to work! This is awesome! Thank you so much!

cap201008172144.jpg
 
Very nice! ADB is a real PITA to get going but once it's all up and running, things like this are a breeze to install.

Nice work!
 
Will I need to remove or revert back to the original files if i want to apply the leaked 2.2 thats coming out in 24hrs? or even to get the official OTA 2.2? whenever it comes out?