{Theme} Black Rubix - Atrix 4G Themes and Apps

Ok this is a pre-release of some roms i will put out ... this is a Theme Called Black Rubix it has been adjusted to show if you are truly on 3g or 4g , It has Green Clock and Icons, Red Icons indicate that it is disconnected, H+ (4g) is green, H(3g) is blue etc etc you will get the idea, enjoy !!
!!! MUST BE DEODEXED !!!
Basic Install is unzip the blackrubix.7z
1. rename services.zip to services.jar
2. Back Up your current services.jar and framework-res.apk
3. adb push both to phone
4. adb shell
5. su
6. mount -o rw,remount /dev/block/mmcblk0p12 /system
7. cp /(Dir to pushed files)/(files) /sytem/framework PUSH SERVICES.JAR FIRST AS FRAMEWORK-RES.APK WILL REBOOT YOUR PHONE
8. exit
9.exit
10. enjoy

looks good, might have to deodex my phone...

Can you share the wallpaper?

plmiller0905 said:
Can you share the wallpaper?
Click to expand...
Click to collapse
the wallpaper is set as default when you load the theme all my themes change wallpaper to match

Super slick theme. Thanks!
EDIT: Any chance you can integrate the power down menu options that DG had put into Adeo? When I hold power it now just reboots.

Related

[ADV][DEV][MOD] Network/carrier removal

FOR NOOKIE FROYO ONLY
Usual disclaimers apply. Don't try this if you don't know what you are doing! I won't be responsible for any damage to your NC. This isn't worth taking risks if you're not an experienced user.
Thank you.
I've edited services.jar and android.policy.jar to:
- hide the (no) Signal icon from status bar
- hide Carrier info from lock screen
Both files need to be pushed to system/framework.
For devs interest, this is what is required:
Decompile .jars baksmali, compile with smali: "smali/baksmali". Google it.
To hide network icon on status bar:
In services.jar, find StatusBarPolicy.smali in /com/android/server/status/, change lines 611 to 615 from:
move-result-object v3
iput-object v3, p0, Lcom/android/server/status/StatusBarPolicy;->mPhoneIcon:Landroid/os/IBinder;
Click to expand...
Click to collapse
to:
move-result-object v3
invoke-virtual {p2, v3, v6}, Lcom/android/server/status/StatusBarService;->setIconVisibility(Landroid/os/IBinder;Z)V
iput-object v3, p0, Lcom/android/server/status/StatusBarPolicy;->mPhoneIcon:Landroid/os/IBinder;
Click to expand...
Click to collapse
To hide carrier info on lock screen:
In android.policy.jar, find LockScreen.smali in /com/android/internal/policy/impl/, change line 200 from:
const/4 v2, -0x1
Click to expand...
Click to collapse
to:
const/4 v2, -0x0
Click to expand...
Click to collapse
Have fun.
Sam
Great work!
where is the file?
Works for me!
[email protected]+950+thumbkeyboard+GBTheme=loving it
Files are available.
I downloaded smali/baksmali and did this procedure for nf 0.6.7. using the services.jar and android.policy.jar from nf 0.6.7 and everything went smoothly. When I push them back to the nook, it doesn't boot. When I use yours, the nook boots fine. Will using your files from a different build on nf 0.6.7 cause some problems down the road?
If these framework changes could be coupled with the status bar soft button mod
http://forum.xda-developers.com/showthread.php?t=932631
We could have the best of both worlds.
For those that need this to be as easy as possible:
Originally Posted by nookierookie
This worked for me -- with modified steps. I unzipped the files to my host pc, adb shell mounted system as r/w, shell'd into the device and renamed all 4 files that are going to be replaced in system/framework/ "whatever.jar.bak" ... and so on. Then I pushed the individual files from the OP's zipped archive and rebooted. First boot took a while for the OS to get going -- and I had to re-log-in to my google credentials (weird), but it seems to all be working really well at the moment.
Steps:
1. unzip OP's .zip to the default adb dir on your computer (or anywhere else, just know that when you're pushing those files with adb, you'll have to use the whole path ie: /Users/nookierookie/Desktop/framework.res instead of just framework.res)
2. from the command line on your host computer:
$ adb shell
# mount -o remount,rw /dev/block/mmcblk1p2 /system
# cd /system/framework/
# mv android.policy.jar android.policy.jar.bak
# mv services.jar services.jar.bak
#exit
$ adb push android.policy.jar /system/framework/android.policy.jar
$ adb push services.jar /system/framework/services.jar
$ adb reboot
chrisngrod:
Thanks. This worked. On my tablet I did lose screen rotation. Also, if you notice, the cellular network bars are there. Some people will probably not care for those since we have no radio obviously . The drop down status bar is small like the current, but does not have the gray background. You'll see if you install it. No FC issues noticed though. Almost there solution wise!
I went back to stock.
$ adb shell
# mount -o remount,rw /dev/block/mmcblk1p2 /system
# cd /system/framework/
# mv android.policy.jar.bak android.policy.jar
# mv services.jar.bak services.jar
#exit
adb reboot
Click to expand...
Click to collapse
Pretty much quoting from another status bar mod... The guts are what is important.
Worked for me. Thanks!
chhaggerty said:
If these framework changes could be coupled with the status bar soft button mod
http://forum.xda-developers.com/showthread.php?t=932631
We could have the best of both worlds.
Click to expand...
Click to collapse
+1 on this idea!
Well files can be different from one build to another. And make sure the. Jar you push is signed. Just use the original and replace changed files with archive manager..
Sent from my HTC Desire using XDA App
chhaggerty said:
If these framework changes could be coupled with the status bar soft button mod
http://forum.xda-developers.com/showthread.php?t=932631
We could have the best of both worlds.
Click to expand...
Click to collapse
+1 for this!
samuelhalff said:
Well files can be different from one build to another. And make sure the. Jar you push is signed. Just use the original and replace changed files with archive manager..
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Thanks, it was the signature.
I wonder how hard this would be to implement over to the cm7 release?
18.4009 said:
I wonder how hard this would be to implement over to the cm7 release?
Click to expand...
Click to collapse
I allready asked refer to this post http://forum.xda-developers.com/showpost.php?p=11486335&postcount=59
mrty4short said:
I allready asked refer to this post http://forum.xda-developers.com/showpost.php?p=11486335&postcount=59
Click to expand...
Click to collapse
Ah, thanks for the heads up.
chhaggerty said:
If these framework changes could be coupled with the status bar soft button mod
http://forum.xda-developers.com/showthread.php?t=932631
We could have the best of both worlds.
Click to expand...
Click to collapse
Another +1 to this! Have the status bar soft button mod installed already, but I'd love to be able to do this modification for the carrier notice removal, as well.
See nightly #15.
Sent from my HTC Desire using XDA App
Thanks, Samuel. Since this was for Nookie Froyo only, does this mean I should just copy android.policy.jar, framework.jar, services.jar, and framework-res.apk from the Nightly #15 package and put them in my system/framework directory (running Nookie Froyo 0.6.8 from an SD card)? Those were the original files in the mod that were changed to add soft buttons to the status bar.
Or do I just need to replace the android.policy.jar and services.jar files, and leave the other two alone?
(Or thirdly, were you suggesting I just run CM7 instead of Nookie Froyo if I want this feature? )
Thanks!
#15 has an updated code allowing Devs to compile cm without the icon.
These attached files will only work for froyo.
Sam
Sent from my HTC Desire using XDA App
I gotcha. I'm definitely not a Dev, so I thought your reply meant that a solution was already done integrating both modifications mentioned (carrier removal and soft buttons in status bar) and to just to grab those files and use them. As you can guess, that didn't end up working when I gave it a try.
So as of right now, there is still no solution that's been put out there to use both the carrier removal and the status bar soft buttons for Nookie Froyo users, it seems.
I know rookie1 decided not to pursue the soft buttons modification any further, and doing just that one ended up putting me into a continuous bootloop anyway, so it looks like I'll have to be content with just the carrier removal for now and SoftKeys (which is pretty great already, so that's not a bad thing).
Thanks for all your work, Samuel!

[Theme] Gingerbread theme Fix all bugs like OK button and more.

Here is Gingerbread theme with fix all bug's like OK Button, download font or download color.
Silent,vibrate,USB,debug icon now green and many icon change
Statesbar icon now change.
How to install?
1- Check space in your /system/ minimum 7.5 MB is required
2- Just extract .zip file and put those file in system/framework using root explorer or adb command
Link:- http://db.tt/w29aZls
Hope you like it ENJOY!
Nice theme!!
how you make the shortcut to lock?
It is a lockscreen widget.
Sent from my GT-I5800
Add comments to any bug you find in this theme.
thanx
thanx for themes

[THEME-62] Black and White Arc theme v13 [MAY-9-2012]

I made a nice black/white theme for the Arc with help of the UOT Kitchen v4, some modding and using the great themes of hansip87 (10-in-1) and like-p (v1.8 mod) as base themes. It's based on the original Arc theme and therefore it doesn't have graphical glitches like a lot of highly customized themes. The theme is compatible with the 4.0.2.A.0.62 firmware of the Arc. Arc S and Neo are not supported but may work. Also flashing on a locked bootloader using Xperia CWM Auto-Installer may not work so be warned and make backups! It may also be required to re-login into you Google-account due to replacing of system-files.
WHAT I'VE ADDED/CHANGED:
-Customized selectable/sliding notification area widgets v2b (tnx to sj8023ld and rablex) in black and white with 2G/3G toggle. Widgets can be changed by using the included QuickPanel Settings app.
-CRT on/off animations (tnx to unknown Japanese user).
-Reboot options to CWM, fastboot and normal reboot (tnx to AdamTt, tRippinthehead and Black_jackss) in power-menu.
-Swipe-to-Remove notifications (tnx to ThJap).
-Kill app long-pressing back-button (tnx to kenjidct). Enable under Settings => Apps => Development.
-Media volume stepping in 30 steps instead of 10 (tnx to AndroidON).
-Disabled scrolling cache to improve smoothness while scrolling in list-view (tnx to AndroidON).
-Xperia S style lock-screen (tnx to FlamEmo).
-Increased smoothness of spinners (tnx to D.O.C).
-UOT Kitchen v4 changes: black/white theme, battery icon with percentage, glowing parts, customized notification area, flying animations, bubbles loading circle.
-Customized system-backgrounds. You can choose from 10 system-backgrounds in addition to the default SE themes. Suggestions for new system-backgrounds (at least 960x854 resolution in good quality) are welcome. I will not add more system-backgrounds, but instead I will replace system-backgrounds to not let the size of the package get too big. Choose them under: Settings => Display => Theme. Or don't replace DefaultThemes.apk to have only the default Sony-Ericsson themes.
-ICS boot-animation. Can easily be changed for something else by replacing bootanimation.zip with another custom animation. Or don't copy bootanimation.zip to have the default boot-animation.
-Recompiled .apk files to minimize the file-size.
-Zipaligned .apk files for optimal performance.
CWM FLASHABLE INSTALL (using DooMLoRD's kernel):
1. Make a backup as a lot of people don't read these instructions and end up in a boot-loop!
2. Download/transfer the zipped flashable theme to your phone: CWM_BnW Arc theme v13 for 4.0.2.A.0.62.zip: MediaFire
3. Start your phone at least once before flashing the file in CWM. Flashing directly after a firmware flash may result in a bootloop.
4. Restart and you're done!
Click to expand...
Click to collapse
MANUAL INSTALL (using rooted stock kernel):
1. Make a backup as a lot of people don't read these instructions and end up in a boot-loop!
2. Download the theme: BnW Arc theme v13 for 4.0.2.A.0.62.zip: MediaFire
3. Extract all the files in the zip-file to /system/
4. Change the permissions of the files as below (when applicable). Double-check each file as you could end up in a boot-loop if you don't set them right!
bootanimation.zip (boot-animation) = "owner/user: ---, group: rwx, world/everybody: r-x" (chmod 075)
QuickPanelSettings.apk (QuickPanel Settings) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
android.policy.jar (reboot-options) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
framework.jar (reboot-options) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
SemcPhone.apk (phone app modded for 2G/3G toggle) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
framework-res.apk (theme, reboot-options and mods) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
DefaultThemes.apk (system-background) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
libsurfaceflinger.so (CRT-on/off animations) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
Settings.apk (settings app modded for kill app by long-pressing back-button) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
SystemUI.apk (theme and mods) = "owner/user: rw-, group: r--, world/everybody: r--" (chmod 644)
5. Move the files (when applicable) to the right place in the below order or you may have to restart (multiple times) to move them all due to UI-errors. Be sure the permissions are set as in step 4!
bootanimation.zip = /data/local/
QuickPanelSettings.apk = /system/app/
android.policy.jar = /system/framework/
framework.jar = /system/framework/
SemcPhone.apk = /system/app/
framework-res.apk = /system/framework/
DefaultThemes.apk = /system/app/
libsurfaceflinger.so = /system/lib/
Settings.apk = /system/app/
SystemUI.apk = /system/app/
6. Restart and you're done!
Click to expand...
Click to collapse
SCREENSHOTS:
NOTES:
-The launcher on the screens is GO Launcher EX.
-Widgets on the screens are: Palmary Weather Premium and Aix Weather Widget, Android Pro Widgets, SiMi Clock Pro (Donate), Simple Calendar Widget, Beltegoed Sinopia, GTasks, TrackID™, PlayerPro Music Player.
-Icons and dock background are from Custom Launcher Icons / DroidIcon.
-The original SE 4.0.2.A.0.42 firmware files can be found here (tnx to XperienceD) in case you want to return to the stock theme or want to recover from a bootloop. To recover from a bootloop you can use CWM, also on a locked bootloader using Xperia CWM Auto-Installer. Just replace the files in my CWM package with the original files and flash it to go back to the stock theme. Bootanimation.zip can be deleted manually to have the original SE boot-animation.
CHANGES FROM v12 TO v13:
-Customized selectable/sliding notification area widgets v2b (tnx to sj8023ld and rablex) in black and white with 2G/3G toggle. Widgets can be changed by using the included QuickPanel Settings app.
-CRT on/off animations (tnx to unknown Japanese user).
-Reboot options to CWM, fastboot and normal reboot (tnx to AdamTt, tRippinthehead and Black_jackss) in power-menu.
-Swipe-to-Remove notifications (tnx to ThJap).
-Kill app long-pressing back-button (tnx to kenjidct). Enable under Settings => Apps => Development
-Media volume stepping in 30 steps instead of 10 (tnx to AndroidON).
-Disabled scrolling cache to improve smoothness while scrolling in list-view (tnx to AndroidON).
-Xperia S style lock-screen (tnx to FlamEmo).
-Increased smoothness of spinners (tnx to D.O.C).
-UOT Kitchen v4 changes: black/white theme, battery icon with percentage, glowing parts, customized notification area, flying animations, bubbles loading circle.
Work nice on Xperia Neo
When replacing SystemUI.apk I got an infinite loop saying the status bar keeps crashing.
I can't even get to the phone restart.
I have set the permissions of the new files as you said (rw- r-- r--).
What can I do?
Edit: Hey, as always, I got an idea just after pressing "send"… By locking the screen, I can access to the "Turn off" function without being blocked by that error.
However my phone self restarted after placing "framework-res.apk" into "/system/folder".
Now it's in an infinite loop of restart
Edit²: From what I've read I should have used Root Explorer, other apps can't set permissions correctly.
Seems I have to flash my phone again. Is my only solution for stopping it to remove the battery?
Edit³ : I took the battery off, then reflashed it. This time I bought Root Explorer to change permissions and apply the theme, no error message and my theme is in!
(I made a slight variation of your Black&White in the end)
I'm on a Xperia Neo and everything works so far.
I hope my story will help some people
Sorry for the late reply. You could have flashed the doomlord custom kernel with recovery support. Then it was possible to flash a theme via a zip-file with all the right permissions.
But flashing also works . I always use su file manager to set permissions. Root explorer also works. Just always check the permissions when they are in the system directory, before you move them to their final destination.
The thing is, I have a locked bootloader and want to keep it that way for warranty.
So I guess I can't install any kind of recovery, from what I've sawn.
Thanks for the help anyway, much appreciated !
bottom icons
how can i change the bottom icons to the same you have, and can i take away the background? in that case, how?
PerraStrandberg said:
how can i change the bottom icons to the same you have, and can i take away the background? in that case, how?
Click to expand...
Click to collapse
Use a launcher like go or launcherpro. then just use something like custom launcher icons to dl a custom dock.
The download link is not working..
ariciusonic said:
The download link is not working..
Click to expand...
Click to collapse
Fixed the link.
Can I just use "framework-res.apk" ??
ppcayapple said:
Can I just use "framework-res.apk" ??
Click to expand...
Click to collapse
No. You have to set permissions and move it to the right locations. installing it the normal way will not work. Or you mean mod it with UOT then yes, but use this one as it includes a reboot option and without you could end up in boot loop.
too nice, I love it! a big thank you
Added a CyanogenMod 7.1 version.
Ditched the CM version as the status bar cannot be changed with UOT. When you want a nice black and white skin for CM then use JAMT Black (Free or Donate)
Updated the skin with notification widgets, reboot v2, and some transparency for the notification pull-down background. Rest is the same. Will upload when UOT is back online.
Added a version for the 42 firmware. This one is exactly the same as the 368 version apart from reboot v1 (no reboot into recovery). Will update to reboot v2 once it has gotten an update.
Build 42 caused boot loop Just restored from a backup
I have installed ur theme and I like it very much!
Thank you for your work.
But can u please make the theme without widget toggles (under the notification bar) ?
And with honeycomb circle battery in this thread below?
Please tell if u want to make it or not
http://forum.xda-developers.com/showthread.php?t=1284651
ShyamSasi said:
Build 42 caused boot loop Just restored from a backup
Click to expand...
Click to collapse
No it doesn't. Double check the permissions.
chitose_ndy said:
I have installed ur theme and I like it very much!
Thank you for your work.
But can u please make the theme without widget toggles (under the notification bar) ?
And with honeycomb circle battery in this thread below?
Please tell if u want to make it or not
http://forum.xda-developers.com/showthread.php?t=1284651
Click to expand...
Click to collapse
When you don't use systemui I think you get the default notification area. So restore the factory systemui and you would be fine. I will have to look into the battery styles. Will get back on this.
bassie112 said:
When you don't use systemui I think you get the default notification area. So restore the factory systemui and you would be fine. I will have to look into the battery styles. Will get back on this.
Click to expand...
Click to collapse
But I like the transparent notification background,
I just can't do the transparent notif background..
Somehow I always fail..
I try to flash with adamtt file but the notif background unable to be transaparent..
If u don't mind please upload it
Thank you for ur kindness
Sent from my LT15i using xda premium

Transparent notification bar for any rom and ANY CM7 theme (new cm-7.1.0-11 stable)

It is expected that those following this guide should have prior knowledge of
1)How to use adb and/or terminal emulator to edit system files.
2)How to fix permissions using root explorer.
3)What to do if system process crashes or the phone hangs after replacing system files- pull battery and power on.
4)If you are an advanced user you can also first modify the systemui.apk first.Replace it in the cm7_update.zip file.Sign the new zip file so generated and install it.Then no need to go through many of the following steps
This is by far the simplest method to get a transparent notification bar. Some parts of this thread have been taken from the following source:http://www.lazytrap.com/?tag=systemui-apk
What you would think is simple though, isn’t quite. You would THINK that just updating the PNG files would be enough. It’s not. I tried it a million times while trying all those other bad ideas. After the PNG files are modified, you also need to edit the file, classes.dex, which is in the root of SystemUI.apk. Turns out, .dex is yet another format only native to the Android platform. You can decompile and recompile them using smali/baksmali. Once you have decompiled the .dex file, you’ll be left with a bunch of files. For transparency on the statusbar to work, we need to edit two entries in StatusBarService.smali. After the 2 entries are changed, we save the file then recompile classes.dex, update the SystemUI.apk, then put it on our android device. That’s it. So while it’s not as simple as just editing the PNG files and updating the SystemUI.apk archive, it’s still a hell of a lot simpler than all these forum posts lead on. Actual instructions below.
Instructions:
• Copy /system/app/SystemUI.apk to your sdcard and then to your computer where you can edit it(use root explorer or adb to pull it to your computer)
• Install 7-Zip if you do not already have it. 7-Zip can browse into .apk files and let you update them easily.
• Open SystemUI.apk in 7-Zip, do not extract it, just open it.
• Browse to the folder res/drawable-hdpi/, then find all the png files that start with “status_bar” & "statusbar_background.9". Drag them into a folder on your desktop.
• Open the PNG files in Paint.Net, Gimp, Photoshop, or whatever your favorite editor is capable of png transparency.
• Delete the background. It’s now transparent. If you want semi-transparency, do that instead.
• Select all of your modified PNG files and drag them back into same spot you got them from in the SystemUI.apk file
• Press Backspace a couple times in 7-Zip to go back up to the root folder in the .apk, you should see classes.dex sitting there.
• Drag classes.dex out to a folder
• Download smali and baksmali from here: http://code.google.com/p/smali/downloads/list, put them in the same dir you put classes.dex
• Open a CMD prompt and change to that directory
• Type the following (replace 1.2.6 with whatever version it was you dl’d):
• java -jar baksmali-1.2.6.jar -o classout/ classes.dex
• Back in the folder, go into the new classout directory that was created.
• Find the file named StatusBarService.smali, open it in a text editor.use notepad or notepad++(easier)
• Search for .line 1519, the line just under it should read: const/4 v5, -0×3. If it does not, but instead reads const/4 v5, 0×1 or const/4 v5, 0×2, change it.
• Search for invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V; a line above you should see const/4 v5, 0×2. Change it to const/4 v5, -0×3 also.
• Save the file and exit.
• Go back to your CMD prompt and enter this command (this recompiles the .dex file with your changes):
• java -jar smali-1.2.6.jar classout -o classes.dex
• Add classes.dex back to where you got it from in SystemUI.apk.
• Take your updated SystemUI.apk file and place it on your SD card. If you took it out, put the SD card back in your Android device. (instead of using a SD card you could use something else to move the files around, like dropbox).
• Open up Terminal on your Android device, change to the directory you put the update SystemUI.apk file. ex: cd /sdcard/myupdate/
• Type the following commands:
• mount -o remount,rw /system/
• cp -f SystemUI.apk /system/app
The above command probably just crashed Launcher. Press Force Close . Now, go to root explorer and fix permission for systemui.apk to rw-r--r-- and Reboot your device.
After making the update, make sure to turn off Wallpaper Hack. It’s under Settings->ADW Launcher->System Preferences->Wallpaper Hack – Not doing so will result in the transparency only working with Live Wallpapers and not others
That’s it. You should now have a transparent status bar.
Now, you can use only such themes that come with a transparent notification bar or glass effect as well as the 3 default themes included with cm7 theme chooser. But you won’t be able to use other themes i.e. they will continue to show a black notification bar and not a transparent one
WORKAROUND: But we can get transparent notification bar with ANY theme. Here’s how:
1)download the theme’s apk to your computer
2)open it with 7zip as an archive (Don’t extract it)
3)Go to res/drawable-hdpi and drag the following files to any folder:
com_android_systemui_statusbar_background.9.png; com_android_systemui_status_bar_background.9.png; com_android_systemui_status_bar_close_on.9.png
4) Open the PNG files in Paint.Net, Gimp, Photoshop, or whatever your favorite editor is capable of png transparency.
• Delete the background. It’s now transparent. If you want semi-transparency, do that instead.
Select all of your modified PNG files and drag them back into same spot you got them from in the Theme.apk file in 7zip and close 7zip
5)This will give you your new apk for the theme with a transparent statusbar .But you will need to sign it to be able to use it
6)use drag2sign_apk to sign your new apk file.
7)Transfer it to your phone and install apk using any file explorer. (If you did not sign the new apk then installation will FAIL)
8) Go to theme chooser and apply your New theme. That’s it you will now have a Transparent notification bar
This method can be used to get a transparent notification bar with ANY theme
Here I'm attaching the SystemUI.apk of cm7_rc1.5 which I'm currently using with transparent statusbar.I recommend using adb to push it.
In command prompt first change directory to the one containing the patched SystemUI.apk
Use this command: adb remount (to allow editing the system files)
next command: adb push SystemUI.apk /system/app/SystemUI.apk
Then fix permission using root explorer.
Reboot.
Don't forget to uncheck wallpaper hack in ADW settings
THOSE WHO FIND THIS THREAD USEFUL DON'T FORGET TO HIT THANKS
I had to update my system and hence had to create a new systemui.apk. This one is of cm-7.1.0-11 stable release. Here I'm uploading it for your convenience
thx for the instruction.
but anyhow, i cannot make it work on my latest nightly builds. status bar was dismissed after modification file pushed to system.
{
"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"
}
You can go to this website http://uot.dakra.lt/kitchen/ and upload your framework-res and systemui and do all kinds of stuff to it including transparencies. check it out its pretty easy. You can also upload a theme.apk and modify that also. Here is a thread for asking questions and getting help for that site http://forum.xda-developers.com/showthread.php?t=990829
matchung said:
thx for the instruction.
but anyhow, i cannot make it work on my latest nightly builds. status bar was dismissed after modification file pushed to system.
Click to expand...
Click to collapse
Did you fix permissions after pushing the systemui.apk and reboot ?
Also did you uncheck the wallpaper hack in ADW setting?
Are you using any different launcher ?this method works for adw
Did you apply a theme with transparent statusbar or not ?
request: flashable systemUI with only transparent status enabled !
Ok, i tried it, but my status bar is always black
I tried others methods, which are posted here, CM7 Theme Patcher v1.6, Transparent glass Theme CM7 RC1.5+Tutorial, still no luck.
Can some plz do this for me.
I just need the transparent status bar only, nothing else
am on cm7.1 rc1.5 defy.
just post me SystemUI.apk file which i can flash in recovery.
thanks for your time and help
-hanu
hanu_blr said:
Ok, i tried it, but my status bar is always black
I tried others methods, which are posted here, CM7 Theme Patcher v1.6, Transparent glass Theme CM7 RC1.5+Tutorial, still no luck.
Can some plz do this for me.
I just need the transparent status bar only, nothing else
am on cm7.1 rc1.5 defy.
just post me SystemUI.apk file which i can flash in recovery.
thanks for your time and help
-hanu
Click to expand...
Click to collapse
Hi.. try these patch.. You must apply the patch twice..
hanu_blr said:
Ok, i tried it, but my status bar is always black
I tried others methods, which are posted here, CM7 Theme Patcher v1.6, Transparent glass Theme CM7 RC1.5+Tutorial, still no luck.
Can some plz do this for me.
I just need the transparent status bar only, nothing else
am on cm7.1 rc1.5 defy.
just post me SystemUI.apk file which i can flash in recovery.
thanks for your time and help
-hanu
Click to expand...
Click to collapse
check the first post I've attached the SystemUI.apk
@tegezan, thanks for your help, it wrked, i was able to see the transparency when i set live wallpaper, and am using this theme GingerBlur-trans.apk
http://forum.xda-developers.com/showthread.php?t=1021507
And am using go launcher ex.
if i dont want to use live wallpaper, then i shd use wall-paper with transparency ?, where to get this ?
@krd_medico, thanks, may be patch and undo recover files will be easier. anyways tegezan has attached it already
Edit:
Also in screen lock mode, i see more transparency, but on home screen its less transparent, is this ok ?
@hanu_blr
note from zdunex25 theme..
Wallpaper & transparency:
As you should know not each launchers supports
transparent statusbar, but if we will use
MiltiPicture Live Wallpaper we can get
transparent statusbar using any launcher
btw, I am used go launcher ex.. no need to use live wallpaper, just uncheck wallpaper hacks..
@tegezan,
in go launcher ex, where is the wallpaper hack settings, i coudnt find it
but its available in AWD, i hv disabled it, but am not using awd.
hanu_blr said:
@tegezan,
in go launcher ex, where is the wallpaper hack settings, i coudnt find it
but its available in AWD, i hv disabled it, but am not using awd.
Click to expand...
Click to collapse
nothing to change in Go Ex, let it as is.
i dont know whats wrong with my modified theme file, it can be done by using other stock themes. here is theme Zdunex25 applied.
@krd_medico, i think u ment theame.apk, not SystemUI.apk.. in the WORKAROUND section. am i rt ?
"Select all of your modified PNG files and drag them back into same spot you got them from in the SystemUI.apk file in 7zip and close 7zip"
hanu_blr said:
@krd_medico, i think u ment theame.apk, not SystemUI.apk.. in the WORKAROUND section. am i rt ?
"Select all of your modified PNG files and drag them back into same spot you got them from in the SystemUI.apk file in 7zip and close 7zip"
Click to expand...
Click to collapse
Thanks for pointing out. I have edited my first post.
Am hving issues with go launcher ex, with this i dont see transparency in home screen, its rather 10% or semi-transparency with black color, in lock screen its clear transparent.
At times i saw full transparency in home screen, but lock/unlock made it to go back to 10% trans with black color.
If i change to AWD, even in home screen i see full transparency . Dont know wats going on
finally,, i can make it work. i did the modification by using apk_manager b4, but seems not.
running CM7, on Go Launcher Ex, with modified Zdunex25's Meizu theme
Is there any chance to make this?
forum.xda-developers.com/showthread.php?p=17582887#post17582887
Sent from my MB525 using xda premium
for me works very fine... thanks
@matchung,
can u try installing the gingerblur-trans.apk form http://forum.xda-developers.com/showthread.php?t=1021507, and see if u see full transparent in GO lauhcher ex ?.
I guess gingerblur-trans.apk, is semi trans with black. If u see semi trans black, can u make it full trans for this gingerblur-trans.apk ?.
I did try to make gingerblur-trans.apk full trans with paint.net.
I took all statusbar* pngs from the gingerblur-trans.apk file, then opened it in paint.net, under layer window, layer properties, opacity was set 255, made it 0, this changed the image with small white_gray square pattern image, guess this is transparent image, save it as png, with bit depth auto-detect, then replaced all those statusbar* file in the original gingerblur-trans.apk, then resigned it. After installing it, still i see black bar in home screen, and full trans in lock screen, if i use live wallpapers, both home/screen lock is transparent, this is with go launcher ex,
if i use AWD, both home and lock screen is full trans . I dont like AWD much. Can u try and if it wrks fine on go laucnher ex, can u post the modified gingerblur-trans.apk file here plz ?
thanks for u time
NOTE: i didnt xtract gingerblur-trans.apk, just opened in winrar, tookout the png files, edited it and pushed back to gingerblur-trans.apk.
waterfish.. amazing..
i should try it..
hanu_blr said:
@matchung,
can u try installing the gingerblur-trans.apk form http://forum.xda-developers.com/showthread.php?t=1021507, and see if u see full transparent in GO lauhcher ex ?.
I guess gingerblur-trans.apk, is semi trans with black. If u see semi trans black, can u make it full trans for this gingerblur-trans.apk ?.
Click to expand...
Click to collapse
untouch theme. wanna full transparent?

[TUTORIAL] How to Theme Galaxy Ace

This is a guide on how to theme your galaxy ace.
If you do not have the basic knowledge of cmd and folders handling, don't try.
*Not for the faint-hearted*
1. Root is prerequisite. If you're using stock rom, you can obtain cf-root from here.
2. Install android sdk from here. Eclipse is optional. The essential stuff we need is the adb from the sdk.
3. Please make a backup using cwm in case you end up deleting or corrupting your phone.
4. Connect your phone to the pc.
5. Open cmd and type cd C:\android\tools . (Depends on where is your sdk tools folder)
6. type adb pull /system/app/SystemUI.apk (Status Bar Modding)
7. type adb pull /system/framework/framework-res.apk (Framework Modding)
8. type adb pull /system/framework/twframework-res.apk (Twframework)
9. Alright, now edit the .apk to .zip in your tools folder.
10. Open up the zip and replace the mdpi files inside with the one you prepared.
11. After all the changes, change the .zip back to .apk
12. Open cmd and type cd C:\android\tools . (Depends on where is your sdk tools folder)
13. type adb push SystemUI.apk /system/app/SystemUI.apk
14. type adb push framework-res.apk /system/framework/
15. type adb push twframework-res.apk /system/framework/
16. Reboot your phone.
17. Voilà! See the changes
Editing the images:
What are .9.png files?
I won't be using this type of image in this tutorial but I wanted to touch on it for users who want to edit these images.
A NinePatchDrawable graphic is a stretchable bitmap image, which Android will automatically resize to accommodate the contents of the View in which you have placed it as the background. An example use of a NinePatch is the backgrounds used by standard Android buttons — buttons must stretch to accommodate strings of various lengths. A NinePatch drawable is a standard PNG image that includes an extra 1-pixel-wide border. It must be saved with the extension .9.png in your project so it can be compiled when you build your project. This page has a nice explanation of what is required.
If you have decompiled the package (you should have if you followed the tutorial), you will see that the .9.png files have a 1 pixel transparent border with a few 100% black pixels around. You can modify them directly and the border will disappear when you compile the package again. If you haven't decompiled the package, you will see regular images, but modifying them will cause different problems as they will not stretch correctly and might cause incompatibility issues. Credits: Androidforum.
This method is used as some of us do not have ubuntu or linux, saving the trouble installing them.
Lol what about .9.pngs
it should needed to know how to prepare it
You should write in detail if you want to give tutorial
lol they should have the images prepared alr since they want to theme aint it. xD
Thanks man
great wor
Hatem2020 said:
Thanks man
great wor
Click to expand...
Click to collapse
Why are you reviving such an old thread?
And for thanks, there is a thanks button!
Please stop spamming!
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
well im not using sdk adb and others but i making a themes without that
http://forum.xda-developers.com/showthread.php?t=1850271

Categories

Resources