New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
AdamTt
Old
(Last edited by AdamTt; 24th September 2011 at 11:16 AM.)
#1  
Member - OP
Thanks Meter 246
Posts: 89
Join Date: Jun 2010
Default [THEME] Xperia Gingerbread-Style [4.0.1.A.0.283]

This is a port of the stock Gingerbread theme, Hope you enjoy



Features:
-CRT-Animations enabled
-Support for Reboot mod, see here

Requires:
-Rooted 4.0.1.A.0.283 stock rom





Extra
Gingerbread apps
Launcher - https://market.android.com/details?i...=search_result
Live Wallpaper - https://market.android.com/details?i...from_developer
Keyboard - https://market.android.com/details?i...from_developer
Music Player - https://market.android.com/details?i...=search_result

System apps
-Browser.apk
-Calculator.apk
-Calendar.apk
-Conversations.apk
-Gallery3D.apk
-Mms.apk
-SemcDeskClock.apk
-SemcEmail.apk
-Settings.apk
-


Lockscreen



Download links (please do not mirror)
[Latest 4.0.1.A.0.283]
Xperia_Gingerbread-Style_4.0.1.A.0.283

[Old Versions]
[4.0.A.2.368]
Xperia_Gingerbread-style_4.0.A.2.368
[3.0.1.A.0.145]
Xperia_Gingerbread-style_3.0.1.A.0.145
The Following 15 Users Say Thank You to AdamTt For This Useful Post: [ Click to Expand ]
 
jtc42
Old
#2  
Senior Member
Thanks Meter 131
Posts: 501
Join Date: Jan 2007
Location: Oxford
How hard would it be to do a version with the stock battery icons, rather than the circle mod?
 
AdamTt
Old
(Last edited by AdamTt; 10th July 2011 at 11:46 AM.)
#3  
Member - OP
Thanks Meter 246
Posts: 89
Join Date: Jun 2010
Istallation:

Copy .zip file to sdcard, boot into recovery, flash .zip

Option 1
Root Explorer:
Extract to sdcard
Copy the files to /system and set the permisions "rw-r--r--"
SystemUI.apk - Move and replace to /system/app
SemcGenericUxpRes.apk - Move and replace to /system/framework
framework-res.apk - Move and replace to /system/framework
reboot when done.

Option 2
with terminal from phone:
Extract the files to the root of sdcard, then typ in this code
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
dd if=/sdcard/SystemUI.apk of=/system/app/SystemUI.apk
dd if=/sdcard/SemcGenericUxpRes.apk of=/system/framework/SemcGenericUxpRes.apk
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
reboot
Option 3
with adb from pc:
Code:
adb push SystemUI.apk /sdcard/tmp/SystemUI.apk
adb push SemcGenericUxpRes.apk /sdcard/tmp/SemcGenericUxpRes.apk
adb push framework-res.apk /sdcard/tmp/framework-res.apk

adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
dd if=/sdcard/tmp/SystemUI.apk of=/system/app/SystemUI.apk
dd if=/sdcard/tmp/SemcGenericUxpRes.apk of=/system/framework/SemcGenericUxpRes.apk
dd if=/sdcard/tmp/framework-res.apk of=/system/framework/framework-res.apk
reboot
The Following 2 Users Say Thank You to AdamTt For This Useful Post: [ Click to Expand ]
 
jtc42
Old
(Last edited by jtc42; 20th May 2011 at 06:04 PM.)
#4  
Senior Member
Thanks Meter 131
Posts: 501
Join Date: Jan 2007
Location: Oxford
Quote:
Originally Posted by AdamTt View Post
Not hard, It's coming soon
Oooh looks amazing Great work.

Edit: Oh also, if you're going for stock you could always add in the CRT Sleep animation thingy? I'm personally not fussed but it's an idea
 
jtc42
Old
#5  
Senior Member
Thanks Meter 131
Posts: 501
Join Date: Jan 2007
Location: Oxford
You might find this useful

I've packaged up all the stock battery icons with a nice little percentage over them. Might be a nice option

I've included all of the charging animation frames that are actually used, and all 100 normal icons as well as the unknown and empty icons etc.

Hopefully youll find some use for them
The Following User Says Thank You to jtc42 For This Useful Post: [ Click to Expand ]
 
Stor-Anders
Old
#6  
Member
Thanks Meter 15
Posts: 89
Join Date: Oct 2009
I love it. A version for 181 with CRT would be very nice

Sent from my LT15i using XDA Premium App
 
AdamTt
Old
#7  
Member - OP
Thanks Meter 246
Posts: 89
Join Date: Jun 2010
Quote:
Originally Posted by Stor-Anders View Post
I love it. A version for 181 with CRT would be very nice

Sent from my LT15i using XDA Premium App
Glad you like it, please hit thanks button

tomorow i will make some more versions.
 
Stor-Anders
Old
(Last edited by Stor-Anders; 21st May 2011 at 10:46 AM.)
#8  
Member
Thanks Meter 15
Posts: 89
Join Date: Oct 2009
Great, I'll try right away. Is it only framework-res that differs between versions 181/184?

Edit: Tried, it's great. Thanks!

Sent from my LT15i using XDA Premium App - Will hit thanks button when logged on from a computer :)
 
AdamTt
Old
#9  
Member - OP
Thanks Meter 246
Posts: 89
Join Date: Jun 2010
Quote:
Originally Posted by Stor-Anders View Post
Great, I'll try right away. Is it only framework-res that differs between versions 181/184?

Edit: Tried, it's great. Thanks!

Sent from my LT15i using XDA Premium App - Will hit thanks button when logged on from a computer :)
Yes. I think so, I have only tested on .184
 
jtc42
Old
#10  
Senior Member
Thanks Meter 131
Posts: 501
Join Date: Jan 2007
Location: Oxford
How come the preferences and notifications icons in the screenshots are all fuzzy? Is that just a screenshot error or do you need new icons?

Also are you using the battery icons I packaged or the stock ones without a percentage?

Looks amazing Thanks again.

PS. Also do you plan on supporting this as new firmware versions become available?