[MOD] Original Green Power Control widget for CM5.0.5.3 - Nexus One Themes and Apps

I'm currently running Cyanogen 5.0.5.3 and loving it, but I'm finding that the cyan color on Power Control just isn't doing it for me anymore. I think I'd much prefer the original green again.
I did a bit of research, extracted Settings.apk from some stock images and tried pushing them to system/app, but it didn't seem to work. Does anybody have any idea how to get this widget back to its original colors?
Edit: Title changed to reflect attachments in thread.

you can find it in one of the shipping roms just search and extract the GenieWidget.apk file and push it to /system/app/

j.bruha said:
I'm currently running Cyanogen 5.0.5.3 and loving it, but I'm finding that the cyan color on Power Control just isn't doing it for me anymore. I think I'd much prefer the original green again.
I did a bit of research, extracted Settings.apk from some stock images and tried pushing them to system/app, but it didn't seem to work. Does anybody have any idea how to get this widget back to its original colors?
Click to expand...
Click to collapse
Pushing Settings.apk from a stock image was on the tight track, but you'd be missing out on some of the new settings and features that have been added in.
Attached is Settings.apk compiled from 5.0.5.3 with the stock green indicators. Push it to /system/app
akifbayram said:
I'm also looking for this. Or maybe different colors besides Cyan.
Click to expand...
Click to collapse
I like the this idea, perhaps customizable? I'll look into it later, I'm just on my lunch break now...
chronzz said:
you can find it in one of the shipping roms just search and extract the GenieWidget.apk file and push it to /system/app/
Click to expand...
Click to collapse
GenieWidget.apk is the news and weather widget...

Awesome! Thank you so much!

NP.
I'd recommend changing the thread title to "[MOD] Original Green Power Control widget for CM5.0.5.3" to prevent any confusion.

Hello there,
I totally agree on the Green power Widget color thing! It's the first and only thing I disliked when I flashed CM5 for the 1st time.
Now I pushed your Settings.apk to /system/app/ using following command:
Code:
adb remount
adb push Settings.apk /system/app/
Unfortunately it didn't work, so I tried installing it with AndroidCommander and again the operation succesfully finished but it doesn't show up.
When I longpress the background and choose Widgets, then Launcher2 FC's.
This also happens after rebooting twice.
FYI: I'm using CM5.0.5.3 with kmobs UV'd kernel (2.6.33.1-cyanogenmod [email protected] #9)
In attachment you can find a logcat, I had to cut like 50% of the complete log because the .TXT exceeded the max of 19.3kb according to forums policy.
Let me know if you miss important info in the log then I'll get you the full log.
Thanks in advance to look into this matter
Keep up the good work! Much appreciated!

Did you remember "adb remount"? It didn't work for me the first time because I forgot this step but it worked the second time after the remount.

j.bruha said:
Did you remember "adb remount"? It didn't work for me the first time because I forgot this step but it worked the second time after the remount.
Click to expand...
Click to collapse
yes I did a remount first (stated in my post above). I reverted back to CM5.0.5.3 with the blue powerwidget + flashed kmobs UV'd kernel #9.
Gonna try once more now hopefully with more luck. If not then I'll post a full logcat.
In ChainsDD's post he states the following:
Attached is Settings.apk compiled from 5.0.5.3 with the stock green indicators. Push it to /settings/app
Click to expand...
Click to collapse
Does "/settings/app/" even exist? Isn't he referring to /system/app ? I am patiently awaiting feedback ^^
Thx for your reply.

Right, you did totally say you did a remount. I'm sorry, brah.
I pushed mine to /system/app as that's where all the apk's are.

j.bruha said:
Right, you did totally say you did a remount. I'm sorry, brah.
I pushed mine to /system/app as that's where all the apk's are.
Click to expand...
Click to collapse
Indeed I also tried pushing it to /system/app/ as /settings/app/ doesn't exist.
BUT
I just tried again with no luck Attached another logcat.
Which adb command did you use? "adb push" or "adb install -r" or ... ?
As far as my knowledge goes:
- push = copies the files
- install = copy+install right? The parameter -r stands for "reinstall" when the .apk already exists.
Could you provide the exact command you typed?
Thanks again for your reply.

I know it's sounding complicated, but I just pushed the file.
adb remount
adb push settings.apk /system/app
adb reboot
That's it my friend.

You're right... I screwed up... /system/app...
adb install will install the app to /data/app, use adb push when you need to push something to any other folder. apks in /system/app are automatically installed.

Ok just ran through the whole process a 3th time.. still same issue.
Is there any cache/data/folders I need to clear before trying again?
I flashed CM5.0.5.3, flashed kmobs UV'd kernel, black desire notification bar and pushed Setting.apk again... Same issue.
Microsoft Windows XP [versie 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
G:\Data\Phone\Green Power Widget for 5.0.5.3>dir
De volumenaam van station G is Elements
Het volumenummer is 2A28-4927
Map van G:\Data\Phone\Green Power Widget for 5.0.5.3
25/03/2010 14:42 <DIR> .
25/03/2010 14:42 <DIR> ..
25/03/2010 15:55 64.494 logcat.log
25/03/2010 16:42 19.712 logcat.txt
25/03/2010 21:38 2.593.630 Settings.apk
25/03/2010 21:54 6.336 logcat2.txt
4 bestand(en) 2.684.172 bytes
2 map(pen) 34.166.112.256 bytes beschikbaar
G:\Data\Phone\Green Power Widget for 5.0.5.3>adb devices
List of devices attached
HT9CPP804804 device
G:\Data\Phone\Green Power Widget for 5.0.5.3>adb remount
remount succeeded
G:\Data\Phone\Green Power Widget for 5.0.5.3>
G:\Data\Phone\Green Power Widget for 5.0.5.3>adb push Settings.apk /system/app
982 KB/s (2593630 bytes in 2.578s)
G:\Data\Phone\Green Power Widget for 5.0.5.3>adb reboot
G:\Data\Phone\Green Power Widget for 5.0.5.3>
After doing this the powerwidget, nor Settings is available and in addition Launcher2 keeps FC'ing when I longpress background and select anything there (widgets, folders,...)
Could you please have a look into the logcats I posted? This seems sucha strange issue as I completely understand the process and execute it correctly.. I'm no idiot. Could it have to do something with incompatibility with the other mods? I'm gonna get some sleep now I'll continue tomorrow
Thanks for your feedback.

If settings isn't available in your app tray, then the issue is likely happening when you push the file. Get me the logcat of that and we should be able to sort it.

Goodmorning ChainsDD,
Attached you can find the logcat of when I'm installing.
Thanks in advance.

Code:
PackageManager( 106): Package com.android.settings has no signatures that match those in shared user android.uid.system; ignoring!
This is what I thought was happening. I saw this before, but I'm not sure how I fixed it... The apk pushes fine on my phone, so it's probably an something between mods. Try reflashing 5.0.5.3, then push Settings.apk, then install other mods.

Ok thanks will give it shot as soon as i get home

I flashed CM5.0.5.3 without anything else, no other kernel, no mods, just CM5.0.5.3 and I still have the same issue..
- Is there a specific cache/temp folder that I can clear to become a complete full wipe?
- Could it have to do something with the fact that the 1st time I executed following command: "adb install Settings.apk" so it messed up something?
- I guess I'll just wait for another CM release to come where the PowerWidget will be pulled from and adapted to green so I can test once more. I'm gonna do some more research regarding the signatures thingy. This signatures stuff doesn't affect anything else, right? For example pushing other other apps etc? If so I NEED this resolved otherwise I just wait for another CM release etc.
Thanks for your assistance so far! Much appreciated.

Can somebody revert the colors of the power control and analog clock widget back to the stock green by modifying Settings.apk from Test 2? I'd like to keep all the new settings, but I really want the green color back. I posted this in the CM thread also.

j.bruha said:
Can somebody revert the colors of the power control and analog clock widget back to the stock green by modifying Settings.apk from Test 2? I'd like to keep all the new settings, but I really want the green color back. I posted this in the CM thread also.
Click to expand...
Click to collapse
http://android-theme-minus.googlecode.com/files/stock_alarm_clock.zip
http://android-theme-minus.googlecode.com/files/green_pc.zip
The first is a morph for the alarm clock widget to stock green and the second is a morph for power control widget to stock green.
Updated links to work with .thm and .xml versions of Metamorph.

Related

[REQ] Port Sense Calculator to AOSP

is it possible or does it run into the same framework issues that other HTC apps run into?
works fine, just push calculator.apk to system/app/
Like Lass3 said works great. figured I would post the .apk and instructions for those who wanted it.
Code:
adb remount
Code:
adb push Calculator.apk /system/app/Calculator.apk
lol @ me not even trying that because I felt it could NOT be that easy...thanks for the info guys.
Any screenshots of it?
I'll screenshot it in a minute....but yea, same method doesn't work with Kings 1.0...seems to work only with Cyan Kernal I suppose.
It may look nice, but it is completely missing the "Advanced" panel, so from a functionality standpoint, it is a downgrade in my opinion. Unless I overlooked something.
rotate the phone
would like to see the image too
it works fine on cyan 5.0.5.3. here the link to the screenshots (just copy & paste)
i42.tinypic.com/16k5f0i.png
i43.tinypic.com/2vdmipi.png
Confirmed this works on Enom 1.8.1
palosjr said:
Confirmed this works on Enom 1.8.1
Click to expand...
Click to collapse
Confirming the confirmation ( @ Enom ) !
Thanks for this guys !
Anyway to turn off the Haptic Feedback? No settings.
realise I am resurecting a 12 month old thread, but I deleted calculator.apk from system/app and copied over the apk from this thread and it doesn't show up in programmes. Tries opening the file from root explorer and it opens up app manager and fails to install. Any ideas?
CM7 RC2 desire s-off btw.

[REQUEST] Dark Facebook Widget

Hi,
Does anyone have a standalone facebook widget for dark themes and backgrounds? I've seen one widget in the Smoke Glass Theme by Adamz but I want the widget only. Below is what I am trying to get, but I do not have the technical expertise to extract the theme from the ROM. Any ideas?
hxxp://gi174.photobucket.com/groups/w101/NE1R6BRW80/snapshot5.png
Thanks,
peyek17
peyek17 said:
Hi,
Does anyone have a standalone facebook widget for dark themes and backgrounds? I've seen one widget in the Smoke Glass Theme by Adamz but I want the widget only. Below is what I am trying to get, but I do not have the technical expertise to extract the theme from the ROM. Any ideas?
hxxp://gi174.photobucket.com/groups/w101/NE1R6BRW80/snapshot5.png
Thanks,
peyek17
Click to expand...
Click to collapse
all you have to do is go to the apps folder in the zip and get the facebook.apk
there's also another dark one in the nextheme skin pack
Ok,
I got the facebook.apk file, but it wont push.
cd c:\android-sdk-windows\tools\
adb remount
adb push facebook.apk \system\app\
and I get "failed to copy 'facebook.apk' to '\system\app\': Read-only file system"
peyek17 said:
Ok,
I got the facebook.apk file, but it wont push.
cd c:\android-sdk-windows\tools\
adb remount
adb push facebook.apk \system\app\
and I get "failed to copy 'facebook.apk' to '\system\app\': Read-only file system"
Click to expand...
Click to collapse
/system/app not \system\app
Thank you so much, fixed everything.
Can you post the apk file?
Thank's
I wanted to pull the original Facebook.apk, but does not work..
Do I need to add anything ??...like su ?
Code:
adb pull /system/app/Facebook.apk
rori1 said:
I wanted to pull the original Facebook.apk, but does not work..
Do I need to add anything ??...like su ?
Code:
adb pull /system/app/Facebook.apk
Click to expand...
Click to collapse
Did you update it? If so then try:
adb pull /sd-ext/app/com.facebook.katana.apk Facebook.apk
(change sd-ext to data if you have not enabled apps2sd)
hmm..
I did not upgrade, but it says: /com.facebook.katana.apk' does not exist.
Try this, its black, a bit transparent, white text
http://rs229.rapidshare.com/files/375065327/Facebook.apk
RinTinTigger said:
Try this, its black, a bit transparent, white text
http://rs229.rapidshare.com/files/375065327/Facebook.apk
Click to expand...
Click to collapse
Thanx a lot!
That´s exactly what I needed...I edited the background to have it like youtube & control widget
rori1 said:
That´s exactly what I needed...I edited the background to have it like youtube & control widget
Click to expand...
Click to collapse
Will you post the apk for the one you put together?
..of course, will do it when Iam back at my pc..
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
rori1 said:
..of course, will do it when Iam back at my pc..
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
Thank you.
Black Facebook Widget
Here´s a black facebook widget.
It has the same background as control and youtube widget
I edited the fb.apk posted by RinTinTigger!
Code:
adb push Facebook.apk /system/app/Facebook.apk
**sigh**
Austrians....they make transparancy look awkward
Just kidding!
Good job!
Hm, that's weird. I tried both apk's and neither showed the black widget suggested, but rather reverted to the white default instead.
adb devices
adb remount
adb push facebook.apk /system/app/ OR /system/app/facebook.apk
adb reboot
Something I'm doing wrong?
RinTinTigger said:
**sigh**
Austrians....they make transparancy look awkward
Just kidding!
Good job!
Click to expand...
Click to collapse
Thanx
j.bruha said:
Hm, that's weird. I tried both apk's and neither showed the black widget suggested, but rather reverted to the white default instead.
adb devices
adb remount
adb push facebook.apk /system/app/ OR /system/app/facebook.apk
adb reboot
Something I'm doing wrong?
Click to expand...
Click to collapse
..its Facebook.apk (not facebook.apk)
I have the same version 1.1.4 from the market and its 1.29MB, this one is 2MB.
Tried a test, extracted and rezipped with 7zip...885KB ! Amazing.
Thanks RinTinTigger, heres mine with the facebook_dark_bg2 morph applied.

Jonnybueno's customizations Now with more RED!!!

Here are some things you can use to customize your rooted droid incredible. I'd like to thank Jairomeo, bgill, HOCKEY, kmobs, htc and motorola as well as unrevoked and xda.
Apply these mods at your own risk... I accept no responsibility for anything that may happen to your phone or you.
New Awesome Framework/htc resources kanged from cubanaso
props!!! all credit goes to him!!! Please donate if you like his work
Download for stock 2.1 Sense:
Htc resource apk with red drawables
framework with stock sense notifications
framework with red notification icons seen in link above
To install:
boot into recovery
choose mount /system
put framework-res.apk into tools folder in your sdk directory
put com.htc-resources.apk into tools folder in your sdk directory
open command line to tools folder in your android sdk directory
Code:
adb push framework-res.apk /system/framework/
adb push com.htc.resources.apk /system/framework/
reboot
Framework-res.apk with red highlights for Stock 2.1 Sense---
download:http://www.mediafire.com/file/nmimngkn5mj/framework-res.apk
To install
boot into recovery
choose mount /system
put framework-res.apk into tools folder in your sdk directory
put com.htc-resources.apk into tools folder in your sdk directory
open command line to tools folder in your android sdk directory
Code:
adb push framework-res.apk /system/framework/
adb push com.htc.resources.apk /system/framework/
reboot
fonts seen in above screenshots
to install:
download fonts.zip and extract folder fonts
put fonts folder into tools folder
boot into recovery
Code:
adb push fonts /system/fonts
Modded DroidX live Wallpaper
Download: http://www.mediafire.com/file/n4jbyezugmi/Droidx-modded-htc.apk
To install: use file manager
A different mod
Download: http://www.mediafire.com/?zlkzdjhicvg
galaxy s ocean waves mod
download: http://www.mediafire.com/?mhvqy2in3fn
galaxy s dandelion mod
download: http://www.mediafire.com/?zin2gn23nyg
Icons seen in above screenshots
Download: http://www.mediafire.com/?znzw3wmjm0q
To install: use folder organizer or bettercut
Thanks for sharing!
Thanks! This is exactly what im looking for. Wish i could have more red though, some thing are still green but that's a sense thing.
Sent from my ADR6300 using XDA App
skaterA223 said:
Thanks! This is exactly what im looking for. Wish i could have more red though, some thing are still green but that's a sense thing.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
No problem... i uploaded newer framework apk... try that one out
this is great, i hope in newer updates you can kill more of the green
b00sted said:
this is great, i hope in newer updates you can kill more of the green
Click to expand...
Click to collapse
When we get something without sense, for sure
how do you get the fonts to work? pushed them no problem.. framework worked fine
worm- said:
how do you get the fonts to work? pushed them no problem.. framework worked fine
Click to expand...
Click to collapse
did you get an error message? doing it in recovery right? make sure folder is extracted
yep, all the font files pushed no problem, when i rebooted nothing changed w/ fonts
i'll re push, push in recovery w/ /system mounted i'm assuming
yo another question, edited framework apk to change battery indicator from red to blue, now it has a white box behind it, how do we fix this
worm- said:
yep, all the font files pushed no problem, when i rebooted nothing changed w/ fonts
i'll re push, push in recovery w/ /system mounted i'm assuming
Click to expand...
Click to collapse
You assume correct...
I just tried my own instructions, and everything pushed just fine.
worm- said:
yo another question, edited framework apk to change battery indicator from red to blue, now it has a white box behind it, how do we fix this
Click to expand...
Click to collapse
What program did you use to edit pngs? wanna upload the color and I'll see what i can do?
jonnybueno said:
No problem... i uploaded newer framework apk... try that one out
Click to expand...
Click to collapse
Love the font but I wish everything was red. The mix of red and green looks a bit strange.
I'm too lazy to edit the htc resources apk... .9 pngs are no fun, and with no /system write access, its a pita to test themes. I need my phone right now and seeing as how vzw is a cdma carrier, its a pain to switch phones. Believe me, the green bothers me just as much as it bothers you guys... but I'm just gonna wait it out till koush ports cm to our phones. Having the source for .9 pngs makes things a lot easier for theming, and I don't want to waste any time.
jonnybueno said:
I'm too lazy to edit the htc resources apk... .9 pngs are no fun, and with no /system write access, its a pita to test themes. I need my phone right now and seeing as how vzw is a cdma carrier, its a pain to switch phones. Believe me, the green bothers me just as much as it bothers you guys... but I'm just gonna wait it out till koush ports cm to our phones. Having the source for .9 pngs makes things a lot easier for theming, and I don't want to waste any time.
Click to expand...
Click to collapse
completely understandable.. you do know i will need you to help me get the lamppu widget to go red and SwitchPro widget too or else I may go mad with disorder lol
b00sted said:
completely understandable.. you do know i will need you to help me get the lamppu widget to go red and SwitchPro widget too or else I may go mad with disorder lol
Click to expand...
Click to collapse
Lampu is easy I'll do that now... switchpro is paid though so i can't upload that
Heres Lamppu
http://www.mediafire.com/?zytnejm2imk
You should try ExtendedControls instead of switch pro... transparency as well as different color schemes
Hey thanks for everything love all the red...its understandable that certain things will remain green....one thing tho...the date isn't centered properly on the unlock screen. The tab you slide down..
bump for less green... yay for "borrowing" from others. go donate to that guy somehow. Check out first post.
Good to see some of my work getting over to the incredible. As soon as I get some time ill try and port over my themes.
This is a nice and minimalist tweak. Thank you.
2 questions:
1) If I load just the framework file, will the stock Droid fonts stay in use? (would prefer those over your modded version)
2) Any chance you'd consider doing a blue version? I think the blue mixed with the un-editable sense green would go a little better than the red.
jonnybueno said:
bump for less green... yay for "borrowing" from others. go donate to that guy somehow. Check out first post.
Click to expand...
Click to collapse
Excellent! Any chance of getting those battery icons that show the percentage?

How to: Transparent Notification/Window Shade in Froyo -

Transparency MOD:
If you want to have a transparent notification window (the window shade), you can follow these steps:
Required:
- a working adb connection (you will need a PC because of the executable below)
- a transparent status_bar_background.png (if you do not have your own, the one i used is attached)
- xUltimate-TP.exe (attached)
- a file archiver (i used WinRAR)
Note: This should work on any Android phone running Froyo.
Firstly, you need to copy services.jar and framework-res.apk from the Android Phone to your PC
1.) Reboot into Recovery (fake-flash, Unrevoked, or adb recovery, they will all work)
2.) adb shell
mount /system
adb pull /system/framework/services.jar c:\
adb pull /system/framework/framework-res.apk c:\
3.) Optional: Copy the framework-res.apk and services.jar files to a separate directory.
4.) Copy xUltimate-TP.exe to the same directory the files mentioned above are located in.
Run xUltimate-TP.exe and wait for it to say it is finnished (it takes about 2 minutes to complete)
5.) Open framework-res.apk in WinRAR and go -> res -> drawable-hdpi-v4
Copy your status_bar_background.png into this folder inside WinRAR by dragging it over the window.
Close WinRAR
6.) Copy the patched services.jar and framework-res.apk to c:\
7.) adb shell
rm /system/framework/services.jar
rm /system/framework/framework-res.apk
**CTRL+C (to exit back to the windows shell)
adb push c:\services.jar /system/framework/services.jar
adb push c:\framework-res.apk /system/framework/framework-res.apk
adb reboot
And that's it.
I have attached my patched services.jar and framework-res.apk
If you are running Defrost 2.0+, using them may work for you (I am using DeFrost 2.4).
Major props to:
http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html
as it is his executable that patches the transparency.
Josh.
fllash said:
Hi there,
I apologize if this seems to be the incorrect sub forum to post in, however the thread i made in Themes has no responses after a week or so.
On to my question.
I have flashed many froyo roms for the desire, but they all have one thing in common - they do not have a transparent window shade/notification thingo.
I dismantled a few themes with transparent windowshades, copied them across to my framework-res.apk file and pushed it back to system/framework, but nothing changes. Well, a couple of the png's i have overwrote in the framework-res file caused the window shade to change colour (for example in the theme where the windowshade had a dark transparent background, the background turned black).
Is there a limitation somewhere preventing desire users of froyo to change transparency?
Or is there another file that needs to be edited?
Thanks for readin'
Josh.
Click to expand...
Click to collapse
I've asked the same thing and no one has replied, I assume you mean the notification drawer?
Changing the png file alone doesn't add transparency, it only does on the notification bar, there must be an xml file in framework-res.apk which handles transparency for it, but I'm so inexperienced in xml I haven't tried looking and there's so many xml files it would take days to convert each one to "readable" xml and find which line of code among thousands controls it
I haven't tested it, didn't have the chance, but you can check here
http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html
Look for xUltimate Froyo Transparency Fix
Yeah, i mean the notification draw - that you drag downwards.
Thanks for the link, im checking it out right now.
phunkycow said:
I haven't tested it, didn't have the chance, but you can check here
http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html
Look for xUltimate Froyo Transparency Fix
Click to expand...
Click to collapse
I tried patching the service.jar with it but it doesn't seem to work.. anyone else have tried too?
sckc23 said:
I tried patching the service.jar with it but it doesn't seem to work.. anyone else have tried too?
Click to expand...
Click to collapse
Did you make sure the background image of the "notification drawer" is transparent? Or applied it using the stock framework-res?
phunkycow,
You are a Genius,
It worked like a charm!
For anyone who is interested, the steps i followed were:
1.) Reboot into Recovery
2.) adb shell
mount /system
adb pull /system/framework/services.jar c:\
3.) Download the Transparency patch (I've attached it if that makes it easier)
4.) Copy the services.jar from c:\ to a folder (i used the desktop), and make sure that the Transparency fix executable (xUltimate-TP.exe) is in the same folder.
5.) Run xUltimate-TP.exe and wait for it to say it is finnished (it takes about 2 minutes to complete)
6.) Copy the patched services.jar (it overwrote the one in the folder) to c:\
7.) adb shell
rm /system/framework/services.jar
**CTRL+C (to exit back to the windows shell)
adb push c:\services.jar /system/framework/services.jar
adb reboot
And that's it.
I have also attached my patched services.jar, and framework-res.apk with a transparent status_bar_background.png.
If you are running Defrost 2.0+, using them may work for you (I am using DeFrost 2.4).
Now, you MAY NOT notice any transparency straight off the bat because your theme may not have a transparent status_bar_background.png.
If you find that it isnt transparent, i have attached a transparent status_bar_background.png
You need to add this to your framework-res.apk.
Major props to:
http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html
as it is his executable that patches the transparency.
Josh.
Glad I've helped, even a little. I was lucky enough to bump to that thread accidentally after looking for ways to deodex! You may want to edit the original post with the steps to apply transparency, and maybe edit the title as well? I'm sure other people might be interested as well
phunkycow said:
Did you make sure the background image of the "notification drawer" is transparent? Or applied it using the stock framework-res?
Click to expand...
Click to collapse
I did. I took the background image from Amer v4 (which is transparent) and flashed both the patched service.jar and new image to the phone. The notification panal ended up solid black.
Anyway will definitely try it again to see if i have any luck this time=)
Can someone post a screenshot? I could have sworn I have tried all this already to no avail.
edit: also, I thought that the services.jar patcher mentioned above was for the notification bar. Does this only make the notification bar transparent, or the actual background of the shade (where not covered by notifications)
This method did not work for me, however this one did
http://forum.xda-developers.com/showpost.php?p=7739623&postcount=53
Glacier with Gr8gorillas desire HD port 2.2

LifeMeter - Custom Battery Life Icon

Attached is also a ZIP file for Froyo (2.2). Unzip the file, which will contain the framework-res.apk which is what you will use!.
So, I've gotten around to working on a modification to a stock application, the 'battery-remaining' icons in the upper right hand corner of the screen. This is for ROMs based off damageless, regaw, and I believe fresh Android 2.1 release keys. Please post your ROM of you are willing to try it out and I haven't named your ROM yet. Do a nandroid backup in case something goes wrong.
This modification uses my work on the framework-res.apk and JsChiSurf's mod that adds the percent of battery left on the icon.
So, here's the guide:
1) Download my framework-res.apk and JsChiSurf's percent-battery.zip and place them in your Android SDK tools directory. Mine is C:\Android\tools, so that's the instructions I will be giving.
2) Attach your phone to your computer using your USB cable.
3) Open up a command prompt, navigate to your tools directory, and make sure your device shows up:
Example:
Code:
C:\>cd C:\Android\tools
C:\Android\tools>adb devices
List of devices attached
{serial Removed} device
C:\Android\tools>
4) Copy your current framework-res.apk to your SD Card using these commands, one per line as shown below:
Code:
adb shell
cd /system/framework
cp framework-res.apk /sdcard/
5) Now, copy my framework-res.apk over your current one:
Code:
exit
adb push framework-res.apk /system/framework/framework-res.apk
When I did this, my phone rebooted. It then showed my new battery icon without a battery percentage in the middle. I then used JsChiSurf's battery percentage mod, which you will download from this thread, place it on your SD Card, and flash it from recovery. The first boot after this flash will take a while because your cache gets rebuilt. Enjoy!
If you like my work, and want to shoot me a dollar or two for a 40 oz (lol) go to my site in my sig and press donate Or, let me know what else you'd like and I will work on getting it created for you.
Please ignore the crap quality of the second screenshot. I had no other way to get a screenshot of how the mod looked while off charge, aside form this drocap thing that I don't like.
My post. Mine.
I'm assuming this slowly ticks down one percent at a time?
mrcharlesiv said:
I'm assuming this slowly ticks down one percent at a time?
Click to expand...
Click to collapse
The icon uses the 7 points of battery that I was able to use from the RegawMOD framework-res.apk ...
0%, 10%, 20%, 40%, 60%, 80%, 100%
does this work with froyo
This is for 2.1 for now. Shoot me your framework-res.apk and I will make it for 2.2.
Sent from my HERO200 using XDA App
jerry43812 said:
This is for 2.1 for now. Shoot me your framework-res.apk and I will make it for 2.2.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
thanks here ya go
ramagwula said:
thanks here ya go
Click to expand...
Click to collapse
nicey on the 2.2 thanks jerry!
sdotcarlisle said:
nicey on the 2.2 thanks jerry!
Click to expand...
Click to collapse
You're welcome dude. 2.2 will be coming soon. Anyone else, who has used this, please report back and let me know it worked, thanks!
I also need someone to contact me that knows how to make an update.zip etc. because I really would appreciate a walkthrough with someone. Thank you again!
Please refer to post #1, in the beginning of the post, for 2.2's version of this modification.
i already had the battery percent mod.
im running fresh 2.3.3.
when i pushed he framework and the phone rebooted..everything force closes.
primerib said:
i already had the battery percent mod.
im running fresh 2.3.3.
when i pushed he framework and the phone rebooted..everything force closes.
Click to expand...
Click to collapse
I don't know if it's cause im tired, but i don't know what you are saying... I get that you are running fresh 2.3.3, and everything force closes... but what did you do? Push this framework on top of a diffrent battery icon?
Might wanna restore your Nandroid backup that you should have made, and shoot me the framework-res.apk out of the fresh 2.3.3 ROM and I will knock that out for you as well. None of the work I did would have caused force closes for you...

Categories

Resources