I modded some common widgets to match the new persistent search bar in jellybean and thought you guys may enjoy them.
{
"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"
}
Included are:
Google Ears "What's this Song?" widget
Powercontrol widget
Pandora Radio
Google Calendar
News and Weather (GenieWidget)
Google Play Music (updated 7/19)
Tunein radio widget
Gmail
Email
Facebook
NEW: Added Facebook app, updated Google Play Music, updated widget previews for several widgets, and modified the Pandora app to replace Pandora stock backgrounds with one of the JellyBean abstract wallpapers.
Directions for individual install:
Go to this Google Drive shared folder
Download chosen apk files, push to /system/app/, set permissions to rw-r-r (0644 from terminal)
I am apparently incapable of making a working update-zip this morning so if anyone would like to package them, feel free to re-up.
Take what you want from my work and use any way you would like. I would like a linkback though.
If you would like to see more, let me know and I will see what I can do...
This is pretty nice but I have one question, would you consider making the drop down menu transparent like ICS? (If possible)
Edit: Was about to try it but the link doesn't work
Next Gen. Tech said:
This is pretty nice but I have one question, would you consider making the drop down menu transparent like ICS? (If possible)
Edit: Was about to try it but the link doesn't work
Click to expand...
Click to collapse
Sorry about that. Fixed the link.
I would LOVE to pull that off but really don't have the chops. I would have no idea where to begin...
If someone had some ideas where to start I would not mind trying it but it is beyond me....
sirjoebob said:
Sorry about that. Fixed the link.
I would LOVE to pull that off but really don't have the chops. I would have no idea where to begin...
If someone had some ideas where to start I would not mind trying it but it is beyond me....
Click to expand...
Click to collapse
Sweet thanks a ton! I think if you posted this in hp420's Jellybean ROM section you might be able to find someone who could help you wuth the transparent drop down menu.
sirjoebob said:
Sorry about that. Fixed the link.
I would LOVE to pull that off but really don't have the chops. I would have no idea where to begin...
If someone had some ideas where to start I would not mind trying it but it is beyond me....
Click to expand...
Click to collapse
the image files for the notification shade reside within /system/framework/framework-res.apk then within /framework-res.apk/res/
browse around in there...you'll see it Just re-color the one that's there and drop it in the proper directory If you're careful you won't even have to uncompile/recompile the apk to do it
hp420 said:
the image files for the notification shade reside within /system/framework/framework-res.apk then within /framework-res.apk/res/
browse around in there...you'll see it Just re-color the one that's there and drop it in the proper directory If you're careful you won't even have to uncompile/recompile the apk to do it
Click to expand...
Click to collapse
Dude, I think I may love you. haha. I am going to church soon so I will probably have to do it after. Hopefully, I will have an update this evening.
sirjoebob said:
Dude, I think I may love you. haha. I am going to church soon so I will probably have to do it after. Hopefully, I will have an update this evening.
Click to expand...
Click to collapse
lol...no problem man
sirjoebob said:
I modded some common widgets to match the new persistent search bar in jellybean and thought you guys may enjoy them.
Included are:
Google Ears "What's this Song?" wodget
Powercontrol widget
Pandora music
Google Calendar
News and Weather (GenieWidget)
Music widget
Directions for individual install:
Go to this Google Drive shared folder
Download chosen apk files, push to /system/app/, set permissions to rw-r-r (0644 from terminal)
I am apparently incapable of making a working update-zip this morning so if anyone would like to package them, feel free to re-up.
Take what you want from my work and use any way you would like. I would like a linkback though.
If you would like to see more, let me know and I will see what I can do...
Click to expand...
Click to collapse
I think I love you! Beautiful home screens now. Everything matches!
Sent from my Nexus S 4G using xda app-developers app
Thank you very much for this.
sirjoebob said:
Sorry about that. Fixed the link.
I would LOVE to pull that off but really don't have the chops. I would have no idea where to begin...
If someone had some ideas where to start I would not mind trying it but it is beyond me....
Click to expand...
Click to collapse
hp420 said:
the image files for the notification shade reside within /system/framework/framework-res.apk then within /framework-res.apk/res/
browse around in there...you'll see it Just re-color the one that's there and drop it in the proper directory If you're careful you won't even have to uncompile/recompile the apk to do it
Click to expand...
Click to collapse
Those files were in systemui.apk on ics... i modified what i thought was that area... but it didn't show up in my "theme"... considering all the XMLs pertaining to the notification pulldown are still in systemui.all on jb... I doubt its in framework anywhere...
Also, unless they changed something... that's not an image, its an XML...
These are just my theories because I only had like 20mins to add my signals, battery and associated xmls, and try to figure out that dern pulldown stuff... which I managed to edit only the image where the date/time is at... I'll have a look later tonight or tomorrow!
Sent from my Nexus S 4G using Tapatalk 2
Before you do this make sure Install apps from unknown sources is checked or it will not work
the1dynasty said:
Those files were in systemui.apk on ics... i modified what i thought was that area... but it didn't show up in my "theme"... considering all the XMLs pertaining to the notification pulldown are still in systemui.all on jb... I doubt its in framework anywhere...
Also, unless they changed something... that's not an image, its an XML...
These are just my theories because I only had like 20mins to add my signals, battery and associated xmls, and try to figure out that dern pulldown stuff... which I managed to edit only the image where the date/time is at... I'll have a look later tonight or tomorrow!
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
This is accurate (to my knowledge). In either colors.XML or drawables.XML of systemui there's a hex color for notification something bg color. Change the first two number/letters to something less and you'll get transparent . Sorry, on a train, otherwise I'd look it up exactly.
Sent from my Nexus S 4G using xda premium
You will have to add in the code to assign a bg image for the shade. Stock ICS & obviously JB its defined by XML color code.
Its not a big deal... Just a small line of code to assign an image if you want to go that route.
oh ok... they must have moved it since gb.... that was my last time theming that i remember
Paul627g said:
You will have to add in the code to assign a bg image for the shade. Stock ICS & obviously JB its defined by XML color code.
Its not a big deal... Just a small line of code to assign an image if you want to go that route.
Click to expand...
Click to collapse
This... stock ICS had that line already if I'm not mistaken... I'll add it in later to my theme... but I won't be able to touch it til later tonight
Sent from my Nexus S 4G using Tapatalk 2
Thanks for this awesome mod. Is it possible for you to mod clock widget?
Sent from my Nexus S using xda app-developers app
Any way to get these flashable?
Also can you, or has someone, themed the new Swype, the gmail widget, and tune in radio?
Sent from my Nexus S 4G using xda app-developers app
I suck and couldn't get the flashable going. Haha. If anyone wants to, go for it. I have only done what I posted. I can look into more tomorrow.
Sent from my Nexus S 4G using xda app-developers app
aLNG said:
Thanks for this awesome mod. Is it possible for you to mod clock widget?
Sent from my Nexus S using xda app-developers app
Click to expand...
Click to collapse
I can try but probably won't get to it until tomorrow
Sent from my Nexus S 4G using xda app-developers app
Neckberg said:
Any way to get these flashable?
Also can you, or has someone, themed the new Swype, the gmail widget, and tune in radio?
Sent from my Nexus S 4G using xda app-developers app
Click to expand...
Click to collapse
I did the Gmail and email widgets. Added tunein. See Google Drive folder from OP.
Also, I don't know how well theme-ing swype would go But could try if you send me the APK. You could email to [email protected]
Hope you like. I don't use tunein so I had to download just to play with it.
Related
Title says it all.
I usually am somewhere between cm7 nightlies and Mikfroyo, but the other day I was feeling like trying something new and flashed the current Miui. I liked most of the features, but the battery bar that goes across the whole top of the screen really caught my eye. I was wondering if there was any way to use that in other roms? Any help is appreciated, thanks.
EDIT*: thanks to pvyParts, it is possible. Go look at his thread here
I asked this same question a while back, never got a responce. Hopefully this time we get good news
Sent from my PC36100 using XDA App
Well it looks like we are the only ones lol
I haven't used miui so I don't know exactly what you are talking about, but you could start by unzipping the framework-res.apk and looking around in there. Maybe you could provide a pic so I could get idea of what all might be involved?
Sent from my PC36100 using XDA App
I love that battery bar, I wish it were hard coded into the firmware
nukedukem said:
I haven't used miui so I don't know exactly what you are talking about, but you could start by unzipping the framework-res.apk and looking around in there. Maybe you could provide a pic so I could get idea of what all might be involved?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Its a line that goes all the way across the top of the screen, it moves from right to left and changes color when the battery runs down. Id like to see this on my ROM too
winmo used to have something like this.
For anyone who doesn't know about the top-bar battery, here's a screenshot. And anyone trying to judge MIUI completely by this shot, keep in mind that this is a fresh install, and I haven't set it up yet.
{
"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"
}
Almost
nukedukem said:
I haven't used miui so I don't know exactly what you are talking about, but you could start by unzipping the framework-res.apk and looking around in there. Maybe you could provide a pic so I could get idea of what all might be involved?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
The picture says it all. The battery meter across the top looks sexy to me (and other people apparently).
I will look around the .apk and see if I can find anything, thanks.
I am willing to do the legwork, if only I knew where the original file is located. I think we are on to something . Again, thanks for any information. I'll update tomorrow night if I find something useful.
But please, feel free to add any information that you might have.
Thanks ,
Mark (Bamba1260)
NewZJ said:
I love that battery bar, I wish it were hard coded into the firmware
Click to expand...
Click to collapse
I apologize for the newb question, but what do you mean? Is this part of the proprietary code involved with Miui? If so, it sounds like we are SOL..
Yes it is. This would be very hard to port because it is closed source.
Sent from my PC36100 using XDA App
Bamba1260 said:
I apologize for the newb question, but what do you mean? Is this part of the proprietary code involved with Miui? If so, it sounds like we are SOL..
Click to expand...
Click to collapse
yeah, it's gonna be hard, hard coded into the firmware would make that battery bar a permanent fixture, would be there through any rom flash, even show up in recovery or fastboot
that was indeed an option in the old WinMo 6.1/6.5.x "Kitchens"
i hated it =P
still unsure of it, but cool to see it here, didn't notice it when i last ran MIUI but that was the early Jan. release. My biggest complaint with MIUI is that all the settings are different(the actual menus themselves) ... nit picky perhaps but other than that MIUI is a p.sweet rom.
Yeah that looks to be more deeply embedded than a couple png changes. You would probably need to figure out what files manipulate the size and screen orientation of the battery meter. If you are serious about getting it, you could compare the miui build before that battery was implemented with the first version of miui that had the new battery. Using diff software you might be able to find all the battery changes.
Sent from my PC36100 using XDA App
nukedukem said:
Yeah that looks to be more deeply embedded than a couple png changes. You would probably need to figure out what files manipulate the size and screen orientation of the battery meter. If you are serious about getting it, you could compare the miui build before that battery was implemented with the first version of miui that had the new battery. Using diff software you might be able to find all the battery changes.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Might be hard to get a version of MIUI without the top-bar battery. It's been in there since at least October, when I started using it.
As for the person wondering if you're SOL, the MIUI team had to add it with no examples or code, so it could be done in CM. It's just a matter of finding someone who's willing to do it from scratch.
EndlessDissent said:
Might be hard to get a version of MIUI without the top-bar battery. It's been in there since at least October, when I started using it.
As for the person wondering if you're SOL, the MIUI team had to add it with no examples or code, so it could be done in CM. It's just a matter of finding someone who's willing to do it from scratch.
Click to expand...
Click to collapse
I would be.
If only I knew how lol
Well I've looked around the framework-Res and I think I found the .pngs and the .XML file associated with the icon. But I can't see how it works. The XML is only 3 lines and doesn't seem like it would be animated when charging. But I don't have a good understanding of how it works and could be way off. Anyone else have a chance to look around? Or maybe have some ideas? Anything helps
Animated .png files? For that matter, it seems to me that the top battery could be made up of a bunch of small .png images: maybe like a 10x2 .png or something, placed next to each other across the top bar to do the battery level. The "animation" you see could be a script just moving one of those small images across the top bar to where the battery level currently is, also controlling acceleration and the like.
Just throwing a wild guess out there, but it would help if we knew what those .png files looked like.
*madly hoping something like this could be brought over to Sense* If it could, I'd permanently stick with Sense for quite a while, especially the new Sense coming out.
edit: cleared up the post a bit now that I'm not half-asleep...
xfullmetal17 said:
Animated .png files? For that matter, it seems to me that the top battery could be made up of a bunch of small .png images: maybe like a 10x2 .png or something, placed next to each other across the top bar to do the battery. The "animation" you see could be a script just moving one of those files across the top bar to where the battery is, also controlling acceleration and the like.
Just throwing a wild guess out there, but it would help if we knew what those .png files looked like.
*madly hoping something like this could be brought over to Sense* If it could, I'd permanently stick with Sense for quite a while, especially the new Sense coming out.
Click to expand...
Click to collapse
I think this is it. If you get a chance to watch it charge, you'll see that a small "dot" or "particle" of the bar moves in from the right edge of the screen to the rest of the line.
For anyone trying to port this, if you haven't done so already, you should flash MIUI, change the battery to top-bar (menu -> settings -> system -> battery settings), and use it for a while. Make sure to put the phone on the charger and watch the animation for a bit, too.
When I have more time I'll go digging around... Which directory did you find those files in, Bamba?
edit: since it's a solid color (two technically, if you count the "low battery" color) I'm wondering if it's just a single .png that just gets resized based on battery percentage. alogcat gives the following message when I switch back to the top-bar battery, maybe that would be somewhere to look in... (If I had root explorer I would look myself, but saving up for Pokemon Black and White means not as much money right now)
Code:
E/BatteryStatsImpl( 310): java.io.FileNotFoundException: /sys/class/power_supply/battery/current_now (No such file or directory)
I need someone else to take a look at this, please. I am not on a team, and a novice at best. I just finished cooking my first rom. Everything worked with exception of Contacts (and phone since they are connected). I need an experienced devs help.
noobtoob said:
I need someone else to take a look at this, please. I am not on a team, and a novice at best. I just finished cooking my first rom. Everything worked with exception of Contacts (and phone since they are connected). I need an experienced devs help.
Click to expand...
Click to collapse
What did you take out/add to the rom for you to get FC?
see thread here, just took out a variance of these. Added AOSP email and exchange.
http://forum.xda-developers.com/showthread.php?t=1386846&highlight=+info+removeable+system+apps
I am trying different variants, like re-adding the stock email and exchange, but not even a boot after i do this...
All AOSP system apps won't work with TW
Sent from my SPH-D710 using xda premium
Yeah if you added AOSP contacts to a tw based rom thats probably what's causing you fc.
Sent from my SPH-D710 using xda premium
Please do some research before you cook roms. You could do the same exact thing you were explaining without cooking a rom.
Iandv said:
Please do some research before you cook roms. You could do the same exact thing you were explaining without cooking a rom.
Click to expand...
Click to collapse
Hey give the OP a break, at least he is trying to post for the community. Yes it could've been more descriptive but I don't see any roms posted from you. OP is just trying to get general help.
Sent from my SPH-D710 using XDA
dante32278 said:
Hey give the OP a break, at least he is trying to post for the community. Yes it could've been more descriptive but I don't see any roms posted from you. OP is just trying to get general help.
Sent from my SPH-D710 using XDA
Click to expand...
Click to collapse
Thanks for getting my back. I did a lot of research, for the last few months or so. I only removed bloat system apps from the ROM. I agree, could've been more descriptive, but I didn't want to list like 60 apps and take up space. Now, the contacts that were in the system are TW based. Everything was taken from datajosh's FF18 stock rooted deodexed, and then themed from ev1lart toxic theme that I ported over form the sgh-t989. Everything worked with the exception of Contacts as stated above. I have since put everything back the stock exchange and email back and tested, but same problem, and after doing so the SystemUI wouldn't function correctly. So i rolled back to original to still have contacts FC. I was hoping maybe an experienced dev wouldn't mind downloading and taking a look. Maybe see something I had overlooked is all.
Also, forgot to mention that I am in the process of re-themeing
Here is what I have so far...
{
"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"
}
Have you tried replacing all the files at once: systemui.apk, both framework files, phone.apk and contact.apk from stock yet then work your way back from there? Also, clear cache & davlik cache.
tdunham said:
Have you tried replacing all the files at once: systemui.apk, both framework files, phone.apk and contact.apk from stock yet then work your way back from there? Also, clear cache & davlik cache.
Click to expand...
Click to collapse
Yeah man, I tried them all. I still have the original, but now have my trash can full of like twenty versions of non working. Tried stock and then adb push's for individual apps, Contacts still the problem when I do it that way. I am starting over right now, hopefully I get everything done soon. I still have my regular life , taking the kids out for a movie today, have college all week, and the job search is coninuing...
noobtoob said:
Yeah man, I tried them all. I still have the original, but now have my trash can full of like twenty versions of non working. Tried stock and then adb push's for individual apps, Contacts still the problem when I do it that way. I am starting over right now, hopefully I get everything done soon. I still have my regular life , taking the kids out for a movie today, have college all week, and the job search is coninuing...
Click to expand...
Click to collapse
Ok, I know I lose track when I've tried too many things...
Have you flashed totally stock rooted and only add contacts yet? Then maybe one app at a time without messing with ANY sytem files like systemui, framework etc?
Oh, btw you really need to try the Autoapktool from here, make sure you get 204a:
http://forum.xda-developers.com/showthread.php?t=1577025
I've fought with apk's for a long time and come to find out, there's a frickin corrupt .9.png file or something else somewhere not allowing me to compile correctly even though it's looking like it is. The trick is anything you decompile, it pops up a status window letting you know if the decompile went well. It's a pretty advanced tool and supports ICS.
BTW: How noob? You're double checking/setting system permissions when you push apps correct?
noobtoob said:
Thanks for getting my back. I did a lot of research, for the last few months or so. I only removed bloat system apps from the ROM. I agree, could've been more descriptive, but I didn't want to list like 60 apps and take up space. Now, the contacts that were in the system are TW based. Everything was taken from datajosh's FF18 stock rooted deodexed, and then themed from ev1lart toxic theme that I ported over form the sgh-t989. Everything worked with the exception of Contacts as stated above. I have since put everything back the stock exchange and email back and tested, but same problem, and after doing so the SystemUI wouldn't function correctly. So i rolled back to original to still have contacts FC. I was hoping maybe an experienced dev wouldn't mind downloading and taking a look. Maybe see something I had overlooked is all.
Also, forgot to mention that I am in the process of re-themeing
Here is what I have so far...
Click to expand...
Click to collapse
That theme looks awesome!!!!
tdunham said:
Ok, I know I lose track when I've tried too many things...
Have you flashed totally stock rooted and only add contacts yet? Then maybe one app at a time without messing with ANY sytem files like systemui, framework etc?
Oh, btw you really need to try the Autoapktool from here, make sure you get 204a:
http://forum.xda-developers.com/showthread.php?t=1577025
I've fought with apk's for a long time and come to find out, there's a frickin corrupt .9.png file or something else somewhere not allowing me to compile correctly even though it's looking like it is. The trick is anything you decompile, it pops up a status window letting you know if the decompile went well. It's a pretty advanced tool and supports ICS.
BTW: How noob? You're double checking/setting system permissions when you push apps correct?
Click to expand...
Click to collapse
OK. I have all sorts of tools. Autoapktool works great decompiling, but not so good with recompiling. Agat63 does some awesome work though, he has mad skills. I wouldn't be anywhere without all the great devs here. I use the original apktool for most, but there is a new ics apktool I use (apktool for ics basically. These two I use exclusively for de/recompile, unless I just want the res really quick. I use auto in order to create flashables and such.... I have tried stock and tried to add via root explorer individually. Once again, contacs is a no go, and neither is systemUI. Also tried pushing using GangsKidz kitchen. Pushes the right way every time. But, still no joy. Dazed is going to take a look to see what he can find, but for now I think I am just going to start over.....
fryingpan0613 said:
That theme looks awesome!!!!
Click to expand...
Click to collapse
Thanks. We would have nothing if it weren't for ev1lArt. He did the majority, and created all the icons, I just took them to our device and applied them. I created a theme, but the testing of it went just as well as my ROM, so it is on hold until I find out which exact apk(s) is(are) f'd up. I have also cleaned it up quite a bit.
Ok everyone. I ha e discovered my mistake. The pro lem.lies.within the idiot that made.it....me. Seriously though. The theme was just fine and dandy, but I used the assets from the ported framework, hence why everything went awry. I searched for 6-7 hours straight to figure this one out. With that being said, I have semester finals this week. I will get back on this on Thursday or Friday this week. Hope to have this bad boy themed and ripping out next week. Also, what are thoughts about an apple osx themed rom? Im not much an iphan <-- get it? But I do have a Mac, and like osx. Just wanted some input. Thank you everyone who has helped with suggestions and tools. I was losing m mind, chasing my tail for hours....
Sent from my SPH-D710 using xda premium
noobtoob said:
Ok everyone. I ha e discovered my mistake. The pro lem.lies.within the idiot that made.it....me. Seriously though. The theme was just fine and dandy, but I used the assets from the ported framework, hence why everything went awry. I searched for 6-7 hours straight to figure this one out. With that being said, I have semester finals this week. I will get back on this on Thursday or Friday this week. Hope to have this bad boy themed and ripping out next week. Also, what are thoughts about an apple osx themed rom? Im not much an iphan <-- get it? But I do have a Mac, and like osx. Just wanted some input. Thank you everyone who has helped with suggestions and tools. I was losing m mind, chasing my tail for hours....
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
I'm not a fan of Apple, but choices never hurt either.
Sent from my SPH-D710 using xda premium
fryingpan0613 said:
I'm not a fan of Apple, but choices never hurt either.
Click to expand...
Click to collapse
+1
I believe if it will be a theme that we can try out, that would be a nice option. If it is going to be entire rom based on that theme, I'm not certain how that will be recieved but you just never know.
Edit: Sorry, just being honest.
tdunham said:
+1
I believe if it will be a theme that we can try out, that would be a nice option. If it is going to be entire rom based on that theme, I'm not certain how that will be recieved but you just never know.
Edit: Sorry, just being honest.
Click to expand...
Click to collapse
I made the theme so I could help port it if needed since most of my mods are in code
moved this to q&a as its a question
Papa Smurf151 said:
moved this to q&a as its a question
Click to expand...
Click to collapse
I know, no spamming but I just had to sit and stare at your sig for a while PS. It is just so cool...
tdunham said:
+1
I believe if it will be a theme that we can try out, that would be a nice option. If it is going to be entire rom based on that theme, I'm not certain how that will be recieved but you just never know.
Edit: Sorry, just being honest.
Click to expand...
Click to collapse
agreed. I am not an apple fan as well, as fa as how the try and take over the world.... but osx snow leopard kicks ass. The icons they have are just so smooth and clean, thought it would look neat. And yes, my Macbook is triple booted. I got windows 7 x64, Ubuntu 10.1, and snow lepeord, since lion turned out to be a piece of sh....
evil1art said:
I made the theme so I could help port it if needed since most of my mods are in code
Click to expand...
Click to collapse
That would be great. As stated above, I won't start until Thursday or Friday, these finals are killing me. I did notic most were in code. Found all that out when trying to recompile. That is why I built using the assets....totally forgot about putting them in there. I will hit you up when I start working on it again. This theme is too good to pass up though!
Sent from my SPH-D710 using xda premium
Okay guys, I am wondering if someone could take this MMS.apk I have included and invert the conversation list but make the background to the actual conversations the same as the settings menus in ICS/JB are (black fading to gray) and then finally add the sense 4.0 style conversation bubbles I included. Otherwise if someone could just modify the .xml's for me so I can do the rest myself that would be great too. I just have so little time to do a complete overhaul and learn to decompile and theme with fulltime school and work going on.
Example of background I request for just the conversations not the list. (disregard the text, just using the black to gray background for example)
*if black to gray faded is not possible for a conversation list background a darker solid gray will do as well.
{
"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"
}
Anyone that could help me I would be greatly indebted to, I have no knowledge on theming android apps.
I'm sure others would use this themed mms.apk as well.
So 129 views and not a single person in the Galaxy Nexus section of XDA is willing to help out or at least comment on where to look?
lol learn how to theme yourself or flash a rom that has customizable mms lol
Sent from my Galaxy Nexus using xda app-developers app
b1337 said:
lol learn how to theme yourself or flash a rom that has customizable mms lol
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Dude, I've been on this site and a helpful member for quite along time, I requested some help not some rude unhelpful individual to tell me things that I did not ask about. Why would you suggest a customizable mms and not direct me where to find one or a tutorial on how to use it?
I apologize that I work fulltime and do not have the time to recompile a custom mms.apk.
Nephilim said:
Dude, I've been on this site and a helpful member for quite along time, I requested some help not some rude unhelpful individual to tell me things that I did not ask about. Why would you suggest a customizable mms and not direct me where to find one or a tutorial on how to use it?
I apologize that I work fulltime and do not have the time to recompile a custom mms.apk.
Click to expand...
Click to collapse
there is a thread stickied in this very section regarding themeing mms........................how you not see this?
Because the stickied thread will not accomplish what the OP is requesting. I'll take a look and post a modded copy.
edit- use adb push to push this attached apk to /system/app. No need to change any permissions, rename anything, reboot, or other nonsense. (as long as you use adb)
b1337 said:
there is a thread stickied in this very section regarding themeing mms........................how you not see this?
Click to expand...
Click to collapse
How did you not see me point out that I work and am in school fulltime and do not have the time to decompile? I am aware of the How-To, I personally love doing my own work or at least giving it a try but I just do not have the time to put in right now.
artvandelay440 said:
Because the stickied thread will not accomplish what the OP is requesting. I'll take a look and post a modded copy as well as the code needed to do it yourself for future versions.
Click to expand...
Click to collapse
Thank you very much, I appreciate you taking the time to help me.
above post updated
artvandelay440 said:
above post updated
Click to expand...
Click to collapse
I pushed it and it is still the exact same stock jelly-bean mms. I see the xml files are different in size from the original so I know it's modified but I'm not sure what happened. I tried pushing it via adb, I tried manually switching it in system/app and changing the permissions also, both ways and it comes up as white conversation list and then in the conversation its just all white normal stock.
*Edit, I just now tried deleting my Mms.apk completely and then moving yours into the system/app and rebooting, still the same stock Mms.apk, all white in conversation list, no bubbles in the conversation, background of conversation is still white as well.
If I messed something up or did something wrong I apologize but I think I installed the apk every possible way it could be with the same result.
Nephilim said:
I pushed it and it is still the exact same stock jelly-bean mms. I see the xml files are different in size from the original so I know it's modified but I'm not sure what happened. I tried pushing it via adb, I tried manually switching it in system/app and changing the permissions also, both ways and it comes up as white conversation list and then in the conversation its just all white normal stock.
*Edit, I just now tried deleting my Mms.apk completely and then moving yours into the system/app and rebooting, still the same stock Mms.apk, all white in conversation list, no bubbles in the conversation, background of conversation is still white as well.
If I messed something up or did something wrong I apologize but I think I installed the apk every possible way it could be with the same result.
Click to expand...
Click to collapse
what did the cmd line say when you pushed it using 'adb push Mms.apk /system/app'
artvandelay440 said:
what did the cmd line say when you pushed it using 'adb push Mms.apk /system/app'
Click to expand...
Click to collapse
Yep, and when I looked in my system/app folder with root explorer your version was in the right place. Like I said, when that didn't seem to change anything I did a backup with TiBackup of the mms.apk and then completely uninstalled it, then I tried pushing yours again with the same result, it goes to the correct folder and everything but when I open the messaging app it is the exact same as the stock mms I was originally using. That happened when I plugged my device into my pc and manually moved your Mms.apk into the folder and rebooted also. I've tried all ways to put it correctly into system/app and every way leads to it not changing at all.
I don't think you're actually using the debug bridge. You won't need to use root explorer at any point, just use that one command and done.
To make sure adb sees your device, type 'adb devices' and yours will be listed. If tot still can't get it I'll make it flashable
Sent from my Nexus 4 using Tapatalk 2
artvandelay440 said:
I don't think you're actually using the debug bridge. You won't need to use root explorer at any point, just use that one command and done.
To make sure adb sees your device, type 'adb devices' and yours will be listed. If tot still can't get it I'll make it flashable
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
I know I did it correctly because I have been using adb to push roms and other apks to my device without issue. I even tried to push a few other things to make sure nothing was done incorrectly. As I said, even if there was an issue, manually placing the Mms.apk into system/app, setting the permissions to rw-r--r-- and rebooting should have worked. I even completely removed the original stock Mms.apk from my device and tried adb push of yours, it went exactly where it was supposed to but the app was exactly like stock, the bubbles from my OP were not in the conversations, the conversation background was not black fading to gray or straight settings menu gray it was still white and the rest of the application was exactly the same not inverted. I have no clue how to compile or mod an app but I've been using android long enough that I know how to correctly push applications to my device and pull them from it. I'm not sure what else I should try.
I'll gladly try a flashable if you think it would work.
OK I'll put one together.
Sent from my Nexus 4 using Tapatalk 2
artvandelay440 said:
OK I'll put one together.
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for your patience, sorry I'm a pain in the a**.
Sent from my AK Dummy Powered AOSPA Galaxy Nexus
Lucid themed LMT Pie control and bubble Mms.apk.
I like this version
Credit to Sonny!
http://forum.xda-developers.com/showthread.php?p=37071225
Xylon | Toro | Lean Kernel
Nephilim said:
Thanks for your patience, sorry I'm a pain in the a**.
Sent from my AK Dummy Powered AOSPA Galaxy Nexus
Click to expand...
Click to collapse
No problem
Sent from my Nexus 4 using Tapatalk 2
fullmetal509 said:
Lucid themed LMT Pie control and bubble Mms.apk.
I like this version
Credit to Sonny!
http://forum.xda-developers.com/showthread.php?p=37071225
Xylon | Toro | Lean Kernel
Click to expand...
Click to collapse
Thanks for the suggestion, I'll keep it in mind. Gonna wait to try out what arts putting together though because its the exact MMS out of my ROM but modded.
Sent from my AK Dummy Powered AOSPA Galaxy Nexus
Here ya go.
artvandelay440 said:
Here ya go.
Click to expand...
Click to collapse
Thanks a bunch man!
This thread was originally posted over on the Galaxy Nexus and Nexus 4 forums (links in my sig), and after a good deal of success on both devices, I decided (with a lot of nudging lol) to post this here in the Nexus 7 forums too. I own a Nexus 7 with PA 3.0 installed, and so I can test everything and so far have had no issues. Also, because of the different screen size of the Nexus 7, I think the icons are a little small. Others who've tried these on their N7 don't seem to mind, so please let me know what you think. If they're too small for your liking, I'll work on making them bigger. I'm ""trying" to keep one APK for each theme to work across all devices.
Many of you are like me and have been looking for 1% battery increments on the amazing Paranoid Android ROM. The devs have been working so hard on making the rest of the ROM great for us that they just haven't had a chance to add battery %. So I've made several themes for just that purpose! I know you can install one of thousands of themes out there that add battery %, but I have always been partial to the stock look of ICS and JB, so my themes will only add battery percent icons, nothing more. They apply via the built-in theme manager, so no flashing required! Just download the theme(s) you want from the attachments below and install/apply like always. Also, please swing by this thread and hit the thanks button on the OP, ATTACK. It's his icon pack that has made most of these (maybe all) possible, given my rather limited photoshop skills. He OK'd the use of the icons, but I'd like to give him "something" back.
I've got 14 themes now.
1. Stock with white percentages overlaid. DOWNLOAD
{
"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"
}
2. Circle Battery. DOWNLOAD
3. Thin style with white percentages to the left. DOWNLOAD
4. Thin style with ICS blue percentages to the left. Called CM Thin. DOWNLOAD
5. Numbers only. DOWNLOAD
6. Segmented Circle. DOWNLOAD
7. Roboto font numbers only. No charging animation, just static green text while charging. DOWNLOAD
8. Off-Center. DOWNLOAD
9. ICS Circle battery. DOWNLOAD
10. Dotted circle. DOWNLOAD
11. Honeycomb style. DOWNLOAD
12. Digital theme DOWNLOAD
13. SGS 3 Style icons. DOWNLOAD
14. Percent Numbers, better than Roboto. DOWNLOAD
Each theme of icons can be installed side by side on the same device. This way, if you want to change between different icons, you have the ability to do just that, without uninstalling or reinstalling anything. Also, the battery icons in the screenshot are a little bigger than they are now. I had an issue where the icons were slightly larger than the surrounding icons, but that's fixed. I just need new screenshots..........
Disclaimers/Warnings:
*This is my first attempt at theming, but they have been running perfectly fine on myriad Paranoid Galaxy Nexus', Nexus 4's, and my own Nexus 7 (as well as some other N7's people have installed on) and I have had no actual problems in performance or function reported by anybody in either forum, besides the normal bumps in the road any mod/theme will encounter. However, if for some reason you run into problems (themes won't apply, tablet dies, ROM borked, dragons flying out of the charging port, etc... ), I am not responsible. I will help you however I can, though. I honestly can't think of anything this theme could do to your phone anyway, but you never know.
*MAKE A BACKUP! I know that sounds silly for a theme, but since this is my first try, I suggest you have a backup just in case. So far I've had a good bit of downloads and comments in the Galaxy Nexus and Nexus 4 threads, and I think it's safe to say its stable. Still, make a backup just in case.
*The theme works in all standard UI modes, (phone, phablet, various tablet) but I can't test every configuration out there. If you have issues let me know and I'll see if I can fix it.
*You will most likely get the "This theme is missing assets for your screen size" message, but hit apply anyway. Almost every theme I've ever seen throws this message, but it doesn't affect anything in these themes.
*It should work on each version of PA that comes out, but there is a chance something will change to break it. I'm really not sure. I'll test when each version comes out, until there's no more demand for this theme.
*These are designed for the Galaxy Nexus, Nexus 4, and now Nexus 7, each running Paranoid Android 3.0. However, I've had several reports that they work on other devices and other ROMs, so you're welcome to try it. PA is the only ROM it is being tested on, however.
Thanks for looking, and if anybody has any issues or requests, feel free to let me know!! Any and all feedback is welcomed and encouraged! Enjoy!
Changelog:
-Starting Nexus 7 forum at version 1.2, which is current as of 2/20/13
-Added dotted and honeycomb styles (2/23/13)
-Updated CM Thin theme to 1.2.1 because of a bad preview image (2/28/13)
-Added Digital Theme (2/28/13)
-Added SGS3 and Percent Numbers themes (3/2/13)
Credits
-The ParanoidAndroid team for the amazing ROM for which this theme is designed
-ATTACK for posting the icon package and giving me permission to use them
-ben.nesheim for testing and helping
-Titanic_fanatic, djdarkknight96, and TUN_SD for helping me figure out this themeing thing (well, as much as I know, at least, lol)
-Kick-Ass Joe for testing on Nexus 4 and reporting it working
-Uh60m Pilot for the final nudge to get me to post the themes here
Mine! Thanks for posting in the Nexus 7 forums as well as the Nexus 4. This is a fantastic way to modify your battery icon without the need to flash.
sent from my perfect 32GB Nexus 7
delete
so do i just install and its a theme?
Install the apk file just like any other. Then go into settings>themes and select the theme and apply, and ignore any errors.
Sent from my Nexus 7 using XDA Premium HD app
ICS Circle looks really good. Thank you for this! :good:
I've changed the OP in each of my threads now, cleaning them up just a little, mostly the previews and uploads. My themes are no longer hosted on XDA, but instead are hosted on my Dropbox account. This way I don't have to upload them in 3 different threads everytime I have a new one or make a change. It's more of a copy-paste deal now. This has done better than I ever really anticipated, and so I never really thought I'd have as much on the OP's. I was actually running out of upload slots in the original thread lol. I read that the limit on Dropbox accounts is 20GB/day so I really don't think this will ever reach THAT level of popularity (I think I figured it would take something like 1816 downloads on each theme per day to reach that traffic) but if anybody has issues with downloads, I'll find someplace else to host the files. Worst case, I'll go back to putting them on XDA as attachments and maybe get a mod to add a post or two for me at the beginning of the thread, since I didn't have foresight enough to reserve them. (doh!)
Thank you all for the kind words, feedback, and even requests! This has been an awesome experience for me, and I am excited to keep working on it, even as simple as these are! Those of you who have made requests that I haven't fulfilled yet, I am working on it. Just a couple out there I think.... Those that I haven't been able to fulfill your requests, I apologize. I am really still a noob here, but it's a great learning experience!!!
Could you do one that's the digital numbers only? If you're not sure what I mean, I can find it. Let me know, thanks. :good:
Sent from my SAMSUNG-SGH-I727 using xda
btm fdr said:
Could you do one that's the digital numbers only? If you're not sure what I mean, I can find it. Let me know, thanks. :good:
Sent from my SAMSUNG-SGH-I727 using xda
Click to expand...
Click to collapse
I think there's a digital icon set in that icon pack. I'll check but I should be able to make it, no problem.
I would like to learn how to do something like this myself. Do you have any guides you could link me to?
I'm a noob to android, but i know abit of VB c# and some c++. I can learn fast.
I want to try to make a apk theme that does battery icon and the soft buttons for navigation.
Sent from my Nexus 7 using XDA Premium HD app
ronedogg said:
I would like to learn how to do something like this myself. Do you have any guides you could link me to?
I'm a noob to android, but i know abit of VB c# and some c++. I can learn fast.
I want to try to make a apk theme that does battery icon and the soft buttons for navigation.
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
Sorry I took so long to answer, I've been working long hours but that's done now so I can finally catch up. I don't have any guides, what I did was download a theme that has EVERYTHING themed, decompiled it, and just started looking through the files. That taught me enough to understand the basics of what was going on, then I started Googling for specific questions. When I hit an impasse, I went to this thread for some help. The guys there were extremely helpful. After they got me started, I still had some issues but Google got me through those as well. If you have any questions I'm happy to answer what I can, but if you rank noobness from 1-10, 10 being expert, I'm still like a 2.5..........lol
To learn the battery icons you can decompile one of my themes and look at how it works. That is probably easier than trying to figure it out from scratch or looking at a full theme like I did. The soft buttons "should" work relatively the same. Let me know if you need anything!
btm fdr said:
Could you do one that's the digital numbers only? If you're not sure what I mean, I can find it. Let me know, thanks. :good:
Sent from my SAMSUNG-SGH-I727 using xda
Click to expand...
Click to collapse
OK, your digital theme is up in the OP now. Let me know if that's what you want. Also, what do you think of the charging animation? After I compiled it I think it may be a little too fast when it hits 100, so let me know if you like it or want it a little slower.....
Sorry it took me so long, been busy with work.
Bigger font?
Thanks for the great work. Could you tell me how to enlarge the font? I'm using the roboto one. The clock font is way bigger, if I could make them about the same that would be awesome.
DXU76 said:
Thanks for the great work. Could you tell me how to enlarge the font? I'm using the roboto one. The clock font is way bigger, if I could make them about the same that would be awesome.
Click to expand...
Click to collapse
To make them bigger the right way I need to remake the icons. I have a lot of work I'm doing this weekend on new themes and stuff like that, but I'd like to try and make those icons bigger too. I was copying the style on another theme and the text icons in it were a smaller size vertically than the others I've got, but bigger horizontally. I didn't want to mess up the horizontal spacing so I left it the same. I attached an older version to this post, the icons on this theme show up a little bigger than the newer version on the phone, due to a change I made. The actual icons are the same size, it's just the phone resizes them differently. That might work for you until I get the icons remade. You'll have to uninstall the version you have, then install this version. I don't think it will install over the other since it's an older version. Let me know what you think, though I still want to remake the icons.......
uttering telythn
I don't know, seems about the same size. But thanks for uploading, I'll keep an eye out for updates. *thumbs up*
DXU76 said:
I don't know, seems about the same size. But thanks for uploading, I'll keep an eye out for updates. *thumbs up*
Click to expand...
Click to collapse
Yeah, it isn't a huge difference. I thought I'd post it just in case it worked for you. I'll have the new roboto theme up as soon as I can.
Love the digital theme. Not normally my style but it looks great on both my nexus 7 and 4. Thanks!
sent from my perfect 32GB Nexus 7
Uh60m Pilot said:
Love the digital theme. Not normally my style but it looks great on both my nexus 7 and 4. Thanks!
sent from my perfect 32GB Nexus 7
Click to expand...
Click to collapse
I'm the same way. I didn't think I'd like the digital theme, but I've been using it since I made it. Looks really good, IMO.
DXU76 said:
Thanks for the great work. Could you tell me how to enlarge the font? I'm using the roboto one. The clock font is way bigger, if I could make them about the same that would be awesome.
Click to expand...
Click to collapse
There are 2 new themes up in the OP, but one of them is a percent numbers theme. The look is very much like the Roboto theme, but bigger. Let me know what you think. I think it looks better.
If you guys can, I'd like for you to swing by this thread and hit the thanks button on the OP, ATTACK. It's his icon pack that has made most of these (maybe all) possible, given my rather limited photoshop skills. He OK'd the use of the icons, but I'd like to give him "something" back.
Thanks!
I keep getting this error when I try to apply
Sent from my Nexus 7 using xda premium
The mods listed below are for the "V" version of Google Pixel XL images.
They probably work for non-XL as well as "U" and "X" images, but I can't guarantee this. I would definitely NOT flash this if you're on "N" or anything else.
Do note this is my first time providing framework mods, so... yeah.
Installing this mod probably won't wipe any data or pre-configured settings, but I can't guarantee that either.
The mod may or may not conflict with WETA framework mods, I'm not sure. Please let me know?
LIST OF CUSTOMIZATION YOU GET AFTER DOING THIS MOD:
---Disable screen wake-on when unplug or plug USB
---Disable IME Switcher Notification
---Enable all rotations
---Enable lockscreen rotation
---Disable safe media volume
---Centered Clock
---Enable double-tap to wake (no idea if it works or not, may require kernel)
UPDATE: @Tulsadiver has added battery percentage/numeral options.
Please see post #7 for his zip and give him some thanks!
I'm going to eventually explore more mods, such as getting the 1% battery icon and adjusting status bar icon/clock/battery sizes.
Download the framework-res.apk and SystemUIGoogle.apk here:
http://www.filedropper.com/frameworkfiles
To install, you'll need a file browser with root privileges.
I use Root Explorer and that's what these directions are for.
Before proceeding, I do recommend that you copy your original framework-res and SystemUIGoogle to your PC in case you need to restore them.
1) Download the zip from link above.
2) Extract the zip on your PC.
3) Copy both APK files to your /sdcard.
4) Open Root Explorer and locate the files.
5) Copy both APK's to the /system_root/system folder.
6) Long press each APK and go to Root Explorer settings to change permissions.
7) Change permissions to RW/R/R for both APK's.
8) Copy Framework-res.apk to /system_root/system/framework and replace the existing file.
Your phone will automatically reboot.
9) Let phone boot back up and test to make sure you're okay.
10) Copy SystemUIGoogle.apk to /system_root/system/priv-app/SystemUIGoogle folder and replace the existing file.
Your UI will quickly restart.
I highly recommend manually initiating a full reboot son afterward to avoid UI force-closes.
I hope you enjoy this mod!
Many thanks to the folks in this thread for helping me get this far:
http://forum.xda-developers.com/pixel-xl/help/edit-framework-services-jar-t3504708
Root Browser is not letting me set permissions on the APKs once it is in the system_root/system folder....
Stock rooted Pixel XL NDE63V with no other modifications. Root Browser does have permissions in SuperSU.
{
"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"
}
jaredtritsch said:
Root Browser is not letting me set permissions on the APKs once it is in the system_root/system folder....
Stock rooted Pixel XL NDE63V with no other modifications. Root Browser does have permissions in SuperSU.
Click to expand...
Click to collapse
I have duplicated your issue with Root Browser.
Maybe that's why it's a free root app or maybe there is some setting it needs or maybe it's just not capable of understanding the file system to make the changes needed.
Try using Root Explorer.
It's worth the $.
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer&hl=en
Or you can try to use ADB to change permissions.
You'll have to Google the directions for that though.
CZ Eddie said:
...
I'm going to eventually explore more mods, such as getting the 1% battery icon and adjusting status bar icon/clock/battery sizes.
...
Click to expand...
Click to collapse
You can already get battery percentage in the battery icon, via System UI Tuner. See screenshots below for reference.
Steps to enable System UI Tuner:
Code:
1. Pull down the Notification drawer.
2. Long Press the Cog icon (Settings)
3. Cog should spin and phone should give some haptic feedback with a toast about System UI Tuner being enabled.
4. Settings>System UI Tuner (right above 'About Phone').
5. Tap 'Status Bar' and scroll down.
6. Tap 'Battery'.
7. Choose 'Always show percentage'.
death2all110 said:
You can already get battery percentage in the battery icon, via System UI Tuner.
Click to expand...
Click to collapse
Thank you, that's not what I'm looking for.
That percentage inside the battery sucks.
People with bad eyes can't see it at all.
I'm looking for the larger numbers you got all by theirselves with a percentage symbol next to it.
Like what you saw in Marshmallow's System UI Tuner options.
And ideally, I want to get rid of the percentage symbol too.
CZ Eddie said:
Thank you, that's not what I'm looking for.
That percentage inside the battery sucks.
People with bad eyes can't see it at all.
I'm looking for the larger numbers you got all by theirselves with a percentage symbol next to it.
Like what you saw in Marshmallow's System UI Tuner options.
And ideally, I want to get rid of the percentage symbol too.
Click to expand...
Click to collapse
Oh ok. Makes sense. Misunderstood what you were looking for.
CZ Eddie said:
Thank you, that's not what I'm looking for.
That percentage inside the battery sucks.
People with bad eyes can't see it at all.
I'm looking for the larger numbers you got all by theirselves with a percentage symbol next to it.
Like what you saw in Marshmallow's System UI Tuner options.
And ideally, I want to get rid of the percentage symbol too.
Click to expand...
Click to collapse
I was thinking about getting a Pixel if they ever come on sale and was cruising around. I'm not trying to but-in but i hate to see someone wanting a mod and just ignore it. Again, I don't have this phone but if you want to try these out to see if they work, feel free. Credit goes to this OP. All I did was use his framework and systemui and try to add battery percent to it. I also tried to remove the percent symbol on one and adjust the keyguard statusbar to the same height as the statusbar. Try them at your own risk and OP, if they work, you are welcome to offer them yourself on your main post.
Tulsadiver said:
I was thinking about getting a Pixel if they ever come on sale and was cruising around. I'm not trying to but-in but i hate to see someone wanting a mod and just ignore it. Again, I don't have this phone but if you want to try these out to see if they work, feel free. Credit goes to this OP. All I did was use his framework and systemui and try to add battery percent to it. I also tried to remove the percent symbol on one and adjust the keyguard statusbar to the same height as the statusbar. Try them at your own risk and OP, if they work, you are welcome to offer them yourself on your main post.
Click to expand...
Click to collapse
I freaking love you, Man! :laugh:
It works perfectly! It's exactly what I wanted!!!
Could you tell me or PM me the direction I should look to see how you made the mods so I can learn to do it for the monthly Google images that roll out?
I need to update the OP soon.
CZ Eddie said:
I freaking love you, Man! :laugh:
It works perfectly! It's exactly what I wanted!!!
Could you tell me or PM me the direction I should look to see how you made the mods so I can learn to do it for the monthly Google images that roll out?
I need to update the OP soon.
Click to expand...
Click to collapse
Not a problem. Easy and ancient mod.
Easy?
LOL
I spent at least 90 minutes changing the framework to add 1=1, 2=2, 3=3, 4=4, 5=5, 6=6, 7=7, etc. etc. to battery and battery_charging.
Only to have it not work.
I guess I was following the wrong guide or I messed something up or just gave up too soon.
Thanks again. :good:
CZ Eddie said:
Easy?
LOL
I spent at least 90 minutes changing the framework to add 1=1, 2=2, 3=3, 4=4, 5=5, 6=6, 7=7, etc. etc. to battery and battery_charging.
Only to have it not work.
I guess I was following the wrong guide or I messed something up or just gave up too soon.
Thanks again. :good:
Click to expand...
Click to collapse
I tried something similar with the same results. Let me know if you have any questions about my pm.
Have anyone try this on a pixel yet?
Sent from my Pixel using Tapatalk
ansontyl96 said:
Have anyone try this on a pixel yet?
Sent from my Pixel using Tapatalk
Click to expand...
Click to collapse
As opposed to a Pixel Xl? This is a systemui.apk swap so it will not work on a Pixel.
If you are talking about the battery percent, PM me a copy of the latest firmware version systemui.apk and framework.apk for the Pixel I'll make one for it.
ansontyl96 said:
Have anyone try this on a pixel yet?
Sent from my Pixel using Tapatalk
Click to expand...
Click to collapse
Yes, like a doofus I posted this mod on the Pixel forum letting folks know I didn't know if it would work or not (I thought it would).
One guy tried it and it bootlooped him.
Pixel & XL have the same V, X, U designations and filenames on firmware so with that and some other reasoning, I suspected the framework would be same.
My bad.
#learningasigo
Tulsadiver said:
As opposed to a Pixel Xl? This is a systemui.apk swap so it will not work on a Pixel.
If you are talking about the battery percent, PM me a copy of the latest firmware version systemui.apk and framework.apk for the Pixel I'll make one for it.
Click to expand...
Click to collapse
Thanks mate, i guess i will wait for a pixel version now, but thanks for your work anyway!
Sent from my Pixel using Tapatalk
---------- Post added at 01:23 AM ---------- Previous post was at 01:22 AM ----------
CZ Eddie said:
Yes, like a doofus I posted this mod on the Pixel forum letting folks know I didn't know if it would work or not (I thought it would).
One guy tried it and it bootlooped him.
Pixel & XL have the same V, X, U designations and filenames on firmware so with that and some other reasoning, I suspected the framework would be same.
My bad.
#learningasigo
Click to expand...
Click to collapse
I think its because they have different display resolution? So there must be some different that have to be made
Sent from my Pixel using Tapatalk
ansontyl96 said:
I think its because they have different display resolution? So there must be some different that have to be made
Sent from my Pixel using Tapatalk
Click to expand...
Click to collapse
Yup, the resolution was one thing I was worried about but I'm not familiar enough with the framework to know if there is anything in it specific to resolution or not.
If you want to upload your framework and let me know which specific mods you want, I'll try to find time to do those edits for you.
So far I only know how to do the mods I listed in the OP.
I haven't had a chance yet to review TulsaDiver's mods to learn them.
Keep in mind though that Google will be rolling out new firmware next week (probably) which may require re-doing the mods in the new framework.
Then its probably a good idea to wait for the next update i guess? TBH if there could be double tap lockscreen/status bar to sleep that would be perfect but maybe we should wait for the new update first? If you want to check out the framework for pixel I am more than happy to upload it to you thought
Sent from my Pixel using Tapatalk
CZ Eddie said:
Yup, the resolution was one thing I was worried about but I'm not familiar enough with the framework to know if there is anything in it specific to resolution or not.
If you want to upload your framework and let me know which specific mods you want, I'll try to find time to do those edits for you.
So far I only know how to do the mods I listed in the OP.
I haven't had a chance yet to review TulsaDiver's mods to learn them.
Click to expand...
Click to collapse
Resolution isn't the problem. The public Id's do not match. All it takes is one being different and everything afterwards is out of order. The smali's think they are grabbing the dimension for the statusbar and they might be getting back the color of the battery icon instead.
I looked at the pixel files for nde63x. Pixel's apps come already deodexed? How cool is that.
Maybe that would explain why the guide I tried to follow at one point, on how to deodex, kept failing on me. lol
It's so weird because most guides assume stuff is at /system when the Pixel has a /system but everything at /system_root/system instead.
I'm just glad the stock ROM from Google (my first Google phone) is so great "as is".
I still can't wait for Dirty Unicorns to drop.
But if it never does, I'll probably be happy with Xposed and stock Google + framework mods.
The next big thing on my wishlist is to get rid of the "Car Mode" in the drop-down when you're in Car Mode.
You can't tell it to go away and never come back, like Google now lets you do with many other drop-down messages.
Xposed + NotifyClean (or the other app by the same team) will resolve that.