TouchWiz Dialer for Bionix-v? - Vibrant Themes and Apps

Can anyone give me a CWMod flashable TouchWiz dialer that I can use to replace the one in Bionix-v? I don't like the inconsistent black dialer in Bionix-v, no offense, Som.
I'd really appreciate it.

what does it look like?

All you have to do is extract the Contacts.apk ContactsProvider.apk and Dialertabactivity. Its one of these apks. Just copy and paste into /system/app using root explorer with permisson rw-r-r

menacetwosociety said:
what does it look like?
Click to expand...
Click to collapse
first level is black, but not the second level keys when you bring them up in call, which I do daily.

donalgodon said:
first level is black, but not the second level keys when you bring them up in call, which I do daily.
Click to expand...
Click to collapse
It's DialerTabActivity.apk you should be able to pull it from like Nero v5 or something. then use root explorer (or adb) to copy it to system/app
I don't think I have it, but I will look.
Just so you know, this is still the same dialer, just themed differently

Here you go. Make a backup of the DialerTabActivity.apk in /system/app just in case you want the Bionix version back.
This was pulled from stock doedexed KA7

Thanks, man!
Works perfectly!

Related

CM6 Mms app moded for Samsung lockscreen - Froyo only

I pulled the source from CanogenMod's github last night and made the modification
to show the missed messages on the lock screen.
this is Froyo only
install by adb push to /system/app, this will replace the Samsung app.
Updated 11/7/2010
fixed MMS crash
included required classes in the source zip
just import into eclipse and start playing
with the code.
Hey man, just wanna say thanks for this! It works perfectly as described and love the mms notification icon to be green instead if black. Great work thanks
Thanks dude works great! I wish there was an option to disable the contact icon in the chat, but that has nothing to do with your fix. Thanks again!
Here is a slightly modded version:
CHANGES: blue envelope in the status bar for incoming texts, TW MMS icon (white envelope), removed MDPI icons, and optipng/zipalign optimized.
Very small filesize (~600kb) and runs great on my JK2 Froyo ROM!
PS: All credits go to OP, I just enjoy tweaking a few things.
MMS crashes while SMS works. Just FYI
whats Mms_Source.zip this for ? and does MMS work or not....i am confused
kolyan said:
whats Mms_Source.zip this for ? and does MMS work or not....i am confused
Click to expand...
Click to collapse
MMS (picture) crashes for me. SMS works great. If you don't know what the source is its best just to not mess with it. It's for developers so they can make changes as necessary to the apk.
richan90 said:
MMS (picture) crashes for me. SMS works great. If you don't know what the source is its best just to not mess with it. It's for developers so they can make changes as necessary to the apk.
Click to expand...
Click to collapse
Which rom are u using ?
the MMS crash was caused by a missing class file usually in the system
framework on eclair but not froyo, should be fixed now.
Works perfect, thanks a lot!
is the mms package tweaked to support the puzzle notification?
If it is, is the source configured the same way or is the source completely unmodified?
I'd like to get an unmodified mms if possible, the stock 2.2 mms is so blurry (preferably already compiled). thanks!
geoffcorey said:
is the mms package tweaked to support the puzzle notification?
If it is, is the source configured the same way or is the source completely unmodified?
I'd like to get an unmodified mms if possible, the stock 2.2 mms is so blurry (preferably already compiled). thanks!
Click to expand...
Click to collapse
puzzle lockscreen supported
untermensch said:
I pulled the source from CanogenMod's github last night and made the modification
to show the missed messages on the lock screen.
this is Froyo only
install by adb push to /system/app, this will replace the Samsung app.
Updated 11/7/2010
fixed MMS crash
included required classes in the source zip
just import into eclipse and start playing
with the code.
Click to expand...
Click to collapse
I renamed my old mms.apk and mms.odex, and moved this to system/app, but it won't install. Thoughts?
Telanis said:
I renamed my old mms.apk and mms.odex, and moved this to system/app, but it won't install. Thoughts?
Click to expand...
Click to collapse
you don't have to install it, just move it to the system/app folder and it will be usable.
rsfaze said:
you don't have to install it, just move it to the system/app folder and it will be usable.
Click to expand...
Click to collapse
Oh, durr, excellent. Thanks!
rsfaze said:
you don't have to install it, just move it to the system/app folder and it will be usable.
Click to expand...
Click to collapse
For me, that didn't work. I renamed the original Mms.apk to Mms.apk.bak and then install the Mms.apk here and it working fine. Picture comes in clear and stay clear when viewing.
mr2t32 said:
For me, that didn't work. I renamed the original Mms.apk to Mms.apk.bak and then install the Mms.apk here and it working fine. Picture comes in clear and stay clear when viewing.
Click to expand...
Click to collapse
did you move it to /system/app then reboot into clockwork and delete dalvik-cache? (may only need to reboot, but safer to delete dalvik-cache)
Is there a way to rename those files outside of Root Explorer? I have Droid Explorer and am not having any luck.
Also when I try to adb it in, I get this error...
failed to copy' c:\signedMms.apk' to '/system/app/signedMms.apk': Read only file system
just wondering, what is special about the CM6 messaging app? what are the added features, and benefits of this? Also is it possible to get some screen shots?
moosefist said:
just wondering, what is special about the CM6 messaging app? what are the added features, and benefits of this? Also is it possible to get some screen shots?
Click to expand...
Click to collapse
For some (like me) it fixes the blurry MMS problems in some custom roms Dunno about the rest lol

Finally - Faves button remapped - Browser added 19.11.10

For those using the espresso sense that hate the stupid faves app and are tired of having a dead button on the home screen, this is for you. I remapped it, and have attached a couple different versions. One maps it to open the stock contacts app, and the other to the stock browser app.
I'm working on getting rid of faves all together, and would like to have the old htc favorites tab in the contacts app and the htc favorites widgets too. But I dont know if I can do it, we'll see. For now though here is the new Rosie.
Instructions:
This was taken from a stock rooted build of espresso 2.1 and is only known to work on such.
Back up your old files first!
adb shell cp /system/app/Rosie.apk /sdcard
adb shell cp /system/app/Rosie.odex /sdcard
For those with system apps odexed, you'll want to get the appropriate Rosie.apk and Rosie.odex.zip. Rename them to Rosie.apk and Rosie.odex. Reboot into recovery, then use this adb code:
adb shell mount /system
adb shell rm /system/app/Rosie.apk
adb shell rm /system/app/Rosie.odex
adb push (your saved file location)\Rosie.apk /system/app
adb push (your saved file location)\Rosie.odex /system/app
For those of you without separate .odex files in your /system/app folder, I used a de-odexer on the two files to join them, but have not tested it yet, as the build I am running is odexed. Grab the appropriate Rosie_noodex.apk rename it to Rosie.apk reboot into recovery and use the same code, but ignore lines 3 and 5 (the ones with .odex in them!) and then post here to let me know it works.
Sweet!!! Works great on CR_Mod_1.35.531_OTA Full ROM, thanks!!!
Awesome work I saw something like this on hero forums and wondered if someone would do the same here
Sent from my T-Mobile myTouch 3G Slide using XDA App
THANK YOU!
Nice job, works great.
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
are you using an odexed rom?
acejoker25000 said:
are you using an odexed rom?
Click to expand...
Click to collapse
Yes I am. But I'll look further into it.
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
guitarist5122 said:
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
patience... this could develop into a whole bunch of different shortcuts and we can just use the one we want
but i think a browser button would be awesome lol
exactly what file are you editing to allow the contacts instead of faves?
As requested I've mapped another version to the browser. See first post. Enjoy.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
What build are you using? I'll see if I can help.
acejoker25000 said:
exactly what file are you editing to allow the contacts instead of faves?
Click to expand...
Click to collapse
The changes are in the launcher.smali after decompiling the classes.dex
@OP: have you looked into adding livewallpapers in our sense ? I know incredibles sense has it hacked in.
the1wingedangel said:
As requested I've mapped another version to the browser. See first post. Enjoy.
What build are you using? I'll see if I can help.
The changes are in the launcher.smali after decompiling the classes.dex
Click to expand...
Click to collapse
I see the browser icon in the tray, but still launches contacts for me.
h.nocturna said:
I see the browser icon in the tray, but still launches contacts for me.
Click to expand...
Click to collapse
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
the1wingedangel said:
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
Click to expand...
Click to collapse
I'm pretty sure, but I'll go ahead and transfer it over again and see if it helps. Maybe I downloaded the wrong odex.
EDIT: Yeah, that did it. I guess I pushed the wrong odex file. Thanks.
thought about modding the rosie on the 3rd sense rom? i think a lot of people are using that now
how did you reodex?
acejoker25000 said:
how did you reodex?
Click to expand...
Click to collapse
I used an odex script available on the forums here (got it forever ago, dont remember where, do a search for odex) that will odex apks from inside the rom, as the odex file is dependent on that specific rom. Though I edited the script to suit my needs, the functions are still the same as it uses the dexopt-wrapper to do it.
I got rid of the slide and never tried the 3rd sense roms, but if I still had it, I wouldn't use the rom anyway, as they're still buggy..
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
_tek_ said:
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
Click to expand...
Click to collapse
Use smali and baksmali (search Google for them) to decompile the odex or the apk if its been deodexed then once decompiled check the folder called out>HTC>launcher> or some order like that then look for the launcher.smali not launcher1 or 2 etc etc. Now use a text editor and open launcher.smali then do a search in it for faves or the faves app real name and change the fields to the messaging app name and action the save exit and recompile add to the apk or reodex depending on the rom
Sent from my T-Mobile myTouch 3G Slide using XDA App

[Q] Landscape Rosie

If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
I am running the Fresh rom atm and it's the only thing bugging me.
Thanks.
Evo_Shift said:
If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
Thanks.
Click to expand...
Click to collapse
It depends on if you are running a deodexed version of the ROM currently. If yes, then, it should work as you described. If it is still ODEXED, then, no it won't.
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Kujila said:
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Click to expand...
Click to collapse
Thanks, I did see that but I didn't like the idea of another app running in the background when I could just change one out. If I wasn't unlocked and rooted I would use that.
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Evo_Shift said:
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Click to expand...
Click to collapse
either this apk doesn't play well with viper, or I installed it wrong. I dropped it in /system/app and set permissions, but just got a black screen on reboot. Luckily, I was able to install apex from the play store from my computer, and once that installed, I was able to launch root explorer and change back to the backup rosie.apk I made before I pushed the new one. How are you supposed to install this?
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
I assume you meant system>app.
Evo_Shift said:
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
Click to expand...
Click to collapse
eh - if it really bothered me, I'd ask about it in the viper thread. Definitely weird though.
Evo_Shift said:
I assume you meant system>app.
Click to expand...
Click to collapse
oops, yeah, fixed my post.
should work ^_^
maybe you did it wrong.
still wont be as smooth as my rom tho jk
flex360 said:
should work ^_^
maybe you did it wrong.
Click to expand...
Click to collapse
Possible, but I don't know what else to try. Root explorer's pretty basic when it comes to cutting and pasting files.
flex360 said:
still wont be as smooth as my rom tho jk
Click to expand...
Click to collapse
you might be right, but it's smooth enough for me
If its still odexed first delete the Rosie.odex file in root explorer then place your new Rosie in there. If you have modified the Rosie make sure it is signed. Signature verification has not been disabled in any of the roms that are out I don't believe.
Sent from my EVO using xda premium
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
sbjohnny said:
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
Click to expand...
Click to collapse
I really do like his rom but i want the menu mod. If i flash the menu mod i lose the power menu mod and maybe something else...not sure. It's hard to choose, lol. I'm glad we have so many cool ROM options.

[Theme] Alternative Conversation Skins

Hey guys.
I have spent the last 2 days re-theming the conversation skins for the stock LGMms3.apk.
I was inspired by whiteguypl's theme HERE.
This has his dark holo theme included. (Has the same little issue where the text color of links that people send you is the same as the background color).
(If you have an issue with this whiteguypl, please let me know).
I have included screenshots for all the themes.
I know they are a little rough, I am still brand new to themeing.
This was some pretty tough work (mostly because I had to learn a lot and made a few mistakes in the process).
Usual Disclaimer:
I am not responsible for any harm done to your device from flashing this.
I have flashed it fine on my phone without issues but cannot promise the same for you.
This replaces the LGMms3.apk from /system/app/, so I strongly recommend either a system backup in recovery or at least making a copy of your LGMms3.apk before installation.
Install via recovery.
I have only installed this on The Base 7.3, but I believe it will work for Nocternal Rom and even stock (you may have to rename system/app/LGMms3.odex to LGMms3.odex.bak, I've heard this worked for other users with another mod).
If somebody would like to try on their ROM and let me know, I would greatly appreciate it.
Download HERE! (Was too big to attach).
Thank you for your support guys, this community is pretty great.
I dig it dude. Can this kind of stuff be done with stck calculator?
Sent from my LG-E970 using Tapatalk 2
This is bad... Now I got a problem. With the previous skins I used to like only one and I just stick to it. But what I'm I going to do now with such a quality? I like them all!
Good job. Now I'll be changing skins every few days.
__________________________________________________
Sent from my LG Optimus G using XDA app.
Rooted, Unlock Bootloader, The Base 0.7.3 + Google Now + Google Ears
drwario said:
I dig it dude. Can this kind of stuff be done with stck calculator?
Sent from my LG-E970 using Tapatalk 2
Click to expand...
Click to collapse
Thanks, I don't know to be honest.
I haven't even used the calculator, I'm not sure how much of it is .png (easier for me) and how much of it is .xml (new to me).
gjgcomputers said:
This is bad... Now I got a problem. With the previous skins I used to like only one and I just stick to it. But what I'm I going to do now with such a quality? I like them all!
Good job. Now I'll be changing skins every few days.
__________________________________________________
Sent from my LG Optimus G using XDA app.
Rooted, Unlock Bootloader, The Base 0.7.3 + Google Now + Google Ears
Click to expand...
Click to collapse
Haha, thanks.
I stuck with the original dark holo mod by whiteguypl, loved it.
Loving the themes dude!
Just one question though, how would one go about changing the background? For example I love the dark skin with the blue and grey message bubbles but I feel if it had like a dark grey background, it would look a tad better and easier on the eye. But that's just my opinion so if there's a way to change it, I would sure appreciate the advice
Sent from my LG Optimus G w/ *The Base v0.7.3 by Nottach*
Drewman294 said:
Loving the themes dude!
Just one question though, how would one go about changing the background? For example I love the dark skin with the blue and grey message bubbles but I feel if it had like a dark grey background, it would look a tad better and easier on the eye. But that's just my opinion so if there's a way to change it, I would sure appreciate the advice
Sent from my LG Optimus G w/ *The Base v0.7.3 by Nottach*
Click to expand...
Click to collapse
You could extract the .apk with something like 7zip, go to res/drawable-xhdpi and res/drawable-landxdpi (I believe that is it, going on memory).
Open the two background files in a photo editor and change them however you want.
Then open the original .apk with 7zip and drag those new files into the correct folder in the .apk.
Then copy that .apk to /system/app/ and reboot.
bleached45 said:
You could extract the .apk with something like 7zip, go to res/drawable-xhdpi and res/drawable-landxdpi (I believe that is it, going on memory).
Open the two background files in a photo editor and change them however you want.
Then open the original .apk with 7zip and drag those new files into the correct folder in the .apk.
Then copy that .apk to /system/app/ and reboot.
Click to expand...
Click to collapse
I see. Sounds simple enough. Would the picture have to be of a certain size?
Sent from my LG Optimus G w/ *The Base v0.7.3 by Nottach*
Drewman294 said:
I see. Sounds simple enough. Would the picture have to be of a certain size?
Sent from my LG Optimus G w/ *The Base v0.7.3 by Nottach*
Click to expand...
Click to collapse
These are the original 2 from one of the .apks, you SHOULD be able to edit these and just drag them into the 7zip window in the proper folders (res/drawable-xhdpi and res/drawable-land-xhdpi).
(just open the .zip, it is just the two files, they have the same name so it would not let me upload both of them)
bleached45 said:
These are the original 2 from one of the .apks, you SHOULD be able to edit these and just drag them into the 7zip window in the proper folders (res/drawable-xhdpi and res/drawable-land-xhdpi).
(just open the .zip, it is just the two files, they have the same name so it would not let me upload both of them)
Click to expand...
Click to collapse
And would I be able to do this unzipping and swapping from my phone? Like through ES file explorer?
Sent from my LG Optimus G w/ *The Base v0.7.3 by Nottach*
Drewman294 said:
And would I be able to do this unzipping and swapping from my phone? Like through ES file explorer?
Sent from my LG Optimus G w/ *The Base v0.7.3 by Nottach*
Click to expand...
Click to collapse
That I do not know, you could unzip for sure, probably even edit the files... but I don't know if you could edit the .apk on the phone.
There may be apps that could do it, I have never even tried or thought to do so.
Love the ICS looking theme. I don't understand why manufacturers don't theme their phones with colors that fit the entire OS. Good job!
Skins on SnowJB ROM
Awesome!
does your update also include the original skins?
No Go
Didn't work for me...I am running stock JB..tried without renaming and tried to rename the odex file and just kept on getting force closes every time I open messenger... I was really hoping it would work themes looked so nice..
Help?
Would this work for the telstra version of the OG?
The E975K? I tried replacing the system messaging app but it simply keeps force closing.
Tried fixing permissions and everything.
How did you change the font colors?
OP, im trying to do what you did but for the optimus f3, do you think you could tell me how you edited the apk and repacked it?
how do i get it on my phone
bleached45 said:
Hey guys.
I have spent the last 2 days re-theming the conversation skins for the stock LGMms3.apk.
I was inspired by whiteguypl's theme HERE.
This has his dark holo theme included. (Has the same little issue where the text color of links that people send you is the same as the background color).
(If you have an issue with this whiteguypl, please let me know).
I have included screenshots for all the themes.
I know they are a little rough, I am still brand new to themeing.
This was some pretty tough work (mostly because I had to learn a lot and made a few mistakes in the process).
Usual Disclaimer:
I am not responsible for any harm done to your device from flashing this.
I have flashed it fine on my phone without issues but cannot promise the same for you.
This replaces the LGMms3.apk from /system/app/, so I strongly recommend either a system backup in recovery or at least making a copy of your LGMms3.apk before installation.
Install via recovery.
I have only installed this on The Base 7.3, but I believe it will work for Nocternal Rom and even stock (you may have to rename system/app/LGMms3.odex to LGMms3.odex.bak, I've heard this worked for other users with another mod).
If somebody would like to try on their ROM and let me know, I would greatly appreciate it.
Download HERE! (Was too big to attach).
Thank you for your support guys, this community is pretty great.
Click to expand...
Click to collapse
i do not know how to get them on my phone

Droid turbo command center widget

I extracted the command center widget from my droid turbo for use on my new moto x. The zip contains the apk and odex.apk. use a file browser and place them both in system/app folder. Change permissions on the apk file to 0777. To get it to fit properly on stock launcher you must have xposed installed and use xposed gel settings. In home screen change width to -2 and widget will fit properly. If you're using a third party launcher it should fit fine.
https://www.dropbox.com/s/qhe2hgcf4xg9p1j/commandcenter.zip?dl=0
So this won't work without root?
Nope. Tried to install like a normal apk. No luck @sthpaw01
damn you verizon!
just thinking will this work on non rooted motox if i deodex the app
Sent from my XT1092
Looks cool! Thanks for sharing!
It is my understanding that 0777 translates to rwx rwx rwx. After copying the apk and odex files to system/app and changing permissions for the apk file, it still refuses to install on my rooted xt1092. Am I doing something wrong? I'm quite the noob when it comes to setting permissions, so I won't be surprised if I've messed up at that step.
HAXTREME said:
It is my understanding that 0777 translates to rwx rwx rwx. After copying the apk and odex files to system/app and changing permissions for the apk file, it still refuses to install on my rooted xt1092. Am I doing something wrong? I'm quite the noob when it comes to setting permissions, so I won't be surprised if I've messed up at that step.
Click to expand...
Click to collapse
Everything else in system/app is rw-r-r, maybe give that a shot? Haven't had a chance to mess with it myself.
borxnx said:
Everything else in system/app is rw-r-r, maybe give that a shot? Haven't had a chance to mess with it myself.
Click to expand...
Click to collapse
Tried, but that didn't work either. Thanks though!
HAXTREME said:
Tried, but that didn't work either. Thanks though!
Click to expand...
Click to collapse
Hmm, just made a flashable zip for it, maybe I'll wait for more info to do that just yet...
Or wouldn't it give itself the proper permissions at boot after flashing in recovery?
0644 / rw r r should be permissions. Reboot after placing in system/app
bmwh0r3 said:
0644 / rw r r should be permissions. Reboot after placing in system/app
Click to expand...
Click to collapse
No luck with 644 and a reboot either. Looks like I'll just have to give this a pass for now.
bhp090808 said:
I extracted the command center widget from my droid turbo for use on my new moto x. The zip contains the apk and odex.apk. use a file browser and place them both in system/app folder. Change permissions on the apk file to 0777. To get it to fit properly on stock launcher you must have xposed installed and use xposed gel settings. In home screen change width to -2 and widget will fit properly. If you're using a third party launcher it should fit fine.
https://www.dropbox.com/s/qhe2hgcf4xg9p1j/commandcenter.zip?dl=0
Click to expand...
Click to collapse
I'm using Nova, and when you click the 3 dots to extend the weather and calendar panels, the sides get cut off because the widget is too big. Any idea how to fix it and shrink it down?
_MetalHead_ said:
I'm using Nova, and when you click the 3 dots to extend the weather and calendar panels, the sides get cut off because the widget is too big. Any idea how to fix it and shrink it down?
Click to expand...
Click to collapse
I used xposed as described in the first post
bhp090808 said:
I used xposed as described in the first post
Click to expand...
Click to collapse
OK, so that will work even though I'm not using the google launcher?
_MetalHead_ said:
OK, so that will work even though I'm not using the google launcher?
Click to expand...
Click to collapse
It might. Give it a shot
bhp090808 said:
It might. Give it a shot
Click to expand...
Click to collapse
No dice. Didn't even work on the google launcher. You sure all you did was adjust the width margins? I don't see how that would physically shrink the widget.
_MetalHead_ said:
No dice. Didn't even work on the google launcher. You sure all you did was adjust the width margins? I don't see how that would physically shrink the widget.
Click to expand...
Click to collapse
It didn't shrink the widget it just made room for the widget to fit on the screen I haven't had time to try to decompile and resize the widgets manually I will when I get a chance here's a picture to show that it will that when adjusting the margins
bhp090808 said:
It didn't shrink the widget it just made room for the widget to fit on the screen I haven't had time to try to decompile and resize the widgets manually I will when I get a chance here's a picture to show that it will that when adjusting the margins
Click to expand...
Click to collapse
On mine, it's not the margins that's cutting off the sides, it's that the widget is physically too big for the screen. See my screenshot. Are you sure you haven't done anything else prior that would affect it? Like changing your DPI or something? The widget looks smaller on yours than it does mine.
_MetalHead_ said:
On mine, it's not the margins that's cutting off the sides, it's that the widget is physically too big for the screen. See my screenshot. Are you sure you haven't done anything else prior that would affect it? Like changing your DPI or something? The widget looks smaller on yours than it does mine.
Click to expand...
Click to collapse
Nope that's all I did. I tried resizing it first but couldn't get it to take. After taking margins to -2 it just barely fits

Categories

Resources