It's working fine on dialer screen mate.Is there any fix for action memo fc on dialer screen
Sent from my GT-N7100 using Tapatalk 2
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
It's working fine on dialer screen mate.Is there any fix for action memo fc on dialer screen
Sent from my GT-N7100 using Tapatalk 2
But there are only three options when I press the left soft key, the options are delete, sort by recent/time and voice control, so yeah I'm a bit puzzled here lolIn alarms. Press the left soft key. There in options you will find
When you are dialing someone, why do you need action memo?I got fc Whenever I dialed a number and then open action memo
View attachment 2668061
Sent from my GT-N7100 using Tapatalk 2
Not to be puzzled, it's not in there.But there are only three options when I press the left soft key, the options are delete, sort by recent/time and voice control, so yeah I'm a bit puzzled here lol
Yeah sorry. I think the option is gone coz I didn't find it anywhere in settings tooBut there are only three options when I press the left soft key, the options are delete, sort by recent/time and voice control, so yeah I'm a bit puzzled here lol
When you are dialing someone, why do you need action memo?
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
I have FC to ...this options is very useful![]()
that file contains a bad action memo fix.Please don't flash that. I've uploaded another one, which leavec action memo away. juast fixes lockscreen and UPS. in is inhttp://forum.xda-developers.com/showpost.php?p=51612054&postcount=19645
This is tripplefix.zip. post was deleted but mega link is active.

Thank you @nitol. I've got the symbols by downloading Samsung keyboard Alt symbols from Xposed. Thank you. By the way the fishable zip appears to have a function I may need. So I will go ahead and flash it. Thank you.wanam is not working in this case because it has relation with other mod/module you have installed before, you better flash this zip and then see keyboard symbols are activated or not
https://www.dropbox.com/s/2smzf44uhvs51cl/Call_button_in_contacts_list.zip
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
I think that it is s5 frameworkI'm sure that is because of some/particular S5 stuff you maybe installed from other thread.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
This is a fix or what? I have action memo from RC2 i must to install this to have resizeble memo?that file contains a bad action memo fix.Please don't flash that. I've uploaded another one, which leavec action memo away. juast fixes lockscreen and UPS. in is in
http://forum.xda-developers.com/showpost.php?p=51634079&postcount=19976
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" />
<item android:duration="500" android:drawable=[COLOR="Red"]"@*android:drawable/sym_keyboard_num1" />[/COLOR]
</animation-list>
great work bro..@Arsaw @ravijani
I found the bug related to GPS icon, and solved some part of it.but it's beyond my knowledge.
as far as I found the bug is within an xml file in this address:
SystemUI\res\drawable\stat_sys_gps_acquiring_anim.xml
the last assignment refers to a wrong png file:
I replaced that part, and now the animation of acquiring gps signal is correct, but when GPS lock is acquired, it again shows the "1" symbol.Code:<?xml version="1.0" encoding="utf-8"?> <animation-list android:oneshot="false" xmlns:android="http://schemas.android.com/apk/res/android"> <item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" /> <item android:duration="500" android:drawable=[COLOR="Red"]"@*android:drawable/sym_keyboard_num1" />[/COLOR] </animation-list>
and I think users from US carriers won't notice this problem, because there is a stat_sys_location_acquiring_anim_US.xml with correct assignments.
btw, now I truely understand such a hard work you have done in e-team.