Special Thanks to :
-Lidroid for his 14 Toggle and for the guide
-Kyrillos for the idea and for some seting from his decompiled SystemUI.apk
-Sicopat and Baraozemo for the deodex method
-Daneshm90 for Update.zip 3.0 Modifier/Creator
-XDA and all the people who help me learn about android
{
"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"
}
How to install:
option 1:
-stock rom with root and CWM recovery, don't know if work for other, but it should because SystemUI.apk is deodexed
-don't forget to backup your data
-download update.zip attached
-delete SystemUI.odex from /system/app with an aplication like Root Browser Lite if you are using stock rom
-reboot to recovery
-wipe dalvik cache
-install the zip
-reboot
-change setting for Quick Panel Settings
option2:
-stock rom with root (for those who rooted the phone with Szabo59 method and don't have CWM or TWRP Recovery)
-extract the next files from update.zip attached to /sdcard (internal memory not microsd): QuickPanelSettings.apk, SystemUI.apk, framework-res.apk,lidroid-res.apk, twframework-res.apk
-run the next commands adb:
su
stop
mount -o rw,remount /dev/block/mmcblk0p3 /system
rm /system/app/SystemUI.odex
cp /sdcard/SystemUI.apk /system/app/
chown 0.0 /system/app/SystemUI.apk
chmod 0644 /system/app/SystemUI.apk
cp /sdcard/framework-res.apk /system/framework/
chown 0.0 /system/framework/framework-res.apk
chmod 0644 /system/framework/framework-res.apk
cp /sdcard/QuickPanelSettings.apk /system/app/
chown 0.0 /system/app/QuickPanelSettings.apk
chmod 0644 /system/app/QuickPanelSettings.apk
cp /sdcard/lidroid-res.apk /system/framework/
chown 0.0 /system/framework/lidroid-res.apk
chmod 0644 /system/framework/lidroid-res.apk
cp /sdcard/twframework-res.apk /system/framework/
chown 0.0 /system/framework/twframework-res.apk
chmod 0644 /system/framework/twframework-res.apk
mount -o remount ro /system
reboot
-change setting for Quick Panel Settings
You can download the mod from hotfile.
Update.zip with transparent notification bar and with battery percent mod can be found here.
Update.zip that contains SystemUI.apk (deodexed) from XXLK7 rom, modded with 14 statusbar toggle and without battery percent mod can be found here.
The tutorial to create your own mod can be found here
nice, better ask mod to move it to dev section though
Flashlight works?
Yes it works.
Sent from my GT-I8160 using xda app-developers app
2G / 3G Toggle
powermetza said:
Yes it works.
Sent from my GT-I8160 using xda app-developers app
Click to expand...
Click to collapse
thanks powermetza... it is cool man..:good::good:.
i request to toggle network 2G / 3G ... because very important for me... how change sequence statusbar toggle..?
The sequence of the statusbar toggle can be change from QuickPanelSettings - Widget buttons (disable all the buttons, and then enable them in the order you want).
Sent from my GT-I8160 using xda app-developers app
2G / 3G Toggle
powermetza said:
The sequence of the statusbar toggle can be change from QuickPanelSettings - Widget buttons (disable all the buttons, and then enable them in the order you want).
Sent from my GT-I8160 using xda app-developers app
Click to expand...
Click to collapse
okey thanks... success..:good:
how toggle 2G / 3G...?
The quickpanel icons look good. But if I swipe to clear a notification, the status bar force closes.
I need help to implement wifi hotspot button.
Lidroid has introduced the wifi-hotspot button in the last rom released on XDA for Galaxy SII (1.4.2)(a total of 15 statusbar toggle).
The problem is I do not know what additional changes should I do to make it work on our phone.
@ tnhh
I haven't had any problems, but it may be a problem with changes made by me. If I encounter the mentioned problem, I will try to find where the problem is.
@ rozyid
As I said at the beginning, the 14 status bar toggle were created by lidroid. I just made changes needed to work on our phone. About the toggle 2G / 3G, I found a tutorial to add 2G / 3G toggle, but this tutorial is not intended for Samsung phones. Mentioned tutorial is available here for those interested in implementing 2G / 3G toggle.
Can you make statusbar transparent?
Here is the mod with transparent statusbar.
Here is a mod with transparent notification bar.
Instead of swiping left or right to browse through settings... is it possibile to have all them visible in the same time on more than one line?
@titomax82
I suppose it's possible, but I honestly do not know how to make the required modifications.
powermetza said:
Here is the mod with transparent statusbar.
Click to expand...
Click to collapse
I installed the patch but statusbar not got transparent !!! (I mean statusbar not notification bar)
Can someone post a link with pic's of that mod or upload...
Thanks
Edit : I mean the transparent one.
@monstro78
I tried to accomplish transparent Status Bar and I've done the following after I decompile SystemUI.apk:
-I tried editing the status_bar.xml file and changing android:background="#ff000000" to android:background="@android:color/transparent". Result = blurry icons and text
-I tried editing the status_bar.xml file and changing android:background="#ff000000" to android:background="#00000000". Result = blurry icons and text with partial transparent status bar
-I tried editing the status_bar.xml file and changing android:background="#ff000000" to android:background="@drawable/statusbar_background", and I put a transparent statusbar_background.png in drawable-hdpi folder. Result = blurry icons and text with partial transparent status bar.
-I tried editing the drawables.xml and insert <item type="drawable" name="status_bar_background">#00000000</item>. No results.
-I edited the StatusBarService.smali. I search for the line "invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V" and right above it is "const/4 v5, 0x2" I change this to "const/4 v5, -0x3". Result=status bar is black regardless of changes in status_bar.xml and drawables.xml.
http://forum.xda-developers.com/showthread.php?t=1462743
http://forum.xda-developers.com/showthread.php?t=1890150
http://forum.xda-developers.com/showthread.php?t=1298591
Why if I set Lockscreen Off... when I reboot it reverts to On?
titomax82 said:
Why if I set Lockscreen Off... when I reboot it reverts to On?
Click to expand...
Click to collapse
Yes it reverts back to On. You have to disable it every reboot.
powermetza, first of all thanks for this great statusbar and for your support...
just another question... is it possible to swap battery color indicator for the first 2 steps? now is "from 100% to 75% blue" and "from 75% to 50% green".. but in people's mind (in my mind at least) "green" is the full battery...not blue
DELETED
Related
This is the patched services.jar that allows the status bar background to be transparent. YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
{
"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"
}
INSTALL:
-Download and unzip file to your sdk tools folder
-Mount system in recovery, partitions menu
Code:
adb push services.jar /system/framework/
-Reboot
Instructions to mod the services.jar yourself:
xeudoxus said:
search
.line 1773
const/4 v5, 0x2
change to
.line 1773
const/4 v5, -0x3
Click to expand...
Click to collapse
All Thanks Goes to Xeudoxus...Please DONATE for all his contributions to our community
For those not that proficient with adb or just want a quick easy 50% shade on their notifications, this is a .zip with the STOCK framework with only the 50% shade and the services.jar.
Download, place on sd card and install through CWRecovery or Rom Manager
SoCalMiles said:
This is the patched services.jar that allows the status bar background to be transparent. YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
INSTALL:
-Download and unzip file to your sdk tools folder
-Mount system in recovery, partitions menu
Code:
adb push services.jar /system/framework/
-Reboot
Instructions to mod the services.jar yourself:
All Thanks Goes to Xeudoxus...Please DONATE for all his contributions to our community
Click to expand...
Click to collapse
Great work. I was wondering if you know how to make the "all apps" (in the app drawer) backround transparent as well.
Can you make the top bar fully transparent?
this is new to me... how do i edit the status_bar_background.png?
naTTan said:
Can you make the top bar fully transparent?
Click to expand...
Click to collapse
also wondering this...
i've heard the framework in froyo is a problem
obededom said:
also wondering this...
i've heard the framework in froyo is a problem
Click to expand...
Click to collapse
i just found this:
Pull your framework from your phone.
adb pull /system/framework/framework-res.apk /android-sdk-windows/tools (or wherever you wanna pull it, I choose tools cause its easy)
Open it up with winrar or something of the sort. Navigate to res>drawable-hdpi.
Find the file titled status_bar_background. Change it to whatever you want (may it be a transparent image, or a blank image for 100% transparency.
once you're done use
adb push framework-res.apk /system/framework
to push it back to your phone.
Click to expand...
Click to collapse
i had to rename the framework.apk to a .zip and extract it. then you can find the .png file and edit it. haven't finished doing it yet, but so far, so good. i'll let you know.
EDIT: nope, just put my phone into a boot loop... i'll wait for better instructions.
naTTan said:
Can you make the top bar fully transparent?
Click to expand...
Click to collapse
Not sure if by top bar you mean the guy that says 'verizon wireless' when you drag the panel down, or if you mean the notification bar where the signal meter and stuff are. I really wanna see the latter happen - particularly with a 'frosted' translucent look, perhaps just for the icons.
Basically a notification bar + related icons to match the default Launcher Pro icons. Or a perhaps the effect the vanilla lock screen sliders have. By switching to launcher pro & hiding the notification bar, the home screens really open up compared to the dark framing the stock htc objects give the phone. When I get fired from work for spending too much times on cell phone and subaru forums, I'll get on this... but until then, I'd be happy to pay/donate to someone who can make this happen.
Thanks SoCalMiles. Works great!
SoCalMiles said:
YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
Click to expand...
Click to collapse
Can you explain this better?
Also i installed the .jar and it did nothing. Just gave me a super long boot sequence.
bisbers said:
Not sure if by top bar you mean the guy that says 'verizon wireless' when you drag the panel down, or if you mean the notification bar where the signal meter and stuff are. I really wanna see the latter happen - particularly with a 'frosted' translucent look, perhaps just for the icons.
Basically a notification bar + related icons to match the default Launcher Pro icons. Or a perhaps the effect the vanilla lock screen sliders have. By switching to launcher pro & hiding the notification bar, the home screens really open up compared to the dark framing the stock htc objects give the phone. When I get fired from work for spending too much times on cell phone and subaru forums, I'll get on this... but until then, I'd be happy to pay/donate to someone who can make this happen.
Click to expand...
Click to collapse
Yes i am i wish i can make it transparent . It's making my homescreen look ugly.
naTTan said:
Yes i am i wish i can make it transparent . It's making my homescreen look ugly.
Click to expand...
Click to collapse
That's a sick launcher, what is that?
SoCalMiles said:
For those not that proficient with adb or just want a quick easy 50% shade on their notifications, this is a .zip with the STOCK framework with only the 50% shade and the services.jar.
Download, place on sd card and install through CWRecovery or Rom Manager
Click to expand...
Click to collapse
Just locked up my phone on boot. Running 8/1 2.2 with super circle battery (last one) themed-battery-08-4-10.zip
restoring nandbackup.
SoCalMiles said:
This is the patched services.jar that allows the status bar background to be transparent. YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
INSTALL:
-Download and unzip file to your sdk tools folder
-Mount system in recovery, partitions menu
Code:
adb push services.jar /system/framework/
-Reboot
Instructions to mod the services.jar yourself:
All Thanks Goes to Xeudoxus...Please DONATE for all his contributions to our community
Click to expand...
Click to collapse
How would I go about modifying the services.jar file myself? I'm trying to combine this with: http://forum.xda-developers.com/showthread.php?t=740502
If I'm not mistaken, unless it's a difference in Froyo over Eclair, it's not necessary to modify services.jar AT ALL for a simple graphical switcheroo like this.
To modify any image in framework-res.apk, you need to associate APK files with your favorite Zip file manager (e.g. 7-zip, BetterZip, whatever). The key is to find a program that allows you to open and view the contents of the zip without extracting it.
Once you're viewing the contents of the apk file, extract a copy of the image you wish to edit. After your edit is finished, put the modified image back into the apk, replacing whatever original file was there. Then save the apk. Finally, push the apk back to your phone while in recovery mode, with the /system mounted, with "adb push <path to framework-res.apk> /system/framework/framework-res.apk".
Again, the key here is not to try to extract and then try to re-zip the apk -- Android expects all apk files to be "signed" in order to use them. You can search the XDA forums for more on how to sign your own apks (it's actually very easy), but what I've described here is sort of the "poor man's" method for theming framework-res.apk.
Of course, I take no responsibility for any pleasure/pain you experience from trying this. I'm relatively new to this myself, but searching the XDA forums will lead you to a wealth of information on this topic.
Good luck!
Thanks, I know I can change the files in the .apk by doing that. What I was referring to didn't get quoted. From the original post:
Instructions to mod the services.jar yourself:
Originally Posted by xeudoxus
search
.line 1773
const/4 v5, 0x2
change to
.line 1773
const/4 v5, -0x3
Click to expand...
Click to collapse
I tried opening services.jar with a hex editor but didn't get anywhere. I'm not sure what program I'm supposed to be using.
would like to know how to do this as well so i can combine it with the no location icon zip
its launcher pro
I like the transparent status bar so much I'm fine with leaving the location icon there but would prefer it to be hidden.
bcgaynor82 said:
If I'm not mistaken, unless it's a difference in Froyo over Eclair, it's not necessary to modify services.jar AT ALL for a simple graphical switcheroo
Click to expand...
Click to collapse
It is. With froyo, you have to make a change in services.jar as well as a transparent or semi-transparent image.
All right kiddies here is the ported version of my Red Dynamite. This is about 99% done and is fully functional. Updated with more red that was missing from original Dynamite.
12/24/10
340 Updated version HERE
-Of course you still need to be deodexed and rooted
-Boot into Koush's recovery and apply Dynamite 340.zip
EDIT:
Put stock sliders back in until I fix the .9png's
Fixed the notification text color to white in the framework xml files
Changed BlurHome Menu buttons to red with white highlights when pressed
I AM NOT RESPONSIBLE FOR ANYTHING BAD HAPPENING TO YOUR PHONE. USE AT YOUR OWN RISK!!!
Update.zip HERE
Download
Requirements
Root (duh!)
Deodexed 2.2
ADB/Terminal Emulator
So far the following things are skinned:
Music
Pandora
Battery Indicator
3G Status
BlurHome
Youtube
Power Widget
Fancy Widget
Facebook
Google Search
Widgetlocker
Lockscreen
Settings
Random Notification Icons (Wifi, BT, Airplane Mode, Silent Mode, Voicemail etc)
The Notification bar is based off of teenfaces thread here:
http://forum.xda-developers.com/showthread.php?t=733966
Thanks to bad4u6669 for the settings, power, and skinned Swype
Swype
Power and Settings
I'm gradually getting the hang of Androiding so take it easy. And if I'm forgetting anyone to give credit to let me know and I'll give credit where credit is due. Also I can't post the apk's for the commercial apps like Widgetlocker and Pandora so I can give you the res file to manually insert into the apk.
{
"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"
}
Directions
Unzip the contents of Froyo Dynamite.zip and put them on the root of your SD card
Open ADB or Terminal Emulator and input the following commands exactly
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/Music.apk /system/app
cp /sdcard/pandora.apk /system/app
cp /sdcard/Vvm.apk /system/app
cp /sdcard/com.facebook.katana.apk /system/app
cp /sdcard/GoogleQuickSearchBox.apk /system/app
cp /sdcard/BlurHome.apk /system/app
cp /sdcard/Swype.apk /system/app
cp /sdcard/Settings.apk /system/app
cp /sdcard/YouTube.apk /system/app
cp /sdcard/services.jar /system/framework
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
The Fancywidget.apk is a little more tricky. Check My original Red Dynamite post for instructions.
Your phone might reboot a couple times and/or take a while to boot. Don't freak out just let it do its thing. After that you should be DY-NO-MITE!!
Your using my new swype with the red tracer right?
You know you want me to make an update.zip for this I can hook you up tomorrow or something. or take mine and mod it. I would recommend using 7zip open the zip in and archive then open the apks in an archive and replace the drawable folders with yours. Thats the only way i was able to get it work.
Looks good man. I'm working on my own personal theme (not releasing it) and this gives me a few ideas.
Keep up the good work.
Updated with some stuff that was messed up. If anyone wants to make an update.zip feel free and I will put it in the OP.
that live wallpaper look amazing. can you post the apk for that
Explodee said:
Updated with some stuff that was messed up. If anyone wants to make an update.zip feel free and I will put it in the OP.
Click to expand...
Click to collapse
Here is a link to a blank update.zip. Just download it and drop your updated files in the correct folders and you should be good to go. As mentioned I'd use 7-zip to open it and then just drag and drop your modified *.apks
http://alldroid.org/default.aspx?g=posts&t=855
Update.zip added!!
holy crap your phone is busy looking.
Umm...can we get better links than rapidshare? It keeps falsely telling me that i've used too many free downloads from my IP...and I even tried over 3g...
man I wish this would come to fission.
Explodee said:
Directions
Unzip the contents of Froyo Dynamite.zip and put them on the root of your SD card
Open ADB or Terminal Emulator and input the following commands exactly
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/Music.apk /system/app
cp /sdcard/pandora.apk /system/app
cp /sdcard/Vvm.apk /system/app
cp /sdcard/com.facebook.katana.apk /system/app
cp /sdcard/GoogleQuickSearchBox.apk /system/app
cp /sdcard/BlurHome.apk /system/app
cp /sdcard/Swype.apk /system/app
cp /sdcard/Settings.apk /system/app
cp /sdcard/YouTube.apk /system/app
cp /sdcard/services.jar /system/framework
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
The Fancywidget.apk is a little more tricky. Check My original Red Dynamite post for instructions.
Your phone might reboot a couple times and/or take a while to boot. Don't freak out just let it do its thing. After that you should be DY-NO-MITE!!
Click to expand...
Click to collapse
+++++++++++++++++++++
How do you un-do the prompts that you put in? I cant seem to get the colors to return back to normal (not red). I'm assuming you have to type in more code to get it that way, what do I do?
Does anyone know if this will work with the new .340 OTA?
*Coming soon to Fission
All I did was replace .png files so if you are unsure about whether or not it will work, you can add my png's to your apk's or framework and do it manually.
Explodee said:
*Coming soon to Fission
All I did was replace .png files so if you are unsure about whether or not it will work, you can add my png's to your apk's or framework and do it manually.
Click to expand...
Click to collapse
Hey do you know if this theme will work with the .340 OTA?
Working on that now actually. I don't know if I like Fission
Explodee said:
Working on that now actually. I don't know if I like Fission
Click to expand...
Click to collapse
Thanks! Can't wait!!!!
Any new on when this will be available for the new OTA?
koentopp5 said:
+++++++++++++++++++++
How do you un-do the prompts that you put in? I cant seem to get the colors to return back to normal (not red). I'm assuming you have to type in more code to get it that way, what do I do?
Click to expand...
Click to collapse
Not really sure what you mean. If you want to get rid of this theme you need to replace these Dynamite files with your original files. The code is only copying over your stock stuff, not actually making the changes.
Updated for the 340 OTA! Check the OP. Happy Festivus everyone!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I designed and made this battery icon for x10. It can tell you your battery status as accurate as 1% but it needs some brain work. You've to calculate the percentage by yourself. It's a bit complicated but might save your money for paying brain training on a DSi =)
Wish you like.
ATTENTION: Other people might not understand your phone battery status. This may cause a delayed battery charging =)
http://www.megaupload.com/?d=RDNKA8LL
Wallpaper credit to: The Art of Currie.
Installation:
Make sure your phone is rooted and have busybox installed. Make sure you have ADB on your PC and relevant X10 drivers installed (Sorry I don't know mac system). Here is a example for installation using adb.exe.
1.Download the framework-res.apk file from the MU link.
2.Copy framework-res.apk to to your X10's /sdcard
3.Connect your X10 to a PC, make sure USB debugging is enabled. Run "cmd"
4.Locate your adb.exe.
-adb shell
-su (make sure you give super user permissions (su) on your x10 side)
-mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
-dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
5.Your phone will restart and that's it.
possible to get this in black or transparent status bar? looks way better then those circle battery ones!!
can you give me a link or a sample picture of the black or transparent status bar? thanks.
Oh god, this one is sooooo sexxy
I think I'll apply this on my phone immediately
Very nice job
BTW, how much time did you need to figure this out? just curious
Make sure your phone is rooted and have busybox installed. Make sure you have ADB on your PC and relevant X10 drivers installed (Sorry I don't know mac system).
1.Download the framework-res.apk file from the MU link.
2.Copy framework-res.apk to to your X10's /sdcard
3.Connect your X10 to a PC, make sure USB debugging is enabled. Run "cmd"
4.Locate your adb.exe.
- adb shell
-su (make sure you give super user permissions (su) on your x10 side)
-mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
-dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
5.Your phone will restart and that's it.
I can finished it may be in 2-3 minutes =)
Nice Battery Icons
Just a little bug on status background
check second screenshot
Before apply this mod everything was OK, but after apply this mod even if I reinstall original framework this bluetooh call icon persist on background
Hi Alejandrissimo:
May I confirm your firmare version number? It looks like you've applied this to a .504 firmware. This file is only for .24 firmware.
Hi, I must say that i really appreciate your work, but I'm in the same case as Alejandrissimo. Too bad for me I know, didn't check my version before.
Could you tell us how to revert to normal ? I tried to upload the original framework-res with the same procedure but i didn't work..
Many thanks
Did you use adobe illustrator to design this mod?
And if it's so, did you start creating a 38x38 pixel document or larger and then resized?
thibprod said:
Hi, I must say that i really appreciate your work, but I'm in the same case as Alejandrissimo. Too bad for me I know, didn't check my version before.
Could you tell us how to revert to normal ? I tried to upload the original framework-res with the same procedure but i didn't work..
Many thanks
Click to expand...
Click to collapse
It happened before because I definitely noticed this problem with different firmware version in this forum. Can you try the mod for .504 version?
EDIT:
Yes, I found it here: http://forum.xda-developers.com/showpost.php?p=10295998&postcount=154
Can you try the Reboot mod for .504?
sathurnn said:
Did you use adobe illustrator to design this mod?
And if it's so, did you start creating a 38x38 pixel document or larger and then resized?
Click to expand...
Click to collapse
This work is done by using adobe photoshop CS4. Yes you're right it's 38*38 pixel. I got the battery frame from the original stock icon and then calculated the squares needed inside frame on pixels. Therefore no resize involved.
shvyue said:
can you give me a link or a sample picture of the black or transparent status bar? thanks.
Click to expand...
Click to collapse
transparent: http://androidthemes.webnode.com/album/photo-gallery-transparent-status-bar/#cap201002020311-jpg1
black status bar: http://forum.xda-developers.com/showthread.php?t=737778 (see the dark bar)
I just noticed that this is for .24 only and not .504 =(
pyro224 said:
transparent: http://androidthemes.webnode.com/album/photo-gallery-transparent-status-bar/#cap201002020311-jpg1
black status bar: http://forum.xda-developers.com/showthread.php?t=737778 (see the dark bar)
I just noticed that this is for .24 only and not .504 =(
Click to expand...
Click to collapse
I will have a look. I can make a .504 framework-res.apk but as I don't have that firmware installed, dare you try? =)
Here's one with dark status bar. I've modified other icons to fit the dark bar as well. It's for the .504 version but I've no chance to test it. If you want just try it.
-backup your original framework-res.apk
-install xrecovery
-do the modification
If failed, you can restore your original one using xrecovery.
http://www.megaupload.com/?d=TYYQU1SA
Theme :
I come from a Development group called Team Whiskey, I primarily made Roms and Themes for Samsung phones before, but I know have the Atrix 2. Here is my first ICS based theme
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
IF anyone wants to install it and can follow brief instructions here you go:
( Sidenote - you need to have ADB installed, you can either install the full Android SDK or copy it from Super One Click)
In a command prompt you want to use:
1.) adb push framework-res.apk /sdcard
2.) adb push SystemUI.apk /sdcard
then
3.) adb shell
4.) su
5.) mount remount,rw /dev/null /system
6.) cp /sdcard/framework-res.apk /system/framework
7.) cp /sdcard/SystemUI.apk /system/app (the case is sensitive)
8.) rm /system/app/SystemUI.odex
9.) reboot
The SystemUI.apk has been deodexed. I have an almost working script for our CWM, so going forward, we can a simple install instead of the tedious manual stuff.
DOWNLOADs:
framework-res.apk
SystemUI.apk
Please enjoy, and if you have any questions, feel free to PM me. I am still working on our Extended Power menu and the Settings menu( which is the power widget like you see in the screen shot), if you want the unfinished Settings.apk please pm me for it. Like I said, it works flawlessly, but the icons are a little weird.
Future:
16 Lockscreens, I have 9 of them working.
Great to have you aboard! Some very nice work. What about notification toggles? How hard would they be to implement?
Not hard at all actually! You know what is funny about that, all of the Samsung roms have the toggles, and we spent days and days ripping them out to give us this look the motorola is going here ! I was planning on doing the same style as miui on that, you know the scrollable one. I will work on that after the lockscreens.
Awesome man. Looks perfect with my setup.
How did you remove at&t from the notification bar? I have tried finding strings.XML and can't..
Sent from my MB865 using Tapatalk
followed the above to the T. Got a Read only error. Changed RW to RO in the cmd prompt and then was able to successfully push SystemUI.apk to system/app. I did it before through root explorer the same way and it just kept force closing. Just rebooted and it all works now.
Thanks given for this!
Nopcodex90 said:
Theme :
I come from a Development group called Team Whiskey, I primarily made Roms and Themes for Samsung phones before, but I know have the Atrix 2. Here is my first ICS based theme
IF anyone wants to install it and can follow brief instructions here you go:
( Sidenote - you need to have ADB installed, you can either install the full Android SDK or copy it from Super One Click)
In a command prompt you want to use:
1.) adb push framework-res.apk /sdcard
2.) adb push SystemUI.apk /sdcard
then
3.) adb shell
4.) su
5.) mount remount,rw /dev/null /system
6.) cp /sdcard/framework-res.apk /system/framework
7.) cp /sdcard/SystemUI.apk /system/app (the case is sensitive)
8.) rm /system/app/SystemUI.odex
9.) reboot
The SystemUI.apk has been deodexed. I have an almost working script for our CWM, so going forward, we can a simple install instead of the tedious manual stuff.
DOWNLOADs:
framework-res.apk
SystemUI.apk
Please enjoy, and if you have any questions, feel free to PM me. I am still working on our Extended Power menu and the Settings menu( which is the power widget like you see in the screen shot), if you want the unfinished Settings.apk please pm me for it. Like I said, it works flawlessly, but the icons are a little weird.
Future:
16 Lockscreens, I have 9 of them working.
Click to expand...
Click to collapse
Looks great so far! Would you mind including detailed instructions for backing up the existing files as well? Don't mind doing things via ADB, but I'm far from being an expert.
armyengineer51 said:
Looks great so far! Would you mind including detailed instructions for backing up the existing files as well? Don't mind doing things via ADB, but I'm far from being an expert.
Click to expand...
Click to collapse
ADB pull /system/framework/framework-res.apk
ADB pull /system/app/SystemUI.apk
ADB pull /system/app/SystemUI.odex
anyone can post the original framework-res.apk, systemui.apk and systemUI.odex??
i accidentally replace mine by copy ICS blue theme into sd card.
For some reason I always have a grey circle with a plus in the middle of it on the top right of my status bar. What's with that? Other than that my only complain is the clear button when you pull down the status bar. Seems to have a little extra room in the box under the word clear.
Updates?
Sent from my mAtrix2!!
[ROM] PURITY v2.5 TPAX
So i tried to install this bionic rom.....and fail.....
This is for Atrix2 why would you try this on the Bionic? But I guess that is how we find out what works and what doesn't...carry on
athris said:
anyone can post the original framework-res.apk, systemui.apk and systemUI.odex??
i accidentally replace mine by copy ICS blue theme into sd card.
Click to expand...
Click to collapse
I got you. Unzip and push.
Corrected instructions for adb. Theme looks great btw, thanks.
In a command prompt you want to use:
1.) adb push framework-res.apk /mnt/sdcard
2.) adb push SystemUI.apk /mnt/sdcard
then
3.) adb shell
4.) su
5.) mount -o rw,remount /dev/null /system
6.) cp /sdcard/framework-res.apk /system/framework
7.) cp /sdcard/SystemUI.apk /system/app (the case is sensitive)
8.) rm /system/app/SystemUI.odex
9.) reboot
Click to expand...
Click to collapse
cootercommander said:
So i tried to install this bionic rom.....and fail.....
Click to expand...
Click to collapse
Did your phone soft-brick? Or did you try restoring a backup?
Since installing this I noticed I'm getting "phantom" icons in my notification bar, almost like a burn in on television. Tilt the phone to extreme angles to see them better, can anyone confirm?
unsivil_audio said:
Since installing this I noticed I'm getting "phantom" icons in my notification bar, almost like a burn in on television. Tilt the phone to extreme angles to see them better, can anyone confirm?
Click to expand...
Click to collapse
I am as well.
Me too but the disappear. Its kinda cool. I like it.
Sent from my mAtrix2!!
holeshot77 said:
Me too but the disappear. Its kinda cool. I like it.
Sent from my mAtrix2!!
Click to expand...
Click to collapse
Yea they do disappear. Seems like you'll get a new text message update or whatever, clear it from the status bar, it goes phantom, then disappears. Other than that I have a grey circle with a plus in the middle that's always at the right of my status bar.
[MOD][ME2/MDM/MDN][ODEX & DEODEX] 100 Percent Stock Battery & Optional NoClock
This Mod will add 100 percent stock battery icons to the status bar. There are 2 versions.
a) 100 percent stock battery with clock
b) 100 percent stock battery without clock
Attached to this post you'll find the ODEX-version, in another post (http://forum.xda-developers.com/showpost.php?p=41847593&postcount=8) you'll find the deodexed version. Thanks -BioHaZard-!
Those are the battery 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"
}
Feel free to extract and use them in your own mods, but please give credits
This is what it looks like:
Installation: Download and extract the file. Rename it to "SystemUI.apk". Copy SystemUI.apk into "system/app/" on your rooted phone with RootExplorer or something similar. Restart you phone. Some settings will be deleted when replacing the SystemUI-file (background, statusbar shortcuts etc.). Don't delete SystemUI.odex.
or with ADB:
Code:
adb remount
adb shell stop
adb pull /system/app/SystemUI.apk /backup/
adb push SystemUI.apk /system/app/
adb shell chmod 644 /system/app/SystemUI.apk
adb shell start
Thanks -BioHaZard- for the deodexed version, you'll find here: http://forum.xda-developers.com/showpost.php?p=41847593&postcount=8
Hello there. I have posted a link to this thread to the [INDEX][i9505] MODS & FIXES thread for easy user navigation.
Works great on MDM
Sent from my GT-I9505 using Tapatalk 2
Great work, man!
Is it possible to put the clock in the center of the bar?
chalid said:
This Mod will add 100 percent stock battery icons to the status bar. There are 2 versions.
a) 100 percent stock battery with clock
b) 100 percent stock battery without clock
I built this with an ME2 SystemUI.apk file, but since everything for AT&T etc. is in there too, I guess this is working for any MDM/MDN/ME2 build. Give it a try and report back please. It's definitely working on ME2 - tested on my own phone
Those are the battery icons:
Feel free to extract and use them in your own mods, but please give credits
This is what it looks like:
Installation: Download and extract the file. Rename it to "SystemUI.apk". Copy SystemUI.apk into "system/app/" on your rooted phone with RootExplorer or something similar. Restart you phone. Some settings will be deleted when replacing the SystemUI-file (background, statusbar shortcuts etc.). Don't delete SystemUI.odex.
or with ADB:
Code:
adb remount
adb shell stop
adb pull /system/app/SystemUI.apk /backup/
adb push SystemUI.apk /system/app/
adb shell chmod 644 /system/app/SystemUI.apk
adb shell start
Click to expand...
Click to collapse
think i need an nooooooob guide here? please
sorry, forget about it.
Doesn't work for me...l have a deodexed E2 rom...can you fix it for deodexed rom too?Thanks
chalid said:
This Mod will add 100 percent stock battery icons to the status bar. There are 2 versions.
a) 100 percent stock battery with clock
b) 100 percent stock battery without clock
I built this with an ME2 SystemUI.apk file, but since everything for AT&T etc. is in there too, I guess this is working for any MDM/MDN/ME2 build. Give it a try and report back please. It's definitely working on ME2 - tested on my own phone
Those are the battery icons:
Feel free to extract and use them in your own mods, but please give credits
This is what it looks like:
Installation: Download and extract the file. Rename it to "SystemUI.apk". Copy SystemUI.apk into "system/app/" on your rooted phone with RootExplorer or something similar. Restart you phone. Some settings will be deleted when replacing the SystemUI-file (background, statusbar shortcuts etc.). Don't delete SystemUI.odex.
or with ADB:
Code:
adb remount
adb shell stop
adb pull /system/app/SystemUI.apk /backup/
adb push SystemUI.apk /system/app/
adb shell chmod 644 /system/app/SystemUI.apk
adb shell start
Click to expand...
Click to collapse
Hello, I've attached a deodex version of your mod. Its the SystemUI.apk with the clock for deodex ROMs, feel free to attach it in your OP. I've also attached a NOOB friendly CWM install package.
Great! I linked to your post. Thanks! :good:
Thanks, seems to be working well on stock MDC. This with a black background would be very much appreciated if you're taking requests
Is there a guide somewhere on how to make this (1% battery mod) for odexed roms? I want to update to MEA, but I guess this particular systemui won't work then.
-edit-
Found the information in this thread for anyone else interested: http://forum.xda-developers.com/showthread.php?t=1814441