I was looking since a while for a transparent stautsbar for the nexus one running CM7.
Pendo made one running on CM7 nightly #62.
In the post there are some screenshots, if you want to see, how it looks like.
Great thanks to pendo for his awesome work!
UUU yes please, this would hit the spot.
Looks nice, another vote here
Out of interest I tried flashing the Desire HD file, it rebooted twice and then worked. The mods work when the screen is locked and then revert to it's previous look once unlocked. Therefore it may not take a whole lot to actually port this.
{
"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 found this have not tried but will later:
http://forum.xda-developers.com/showthread.php?p=7377678#post7377678
http://forum.androidcentral.com/lg-optimus-s-rooting-roms-hacks/49049-how-port-theme.html
http://samsunggalaxysforums.com/showthread.php/736-Port-Any-Android-Theme-to-Any-Build
Sergio PC said:
I found this have not tried but will later:
http://forum.xda-developers.com/showthread.php?p=7377678#post7377678
http://forum.androidcentral.com/lg-optimus-s-rooting-roms-hacks/49049-how-port-theme.html
http://samsunggalaxysforums.com/showthread.php/736-Port-Any-Android-Theme-to-Any-Build
Click to expand...
Click to collapse
Thanks for the helpful links! I'll give it a try
Would it not be possible to do this using the uot kitchen
http://uot.dakra.lt/
Sent from my Nexus One using Tapatalk
Here ya go...semi-transparent status bar, also a semi-transparent shade. All the rest is stock (well, I also put a new shade handle on it).
Flash in recovery
CM7-N1-trans_status_shade.zip
pendo said:
Here ya go...semi-transparent status bar, also a semi-transparent shade. All the rest is stock (well, I also put a new shade handle on it).
Flash in recovery
CM7-N1-trans_status_shade.zip
Click to expand...
Click to collapse
Hi pendo,
first at all, thx so much for your effort!! But i'm afraid, it doesn't work on my N1.
I wiped dalvik and cache, flashed the zip-file via recovery. I tried it on ADW Launcher EX and Go Launcher EX with Wallpaper hack unchecked.
Are there any tips you can give?
zahni_tue said:
Hi pendo,
first at all, thx so much for your effort!! But i'm afraid, it doesn't work on my N1.
I wiped dalvik and cache, flashed the zip-file via recovery. I tried it on ADW Launcher EX and Go Launcher EX with Wallpaper hack unchecked.
Are there any tips you can give?
Click to expand...
Click to collapse
Well...I'm unsure, lol. I made a few downloads yesterday morning and it was working all fine. I didn't expect this, but I suppose it makes sense now that I actually think about it but even though this hack is done in the /system/app directory, it IS build specific. That was built using CM-7.0.2.1 Is that what you're running?
I just tried it on yesterdays nightly and no-go...lol. SystemUI FC.
So, if you're on another build you can let me know, or if you know how to work in smali, you can either decompile the apk or baksmali the classes.dex file. You need to edit StatusBarService.smali. For a transparent pull down, search for
Code:
.method onBarViewAttached
go down 5 lines of text and if you see this
Code:
const/4 v5, 0x2
then you change it to this. It may already be that.
Code:
const/4 v5, -0x3
Also, double check the same 5 lines under
Code:
.method onTrackingViewAttached
For a transparent status bar, in that same file you need to edit
Code:
method protected addStatusBarView
The value we need to change isn't conveniently at the beginning of the method, like the other 2, it's in the middle. Easiest way to locate it is just to copy this text and search for it:
Code:
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
When you find that, the line directly above it change
Code:
const/4 v3, 0x2
to
Code:
const/4 v3, -0x3
Then recompile and viola
pendo said:
Well...I'm unsure, lol. I made a few downloads yesterday morning and it was working all fine. I didn't expect this, but I suppose it makes sense now that I actually think about it but even though this hack is done in the /system/app directory, it IS build specific. That was built using CM-7.0.2.1 Is that what you're running?
I just tried it on yesterdays nightly and no-go...lol. SystemUI FC.
So, if you're on another build you can let me know, or if you know how to work in smali, you can either decompile the apk or baksmali the classes.dex file. You need to edit StatusBarService.smali. For a transparent pull down, search for
Code:
.method onBarViewAttached
go down 5 lines of text and if you see this
Code:
const/4 v5, 0x2
then you change it to this. It may already be that.
Code:
const/4 v5, -0x3
Also, double check the same 5 lines under
Code:
.method onTrackingViewAttached
For a transparent status bar, in that same file you need to edit
Code:
method protected addStatusBarView
The value we need to change isn't conveniently at the beginning of the method, like the other 2, it's in the middle. Easiest way to locate it is just to copy this text and search for it:
Code:
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
When you find that, the line directly above it change
Code:
const/4 v3, 0x2
to
Code:
const/4 v3, -0x3
Then recompile and viola
Click to expand...
Click to collapse
Well, i'm afraid i am not familiar with smali. but i'm running CM7.0.2.1. So i guess, this can't be the problem
Any other idea?
zahni_tue said:
Well, i'm afraid i am not familiar with smali. but i'm running CM7.0.2.1. So i guess, this can't be the problem
Any other idea?
Click to expand...
Click to collapse
which recovery are you using?
pendo said:
which recovery are you using?
Click to expand...
Click to collapse
i'm running CWM 3.0.0.5.
zahni_tue said:
Well, i'm afraid i am not familiar with smali. but i'm running CM7.0.2.1. So i guess, this can't be the problem
Any other idea?
Click to expand...
Click to collapse
which recovery are you using? edit, I missed your reply.
I'm wondering if it even installed. Did the handle to close the status bar change? If it didn't, that would indicate that it didn't actually flash.
If you have root explorer, you can copy SystemUI.apk from that zip and copy/paste it in /system/app.
If it did in fact install, but you still aren't getting transparency, then I'm not sure what happened. I just repeated the exact same steps for the latest nightly #62 and this is what I see:
Just a note....this does not work with SPB Shell 3D. If I get a chance I'll try to see why, but my guess is it may be difficult.
pendo said:
which recovery are you using? edit, I missed your reply.
I'm wondering if it even installed. Did the handle to close the status bar change? If it didn't, that would indicate that it didn't actually flash.
If you have root explorer, you can copy SystemUI.apk from that zip and copy/paste it in /system/app.
If it did in fact install, but you still aren't getting transparency, then I'm not sure what happened. I just repeated the exact same steps for the latest nightly #62 and this is what I see:
Click to expand...
Click to collapse
Oh man, i don't know what i'm doing wrong, but i just did the same as you did: i did wipe dalvik and cache, flashed the nightly #62 and then your zip-file, reboot.
After booting, a FC of systemUI occurs
Perhaps i have to do a full wipe? I'll give it a try tomorrow...
Anyway, great thanks to you pendo!!
I just hope, to have a nice statusbar like yours on the screenshot!
zahni_tue said:
Oh man, i don't know what i'm doing wrong, but i just did the same as you did: i did wipe dalvik and cache, flashed the nightly #62 and then your zip-file, reboot.
After booting, a FC of systemUI occurs
Perhaps i have to do a full wipe? I'll give it a try tomorrow...
Anyway, great thanks to you pendo!!
I just hope, to have a nice statusbar like yours on the screenshot!
Click to expand...
Click to collapse
Oh no...my bad I should've been more clear. I didn't use the same actual file for nightly 62, but I repeated the same procedure for enabling the transparency with it.
Here...I made another one that doesn't have all my blue signal bars and stuff. This IS for nightly 62:
CM7-N1_nite62-trans_status-shade.zip
pendo said:
Oh no...my bad I should've been more clear. I didn't use the same actual file for nightly 62, but I repeated the same procedure for enabling the transparency with it.
Here...I made another one that doesn't have all my blue signal bars and stuff. This IS for nightly 62:
CM7-N1_nite62-trans_status-shade.zip
Click to expand...
Click to collapse
Hey pendo, thx a lot for your fast response!
I flashed this zip-file, but now it stopped at the screen with the google logo
Do you think, a full wipe can solve this problem?
zahni_tue said:
Hey pendo, thx a lot for your fast response!
I flashed this zip-file, but now it stopped at the screen with the google logo
Do you think, a full wipe can solve this problem?
Click to expand...
Click to collapse
well, this is quite embarrassing....the SystemUI.apk is fine. Works as I said, but I carelessly left a modified services.jar for an evo that I had made earlier in the framework directory of that zip. So that was the problem.
In the highly unlikely event you haven't already restored to a working condition, I've included services.jar from #62 with this download. It is safe to flash if you have restored as well. Wiping shouldn't be required with this...I just tested flashing this package (not just pushing the apk) without wiping and it worked fine. I've fixed the link above, but I'll include it again here. Please accept my appologies...I really did manage to make this much more difficult for you than it needed to be.
CM7-N1_nite62-trans_status-shade.zip
@ Pendo: Thanks man looking good. But once you change wallpaper it goes back to black status bar. Although it is still transparent in lock screen.
@ zahni_tue: What if you edit the first post and turn it into the transparent status bar thread?
Sergio PC said:
@ Pendo: Thanks man looking good. But once you change wallpaper it goes back to black status bar. Although it is still transparent in lock screen.
Click to expand...
Click to collapse
Disable the wallpaper hack in ADW.
Related
This theme has been ported to the T-Mobile Theme Engine and can be found here.
CreditCyanogenMod Team, @djdarkknight96, @AMac2583, @Wysie_Soh, @JsinLegacy, @anderwebs, @JAquirre1231, @Montalbert, @teamsilence23, @_QMan, chrfb (ecqlipse 2 icon set), anyone, anywhere who has influence me either implicitly or explicitly.
Screen Shots
{
"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"
}
General Info
I do not have an Evo 4G to test this on, so I would appreciate it if someone could a.) alert me, preferably on twitter, when a new build is made, and b.) let me know if the theme I post here works.
This theme is extensive with over 2000 edited .png files and more than 35 .xml files.
There are no icons included with this theme. If you would like icons, then you can use ADW.Launcher or ADW EX download Minimalist - ADW Theme.
If you would like to donate to me for my work in this theme, then you can download the Donate version of the above mentioned theme. Search for "Minimalist Donate - ADW Theme" to find it.
If you would like to port this theme to any other device or use any part of it for your own doing, then you can download my images and edited .xml files from this post.
You do not have to ask me if you can port this or use any part of it. You do not have to credit me for any of my work in this theme.
I will not be checking this page frequently, but I will try to answer any questions posted here whenever I update the links. If you want a quicker answer, then I suggest saying something to me on Twitter (@david1171_).
This theme is for the official CM7 Nightly ROMs.
Theme Info
The widgets are transparent with white text. I recommend using a dark wallpaper.
The font included in the theme is the Ubuntu font.
If you are using Amon_RA's recovery and the theme is not applying after flashing, then you need to use clockwork recovery.
Theme Download Links
CM-7.0.0-RC1
http://bit.ly/gxxHXe
Flash in recovery
Nightly
http://bit.ly/fYTqTL
supersonic
Sort by date
Flash in recvery
Old releases can be found here as well
SalvageMod .9.7
http://bit.ly/fSVPZY
Flash in recovery
Source Download Links
Minimalist GingerBread Release 11 - http://bit.ly/fJguW8
Old Source Files - http://bit.ly/gqMG5F
Extra Download Links
Minimalist Keyboard - http://bit.ly/gJoTC6
No odd symbol errors
Edited smiley's in smiley popup
Added 02-19-2011
Flash in recovery
Minimalist Dark Keyboard - http://bit.ly/fDjuaX
Dark version of keyboard
No odd symbol errors
Edited smiley's in smiley popup
Added 02-21-2011
Flash in recovery
Minimalist Dark Keyboard for SalvageMod.9.7 - http://bit.ly/gbCfhL
Made for SalvageMod.9.7 not CM7
Dark version of keyboard
No odd symbol errors
Edited smiley's in smiley popup
Flash in recovery
Cubed Music Player - http://bit.ly/fkhxss
Flash in recovery
Music.apk with multiple widget sizes - http://bit.ly/fnKdlu
Taken from a fitsnugly build a while back
Stock Font - http://bit.ly/dGmECc
Flash in recovery
Updated 02-17-2011 to include all stock .ttf files
Minimalist Old Market - http://bit.ly/fS7u7d
Flash in recovery
Stock Minimalist gapps - http://bit.ly/e7ASqI
Flash in recovery
This has version 2.2.11 of the Market
Minimalist_Lockscreen_Icons - http://bit.ly/dVj33T
Updated 02-09-2011 to contain custom application icon on rotary lockscreen.
Install Instructions: PLEASE READ!!!
1. Set MetaMorph delay to around 1000 (My exact number is 1054) then press Close
2. Press Unzip/Extract new theme
3. Navigate to where you have Minimalist_Lockscreen_Icons.zip located
4. Select the file
5. Press close on the on the pop up that appears
6. Press Apply all!
7. It WILL force close com.android.phone when it applies the Phone.apk, I do not know of any way around this.
8. While the force close pop up is on the screen, another pop up menu will appear behind the force close pop up and the buttons will say either Continue? or Stop; you must quickly press Force close on the force close pop up, then press Continue? on the other pop up menu; it will then start applying the framework-res.apk
9. The device may freeze up at this point, if it does freeze up (mine did), then wait about 30 seconds, then pull the battery and boot your phone
10. Everything should be applied now
Animations by rover.prince - http://bit.ly/iejwtm
I take no credit whatsoever for these animations.
I have taken them from rover.prince's theme at the request of some users.
Here is the thread where I got the animations.
Apply this with MetaMorph.
Updated to cm_supersonic_full-17.zip.
Flash your theme it says it installs but nothing seems to be changed
Sent from my PC36100 using Tapatalk
Just to let you know, Build 18 is now up.
Updated to cm_supersonic_full-18.zip. Fixed the "&" problem with the keyboard, also fixed the letters not showing on the popup when you hold a letter.
bboysmerf said:
Flash your theme it says it installs but nothing seems to be changed
Click to expand...
Click to collapse
I may have done something wrong with the last version. I do 9 themes for 9 ROMs at the same time, so I could've just left something out in the process, sorry. Try the new version and let me know how it goes.
I love this theme! Its a nice mixture of blue and black! Its amazing! Thank you!
Sent from my PC36100 using XDA App
Gingerbread Release 7
Is this gingerbread release something that needs to be flashed with the theme?
david1171 said:
Updated to cm_supersonic_full-17.zip.
Click to expand...
Click to collapse
Did you flash the Minimalist cm17 alone or did you flash something else with it? Nothing changed on mine and I wanted to know if we should flash the gingerbread release 7.
This isnt' working...EVO CM7 nightly #18
teh roxxorz said:
Just to let you know, Build 18 is now up.
Click to expand...
Click to collapse
How are you flashing? I'm not getting any changes when I flash.
Updated to cm_supersonic_full-21.zip.
excursion9 said:
Did you flash the Minimalist cm17 alone or did you flash something else with it? Nothing changed on mine and I wanted to know if we should flash the gingerbread release 7.
Click to expand...
Click to collapse
I may have forgotten to add something when I was bulk building the themes, sorry about that. The Gingerbread release 7 (or any other number) is just the images, fonts, and .xml's (either hex edited or decompiled) that I use with this theme. It is there for people that want to either use my images, or port the theme for themselves or any devices that I don't do.
Would be great if you could port this to just use the new CM theme engine.
Will anyone who gives a hoot to answer my question please tell me how the theme is working? It doesnt change anything when I flash.
excursion9 said:
Will anyone who gives a hoot to answer my question please tell me how the theme is working? It doesnt change anything when I flash.
Click to expand...
Click to collapse
I opened up the file on my computer to make sure the apks are themed, and my images are in there. Unless someone else chimes in about wether or not it is working, I don't know what else to do. I'm sorry.
I'm using it on my phone. It's working just fine with CM7 build # 22. I did not clear davlick or data/cache. I just did a straight flash to #22 and let it boot. Then I went back to recovery and flashed the minimalist theme. Everything seems to be working just fine EXCEPT for the lockscreen. It's putting a horizontal bar at the very top of the screen. I think it's something to do with a recent change in the CM framework because the monochrome/lucid themes from the "CM7 Themes" thread do the same thing. I use widgetlocker anyway, but that's just something I noticed.
LOVE the look of this theme. I just wish I could get a battery percentage indicator for the top bar, then it'd be perfect. I might try seeing if I can find a work-around. Nice work, OP.
Updated to cm_supersonic_full-23.zip.
@ocelot4ark if the lockscreen is still messed up, can you tell how you have your lockscreen set up under cyanogenmod settings, and take a screen shot of it.
Updated to cm_supersonic_full-24.zip.
New button and textfield images, not a big difference but something I have wanted to get done for a while.
Fixed DeskClock time text issue in landscape
Added Morph to OP for lockscreen icons for those that do not like completely transparent lockscreen. Please read the instructions and do exactly as they say.
Edit1: Also, I believe with the next release, I am going to restructure the way the links are set up in the OP. As it stands right now, it is an ineffective model that takes up a lot of unnecessary space. As anyone who follows me on twitter knows, when I mention my updates on there, I just link to a folder on media that contains folders of each supported device, then in that folder are the theme files for each device. If I go to just having a link to that main folder containing all the sub folders like I do on twitter, then I do not have to go about updating the links in 9 different threads with each release, and I do not have a space for old download files, since they can be gotten from the same place as the current download file. I think this method will make for a less cluttered OP, and save time overall.
Updated to cm_supersonic_full-25.zip.
Updated to cm_supersonic_full-27.zip.
Updated to cm_supersonic_full-30.zip.
Music.apk is now from CM7 for full compatibility.
Removed Clockopia.ttf from /system/fonts/ as it caused text overlapping when now playing music text is shown on lockscreen.
After seeing Calkulin's EViO ROM with his full-color notification bar icons, I've decided to make my own in a standalone format to be used with most** ROMs.
I made serious effort to match the icons with their larger counterparts found throughout the stock HTC ROM (I run SprintLovers and am OCD about everything matching...). This is a continuous work in progress, subscribe to this thread for future updates.
There's a LOT more icons changed than shown here, but this should give you an idea.
{
"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"
}
The attached zip files are to be used with MetaMorph (download it from the market if you're not familiar), DO NOT try to flash them through recovery. I've separated the the core system files (framework, resources, settings) to ensure stable and consistent operation. Just download them and run them one by one through MetaMorph, your phone will most likely reboot after each (if it doesn't, do it manually to ensure a fresh starting point for the next MetaMorph).
-- 2/23/2011 --
Framework | Download
MD5 | 8CFF3F555F1FDA52B7DBE0E450A193BA
Resources | Download
MD5 | 41C9BE18A386FB03977589F7E3827CA3
Settings | Download
MD5 | ABD9C1489C5BCD45077494F030B723E7
Apps (Gmail, HTC MMS, HTC Music, HTC Peep, Market) | Download
MD5 | BE50CDC39411B5888E08124A4A3B391E
-- The icons for Android Market may or may not work for you, I'm fixing this at this moment and will post an updated method later. If it doesn't work for you, it's not a critical problem, you just won't see the nice, new, pretty icons. The Market will still work just fine.
For those that would like to use the icons in ROMs or at their own will, use this link below. DO NOT try to flash or MetaMorph this file, it's just a zip of all the icons I've made.
-- 2/23/2011 --
Master Archive | Download
Any questions, specific requests, or recommendations; please let me know...enjoy!
Lawyer-Speak
**This is tested and works fine on SprintLovers, and other users have reported it also works fine with various other ROMs. However, I can't guarantee it will be the same for every individual combination of ROM/hacks/edits/etc. (there's just too many variables in most cases), so be smart and nandroid backup before you try it.
Will try this when I get home today thank you
Sent from my PC36100 using Tapatalk
this theme sucks and the OP sucks
jk, nice work
I would LOVE to have the colored signal bars only. i think thatd be nice.
great work!
tailsthecat3 said:
I would LOVE to have the colored signal bars only. i think thatd be nice.
great work!
Click to expand...
Click to collapse
No problem...the signal bars are in the Resources file...just download it, open the zip, navigate to "com.htc.resources/res/drawable-hdpi" and delete whatever icons you don't want to change, then just run that modified zip file through MetaMorph
This is cool.. QUESTION: Does it require that I run each zip, or can I just run the ones I want to change? For example, can I only run the Colors Apps zip and be ok?
Thanks!
kenlperry said:
This is cool.. QUESTION: Does it require that I run each zip, or can I just run the ones I want to change? For example, can I only run the Colors Apps zip and be ok?
Thanks!
Click to expand...
Click to collapse
Yeah...each of the files are independent so run whichever ones you want to change...furthermore, follow my post above if you want to only change specific icons within one of the zip files.
schmittx said:
Yeah...each of the files are independent so run whichever ones you want to change...furthermore, follow my post above if you want to only change specific icons within one of the zip files.
Click to expand...
Click to collapse
Thanks bro! I apprecite the quick response. I'm gonna give it a try right now. I'll post how it turns out.
schmittx said:
No problem...the signal bars are in the Resources file...just download it, open the zip, navigate to "com.htc.resources/res/drawable-hdpi" and delete whatever icons you don't want to change, then just run that modified zip file through MetaMorph
Click to expand...
Click to collapse
thanks. worked perfectly.
tailsthecat3 said:
thanks. worked perfectly.
Click to expand...
Click to collapse
Are you guys using the free version of Metamorph? I just downloaded it and ran the coloredresources.zip. I applied all, and it said it was complete. It didn't auto-reboot, so I manually rebooted and nothing has changed. I then tried to run the coloredframework.zip and it's been about 5 minutes on the screen where the circle spins(showing activity) and it displays "Applying framework.res.apk theme 1 of 1... Any ideas why it's doing this?
If it helps, I'm running the latest Sprint Lovers ROM, HW003.
Thanks!
kenlperry said:
Are you guys using the free version of Metamorph? I just downloaded it and ran the coloredresources.zip. I applied all, and it said it was complete. It didn't auto-reboot, so I manually rebooted and nothing has changed. I then tried to run the coloredframework.zip and it's been about 5 minutes on the screen where the circle spins(showing activity) and it displays "Applying framework.res.apk theme 1 of 1... Any ideas why it's doing this?
If it helps, I'm running the latest Sprint Lovers ROM, HW003.
Thanks!
Click to expand...
Click to collapse
Strange...I'm running paid version of MetaMorph, but this ran fine on the free version as well...in the settings of MetaMorph, try setting the delay to 3000 (default), and then apply the zip again...it will take a while to apply Resources and Framework because there's a lot of icons to change and the more apps you've got running at the same time, the slower it will be...normal installation should only take a minute or 2 max...
Thanks again.. I didn't change anything(already had the default of 3000). I ran the Resources zip again and it auto-rebooted and the changes were successful. Same for the Colored Apps zip. I tried the Framework zip again and it still seemed to hang. I'll play around with it a few more times.
Awesome man. I'd like to include these in my rom possibly. I just don't want to include it until it's finished. When it's done, I'll definitely consider putting these in.
I am on Fresh 3.5.0.1 and the framework one put me into a bootloop.
Bielinsk said:
I am on Fresh 3.5.0.1 and the framework one put me into a bootloop.
Click to expand...
Click to collapse
Strange, sorry to hear that...I don't have any experience with Fresh so I don't know if Fresh's native framework is different enough than SprintLovers to cause this...only thing I could think of is that my framework also includes slightly modified icons for JsChiSurf's drop-down widget control (forgot to mention that in my original post) but I wouldn't think that'd cause a bootloop? (you'd just have extra unused icons in your framework)
Might also be a bad upload/download?...I can re-post tonight and add checksums so you can verify.
I'm still somewhat new to dev work, so maybe someone with more experience could chime in...
I think I change my battery icon a while back from stock Fresh.
I am not sure what is in the Framework, I may just rip up the zip and take a look. Other ones seemed to work fine.
It was weird, its not really a bootloop, it just keeps playing my start animation over and over and wont actually boot. Tried wiping cache and dalvic, didn't help.
Good thing I took a backup
Will this mod work on a stock rooted Evo?
Bielinsk said:
I think I change my battery icon a while back from stock Fresh.
I am not sure what is in the Framework, I may just rip up the zip and take a look. Other ones seemed to work fine.
It was weird, its not really a bootloop, it just keeps playing my start animation over and over and wont actually boot. Tried wiping cache and dalvic, didn't help.
Good thing I took a backup
Click to expand...
Click to collapse
Yeah, go ahead and hack away at the framework zip...maybe try deleting all but one icon or so and see if that will apply? Let me know if you find anything that I need to fix...I don't want to cause similar problems for everyone...
He123321 said:
Will this mod work on a stock rooted Evo?
Click to expand...
Click to collapse
I believe you need to be deodex'ed to use this, but I'm not an expert...either nandroid backup and try it or do some more research (maybe a more knowledgeable dev can chime in?)...sorry for a wishy-washy answer, just being straight with you.
He123321 said:
Will this mod work on a stock rooted Evo?
Click to expand...
Click to collapse
it worked for me.
Works good for me too...
**Update 1/12/12**
Here is a link to Black and Red for TweakStockv1.1. Let me know if there is anything that is not right on it. I don't really want to spend a lot of time updating this thing a bunch of times, so I really hope I got it all right the first time.
TweakRedv1.1
TweakRedBatt2v1.1
There was a problem with Camera.apk in the original upload, hopefully this will address it.
**/Update 1/12/12**
Well here is my first non-blue theme for a while. Its the same base as my Black and Blue theme but of course red. It should be a complete them.
This theme is based off of stock EP4P release, meaning it will work with stock or Humble (I haven't actually tried it, but its stock, so it ought to work). I assume it would also work with EP1W Gummy RC1.5 and below, but not 2.0 or 2.1, and it probably won't work on Infinity. When we get some new ROMs out, I'll probably port it to work with them.
Themed:
Camera.apk
ClockPackage.apk
Contacts.apk
DialerTabActivity.apk
DownloadProvider.apk
framework-res.apk
Gallery3d.apk
JobManagaer.apk
MediaProvider.apk
Mms.apk
Phone.apk
Settings.apk
SystemUI.apk
TouchWizCalendar.apk
twframework-res.apk
Downloads:
Black_and_Red_v1.2.zip
Black_and_Red_Batt2_v1.2.zip
This update fixes an issue with the clock not saving alarms properly
dwitherell let me know today that he had worked out the smali edits necessary to put the extended boot options into the power menu (when you hold the power button). So thanks to him we now have recovery and download boot options just a click away. These will be included in all versions starting with v1.3
V1.3 also includes a darker background for the textbubble of sent messages in mms.
Black_and_Red_v1.3.zip
Black_and_Red_Batt2_v1.3.zip
**PLEASE READ THIS WARNING**
It is a known issue that if you use the power options and then revert to a theme that does not have them built into the framework you will experience force closes and other issues. As such dwitherell has put together a flashable zip that returns the edited files back to stock. You can download it here.
UndoRebootOptions.zip
Note that dwitherell and I have incorporated script in the install package for my theme that will create a .bak backup of your framework-res.apk, framework.jar, and android.policy.jar. These are the files responsible for the reboot options. If you want to revert them to what you had prior to your last flash, use these files. If you were using stock, or any rom/theme that did not edit these files (most themes do not), you can use the UndoRebootOptions.zip to replace them easily. For more information regarding the powermod or stock EP4P flashable theme visit dwitherell's thread HERE
Instructions:
Make sure you have root and Clockwork Recovery installed
- Boot into recovery (Use either Reboot Button app or Hold Volume Up + Home + Power Buttons when phone is off, until the Samsung logo flashes then release all buttons)
- Select "mounts and storage"
- Mount /system/
- Go Back
- Select "install zip from sdcard"
- Select "choose zip from sdcard"
- Select "Black_and_Red.zip"
- Select "Yes - Install Black_and_Red.zip"
- Go Back
- Select Reboot System Now.
***The first boot may take a little longer than usual***
As usual, flash this theme at your own risk, myself, xda, nor anyone other than yourself is responsible for damages to your phone.
Screenshots:
{
"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"
}
Credits:
Gunnermike as I used the info he gave me for my last theme to continue my work.
dwitherell made the smali edits to the stock EP4 files in order to get us the extended boot options. He used information from untermensch as well as information he was able to piece together from the infinity team. For more information regarding the powermod or stock EP4P flashable theme visit dwitherell's thread HERE
That was quick... another great job, thanks.
Looks good, but would it be easy to make it a darker red? From the screenshots it looks pinkish (eg girly)
Sent from my SCH-I510 using xda premium
kvswim said:
Looks good, but would it be easy to make it a darker red? From the screenshots it looks pinkish (eg girly)
Sent from my SCH-I510 using xda premium
Click to expand...
Click to collapse
While some areas may appear pink due to the gradient of colors I used, it is red overall.
I love the themes but that green dialer button has to go red would be awesome and a red battery icon
playab74 said:
I love the themes but that green dialer button has to go red would be awesome and a red battery icon
Click to expand...
Click to collapse
The OP has been updated to v1.1
*EDIT*
The OP has been updated to v1.2 to fix the clock not saving alarms without a force close.
The OP has been edited with links for v1.3 which incorporates the reboot options and makes the sentbubble in mms darker.
Thanks for this theme. I really like it. I do have a question... after flashing this over humble 5 , I am back to the puzzle/ glass lockscreen where as before it was the slide to unlock with the option to slide to silence. Is there a way to get that back and still use the theme?
No, in order to have the AOSP lockscreen you would need to make an android.policy.jar edit that I did not make. Or get a lockscreen from the market that will give you that ability.
stranula said:
No, in order to have the AOSP lockscreen you would need to make an android.policy.jar edit that I did not make. Or get a lockscreen from the market that will give you that ability.
Click to expand...
Click to collapse
I recall nitsuj17 saying you should be able to just pull android.policy jar from a rom that has it (like Humble) and push it/replace the stock one, should work fine
blazing through on my 4G Droid Charge
anoninja118 said:
I recall nitsuj17 saying you should be able to just pull android.policy jar from a rom that has it (like Humble) and push it/replace the stock one, should work fine
blazing through on my 4G Droid Charge
Click to expand...
Click to collapse
This is very true, however you would then lose the extended power menu. I'm not positive, but I believe there may be one other file needed for that in particular (don't quote me on that one, I'm still pretty new to all of this) to work. I'll take a shot at putting something together perhaps over the next few days (lots of holiday-relevant family stuff going on currently) to address this.
anoninja118 said:
I recall nitsuj17 saying you should be able to just pull android.policy jar from a rom that has it (like Humble) and push it/replace the stock one, should work fine
blazing through on my 4G Droid Charge
Click to expand...
Click to collapse
Yea, that was the info I was going off of also, however rereading my response, I didn't even come close to making that clear. But like dwitherell said, we made changes to android.policy.jar in order to have the extended reboot options, so it would be one or the other until it is update, if he chooses to do so.
stranula said:
No, in order to have the AOSP lockscreen you would need to make an android.policy.jar edit that I did not make. Or get a lockscreen from the market that will give you that ability.
Click to expand...
Click to collapse
I suggest Magic Lock.
thac23 said:
I suggest Magic Lock.
Click to expand...
Click to collapse
I' used it before I installed humble... and had issues with it causing a lot if lag when I went to unlock the phone. I'll probably give it a shot. And see how it does with the setup I have now.
Thanks for all the help... this community is the best!
Anybody tried this with EP4D yet?
lane32x said:
Anybody tried this with EP4D yet?
Click to expand...
Click to collapse
I'm running black and blue on ep4d and it works without any issue. I'll be updating them to the new apks next weekend, but in the mean time there is not reason these shouldn't work.
You made my day!! Thanks for confirming that it works.
stranula said:
I'm running black and blue on ep4d and it works without any issue. I'll be updating them to the new apks next weekend, but in the mean time there is not reason these shouldn't work.
Click to expand...
Click to collapse
Sent from my SCH-I510 using XDA App
Would it be possible to get the dialer to go into landscape view when the phone is docked? That seems to be the only thing that isn't working that I have found. I am using the Black_and_Red_Batt2_v1.3.zip.
Thanks
This has now been ported to TweakStock v1.1, see the OP
I flashed this over Tweakstock 1.1 and everything seems to be in working order. Thanks for the port!
PLEASE MAKE SURE YOU HAVE FLASHED MY DEODEXED ZIP FIRST BEFORE FLASHING THIS THEME
Special Thanks to @chrisrotolo for all his help. Without him my theme would be crap!
Download in second post.
Hexagon
{
"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"
}
Rest of theme.
Please don't forget to press thanks if you like or use the theme. Thanks
I have removed the downloads from my dropbox for the time being. However the final Hex unlock with RAZR soft keys are still available for download.
DOWNLOAD
ICS Hexagon Accurate Battery Mod
Most recent screen shot. In the process of uploading this version now, will post a link if people like it. The
"grey" button is when you press it. That way you can tell when you press them.
Download the new version with RAZR soft keys here
Download to internal SD card, reboot into recovery, nandroid, flash.
Done. Enjoy
If anyone has any ideas I'm open to whatever, just let me know and I'll see what I can do!
v1
Initial Release
v2
Fixed 1 icon I missed, made it an "Easter Egg" see if you can find it. - As soon as its found I'll change it lol.
Added ICS sounds (Thanks Chrisrotolo)
Added different fonts (Thanks Chrisrotolo)
Added AppWidgetPicker - http://forum.xda-developers.com/showthread.php?t=780828
v3
Added new versions of lock screens.
v4
added 1% battery mod - hexagon unlock version only
fixed random images
cleaned up multiple images to try and reduce size
changed settings "look" to add some "color" - was tired of all grey - hexagon unlock version only
v5 - unreleased
v6
fixed the divider in the settings
changed the settings icons again, I will stick with these, I like them the most.
added back the ICS wifi indicator, this time it doesnt move when the data indicators come on, they dont 100% exactly match the battery color, but it doesnt bother me. If it does, I'll go back to stock, just let me know.
this has stock ICS colored soft keys, however if you select anything besides "screen capture" in the settings < quick launch , it will change to the magnification glass from my new soft keys. I use search. I am trying to get the creator to make me an icon from this set, he said he would get to it. might take some time, just deal with it for the time being
added the option for a new set of soft keys, remember dont use "screen capture" in the settings please.
might be a few other things, but mostly thats all.
for some reason this MIGHT remove your google accounts, just add them back it if does. I'm not sure why it does
v7
soft keys are now the same keys found on the droid RAZR(thanks @sonnysekhon), all colored blue
back to stock wifi icons, colored data indicators to match keys and battery
different battery icons(thanks @chrisrotolo)
Thats all for now.
I've got the Ninja theme from the tab 10.1 all ported over to my tab now, however I have not heard back from the creator of that theme, so I'm not sure he would want me to post it or not.
Looking good
antiochasylum said:
I'm working on the quick settings as well. I will get to most of them by the end of the week I hope. Apparently everything is under the mpdi folders, not sure why but whatever.
The 10.1 buttons, home, back are to wide and overlap, so I'll have to resize them if I want to use them.
I will work on the accurate battery mod this week. I already know where all the images are, just need to find the xml files.
Click to expand...
Click to collapse
Awesome! Continue with the great work!
Thanks alot I just need to learn how to use adb I'm a little familiar with fastboot that I used on my nexus s
Soooo much to learn
Sent from my GT-P6210 using xda premium
its really easy. Just follow my instructions and you will be fine.
If anyone has questions hit me up on gtalk [email protected]
Sent from my Insanity powered SGS2
Thanks for the Mod but I would add in the original post that you should backup your SystemUI.apk file before you do this as this Mod will replace it. Can't remember the abd commands to back up a file but it is just as easy to make a copy using Root Explorer or other file manager with root access.
kzoodroid said:
Thanks for the Mod but I would add in the original post that you should backup your SystemUI.apk file before you do this as this Mod will replace it. Can't remember the abd commands to back up a file but it is just as easy to make a copy using Root Explorer or other file manager with root access.
Click to expand...
Click to collapse
Well I thought that was a given, but ill add the command today when I get home on how to backup the original.
Sent from my Insanity powered SGS2
antiochasylum said:
Well I thought that was a given, but ill add the command today when I get home on how to backup the original.
Sent from my Insanity powered SGS2
Click to expand...
Click to collapse
Unfortunately I've seen too many people not do a backup just because it wasn't in the instructions. Here's teh command for making a bakup copy of SystemUI.apk using adb.
cp SystemUI.apk SystemUI.bak
(This copies the original file and creates a file with the extention .bak)
kzoodroid said:
Unfortunately I've seen too many people not do a backup just because it wasn't in the instructions. Here's teh command for making a bakup copy of SystemUI.apk using adb.
cp SystemUI.apk SystemUI.bak
(This copies the original file and creates a file with the extention .bak)
Click to expand...
Click to collapse
Can you not just copy from the system?
cp /system/app/SystemUI.apk /sdcard
That should work right? I always just use adb pull /system/app/SystemUI.apk and keep them on my PC, so never used busybox commands.
Thanks it looks great from the pics but I have lots to learn about adb.I'm a little familiarwith fastbooton my nexus s.ill wait for the flashable zip.thanks I'm happy we have a great dev on themes I hope we get lucky and get a great rom dev also
Sent from my GT-P6210 using xda premium
sneak peek teaser
Sneak peek at 3g ICS theme. only have systemui themed right now. Next are both frameworks(1000+ icons), then settings, and launcher, then phone. Then i'll probably theme the badic apps launcher icons. Will include ics clock font, but not roboto system font. I like the default dont on this device. Also some sounds and i will look into boot animation. I hope more people are interested in this than were on Dell streak 7
Thanks to antiochasylum for some icons.
still trying to get this freaking zip working. Might just kang someones lol.
Sent from my Insanity powered SGS2
your update binary also has to be updated for 3.2, and make sure your mounting dev/block/mmcblk0p8 /system , ahh I'd just kang someones or search for the updater.zip creator windows programs.
While you still be making a wifi version.
Thank 4 share :x
blinksilver said:
While you still be making a wifi version.
Click to expand...
Click to collapse
Huh? This is for wifi. chrisrotolo made the p6200 version.
ZjN said:
Thank 4 share :x
Click to expand...
Click to collapse
This has since been updated again. I will update this post with new files once I get home. Check out my deodexed thread in developement for newer screen shots. I have since updated it again.
Brain fart! Thanks for the hard work!!!!!
Btw, did you by chance fix the bug where the why logo shifts to the left slightly when the activity indicator for data transfer is on. Its not deal breaker, but it did bug me a bit.
Yes I did. I had never noticed that until the other day, So until I figure out why its doing that I went back to stock wifi indicator. Being Christmas I'm away for a few days and ill get the ICS wifi back in there once I get home.
I have been asked by the developer to start a Kindle Fire thread as we have just worked together on porting his theme to our great device. I have built the latest port with his help so I am able to answer most questions. As BroBot updates his I will port the build to the Kindle.
Keith
{
"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"
}
^^^not what it really looks like on CM7 but a good representation^^^
CM7 Version Released
This CM7 version is based off the forth milestone of the AOKP builds and is available for other devices on his site.
Check out website for screenshots and full change log http://brobot175.co.uk/MetroUI/MetroUI.html
What is it?
This theme allows you to make your homescreen look like the windows 8 metro. It also themes your notifications pannel and taskbar to fit with the MetroUI.
What is it compatable with?
This theme is compatable with Kindle Fire CM7 & CM9, GalaxyTask, Overcome 3G and ICS
Whats to come?
My website is brand new and still in beta so i shall be working on it to clear out any bugs.
I shall add tutorials on how to customize more of the theme like the widgets.
More Widgets.
Any other Bug fixes
News
[9/4] Beta 6 Released. Got rid of villain as it didnt work
[5/4] Beta 5 Released. Added support to all honeycomb and ICS tablets.
Added some more wallpapers
check out website for full change log
[26/3] Beta 4 Released. Added ICS support.
Edited widgets to be compatable with ICS.
Changed names of widgets so they should be easier to find.
System Theme for ICS including custom switches to fit the theme.
[17/3] Beta 3 Released. Changes are icons i made for people added. Email widget added (see website)
[17/3] I have added the order icons page so you can now request any icons you want
[17/3] I have bought the domain and hosting with money from donations so now website is more stable and quicker.
[16/3] Added Support For Overcome 3G
If your kindle for any reason goes into a bootloop just flash your ROM again without wipeing anything and it will go back to how you had it
BroBot175 works hard to develop these themes so please offer a donation to help support his development costs.
Hi I built it for CyanogenMod 7.2.0-RCO-Blaze-KANG Rom which I found to be the best working rom for the kindle fire. Flash the rom then the theme in Clockwork I have included a link to the rom below.
Keith
If you're coming from a STOCK ROM then use this version to flash. It will wipe the data and cache partitions (as well as the system partition) as a part of the flash process which should get rid of any FC issues.
http://www.mediafire.com/?7afc1173l7yc0qv
If you're upgrading from an EXISTING CM7 install then use this ROM instead. This one will NOT wipe the cache and data partitions which should mean that you can upgrade from one version of CM7 to another without losing any of your existing data (or that's at least the idea)
http://www.mediafire.com/?hmdc0lmgvnlbg97
Soo why isn't this working for me I flashed the zip and nothing changes when I rebooted...
wetbo529 said:
Soo why isn't this working for me I flashed the zip and nothing changes when I rebooted...
Click to expand...
Click to collapse
Once the system has been flashed you need to set a lot of bits up, takes about an hour from here
Firstly follow all the all the steps on BroBots175 site from Step 3 http://brobot175.co.uk/MetroUI/Setup3.html and I promise it will work.
In short you need to download and copy the MetroUITiles and paste it on your SDCARD, then restore the ADW settings with the "adw_settings" file in the download. Then install an app called "Desktop VisualizeR" from Google Play on your device and and set up Desktop VisualizeR with the settings BroBot175 recommends. Once all this is done you need to make a load of widgets that becomes each of the individual tile. Over and over again.
I hope this helps.
Keith
kindlefireman said:
Once the system has been flashed you need to set a lot of bits up, takes about an hour from here
Firstly follow all the all the steps on BroBots175 site from Step 3 http://brobot175.co.uk/MetroUI/Setup3.html and I promise it will work.
In short you need to download and copy the MetroUITiles and paste it on your SDCARD, then restore the ADW settings with the "adw_settings" file in the download. Then install an app called "Desktop VisualizeR" from Google Play on your device and and set up Desktop VisualizeR with the settings BroBot175 recommends. Once all this is done you need to make a load of widgets that become each individual tile.
I hope this helps.
Keith
Click to expand...
Click to collapse
yeah i understand I have to make those things but my confusion is coming from what does flashing that zip do like if nothing changes then what's the point in flashing that zip? Also the first link provided can I use that to flash and start over like factory wipe then flash that zip in first link?
wetbo529 said:
yeah i understand I have to make those things but my confusion is coming from what does flashing that zip do like if nothing changes then what's the point in flashing that zip? Also the first link provided can I use that to flash and start over like factory wipe then flash that zip in first link?
Click to expand...
Click to collapse
To answer the first question; Ah I understand mate, I didn't get it last night until I worked on the Kindle port today. When building the theme it uses the roms system files and frameworks to allow extra option to appear in the options once you start adding the tiles (Widgets) and allows the system to align the tiles together correctly.
Second question; yes mate thats what I did after I tested it and knew it worked.
EDIT CORRECTION FROM DEVELOPER - Sorry!
If you look at my screenshots the bar at the bottom has metro style home back and other icons and the notification pannel also
you change these images by flashing the theme as these images are in the framework-res.apk and the systemui.apk
I got lazy and didnt do it because for cm7 I had to rename all the images so they would work with your device.
With what youve done you dont really need to flash the zip for it to work unless you just want to install desktop visualised.
were working on a fix
Yo I need you to port this to the original rom I requested because the rom you ported this to doesn't let me play games like grand theft auto and order and chaos or at least I can't find it I'm the market which I assume means that the build.prop or something on kangs rom that isnt set up like the cm7 bare bones.
Yes mate, I am running all these games, send me your email and ill email you the build.prop with instructions its a five minute easy fix. I play order and chaos perfect on this Rom downloaded from Google play. This is why my signature says i have a gt p1000 ie Samsung galaxy tab.
I have nearly finished making a games tile set and the order and chaos one looks mint ill send it aswell.
Sent from my GT-P1000 using xda premium
Só this is just a theme, the live tiles is made using desktop visualizer right
Correct the reason there is a flash install process is to change the theme of the cm7 UI to match the metro style and add special Widgets. You could keep the ui the same and make the tiles by adding the metroui folder and using visualized app so you don't need to flash.
Sent from my GT-P1000 using xda premium
kindlefireman said:
Yes mate, I am running all these games, send me your email and ill email you the build.prop with instructions its a five minute easy fix. I play order and chaos perfect on this Rom downloaded from Google play. This is why my signature says i have a gt p1000 ie Samsung galaxy tab.
I have nearly finished making a games tile set and the order and chaos one looks mint ill send it aswell.
Sent from my GT-P1000 using xda premium
Click to expand...
Click to collapse
[email protected]
Hi mate I have sent you an email but for anyone else email me and ill send you the build.prop file. If you already have one just follow these steps.
To get this to work for me I didn't overwrite the file as it does not work for some reason.
1st – Backup your original build.prop in the /system folder to somewhere but keep a copy there still as we are going to edit this.
2nd – Copy my build.prop to your sdcard
3rd – Long press on my file and open and edit in text editor or equivalent, select all text and copy.
4th – Exit the file and navigate to your /system folder activate rw access at the top of the screen so you can edit the file.
5th – Open your build.prop and select all text then delete, once deleted paste the text from my build.prop file you should now see the device name says a GT 1000 etc
6th – Close the file and it should ask you to save it, disable rw back to ro and exit file browser.
7th – Reboot your device and once your back in go to menu/settings/about and see if your device name has changed to the GT 1000 if it has exit and open google play type in "gameloft" and all the games should now show and allow you to install.
If this helps you mate please thank me on the forum, I am new to the forum and I am trying to build my credibility up.
Take Care
Keith
So, if I'm from another CM7 I would have to flash the second ROM and then follow brobots 's instruction then I would have to do the theming myself!
And can you send the build.prop file, I saw your instruction involving copy & pasting text, why can't we move the whole build.prop file to the system directory, then we don't have to do it too long and confusing, my email is: [email protected]
Thanks A lot for this theme, and I thanked you on both of your post, expect to see another awesome update soon.
PS: Does this work with CM9, if it's not, could you consider porting it!
pmdisawesome said:
So, if I'm from another CM7 I would have to flash the second ROM and then follow brobots 's instruction then I would have to do the theming myself!
And can you send the build.prop file, I saw your instruction involving copy & pasting text, why can't we move the whole build.prop file to the system directory, then we don't have to do it too long and confusing, my email is: [email protected]
Thanks A lot for this theme, and I thanked you on both of your post, expect to see another awesome update soon.
PS: Does this work with CM9, if it's not, could you consider porting it!
Click to expand...
Click to collapse
There are a few ways you can look at this, if you just want to add the Metro them icons to your screen just download the image pack in BroBots175 step 3 and install appalizer then set it up. the only reason to flash the rom is to give your cm7 interface buttons the metro look (i.e. back button, menu button etc), however you don't need to.
I don't know why the build.prop files does not work when you just overwrite the file? maybe it's signed in someway? I do know that it works in the way that I described so thats how I do it.
Tiles for apps and games.
Hi I have made a few tiles for games and apps that I use. I haven't followed the theme too much as I like to see the correct images on my games icons, but I have added a download link incase anyone wants them. I have put two pictures below so you can see them.
Keith
Download here free: https://dl-web.dropbox.com/get/Kindle Fire Mods/Metro UI Icons/TilePack1.zip?w=544aa130
Link.
^^The link is down. Can't download the pack.^^
Link now fixed mate.
Sent from my GT-P1000 using xda premium
I'm a Windows 8 Consumer Preview User Myself.
Adding the ability to add wallpapers would be nice for that port.
Still not working. Keeps getting error 403.
Sent from my Kindle Fire using XDA