hey guys
in this thread we will adding call button in call log without any patch
its not a hard work, and anybody can do it easily
screen shot
{
"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"
}
In your phone, go to /system/csc folder and open feature.xml and add this line anywhere after <FeatureSet> and before </FeatureSet>
Code:
<CscFeature_Contact_EnableCallButtonInList>[COLOR="Red"]TRUE[/COLOR]</CscFeature_Contact_EnableCallButtonInList>
If you already had that line, just change FALSE to TRUE
Reboot the phone and enjoy this new feature:good:
Thank you! It workls like a charm on S5 Ploiki Rom
Is there is a way to add a call button in phonebook?
Hi there. How can I add call history in keypad tab like in htc?
Related
Hi, I'm running 240dpi on my n4 and I'd like to know how I would be able to center my google now launcher? If I turn it to landscape mode and i touch between home and recent apps, it'll launch google now. Even without using the shortcut. I would like to know how I can align these apps. I'm compiling from source so no worries if I have to edit any .java files.
and no, I dont want to run aokp or PNA or PAC.
{
"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 could be way off the mark here but when I need to fix up the layout or centre things manually in code, I use
Code:
view.getViewTreeObserver().addOnGlobalLayoutListener(...)
and override
Code:
Activity.onGlobalLayout()
.
I wonder if there is ability to replicate this feature from iOS :
{
"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"
}
In iOS you can turn on Accessibility function that add the "Speak" button to the "selection menu". And if you click, it would turn on Text To Speech engine and read selected text. Can I do the same thing in Android ?
Thank you very much.
PS: I assume that regular app could not modify "copy, paste, cut menu" so I probably need custom ROM. (I'm particularly interested Nexus 7 2013 solution, but I assume that solution should be universal because it is just modification to the "Selection menu" and add button)
I asked the same question here:
http://android.stackexchange.com/questions/52829/text-to-speech-feature-on-selected-text
And god decent answer Enjoy.
Is there a way to auto-enable the extra volume button for calls, either through the settings or by adding/editing a file in the phone?
{
"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"
}
Anyone?
You can make everything louder without hitting the button: http://forum.xda-developers.com/showthread.php?t=2293133. Scroll to the bottom of the post to get zips if you don't want to edit by hand.
Chris000001 said:
You can make everything louder without hitting the button: http://forum.xda-developers.com/showthread.php?t=2293133. Scroll to the bottom of the post to get zips if you don't want to edit by hand.
Click to expand...
Click to collapse
Thanks for suggestion, but if possible I would prefer to just auto enable this specific option.
I've received an I9300 from a friend, that has a strange screen overlay/popup on the home screen. Does anyone know how to get rid of it?
{
"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"
}
https://photos.app.goo.gl/Ff2UIJLJ6VR1bgAl2
Thanks in advance!
I've seen that before. Its factoryapp. Factory mode.
If you didn't enable it yourself then you know an app for that.. one you downloaded probably did it.
You need root to fix it. No root means flash back to stock.
Find efs/factoryapp/ and open the factoryapp file with a text editor and change its contents to the opposite of what it is now. Save and exit. Reboot phone.
Guys,
Bought the RN9 PRO today, but I cannot find a way to edit/add/rearrange the shortcuts in the drop down notification area. I'm on the latest update for MIUI 11.
Any ideas? This is what I see:
{
"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"
}
Thanks.
Same here.
I think we cannot arrange it.
It's a bug that happens after restoring Google backup. The fix is easy using adb, just type: adb shell settings put secure sysui_qs_tiles default
Check there if you need more instructions https://xiaomi.eu/community/threads/quick-settings-edit-tile-missing.54865/#post-543658
This restores quick settings back to default and the "edit" button will reappear. Worked for me.