OEM Black Android Theme - Beta - XPERIA X10 Themes and Apps

Here is what I have been working on, its work in progress at the moment so its not 100% finished so some colours in some areas are a bit off.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Applications:
Snowstorm
Battstatt
ADW Launcher
X10 OEM Black Theme - Right Click Download
1. Unzip the contents on to the SD Card
2. open adb shell
3.Type
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/Email.apk of=/system/app/Email.apk
dd if=/sdcard/Mms.apk of=/system/app/Mms.apk
dd if=/sdcard/Calendar.apk of=/system/app/Calendar.apk
dd if=/sdcard/AlarmClock.apk of=/system/app/AlarmClock.apk
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
4. The phone should reboot displaying the new theme.
One word of warning, if its not done correctly your phone may fail to boot. So the original files would need to be restored or the phone re imaged. So its worth having a backup before hand

I am just after a black task bar if this can be made into an apk?? thanks
also the top of the menu slider incase i go back to the standard home screen and it doesnt match lol

go3asy said:
I am just after a black task bar if this can be made into an apk?? thanks
also the top of the menu slider incase i go back to the standard home screen and it doesnt match lol
Click to expand...
Click to collapse
All the notification bar icons are all colour coded, so they would need to be changed as well.
If you want to change the notification bar just change the statusbar_background in the framework-res.apk

how do i do that lol

Nice one
Sent from my X10i using XDA App

Looks great, I would like to try it, what are the weather widget(s)?

Nice looking theme would also like to try this
Sent from my X10i using XDA App

Looks cool....waiting for the upload...
EDIT: Awesome theme....looks great... was just looking for this. Thanks a ton mate...

AndyD777 said:
Here is what I have been working on, its work in progress at the moment so its not 100% finished.
If anyone is interested in using this theme i'll upload it later
Click to expand...
Click to collapse
I'm interested. Upload it NOW! (lol)

I'm very interested too. A Upload would be awesome.

Updated with DL link

thank u......ur theme rocks

Nice theme, good to see someone else with theming skills on the x10 side of android. And most of all someone who is doing original things not copying others work like people have in the past.
If you need any help or have and questions or anything feel free to PM me.

AndyD777 said:
Updated with DL link
Click to expand...
Click to collapse
Thanks; the theme looks really nice.

Thanks chaps.
It's by no means finished yet but I thinks its a good start.

Now finally, i found the perfect theme! Black status bar with real deal buttons not all stretched out ***** Love the status bar! thx alot mate

ADB shell
Could you please give me a step by step procedure as i and new to all this but i really like your theme and desperate to flaunt it on my x10 in front of me mates...
I dont even know how to open the adb shell and do i need to mount the SD card or just debugging mode is enough..
Cheers
JD

Just DEBUG, plug phone JUST DEBUG MODE, no SD CARD mode, make sure your rooted, get the dark x10 theme, its got the cmds adbs etc, replace the dark x10 files in "CONTENT" from the dark x10 theme package and run the cmd

Sorry but what
Replace which files with which files.....?
Can u be a bit specific mate...sorry for being such an idiot but i really dont understand it....
JD
update
Done what u said....everything savvy except that my email and messagin applications are back in the original x10 blue theme....which i hate..
HELP

Couple questions:
1. Will this work if we have rooted using something like Universal Androot?
I'm pretty new to adb as well, so I have a couple questions regarding these steps (quoted)
AndyD777 said:
2. open adb shell
3.Type
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/Email.apk of=/system/app/Email.apk
dd if=/sdcard/Mms.apk of=/system/app/Mms.apk
dd if=/sdcard/Calendar.apk of=/system/app/Calendar.apk
dd if=/sdcard/AlarmClock.apk of=/system/app/AlarmClock.apk
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
4. The phone should reboot displaying the new theme.
Click to expand...
Click to collapse
To open the adb shell we just type in "adb shell" right? (after checking that adb devices are working and such.)
And for step 3, are each of those lines followed by enter? On my screen there is a $ symbol before each command.
Help is appreciated! Thanks

Related

Drawer Fix for Haykuro's 6.0r1 / **ADB**

Please delete this thread.
works a treat a-la;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
link is down..
Can someone please re-upload or is there an updated link?
there isn't the full link in the startpost
full link
edit: works great, no reboot needed - thank you
Download link is ok all works fine for me, have the launcher back working correctly.
you can extract Launcher.apk from the Dude's or JF's build.
all you need to to is actually:
adb remount
adb shell rm /system/app/HTCLauncher.apk
adb push Launcher.apk /system/app
the os will find the new launcher aotumatically, so there's no need to install it.
billc.cn said:
you can extract Launcher.apk from the Dude's or JF's build.
all you need to to is actually:
adb remount
adb shell rm /system/app/HTCLauncher.apk
adb push Launcher.apk /system/app
the os will find the new launcher aotumatically, so there's no need to install it.
Click to expand...
Click to collapse
Doing this broke my clock widget...
I managed to get mine working (as my post shows) by using ADB via;
Putting Launcher.apk onto the root of the SD card (drag and drop)
adb devices
adb remount
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard
install Launcher.apk /system/app/Launcher.apk
reboot
so basically instead of downloading terminal emulator i just quickly did it through ADB and Boom!! it works!
Dantehman said:
I managed to get mine working (as my post shows) by using ADB via;
Putting Launcher.apk onto the root of the SD card (drag and drop)
adb devices
adb remount
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard
install Launcher.apk /system/app/Launcher.apk
reboot
so basically instead of downloading terminal emulator i just quickly did it through ADB and Boom!! it works!
Click to expand...
Click to collapse
Hey thanks Dantehman! Worked like a charm!
zombierockstar said:
Hey thanks Dantehman! Worked like a charm!
Click to expand...
Click to collapse
Its what I do
Noticed an interesting (and very welcomed) side effect to fixing this issue today...
In order to fix the tab orientation issue, i used the only other Launcher.apk file i had at the time, which happened to be from the Aero15 Theme designed for TheDudes cupcake build. Turns out, not only do i now have the slick Aero styled Launcher, but it gave me 5 desktops in Haykuro's new build as well!
Figured it was worth a mention
Download link is this : http://www.4shared.com/account/file/.../Launcher.html
With the ellipsis in it.
Here's the correct link:
http://www.4shared.com/account/file/100449173/70db245/Launcher.html
oxeneers said:
Download link is this : http://www.4shared.com/account/file/.../Launcher.html
With the ellipsis in it.
Here's the correct link:
http://www.4shared.com/account/file/100449173/70db245/Launcher.html
Click to expand...
Click to collapse
im assuming this (the second link) is for 5 screens desktop??
Dantehman said:
im assuming this (the second link) is for 5 screens desktop??
Click to expand...
Click to collapse
No, it's just a fixed link from the first post. It didn't parse correctly, I guess.
Anyways, here's another annoying bug (or feature?) that is prevalent in 6.0r1 and not there in JF1.5. Take a look at the difference between the two screens, left is JF1.5 and right is Haykuro's 6.0r1:
It seems as though all the "bold" fonts in the browser actually are blurry, and seem to be rendered twice, or something similar. ****.
Oh, and of course we all know about the broken-as-**** location API for the browser and weather widget (among other receivers)..
Interesting
On mine Location is working fine?? im starting to think 6.0h1 is especially different for everyone
Possibly. It worked the first time I tried it, but then after that it doesn't work anymore. I saw another thread where 2 people were claiming the same.
Do you notice that bold font issue? For example, look at twidroid, anything "bold" in there looks like crap.
oxeneers said:
Possibly. It worked the first time I tried it, but then after that it doesn't work anymore. I saw another thread where 2 people were claiming the same.
Do you notice that bold font issue? For example, look at twidroid, anything "bold" in there looks like crap.
Click to expand...
Click to collapse
i can see what you mean about the fuzzy/bluryness but it only looks bad when blown up on a PC screen a-la screenshots,, on the G1 itself i can hearly notice any problems
jgrose said:
Doing this broke my clock widget...
Click to expand...
Click to collapse
The two Launchers store widget information differently, so you'll have to remove your old widget and add them back.
Hmm, great post. But I actually just realized (opening my phone on the home screen for the first time for this build) that the tab GOES to the bottom...I actually think thats really neat. The bug is correct, the screen seems to get off-centered, but, I like the tab at the bottom. It seems more like common sense, thats how your looking at it when its closed (tab at the bottom) when its open, tab should be at the bottom (I think anyway).
So anyone know how to fix that off-center but keep the tab down there?
Thanks

[THEME]Lockscreens for CDMA

I found out the hard way that this won't work for the CDMA hero (don't judge, I got my first Android phone last week) so I set out to port this to work on CDMA.
If you have some sort of custom these running, this may or may not break it, These are based on Modaco's 1.1
eViL Lockscreen Port:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Transparent Lockscreen:
Please do nandroid backup before proceeding
Attached is com.htc.resources.apk that needs to be pushed to /system/framework
One way to do it is by copying com.htc.resources.apk to a directory called lockscreen on your sdcard, and using SDK tools
Code:
adb shell
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cp -r /sdcard/lockscreen/com.htc.resources.apk /system/framework/
reboot
Download:
eViL Port:
com.htc.resources.apk
update.zip Thanks to Thann
Transparent:
com.htc.resources.apk
update.zip
Enjoy
nice work, what exactly had to be done to convert this to cdma?
nothing too hard, just had to move 4 images from the original lockscreen into a CDMA hero com.htc.resources.apk
this isnt working for me, I get access denied if i type it like you put. I put in the command su and it let me do the first line, but then i get cp not found???
ruskiyab, if you want I can package all these files as a signed update.zip you could just run from the recovery mode. The lock looks good, and it would remove the need for command line work.
Thann said:
ruskiyab, if you want I can package all these files as a signed update.zip you could just run from the recovery mode. The lock looks good, and it would remove the need for command line work.
Click to expand...
Click to collapse
hook it up
For some reason I just can't upload to XDA today, it just keeps failing. The file is here so be sure and tell me if you have any problems.
Thats, I haven't really gotten around to reading about signing the update.zip files yet
Thann said:
The file is here so be sure and tell me if you have any problems.
Click to expand...
Click to collapse
Guinea pig approved, looks/functions great.
Did nandroid backup just to be sure, but everything works fine. Looks very good too!
I love the lockscreen. Would you mind if I include this in my Gutted Hero rom?
Ahhh you beat me to it. I was gonna do the same. I figured out how to port the themes and sign them.
Great work ruskiyab good to see other people joining in with customizing our Hero's!
chuckhriczko said:
I love the lockscreen. Would you mind if I include this in my Gutted Hero rom?
Click to expand...
Click to collapse
Ofcourse! I stole your animations and Rosie, it's only fair
New transparent lockscreen added!
How would one edit, or create there own lockscreen?
Is the clear lockscreen the same as the one ratcom posted?
If not, can you provide a screenshot? thanks!
I'd like to know how to create my own aswell and sign the update too!
The screen shot is in the OP
ruskiyab said:
The screen shot is in the OP
Click to expand...
Click to collapse
ahh, thanks.
the site that is hosting the pic must be blocked at work then, because I don't see any pics in the 1st post.
I'll look tonight before trying to flash it in
EDIT: bvm, I switched to our wireless test network (glad I'm in IT) and I was able to see the pics. It looks like the same one ratcom used/posted.
Now I just need to lookup how to make my own, lol
This looks great. Thanks for sharing!
Any chance we can get an update.zip file made to revert the lock screen back to the original one? I did make a nandroid backup, but I'd rather not have to use it just for the lock screen. Thanks in advance!

[LAUNCHER2] No transparency, wrap-around effect!

I discovered this apk in an Ahmgsk rom (v2)
Its awesome, works on all eclair 2.1 roms i've tried.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gonna try it out on manups 1.5!!!
EDIT::: it will not let me install it on manups...balls
XD thanks for posting that it is awsome
xillius200 said:
XD thanks for posting that it is awsome
Click to expand...
Click to collapse
Works! Not perfect, but definitely better than what we had until now. Thanks!
Part Four said:
Works! Not perfect, but definitely better than what we had until now. Thanks!
Click to expand...
Click to collapse
Cheers for clearing that up
Having install issues with king klick v1.6.1. When its on my sdcard astro recognizes it as the same launcher that is already on 1.6.1. And I cant seem to find a way to uninstall the stock launcher on 1.6.1.
GBerg2119 said:
Having install issues with king klick v1.6.1. When its on my sdcard astro recognizes it as the same launcher that is already on 1.6.1. And I cant seem to find a way to uninstall the stock launcher on 1.6.1.
Click to expand...
Click to collapse
Well there's your problem right there. Move on and up to Open Eclair.
GBerg2119 said:
Having install issues with king klick v1.6.1. When its on my sdcard astro recognizes it as the same launcher that is already on 1.6.1. And I cant seem to find a way to uninstall the stock launcher on 1.6.1.
Click to expand...
Click to collapse
su
mount -o rw,remount /dev/block/mtdblock3 /system
rm /system/app/Launcher2.apk
mount -o r,remount /dev/block/mtdblock3 /system
exit
then you can install the new one.
tried uninstalling with your instructions and still says application install failed. any ideas?
im trying to figure it out too i uninstalled it and still it wont install the new launcher..
Edit:
Type this in Terminal Emulator or in Better terminal Emulator if you have it
su
rwsystem
cp /sdcard/Launcher2.apk /data/app_s/Launcher2.apk
that should work it did for me
Y'all should be adb pushing only (no astro or w/e) until devs start including this in their roms...
Working on OE 1.2.2, should work on anything that already has some inferior launcher2.
Try
Code:
adb push c:\wherever\Launcher2.apk /system/app
And if it says read only file system, type
Code:
adb remount
and then retype above code.
Thanks gonna use root explorer, to late at night for me to be typing commands and what not.
Ace42 said:
Thanks gonna use root explorer, to late at night for me to be typing commands and what not.
Click to expand...
Click to collapse
will not work do not do it like that use the terminal Root explorer wont register it just copy it so use the terminal for it to work or else it wont.
death1246 said:
will not work do not do it like that use the terminal Root explorer wont register it just copy it so use the terminal for it to work or else it wont.
Click to expand...
Click to collapse
Punctuation is key.
Here's what I did on King's 1.6.1
su
rwsystem
rm /system/app/Launcher.apk
cp /sdcard/Launcher.apk /system/app
reboot
Thanks for the drop.
After further review, while this version of Launcher 2 has fixed the transparency issue, it's a LOT slower than the existing Launcher 2 we've been using. Until this is resolved, it's not worth installing IMO.
death1246 said:
im trying to figure it out too i uninstalled it and still it wont install the new launcher..
Edit:
Type this in Terminal Emulator or in Better terminal Emulator if you have it
su
rwsystem
cp /sdcard/Launcher2.apk /data/app_s/Launcher2.apk
that should work it did for me
Click to expand...
Click to collapse
Is your sig showing the correct rom you are using?
j0hnZ said:
Is your sig showing the correct rom you are using?
Click to expand...
Click to collapse
I have 3 mytouch 3G's the main one is running Cyan
and yes
rm /data/app_s/Launcher2.apk
on Kings ROM 1.6.1 the Launcher2.apk is located in app_s you might also want to save the new launcher2.apk in the same app_s directory
is there any way to modify this launcher so that it works properly on landscape mode?
im guessing theres sizing issues and whenever you click an app
it oppens the one above it.
ideas?
This launcher I am sure will not have landscape mode for a long time...
Maybe when 2.1 goes to the Droid? But then again this Launcher was built by google not HTC so the update might not be on Droids 2.1
death1246 said:
I have 3 mytouch 3G's the main one is running Cyan
and yes
rm /data/app_s/Launcher2.apk
on Kings ROM 1.6.1 the Launcher2.apk is located in app_s you might also want to save the new launcher2.apk in the same app_s directory
Click to expand...
Click to collapse
I was just wondering if you put this launcher on cyan's rom cause I'm using superD's right now would like this launcher on it. I'm guessing I could also install this in linux by just putting the apk in that location?

[MOD]Simple 2.0.2.A.0.24 Battery Icon 1% accuracy

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I designed and made this battery icon for x10. It can tell you your battery status as accurate as 1% but it needs some brain work. You've to calculate the percentage by yourself. It's a bit complicated but might save your money for paying brain training on a DSi =)
Wish you like.
ATTENTION: Other people might not understand your phone battery status. This may cause a delayed battery charging =)
http://www.megaupload.com/?d=RDNKA8LL
Wallpaper credit to: The Art of Currie.
Installation:
Make sure your phone is rooted and have busybox installed. Make sure you have ADB on your PC and relevant X10 drivers installed (Sorry I don't know mac system). Here is a example for installation using adb.exe.
1.Download the framework-res.apk file from the MU link.
2.Copy framework-res.apk to to your X10's /sdcard
3.Connect your X10 to a PC, make sure USB debugging is enabled. Run "cmd"
4.Locate your adb.exe.
-adb shell
-su (make sure you give super user permissions (su) on your x10 side)
-mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
-dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
5.Your phone will restart and that's it.
possible to get this in black or transparent status bar? looks way better then those circle battery ones!!
can you give me a link or a sample picture of the black or transparent status bar? thanks.
Oh god, this one is sooooo sexxy
I think I'll apply this on my phone immediately
Very nice job
BTW, how much time did you need to figure this out? just curious
Make sure your phone is rooted and have busybox installed. Make sure you have ADB on your PC and relevant X10 drivers installed (Sorry I don't know mac system).
1.Download the framework-res.apk file from the MU link.
2.Copy framework-res.apk to to your X10's /sdcard
3.Connect your X10 to a PC, make sure USB debugging is enabled. Run "cmd"
4.Locate your adb.exe.
- adb shell
-su (make sure you give super user permissions (su) on your x10 side)
-mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
-dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
5.Your phone will restart and that's it.
I can finished it may be in 2-3 minutes =)
Nice Battery Icons
Just a little bug on status background
check second screenshot
Before apply this mod everything was OK, but after apply this mod even if I reinstall original framework this bluetooh call icon persist on background
Hi Alejandrissimo:
May I confirm your firmare version number? It looks like you've applied this to a .504 firmware. This file is only for .24 firmware.
Hi, I must say that i really appreciate your work, but I'm in the same case as Alejandrissimo. Too bad for me I know, didn't check my version before.
Could you tell us how to revert to normal ? I tried to upload the original framework-res with the same procedure but i didn't work..
Many thanks
Did you use adobe illustrator to design this mod?
And if it's so, did you start creating a 38x38 pixel document or larger and then resized?
thibprod said:
Hi, I must say that i really appreciate your work, but I'm in the same case as Alejandrissimo. Too bad for me I know, didn't check my version before.
Could you tell us how to revert to normal ? I tried to upload the original framework-res with the same procedure but i didn't work..
Many thanks
Click to expand...
Click to collapse
It happened before because I definitely noticed this problem with different firmware version in this forum. Can you try the mod for .504 version?
EDIT:
Yes, I found it here: http://forum.xda-developers.com/showpost.php?p=10295998&postcount=154
Can you try the Reboot mod for .504?
sathurnn said:
Did you use adobe illustrator to design this mod?
And if it's so, did you start creating a 38x38 pixel document or larger and then resized?
Click to expand...
Click to collapse
This work is done by using adobe photoshop CS4. Yes you're right it's 38*38 pixel. I got the battery frame from the original stock icon and then calculated the squares needed inside frame on pixels. Therefore no resize involved.
shvyue said:
can you give me a link or a sample picture of the black or transparent status bar? thanks.
Click to expand...
Click to collapse
transparent: http://androidthemes.webnode.com/album/photo-gallery-transparent-status-bar/#cap201002020311-jpg1
black status bar: http://forum.xda-developers.com/showthread.php?t=737778 (see the dark bar)
I just noticed that this is for .24 only and not .504 =(
pyro224 said:
transparent: http://androidthemes.webnode.com/album/photo-gallery-transparent-status-bar/#cap201002020311-jpg1
black status bar: http://forum.xda-developers.com/showthread.php?t=737778 (see the dark bar)
I just noticed that this is for .24 only and not .504 =(
Click to expand...
Click to collapse
I will have a look. I can make a .504 framework-res.apk but as I don't have that firmware installed, dare you try? =)
Here's one with dark status bar. I've modified other icons to fit the dark bar as well. It's for the .504 version but I've no chance to test it. If you want just try it.
-backup your original framework-res.apk
-install xrecovery
-do the modification
If failed, you can restore your original one using xrecovery.
http://www.megaupload.com/?d=TYYQU1SA

[THeme] ICS Blue [THEME][WIP]

Theme :
I come from a Development group called Team Whiskey, I primarily made Roms and Themes for Samsung phones before, but I know have the Atrix 2. Here is my first ICS based theme
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
IF anyone wants to install it and can follow brief instructions here you go:
( Sidenote - you need to have ADB installed, you can either install the full Android SDK or copy it from Super One Click)
In a command prompt you want to use:
1.) adb push framework-res.apk /sdcard
2.) adb push SystemUI.apk /sdcard
then
3.) adb shell
4.) su
5.) mount remount,rw /dev/null /system
6.) cp /sdcard/framework-res.apk /system/framework
7.) cp /sdcard/SystemUI.apk /system/app (the case is sensitive)
8.) rm /system/app/SystemUI.odex
9.) reboot
The SystemUI.apk has been deodexed. I have an almost working script for our CWM, so going forward, we can a simple install instead of the tedious manual stuff.
DOWNLOADs:
framework-res.apk
SystemUI.apk
Please enjoy, and if you have any questions, feel free to PM me. I am still working on our Extended Power menu and the Settings menu( which is the power widget like you see in the screen shot), if you want the unfinished Settings.apk please pm me for it. Like I said, it works flawlessly, but the icons are a little weird.
Future:
16 Lockscreens, I have 9 of them working.
Great to have you aboard! Some very nice work. What about notification toggles? How hard would they be to implement?
Not hard at all actually! You know what is funny about that, all of the Samsung roms have the toggles, and we spent days and days ripping them out to give us this look the motorola is going here ! I was planning on doing the same style as miui on that, you know the scrollable one. I will work on that after the lockscreens.
Awesome man. Looks perfect with my setup.
How did you remove at&t from the notification bar? I have tried finding strings.XML and can't..
Sent from my MB865 using Tapatalk
followed the above to the T. Got a Read only error. Changed RW to RO in the cmd prompt and then was able to successfully push SystemUI.apk to system/app. I did it before through root explorer the same way and it just kept force closing. Just rebooted and it all works now.
Thanks given for this!
Nopcodex90 said:
Theme :
I come from a Development group called Team Whiskey, I primarily made Roms and Themes for Samsung phones before, but I know have the Atrix 2. Here is my first ICS based theme
IF anyone wants to install it and can follow brief instructions here you go:
( Sidenote - you need to have ADB installed, you can either install the full Android SDK or copy it from Super One Click)
In a command prompt you want to use:
1.) adb push framework-res.apk /sdcard
2.) adb push SystemUI.apk /sdcard
then
3.) adb shell
4.) su
5.) mount remount,rw /dev/null /system
6.) cp /sdcard/framework-res.apk /system/framework
7.) cp /sdcard/SystemUI.apk /system/app (the case is sensitive)
8.) rm /system/app/SystemUI.odex
9.) reboot
The SystemUI.apk has been deodexed. I have an almost working script for our CWM, so going forward, we can a simple install instead of the tedious manual stuff.
DOWNLOADs:
framework-res.apk
SystemUI.apk
Please enjoy, and if you have any questions, feel free to PM me. I am still working on our Extended Power menu and the Settings menu( which is the power widget like you see in the screen shot), if you want the unfinished Settings.apk please pm me for it. Like I said, it works flawlessly, but the icons are a little weird.
Future:
16 Lockscreens, I have 9 of them working.
Click to expand...
Click to collapse
Looks great so far! Would you mind including detailed instructions for backing up the existing files as well? Don't mind doing things via ADB, but I'm far from being an expert.
armyengineer51 said:
Looks great so far! Would you mind including detailed instructions for backing up the existing files as well? Don't mind doing things via ADB, but I'm far from being an expert.
Click to expand...
Click to collapse
ADB pull /system/framework/framework-res.apk
ADB pull /system/app/SystemUI.apk
ADB pull /system/app/SystemUI.odex
anyone can post the original framework-res.apk, systemui.apk and systemUI.odex??
i accidentally replace mine by copy ICS blue theme into sd card.
For some reason I always have a grey circle with a plus in the middle of it on the top right of my status bar. What's with that? Other than that my only complain is the clear button when you pull down the status bar. Seems to have a little extra room in the box under the word clear.
Updates?
Sent from my mAtrix2!!
[ROM] PURITY v2.5 TPAX
So i tried to install this bionic rom.....and fail.....
This is for Atrix2 why would you try this on the Bionic? But I guess that is how we find out what works and what doesn't...carry on
athris said:
anyone can post the original framework-res.apk, systemui.apk and systemUI.odex??
i accidentally replace mine by copy ICS blue theme into sd card.
Click to expand...
Click to collapse
I got you. Unzip and push.
Corrected instructions for adb. Theme looks great btw, thanks.
In a command prompt you want to use:
1.) adb push framework-res.apk /mnt/sdcard
2.) adb push SystemUI.apk /mnt/sdcard
then
3.) adb shell
4.) su
5.) mount -o rw,remount /dev/null /system
6.) cp /sdcard/framework-res.apk /system/framework
7.) cp /sdcard/SystemUI.apk /system/app (the case is sensitive)
8.) rm /system/app/SystemUI.odex
9.) reboot
Click to expand...
Click to collapse
cootercommander said:
So i tried to install this bionic rom.....and fail.....
Click to expand...
Click to collapse
Did your phone soft-brick? Or did you try restoring a backup?
Since installing this I noticed I'm getting "phantom" icons in my notification bar, almost like a burn in on television. Tilt the phone to extreme angles to see them better, can anyone confirm?
unsivil_audio said:
Since installing this I noticed I'm getting "phantom" icons in my notification bar, almost like a burn in on television. Tilt the phone to extreme angles to see them better, can anyone confirm?
Click to expand...
Click to collapse
I am as well.
Me too but the disappear. Its kinda cool. I like it.
Sent from my mAtrix2!!
holeshot77 said:
Me too but the disappear. Its kinda cool. I like it.
Sent from my mAtrix2!!
Click to expand...
Click to collapse
Yea they do disappear. Seems like you'll get a new text message update or whatever, clear it from the status bar, it goes phantom, then disappears. Other than that I have a grey circle with a plus in the middle that's always at the right of my status bar.

Categories

Resources