Requires Xposed framework!
Hey guys,
I was surprised to see that no one made this before, so here is a module that fixes the broken Android TimePicker.
I consider the TimePicker broken because changing the minute from 59 to 0, or vice versa, increments or decrements the hour, respectively. Since it's common to choose a time by first setting the hour and then the minute, this is really annoying.
This module removes the described behavior from time pickers implemented using the android.widget.TimePicker class.
APK and source for the first version are attached.
The module can also be found on the Xposed repo: net.feichti.timepickerfix
Edit:
To be clear, I'm talking about the old spinner-style time picker like the right one in this picture, not the pretty one on the left.
{
"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"
}
Update v1.1:
I uploaded a new version which adds the fix for date pickers.
I don't think this affects my Moto X. If I choose the minute, the hour doesn't change regardless of going past 59 out before 00. Is this a problem in xperia or stock Android only?
It's that way at least in AOSP (it's in the code) and on my Xperia Z1c.
I believe I've read something about it also, but I cannot remember where.
It is also not working for me. Nexus 5
Are you running AOSP?
Could you look at the Xposed log if there's some error?
Hi. Just started to use your great module. Been scratching my head since I started using my new phone (old one doesn't need fixing date/time) and didn't expected such weird behaviour from newer Android.
Would be great if the 'fix' being implemented for date also, since the 'feature/bug' not only affected time but date too.
kotey said:
Hi. Just started to use your great module. Been scratching my head since I started using my new phone (old one doesn't need fixing date/time) and didn't expected such weird behaviour from newer Android.
Would be great if the 'fix' being implemented for date also, since the 'feature/bug' not only affected time but date too.
Click to expand...
Click to collapse
I just uploaded a new version which adds this. Check it out and tell me if it's working for you.
Thanks. Both functions working now
Caveats:
- Time is enabled by default. Date is not, have to manually enable.
- Requires reboot after ticking/unticking to take effect (maybe only on my phone, or maybe others too)
Works great in the end nevertheless.
Edit:
Took a look at the source, everything looks good. I suppose that hook can only be released by a reboot. SharedPreference.OnSharedPreferenceChangeListener might change but didn't commit until next hook (reboot). Ok, I'm a *very* satisfied customer
I'm glad it works for you.
Related
Hey all, I know some of you are like me and hate the TW buttons in the status bar so I threw together a KME version of SystemUI.apk Just copy the new one into system/app Make sure you backup the original in case. I am running it fine on the Starburst rom.
{
"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"
}
This is very good that you created tthis, many thanks. But this could definitely use some screenshots before someone commits to installing this.
Good point. That was a late night blurry eyed post, I'll add a screenie in a bit when I get back to my tablet.
Sent from my LG-P999 using Tapatalk
there are a few of these out there already. but good one on contributing bro. i loike seeing more people create things around here.
I didn't realize there was an AOSP on available for the KME update, all of the ones I tried just made the whole bar disappear.
x-ravin said:
I didn't realize there was an AOSP on available for the KME update, all of the ones I tried just made the whole bar disappear.
Click to expand...
Click to collapse
yep. ive made a few different variations, doc has, and boosted. now you. we should all start an aospbar mod crew.
-From my latest rom-
-Old one that boosted posted of mine-
Cool! Yeah I want to get the clock looking AOSP as well. Really my main goal is to hack the MiniApp framework to start building our own miniapps, I'd love to have a GTalk miniapp so I can send quick messages without closing out a video.
I've started work on it, but working part time and grad school part time is going to keep that project at low priority.
x-ravin said:
Cool! Yeah I want to get the clock looking AOSP as well. Really my main goal is to hack the MiniApp framework to start building our own miniapps, I'd love to have a GTalk miniapp so I can send quick messages without closing out a video.
I've started work on it, but working part time and grad school part time is going to keep that project at low priority.
Click to expand...
Click to collapse
yeah i know how that goes man. 2 jobs, finishing my degree, and a 5 year old daughter prevents me from spending too much time with this stuff too. mini-tray is on my list of things to kill.
like AOSP
Hello!
I am running an overcome rom.
How can i remove light line above the system bar?
And how can i remove screenshot and miniapps buttons? I want to make AOSP like UX.
Thanks in advance.
Please read the limitations before installing or replying!!!!
Hello all. This was a request so I threw this together today as a way of procrastinating and making the long weekend feel a little longer
Sony gives single sim users an easy way to enable/disable LTE from the quick settings. They don't have us Z3 Dual users the same luxury. Lets fix that! This xposed module allows quick and easy enable/disable of LTE for Sim1. Simply install, enable, and restart. Then add the tile the normal way.
LIMITATIONS and known issues:
1. Rarely the tile doesn't correctly update the state at boot. Simply enable and disable the LTE tile, it'll be fine afterwards.
2. Big one- The tile only works with Sim 1. The "Sim card for data traffic" setting will have no effect on this. So keep your data sim in slot 1. Sorry to those users wanting to switch back and forth.
3. The module was only tested on 5.1.1. It may work with 5.0. I've no idea about 4.4. Post your results.
4. A couple of checks were left out that were present in the original code. This module will assume sim 1 is capable of LTE.
As I said, I put this together in a few hours due to a request. It seems to work fine on my phone. But I haven't extensively bug tested it. Hence the 0.1 version number and beta status.
Regarding the limitations. If I have time, I may try to tackle them. #2 will require considerable work as the code currently only supports 1 sim. A number of portions will need to be rewritten. Although, honestly I'm very busy with work and I doubt I'll find the time. The source is posted with this module as usual. I put a few thoughts about this in the source comments. Anyone is free to give it a shot. That's the advantage of open source.
{
"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"
}
Thank you very very much
Sent from my D6633 using XDA Premium 4 mobile app
Very useful thx, I hope you make another version do that, ON --- Only LTE, OFF --- Only GSM,
Hi everyone!
I searched many places looking for a version of Eleven to work in my Pocket Neo running CM12.1, to no avail, so I decided to make one myself, one which works on low dpi devices like ours!
I just added a layout that fits in our screen, so it's not much great. And it has a couple bugs so feel free to send screenshots and report!
It works normally on other devices too, so no need to worry about installing it elsewhere
Known bugs
Theme engines: If the theme works, it will make the app crash when changing album background(that blurred parte). Although the theme most probably won't work.
Screenies
{
"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"
}
Please push thanks if you like it, it's just 2 seconds!
ATTACHMENT IS OUTDATED, CHECK SECOND POST
JULY 2 UPDATE: Even with a crappy keyboard I went in and fixed the text centering issue: Link here >>>>>>>>>>>>http://cloud.tapatalk.com/s/5779173264801/Eleven.apk
when you do not have music at all the text is not centered
Nickblorck said:
when you do not have music at all the text is not centered
Click to expand...
Click to collapse
Yes, I know. I'm working on it
Sorry for the delay. My PC keyboard broke and I can not estimate how soon I will get a new keyboard, *however* i'm working on something nice for all devices ( while I'm on my phone ), and additionally this modded app will NOT be forgotten.
Big thank you,bro
May u can make sms,audio fx app smaller which can be able in our small neo screen
krisw22 said:
May u can make sms,audio fx app smaller which can be able in our small neo screen
Click to expand...
Click to collapse
I don't use AudioFX much so it's pretty unlikely I'll do it for now. Regarding Messages... What's really wrongly sized? It looked fine for me all along
Enviado do meu GT-S5312
I updated the app, now the no results message is fixed! Check second post: and stay tuned for AudioFX!
Sent from my GT-S5312
My Pixel 1 running the latest stock ota Pie build (pq3a.190801.002) apparently still has no way to filter unknown callers by default. Seems like this should just be a basic feature built into phones at this point. And I assume newer Pixel models don't have it either, since the software is basically all the same. Since "DND" is just a glorified silent mode, that means every spam call interrupts music (which I normally have going 10-12 hours out of the day). Sheesh. I appreciate my Pixel phone because using it means I don't have to trust yet another phone company with primary communications device. Since I want to maintain a trusted boot environment, my only option seems to be... trusting a third party app to block unknown callers. Now I just have to find one that won't violate my privacy. FML:
{
"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"
}
I found exactly one app [1] that required purchase, and then found out that it is no longer developed and doesn't work anymore after purchasing it. Cool. I've looked at half a dozen others and they all have invasive "features" such as automatic lookups for everyone that calls me. This guarantees they are sending information about every call I receive back to themselves to process this. Cool.
At this point I'm starting to assume my best option is to give up and buy an old flip phone.
1: https://play.google.com/store/apps/details?id=com.vladlee.easyblacklist
I totally forgot about Tasker. I think I've fixed this with a simple profile:
Inspired by redd.it/65cohh
briankb said:
I totally forgot about Tasker. I think I've fixed this with a simple profile:
Inspired by redd.it/65cohh
Click to expand...
Click to collapse
Ooh, thanks for the solution. I've put it on my wishlist to think about it before pulling the trigger to buy it. I get at least one spam call a day. And spam text like every week. I hate it. How's the app doing for you? Still no more spam calls?
android apps are going back to default settings after reboot.
I generally limit some apps from running in the background and change some permission settings and toggle off the "change permission if unused". The thing is my apps are going back to the initial settings and permissions after i reboot the device (sometimes) the other day i reboot it and everything wasn't changed. But i power off the phone and let it off like 24 hours and it happened again everything was back to default and permissions too.
Does anyone know what might be causing this problem and if it has a fixed or work around??? Thanks in advance
I have that problem too. After every restart, I have to set up tasker and similar apps again.
I forwarded your question to the official asus forum.
Thank you so much
update: after the latest August update. this appears to be fixed, im not having this issue any more.
efkosk said:
I have to set up tasker and similar apps again.
Click to expand...
Click to collapse
I was set to get the ZF9 when it's released in the States but this is very concerning. Has the update OP mentioned help in your case? Thanks.
No, I only have the August update. Not fixed
I don't understand how he can have an update from September in August.
No sorry i meant the August update
And since i haven't had the apps issue
{
"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"
}
I also did a factory reset and i did not restore from my backup, i started from scratch
Im sorry guys, i apologize
i spoke too soon,
This issue is still affecting my asus
This is an Android bug it seems. I am facing this on my Google Pixel like many others https://forum.xda-developers.com/t/app-preferences-being-reset.4438307/
gaby704 said:
Im sorry guys, i apologize
i spoke too soon,
This issue is still affecting my asus
Click to expand...
Click to collapse
Keep us posted in case you have a solution. The devs don't seem to care.
Abdel1993 said:
Keep us posted in case you have a solution. The devs don't seem to care.
Click to expand...
Click to collapse
Hi , sorry i won't be able to do that anymore since i sold the device a couple of months ago
Am on different device (Pixel 7 Pro) and this happen to me as well
I have the same problem and tried almost everything. Once I even got more than 2 weeks without settings returning to the default, but sooner or later it happens again and again.
This topic was also present at Asus forum https://zentalk.asus.com/t5/zenfone...esets-its-settings-on-reboot/m-p/190192#M2738