[RELEASE] Minimal Matte Theme Version 2.0! 16/05/2011 - Galaxy 3 Themes and Apps

Please be advised that this theme may be deprecated. Make sure you use it on a deodexed ROM. There are possible side affects such as bricking your phone that I cannot be held responsible for. Yadda Yadda Yadda. If you experience any issues with this theme please shoot me a private message. I rarely check this thread anymore and will be much more responsive by PM.
Credits go to shiftedx for the base PNG files. Credit goes to The Dark Lestat for the base firmware! I also need to thank Kyrillos13 for the rotary bg and dimple files for the unlock screen!
Video Guide Tut: http://www.youtube.com/watch?v=xQxTa2lqgOo
Sorry for the bad quality, I combated this with annotations.
Please note that version 2.0 is a full feature update.
Version 2.0!
{
"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"
}
Version 2.0 Download Link!
http://www.mediafire.com/?qpbff1nbgbwfe6f
Version 1.5!
Version 1.5 Download Link!
http://www.mediafire.com/?g7bixe0muh17p49
Version 1.3!
Version 1.3 Download Link!
http://www.mediafire.com/?zkqrk98oro18z4o
Version 1.2!
Version 1.2 Download Link!
http://www.mediafire.com/?lzk36d7c7b3lb1z
PS: When installing Contacts.apk, afterwards when opening contacts.apk, the phone might force close 2 or 3 times, then it starts working again. Not sure why this happens, but don't be scared of it if it force closes, keep trying
Version 1.1!
Version 1.1 download link:
EDIT:: Please don't use the Contacts.apk from this .rar file as some people have experienced issues with it.
http://www.mediafire.com/?bbclhlhl0vvt5zz
Edit:: For obvious reasons, I removed the link to version 1.0 because of the glitches it had. V1.1 has changed power menu icons and fixed menu backgrounds.

Version 1.3 and up now comes with an auto backup and installer. Run Update-ROM.bat. Curteousy of The Dark Lestat.
Install instructions. First put your phone into read-write mode with the below command. Then push all the files onto your phone with the below commands. Make sure all the APK files are in your ADB folder!
Backup your applications by running:
Code:
adb pull /system/app/Contacts.apk
adb pull /system/app/Settings.apk
adb pull /system/app/DialerTabActivity.apk
adb pull /system/framework/framework-res.apk
adb pull /system/framework/twframework-res.apk
Now backup the pulled files, and push the following files on using:
Code:
adb shell mount -o remount,rw /dev/block/stl16 /system
adb push Contacts.apk /system/app/
adb push DialerTabActivity.apk /system/app/
adb push Settings.apk /system/app/
adb push framework-res.apk /system/framework/
adb push twframework-res.apk /system/framework/
Noted to work on:
- All Lestatious ROMs
- Indroid 3.0
Issues found on:
- Stock JPF (apparently no silent icon shows up in the notification bar) if anyone can confirm, that'd be perfect, thanks!

Changed in V2.0:
- Fully featured update
- All lock screens modded with help of Lestat HTC Theme and Kyrillos Gingerbread theme
- Modded Settings.apk (Grabbed from base Lestatious 1.9 ROM)
- Minor tweaks to the power menu and notifications bar icons.
- Battery 1% mod added, fully updated all 204 battery icons
Changed in V1.5:
- Only modified framework-res.apk and twframework-res.apk
- Used base HTC Sense theme and remodded
- Modded status bar and pull down bar
- Modded power menu
Changed in V1.3:
- Revamped the transparency and color of notification pull down
- Revamped transparent tabs in dialer
- Completely changed contacts.apk for a dark theme
- Changed the background color of app titles from grey to black
- Fixed a couple FC glitches
Changed in V1.2:
- New default wallpaper
- Fully Semi-transparent pull down notifications menu
- Fixed notifications text (including new reduced GPS icons)
- Changed lockscreen to Lestatious 1.4.5.5
- Changed Transparent Dialer to Lestatious 1.4.5.5 plus added the transparent tabs in the dialer
- Changed Contacts.apk to follow the themes of every other apk
Changed in V1.1:
- Fixed menu background colors
- Changed power menu icons
Changed in V1.0:
- Modified GPS, Bluetooth, Wifi, cell signal, battery, clock, silent mode, usb connected, syncing, etc. in the notification bar
- Modified background and bars on notification pull down menu
- Modified all settings icons
- Modified dialer buttons
- Modified power menu
Currently wanting to mod:
- Widget Locker (iPhone Style)
- Video guide
- various stock applications!

barqers said:
Reserved 20
Click to expand...
Click to collapse
it will work on jpm ???

ilievski.ace said:
it will work on jpm ???
Click to expand...
Click to collapse
I think it should. I'm using JPF right now though.
Here's what you should do though, in case it doesn't work. Remount your phone into read-write mode:
Code:
adb shell mount -o remount,rw /dev/block/stl16 /system
Then make a back up of all your files:
Code:
adb pull /system/app/Contacts.apk
adb pull /system/app/Settings.apk
adb pull /system/app/DialerTabActivity.apk
adb pull /system/framework/framework-res.apk
adb pull /system/framework/twframework-res.apk
Then put those in a separate folder, try the installation instructions. Reboot your phone. If your phone gets stuck in a bootloop, just reinstall your backed up files by remounting like before with:
Code:
adb shell mount -o remount,rw /dev/block/stl16 /system
and then push all your backed up files back onto your phone and reboot and it'll restore to how it was before.
But it should work

it is a nice theme the icons are perfect
i just want it for the reboot option
thanks for the Theme i will tray whit root explorer

Hey man can you please guide me as to how to port these things?

ilievski.ace said:
it is a nice theme the icons are perfect
i just want it for the reboot option
thanks for the Theme i will tray whit root explorer
Click to expand...
Click to collapse
No problem
I'm glad you like it!

anant.0097 said:
Hey man can you please guide me as to how to port these things?
Click to expand...
Click to collapse
Basically, be prepared to want to explode your computer
Find the APK you wanna modify
Find the PNG files you want to replace the original APK png files with
Make sure the new PNG files have the same name as the old files you're replacing
Extract the APK file into a folder
Then run the following command:
pathToOldApkPngFiles = the path to the files you're replacing
pathToNewPNGFiles = path to the new files you're replacing them with
Open up a command prompt and run the following:
Code:
cd pathToOldApkPngFiles
xcopy "pathToNewPNGFiles" /U
Note: don't remove the quotation marks
Then paste your extracted APK res folder BACK into the APK folder.
You can do this by opening the APK with winrar, deleting the res folder, then pasting your new folder into the apk. Then you're done
Once you get the hang of it it's okay!

It`s great , thx! Continue your great job on theming!

Ulqiorra said:
It`s great , thx! Continue your great job on theming!
Click to expand...
Click to collapse
Thank you!
I'm off to bed for now. I'll be back in the morning!

Great work.. But just a problem.. The menus r white nd d fonts r also white.. So cant see d menus..
http://imgur.com/XUrCz
Sent from my GT-I5800 using Tapatalk

barqers said:
Basically, be prepared to want to explode your computer
Find the APK you wanna modify
Find the PNG files you want to replace the original APK png files with
Make sure the new PNG files have the same name as the old files you're replacing
Extract the APK file into a folder
Then run the following command:
pathToOldApkPngFiles = the path to the files you're replacing
pathToNewPNGFiles = path to the new files you're replacing them with
Open up a command prompt and run the following:
Code:
cd pathToOldApkPngFiles
xcopy "pathToNewPNGFiles" /U
Note: don't remove the quotation marks
Then paste your extracted APK res folder BACK into the APK folder.
You can do this by opening the APK with winrar, deleting the res folder, then pasting your new folder into the apk. Then you're done
Once you get the hang of it it's okay!
Click to expand...
Click to collapse
Thanks man...... can you also tell me how i can port themes that are made for other devices like galaxy s to our device?

i really like this dialer!!
can you mod this ?
and i have a transparent dialer,it was ilievski.ace supported to me. on the attachment

ranadip.bswas said:
Great work.. But just a problem.. The menus r white nd d fonts r also white.. So cant see d menus..
http://imgur.com/XUrCz
Sent from my GT-I5800 using Tapatalk
Click to expand...
Click to collapse
it happens to lestatious,flash another rom and try it again

JPF themes doesnt work on JPM. it causes boot loop..

hodostamas said:
JPF themes doesnt work on JPM. it causes boot loop..
Click to expand...
Click to collapse
got it ,thx

hodostamas said:
JPF themes doesnt work on JPM. it causes boot loop..
Click to expand...
Click to collapse
Sorry! I'll try modding it for JPM tomorrow. In case anyone else was wondering though, the base framework-res.apk was Lestatious.
I will look into the white menu colors tomorrow and have it fixed hopefully

ilievski.ace said:
it will work on jpm ???
Click to expand...
Click to collapse
I have installed it (framework-res,twframework-res and settings.apk)
on Kyrillos ROM v3.0 (which is base on JPM) and everything is great.
EDIT:
I noticed that ADB doesn't "see" a phone now

Y0RGI said:
I have installed it (framework-res,twframework-res and settings.apk)
on Kyrillos ROM v3.0 (which is base on JPM) and everything is great.
EDIT:
I noticed that ADB doesn't "see" a phone now
Click to expand...
Click to collapse
Really? I never had that issue. Can you post what error you get?

Related

Edit system apks?

I've recently been trying to create a new theme for the Mini Pro. I've pulled the framework-res.apk from the phone and edited some of the files (takes some time because it's a helluva lot png's in there!).
I have not unpacked and repacked the .apk, but simply pasted the new pngs in to the original .apk (and of course deleted the original pngs).
I realise that the X10 minis are still quite new and that it's still new territory, but it's better to ask than to not, isn't it? And this does probably have more to do with Android and less to do with the brand anyway.
So here's my question to all you a little more experienced android editors: Is there anything else i need to do with the .apk before I push it back into the phone? It's still, as i said, the original file, so I don't think it needs to be signed, but is there anything else I'll have to do? I don't really want to brick my phone you see
UlrikS said:
I've recently been trying to create a new theme for the Mini Pro. I've pulled the framework-res.apk from the phone and edited some of the files (takes some time because it's a helluva lot png's in there!).
I have not unpacked and repacked the .apk, but simply pasted the new pngs in to the original .apk (and of course deleted the original pngs).
I realise that the X10 minis are still quite new and that it's still new territory, but it's better to ask than to not, isn't it? And this does probably have more to do with Android and less to do with the brand anyway.
So here's my question to all you a little more experienced android editors: Is there anything else i need to do with the .apk before I push it back into the phone? It's still, as i said, the original file, so I don't think it needs to be signed, but is there anything else I'll have to do? I don't really want to brick my phone you see
Click to expand...
Click to collapse
I think you would be better off taking the files you have modified and using Metamorph to push them into the file. If not i think you will have to resign the .apk.
Search for Metamorph in the Android Themes section here on XDA. Unfortunately i cannot help you with how to actually do that but maybe you can figure it out.
I didn't know that Metamorph worked on the X10's. If it does, then that is really great news!
Well, anyways, I decided to just do it, I mean, I'd just have to do a quick recover if it failed. And guess what? It worked perfectly fine!
just to be sure, you modified the files, copied back to the apk file without "unzipping" it and after that you moved the modified apk file to the device and it works? How did you exactly moved the file back to the device..?
I just pasted the files into the appropriate folder in the framework-res.apk. I then copied the modified framework-res.apk onto my sdcard.
Then I went into adb shell and entered the following:
su
rm /system/framework/framework-res.apk
cat /sdcard/framework-res.apk > /system/framework/framework-res.apk
Then i just rebooted the phone and voila!
EDIT: I did this a 4-5 times while testing different changes in the .apk, but the last time the phone got bricked somehow. It's not really a big deal as it's just to recover it with the PC Companion, but you should probably take a backup before you do this.
Ok, thanks for info. I was asking 'cause i already copied it using Root Explorer but it bricked my device. I'll try it with adb shell as you described.
Sent from my E10i using XDA App
I was about to make my first post here about the exact same thing, I've managed to modify framework-res.apk using the same method. I desatureted the status bar icons and the background then just put them back into the apk using 7zip it wasnt necesary to sign the file after either.
Metamorph doesnt seem to work on the mini as it doesnt update the "drawable-ldpi" folder which contains the status bar background.
I too managed to brick the phone the 1st time round (tip: the sony ericson update service needs you to turn the phone on whilst holding the back button. not possible when the phone is stuck in a boot as you cant pull the battery on a mini. I managed to get it to work by holding the back button and the centre button along with the power button while the usb was plugged in and it was recognised)
superb!!! adb shell worked... now my x10mini is pretty black(almost), gr8 gr8 gr8! thanks
edit: I also confirm that first time I bricked my device, I used Root Explorer to copy the apk file, without deleting the original apk before.
After recovery, I made a second try with adb shell, it worked, but the device was functional only on 20%, all system apps and settings were not accessible, it FC always I tried to launch. I did the third trial, the same way like the second one, and now everything works.
In the X10mini Theme forum theres a guy making a Gray theme. He bricked his phone first attempt but after that he discovered that chmod 755 on the framework-res.apk before rebooting has worked so far for him.
Maybe try that?
71baker said:
In the X10mini Theme forum theres a guy making a Gray theme. He bricked his phone first attempt but after that he discovered that chmod 755 on the framework-res.apk before rebooting has worked so far for him.
Maybe try that?
Click to expand...
Click to collapse
Yeah, that's probably a good idea. Done that a few times now and I haven't had any problems (though i didn't have any problems the first times without doing it either).
kjthornton said:
Metamorph doesnt seem to work on the mini as it doesnt update the "drawable-ldpi" folder which contains the status bar background.
Click to expand...
Click to collapse
I have made a pack with black background and greyscale icons , also a circular Battery indicator , and it works with Metamorph. Applied it twice sofar because the first time i messed up the transparency.
{
"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"
}
71baker said:
I have made a pack with black background and greyscale icons , also a circular Battery indicator , and it works with Metamorph. Applied it twice sofar because the first time i messed up the transparency.
Click to expand...
Click to collapse
Looks awesome! Would you care to share?
Excelent, please post modofied apk
Sent from my E10i using XDA App
UlrikS said:
Looks awesome! Would you care to share?
Click to expand...
Click to collapse
Sure. As always , don't hold me responsible for any problems. I'll send the same .zip as i applied using latest Metamorph (Donate version)
http://www.mediafire.com/?oi6iiko2cf87b2x
The round battery icon comes from a Morph by BrandenK here on XDA , named Kspecbattery.zip
Oh and i also want to say this , i have modded Statusbar and icons ONLY , nothing else....
71baker said:
I have made a pack with black background and greyscale icons , also a circular Battery indicator , and it works with Metamorph. Applied it twice sofar because the first time i messed up the transparency.
Click to expand...
Click to collapse
Wow, that looks really awesome. I'm definitely gonna have to try it out. Are you using a different launcher than the default? And what is that widget at the bottom there. It doesn't look like the default one that comes with the phone.
junglepunk said:
Wow, that looks really awesome. I'm definitely gonna have to try it out. Are you using a different launcher than the default? And what is that widget at the bottom there. It doesn't look like the default one that comes with the phone.
Click to expand...
Click to collapse
This is ADW with ADW.Theme.One that comes with it free i think. And the widget at the bottom is called Extended Controls , it's a payapp but i think it is worth the money.
Before anyone asks , the font is called Komika Display and you can find it with Google for free.
can u post the small tutorial for how to?
71baker said:
This is ADW with ADW.Theme.One that comes with it free i think. And the widget at the bottom is called Extended Controls , it's a payapp but i think it is worth the money.
Before anyone asks , the font is called Komika Display and you can find it with Google for free.
Click to expand...
Click to collapse
plse upload adw launcher here i cant find any working one
abhi98228 said:
can u post the small tutorial for how to?
Click to expand...
Click to collapse
Put the framework-res.apk file into your sdcard
Enter USB debugging mode
Enter adb shell in Command Prompt
Enter into adb shell the following:
Code:
su
mount -o rw,remount /dev/block/mtdblock3 /system
cat /system/framework/framework-res.apk > /sdcard/framework-res-org.apk
rm /system/framework/framework-res.apk
cat /sdcard/framework-res.apk > /system/framework/framework-res.apk
chmod 755 /system/framework/framework-res.apk
Reboot your phone, and voila!
If you want to change back, you'll now have a file on your sdcard called 'framework-res-org.apk'. That's a backup of the original file. Just copy it back to it's orignal position using the same method and you're back to where you started ;-)
UlrikS said:
Put the framework-res.apk file into your sdcard
Enter USB debugging mode
Enter adb shell in Command Prompt
Enter into adb shell the following:
Code:
su
mount -o rw,remount /dev/block/mtdblock3 /system
cat /system/framework/framework-res.apk > /sdcard/framework-res-org.apk
rm /system/framework/framework-res.apk
cat /sdcard/framework-res.apk > /system/framework/framework-res.apk
chmod 755 /system/framework/framework-res.apk
Reboot your phone, and voila!
If you want to change back, you'll now have a file on your sdcard called 'framework-res-org.apk'. That's a backup of the original file. Just copy it back to it's orignal position using the same method and you're back to where you started ;-)
Click to expand...
Click to collapse
ok i got it. but how to creat the theme? nad tht metamorf thing? i dont wanna brick my x10 mini so asking before doint it

How to port themes to HTC Legend (example Minimal Matte)

{
"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"
}
Hey Guys,
I was asked if i could do a Tutorial how to port themes to HTC Legend. And here it is
Perform a Nandroid Backup first... as usual.
Be careful i am not responsible for any damage at your device.
Method 1 = not changing your system and will integrate it to running system (ADB Method)
Method 2 = new clear install of Rom required (Flashable ZIP)
At first you need a few things:
SDK from Android
Theme-Porter by Daneshm90 (Thanks for support! ) Make sure you are using the newest beta of the program
The Rom of files with the theme in it ( in our example Minimal Matte 1.5 !! NOT THE VERSION FOR LEGEND! from the Thread here at XDA Dev's)
The Rom you are using ( for example Cyanogenmod 6.1 (Thanks to ali Ba for his awesome work))
Update.zip Modifier/Creator
A USB cable
Time
Click to expand...
Click to collapse
Let's start.
METHOD 1:
STEP 1:
First you have to use the Theme-Porter so you unzip the folder to C:\Theme-Porter or something similar. In this folder there are two important folders called new and old. So you unzip your Roms and put all files in system/app/ from your current Rom in the folder Theme-Porter/new/app/ and all files from system/framework/ in Theme-Porter/new/framework/. Unpack also the themed Rom and replace files from system/framework/ and system/app/ to old/framework and old/app.
STEP 2:
Run script.bat in root folder of Theme-Porter (C:\Theme-Porter) and select the option you want.
In our case if we want to port Minimal Matte, choose Option 1 because we are porting a froyo rom to a froyo rom.
If you are porting a theme from a hdpi device ( for example Nexus One and Desire ) you have to toggle Hdpi to Mdpi with option 4 ( Legend devices. (has something to do with the resolution)).
If it's ready the files in the Theme-Porter/new folder are themed.
STEP 3:
Unzip the SDK to C:\SDK (make sure in the name of the SDK is no space in it. NOT like this C:\Android SDK ) .
Now Copy the files from Theme-Porter/new to C:\SDK\tools. Like this Theme-Porter/new/framework/framework-res.apk -> C:\SDK\tools\framework-res.apk.
Connect the HTC Legend to the Computer via USB. Go to Clockwork recovery mode via Rom Manager.
Click on restart in Recovery Mode in Rom Manager. Once rebooted go to partition menu and click on mount /system.
Turn now to your PC and follow the steps
STEP 4:
Now go to your comand line (Windows Vista and Windows 7 Start->Type "cmd").
Code:
cd C:\SDK\tools
(or wherever you have placed the SDK, remember NO spaces in folder name, and make backslash = \ and NOT / ). Back in the black window:
Code:
adb shell
exit
Make a folder in C:/framework , C:/app , C:/fonts and so on. Copy the new files in there. It pretends what you want to change.
Code:
adb push C:/framework /system/framework
adb push C:/app /system/app
adb push C:/fonts /system/fonts
Push all files to phone which were themed
If you are ready you can type :
Code:
adb reboot
exit
STEP 5:
The Phone will reboot and your system will be themed.
Click to expand...
Click to collapse
METHOD 2:
STEP 1:
It is easier to flash a zip file but sometimes they are not available. ( In our case I contacted shiftedx from Minimal Matte to give him my ported files...)
If you like to create a flashable/themed Rom, you have to download this tool and unpack it to C:\Update-Zip-Packager\ .
STEP 2:
After that copy the unzipped files from the Rom you want to use (Cyanogenmod 6.1 Stable for example) to folder C:\Update-Zip-Packager\placehere. (should look like this: C:\Update-Zip-Packager\placehere\META-INF ... )
STEP 3:
Then copy the files from C:\Theme-Porter\new to C:\Update-Zip-Packager\placehere\system\ . (btw files like fonts or something doesn't have to be ported so copy them from old to new folder.
STEP 4:
Now run script.bat in C:\Update-Zip-Packager\script.bat. select "make Update.zip" with option 2. Ready? Ok then drag update.zip to sdcard of your phone and apply it with rom manager.
Click to expand...
Click to collapse
Extras:
I prepared a Cyanogenmod 6.1 Stable Rom with Minimal Matte (included fonts...) and working wifi tether, replaced FileManager with Astro and replaced ADWlauncher with LauncherPro:
Here is the link if somebody wants to use it.
CM6.1 RC 1 with Minimal Matte (Outdated)
DOWNLOAD
The new Stable version of CM6.1 with Minimal Matte
DOWNLOAD
Minimal Matte LD pre release version for CM7 (any version) No wipe needed!
DOWNLOAD
Minimal Matte HD Thread
Note to Screenshots: Theme will not change widgets,Lockscreen, Launcher, Wallpaper. If you want the Lockscreen look at this beautiful Thread. It will change Statusbar, Notification windows, keyboard and fonts.
Works not so well with official Vodafone 2.2 version.
Click to expand...
Click to collapse
Great post, thanks for your efforts !
I'll give this a go when my Legend has its screen fixed and report back with questions or success
Eitherway, thank you!
By the way, this thread should be stickied!
Awesome.
Can't wait to get home and try to do some decent themes.
- - - - - - - - - - - - - - - - - - - - - - - -
Woooo
Anyone know any decent themes?
Hey parker, did you try it on the rooted 2.2 rom from vodafone?
Currently using: CyanogenMod 6.1.0 RC1
c_man said:
Great post, thanks for your efforts !
I'll give this a go when my Legend has its screen fixed and report back with questions or success
Eitherway, thank you!
By the way, this thread should be stickied!
Click to expand...
Click to collapse
All right! I have reorganized the text a bit so you can follow easily.
Westi01 said:
All right! I have reorganized the text a bit so you can follow easily.
Click to expand...
Click to collapse
Thank you.
Also thank you for this below, its ideal for most of us!
Westi01 said:
STEP 5:
I prepared a Cyanogenmod 6.1 RC1 Rom with Minimal Matte (included fonts...) and working wifi tether, replaced FileManager with Astro and replaced ADWlauncher with LauncherPro:
Here is the link if somebody wants to use it.
http://www.multiupload.com/UN01TMO9I1
FIXED.
Click to expand...
Click to collapse
I look forward to using it soon
hey, just been playing with it for the last hour or so, trying to make a transparent notification bar, it works well when it boots up phone and goes into keyguard mode but once its on the homescreen (and ShootMe isn't running!!) it looks dark and ****.
I had the same problems porting MIUI theme to Legend. Don't know how to fix it at the moment.
Sent from my Legend
tried porting the Elegant steel rom (http://forum.xda-developers.com/showthread.php?t=769376&highlight=elegant+steel) to the rooted froyo vodafone rom but it didnt work. =(
Uploaded with ImageShack.us
Would something like the transparent MIUI work?
http://forum.xda-developers.com/showthread.php?t=798661
BicolXpress said:
tried porting the Elegant steel rom (http://forum.xda-developers.com/showthread.php?t=769376&highlight=elegant+steel) to the rooted froyo vodafone rom but it didnt work. =(
Click to expand...
Click to collapse
Maybe because of the HDPI<-->MDPI
I couldn't even get it to port
Code:
framework-res
Downsizing drawable Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Downsizing drawable-en-mdpi Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Downsizing drawable-land-mdpi Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Downsizing drawable-mdpi Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
parker09 said:
Maybe because of the HDPI<-->MDPI
I couldn't even get it to port
Code:
framework-res
Downsizing drawable Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Downsizing drawable-en-mdpi Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Downsizing drawable-land-mdpi Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Downsizing drawable-mdpi Images ...
The application has failed to start because its side-by-side configura
tion is incorrect. Please see the application event log or use the com
mand-line sxstrace.exe tool for more detail.
Click to expand...
Click to collapse
There are Issues with Sense and Themes that are made for example for Cyanogenmod. And try to redownload both Roms and try again it seem to be a wrong MD5Sum or something. The files seem to be corrupt. I have tried to Port the MIUI style but it doesn't work because they modified whole Apks and not only replacing PNGs like the Theme-Porter does.
Westi01 said:
There are Issues with Sense and Themes that are made for example for Cyanogenmod. And try to redownload both Roms and try again it seem to be a wrong MD5Sum or something. The files seem to be corrupt.
Click to expand...
Click to collapse
Oh I see.
Westi01 said:
I have tried to Port the MIUI style but it doesn't work because they modified whole Apks and not only replacing PNGs like the Theme-Porter does.
Click to expand...
Click to collapse
I tried the one I posted and for the lockscreen it worked perfectly but once the phone gets unlocked thats when the notification bar goes black (I think its from all the other images from the dropdown menu being on top of each other).
parker09 said:
Oh I see.
I tried the one I posted and for the lockscreen it worked perfectly but once the phone gets unlocked thats when the notification bar goes black (I think its from all the other images from the dropdown menu being on top of each other).
Click to expand...
Click to collapse
Ah ok. I tried to port the original Theme. Could be that your Link works better.
Maybe this helps someone?
[Application] Mac: Convert HDPI images to MDPI
Are these any good for you guys? I can't test right now, still without my Legend .
[Theme] CM v6.1.0-RC1 / Biffmod 2.1 / Nightly 250 (mdpi)
BlueDark [11/07/10]MDPI Full Roms Cyanogen 6.1RC1
Hey Westi01,
the picture with the surfer girl is pretty awesome. Could you please upload the picture as jpg?!
Westi01!
Is it possible to use your ported Minimal theme without flashing the whole ROM?
I would like to keep my system as it is if possible!
Thank you,
zappelfry said:
Hey Westi01,
the picture with the surfer girl is pretty awesome. Could you please upload the picture as jpg?!
Click to expand...
Click to collapse
It's a picture out of UltraLinx Gallery. It a very good Site by the way !
greenolive said:
Westi01!
Is it possible to use your ported Minimal theme without flashing the whole ROM?
I would like to keep my system as it is if possible!
Thank you,
Click to expand...
Click to collapse
Look at Method 1 for applying themes without Flashing. You have to use ADB.

[Theme]Stock Android/Nexus One [UPDATE 17.1.11/flash via XRecovery/FW 2.0.2.A.0.24]

-based on Bueffels "Mini goes black theme"
-Android stock like Lockscreen
-white statusbar
-Nexus One icons + wallpaper
You need:
-Update to Android 2.1
-root
CREDITS goes to Bueffel for his Black Theme and help me to edit this.
framework-res:
framework-res-nexus.zip in Attached Files
UPDATE
Update.zip for FW2.0.A.0.504
with all Nexus One Icons for systemapps
http://dl.dropbox.com/u/16236290/xda theme/2.0.A.0.504_Stock_Theme_update.zip
2.0.2.A.0.24 Framework-res
2.0.2.A.0.24_framework-res.rar in attached Files
Update.zip for FW2.0.2.A.0.24
with all Nexus One Icons for systemapps
http://dl.dropbox.com/u/16236290/xda theme/2.0.2.A.0.24_Stock_Theme_update.zip
system apps:
system-nexus.zip in Attached Files
Nexus One Icons
http://dl.dropbox.com/u/16236290/xda theme/Nexus-icons.zip
Nexus One Wallpaper
http://dl.dropbox.com/u/16236290/xda theme/Nexus-wallpaper.zip
U can use Adw or Launcher pro for an Stock like launcher
I dont know much about ADB Shell so I used RootExplorer.
installation:
You can easy install framework-res if u use RootExplorer.
1. copy the framework-res.apk to your sd-card
2. open RootExplorer go to /system and mount to r/w
3. go to /sd-card , long press on framework-res and move to /system
4. long press on framework-res and set permission to 644
{
"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"
}
5. move framework-res to /framework and overwrite.
6. close RootExplorer and reboot.
You can easy install system apps if u use RootExplorer.
1. copy the SYSTEM.apk to your sd-card
2. open RootExplorer and go to /system and mount to r/w
3. go to /sd-card , long press on System.apk and move to /system
4. long press on System.apk and set permission to 644
5. move System.apk to /system/app and overwrite.
6. Make this with every SYSTEM.apk from theme.
Red SYSTEM.apk = SemcHome.apk, Phone.apk, etc from theme
7. close RootExplorer and reboot.
I'm not responsible if you brick your device, use at your own risk.
--------------------------------------------------------------------------------------------------------------------------------------
Add ON
Stock Gallery
Gallery3D-nexus.rar inAttached Files
installation:
Put on sd-card and install.
Stock Musicplayer:
Music-nexus.zip in Attached Files
Installation:
Please make Backup if anything goes wrong
First you must deinstall the SE music app.
1.SemcMusic.apk with for example Titanium Backup deinstall.
2.reboot
3.deinstall rest from app in Settinge/Applications/Application manager/com.sonyericsson.music(or something like that) deinstall
4.put Music.apk on Sd-card und install
GenieWidget(News and Weather)
GenieWidget-nexus.rar in Attached Files
Installation:
put on sd-card ans install.
Stock Kalender
Please make Backup if anything goes wrong and sync your calendar with google
calendar-nexus.rar in Attached Files
install:
http://forum.xda-developers.com/wiki/index.php?title=Xperia_X10_Mini_Applications#Calendar
I'm not responsible if you brick your device, use at your own risk.
Thanx mate!
Beauty!
oh man u released it ... i was working on it and was to release in 2-3 days .... nice work bro ...
Amazing work!, well done
shivenjuneja said:
oh man u released it ... i was working on it and was to release in 2-3 days .... nice work bro ...
Click to expand...
Click to collapse
How about if you combine the transisition effect with this nexus theme ? I think it would be great...
Nice and great work ....thanks
I tried the gallery and calendar only, but those are much more better that the original X10mini ones..
Can you post more screenshots ? I'm intereset how the system apps looks like (messaging, dialer, ...) and how it works.
beny6 said:
Can you post more screenshots ? I'm intereset how the system apps looks like (messaging, dialer, ...) and how it works.
Click to expand...
Click to collapse
most looks like this:
http://www.mobil-talk.de/android/6857-theme-mini-goes-black.html
Can you make exactly the same theme with black colour? I think it would be amazing
I love the stock look but the lock screen seems wrong.
The sliders in the lock screen seem wrong in size (smaller than normal android) and they are cutoff. Are there any plans to fix/update/improve the theme?
The rest is just perfect, I love the theme.
Thanks a lot!!
rex_hauser said:
I love the stock look but the lock screen seems wrong.
The sliders in the lock screen seem wrong in size (smaller than normal android) and they are cutoff. Are there any plans to fix/update/improve the theme?
The rest is just perfect, I love the theme.
Thanks a lot!!
Click to expand...
Click to collapse
No there is no fix. Its the stock SE lockscreen. I only can changed the PNGs.
But you can take widgetlocker lockscreen, it has stock look.
Sent from my HTC Desire using XDA App
thx to Gallery 3D app.
Is my phone bricked?
I moved the framework to system/framework/ and while it was pasting it the phone restarted and now i'm stuck with the SE logo. I only had the battery charged 20%, do i have to reflash my U20i?
if it hangs on the se logo for a while you have to do a reflash with seus (sony ericsson update service).
ps: did you change the permission of your apk before you copied it to system/framework?
Yes , I did ,i had the black theme before and i set the permissions to 755. It happened to me every time i tried to install a framework through Root Explorer, i reflashed my phone 5 times since 30th Of November. It is a painful process to do that through the flasher tool provided by Binr4y and install a root,app2sd,configure the apps,enable JIT, change VM heapsize etc. . And my phone doesn't ring anymore or work in portrait , i dropped it on the ground.
Thanks. Amazing!
i think, the handling of rootexplorer is very easy if you do that in a right way.
copy the apk to /system, then change the permission to 644 then move the apk to /system/folder_you_want. very easy
I am unable to install the Music Player. Can you tell me how to Uninstall the Music Player that is already installed?
When i try to install the Music.apk that you have provided, it says that the application already exists.
Please help me out.
?? the rootexplorer ask you if you want to override the existing file. click OK.
but before you can copy anything in /system/... you have to mount it with the small button at the top of rootexplorer. click mount r/w and than you can copy your file in /system/... and override the old one
http://forum.xda-developers.com/showthread.php?t=853938 there you find a manual for using rootexplorer

~!HoneyGlow!~ Honeycomb theme v4.1! (((UPDATED 8-24-2011)))

{
"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"
}
Hello this is a port of the (VALLE-MOD) HoneyComb theme v.5.0 that i ported and modded for the atrix.
First things first... this is my first time theme-ing! but i think this is a great first attempt. i know olieebur did a fantastic job on his port of honeycomb. im just giving you guys options. my theme is a little different and darker than oileeburs.
Installation for script
you must be deodexed and rooted!
1. Download the file from the link below
2. Extract the files to any folder
3. Connect your phone with usb debugging, and set usb mode to none
4. Run INSTALL.bat
5. Follow the on-screen instructions
6. Sit back and relax wile it reboots
7. Enjoy the theme
Installation for CWM
Make sure you make a backup before you install!
1. Download the file from the link below
2. Extract the files to any folder in sd card
3. select install from sd card and navigate to the directory you extracted the download to
4. Select HoneyGlow_v4.0_Update.zip and start installation
5. After install, go back and select the advanced option and wipe dalvik-cache
6. Reboot system
themed launcher pro + dock and icons are in the "launcher pro dock and icons" folder
copy it to sd card and install
I am not responsible for any thing that may possibly happen to your phone!
I have only tested this on my phone... use at your own risk
screen shots
change log 4.1
-black on black text fix
-re-animated charge animation
-updated launcher pro with glow icons
change log 4.0
-updated to gingerbread
-based off of kennethpenn's Alien Build #4 framework files
-updated to the final build of the honeycomb VALLE-MOD by obsessionXYZ
change log 3.2
-image enhancements (improved look)
-brought back reboot option
-based off gingerblur 4.5 framework
((Known bug in 3.2... in alarm clack app, the AM/PM button is black text on black button))
change log 3.1
-brought the H back instead of 3g
-added 1%battery mod
-fixed bug for the power options
change log 3.0
-optimized, optimized! OPTIMIZED!
-optimized text color scheme= no more hard to see grey text
-optimized images=no more black on black text
-image optimizations=better performance
change log 2.7
-based on 1.83 system and framework
-darkened up the grey text
change log 2.6
-new boot animation
-updated market.apk
-fixed black on black text in gmail and messaging
-added update.zip for CMW recovery
change log 2.5
-got rid of all the black on black text... hopefully
-themed multi-touch keyboard
-themed dialer
-themed alarm clock
-themed lock screen
-google music 3.0 added
-miscellaneous bug fixes
If you like this work please feal free to thank and/or donate to the contributors
obsessionXYZ = https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4CP3HSA46FJ2
Theme base
signals23 = https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=qs2pFiE6j9aS0HXgajW2bOXhYK4NN_FUb_gzYZJo0RLYARwGQ5Y-hLR0dHy&dispatch=5885d80a13c0db1f8e263663d3faee8d5fa8ff279e37c3d9d4e38bdbee0ede69
Themed launcher pro widgets
00.ante = https://www.paypal.com/it/cgi-bin/webscr?cmd=_flow&SESSION=OfF78E_9odVo31lBFw7XuCLy4MbNsYBdSVgFdNtR26_iSjBILgMw-uf7U7G&dispatch=5885d80a13c0db1f8e263663d3faee8d5fa8ff279e37c3d9d4e38bdbee0ede69
Themed market
Ririal = https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=yu_GcehTiBSGR-m4362FhFzGJuMZwB2WQZGPk-PxmdXtV2446gylN_syZnm&dispatch=5885d80a13c0db1f8e263663d3faee8d5fa8ff279e37c3d9d4e38bdbee0ede69
Automated installation script
jbs-Designs = icons
kmiller8 = boot animation
Me = https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6PREUNJRV3AK4
Download Link
2.6 For Atrix 1.57(SCRIPT)(((RE-UPLOADED))) http://www.multiupload.com/EDUE1SJJLM
2.6 For Atrix CWM recovery http://www.multiupload.com/R7ANS2YG77
2.7 For Atrix CWM recovery http://www.multiupload.com/GJG91ALX3G
3.0 For Atrix CWM recovery http://www.multiupload.com/2DPACHVWGG
3.1 For Atrix CWM recovery http://www.multiupload.com/KGUXZZRJCH
3.2 For Atrix CWM recovery update .zip http://www.multiupload.com/Z9WGPAD47C
4.0 For Atrix Gingerbread CWM recovery update .zip http://www.multiupload.com/ENYCLA3RIT
4.1 For Atrix Gingerbread CWM recovery update .zip http://www.multiupload.com/4KS92ZFSKO
launcher pro dock and icons http://www.multiupload.com/UI5YYH7P2J
Hey great work! I will try this one soon.
Sidenote: what is the name of the volume bar .png? I could not find it in the framework!
Followed instructions and it worked perfectly... was my first successful adb push! I liked the colors and icons a little bit more on this one for some reason.
Is there a reason the notifications and preferences icons don't have the same color scheme? Aside from that, really enjoy all the icons and colors!
dbefore, Nice Work!
CC Lemon said:
Followed instructions and it worked perfectly... was my first successful adb push! I liked the colors and icons a little bit more on this one for some reason.
Is there a reason the notifications and preferences icons don't have the same color scheme? Aside from that, really enjoy all the icons and colors!
Click to expand...
Click to collapse
yea... the notifications icon that launcher pro uses for its settings menu is inside the launcher pro app... i will be theme-ing that and a whole lot of other google apps to go with this...
@olieebur the volume bar colors are in framework\res\drawable\progress_horizontal.xml and the .png is named progressbar_indeterminate1, 2, and 3
also this is not perfect.... let me know some bugs you find and i will try to fix it... and as obsessionXYZ adds updates to his theme i will also add his fixes.
EDIT: Nevermind I misread what SuperOneClick was being used for. Carry on
Ririal said:
Just FYI, you should avoid using SuperOneClick. Stick to aRoot. It's cleaner and won't cause issues later.
Click to expand...
Click to collapse
You is using oneclick for shell access(temp root) not rooting with it. the instructions are for deodexed non-rooted devices
blaque72 said:
You is using oneclick for shell access(temp root) not rooting with it. the instructions are for deodexed non-rooted devices
Click to expand...
Click to collapse
Yup was my mistake, apologies Thanks for clarification.
is it possible to use root explorer to place these files on the phone and then reboot?
domin8 said:
is it possible to use root explorer to place these files on the phone and then reboot?
Click to expand...
Click to collapse
Yes... and no... you can but you would have a 90% chance of a boot loop. You see... when copying and pasting with root exeplorer,... root exeplore has a tendency of not setting the same permissions as the file it replaces. So if the permissions are not the same then you will get a boot loop. You can change the permissions manually.... but some times when replacing the framework, the system reboots its self... leaving you unable to change the permissions.
Sent from my MB860 using XDA App
dbefore said:
Yes... and no... you can but you would have a 90% chance of a boot loop. You see... when copying and pasting with root exeplorer,... root exeplore has a tendency of not setting the same permissions as the file it replaces. So if the permissions are not the same then you will get a boot loop. You can change the permissions manually.... but some times when replacing the framework, the system reboots its self... leaving you unable to change the permissions.
Click to expand...
Click to collapse
Maybe you can copy both files to, let's say, /system, change their permissions to the right ones, and then do the copy. I usually do that in other devices and it ended successfully. Unfortunately, I don't have my Atrix with me (yet) to test it out. Maybe it works, maybe not. Do it at your own risk, and of course, report back!
dbefore said:
Yes... and no... you can but you would have a 90% chance of a boot loop. You see... when copying and pasting with root exeplorer,... root exeplore has a tendency of not setting the same permissions as the file it replaces. So if the permissions are not the same then you will get a boot loop. You can change the permissions manually.... but some times when replacing the framework, the system reboots its self... leaving you unable to change the permissions.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
ah ok, that must have been what caused my first boot loop (the mismatched permissions) it was pre-sbf so i returned the phone for another one. Next time i'm feeling frisky i'll give it a shot (for whatever reason i suck at adb)
This doesnt work with gingerblur? I have been trying all day unsuccessfully
Krshaw18 said:
This doesnt work with gingerblur? I have been trying all day unsuccessfully
Click to expand...
Click to collapse
I will work on adding gingerblur support on my days off... which will be in about 2 days from now. Also a little update...
-I am near completion onthe framework and will be starting on the launcher pro and google apps theme-ing part on my days off as well.
-there will be a new boot animation made and customized by kmiller8
-a script will be made... or borrowed to automate the installation process.
~also as a side note... all of the updates said above can... and will come to a halt... if I get Wife aggro...
Sent from my MB860 using XDA App
Time not white anymore with 4.1.57 update
The time in the upper right hand corner is no longer white when applying this services.jar to the 4.1.57 update. Anybody else have this problem?
tahjr said:
The time in the upper right hand corner is no longer white when applying this services.jar to the 4.1.57 update. Anybody else have this problem?
Click to expand...
Click to collapse
Do NOT install this on 1.57. That update is not deodexed yet and you will have issues, and you phone could potentially brick.
I just realized/found out about it being due to the deodexed issue.
Too late to not put this on 1.57 though for me, its there. Haven't noticed any other issues, other than the clock text, but i'm still learning.
Thanks.
Quick update 2...
- HoneyGlow 2.0 will hopfully be out on sunday.
--main features will be:
--automated installation
--themed google apps and motorola apps
--new boot animation
--tweeks and image enhancements.
Sent from my MB860 using XDA App
lol I knew something was different Im runnng this on 1.5.7 with aroot no major issues aside from the missing time in notification bar
Sorry for asking like that, but how can I uninstall the theme

[ICONS] Beautiful -= Ribbon Status Bar Icons =- [MDPI/HDPI]

-= Ribbon Status Bar Icons =-​
{
"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"
}
What includes in the package?
- Modified framework-res.apk with menu background patch
- Modified SystemUI.apk
- MDPI/HDPI Ribbon icons
How do i put them in my apps?
0. Copy the MDPI folder or download and extract Ribbons MDPI.zip in your SDcard
1. Download Ninjamorph from the Market and sideload Gmail to /system/app + give rw-r--r-- permissions
2. Open ninjamorph and select new project
3. Navigate to /system/app and select com.google.android.gm-1.apk at this point
ninjamorph expands the file and stores it on your SDcard as a folder.
4. select Res folder
5. Select drawable-hdpi
6. scroll down and select stat_notify_email.png (Remember that name), you will be asked what to replace it with
7. At this point touch the Home button, open ES file explorer and navigate to /Sdcard/MDPI/Gmail folder
8. Check that the .png is named as stat_notify_email.png, if not then rename it
9. Go back to ninjamorph it will show the screen as you leave it, just navigate to the modified file /Sdcard/MDPI/Gmail/stat_notify_email.png and select it. It will replace the original
10. Once you've done the above click back button and then click on finish project
11. Select the project, click YES to the warnings and NO to zip align it
It will do it's thing, once rebooted your menus will have the colour of the file you gave it as a replacement
* Repeat the process with other apps, folders and name of the .png's will vary.
Where is the link?
MDPI: http://min.us/mWC0VBN2A
HDPI: http://min.us/mfmp8knaW
Can i mirror it?
Yeah sure go ahead
Can i post this somewhere else?
Yes but as always give credits and that means to mention all the users that created this including me to port them to MDPI
Can i get some screenies ?
Here you go...
THANKS!
@collins521 for start this project included in his MIUI suave HD theme
@CelticWebSolutions i based the ninjamorph tutorial from his and for the menus background patches
@lavero.burgos <<ME>>for spend hours figuring out the best way to port the icons and recreate battery icons as MIUI battery icons is way different than stock and CM.
~ Veronica
Awesome write up, thank you. I'll give this a shot in the morning
Sent from my Nexus S using xda premium
Thanks for the modified framework-res.apk. I thought is was funny on the last step of the splash screen when it said "HACK" by Barnes and Noble. I had to reboot again to make sure it was really there. That was very good.
Thanks again.
Nice setup. On a side note, you can also install these with adb.
open an adb terminal
adb devices (to make sure you are connected)
adb remount
adb pull /system/framework/framework-res.apk c:\location to save file
adb pull /system/app/SystemUI.apk c:\location to save file
Download the files.
open the framework-res.apk with winrar or 7-zip (do not extract)
navigate to the res/drawable-mdpi folder
drag the entire contents into the rar file
click ok on the popup box
Repeat for the SystemUI.apk
go back to adb
adb push c:\location of framework-res.apk /system/framework/framework-res.apk
adb push c:\location of SystemUI.apk /system/app/SystemUI.apk
adb shell chmod 644 /system/app/SystemUI.apk
adb reboot
All changes should show up. Thats the way I did mine. I tried ninjamorph on the menu background image and it failed about 10 times until I finally gave up and replaced the image in my framework-res file and now it's fine.
OMG YOUR SUCH A GIRL!!!! LOL. they are very nice.
I used adbwireless and did the same...
Know-Fear said:
Nice setup. On a side note, you can also install these with adb.
open an adb terminal
adb devices (to make sure you are connected)
adb remount
adb pull /system/framework/framework-res.apk c:\location to save file
adb pull /system/app/SystemUI.apk c:\location to save file
Download the files.
open the framework-res.apk with winrar or 7-zip (do not extract)
navigate to the res/drawable-mdpi folder
drag the entire contents into the rar file
click ok on the popup box
Repeat for the SystemUI.apk
go back to adb
adb push c:\location of framework-res.apk /system/framework/framework-res.apk
adb push c:\location of SystemUI.apk /system/app/SystemUI.apk
adb shell chmod 644 /system/app/SystemUI.apk
adb reboot
All changes should show up. Thats the way I did mine. I tried ninjamorph on the menu background image and it failed about 10 times until I finally gave up and replaced the image in my framework-res file and now it's fine.
Click to expand...
Click to collapse
I used adbwireless and did the same, see pictures below...
Out of curiousity, is there any way to make the size of the ribbons for the battery and wifi, ever so slightly, larger. They are somewhat difficult to read and I keep telling my self that I am not that old, no matter what my son says to me. I still hope to learn how to do these things you all do. I guess I just need to try and follow your directions until I get it right.
Thanks again....
I have HDPI version too.. OP updated!
Sent from XDA premium using my Nook Tablet
I made it all the way to step 3! Haha...
I don't see "com.google.android.gm-1.apk" in the /system/app folder though, does anyone have any suggestions?
Thanks!
cubfan80 said:
I made it all the way to step 3! Haha...
I don't see "com.google.android.gm-1.apk" in the /system/app folder though, does anyone have any suggestions?
Thanks!
Click to expand...
Click to collapse
com.google.android.gm-1.apk is in /data/app
Know-Fear said:
com.google.android.gm-1.apk is in /data/app
Click to expand...
Click to collapse
So does that mean I want to navigate to data/app instead of :
3. Navigate to /system/app and select com.google.android.gm-1.apk at this point
ninjamorph expands the file and stores it on your SDcard as a folder. ??
Thanks btw for your response so quickly Know-Fear.
cubfan80 said:
So does that mean I want to navigate to data/app instead of :
3. Navigate to /system/app and select com.google.android.gm-1.apk at this point
ninjamorph expands the file and stores it on your SDcard as a folder. ??
Thanks btw for your response so quickly Know-Fear.
Click to expand...
Click to collapse
You have to move it to /system/app, i updated the instructions in OP anything else that i miss please let me know.
~ Veronica
lavero.burgos said:
-= Ribbon Status Bar Icons =-​
What includes in the package?
- Modified framework-res.apk with menu background patch
- Modified SystemUI.apk
- MDPI/HDPI Ribbon icons
How do i put them in my apps?
0. Copy the MDPI folder or download and extract Ribbons MDPI.zip in your SDcard
1. Download Ninjamorph from the Market and sideload Gmail to /system/app + give rw-r--r-- permissions
2. Open ninjamorph and select new project
3. Navigate to /system/app and select com.google.android.gm-1.apk at this point
ninjamorph expands the file and stores it on your SDcard as a folder.
4. select Res folder
5. Select drawable-hdpi
6. scroll down and select stat_notify_email.png (Remember that name), you will be asked what to replace it with
7. At this point touch the Home button, open ES file explorer and navigate to /Sdcard/MDPI/Gmail folder
8. Check that the .png is named as stat_notify_email.png, if not then rename it
9. Go back to ninjamorph it will show the screen as you leave it, just navigate to the modified file /Sdcard/MDPI/Gmail/stat_notify_email.png and select it. It will replace the original
10. Once you've done the above click back button and then click on finish project
11. Select the project, click YES to the warnings and NO to zip align it
It will do it's thing, once rebooted your menus will have the colour of the file you gave it as a replacement
* Repeat the process with other apps, folders and name of the .png's will vary.
Where is the link?
MDPI: http://min.us/mWC0VBN2A
HDPI: http://min.us/mfmp8knaW
Can i mirror it?
Yeah sure go ahead
Can i post this somewhere else?
Yes but as always give credits and that means to mention all the users that created this including me to port them to MDPI
Can i get some screenies ?
Here you go...
THANKS!
@collins521 for start this project included in his MIUI suave HD theme
@CelticWebSolutions i based the ninjamorph tutorial from his and for the menus background patches
@lavero.burgos <<ME>>for spend hours figuring out the best way to port the icons and recreate battery icons as MIUI battery icons is way different than stock and CM.
~ Veronica
Click to expand...
Click to collapse
What widget did you use for the clock on top and what theme did you use (dolphin browser is shown on homescreen)
Joseph777 said:
What widget did you use for the clock on top and what theme did you use (dolphin browser is shown on homescreen)
Click to expand...
Click to collapse
I can't give you a link right now because im in my NT but I posted all that info in the "post your screenshoots" thread, tomorrow I can give you a link.
Edit: http://forum.xda-developers.com/showpost.php?p=21569303&postcount=231
~ Veronica
Sent from XDA premium using my Nook Tablet
Who have the ribbon battery PSD? Might sharing out?
Changing the Notification Bar to look like your ROM's?
How can I get this just this part of the Notification bar?
shawnshine2 said:
How can I get this just this part of the Notification bar?
Click to expand...
Click to collapse
Its the ICS tweaked tablet theme.
http://forum.xda-developers.com/showpost.php?p=18581052&postcount=1
How did you get those soft buttons on a stock rom.
Sorry, my fault. I should have explained. I'm running stock v1.4.1 - rooted. I want to add just those soft bottons without the extra ribbons. I see a lot of stuff about cm7, but I haven't seen any posts about getting those in stock. Veronica's mod is the only place I've seen that has it with stock. So my question is really to her, how where u able to get that into stock? The reason I ask is, while it would just be easier to flash her rom, I wouldn't really learn anything. So the 'how' is just as important to me as the 'what'. Anyway I give you credit for your answer and tossed you a thanks.
And just because I'm here, where can I get just the boot animation with the "hack by barnes and noble", because quite frankly, that is just bad ass.
shawnshine2 said:
Sorry, my fault. I should have explained. I'm running stock v1.4.1 - rooted. I want to add just those soft bottons without the extra ribbons. I see a lot of stuff about cm7, but I haven't seen any posts about getting those in stock.
Click to expand...
Click to collapse
Look about 4 pages back in the "themes and apps* board. There is a thread called *Ice Cream Sandwich Status Bar Icons." Skim the whole thread, especially for screenshots. (Try page 4.) There are flavors which retain an ICS style "keep reading* button, replace that with a standard home button, slide the buttons down to the left, get rid of the clock, replace the numbers to look more ICS-ey, etc. Remember to back up your SystemUI.apk in case something breaks, and good luck!
Can anyone mirror the MDPI version link?

Categories

Resources