custom stock battery icon - Hero CDMA Themes and Apps

http://forum.xda-developers.com/showthread.php?t=679937
Will this work on Hero? I'm running stock 2.1....5 with root.

obsanity said:
http://forum.xda-developers.com/showthread.php?t=679937
Will this work on Hero? I'm running stock 2.1....5 with root.
Click to expand...
Click to collapse
You can't push the whole desire framework-res.apk to your phone, you'll get a bunch of force closes. png's are the wrong sizes and what not. might be missing some .png's or have different names. Plus that update.zip will change one of you .jar files and that would mess up your phone. You could dive in and replace just the battery .png's.

I could do that for you... give me time tomorrow and I'll take a looksie.

mrinehart93 said:
I could do that for you... give me time tomorrow and I'll take a looksie.
Click to expand...
Click to collapse
That would be great. It seems like this mod would be something a lot of people would want. I wish I could just replace the custom battery icon to show the percentage instead of running the battery icon app to free some space in the notification area.

obsanity said:
That would be great. It seems like this mod would be something a lot of people would want. I wish I could just replace the custom battery icon to show the percentage instead of running the battery icon app to free some space in the notification area.
Click to expand...
Click to collapse
So I take it from your OP that you're using the stock 2.1 Sprint ROM, right? Just making sure because I don't know why you have a 5 after the "..." part.
Just to throw this out there, it may take awhile to do this for you. For some god-knows-what reason, my download speed is absolute **** today. I have an estimated time left of EIGHT HOURS on the Sprint ROM that I need to DL.

mrinehart93 said:
So I take it from your OP that you're using the stock 2.1 Sprint ROM, right? Just making sure because I don't know why you have a 5 after the "..." part.
Just to throw this out there, it may take awhile to do this for you. For some god-knows-what reason, my download speed is absolute **** today. I have an estimated time left of EIGHT HOURS on the Sprint ROM that I need to DL.
Click to expand...
Click to collapse
yeah, I'd love to see this battery icon on my phone... but will it be available for sense UI roms as well? Currently running Fresh 2.3.3
You rock mrinehart

I will keep watch with this posting, I would def like that icon on my sense UI notification bar.

Ok, so do you want JUST the battery icon, or do you want the other icons? And do you want the percentage in it? I'm not sure how to get the percentage in there, but I'm sure I can figure that out.

Androidious said:
yeah, I'd love to see this battery icon on my phone... but will it be available for sense UI roms as well? Currently running Fresh 2.3.3
You rock mrinehart
Click to expand...
Click to collapse
What I am doing will work with Fresh, DamageControl, the Sprint roms, etc. I'm almost positive that the framework-res.apk is the same between them. I'm not sure about the services.jar modding that I'll need to do, but I can't see it being a large difference between the ROMs.

Here is just the battery icon, no percent
Ok, well I just finished putting that battery icon in. This should work in any Sprint-based ROM, which means DamageControl, Fresh, RegawMOD, w/e... as long as it's not AOSP.
So attached is the modified framework-res.apk. To install this, you'll need to push it into your phone somehow. This can be done a couple of ways:
ADB:
Code:
adb remount
adb push framework-res.apk /system/framework
adb reboot
OR
Use Root Explorer, and then mount your phone in R/W mode, and then just copy and paste that file into your /system/framework folder.

Ok, this MAY give you the percent
Hey guys. So I really quickly learned how to use baksmali and smali to edit the services.jar file. I took what looked to be a line of code that added the battery percent and added that into our services.jar. I then repackaged it up. I have NOT tested this to see if it works or not (I'm running AOSP and calibrating my battery), so I highly recommend you either Nandroid or backup your services.jar file. If you would like the circular battery icon too, then flash the framework-res.apk file above as well.
The worst thing that will happen from the services.jar being messed up is force-closes.
EDIT Don't pay attention to what's above. I put all the stuff into a flashable .zip file. My signing tool is messed up, but if you have ClockWordMOD recovery, then you'll be able to flash it (ClockWordMOD can flash unsigned .zips )

mrinehart93 said:
Hey guys. So I really quickly learned how to use baksmali and smali to edit the services.jar file. I took what looked to be a line of code that added the battery percent and added that into our services.jar. I then repackaged it up. I have NOT tested this to see if it works or not (I'm running AOSP and calibrating my battery), so I highly recommend you either Nandroid or backup your services.jar file. If you would like the circular battery icon too, then flash the framework-res.apk file above as well.
The worst thing that will happen from the services.jar being messed up is force-closes.
EDIT Don't pay attention to what's above. I put all the stuff into a flashable .zip file. My signing tool is messed up, but if you have ClockWordMOD recovery, then you'll be able to flash it (ClockWordMOD can flash unsigned .zips )
Click to expand...
Click to collapse
This works perfectly for Fresh 2.3.3! Thanks so much for the kewl battery icon!!! Now, if only we could get the percentage in the middle of it, I'd be totally set
LoL! But... beggars can't be chooser though
In case you were wondering Mrinehart93, I flashed this zip using clockword mod recovery and the icon itself looks and works perfectly, but the % of battery remaining does not currently show up. I don't know if there's anything I need to do to make it work correctly, but since you haven't tested yet, I just thought I'd let you know. Thanks again man!

Androidious said:
This works perfectly for Fresh 2.3.3! Thanks so much for the kewl battery icon!!! Now, if only we could get the percentage in the middle of it, I'd be totally set
LoL! But... beggars can't be chooser though
In case you were wondering Mrinehart93, I flashed this zip using clockword mod recovery and the icon itself looks and works perfectly, but the % of battery remaining does not currently show up. I don't know if there's anything I need to do to make it work correctly, but since you haven't tested yet, I just thought I'd let you know. Thanks again man!
Click to expand...
Click to collapse
Ok, thanks for trying it I'll have to dig deeper into the services.jar then (I'm extremely glad that the services.jar didn't mess up or force-close on you... I wasn't sure if I packed it up the right way). But yeah, I'm glad you like the icon and I'll keep trying to get the percentage in there.

Androidious said:
This works perfectly for Fresh 2.3.3! Thanks so much for the kewl battery icon!!! Now, if only we could get the percentage in the middle of it, I'd be totally set
LoL! But... beggars can't be chooser though
In case you were wondering Mrinehart93, I flashed this zip using clockword mod recovery and the icon itself looks and works perfectly, but the % of battery remaining does not currently show up. I don't know if there's anything I need to do to make it work correctly, but since you haven't tested yet, I just thought I'd let you know. Thanks again man!
Click to expand...
Click to collapse
Can you post screen shots?

mrinehart93 said:
So I take it from your OP that you're using the stock 2.1 Sprint ROM, right? Just making sure because I don't know why you have a 5 after the "..." part.
Just to throw this out there, it may take awhile to do this for you. For some god-knows-what reason, my download speed is absolute **** today. I have an estimated time left of EIGHT HOURS on the Sprint ROM that I need to DL.
Click to expand...
Click to collapse
the ...5 stands for the .5 version not the .6 which sprint released later and locked root recently at the time EVO came out.

Tibedabeeto said:
Can you post screen shots?
Click to expand...
Click to collapse
Here's a couple screenies with the USB / charging plugged in and without the charger/usb plugged in.
I love this so much man! Beats the battery icon that is stock with this bad boy.

Androidious said:
Here's a couple screenies with the USB / charging plugged in and without the charger/usb plugged in.
I love this so much man! Beats the battery icon that is stock with this bad boy.
Click to expand...
Click to collapse
I'm glad you like it and I could help

Man that looks nice, would really love to see the Percentage of the battery in the middle. I am going to hold off until that part is incorporated to the update zip file. Good Work

Tibedabeeto said:
Man that looks nice, would really love to see the Percentage of the battery in the middle. I am going to hold off until that part is incorporated to the update zip file. Good Work
Click to expand...
Click to collapse
Well don't hold off, it may be awhile until I can figure that out (I'm not used to editing smali files)

This is awesome, works great and looks cool! I am looking forward to percents being added and then it will be perfect.
Thanks

Related

LIVE WALLS Finally Sticking (EVEN plain NEXUS)

READ THE FOLLOWING VERY CAREFULLY IF YOU EXPECT THIS TO WORK!!!!!
HEy everyone ive been messing with this for a while now and after last nite i got my hopes up about lwp working and i tried every rom with EVERY fix and none would stay for good(AHHH!) and i got a patch made by JCASE and ZIFNAB. Our open gl is apparently broken. This is a patch and a lib we are missing. Nexus lwp works, NOT nexus mod NEXUS, and YES they stick. PLEASE: IF YOU DO NOT KNOW HOW TO INSTALL LIVEWALLPAPER PICKER,DO NOT POST(looking for fixes i read about 4001 stupid posts about not being able to choose lwp from menu). If you cant get that step than i cant help you. Well I think this has been the issue. I have not tested this for days it i just got it last nite and tested since, along with all the cool new roms. Well i have not tested with the sense setup,i was too excited to run it. ill report back later, just wanted to let ppl that want them working as much as myself to know about this....Tested by myself, FURY and OBELISK... IDC if you beleive me or not, i wouldnt beleive me w/o trying it either. And of course if your phone explodes that wasnt me...also Fury and Obelisk tested with neo and fps drops for some reason, prolly cus its not for our device While it could it could use some work, so im really happy with it....ill get it working with sense and post back. Maybe polish the patch a little if we can.....anyone?????
(TO MAKE SURE IT WORKED JUST TRY NEXUS LWP)
LINK:
Flash this thru recovery
http://www.4shared.com/file/1VbGwX8r/3dpatch0_1.html
Put this in sys/lib
http://www.4shared.com/file/kkEsJujf/libgsl.html
put that second one in system/lib or sys/lib?
lol actually so its adb push libgsl.so /system/lib
right?
FYI All: This is full opengl es, not the lite version. however it does run slow, it works as advertised.
trying now thanks
edit : works great thanks for the fix
Finally a claim that seems to be valid after a bit of testing. Not extensive testing by any means but NexusMod LWP has "stuck" longer than any of the "LWP enabled" roms have for me. Although like obelisk mentioned they can be somewhat choppy at times. Nexus Launcher looks like it might finally be usable as well which is a bigger victory imo .
Does this mean that launcher2 will work with the desired effects of icons curving and disappearing into the distance at the top and bottom of the screen? Someone test please.
mengy007 said:
Does this mean that launcher2 will work with the desired effects of icons curving and disappearing into the distance at the top and bottom of the screen? Someone test please.
Click to expand...
Click to collapse
thats a no go
702DROID said:
thats a no go
Click to expand...
Click to collapse
well it was worth a shot. I guess that really is hardware limited.
theres no way just to sign it and just push it on recovery? i cant push any file from cmd...
Slows down Gallery3D but great work getting the Nexus live wallpapers working.
thi worked amazingly!!!!! nexus and every single one works!!!!! none fail and launcher2 works beautifully!!!
thanks to everyone that had a hand in this it works like a charm, just what ive been waiting for.
Enjoy guys. If you like the LWP, come give us a shout on ircD.thefuzz4.net #dev . I had a feeling that after the patch worked on the eris, that porting to the hero would be nothing
If Darch still has a copy of his original AOSP 2.1 (the one that needed a new boot image flashed to make the 3d gallery work better) this was done in the boot.img without any file patching. I no longer have a copy of it, and can't remember the exact steps I took to get them working.
Hopefully he still has an archive so the trick can be tried with the .29 kernel.
gbhil said:
If Darch still has a copy of his original AOSP 2.1 (the one that needed a new boot image flashed to make the 3d gallery work better) this was done in the boot.img without any file patching. I no longer have a copy of it, and can't remember the exact steps I took to get them working.
Hopefully he still has an archive so the trick can be tried with the .29 kernel.
Click to expand...
Click to collapse
Sorry man. i completely wiped my system a couple weeks ago. i think i may have it in one of my zips in 4shared. lemme go and check. lol
darchstar said:
Sorry man. i completely wiped my system a couple weeks ago. i think i may have it in one of my zips in 4shared. lemme go and check. lol
Click to expand...
Click to collapse
I hope so. All I remember is part of it was blocking the DRM and crash folders in init.rc, but I'm sure there was more to it than that.
just pushing libgsl.so is working great after reverting /system/lib/egl back to stock. the only one not working this way is galaxy. but Gallery3D works like it should now.
Fix worked great. Thank You
jayjay7411 said:
put that second one in system/lib or sys/lib?
lol actually so its adb push libgsl.so /system/lib
right?
Click to expand...
Click to collapse
system/libs
error device not found
i always get this and i cannot push anything since 2.1

3g icons?

im building my new rom and id like to incorp the 3g icons into my theme, can anybody point me in the right direction and maybe tell me where to put the icons and such?
fixxxer2008 said:
im building my new rom and id like to incorp the 3g icons into my theme, can anybody point me in the right direction and maybe tell me where to put the icons and such?
Click to expand...
Click to collapse
they should be in the com.htc.resources in the res/drawable-mdpi folder.
sdotcarlisle said:
they should be in the com.htc.resources in the res/drawable-mdpi folder.
Click to expand...
Click to collapse
do you happen to have a link to any of the 3g icons though and thanks!
Yup...your phone is told to display either 3G or evdo or 1x....find which one your ROM is told to display and locate those pngs in the com.htc.resources.apk and change them in photoshop or whatnot to the 3G icons (which will also be in the resources.apk)
...they will ALL be easy to locate, just look for pngs that are titled signalcdma6bars or 3G or evdo or 1x....
It's a bit of fishing, but one inside, you'll start picking up what is what and changing what need to be what.
Hope this helps
fixxxer2008 said:
do you happen to have a link to any of the 3g icons though and thanks!
Click to expand...
Click to collapse
ohh sorry. i believe aloysius uses the 3g icons http://forum.xda-developers.com/showthread.php?t=668887l
lol speaking of aloysius.....
fixxxer2008 said:
do you happen to have a link to any of the 3g icons though and thanks!
Click to expand...
Click to collapse
They're in your phone already. Open up the apk and look around, you might be surprised what you find
nebenezer said:
They're in your phone already. Open up the apk and look around, you might be surprised what you find
Click to expand...
Click to collapse
yea isnt it crazy the jog arrows for the 2.0 lock are there already. it seems there is a ton of images not being used.
sdotcarlisle said:
yea isnt it crazy the jog arrows for the 2.0 lock are there already. it seems there is a ton of images not being used.
Click to expand...
Click to collapse
It's a little disappointing. I wonder how small a rom someone could build if they removed all the stuff that never gets used. It's like they built an os and rather than building new ones they just update it from device to device. It would be cool to see one that had nothing extra in it.
nebenezer said:
It's a little disappointing. I wonder how small a rom someone could build if they removed all the stuff that never gets used. It's like they built an os and rather than building new ones they just update it from device to device. It would be cool to see one that had nothing extra in it.
Click to expand...
Click to collapse
i agree. fixxxer ?????????????????? perhaps the sense version?
sdotcarlisle said:
i agree. fixxxer ?????????????????? perhaps the sense version?
Click to expand...
Click to collapse
my new rom is based on fresh 2.0d with a **** ton of fixes. i have successfully stripped the rom of all sense and it works great, im themeing it now. yes tonight i will try to make a custom sense version too.
my old rom that was based on damage & sushi have that awake time bug due to the kernel, drained my battery over 50% last night while not being used.
fixxxer2008 said:
my new rom is based on fresh 2.0d with a **** ton of fixes. i have successfully stripped the rom of all sense and it works great, im themeing it now. yes tonight i will try to make a custom sense version too.
my old rom that was based on damage & sushi have that awake time bug due to the kernel, drained my battery over 50% last night while not being used.
Click to expand...
Click to collapse
thanks
10chars
nebenezer said:
It's a little disappointing. I wonder how small a rom someone could build if they removed all the stuff that never gets used. It's like they built an os and rather than building new ones they just update it from device to device. It would be cool to see one that had nothing extra in it.
Click to expand...
Click to collapse
You know, I just might try that....making a ROM with "only" the nessacery pngs in it.....ya know, just for poops and giggles
You think anything terribly bad would happen???
Konikub said:
You know, I just might try that....making a ROM with "only" the nessacery pngs in it.....ya know, just for poops and giggles
You think anything terribly bad would happen???
Click to expand...
Click to collapse
ill let you experiment with that one.
Konikub said:
You know, I just might try that....making a ROM with "only" the nessacery pngs in it.....ya know, just for poops and giggles
You think anything terribly bad would happen???
Click to expand...
Click to collapse
unless I'm mistaken I don't think it would be possible for any of us to do it. I think all the files in a given apk are logged when it's compiled and although I've never tried it I suspect that if you removed even one png (or even just renamed or resized one) it would disable the apk. But don't quote me
nebenezer said:
unless I'm mistaken I don't think it would be possible for any of us to do it. I think all the files in a given apk are logged when it's compiled and although I've never tried it I suspect that if you removed even one png (or even just renamed or resized one) it would disable the apk. But don't quote me
Click to expand...
Click to collapse
no go on the 3g icons, didn't look right. my new rom will have parts of one of your themes in it nebenezer.
fixxxer2008 said:
no go on the 3g icons, didn't look right. my new rom will have parts of one of your themes in it nebenezer.
Click to expand...
Click to collapse
Dammit fixxxer I said don't quote me (j/k)
Why didn't they look right? They should have the same footprint and bg as the evdo ones.
nebenezer said:
unless I'm mistaken I don't think it would be possible for any of us to do it. I think all the files in a given apk are logged when it's compiled and although I've never tried it I suspect that if you removed even one png (or even just renamed or resized one) it would disable the apk. But don't quote me
Click to expand...
Click to collapse
if that wouldnt work couldnt we just make the ones not used transparent and at least making the size of the apk smaller?
sdotcarlisle said:
if that wouldnt work couldnt we just make the ones not used transparent and at least making the size of the apk smaller?
Click to expand...
Click to collapse
Again, don't quote me, I think a transparent png would be the same, or at least not much different in size. The file has to indicate something for each pixel whether it's a color or transparent.
*edit- I'll check some of my transparent png's against the stock ones and see if there's a difference
nebenezer said:
Dammit fixxxer I said don't quote me (j/k)
Why didn't they look right? They should have the same footprint and bg as the evdo ones.
Click to expand...
Click to collapse
the taskbar is a black gloss and the 3g icons had a flat black background. your icons fit in perfect. im about to test one more thing, then ill be releasing V3.0 with a donate link!
nebenezer said:
unless I'm mistaken I don't think it would be possible for any of us to do it. I think all the files in a given apk are logged when it's compiled and although I've never tried it I suspect that if you removed even one png (or even just renamed or resized one) it would disable the apk. But don't quote me
Click to expand...
Click to collapse
I'm not sure about the system ones, but I did change some of the png's in the weather widget and forgot to resize the images to the correct size and it still worked.
I am actually going to give this a try with the framework-res apk and let you know. I will delete the some of the png's not used, but keep the folder and then flash and will let you know.

[ROM]GreenMachine_DC.mod(updated to DC_3.2.3)

THIS IS THE GREEN MACHINE DC+ MOD
(its a rom not a theme)
**LINK UPDATED TO DC_3.2.3 on 7/9**
I saw damages newest release yesturday, so i put this little mod together for myself so i could check it out. I can never just flash the plain rom anymore, w/o modding it first, so when im done i just take out the paid apps and then ul for others that may like it. pps were asking me for a green mod so this is what i did. Its damage, just skinned with a new rosie,htc weather clock,themed lockbar,status bar header,status bar bottom, and changed font to comfortaa. I also fixed my EVO modded main nav scroller.Make sure you check out the new suped up dconfig ui. its sharp.
Here Is Exactly what is added app wise
Utilities:
(these are all VERY small, but VERY useful apps)
androzip
autokiller
systray(for ram)
battery widget(batt%)
oc widget
wireless tether
mount usb
dual mount
spare parts
Keyboards:
htc_ime mod
DroidX
htc_green slide
Dialer:
dialer one
LWP:
4 touchwiz
1 nex mod
1 starfield
LAUNCHERS:
ROSIE_MOD(ME)
TOUCHWIZ(testing)
ADW(only non-sense launcher i use)
ALL but the htc_kb can can be removed from Data/app BTW
EVERYTHING ELSE IS WHAT CAME IN THE DAMAGE RELEASE
WHY NOT POST THIS IN THEMES?
because i always have a **** ton of problems with pps trying to flash to the wrong rom then blame me, so i just do the dirty work and set it up for you so all you have to do is flash the rom;i add everything so you dont have to even sign into google to get started(if you flash as much as i do youll understand)
SCREENS
IF YOU LIKE THIS MOD GIVE THANKS TO:
DAMAGE&TREVE=BASE ROM
LCARS=AWESOME BOOT
ME=BEING ADDICTED TO MODDING
PLEASE KEEP THE THREAD CLEAN THIS IS FOR THOSE THAT HAVE FLASHED THE ROM AND HAVE CRITIQUE FOR IMPROVEMENT OR ISSUES; NOT TO COMPLAIN BECAUSE YOU DONT LIKE ME. NO ONE HERE CARES ABOUT THAT. THANK YOU
If you are more fond of the espresso rosie go HERE and pick up the zip.
Be sure to thank KONI for all his hard work(he still needs his evo)
AS ALWAYS, for best results, wipe then flash(this is up to you)
ENJOY​
I'm so flashing this. Amazing job, man.
Looks great man.
neckface said:
I'm so flashing this. Amazing job, man.
Click to expand...
Click to collapse
awesome. thanks man glad you like it. funny, where i come from(cdma hero) we have darchstar who they have a fund for cus he made all our aosp's over there on hero.last i checked i think they had 220 or something. BTW, what device is that dev from? thanks again
sdrewh said:
Looks great man.
Click to expand...
Click to collapse
Finally green. Cant remember how long youve been telling me you wanted a green....so means alot that you like it, and i knew you were running damage too so this should fit like a glove
Awesome!
Wow, this is amazing. Running without a hitch. Love your mod!
Thanks
p.s. Coming from froyo. The initial boot screen scared the piss out of me, lol. HTC field test, I thought Sprint was gonna come after me, haha.
Man, im sorry. Thanks for reminding me about that i for got to turn the volume down. I meant to go in and change it to 1. Im going to do it real quick, then re-up.Thanks again for the reminder, glad you like it
i have to say i like the colors ! any chance of getting a normal clock /weather and a normal espresso theme im liking everything else
this aint a zip.... how do i flash this
Which version of DC is this based on?
ebuechler3 said:
this aint a zip.... how do i flash this
Click to expand...
Click to collapse
i figured it out... thanks
maybe i did this wrong.... y isn't this rom already in zip format?
great job. do you think you can whip-up a royal or navy blue version of this?
can these be made in to themes that can be flashed without having to install the whole rom? so i can switch between colors?
if it this is based on 3.2.2, that one has bugs. Newest DC version is 3.2.2.1
I'd love to try this out but unfortunately I can't seem to do download it on any of the mobile browsers I've got. I keep downloading a really small .dat file. Can anyone upload it somewhere else? It would be greatly appreciated
Sporkman said:
i have to say i like the colors ! any chance of getting a normal clock /weather and a normal espresso theme im liking everything else
Click to expand...
Click to collapse
Yeah, i can do that, i used to hate the factory rosie but now i love it because i can do SO many things to it. To a mod freak like me, thats where its @. The other rosie is pretty basic. I like to replace it using my own shapes, but if you want it what color? my buddy drew wants it too. Colors are pretty limited to Black or a type of green between dark green and neon green. Lemme know. Glad you like it.
JUST ADDED TO OP:
If you are more fond of the espresso rosie go HERE and pick up the zip.
Be sure to thank KONI for all his hard work(he still needs his evo)
​
ebuechler3 said:
maybe i did this wrong.... y isn't this rom already in zip format?
Click to expand...
Click to collapse
It is. If it wasnt no one else would be able to comment on it and if they did it would be to flame me for messing up
stress1ner said:
great job. do you think you can whip-up a royal or navy blue version of this?
can these be made in to themes that can be flashed without having to install the whole rom? so i can switch between colors?
Click to expand...
Click to collapse
The easiest way to do that and the way i do, is to get ur setup perfect, then nandroid. Verify the nandroid. WIPE. Flash the new rom. Set it up to ur liking. Nandroid. REPEAT(this requires some space on sd and hd to backup).I wish it was that easy. If i could whip them up id have every color When i have some inspiration, ill be working on a blue next, if i have time maybe ill try and spit out two themes @ once. pm you when its/they are finished.
Like i explained in ops, i setup the whole rom so you get everything working the way its supposed to. Easier on everyone. If you dont like my work, just nandroid.You wont need it any time soon though
acrh2 said:
if it this is based on 3.2.2, that one has bugs. Newest DC version is 3.2.2.1
Click to expand...
Click to collapse
I DO ALOT of research before i pick a base so i dont have 5000 ppl mad and more flames in my thread than the sun. Yessir, this is 3.2.2.1. Gotta love dconfig
Nehovsrah said:
I'd love to try this out but unfortunately I can't seem to do download it on any of the mobile browsers I've got. I keep downloading a really small .dat file. Can anyone upload it somewhere else? It would be greatly appreciated
Click to expand...
Click to collapse
You can get it but on phone it is rather difficult to dl a 180mb file w/o corrupting the dl by slow data transfer speeds & combo of what type of sd you have it saving to. I can gurantee it works from pc and that is your best bet. I cant count the roms ive dl'd but never once have i dl'd with phone directly. I actually assume it would not complete and just waste my time. Sorry about that. If i knew another way id gladly share. If you have any other issues ill try my best to get you up and running.
MagnusRagnarok said:
Yeah, i can do that, i used to hate the factory rosie but now i love it because i can do SO many things to it. To a mod freak like me, thats where its @. The other rosie is pretty basic. I like to replace it using my own shapes, but if you want it what color? my buddy drew wants it too. Colors are pretty limited to Black or a type of green between dark green and neon green. Lemme know. Glad you like it.
Click to expand...
Click to collapse
yea dark green to match the theme if you would not mind
possibly remove the EVO from above the phone button if its not to much trouble
I keep getting a .dat file also (downloading from pc)
Sent from my PC36100 using Tapatalk
computerkid23 said:
I keep getting a .dat file also (downloading from pc)
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
i like ur work but this rom isnt downloading in zip format for me?
ebuechler3 said:
i like ur work but this rom isnt downloading in zip format for me?
Click to expand...
Click to collapse
Download and rename to .zip.
You can then open it with 7zip or winrar and peek inside.

Nexus One Circle Battery Works!! Needs Refinement

I found a circle battery mod developed for the Nexus One that actually works and looks great on our Hero. The only problem is that once it's flashed the triangle roaming indicator comes up in status bar and in on the lock screen. However, the percent in the middle works perfectly and the battery animation is awesome.
Does anyone know if how they can port this to our phone? Or does anyone know how I can disable the roaming indicator message? I'm sure there's a way to go in through adb but haven't been able to figure out what the code might be.
Here is the circle battery mod for Nexus that I'm talking about and using.
http://forum.xda-developers.com/showthread.php?t=754873
Now the battery mod that I know works but needs some refinement is found in the downloads section of the thread above and it's the one called
8/29--CM6-SuperCircleC-plus--no other theming done.
Edit: I know that Gomorrah has a circle battery mod with theme for Cyanogen but I am looking for other options as I tried his and wound up with a whole theme rather than just a circle battery.
aerajan said:
Edit: I know that Gomorrah has a circle battery mod with theme for Cyanogen but I am looking for other options as I tried his and wound up with a whole theme rather than just a circle battery.
Click to expand...
Click to collapse
The ones used in most themes are from that thread The system will scale them down automatically. They just don't look the best kind of smashed..
::::Update:::: 09-03-10
Ok I packaged it up and signed the zip flash like normal enjoy!
Only tested on ZenHerofx 2.2rc1
Nanroid!!
Use at you own risk
I did not create this nor do I take create for it
:::::EDIT:::::
This attachment is for 2.1 sense! Check my last post for CM6!
I fixed the issue with the missing .png files
The battery now circles all the way around when charging.
rejectedkid said:
Ok I packaged it up and signed the zip flash like normal enjoy!
Only tested on ZenHerofx 2.2rc1
Nanroid!!
Use at you own risk
I did not create this nor do I take create for it
Click to expand...
Click to collapse
Just flashed it, works fine for me so far though I did notice, the charging doesn't actually circle all the way back to the 12 o'clock point... It just runs until the point of charge at the time the charger was plugged in... could be the intent though...
Lol I noticed that too. I will see if I can fix it. Or if anyone wants to take a crack at it go for it. I am learning still.
EDIT:
I move the nexus battery mod images into the super circle mod res folder. The super circle only has 20 images for recharge vs the nexus battery mod has 32 images. If someone could change that and assign those images it will display properly. I have no clue how to edit I would assume a xml file to include these new images.
Sent from my S-Off fully customized Super Hero
Thanks for signing and posting the zip rejectedkid! Unfortunately it wouldn't flash on cyanogen for me. For some reason the original did work but I had to flash it with clockwork since it wasn't signed. Lol strange.
cyanogenmod nightlies froYo
I will look at the froyo framework and import those pngs sign and upload later today.
Sent from my S-Off fully customized Super Hero
aerajan said:
Thanks for signing and posting the zip rejectedkid! Unfortunately it wouldn't flash on cyanogen for me. For some reason the original did work but I had to flash it with clockwork since it wasn't signed. Lol strange.
cyanogenmod nightlies froYo
Click to expand...
Click to collapse
He had a .jar file in the framework folder that i think shouldn't have been there. the only thing that should be needed is the framework-res folder. then apply that to the nightly cm6 and resign
rejectedkid said:
I will look at the froyo framework and import those pngs sign and upload later today.
Sent from my S-Off fully customized Super Hero
Click to expand...
Click to collapse
Awesome! Thanks.
Did you ever get to check into the framework rejectedkid?
Will this work on CM6?
theimpaler747 said:
Will this work on CM6?
Click to expand...
Click to collapse
Yes it will but with a few issues. I was a able to flash the original file made for the nexus one running cm6 onto the hero with no modifications. The problems I was having were that my phone was stuck with the roaming notification on. But the circle battery worked and looked great.
I've since stopped using it until someone who knows what they're doing can make it work correctly for cm6.
here is the hero CM6 Nexus One Battery Mod. I did not test it. I decomplied, edited and then recompiled, signed and made it flashable
Test at you own risk! Always Nanroid!!!!!
:::EDIT::: 9-4-10::::::
I played around a little more after you guys said something about a bootloop. Try the zip again and let me know if it works or not. (crosses fingers)
:::: i tested on cm6 nightly and works flawlessly::::
rejectedkid said:
here is the hero CM6 Nexus One Battery Mod. I did not test it. I decomplied, edited and then recompiled, signed and made it flashable
Test at you own risk! Always Nanroid!!!!!
Click to expand...
Click to collapse
You're AWESOME! Thanks!!! I will test this later today and report back.
flashed using RC1 and went straight into a boot loop...
dieseldog74 said:
flashed using RC1 and went straight into a boot loop...
Click to expand...
Click to collapse
boot looped for me also
try the zip again
The one posted above is the blue circle with white numbers, this one is the green circle with black numbers...
(for CM6 only)
-Daryel
daryelv said:
The one posted above is the blue circle with white numbers, this one is the green circle with black numbers...
(for CM6 only)
-Daryel
Click to expand...
Click to collapse
Works, as long as you aren't using the signal bar fix... Though you can't read the percent when it's not 100... it's distorted.
You can try my mod with the online tool where you can select the version you want
Click on super circle battery thread in my signature

[Request] Standard Battery Gingerbread

Hello guys !
I love the Gingerbread battery icon, so i wanted to make mine with UOT Kitchen.
After waiting a while, i've choose the right one and put the TRUE colour of gingerbread that is : 82B600 (this is the code)
I've uploaded the com.htc.resources.apk but NO WAY, tried like 10 times, impossible to click on "submit work to kitchen"
So, if there's someone that can make it one for me, this could be very nice (and very nice for other users, i'm sure )
Thank's in advance
just wait for my theme later today or pm me if you know how to use nandroids etc
Thyrus said:
just wait for my theme later today or pm me if you know how to use nandroids etc
Click to expand...
Click to collapse
Seems nice
I'm gonna wait. I'm going in city right now, i will be back later, i will check
Thank's in advance, sure this will be awesome
Bluewall said:
Seems nice
I'm gonna wait. I'm going in city right now, i will be back later, i will check
Thank's in advance, sure this will be awesome
Click to expand...
Click to collapse
Did you want this with percentages, or standard Gingerbread? Standard gingerbread, I can get you now, but I'm not sure the icon will even fit the percentages inside.
It's not an entire theme like Thyrus', it's just a battery mod for the stock Sensation rom.
Edit: Without percentages, the stock gingerbread battery mod is HERE.

Categories

Resources