"Classic" dialpad for KitKat and Lollipop - Android Apps and Games

I like to see good old dialpad on my phone screen when I'm about to make a call.
Unfortunately Google decided that calling on the phone using numpad is a secondary feature but fortunately I work in a company that employs few Android developers and they did a 2 minute side project for me. The result is an app that launches dialpad within the stock phone app so that I can replace the phone icon on my home screen with the one that takes me direct to good old phone interface. (icon is labeled "Call")
I have tested the app on my Nexus 5 with both Android version. 4.4.4 and 5.0 and it seems to work fine.
Probably I'm not the only one who misses the old phone interface but who would like to keep using the stock dialer app, so i decided to share what I got for fixing it
-----------------------------------------------------
Update 04.08.2016
Sorry for not keeping this thread up to date but i have posted the app to Play Store ages ago.
I can't post links but search for "Classic Dialer for Lollipop" in Play store.
Update 07.11.2016
Changed the name of the app in Play Store to plain and simple "Dialpad".
play.google.com/store/apps/details?id=com.i45.launchdialer

peeter.parelo said:
... fortunately I work in a company that employs few Android developers and they did a 2 minute side project for me. The result is an app that launches dialpad within the stock phone app so that I can replace the phone icon on my home screen with the one that takes me direct to good old phone interface.
Click to expand...
Click to collapse
Thank you so much for this! I can't believe this did not receive more attention. Works great on Slim 4.4.4. :good:

peeter.parelo said:
Probably I'm not the only one who misses the old phone interface but who would like to keep using the stock dialer app, so i decided to share what I got for fixing it
Click to expand...
Click to collapse
No, you are not the only one. I really hated it when I first tried KitKat and Lollipop, and the numpad / digits would not show right away. Thank you for sharing this with everyone, it works great on Lollipop. :good:
I believe this still exists in Marshmallow. Google should really make this an option in the default app. The current behavior does not work for everyone and not everyone will find your app (or even bother looking).

5.0, 5.01, 6.x confirmed!
So...months have gone by with this annoyance... I'm running CM13, Android M.. like the other guy said, I cannot believe this app hasn't gained more attention. I have found that some of this is due to the wording of the issue at hand...kept getting alternative dialer apps in my results....BLASPHEMY... So..yeah.. So everyone knows, this also works with not only the stock dialer, but Dialer for Hangouts as well as Skype.
Too bad I can only hit "THANKS" once...
Thank you.

How to install DialerLauncher?
How to install DialerLauncher?
Newbe

with no intention to hijack your great contriubtion:
there's an xposed module that does the same thing with native app>> show dialpad
where were you before i found out this one?!
i'm sure most of the people don't want to mess with xposed, like myself, and will appreciate the provided solution(s)....
:good:

A Little Added Information...
It works very well under Nougat also. :good: Use the back button to access the recent's list.

This works on Marshmallow, if someone's wondering.

Ran across this thread trying to find a solution for the same problem. Having had a look at the linked app, I realized it was just sending some kind of intent that caused the phone app to open to the dialpad. Long story short, the Tasker "Call" action (with no phone number specified) does the same thing, so if you have Tasker, you can just create a shortcut to a task with that one action.

Well done! Thank you!
I DLed, from Play Store, following the link in the OP.
No more favorites page, when opening dialer! If you do want the favorites page, just hit the back button after opening dialer.
After a reboot it still opens the dial pad!
Using on the Moto Dialer app on Moto Z2 Play.
GREAT! GREAT! GREAT!

Works on motor 4 on 7.1.1 thanks for this

Still works on Stock Nougat. Thanks.

Awesome! Thanks so much. Just what I was looking for! ??

peeter.parelo said:
I like to see good old dialpad on my phone screen when I'm about to make a call.
Unfortunately Google decided that calling on the phone using numpad is a secondary feature but fortunately I work in a company that employs few Android developers and they did a 2 minute side project for me. The result is an app that launches dialpad within the stock phone app so that I can replace the phone icon on my home screen with the one that takes me direct to good old phone interface. (icon is labeled "Call")
I have tested the app on my Nexus 5 with both Android version. 4.4.4 and 5.0 and it seems to work fine.
Probably I'm not the only one who misses the old phone interface but who would like to keep using the stock dialer app, so i decided to share what I got for fixing it
-----------------------------------------------------
Update 04.08.2016
Sorry for not keeping this thread up to date but i have posted the app to Play Store ages ago.
I can't post links but search for "Classic Dialer for Lollipop" in Play store.
Update 07.11.2016
Changed the name of the app in Play Store to plain and simple "Dialpad".
play.google.com/store/apps/details?id=com.i45.launchdialer
Click to expand...
Click to collapse
Thank you so much. I have been trying to implement this for yearsss. Failed everytime up until today. Now i can swipe and hold the back gesture and the dial pad emerges Thanks!

Related

[Q] Removing the TouchWiz Mini Apps Tray

Hi everyone. First of all, many thanks to Gary for Root. It was quick and painless.
Now that we have root, I was wondering if anyone knows what needs to be deleted in order to get rid of that pesky pop up menu you get by pressing on the Chevron/Arrow in the middle of the bar.
I have the Wizz Bar (what an unfortunate name) installed and it does the job so much better. If you're wondering what Wizz Bar is, it basically allows you to pick your own applications or commands and bind them to the little Chevron or Arrow in the middle of the Honeycomb Bar (also called the "Mini Apps Tray")
However the built in action that pops up the Task Manager/World Clock/Calculator etc also initiates. Is there some way to remove the TouchWiz Apps Tray?
Or does this require more tinkering than a simple apk deletion from system/apps
somebody9 said:
Or does this require more tinkering than a simple apk deletion from system/apps
Click to expand...
Click to collapse
It's much more involved. That aspect of touchwiz is buried somewhere in the frameworks. The last time I checked (a month ago), several people on both the Galaxy Tab 10.1 and 8.9 forums were looking for the same thing, but I haven't seen any good solutions.
If you find something over in one of those forums, try to get information on HOW they did it, and I'll try to reproduce it with ours.
I know with HTC phones modding such things requires the knowledge of decompiling, compling and signing apk's using apkTool or apkManager and editing smalis in notepad ++. You would have to track down which particular file contains the code and then know how to edit it to hide the taskbar. As an example just the simple task of hiding the clock in the notification bar of my HTC Incredible phone required the addition of 2 lines of code in the clock.smali file inside SystemUI.apk and the only way to get it to work was to push the file back to the phone and set permissions with adb. You couldn't just copy and paste it back in.
Thanks for the suggestions guys. I actually did go look at a bunch of 10.1 and 8.9 ROMs and it looks like there may be a solution out there. I've contacted one of the ROM developers for an answer.
If someone tells you what file to edit and what lines of code to use please post it as it will be useful to the community.
You may install honeybar form market to hide/unhide the bottom bar(notification and clock as well)
Sent from my GT-P7500 using xda premium
i just tried honeybar and it doesn't work for me. I also have go launcher ex installed so not sure if it's conflicting. I see the white box for honeybar, but pressing on it multiple times does nothing (it even goes away eventually as described in the install notes).
Honeybar isn't the solution that most of us are looking for. I myself love the Honeycomb default bar. It's the Mini-Apps Tray that is entirely useless. The least that Samsung could have done was to make the shortcuts changeable by the user.
The whole point of quick access to shortcuts is to have a quick access to the applications you use the most without flipping through homescreens or going to the Apps Tray. Thanks Samsung, I really need the World Time and Calculator more than I need the Browser and Settings Panel.
somebody9 said:
Hi everyone. First of all, many thanks to Gary for Root. It was quick and painless.
Now that we have root, I was wondering if anyone knows what needs to be deleted in order to get rid of that pesky pop up menu you get by pressing on the Chevron/Arrow in the middle of the bar.
I have the Wizz Bar (what an unfortunate name) installed and it does the job so much better. If you're wondering what Wizz Bar is, it basically allows you to pick your own applications or commands and bind them to the little Chevron or Arrow in the middle of the Honeycomb Bar (also called the "Mini Apps Tray")
However the built in action that pops up the Task Manager/World Clock/Calculator etc also initiates. Is there some way to remove the TouchWiz Apps Tray?
Or does this require more tinkering than a simple apk deletion from system/apps
Click to expand...
Click to collapse
I've wondered whether there was a way to intercept the trigger that touching the chevron activates and just redirecting it to another command (such as what happens when you hit the "home" button after you've installed a home replacement). That way we wouldn't have to worry about hacking the touchwiz dock for customizing, we just replace it altogether so something else is invoked by touching the shortcut.
rEVOLVE said:
I've wondered whether there was a way to intercept the trigger that touching the chevron activates and just redirecting it to another command (such as what happens when you hit the "home" button after you've installed a home replacement). That way we wouldn't have to worry about hacking the touchwiz dock for customizing, we just replace it altogether so something else is invoked by touching the shortcut.
Click to expand...
Click to collapse
Re-mapping the function would be more involved than just turning it off but it is possible if you know what you're doing. For HTC phones there's a mod called rosie remap which does just about the same thing but its a complicated hack. It remaps a + button on the phone that ads apps to the homescreen, the mod allows you to reassign the button so it opens any app you want. I believe this is a framework-res.apk mod. Eventually someone who is familar with touchwiz will do these mods, if they haven't already for the 8.9 or 10.1, which should all be pretty much the same.
Edit: I think the chevron function would be in the touchwiz apk located in system/app but I don't know what Samsung calls it. HTC calls their Sense UI Rosie and you mod Rosie.apk to do the remapping of their UI specific buttons. If the chevron is part of honeycomb itself then it would be in the framework-res.apk file I bbelieve.
This is good info flowing in. I'm gonna see if I can figure out some more.
On a positive note - guess what Samsung changed? Exactly what I was *****ing about :
Mini Apps : Upgraded so you can choose and edit your own Mini Apps tray. You can easily access favorite features such as Calendar, Email, or PenMemo as a pop up over full screen applications.
Click to expand...
Click to collapse
somebody9 said:
On a positive note - guess what Samsung changed? Exactly what I was *****ing about :
Click to expand...
Click to collapse
Was there an update that I don't know about that allows this??? I really like the idea of the mini app tray, but like was said before, not having the ability to put your most used apps there makes it pretty useless.
Please explain how apps can now (or in the near future) be changed in the tray.
Thanks!!!
I guess until they release 7.7 we won't know. Unless there's an update out on KIES. But I really doubt it.
Confirmed:7.7 has fully customisable mini apps tray...i'm disappointed in Samsung for releasing 'premium' products in such close succession that are so different in functionality. Why did they not include this basic and important feature on all new of their new tablet products? I actually feel somewhat conned now
Sent from my GT-I9100 using xda premium
rEVOLVE said:
i just tried honeybar and it doesn't work for me. I also have go launcher ex installed so not sure if it's conflicting. I see the white box for honeybar, but pressing on it multiple times does nothing (it even goes away eventually as described in the install notes).
Click to expand...
Click to collapse
doesn't go launcher ex look like **** on the tab+? i installed it yesterday and when i found out that i can't remove the dock, i uninstalled it.
diospada11 said:
doesn't go launcher ex look like **** on the tab+? i installed it yesterday and when i found out that i can't remove the dock, i uninstalled it.
Click to expand...
Click to collapse
Pare, actually like it better because i don't like stock honeycomb desktop and app drawer. I set swipe up gesture to hide/unide the dock and also changed the stock dock icons.
Once we're able to customize the Touchwiz shortcuts, or hijack the launch command so we can tell it to launch something else, I'll be much happier.
For those who've not seen this function in action yet, check it out in this video at 2.05: http://m.youtube.com/#/watch?v=tBpzweqvKJA
Surely Samsung can put this function in tab plus on an update ... and they need to. The app tray is almost functionless otherwise. The presence of this thread is sufficient evidence that there is a high demand and several unsatisfied customers. Many customers have spent over £400 on this tablet. Why did they put it onto the 7.7 which was going on sale only a few days/weeks after the tab plus?
Sent from my GT-P6210 using xda premium
Just for my two cents, I would also like to see the app tray made editable. I've only had my unit for a couple of days, and I already feel its wasted on me for what it holds. Hoping for that to change in a coming update.
somebody9 said:
On a positive note - guess what Samsung changed? Exactly what I was *****ing about :
Click to expand...
Click to collapse
Where is this "mini apps?" Did I miss something?

[Q] I need a better clipboard functionality

One of the things that I loved about my ASUS Padfone 2 was the near stock UI.
The things that got changed by ASUS were mostly very useful, like the clipboard.
If I long pressed a textbox on my Padfone 2, the usual "paste" icon showed up accompanied by a second icon "clipboard".
When I clicked that icon, a panel slid up from where the keyboard normally is, which had the last copied elements as a small preview, with an additional button to edit the contents. In edit mode, I could delete elements or mark them as permanent (I guess the system would overwrite them when the cashe would be full at some point otherwise).
I miss that useful function on my Nexus 5.
Does anyone know a mod or custom ROM that does that?
I have looked into this on the play store, but the apps there require to run in the background or to switch to a third app to access the copied content.
You will have to look at the ROM feature list, but this is the first time that I have heard of this feature. If my memory is correct there aren't any ROMs with the feature but don't quote me. Third party app is your best alternative. This phone has 2GB of RAM it'll be ok in the background.
edit: You could also check xposed or make a request in the xposed thread.
I use clipper which is still a 3rd app but it works well for me. I use switchr to swipe in from the screen edge to access it.
Sent from my Nexus 5 using Tapatalk
Thanks for the replies.
I am not worried about the RAM running full, but I don't like to have any more notification icons than necessary.
Looks like I'll have to compromise clean look for functionality.
I wish google implemented the way ASUS did it into AOSP. It was really perfect.
Maybe Cyanogenmod will do this.
Thanks again for your comments.

[APP] 4.1.2+ Fellow (Facebook Replacement App)

"Time to Rebel"
With the recent changes Facebook has made to make us use the Facebook Messenger app, ive taken a next step to start building a Java based Chromeview built specifically for Facebook allowing you to message users the way its always been. In a nutshell, Fellow is a WebApp based on Facebook Mobile.
Here it is
Google Play: https://play.google.com/store/apps/details?id=com.NxIndustries.myfacebookfree
With the recent update, I focused on Media uploading and Java scripting and for the majority of Kitkat devices, it works but for some, you arnt so lucky...
Facebook Lockscreen
I actually found this activity on accident while developing my Launcher for the HTC M8 and figured i'd make a small app out of it.
Set Facebook Lock is a small application that allows a backdoor to use the Facebook Home's lockscreen without the need of the actual Home application and allows any device to use it bypassing Facebook's device detection. (I do not actually know if it works for all devices but worth a shot)
Google Play
https://play.google.com/store/apps/details?id=com.NxIndustries.FBLocker
Downloads
Apk: https://www.dropbox.com/s/ecf0r3ja1ruik0o/Fellow.apk?dl=0
Working nicely on Nexus 7.. Thanks.
Working on Note 3 Stock ROM and Note 1 with CM11. Thanks!
All i ask in return is a friendly review on google play! =)
Working on another Facebook app to coencide with this, will update thread soon. Time to Rebel
My Facebook app introduced
My Facebook *Free* introduced, ads driven
My Facebook will be recieving an update soon. Focuses on the following
-Java scripting update (Adds media upload support, Facebook mobile web actions enabled , native file upload/download support for media)
-Renamed to "Fellow"
-Materia UI inspired
-Splash added
-Overall enhanced performance (chromeview/webview)
Still unable to upload images.
evansx6 said:
Still unable to upload images.
Click to expand...
Click to collapse
You kidding? What android version are you on? I was pumped when it was working for me...
Am on Samsung KK NG8. 4.4.2.
Could it be a permissions thing with TW?
Nx Biotic said:
You kidding? What android version are you on? I was pumped when it was working for me...
Click to expand...
Click to collapse
Can you Post a free Version of your Facebook app?
Black_Eyes said:
Can you Post a free Version of your Facebook app?
Click to expand...
Click to collapse
done
Awesome app mate, love it so much that bought ad free version...
2 suggestions though:
- Make arrows on top bar smaller and plain should blend better with material ui... It seems a bit off to my eyes.
- Make refresh button movable and excludable (is that even a word?) like Facebook chat heads, because it gets in the way,and going to menu and enabling/disabling it is a bit troublesome, therefore moving it somewhere else as needed seems easier... You could even make it hide like halo from paranoid
Teio said:
Awesome app mate, love it so much that bought ad free version...
2 suggestions though:
- Make arrows on top bar smaller and plain should blend better with material ui... It seems a bit off to my eyes.
- Make refresh button movable and excludable (is that even a word?) like Facebook chat heads, because it gets in the way,and going to menu and enabling/disabling it is a bit troublesome, therefore moving it somewhere else as needed seems easier... You could even make it hide like halo from paranoid
Click to expand...
Click to collapse
Il take this into consideration! This is what i like to here.
I agree on icons as basically their place holders for now, need to make it more material like. Need to make a material style for kitkat users. Floating Action Button was an experimental thing. I didnt know how people would react to it at first but its one of the things that make this webapp unique.
Nx Biotic said:
Il take this into consideration! This is what i like to here.
I agree on icons as basically their place holders for now, need to make it more material like. Need to make a material style for kitkat users. Floating Action Button was an experimental thing. I didnt know how people would react to it at first but its one of the things that make this webapp unique.
Click to expand...
Click to collapse
Cool! I quite like the floating refresh button, if you make it movable, it would be perfect!
Maybe add a full screen option?
That's very good work mate! I also use your launcher
This app is amazing, I'm really hate the official Facebook app and Fellow is perfect for me.
Just a few kilobytes, and a million times better than the official app, great work!
The only thing that bothers me is the loading bar (Image at attachments), If you can place it a little higher it will be awesome.
That was bothering me as well over few days after using it lol. Il surely look into it.
Great, hope you will fix it soon.
I left a review at the Play Store (Free version), look into it
Gonna be working on an update soon and taking everyone's feedback into consideration. I will be adding a more material feel to this as well as transparency options for kitkat+ users.

Lazy Swipe - Like Pie Controls for Note 4

I found this app yesterday, and I love it.
It is like pie controls for your unrooted Note 4.
One hand, one swipe access to recent tasks and people, favorite apps and toggles.
It works flawlessly and looks cool as well. Check it out. It's free.
Lazy swipe, ONE HAND and ONE SWIPE,do whatever you want!
Slide out the "Lazy Swipe" from your screen's left or right bottom corner in any situation, you could:
1. Find and open your most frequently used applications without any settings;
2. Find and open your newly installed or recently used application, no longer need to scrolling in your many application list;
3. Switch on and off the commonly used general settings, such as wifi, bluetooth, flashlight etc...
Since this is my first post, I can't post the link to the Play Store for it, or a review of it that led me to it in the first place, but it's "Lazy Swipe".
Loving it! Thanks!
Nice! Thanks for posting!
Sent from my SM-N910V using XDA Premium HD app
Not bad thanks!
Sent from my SM-N910V using Tapatalk
Super super slow app
I have tried it on z1 compact running cm12.
They changed the name to Omni Swipe. About to try it now.
EDIT: I'm loving this app. I don't even flip screens much anymore. Very easy to use. Thanks.
you know pie launcher can be ran on stock phones now too
so you dont need to be root just sayin
Has anyone using Omni Swipe been having any network issues when trying to download a theme through the app settings? Lately, every time I try to download my favorite theme, or search for a new one, it keeps telling me there's something wrong with my network when everything else is working fine. All I want to do is reapply the 'Hola Awakens' theme I have on my Tab 3, which is also having the same network issue using the same app, but I can't find the install location for Omni. If I could find it, I could probably just copy the theme there. Anyway, the rest of the app works fine, aside from that pesky network thing. Any thoughts?

[Q] Impact of Themes and Google Now

Hello everybody!
I'm interested in buying the Mate 8 but still have a few question I weren't able to find answers to.
I currently own a Nexus 5 and like the clean look of stock Android.
First questions are in regards to themes.
1. Do they still apply when you change the launcher or this somehow linked to the EMUI stock launcher?
2. Can you change the dropdown menu (notifications and quick settings) with these themes, too, in order to make it more like stock Android? Screenshots of the dropdown menu are rarely given.
3. How easy is it to create themes by oneself?
All in all I'd like to have a clean stock look as especially these bubbles around the icons are a pain to my eyes.
I would prefer to NOT have to flash a custom ROM.
The second part of my questions is in regard to Google Now.
1. Do you have the Google Now cards available?
2. Is Google Now on Tap working?
I hope you guys can enlighten me
Thanks in advance! :fingers-crossed:
SCHMANKii said:
Hello everybody!
I'm interested in buying the Mate 8 but still have a few question I weren't able to find answers to.
I currently own a Nexus 5 and like the clean look of stock Android.
First questions are in regards to themes.
1. Do they still apply when you change the launcher or this somehow linked to the EMUI stock launcher?
2. Can you change the dropdown menu (notifications and quick settings) with these themes, too, in order to make it more like stock Android? Screenshots of the dropdown menu are rarely given.
3. How easy is it to create themes by oneself?
All in all I'd like to have a clean stock look as especially these bubbles around the icons are a pain to my eyes.
I would prefer to NOT have to flash a custom ROM.
The second part of my questions is in regard to Google Now.
1. Do you have the Google Now cards available?
2. Is Google Now on Tap working?
I hope you guys can enlighten me
Thanks in advance! :fingers-crossed:
Click to expand...
Click to collapse
1. Do they still apply when you change the launcher or this somehow linked to the EMUI stock launcher?
EMUI themes still apply when you change launchers. You can set your custom icons on the launcher desktop, but the themed icon will still appear in other places like the recent apps screen or in notifications. So you will still see ugly rounded square or circle boarder with your icons outside of your launcher desktop. Fortunately this can be solved by installing custom EMUI theme with stock icons, which you can find here: http://foerster.io/hack-huawei-enable-pure-icons-with-no-borders-backgrounds-etc/
2. Can you change the dropdown menu (notifications and quick settings) with these themes, too, in order to make it more like stock Android? Screenshots of the dropdown menu are rarely given.
Themes can change the dropdown menu to a certain extent, mostly changing the shortcut icons. I've yet to see any theme that can make the dropdown menu look completely stock, I don't think it's possible because they operate differently. To me the EMUI dropdown UI looked decent enough (albeit in a different style) so I don't mind it so much.
3. How easy is it to create themes by oneself?
Don't know, never tried it myself.
1. Do you have the Google Now cards available?
I have the international version of the phone (L29), most google services are pre-installed including google now cards. If you get the Chinese version you'll have to install google services yourself, which I heard is a fairly easy process.
2. Is Google Now on Tap working?
You can turn on the now on tap function in google cards settings, but it doesn't seem to work when I long press the home button.
Please note that I'm still on an early EMUI build (B103) and have not yet received any OTA, I don't know if later updates changes anything.
Overall I did get a fairly decent looking UI running on my mate 8. Some UI elements will remain in EMUI style (most notably recent apps and notification dropdown and settings screen) as you can't change those without a custom ROM or at least some root hack, but I don't mind those too much, in fact I liked some of the EMUI design. The worse part of EMUI 4.0 is the launcher and the forced icon background on 3rd party apps, but like I said earlier these can all be averted with 3rd party launcher and custom theme. If you're a diehard fans for the "stock-look" who won't accept any non-material design element then this may not be good enough for you, but it is good enough for me.
@beachletter
Thank you a million times, Sir!
So did I get this right and you also tried to achieve a more or less stock look?
If so, could you please provide screenshots of your dropdown menu and maybe of your homescreen?
Did you own a Nexus phone before the Mate 8, too?
Regarding the dropdown menu of notifications: if I understand it correctly it's more or less working like a timeline, not like on other phones. This can't be changed, can it? I guess I know the answer as themes are supposed to only change the look and not the way things work, but yeah...
This is what my ui looks like after getting custom launcher and material design icon theme.
Sent from my HUAWEI NXT-L29 using XDA Free mobile app
SCHMANKii said:
@beachletter
Thank you a million times, Sir!
So did I get this right and you also tried to achieve a more or less stock look?
If so, could you please provide screenshots of your dropdown menu and maybe of your homescreen?
Did you own a Nexus phone before the Mate 8, too?
Regarding the dropdown menu of notifications: if I understand it correctly it's more or less working like a timeline, not like on other phones. This can't be changed, can it? I guess I know the answer as themes are supposed to only change the look and not the way things work, but yeah...
Click to expand...
Click to collapse
I like stock icons and stock recent apps screen, but for notification and quick settings drop down I actually liked EMUI's implementation. I used CM and other near-stock rom in my previous phones.
See the post above for screenshots.
Alright, thanks again!
Now I have most of the information I can possibly get to make the right decision. Hopefully I will
Okay, so I've bought a Mate 8 to test things.
While it is really well designed, is nice to hold and snappy as well, I still can't get myself to like the software that much.
I have tried to apply the theme @beachletter provided but it somehow doesn't apply correctly and therefore many icons still have that bubble around it (e.g. Chrome, Play Store). Dialer and Contacts are still the same icons.
Regarding Google Now on Tap: this functionality was added with B152 firmware update which immediately showed up while setting up the device.
Additionally I have to say that the horizontal scrolling in the recent apps menu is even more unintuitive than I've thought it would be.
SCHMANKii said:
Okay, so I've bought a Mate 8 to test things.
While it is really well designed, is nice to hold and snappy as well, I still can't get myself to like the software that much.
I have tried to apply the theme @beachletter provided but it somehow doesn't apply correctly and therefore many icons still have that bubble around it (e.g. Chrome, Play Store). Dialer and Contacts are still the same icons.
Regarding Google Now on Tap: this functionality was added with B152 firmware update which immediately showed up while setting up the device.
Additionally I have to say that the horizontal scrolling in the recent apps menu is even more unintuitive than I've thought it would be.
Click to expand...
Click to collapse
That's strange, on my phone the dialer and contacts have separate icons (although I usually don't use contacts because I can quick dial any name in dialer to search my contact list) , and I don't see any icon background/border for chrome or play store.
Maybe you should check out the newest version of the theme here: http://forum.xda-developers.com/general/rooting-roms/hack-enable-pure-icons-borders-t3315731
and FYI the launcher I use is NOVA Prime
Good to know google now is back in B152. Unfortunately my phone doesn't get any OTA update above B103 yet. But at least there's no camera focusing issue on my phone, even with B103.
beachletter said:
That's strange, on my phone the dialer and contacts have separate icons (although I usually don't use contacts because I can quick dial any name in dialer to search my contact list) , and I don't see any icon background/border for chrome or play store.
Maybe you should check out the newest version of the theme here: http://forum.xda-developers.com/general/rooting-roms/hack-enable-pure-icons-borders-t3315731
and FYI the launcher I use is NOVA Prime
Good to know google now is back in B152. Unfortunately my phone doesn't get any OTA update above B103 yet. But at least there's no camera focusing issue on my phone, even with B103.
Click to expand...
Click to collapse
It's not that bad anymore. I installed Nova Prime as well and added icon packs to fit my preferences.
But with the new theme it's working, even in the status bar! Thanks for providing the link!
SCHMANKii said:
It's not that bad anymore. I installed Nova Prime as well and added icon packs to fit my preferences.
But with the new theme it's working, even in the status bar! Thanks for providing the link!
Click to expand...
Click to collapse
Actually I just switched to this theme which seems to have a more comprehensive set of material design icons:
http://forum.xda-developers.com/mate-7/themes-apps/theme-material-emui-predaturd-p-kulkes-t3265917
You may want to give it a try.

Categories

Resources