RememberIME - Automatically change and remember the IME setting (App/Activity based) - Xposed Framework Modules

RememberIME
This Xposed Framework module allows you to store and restore the IME / Keyboard / Softinput setting per app and activity.
This means it automaticly switches the IME to the last setting you used in the app / activity.
{
"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"
}
Download:
https://github.com/Eun/RememberIME/releases
Xposed repo:
http://repo.xposed.info/module/eun.xposed.rememberime
Source:
https://github.com/Eun/RememberIME

Looks amazing, I've been wanting something like this for a long time. I don't think I dare install it, though, until there's some kind of UI for viewing and clearing App<->IME associations that have been stored--I occasionally switch keyboards to try something out and would want to be able to put everything back to normal quickly. This is separate from the ability to manually associate apps with certain IMEs, which would be even cooler but would also be more work. Thanks again for a great start!
Sent from my Nexus 4 using Tapatalk

I've only been testing it with two IMEs but so far there haven't occurred any problems :thumbup:
An UI would be a nice feature (see post above) and if possible a blacklist to only use a definable 'default' IME.
As far as I have noticed every app is linked to an IME (or the other way around) even if there is no need to type in text anywhere in the app (e. g. Launcher, games, etc). I assume this to 'pollute' the link-list
But for me an UI is not that important
Sent from my Boeffla powered Slim GT-I9300

daniels220 said:
Looks amazing, I've been wanting something like this for a long time. I don't think I dare install it, though, until there's some kind of UI for viewing and clearing App<->IME associations that have been stored--I occasionally switch keyboards to try something out and would want to be able to put everything back to normal quickly. This is separate from the ability to manually associate apps with certain IMEs, which would be even cooler but would also be more work. Thanks again for a great start!
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
I don't feel this is necessary, since you will always see the Systems Chooser dialog.
To reset, you need to flush the data and reboot.
w0rinal said:
I've only been testing it with two IMEs but so far there haven't occurred any problems :thumbup:
An UI would be a nice feature (see post above) and if possible a blacklist to only use a definable 'default' IME.
As far as I have noticed every app is linked to an IME (or the other way around) even if there is no need to type in text anywhere in the app (e. g. Launcher, games, etc). I assume this to 'pollute' the link-list
But for me an UI is not that important
Sent from my Boeffla powered Slim GT-I9300
Click to expand...
Click to collapse
The default IME (= what you set in SystemSettings/Input) will be used if an app is not in the list.
Pollution should not occur since the module only stores the data IF you modified the IME, so if there is no IME for an app, you wont change anything. No change => no save.

Is it possible to make something like this, but for switch language of one keyboard (for example english, russian, emoji on xperia keyboard).
I mean for example when you run Viber keyboard start with english layout, when you run SMS app - with russian layout...

dron39 said:
Is it possible to make something like this, but for switch language of one keyboard (for example english, russian, emoji on xperia keyboard).
I mean for example when you run Viber keyboard start with english layout, when you run SMS app - with russian layout...
Click to expand...
Click to collapse
Yes this should be possible, by storing and setting the Subtype. (mCurrentSubtype in InputMethodManagerService and setInputMethodAndSubtype in InputMethodManager).
Feel free to create a fork and implement it.

Looks tremendously useful for anyone with multiple keyboard likes. Language setting idea also good but may be different for each KB so a mess to implement.
Will give it a try!

eunrox said:
Yes this should be possible, by storing and setting the Subtype. (mCurrentSubtype in InputMethodManagerService and setInputMethodAndSubtype in InputMethodManager).
Feel free to create a fork and implement it.
Click to expand...
Click to collapse
Unfortunatelly my coding skill isn't good, but your words gave me hope for such module.

eunrox said:
Yes this should be possible, by storing and setting the Subtype. (mCurrentSubtype in InputMethodManagerService and setInputMethodAndSubtype in InputMethodManager).
Feel free to create a fork and implement it.
Click to expand...
Click to collapse
Oh, please, someone, make it happen!

When I am trying to update my 1.0 version to 1.1 I just have the same 1.0 after update. Please fix this.
Sent from my C5302.
Sorry for bad English.

Sv3ne said:
When I am trying to update my 1.0 version to 1.1 I just have the same 1.0 after update. Please fix this.
Sent from my C5302.
Sorry for bad English.
Click to expand...
Click to collapse
Same here

Please make it work with Google keyboard languages. Can you do it?
Sent from my C5302.
Sorry for bad English.

Sv3ne said:
When I am trying to update my 1.0 version to 1.1 I just have the same 1.0 after update. Please fix this.
Click to expand...
Click to collapse
Fixed.
Thanks for report.

Sv3ne said:
Please make it work with Google keyboard languages. Can you do it?
Sent from my C5302.
Sorry for bad English.
Click to expand...
Click to collapse
Yes PLEASE!

is it planned to get this ported to Lollipop? I would but I have no coding skills
Does this info from rovo89 help to get it done?

Sadly, it's not working at all on CM12.1. Is there a chance for us to see this ported in the future?

Crash when pressing home in terminal emulator
thanks so much for this module.
I do have one common problem however, persists across Cyanogen mod 11 (11 M10 d2lte, 11 M12 jflte) on my SG3 and SG4 and on CM 10.2.1-grouper on my Nexus 7.
To reproduce:
(Default keyboard was set to Android AOSP Keyboard)
Launch Terminal Emulator, choose Hackers Keyboard via AOSP keyboard, press home button, OS locks up and reboots or has to be rebooted.
I tried version 1.0 and 1.1 with the same issue. I don't think it actually matters if AOSP keyboard is set as default first or not.
If I exit terminal emulator via any other means say backing out everything works fine. However I often need to switch apps via home so i can keep terminal emulator open.
Please fix this if you can, let me know if you need any other info.
thanks!

Thanks for this app, but somehow this does not work on Marshmallow...
Running a Nexus 6 with CM 13.
On my android 4.3 tablet this works great.
Edit: sorry, didn't read the posts above this one...

Can you please add MM support, thanks

@eunrox
Hey Eunrox and everyone, got a question....
When I go back to home screen it opens the keyboard on Sense homescreen. I have to click "back" to close keyboard. So things happen like, when a call comes in I have to clear the keyboard before i can answer.
So is there any way to disable IME from opening keyboard on Sense home screen / phone app ?
Otherwise the module is great, exxxxactly what I needed and im happy I stumbled across it. Thank you very much for your work and sharing it. It really helps because of the particular apps and browsers I have to use. Thank yoy so much.
Ps
Android 4.4.4 Kitkat, HTC Sense, ViperOne ROM
THANKS

Related

[Launcher and Widgets] LG Optimus Launcher and Widgets

Hello everyone,
A while ago I was reading a thread about the LG Home launcher ported to the EVO (Link). I really liked the launcher so I gave it a try on my Apollo, of course it didn't work as it should have.
So I asked aalopez10 if I could try and make it work for our Apollo's. He replied with a yes.
So I grabbed the latest version of APKTool and went editing.
The launcher
The launcher had 2 problems, the appdrawer (still not fixed) and the dock.
The dock is fixed in this version and I also added the home selector apk which is needed if you want to use that function in the home settings.
Pics and download below.
Pics:
{
"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"
}
The fixed Dock
Not yet fixed appdrawer(halp?)
The Widgets
I also ported some of the widgets, first of all the Memo widget.
This one is fully working, as far as I'm concerned.
The images or videos may look weird in editing mode, but everything works perfectly.
The Working Memo widget.
The World Clock widget is working after reworking some code.
If you need daylight savings time, touch the little clock next to the city name in the settings menu. (You can get to the settings menu by touching the widget)
The World Clock widget.
The Analog Clock widget hasn't changed from the original rip, but still works on our devices.
You can select 1 of 8 clocks and use them in your widget.
The Calendar widget is also working, but it won't sync with your agenda(I will look into this later).
The Calendar widget.
You can download all of these widgets at the end of the thread.
Downloads
Latest version of the launcher, this version still has the open spacing in the appdrawer categories: Launcher
All the widgets mentioned in this thread: Widgets
PM me if you want to help or if you want to know how I did it or something.
Dympy
Nice efforts.
Tried it
Awesome launcher, thanks for port, i will analyze and I will comment on the bugs.
(Sorry for my english)
Thanks, please do report bugs and I will try to fix them.
Right now working on the appDrawer.
Good work, the launcher runs great exept some bugs:
When I try to change Home selector in Home settings I've got "Force close of LG Home"
In the number screen menu "OK button" is too bigger than "Cancel button"
I can send you 2 links with better quality image of your launcher if you want.
(Sorry for my english, I'm french)
dympy said:
Hello everyone,
A while ago I was reading a thread about the LG Home launcher ported to the EVO (Link). I really liked the launcher so I gave it a try on my Apollo, ofcourse it didn't work as it should have.
So I asked aalopez10 if I could try and make it work for our Apollo's. He replied with a yes.
So I grabbed the latest version of APKTool and went editting.
There were two problems, the app icons in the dock (fixed in this version) and the icons in the appdrawer(not yet fixed).
The app icons in the dock were just too big to look good and there was too much empty space in the categories in the appdrawer.
So after half an hour the first problem was fixed, and I want to share it with you guys.
Pics (sorry for them not being screenshots, I can't get any of the screenshot taking apps working on my phone):
The fixed Dock
Not yet fixed appdrawer (sorry for the quality)
Click to expand...
Click to collapse
Hello dympy..... I was just wondering whether you could tell me how can I optimize an app for lower resolutions.... I mean there is a launcher for hdpi phones that I want to install on our phone.... Everything works fine... but it doesn't pan well to our lower resolution...... Can you please guide me?
Sent From My Galaxy 3 With Kyrillos' Rom Version 3.1
gaby02 said:
Good work, the launcher runs great exept some bugs:
When I try to change Home selector in Home settings I've got "Force close of LG Home"
In the number screen menu "OK button" is too bigger than "Cancel button"
I can send you 2 links with better quality image of your launcher if you want.
(Sorry for my english, I'm french)
Click to expand...
Click to collapse
Your first problem will be fixed in my next update, it requires an extra app which I forgot to add. Your second problem isn't that much of a problem, but I'll look into it.
Dympy
anant.0097 said:
Hello dympy..... I was just wondering whether you could tell me how can I optimize an app for lower resolutions.... I mean there is a launcher for hdpi phones that I want to install on our phone.... Everything works fine... but it doesn't pan well to our lower resolution...... Can you please guide me?
Sent From My Galaxy 3 With Kyrillos' Rom Version 3.1
Click to expand...
Click to collapse
A lot of the little changes I made were in the .smali files. I used Notepad++ to change some of the values so it worked. You have to look for names(they usually give a hint of what they are) and if the value starts with 0x, I found out the numbers behind it are hexadecimal which were open for change. I also had a lot of use on this site, it gave me information about the Icons.
I will post a more detailed log on how I did it (maybe a seperate guide)after I have everything working.
Dympy
dympy said:
A lot of the little changes I made were in the .smali files. I used Notepad++ to change some of the values so it worked. You have to look for names(they usually give a hint of what they are) and if the value starts with 0x, I found out the numbers behind it are hexadecimal which were open for change. I also had a lot of use on this site, it gave me information about the Icons.
I will post a more detailed log on how I did it (maybe a seperate guide)after I have everything working.
Dympy
Click to expand...
Click to collapse
Thanks a ton dympy.....
Sent From My Galaxy 3 With Kyrillos' Rom Version 3.1
Thanks for your great work, waiting for new versions!
Nice. Will try.
You don't need an app to take a screenshot - just press back + home and it takes one
Thanks for mentioning, but this only works for me when I'm on my home screen. In the appdrawer it won't work.
Dympy
Thom47 said:
Nice. Will try.
You don't need an app to take a screenshot - just press back + home and it takes one
Click to expand...
Click to collapse
That doesn't work
I'm a little bit stuck on the extra free spaces in the appdrawer, but I have not given up.
While I was looking into the code of the launcher, I also looked in to the code of some of the other widgets.
So I made the Memo Widget work.
Link in the first post.
Dympy
good work...
for you interest n efforts
Forgot to mention I added the world clock widget to the widgets pack.
See first post.
I'm still kinda stuck at the empty spacing in the appdrawer, if someone knows how to fix, please PM me.
I will keep on working on this launcher until it's perfectish.
Dympy
Humpie said:
That doesn't work
Click to expand...
Click to collapse
Try QtADB http://forum.xda-developers.com/showthread.php?t=972758
Sorry, but do someone know how to install this on your phone??
How can you get a rar to a apk file??
Markie16 said:
Sorry, but do someone know how to install this on your phone??
How can you get a rar to a apk file??
Click to expand...
Click to collapse
Just unrar the files, the apk's are inside it.
dympy said:
Just unrar the files, the apk's are inside it.
Click to expand...
Click to collapse
Thanks, it works.
I only don't have the background of the launcher.
I would like the same background as the picture of the first post of this topic.

[ROM] [Miui] Gingerbread 2.4.6 (post 1)***ALPHA V4 MIUI 2.3.9 (post 2)

Well gang, here it is....Miui 2.4.6 for the Nook Color. First of all this update would not be possible without andmer's original port, and the help of Miui US (specifically lithium76 also known as 0xD34D, scott951, and gatormark08 also known as Mark Hoj). This update is based on the latest Cyanogen 2.3.7 Gingerbread base. Market has been fixed and will auto-update to version 3.4.4. Also included in this update is a modified launcher with customizable grid size (courtesy of lithium76. The modified launcher can be found as a standalone apk here: http://forum.xda-developers.com/showthread.php?t=1460776. Please be sure to hit lithium76's thanks button.
Current Bugs:
USB mounting appears to not be working in this weeks build.
You can mount usb storage from recovery still
1X2 & 4X2 digital clock widgets causing force close of modified launcher
Changelogs always available at www.miui.us
Download Here
{
"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"
}
Adjust Widget Alignment Here:
1. Go to settings>personal>launcher and set the row spacing to 5.
2. Download the local.prop.zip (attached below)
3. Extract the local.prop file from the zip, then using any file explorer with root access (Root Explorer, E-Strongs, etc.) copy and paste the local.prop file into /data.
4. Reboot
What this does: Changes the lcd density locally (on device only). It will not change the lcd density as read by the market. By default I have the density set to 200, because that's how I like it. You may change that number to whatever you like (default for Nook Color is 160, Miui rom defaults at 240) using the text editor feature in your root file explorer. A reboot will be required for any changes you make to that number to take effect.
ENJOY
Miui 2.3.9 v4 Ice Cream Sandwich Alpha!!!!
Well, after 53 test builds and a whole lot of help from the community I am happy to offer up a V4 Miui build for alpha testing.
This would not be available now if not for the help of:
gatormark08 (MarkHoj)
scott951
lithium76 (|0xD34D|)
superkid
Samiam303
ajrty33
Everyone involved in the CM9 development
The entire Miui.us team
Thank you to all who've contributed, for many late nights in IRC chatrooms, reading dozens of logcats, pushing, pulling, and decompiling files and sharing your information with me.
This is a very usable ALPHA rom.
Known Issues:
USB mounting
Netflix
Contacts force close (Go Contacts from the market works)
Themes / Lockscreens are hit or miss
Current Download: 2.3.9
MD5: 852b4887c07c7c943d8faf46f7fe290e
Download: 2.2.24
MD5: 1b07b08a81067fe1543097294f0bdf25
Screenshots:
Good work! Glad to hear miui is back for this device
this is a place holder
hockeyfamily737 said:
Bluetooth is broken at the moment.
Click to expand...
Click to collapse
I use this rom for a week and my Bluetooth is working. I admit that connection is a bit bugy. Every time i have to unpaire the device before connect again after a while of bluetooth disuse. Is that what you ment? Or i am some kind god blessed?
ruslanvetra said:
I use this rom for a week and my Bluetooth is working. I admit that connection is a bit bugy. Every time i have to unpaire the device before connect again after a while of bluetooth disuse. Is that what you ment? Or i am some kind god blessed?
Click to expand...
Click to collapse
The connection always has been and probably always will be buggy, because we don't have a proper bluetooth antenna. The device was never intended to be used as a tablet after all. I've actually not tested it myself. I was just relaying what has been reported to me (that it didn't work), and is entirely missing from the settings menu (which I did notice). Nice to hear that it actually does work pair & connect though. I will look into getting the bluetooth settings incorporated back into the settings menu.
I would love to run this but apparently my nook color won't boot into anything later than the last miui update before this one. Cm9 no go. Nothing. Boo... oh well thanks for putting in work. I'll see if I can't get it to boot sometime.
»»DARKSIDE««
Glad to see this really great rom get its own thread instead of being hidden in the other thread. Any word on official miui.us hosting?
this is awesome, can you possibly put some work in on phiremod miui as well? i would be eternally grateful
windywoo said:
Glad to see this really great rom get its own thread instead of being hidden in the other thread. Any word on official miui.us hosting?
Click to expand...
Click to collapse
Yes HockeyFamily737 got ftp, it should be hosted there from now on
gatormark08 said:
Yes HockeyFamily737 got ftp, it should be hosted there from now on
Click to expand...
Click to collapse
Indeed.....Download links at roms.miui.us are current. No more $hitty file hosting
HockeyFamily737 - is there any possibility to make option to use status bar at the bottom?
I think there would be a wery big interest in this option for tablets such as Nook Color.
The only thing is killing me in MIUI is the virtual buttons of button savior i use.
If there would be an option to put status bar at the bottom the using of virtual buttons would be a lot better.
I think at lest it would be great!
ruslanvetra said:
HockeyFamily737 - is there any possibility to make option to use status bar at the bottom?
I think there would be a wery big interest in this option for tablets such as Nook Color.
The only thing is killing me in MIUI is the virtual buttons of button savior i use.
If there would be an option to put status bar at the bottom the using of virtual buttons would be a lot better.
I think at lest it would be great!
Click to expand...
Click to collapse
Believe me when I tell you. I would love to have the status bar at the bottom and built in virtual buttons. Is it possible....yes, anything is possible. Will the Gingerbread rom see it....probably not, but we are hoping to eventually be able to incorporate it into v4.
hockeyfamily737 said:
I would love to have the status bar at the bottom and built in virtual buttons.
Click to expand...
Click to collapse
Maybe just bottom status bar without built in virtual buttons is easer implemented? rolleyes: with hope)
ruslanvetra said:
HockeyFamily737 - is there any possibility to make option to use status bar at the bottom?
Click to expand...
Click to collapse
It's not a perfect solution but I find zmooth to be very useful when running miui. I use the free version and the ability to swype the panel for left, home, and menu means I have to use button savior very little.
Thanks thanks thanks!
Does anyone else have problems with Google Maps? Nook freezes continuously when i use the maps...
thecdn said:
It's not a perfect solution but I find zmooth to be very useful when running miui. I use the free version and the ability to swype the panel for left, home, and menu means I have to use button savior very little.
Click to expand...
Click to collapse
Not perfect, but thanks for the hint.
No Wifi connection
I can't use Wifi.
No connections at all.
I try use static IP. Get connected but no data transfer.
Did you try rebooting your router? Works for me sometimes.
Sent from my gTab using Tapatalk
DennyNY said:
I can't use Wifi.
No connections at all.
I try use static IP. Get connected but no data transfer.
Click to expand...
Click to collapse
viskon said:
Did you try rebooting your router? Works for me sometimes.
Sent from my gTab using Tapatalk
Click to expand...
Click to collapse
^This would be the first thing to try^ Also, did you restore any system apps / or system data after you flashed? Did you do a complete wipe before you flashed? /system, /data, /cache?

[APP][XPOSED][4.0+] xRenamer - rename your apps universally

xRenamer
rename your apps universally​
This Xposed module allows you to rename your apps as you want. Some launchers have a feature that allows you to change the label of the apps on the launcher. For me this isn't satisfying enough, as the name actually stays the same and if you get an "choose an action" dialog the real name jumps out. The problem is easy, there is no way to. After noticing this module, which is created to rename QuickPic, I got the idea to create an app that allows you to rename any app(almost, see below). I developed the code further(my first android app ^^) to be able to change all the names at runtime and here it is: xRenamer.
Screenshots:
{
"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"
}
Requirements:
The Xposed Framework
Min sdk version of 11, which should be no problem
Installation:
Install the app.
Activate the module in the xposed settings.
Reboot.
Rename!
Permissions:
KILL_BACKGROUND_PROCESSES to restart the launcher
WRITE_EXTERNAL_STORAGE to save the settings
Limits:
At the moment, xRenamer is not able to rename:
System apps
Some rare apps(e.g the amazon app)
I am looking for a way to be able to rename these as well.
As long as this isn't the case, there are color tags in the app list dialog.
Green indicates that the app is an user application
Red indicates that the app is an system application
Yellow indicates that the app is neither in /data, nor in /system stored. Most of the time the app is an user application stored in /mnt/asec
Usage:
To rename an app tap the add button and either enter the package name of the app you want to rename by yourself or press the list button and choose an app from the list of installed apps. When an app has been identified, the icon will show up and a text is shown. Keep in mind that the add button won't be activated until the app has been identified. The add button also doesn't show up if you havn't entered a new name or if an entry for the app already exists.
To remove an entry tap the remove button. The actionbar will turn red and you are now able to delete an entry by simply tapping
it. Tab the button again to exit the remove mode.
To change an entry simply tab it and a dialog will pop up where you can change the name.
Although changes are applied during runtime, you may need to restart various apps for them to realize the change. For this purpose there is a button to restart the launcher hidden in the overflow menu.
Download:
Xposed Repo: Link
From xda: View attachment xRenamer_10.apk
I tested the app on my Note 3, running 4.4.2 and it's running fast and stable.
If you find any bugs, want to give your opinion or have an idea, feel free to do so.
Thanks to:
pyler for the idea and the basic code
rovo89 for the xposed framework
Hey! Thanks for this man!
Work for most apps.
Doesn't work for: Dolphin Browser, .Sprit2 (FM radio) & Google Camera (in data, non in system).
Edit:
Working
I have been in need of this functionality for so long. Thank you! Did not work on DialApp and Today Calendar, but that is it.
Would it be possible to add the ability to change app icons too? With Apex launcher, I can change them on the home screen, but I can't do anything if it is in the drawer and a theme I'm using doesn't cover some of my more obscure apps. That would be the icing on the cake.
Sent from my Nexus 5
Jesellers88 said:
Would it be possible to add the ability to change app icons too? With Apex launcher, I can change them on the home screen, but I can't do anything if it is in the drawer and a theme I'm using doesn't cover some of my more obscure apps. That would be the icing on the cake.
Sent from my Nexus 5
Click to expand...
Click to collapse
Would be amazing!
Jesellers88 said:
Would it be possible to add the ability to change app icons too?
Click to expand...
Click to collapse
Thats actually a really nice suggestion. I will look over it today. It would also be a nice Addition to unicon which doesnt allow single items to change.
Gesendet von meinem SM-N9005 mit Tapatalk
GalaxyInABox said:
Thats actually a really nice suggestion. I will look over it today. It would also be a nice Addition to unicon which doesnt allow single items to change.
Gesendet von meinem SM-N9005 mit Tapatalk
Click to expand...
Click to collapse
It's one of those things that always bug me about apps with horrible icons. I've deleted apps before because I couldn't stand look at them in my drawer. Even better would be to link it directly to installed icon packs and incorporate an icon picker.
I wish I could do this myself, but I'm glad you find the idea interesting.
EDIT: the more I think about it, the more I want to give it a try myself. I have yet to make an app, and I think this would be a great thing to start with.
Sent from my Nexus 5
This looks awesome. Thank you
Sent from my Nexus 5 using Tapatalk
Dint work for me for Quickpic I tried it with Lightning Launcher
I get this message every time I open the app. Please help!
@GalaxyInABox: Great idea!
I've a feature request: Please add an option to change the app-icon, so everybody could use custom icons (some complained about my "ugly icons )
Why does you store the settings on the sd card? /data/data/<packagename>/files sould also be okay.
If it does not work for some apps, it could be because of the wrong/multiple android.intent.action.MAIN/android.intent.category.LAUNCHER activities in the Manifest.xml.
The yellow package names are not good to read on white background, i recommend blue
sbk299 said:
I get this message every time I open the app. Please help!
Click to expand...
Click to collapse
This happens if the app isn't able to write to your internal sdcard. What device are you using? It could be the case that your device or rom doesnt link /emulated/0 correctly.
defim said:
@GalaxyInABox: Great idea!
I've a feature request: Please add an option to change the app-icon, so everybody could use custom icons (some complained about my "ugly icons )
Why does you store the settings on the sd card? /data/data/<packagename>/files sould also be okay.
If it does not work for some apps, it could be because of the wrong/multiple android.intent.action.MAIN/android.intent.category.LAUNCHER activities in the Manifest.xml.
The yellow package names are not good to read on white background, i recommend blue
Click to expand...
Click to collapse
I already have some idea how to do the icon replacer.
And writing to the sdcard will be removed in the next patch. I found a better way to do!
GalaxyInABox said:
This happens if the app isn't able to write to your internal sdcard. What device are you using? It could be the case that your device or rom doesnt link /emulated/0 correctly.
Click to expand...
Click to collapse
I'm using Galaxy S2 (I9100) running Cyanogenmod 4.3.1. I think it isn't working because my internal sdcard is not at the location /storage but at /storage/sdcard0 or directly /sdcard. Is there any way to resolve the issue?
sbk299 said:
I'm using Galaxy S2 (I9100) running Cyanogenmod 4.3.1. I think it isn't working because my internal sdcard is not at the location /storage but at /storage/sdcard0 or directly /sdcard. Is there any way to resolve the issue?
Click to expand...
Click to collapse
I have written a kind of hotfix which discards the use of the sdcard. The drawback is that it requires a reboot after changing the settings(like adding or deleting an entry). I try to find the issue, but if I don't find it quickly, I will upload the hotfixed version as a beta branch.
GalaxyInABox said:
I have written a kind of hotfix which discards the use of the sdcard. The drawback is that it requires a reboot after changing the settings(like adding or deleting an entry). I try to find the issue, but if I don't find it quickly, I will upload the hotfixed version as a beta branch.
Click to expand...
Click to collapse
Alright. Thanks a tonne! Been waitin' for this app a long time. A little longer I guess.. But atleast I know it's coming :victory: Thanks again!
I uploaded the hotfix version, which should only be used if you get the error toast.
@GalaxyInABox
Hey, thank you, it's exactly what I needed. I'm going test your app.
GalaxyInABox said:
I have written a kind of hotfix which discards the use of the sdcard. The drawback is that it requires a reboot after changing the settings(like adding or deleting an entry)....
Click to expand...
Click to collapse
As far as I experience, most Xposed modules require reboot after I apply changes. So, where is the problem?
body150165 said:
As far as I experience, most Xposed modules require reboot after I apply changes. So, where is the problem?
Click to expand...
Click to collapse
1.0 doesn't require it so I wanted to mention it.
Problem
Nothing happens at my device!II changed the names,I also rebooted but still no different name! :silly: With the initial release,it showed me the error toast,now with the updated version it doesn't show the message but still not working!
Love the idea, but it's not working on my Verizon Samsung Galaxy S4. When I press "Restart Launcher", the launcher restarts and then a couple seconds later xRenamer force closes and no changes are applied.
So far, I've tried it on S Educate, Tetris, and aLogcat. All of which are user apps and not stored on SD card.
- Sent from my Galaxy S4 using Tapatalk.

[Mod][Xposed] Alarm Clock Plus 2.0

There was a similar tweak for iOS back in the days when i was an iphone user which i was always missing on my Android device.
Now i just created it myself because i was bored yesterday :>
Do you enjoy snoozing in the morning as much as i do? Hate how you always have to look at your phone to determine if you can snooze
one more time or not?
This tweak tells you the time, everytime you snooze your alarm. Actually, it can tell you about anything.
You can set your own text and use a variety of variables. (Currently there are only a few. More might follow, if people like this tweak - for example unread mail count, weather, etc.)
Screenshot:
{
"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"
}
Compatibility:
I tested this tweak on a Nexus 5, running 4.4.2 Stock.
Alarm Clock Plus should be working on about any Device and any version of Android that has the stock Clock app.
(Please let me know if it works for you or if you have any issues, thanks)
This only works with the standard Google clock!
Package: com.google.android.deskclock | com.android.deskclock
Currently the Interface is still pretty raw and ugly.
I will work on that soon. Also I have some ideas for more features, which I'm going to implement over time.
Changelog:
1.0
Initial release
1.0.1
Small bugfix (disable dismissed now working)
1.1
added: Can hide icon from launcher
added: Auto save settings on exit
added: Voice speed control
added: Voice language selector
added some logging for debugging
possible fix of the TTS not firing
1.2
added: Support for CyanogenMod 11
(and possibly other roms that use the standard aosp clock app or derivates of it)
Thanks @pdcrzylazy for testing!
1.2.1
added: Support for Android 4.4.3+
(Let me know if this still works on 4.4.2 and lower please)
2.0
complete rewrite of the module.
it should be much more stable and reliable now.​
added: Tasker support (You asked for it and here it is!)
added: New Variables - %I (Hours 12h), %p (Am/Pm)
changed: Settings - No more need to reboot the device after changing settings
2.0.1
fixed: Test tasker-task on dismiss
fixed: Forgot to shut down the TTS engine
2.1
added: Check if your device/ROM is compatible
added: Check if you have TTS installed
added: Button to let you install more language files
reduced package size
2.1.1
fixed: Bug that broke the module on some devices
2.1.2
added: Option to remove leading zeros for the time and date variables
Click to expand...
Click to collapse
Download:
[QRCODE]http://repo.xposed.info/module/com.chrisxe.xposed.alarmtelltime[/QRCODE]
http://repo.xposed.info/module/com.chrisxe.xposed.alarmtelltime
If somehow you really like this tweak and want to support me, you can also buy this tweak from google play for little money
(This is the same version as the free one in the Xposed repo. It is just a donation package)
Alternatively you can click here to donate via paypal
Thanks to:
- rovo89 for the Xposed Framework.
- MohammadAG for all of his source codes on github.
Great idea. Like this very much. But unfortunately I'm using cyanogenmod 11 on my nexus 5.
And cm is not using the standard google clock. Is it possible that you can port this module to run also on devices with cyanogenmod?
Thank you.
Great potential...when it is ported to work with cyanogen I will definitely give it a try.
Sent from my LG-P936
thanks for the feedback. i'll try to look into it, to get it to work for cm
andreasf93 said:
Does it require internet to work? Because I tried it this morning and I snoozed it twice without hearing anything.
PS: Stock 4.4.3
Click to expand...
Click to collapse
have you tried to open the settings of the tweak and then hit the "save" button?
seems like for some people you need to do this first (im working on it!)
or maybe your locale isnt supported by text-to-speech. currently the tweak uses the default locale which is set by the system (i'll add a switcher to set a custom locale soon)
andreasf93 said:
My locale is English (UK) so it should be fine. When I press the Test button the voice is just fine. And yes I've pressed the Save button multiple times, still not working.
PS: Are you Greek?
Click to expand...
Click to collapse
it should work just fine then. are you using the standard aosp clock from google? (com.google.android.deskclock)
PS: no i'm not
andreasf93 said:
Oh okay, because Mythos is a Greek word
Yep, I have the default clock since I bought my Nexus 5 and did not install any other alarm apps :s
Just tried rebooting, reinstalling the app, still did not work
Click to expand...
Click to collapse
can you try to set an alarm and watch your logcat for errors when you hit the snooze button?
or maybe check the log in xposed installer
__EDIT:
oh and you did enabled the module, right? sorry, im not assuming you are dumb, just making sure
andreasf93 said:
Ye I have enabled it, I checked myself twice to make sure
Nothing shows up in xposed log, not sure how to check logcat though.
Click to expand...
Click to collapse
mhm. then im out of ideas for now, sorry ;(
maybe it is not 4.4.3 compatible. i dont know if the clock app changed or anything else xposed related.
i'll look into it
Another possible feature that you might look into -
Announcing the time on request (say, when I press the volume button) - BEFORE the alarm goes off. When I'm half asleep in the morning and not sure whether it is time to wake up, I want to be able to press the volume key and hear what time it is. I was trying to do it via tasker this weekend but didn't quite achieve what I was looking for.
So, if you can implement something to this effect in your module, that would be awesome.
Is not work on my galaxy s5
Sent from my SM-G900F using XDA Premium 4 mobile app
Please check the first post, I updated the module.
Changelog also in first post. Might have fixed the bug andreasf93 was experiencing
(Please let me know if it works now (Encountered the same bug as you, another reboot seemed to fix it for me))
@bagarwa
very good idea!
I'll probably implement that soon
Not sure if their name is copyrighted, but you may wanna change the name of this:
https://play.google.com/store/apps/details?id=com.vp.alarmClockPlusDock
Would hate to see a wonderful developer get a lawsuit! How about "Alarm Clock ADVANCED"
can you add option to turn off/on all the alarms that are setted ?
super charge for clock
It doesn't work on my GS4 on stock GPE 4.4.2. Voice is heard when press test buttons but when alarm goes off.. Snooze our cancel alarm didn't produce any sound.
Any ideas?
MythosXe said:
Please check the first post, I updated the module.
Changelog also in first post. Might have fixed the bug andreasf93 was experiencing
(Please let me know if it works now (Encountered the same bug as you, another reboot seemed to fix it for me))
@bagarwa
very good idea!
I'll probably implement that soon
Click to expand...
Click to collapse
Suggestion: an option to perform a tasker task when alarm is snoozed/dismissed would be awesome!
Will be useful for news, custom text, unread messages/emails/whatsapp messages, opening custom apps, etc
Would absolutely love this, thanks!
Great idea and very cool module! Working good on my Galaxy S4 running 4.3.
- Sent from my Galaxy S4 using the XDA app.
also rocking cm 11, this clock seems interesting tough. Would definitely try it if you came around to making it available to cm roms.
Can someone on CM 11 test if this one is working? (see attachment)
If it doesnt work first try, can you reboot a second time and try again? thanks :>
MythosXe said:
Can someone on CM 11 test if this one is working? (see attachment)
If it doesnt work first try, can you reboot a second time and try again? thanks :>
Click to expand...
Click to collapse
I'm running CM11. I installed the test APK and used the Test functions in the app interface. Those are working. Tested the clock app and the voice worked when I snoozed the alarm. Seems successful on CM11. Nice job.
pdcrzylazy said:
I'm running CM11. I installed the test APK and used the Test functions in the app interface. Those are working. Tested the clock app and the voice worked when I snoozed the alarm. Seems successful on CM11. Nice job.
Click to expand...
Click to collapse
Thanks for testing :>

[KEYBOARD][THEME][5-ROW][2.0] - Google Android L Keyboard S5 THEMED by kevin_1351 -

[KEYBOARD][THEME][5-ROW][2.0] - Google Android L Keyboard S5 THEMED by kevin_1351 -
{
"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"
}
Hi guys, I've been working really hard on an s5 Rom port lately. Doing so I came up with the idea to theme the new Android L Keyboard so that it fits better within the S5 System.
I hope that I'm allowed to share this on XDA. I've done the theme myself but of course the app belongs to Google.
I hope you like it.
My previous version had some problems due to a bug in APKTOOL. Now thanks to a lot of research and the kind help of @Shaftamle I've fixed those problems. Also, instead of using Shen Ye's Android L keyboard I used the latest build from the L preview.
I used some smali mods from Shen's app though to make my theme set by default.
DOWNLOAD LINK HERE! Don't forget about the thanks button
(2.0 version)
MD5: d520de7b8ba1beb428154b7928b2f5ca
Changelog:
V2.0.1 - COMING SOON -
Removed some extra symbols (that appear twice)
Added the full experience to the french azerty keyboard aswell
V2.0
FC issue fixed
Added number-row
Made it much sexier
Made the S5 theme deault
V1.0
Initial release, a lot of FCs caused by a bug in APKTOOL
Features:
Number row with a much slimmer implementation than other mods
S5 Material theme
Removed the annoying fullscreen mode
Much slimmer design (smaller gaps between the rows)
Easy installation due to included libs in the apk
Installation:
Remove any existing Google Keyboard installations, if any
Install the apk (must have allowed "unknown sources")
Leave a thanks
As already stated, this also features a number row(as per user request), which I borrowed from other modders. The big change I made though, which took me a really long time to figure out, was to make the row much smaller, fontsize-wise. It's much prettier to look at and less bulky compared to the other mods now. If any other devs want to copy this addition, feel free to do so. Just don't forget to credit me
I also wanted to add secondary symbols to it, but decided not to do so because of the required amount of smali edits. It would require hours and hours of work to get it working...
I really hope that you'll appreciate this keyboard. I probably won't continue to work on it. I will however update it once Google releases the final version.
It works on all android devices supporting the normal L keyboard.
If you plan on using this in any ROM or use my edits, please ask for permission first. And please do also consider donating if you like this keyboard , I've spent quite a long time on perfecting it.
Have fun!
If you are so good at theming can you make an Android L theme for stock Samsung keyboard? I love the material look of new Google keyboard but unfortunately Google heyboard doesn't have a romanian dictionary. Thank you!
vladimir_carlan said:
If you are so good at theming can you make an Android L theme for stock Samsung keyboard? I love the material look of new Google keyboard but unfortunately Google heyboard doesn't have a romanian dictionary. Thank you!
Click to expand...
Click to collapse
I could, but unfortunately I hate that keyboard.
kevin_1351 said:
I could, but unfortunately I hate that keyboard.
Click to expand...
Click to collapse
I see...Keyboards will always be a matter of taste hahaha. Thank you anyway.
I get the error app not installed :/
V2.0 is up
Wow. Works really good. Thanks!
jpgranger said:
Wow. Works really good. Thanks!
Click to expand...
Click to collapse
Thanks
Also, thanks for your gmail account. My keylogger is working great I see
Kidding
Ok I've changed the filehosting site. Hope it works finally
I tried your keyboard but when using french azerty it doesn't appears correctly some keys are not themed, you have made it only for qwerty?
sebdigital said:
I tried your keyboard but when using french azerty it doesn't appears correctly some keys are not themed, you have made it only for qwerty?
Click to expand...
Click to collapse
Yeah for qwerty and qwertz and a lot of others. I'll add it to azerty too in the future.
Great job on the keyboard! Sorry to be that guy but would it be really hard to make the material theme a darker shade? I have another material themed Google keyboard that's darker and I know I should just shut up and go use it then but it doesn't have the awesome number row like this one!
Tapped It!
Reechings said:
Great job on the keyboard! Sorry to be that guy but would it be really hard to make the material theme a darker shade? I have another material themed Google keyboard that's darker and I know I should just shut up and go use it then but it doesn't have the awesome number row like this one!
Tapped It!
Click to expand...
Click to collapse
I probably will never do that. Although I can give you the psd files if you have photoshop. I masked the buttons so that you can choose whatever color you want in notime. After that, you can use the xposed module Resflux to change the color and apply the pngs. Instead of having to recompile it and mod a lot of xmls.
kevin_1351 said:
I probably will never do that. Although I can give you the psd files if you have photoshop. I masked the buttons so that you can choose whatever color you want in notime. After that, you can use the xposed module Resflux to change the color and apply the pngs. Instead of having to recompile it and mod a lot of xmls.
Click to expand...
Click to collapse
Totally understand. I think I will have to accept the gifts that I have already received and stop asking for more ?
Tapped It!
Reechings said:
Totally understand. I think I will have to accept the gifts that I have already received and stop asking for more ?
Tapped It!
Click to expand...
Click to collapse
Well if the design you're talking about is really pleasing I do it. But if it's similar to the color palette of Google: Nope.
Yeah I was just talking about the standard material keyboard color that I'm sure you have seen but a solid black background for the keys instead with everything else the same would be badass!
Tapped It!
Reechings said:
Yeah I was just talking about the standard material keyboard color that I'm sure you have seen but a solid black background for the keys instead with everything else the same would be badass! View attachment 2903238
Tapped It!
Click to expand...
Click to collapse
Yeah, I thought so. Not really a fan of that one... Well, I'll do it cause I just have to revert the changes made to those folders. But it won't do it right now.
Meant to ask.....any other themes getting released?
I know the S5 theme is close enough(way better than Samsung gray), but not quite 006779.
The white is the same as blue on mine. Ah well, I'm using the teal anyway.
Anyway, it does work great on a 900P(Sprint).
Can you please share a version which supports Chinese input? Original Google keyboard doesn't support Chinese either
kevin_1351 said:
Yeah, I thought so. Not really a fan of that one... Well, I'll do it cause I just have to revert the changes made to those folders. But it won't do it right now.[/QUO
Link not working for me. Try downloading on phone and to PC and no go for either.
Thanks,
Click to expand...
Click to collapse

Categories

Resources