[MOD] Dialer/Contacts.apk 2.8 Based off ChainsDD Dialer (Updated 140110) - G1 Android Development

Hi all,
I started this thread in order to gain more feedback on the changes/additions I've made to ChainsDD's dialer. Ultimately I believe all the changes he and I make will become one build . Actually I've posted the changes on ChainsDD's thread, but I figured it will probably get a little messy over time, thus the reason for this.
For those of you who have used my previous versions, and are experiencing issues with no image for the left action button, settings no saving, FCs, etc. try this before installing:
Code:
adb remount
adb shell rm -r /data/data/com.android.contacts/shared_prefs
adb shell rm -r /data/data/com.android.providers.contacts/shared_prefs
There are 2 zip files, one's the apk (for people who hate to reboot and like commands, like me), and one's the update.zip version (for people who hate commands and like to reboot ):
Installation instructions (Amon_RA's):
Code:
adb remount
adb shell rm -r /system/app/Contacts.*
adb shell rm -r /data/dalvik-cache/[email protected]@[email protected]
adb shell rm -r /data/data/com.android.contacts/shared_prefs
adb shell rm -r /data/data/com.android.providers.contacts/shared_prefs
adb push Contacts.apk /system/app/Contacts.apk
Or you can simply reboot to recovery mode and flash the update version.
If call log is outdated (should not happen, just in case), or if you want to delete the call log cache for some reason, do the following and then re-open Contacts/Call log:
Code:
adb remount
adb shell rm /data/data/com.android.contacts/files/idCache.dat
Credits:
ChainsDD of course, for backporting it! http://forum.xda-developers.com/showthread.php?t=594194
rac2030, for open-sourcing NavStarter. I adapted his code to enable navigation from the contact info. Thanks dude!
geesun, for sending me his group call logging code, and x140dan, for helping me get in touch with geesun. Thanks guys!
Features:
Dialer:
Ability to set certain programs for voicemail
Themeable background: custom_background_dialer.png in drawable-finger
Changeable digits color (Screenshots: http://forum.xda-developers.com/showpost.php?p=5191698&postcount=79)
Haptic feedback function
Call Log:
View total incoming/outgoing call time in call log
Show actual time in call log, instead of relative time
Show contact pictures in call log
Hide the green dial button, when this is hidden, tapping on the arrows showing incoming/outgoing/missed call will dial the number instead. That is, they replace the function of the green dial button.
Ability to clear all logs of a particular user or number (long-press on the entry, it's in the context menu)
Ability to clear all logs of a particular type (missed, incoming, outgoing)
Call logs are now grouped
Ability to change the size of the contact picture when viewing an individual's call log
Contacts:
Navigate directly from contact info (works with M4ps and rooted Maps, it doesn't make sense actually, if you're rooted you shouldn't be running M4ps).
Show dial button in Contacts/Favourites, saving you one step before you call the person.
Add/remove contacts from Groups I've tested this quite extensively. It works when creating a new contact or when editing an existing one.
Ability to change the size of the contact picture when viewing a contact.
Alphabetical separators in contacts. Screenshots: http://forum.xda-developers.com/showpost.php?p=5204491&postcount=187
Ability to create/rename and delete groups! System Groups and Starred in Android are shown but not editable though. Access this by pressing Menu in either Contacts or Favourites. Screenshots: http://forum.xda-developers.com/showpost.php?p=5229669&postcount=308
Ability to take a picture with the camera directly when adding/editing a contact. Screenshot: http://forum.xda-developers.com/showpost.php?p=5239577&postcount=352
Added copy to context menu when viewing a contact so you can copy a contact's number, address, email, etc. directly. Thanks to vinz0r for suggestion.
Added preference to hide all "Text/SMS" actions except for mobile numbers. Thanks to nolageek for suggestion.
Favourites:
Ability to clear frequently called numbers.
Ability to hide frequently called numbers
Misc:
Enable/disable auto-rotation based on sensor
Some screens (more screenshots attached below):
Separators in Contacts
{
"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"
}
Editing of Contact Group Membership
Current version:
2.8:
apk: http://www.mediafire.com/file/lxyzbykliwy/Contacts_wysie_2.8_apk.zip
update.zip: http://www.mediafire.com/file/jnzlit22zzd/Contacts_wysie_2.8_update_signed.zip
Mirror (Thanks AndroidSPIN!):
apk: http://www.androidspin.com/downloads.php?dir=wysie/APP/&file=Contacts_wysie_2.8_apk.zip
update.zip: http://www.androidspin.com/downloads.php?dir=wysie/APP/&file=Contacts_wysie_2.8_update_signed.zip
The apk is within the zip file, unzip it first. For the update.zip version, do NOT unzip it.
Odex instructions (in case you want to do it): http://forum.xda-developers.com/showpost.php?p=5325899&postcount=609
Version 2.5 for TheOfficial ROM users:
enomther has kindly compiled a version for TheOfficial ROM users, please use it if you're having problems with jumpy alphabets when scrolling. Thanks enomther!
http://forum.xda-developers.com/showpost.php?p=5273344&postcount=6186
ALWAYS read the changelog! Might save you from updating sometimes .
If you like what I do, buy me a beer!
To Do:
Dialer:
Landscape dialer? (I need a mock-up that looks good.)
Call Log:
Call log enhancements (Set the monthly incoming/outgoing call limits and warn accordingly.)
Contacts:
Add navigate option to context menu
Quick contact? (still thinking of how to implement it)
Misc:
Allow styles in preferences? (xenio's suggestions)
Known Bugs:
Not really a bug, but a limitation of Android currently. Friends, Family, Colleagues and the other Google-created Contact groups can't be shown. More info and workarounds here: http://code.google.com/p/android/issues/detail?id=1632
Any suggestions?

Changes:
2.8
Fixed bug at http://code.google.com/p/cyanogenmod/issues/detail?id=999
Added German translations, thanks to thiasB!
Patched Call Logs by niuchl. It's supposed to be faster. Do report if it's faster/slow/bugs anything. His implementation does NOT make use of a HashTable or any cache.
2.7
- Cleaned up some code.
- Added an option in Contacts to auto-hide the keyboard when scrolling. Useful for those who use the virtual keyboard often (like myself) to search for names.
2.62
- Added menu option to show all groups or show only contacts with phone
numbers. Requested by explosivo2k2 (Twitter).
- Enabled fast scrolling for call log, and individual call log details.
2.61:
- Fixed a bug. http://code.google.com/p/cyanogenmod/issues/detail?id=783
- Added various clearing logs function when viewing an individual's call log. Press menu or long press on number to see them. Preferences may be implemented in future.
- Layout of individual's call log is changed. Time and date is now the focus instead of number. Also added labels for the number type.
- Cleaned up code quite a lot.
2.6:
- Call log should now load much faster.
- Some layout tweaks here and there
- Special thanks goes out to shadowch31 and lilithpro for testing! And everyone else who helped of course.
- Unknown numbers, private numbers and payphone numbers are now grouped together. Unknown as in you can't see the number, not those numbers which are not saved.
2.51:
- Fine-tuned the group call logging portion layout.
- Also, most of the contacts should group properly now. I did some workarounds to get most of them to group. Android's PhoneNumberUtils can't seem to compare numbers properly all the time, which kinda sucks. In addition to using PhoneNumberUtils.compare(), I also queried and pulled out the id of the Person (Contact). Lastly, I wrote a sloppy method which compares the last 8 digits of numbers, and if they are equal, they are grouped together.
- Also, my previous functions of "Remove all [Number]" was bugged. Again, I can't do much due to PhoneNumberUtils not working perfectly, but it should remove all numbers now, as long as they are 8 digits or more. Previously, if you had:
91234567, +6591234567, and 010891234567. and you selected "Remove all 91234567", only 91234567 will be removed, and the other 2 with country codes will not. It now works as expected, but the code is honestly not the best way possible. Unfortunately I am unfamiliar with country codes and such .
- Cleaned up the code, most of the strings are now in strings.xml.
- Ability to view call log directly from a contact.
- The dialog shown when copying a number, address, etc. now contains the address itself, instead of the word "address"
- Added more options to the context menu when viewing an individual's call log
- The incoming/outgoing/missed call icon when viewing an individual's call log will now dial the number of that particular entry.
- I should've called it 2.6. Lol.
2.5:
Rebased call log portion of Contacts.apk on geesun's code for grouping of call logs. In other words, call logs are now grouped!
Some minor code changes.
Preferences to set contact picture size when viewing call log is in as well.
2.34:
Fixed issues with Groups management in general when the group names contain special characters such as single quotes (').
2.33:
Added some prefs to hide labels/numbers for Call Log, Contacts and
Favourites.
Also, when viewing a contact, you can now copy the name by long-pressing
on it.
2.32:
Fixed a self-introduced FC bug which happens if you choose a contact picture by using the Gallery/photo picker, and cancel it halfway.
Fixed an AOSP bug with "Display Groups" in Contacts always having an index off. See comments in github code for more information.
2.31
Fixed a bug whereby the temporary file created when taking a photo (for adding/editing of contact) will not get deleted if the user chooses to cancel his actions halfway.
Added copy when viewing a Contact information. Everything is copiable except for Ringtone and Groups. Thanks to vinz0r for suggestion. Screens: http://forum.xda-developers.com/showpost.php?p=5242285&postcount=362
Added preference for showing "Text" action for mobile numbers only. The code was actually 1/2 done already, I believe by ChainsDD! Thanks to nolageek for suggestion.
2.3:
Fixed a bug with the first group not showing up when editing a Contact's group membership. For example, if you have College, Fun, and XDA as your groups, College will not show up. Thanks to G1sanju for reporting. It's an old bug, since the first time groups management was implemented actually.
Added the ability to take a picture using the camera directly (instead of selecting from Gallery only) when adding/editing a contact. Again, thanks to G1sanju for suggesting. Screenshots: http://forum.xda-developers.com/showpost.php?p=5239577&postcount=352
2.21:
Added more options for the clearing of call logs. You can now clear all incoming, all outgoing or all missed calls. Thanks to xdan for the suggestion. Screenshots: http://forum.xda-developers.com/showpost.php?p=5232303&postcount=325
2.2:
Fixed a tiny bug when adding/removing a contact from groups.
Reduced haptic feedback from 50ms to 30ms so your fingers are no longer hurt .
Implemented ability to Manage Groups. You can now Add, Delete, and Remove groups. System Groups and Starred in Android are shown, but are not editable though. Access this by pressing Menu in either Contacts or Favourites. Screenshots: http://forum.xda-developers.com/showpost.php?p=5229669&postcount=308
Updated preferences, you can choose whether you are asked before deleting groups.
2.11:
"Fixed" an FC when viewing certain contacts. Not really mine or AOSP's code, but rather some apps are saving Contact data wrongly. More info here: http://code.google.com/p/cyanogenmod/issues/detail?id=890
2.10:
Added haptic feedback for dialer. Thanks to truemagic for the suggestion.
Fixed some layout bugs from the alphabetical separator backport.
2.01:
Fixed an FC bug which occurred if you try to make a "Direct Dial" or "Direct Message" shortcut. Thanks to g1lol for reporting.
Separators are now shown only in "Contacts" tab, and not anywhere else (eg, when creating a "Direct Dial" and you're asked to pick a contact).
Using some more code from AOSP master.
2.0:
Fixed groups being shown duplicated when editing contacts. Thanks to acrawl1 for reporting.
Fixed FC bug when adding contacts, and green dial button not dialing in call log. Self-introduced bug :X. Thanks adair for reporting.
A few other layout tweaks, and some minor code changes. Eg. Green dial button was shown when adding contacts, fixed it already.
Alphabetical separators in Contacts. It's changeable, in case you don't like it. Screenshot: http://forum.xda-developers.com/showpost.php?p=5204491&postcount=187
1.96:
Show contact pictures/Show dial button is now an individual setting for each tab (so you can customize it to your liking)
Keypad #1 can now be set to dial the usual voicemail, while Left Action Button does something else, eg. Google Voice. Thanks A|G for the suggestion.
No longer need to restart app to show/hide contact pictures.
Contact pictures can now be shown in call log. Green dial button can be hidden. In the case where green dial button is hidden, the incoming/outgoing/missed call arrows will replace the dial function, so you don't really miss out on anything. See pic for explanation:
More screens here: http://forum.xda-developers.com/showpost.php?p=5202381&postcount=171
1.95:
Fixed the FC bug with Dream users when they slide out the keyboard while editting a contact. Thanks to shadowch31 for the logcats .
Don't have to update if you're using Sapphire/Magic. Important for Dream users.
1.94:
Fixed the issue with the digits colours not being set properly. Thanks MontAlbert for the help!
Contact picture size when viewing a contact is now configurable.
Cleaned up preferences, thanks camalot for the suggestion.
Added an About, thanks xiutian for the suggestion.
Screenshots: http://forum.xda-developers.com/showpost.php?p=5198786&postcount=128
1.92:
Fixed a bug which caused a contacts to be removed from all groups if you editted his info without choosing the "Groups" option (forgot to load the info).
1.91:
Added ability to use custom colors. (Screens/Info: http://forum.xda-developers.com/showpost.php?p=5192706&postcount=86)
1.9:
Fixed a couple of FC bugs introduced with the group feature.
Added preferences to allow switching of digits colours. (Screens: http://forum.xda-developers.com/showpost.php?p=5191698&postcount=79)
1.8:
Clear Frequently Called is now hidden when "Hide Frequently Called" is selected. Thanks camalot for suggestion.
Setting group separators now use the same text as tabs (consistency, won't have Favorites in tabs and FavoUrites in settings anymore). Thanks again to camalot for the suggestion.
Added ability to add/remove contact from groups. I've tested it quite extensively, still, please report any bugs. Take note that even though you can deselect a contact from "My Contacts", the Contacts.apk by default (AOSP code) will always add it back to My Contacts. I *may* remove "My Contacts" from the list in future, but that's a low priority.
1.72:
Added option to allow disabling of number checking for dialer. What's number checking? Basically, previously, SMS/Add To Contacts will not be shown in the Menu in Dialer unless at least one digit is entered. Also, the left action button was disabled unless one digit is entered (except for voicemail). With number checking disabled, you'll always see them in menu, and left action button will always be enabled.
Added a drawable, custom_background_dialer.png in drawable-finger to allow a themeable background in Dialer. Thanks jairomeo for the suggestion. See the following screenshot for an example:
Don't worry, the Dialer is still black background by default. Just used camalot's display pic (nearest I could find ) as an example.
1.71:
Minor update to allow user to choose if he wants to be prompted before clearing frequently called.
1.7:
Added settings to hide contact pictures in contacts. Requires a restart of Contacts app though. Will fix in future (lowest-priority )
Added ability to show seconds as well when using exact times for call log.
Clear frequently called numbers is now available.
Added preference setting to hide frequently called numbers altogether.
Cleaned up the layout for Contacts a little (especially when hiding contact pictures).
1.62:
Small bugfix to fix the GTalk status icon in Contacts .
1.6:
Added call button beside for Contacts. Only contacts with numbers will have the dial button (see attached screenshot for idea). Also implemented it into preferences in case you want to turn it off. Note that this affects Favourites as well.
1.53:
Added ChainsDD's preferences. It's much better implemented than my previous one . Also has the same voicemail handlers as his now.
1.52:
Fixed a FC bug that some people reported. Thanks to regunus for the logcat, and a friend of mine for testing .
1.51:
Added the drawable for navigation (by me, I suck at graphics but hey.)
Fixed a small bug with Navigation showing even if Maps installed does not support it (non-issue really, everyone should be on 3.3.1 by now).
1.5:
Navigate to... is now an option when viewing a contact.
1.4:
Implemented function to clear all call logs of a particular name or number.
1.3 (151209):
Implemented a menu item to show total call time so far. Also added a prompt before call log is cleared. Screenshots added.
1.2:
Call log now shows actual time instead of relative time. For now it will default to 12 or 24-hour depending on your system settings. May make it an option to have configurable formatting options in future.
1.1:
Didn't know that github files were incomplete. Fixed.
Added new drawables for the SMS function.
Re-wrote SharedPrefs portion. Bug with Dialer not reading settings should hopefully be fixed now.
1.0:
Changed the version naming
Added SMS as an option for the left action button (in addition to voicemail and add to contacts).
141209:
Long-press on "Dial" button now activates voice dialer as well.
Delete button remains disabled until at least one number is entered. However, there's a known bug with this (see below).
As of 131209:
Added sensor-based rotation
Added preferences panel so you can choose whether to use voicemail or "add to contacts" for left action button
Recoded the "1", it'll show a voicemail symbol if you have voicemail. Also, long-pressing it if you do not have voicemail no longer does anything.
Previous releases:
2.7: http://www.mediafire.com/file/nimyzygoagm/Contacts_wysie_2.7_apk.zip
2.62: http://www.mediafire.com/file/f0wneihmdhn/Contacts_wysie2.62_apk.zip
2.61: http://www.androidspin.com/downloads.php?dir=wysie/APP/&file=Contacts_wysie2.61_apk.zip
2.6: http://www.mediafire.com/file/oozkkznjzm3/Contacts_wysie_2.6_apk.zip
2.51: apk: http://www.mediafire.com/file/5kyy2gnngo3/Contacts_wysie_2.51_apk.zip
2.5: http://www.mediafire.com/file/winncmj2wm4/Contacts_wysie2.5_apk.zip
2.34: http://www.mediafire.com/file/w2kz4mz5vnq/Contacts_wysie2.34_apk.zip
2.33: http://www.mediafire.com/file/yaj0ndzgogm/Contacts_wysie2.33_apk.zip
2.32: http://www.mediafire.com/file/yyi2zimg115/Contacts_wysie2.32_apk.zip
2.31: http://www.mediafire.com/file/dx24c2tztym/Contacts_wysie2.31_apk.zip
2.3: http://www.mediafire.com/file/ket2ynfw4nh/Contacts_wysie2.3_apk.zip

Awesome mod man, love it!

remove data worked perfectly now.

Ive been meaning to ask a dev working on this to see if this feature is hard to add or not. and in no way shape or form do i want my phone to be like an iphone but i like the feature. when you put the phone up to your ear the light goes out and when you move it down to hit the buttons it lights back up. Is this easy to code?

Jrbourque: From what I know iPhone does it using a proximity sensor, something which Magic and Dream does not have . Check out cytown's Phone.apk thread, I think someone asked for it before, there's some info there.

Wysie said:
Jrbourque: From what I know iPhone does it using a proximity sensor, something which Magic and Dream does not have . Check out cytown's Phone.apk thread, I think someone asked for it before, there's some info there.
Click to expand...
Click to collapse
thanks for the response...ill check it out

Updated first post with new version. I'd appreciate if someone could help me with fixing the bug .

Added SMS/MMS function to the left action button . Bug is still there though (see first post) .

Updated.
1.1:
Didn't know that github files were incomplete. Fixed.
Added new drawables for the SMS function.
Re-wrote SharedPrefs portion. Bug with Dialer not reading settings should hopefully be fixed now.

1.52:
Fixed a FC bug that some people reported. Thanks to regunus for the logcat, and a friend of mine for testing .
1.51:
Added the drawable for navigation (by me, I suck at graphics but hey .)
Fixed a small bug with Navigation showing even if Maps installed does not support it (non-issue really, everyone should be on 3.3.1 by now).
1.4:
Implemented function to clear all call logs of a particular name or number.
1.3:
Implemented a menu item to show total call time so far. Also added a prompt before call log is cleared.
1.2:
Call log now shows actual time instead of relative time.

Thanks Wysie the v1.52 is working very well for me now.
Xenio

Thanks xenio! Finally figured out the FC !

hi.
when selecting mms as an option, the picture for the left action changes, but the button does nothing.
also, i get options for other voicemail handlers, even though they are not installed.

Hi pershoot,
The button will do something if you input at least one number . Secondly, I have yet to implement ChainsDD checking of voicemail handlers (low priority) for now. I'll get to that once I've added some more functions to my liking . Thanks!

Wysie said:
1.52:
Fixed a FC bug that some people reported. Thanks to regunus for the logcat, and a friend of mine for testing .
1.51:
Added the drawable for navigation (by me, I suck at graphics but hey .)
Fixed a small bug with Navigation showing even if Maps installed does not support it (non-issue really, everyone should be on 3.3.1 by now).
1.4:
Implemented function to clear all call logs of a particular name or number.
1.3:
Implemented a menu item to show total call time so far. Also added a prompt before call log is cleared.
1.2:
Call log now shows actual time instead of relative time.
Click to expand...
Click to collapse
Wow. Where has 1.2 been all my life? I'm so sick of saying... You called me somewhere around 2 hours ago exactly. LOL.

Wysie said:
Hi pershoot,
The button will do something if you input at least one number . Secondly, I have yet to implement ChainsDD checking of voicemail handlers (low priority) for now. I'll get to that once I've added some more functions to my liking . Thanks!
Click to expand...
Click to collapse
yup, thx
could you also add phonefusion visual voicemail as an option, if it is not too much trouble?

pershoot: as what chainsdd said, we need the logcat with the intent . we'll definitely add it in once we get it .
Binary100100: For some reason your comment made me lol :X. I think I'm tired .

Can you please add the ability to consolidate the same names/numbers in the call log into one entry. For instance if number 123-456-7890 calls me 3 times, there would only be one entry, when clicked it would show all three and all the regular options (call, edit contact, etc) Some dialers on the market do this and was wondering if this can be accomplished here. Its very convenient and organizes the call log nicely. Thanks.

2 quick questions. 1. If we download the apk, can we just install it from say Astro and it will work, replacing the current dialer on our rom, without having to use terminal? and 2. Will this work on Wes Garner's Build 9? Thanks in advance

Related

[ROM][MIUI][Always Fresh on Friday][Official NEW MIUI.US Release Friday]

{
"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"
}
Presents the Official
MIUI RELEASE
Donate to the man responsible to the EVO Gingerbread Build: StiffSpliff
StiffSpliff NEVER asked me to do this but we have to show some respect for his time. Donations keep Dev's from having to charge for sites and other things you see other Dev's doing now a days
I am not connected to these Paypal account's at all in fact I've only donated to it! Linked straight to StiffSpliff aka the man behind this​
IMPORTANT ANNOUNCEMENT​
Welcome to the Original XDA support thread for the MIUI HTC EVO 4G and the Official XDA support thread for the MIUI.US version of the HTC EVO 4G port!
MIUI is an extraordinary ROM presented and ported all over the world. We are a worldwide family and this thread supports all HTC EVO 4G MIUI global users. Recent changes have led to the development of two separate HTC EVO 4G MIUI ports. In the interest of providing the most relevant and highest quality support, this thread offers specific support for the ORIGINAL version of the MIUI HTC EVO 4G ROM, which resides at MIUI.US. We will continue to discuss and support general questions about MIUI, however; if you are using the MIUI-devs version of the HTC EVO 4G port and need specific help with that port, we recommend posting your questions in the MIUI-devs home thread. Of course we would welcome you to join us on the Original port here at XDA or at MIUI.US.
As this XDA thread is comprised primarily of original MIUI users running the MIUI.US port it may be difficult for most of us to trouble shoot for a different version. With that stated, MIUI.US is built on cooperation, community and inclusion and we will do our best to assist any and all MIUI enthusiast regardless of port version, release date or handset. MIUI.US is the continuation of a tradition and a new beginning for MIUI on the HTC EVO 4G. Welcome to our community, we are glad you are here and hope you will join us in building the best community on the net!
Your XDA-MIUI.US HTC EVO 4G support team [Stiffspliff, Tyzing, EndlessDissent, Jasonk75 and Just_s & Manup for his amazing graphics, themes and our banner]
Kernel Info: Generally MIUI uses the CM7 stock kernel. Of course others can be used. For more info on the CM7 kernel and CM7 visit: http://bit.ly/z3Cz2O​
[BUGS] Official Bugs Report Thread [GB][Fresh Start] ​
Unable to download from market
Solution: Open the "downloads" app from your homescreen, hit menu, and select download using wifi network. Then hit menu again, and re-select download using mobile network.
No 4G/WIMAX
Stop Asking, its in the works PS Stop asking
The illegible text bug (3rd party apps)
Solution: This is due to the Chinese devs at miui.com slowly implementing the new UI.
(using root explorer as an example)
Go to menu - settings - programs - manage applications - root explorer
Scroll down to "Compatibility mode" and toggle.
This will make root explorer usable.
This workaround may not work on all apps!
It's annoying, yes, but it's what we have at the moment.
Screen flashing black/white when scrolling
Solution: Toggle compatibility mode for that app. If it's on, turn it off. If it's off, turn it on.
No 720P video
Waiting for the Chinese to implement this. Or for CM to implement this. Currently not available on any cm7 or miui supported phone.
Some apps force closing i.e. Engadget, Mint.com, (tried uninstalling and re installing from market)
Solution: try running in compatibility mode, some apps are not 2.3 ready.
No FM Radio App
Solution: None Yet
GPS Menu Settings GPS Fix (Just_s Guide)
menu-settings-personal-my location
use wireless networks - ON (your wifi must be on, doesn't have to be connected)
use gps satellites- ON
see of gps works, if not, go back to same menu
go to gps configuration
in NTP server address, add a 0. in front, to make it 0.north-america.pool.ntp.org
supl server address: supl.google.com
supl server port: 7276
hit ok
**If you are in the US you can alternately set the NTP SERVER ADDRESS to us.pool.ntp.org. Elsewhere in North America should leave it as stiffspliff recommends above. Other countries should see this link: http://www.pool.ntp.org/en/use.html and note the 4th paragraph.
GPS Status & Toolbox Fix
Download 'GPS Status & Toolbox' from Market
Enable GPS
Open GPS Status & Toolbox
Menu > Tools > Manage A-GPS state > Reset
Menu > Tools > Manage A-GPS state > Download
Menu > Tools > Compass calibration > follow popup directions
I know that these have helped several users and are much simpler and faster than the ##GPSCLRX# fix so they can be a good place to start.
The last ROM you will own
Proceed To Download
MIUI RELEASE Evo Official Release
​
Available add ons:
MIUI Rom Downloader
Market Link
Huge thanks to Mish!!
MIUI Screen Lock Widget
Download apk - Thanks BixBix78 for grabbing this from appshare and translating the string in it as well!
Push to /system/app with adb or root explorer (with correct permissions)
Market links for FullHDMI for HTC EVO by Shinzul/TeamWin:
Free version
Donate version
justs said:
MIUI Changelog's
Code:
[B][U]7.8 Change Log[/U][/B]
[Recommended] this week
1. Applying themes appx 100 times faster now
2. Browsing through single images 5 times faster
3. Contacts support the use of cloud storage for pictures - support individually or in bulk to set contact picture
[System]
New Milestone application - resident memory function (settings> program)
Lockscreens causing random reboot fixed
[Telephone]
Optimization of call recording - while recording the status bar icon will prompt to end the call recording
Optimized to increase the priority of the 3G only and 3G optional mode
Optimized filter for displaying call records, to increase dialed calls and received calls filtering items
Repair to restore mistakenly answering calls from the sensor
Fixed call forwarding enabled status bar icon disappearing after reboot
Fixed issue where dial list can not delete a new contact record
Repair bug from dialer - enter contact details, delete the contact list to return to dialer, the contact remains in the list
Repair to restore the list of inbound and outbound dial-up icon
[Contact]
New contact picture support the use of online picture storage, set up to support individual or bulk.
Added support for SIM card contacts to add, edit and delete (the contact list menu - import and export - import from sim card)
Optimize send contacts via SMS using MIUI format (contact page - menu - send a contact - text messaging)
Repair bug when contact details page name is too long
[SMS]
Recent contacts can be quickly added when writing new SMS
Optimized to enhance the message list scrolling fluency, reduced memory usage
Optimization of the first call to the recipient will be prompted to join mass edit title, then repeat prompt
Quick Search Box to optimize the recipient automatically hide after 3 seconds
Repair some cases lead to memory overflow problem of FC
[Lock screen, the status bar]
New Variety lock lock screen music control screen support (need theme makers to update mtz package; does not support album art display)
Added support for custom lock screen by subject under the status bar display
Repair FC for unlocking directly to app that is not installed
[Desktop]
Optimization Music widget
[Camera]
Camera repair DHD720P issues
[Topic]
Optimize the use of the new format theme packs, theme packs nearly 100 times faster application (OTA will be reset to the default theme, back up the current theme! Legacy application transformation theme packs prompt will pop up, only after conversion application)
Theme led to a continuous application of repair items are not properly updated in some local problems
Repair theme details page showing wrong information when browse around the theme and applying
Rehabilitation package does not include the subject of the application icons desktop icons after the problems of different sizes
[Gallery]
Optimization of single picture browsing 5 times faster (before the library's settings will be reset, please reset)
Optimize the page layout and display UI
Repair time and magnified image blur problem
SD Card repair tab, not the media library scan to view the pictures can not be paddling the problem
Inconsistent with the larger repair led to the thumbnail display unusual problem (need to clear the library cache: File Manager -> SD card -> Menu -> Show hidden files and point files, then delete the SD card / MIUI / .cache directory The "Gallery" folder)
[Download Management]
Download the source added according to the classification
New slide Select the file volume
[Traffic control]
1 day per month fixed SMS and other statistical problems of inaccurate data
[FM]
Click the channel display area to support new direct input radio frequency jump
Added support for new radio station list, remove the radio, edit, and name of the radio frequency
New menu support to add the current channel to the station list
Optimization will be replaced by putting the button switch button
Fix some problems Defy search radio FC
[B][U]MIUI 1.6.17[/U][/B]
by stiffspliff Published on 06-16-2011 12:21 PM
These were google translated and just polished up quickly, original credit goes to miui.com
The list is not final and is subject to change before official release.
Looks like we are getting a lot of bugfixes besides the new lockscreens
【Recommended Updates】
Variety lock screen
【System】
Optimize UI compatibility with third-party applications
【Telephone】
Fix issue where call log shows wrong details in some cases
【SMS】
Sleep repair mobile phone text messages repeatedly reminded failure caused the problem
Fix slow SMS issues
Optimization of text selection
Optimized to increase the text messages flying letter notification
【Contact】
Add Batch Delete by slide gesture
Optimized support for merging duplicate contacts from different accounts (see menu - Merge duplicate contacts)
Repair group contact list
Repair Google contacts authentication failure issue – failing to sync contacts
【Lock screen, the status bar, notice board】
Add Variety lock screen (theme style -> change the local style -> Lock Screen style)
【Themes】
Optimization of the lock screen, status bar, text messaging and other local items - do not have to restart launcher, speed increase
Optimize application and toast for successful applied theme
Repair some cases of FC’s
Fixed issues when using themes with inconsistent ID’s
Fix memory overflow issues when browsing online themes
【Camera】
Optimization of I9000, T959, Defy models - support touch screen focus, focus is always in the center of the screen (these models do not support touch focus in other areas)
【Music】
Fix some cases lock screen music interface not displaying song information
Repair FC’s on lock screen music control when music library is scanning
Fix issue where in some cases music player would not show ring tone audio files
【Backup】
Repair issue when using backup/restore desktop icons will overlap
【Traffic monitoring】
Optimize the speed of switching to firewall mode
Repair issue where some apps were not shown in the list for firewall
Repair some of the details of the interface
【Authorization management】
Optimize permission confirm/deny function
[B]【1.6.10】[/B]
1. New/improved 2.0 T9 Dialer
2. Time scheduled automatic online backup
3. Notification Pulldown USB switch
【System】
Repair i9000 - upgrade the kernel, headset microphone issues resolved, keyboard light always on resolved
HD2 fix the sound problem in call
【Telephone】
Optimization of the new dialer -T9 2.0
- Significantly improve the search speed
- Reduce database size and support search contact name for any length, multi-tone words (6.6)
- Optimization of HD2, T959, NS call an emergency number to dial the area code when reminded (6.8)
【SMS】
Fix the SMS session cache error causing contact problems (6.6)
Fixed a bug where downloading message, and hitting the replay button, select an invalid volume problem (6.6)
SMS contacts fix - delete a session, not from the phone records of people send text messages to this problem (6.6)
Repair ordinary SMS text messages and letters flying rendezvous problem for a session
【Contact】
Add in the contact details screen, press and supports copy an entry (6.6)
Optimization of multiple phone contacts, click "Phone" button to pop recently identified contact number (6.6)
【Anti-disturb】
Add the function for users to set spam filter keywords
Add blacklist numbers can be added to note the name
【Lock screen, the status bar, notice board】
New notice board USB control switch, support notification bar on and off USB storage (does not support moto models) (6.7)
Fix the case of password-protected, horizontal screen after screen lock unlock the exception problem (6.6)
Repair status bar icon hiding third party app notifications (6.7)
Optimization of notification bar and status bar icon (6.7)
【Topic】
Optimize download experience theme, click on download progress bar notice in the download manager can view (6.6)
Repair in some cases failed to load or load a list of topics the problem of slow (6.7)
【Gallery】
Optimize thumbnail loading speed (6.6)
【Music】
Fix some cases of sleep mode failure problem (6.6)
Repair in some cases failed to download online music problem (6.6)
【Back】
Add automatic online backup, and can be set to automatically back up only in Wifi (6.6)
【Traffic monitoring】
Open repair for the first time traffic monitoring, traffic monitoring switch does not effect the problem (6.5)
Enter the correction flow restoration, the question does not support decimal (6.6)
FC under the will fix the problems defy (6.6)
SMS and call time repair statistics do not show the problem
【Weather】
Optimize the power consumption of the weather widget
[B]Changelogs[/B]
[B]MIUI Changelog 1.6.3 (Preview)[/B]
Of note this week:
Optimized system to enhance fluency on settings pages and reduce lag
A new "desktop" option in the theme application module
Optimized the theme app code to greatly enhance the speed and experience of applying themes
Increase the authorized management switch optimization, should help reduce authorization popups
System
[Optimized] Optimized to enhance fluency on settings pages and reduce lag (5.31)
[Optimized] Optimization reduces the memory usage on the settings page
Phone
[Fix] FC when receiving incoming and outgoing non-digital calls (5.30)
SMS/MMS
[Added] Message timestamp details in the SMS messages (5.31)
Themes
[Added] A new "desktop" option in the theme application module (5.31)
[Added] Theme maker can set the theme of the cover page as the list of preview images (5.31)
[Optimized] The theme app code to greatly enhance the speed and experience of applying themes (6.1)
Music
[Added] Support for batch modifying ID3 information for album name/artist name (see page album/artist page menu item) (5.31)
[Optimized] The menu options (5.31)
[Fix] ID3 song information was garbled (5.31)
Lock Screen/Status Bar
[Optimized] The standard Android notification icons to white, waiting for feedback (6.1)
Camera
[Fix] FC problem when exiting camera (6.1)
[Fix] Camera viewfinder screen appearing wonky at times (6.1)
[Fix] Focus function is disabled on I9000, T959, Defy (these base models do not support AF) (6.1)
Gallery
[Added] Tab to support mass selection operations (5.31)
[Optimize] The loading speed for folders and pictures (5.31)
[Fix] The issue with cropped images not being saved (5.31)
[Fix] Fix the issue with lost aspect ratio when setting a picture as wallpaper (5.31)
[Fix] Fixed issue with wrong image size showing when sending pictures (5.31)
Traffic monitoring
[Optimized] Improved the monitoring interaction, enhanced traffic reminders
Settings
[Added] Volume control according to the output mode control, the volume indicator panel, the icon displays the current output mode (6.1)
[Fix] The flip phone to mute option (6.1)
[Fix] Tthe third party app to turn off SMS notifications of vibration, vibration causes the problem (do not use third-party app off notice vibration) (6.1)
Authorization management
[Optimized] Increase the authorized management switch optimization
Fully translated and edited weekly. Courtesy of stiffspliff! As always, subject to change pending Friday's Official release
[B][SIZE=4]MIUI Changelog 1.5.27[/SIZE][/B]
Of note this week:
Support for customizable toggles in the notification dropdown
I9000 package has been released
New Mute/Vibration settings and customizable sound settings
System
[Added] Third-party permissions/privacy settings for applications using SMS, telephone, address book (5.25)
Phone
[Optimized] Telephone menu items, including support for filtering displayed unknown callers
[Added] Support for copy and pasting phone numbers into Dialer (5.23)
[Optimized] The status bar displays a special icon, 'SOS', when no signal operators are available, but you can make an emergency call (5.25)
[Fix] Issue with some themes that led to in-call sound issues (5.24)
SMS/MMS
[Added] Support for reading and importing vcard attachments in messages (5.23)
[Optimized] Composing a new text message (5.23)
[Optimized] Faster Contacts search, UI and performance optimized(5.23)
[Fix] Vibration setting for SMS and the reunification of vibration included in the global settings (5.23)
[Fix] Some MMS media types were unable to be opened (5.23)
[Added] MMS now supports the OGG multimedia format (5.23)
[Fix] Inability to switch to landscape when writing a new SMS message page (5.24)
[Fix] Coversation being covered up by the attachments menu when selecting attachments (5.24)
[Fix] MMS display size error in the message details (5.24)
DND
[Added] New version of DND privacy settings (5.25)
Contact
[Added] You can now add a photo when adding a contact to the phone book (5.24)
[Added] Support for previewing and importing vcard files (5.24)
[Fix] The bug that caused FC when importing contacts from some SIM cards (5.24)
[Fix] The bug that returned an error message when selecting multiple e-mail addresses in Contacts (5.24)
[Fix] The bug that showed the incorrect info in the call log for contacts with multiple numbers (5.24)
[Fix] FC issues when sorting/adding group contacts (5.24)
[Optimize] The SMS sort animation has been optimized (5.24)
Themes
[Optimized] When browsing ringtones, the source and name of the default ringtone is shown (5.24)
[Fix] The status bar displays incorrect WiFi signal information on some themes (5.24)
[Fix] Where clicking the middle of the page to cancel a theme download returned an error message (5.24)
Music
[Optimized] Music player priority strategy where the first player displayed in "Default Music Player" is the default player (5.24)
[Fix] Issue where selecting Menu -> Exit didn't really exit (5.25)
[Fix] Issue with Music player not close by long pressing the return key even with proper settings in (System Settings -> System -> Button Settings) (5.25)
Lock Screen/Status Bar
[Added] Support for customizable toggles in the notification dropdown!!! (5.24)
Camera
[Added] White balance, focus mode, scene mode settings (5.25)
[Optimized] The SD card can disable the shutter state to avoid FC (5.25)
[Fix] Camera zoom failure problems (5.25)
Backup
[Added] Backup information in the archives to show the details for multiple SIM cards
[Optimize] Wifi backup process optimization: Wifi switch automatically opens, completes the process then automatically turns off Wifi
[Optimized] Global backup process: prompted for the backup Root permission only on first use
[Fix] The bug where going into the online backup issues no response
[Fix] Failed backup post-processing problems (such as setting key backup failure)
Settings
[Added] New Mute/Vibration settings, supports calls and SMS, can set vibration settings independently (System Settings -> Personal -> Sound) (5.24)
[Added] Headphone and volume control customization and improvements (5.25).
[B][SIZE=4]MIUI Changelog 1.5.20[/SIZE][/B]
[IMG]http://i72.photobucket.com/albums/i191/taurusj/EVO%204G/MIUI/20110517_143911.jpg[/IMG]
• Front facing camera support added to MIUI camera for those phones with FFC!!! Including support for Google Video Chat
• Added support for Emoji picture perfect expression
• NEW! Song fade effect when switching to new song
SMS
• [Added] Support for Emoji picture perfect expression (5.16)
• [Added] Restored SMS SP Number Display (banks, operators and other letters will display name) (5.16)
Contact
• [Added] Quick click blacklist option when contact picture is long-pressed (5.17)
• [Fix] Lunar Birthday Reminder display error 5.16)
• [Fix] View Contact phone number was showing different prefix and display issues (such as 600,17951, etc.) (5.17)
• [Optimize] View contact list shows the current letter positioning on alphabetical index (5.16)
Topic
• [Fix] Line tone when selected to play in the background, ringing phone caused the issue (5.17)
Gallery
• [Fix] Gallery thumbnail rotation issue (5.17)
Music
• [New] Song fade effect when switching to new song (can toggle fade off in the settings) (5.17)
• [Fix] Using a local picture as album art, in the player and the lock-screen display ambiguous (5.17)
• [Fix] Equalizer no longer causing player to FC (5.17)
• [Fix] "Now Playing" screen to delete the current song, next song to play a direct problem (5.17)
Lock screen, the status bar
• [Optimize] The efficiency of the lock-screen charging animation (5.17)
Camera
• [Added] Support for front facing camera i.e. NS, I9000
Other
• [?] Calendar, unknown change
• [Fix] Lunar leap month, showed the wrong question (5.17)
FFC Toggle upper right corner of the camera screen
[B]New model added:[/B]
Motorola Defy
[B]Main features this week[/B]
New I9000, Defy and HD2 kernels
Fix for applying themes correctly after restarting
Global text size adjustment options for Phone, Messaging, etc
[B]System[/B]
Added global text size adjustment option under Settings > Personal > Font size
Fixed bugs in Screenshot mechanism
Added HD2 kernel update to tytung_r10
Added I9000 kernel update to fix slow camera, gtalk video chat (Front facing support)
Fixed password prompt could not be seen
[B]Phone[/B]
Optimisation of Caller display functions
Optimisation of call volume, if the call is not answered within 30 seconds the volume will steadily increase
Optimisation of incoming caller name when contact has multiple numbers
Optimised phone back button will not hang up the phone
Fixed third party voice mail app FC (yes this means Google Voice!)
Fixed issue with numbers containing – characters
Fixed custom ringtones cannot be applied or heard issue
Fixed T9 search delimiter “-” where contacts could not be searched
[B]Messaging[/B]
Optimisation of UI
Group sending and animation settings optimised
Text selection and copying improved
[B]Contacts[/B]
Fixed issue where third party tools could not import correctly
Fixed lack of contact details page “Phone” and “SMS” buttons
Optimisation for clicking on a contact with multiple numbers, popup shows improved number selection and option to select a default number
[B]Themes[/B]
Fixed issue where restarting would not apply new theme settings
Optimised theme download information
Repair browsing local themes FC due to network problems
[B]Gallery[/B]
Gallery caching system re-designed (First load of app will be slow for new caching)
Optimised UI for renaming photos
Fixed FC when viewing more details of Photo
[B]Music[/B]
Added new music equaliser
Fixed issue where track list did not reflect the chosen display A-Z / Z-A
Fixed issue in 4×1 desktop widget could not be used to control song
Fixed issue copying songs from PC to phone, desktop showed currently playing song incorrectly
Fixed album cover issue where users could not apply custom artwork
[B]Status bar[/B]
No-SIM emergency call text changed to “Emergency calls only”
Repair issue where status bar was not visible on system startup
[B]Camera[/B]
Optimised photos to show information in pixels and size ratio
Fixed issue where Camera was still active on lockscreen
Playback mode fixed for Milestone, camera button will now exit playback mode
Other optimisations and fixes for screen brightness settings, video playback, zoom and focus.
[B]Backup[/B]
Optimisation of Cloud backup system
Optimisation of Cloud backup recovery and listing display speed
Fixed issue with progress bar freezing part way through backup / restore
[B]Sound recorder[/B]
Added support for background recording, no longer requires open application to record sounds
Added 3GPP audio option in addition to AMR format
[B]Notes[/B]
Added global search for notes using the SideKick interface
Notes indexed in search
[B]Other[/B]
Optimisation of Wallpaper settings
[B][SIZE=4]MIUI Changelog 1.5.6[/SIZE][/B]
[B]System/Core:[/B]
Update ROM base to 2.3.4
Added I9000 Kernel update
[B]Phone:[/B]
Added one press dial functionality, quickly call up number with one press
Fixed FC issue and Call forwarding number sometimes disappears
Fixed issue with Emergency call would cause Phone to FC
Caller ID fixes
Fixed issues with Voicemail
[B][U][COLOR=red]Mute call issue fixed[/COLOR][/U][/B]
[B]Messaging:[/B]
Added reminder notification of new messages
Password restriction of Messages preview on lockscreen fixed
[B]Contacts:[/B]
Added Birthday reminder functionality, remind of birthdays 3 days before
Optimisation of SIM Card contacts where duplicates are found on phone and SIM card
Fixed issue when selecting group, the group was listing no members
[B]Themes:[/B]
Added new notification system for new theme available for update of the currently selected local theme
[B]Gallery:[/B]
Fixed some FC issues
[B] Music:[/B]
Added swipe to delete or select all songs for editing or removal
Playlist optimisation
Optimised performance of lockscreen music controls, fixed some latency issues
Fixed problem being able to browse music when phone is connected to computer via USB
[B]Notes:[/B]
Optimised list mode, deleting last character no longer automatically moves cursor position
Optimisation of Editing mode
Optimisation of notes last note opened
[B]Other:[/B]
Fixed issued with Wallpaper banding, 10 original wallpapers can be downloaded separately from AppShare
Click to expand...
Click to collapse
MIUI for Beginners​
Source: http://en.miui.com/a-10.html
Already flashed MIUI ROM? OK, pick up your phone now, let’s start our happy journey of MIUI ROM.
The first step: selecting apps
Various apps will greatly enrich your cell phone, so firstly let’s select the apps to your taste.
Click Net Disk on the desktop, and you’ll see MIUI has prepared a variety of amazing apps for you, including notes, audios, videos and IM and so on. You are free to choose and install what you like! (Please make sure your phone is connected to wifi.)
> You may also download more apps in electronic markets. You need to install the corresponding market (some can be downloaded in “Net Disk”), and then go get more apps.
> I’d like to install apps downloaded from the computer, what should I do? First copy the downloaded file (.apk) into your SD card. Then pick up your phone, click “File Manager” on the desktop, find the file you copied and click to install it.
Tip: How to copy files from the computer to the phone? First connect your phone to your computer via data cable, pull down the notification panel from the top of the phone, click “USB connected”, and then click "Turn on USB storage”.
After copying, do not forget to select the option of “Turn off USB storage”, otherwise "File Manager” in the phone will not be able to find the sd card, as it is being occupied by the computer.
Now I have a lot of apps, how to put them in order?
All apps successfully installed are listed on the desktop, however, they may not be in the order you want, how to put them in order?
> Long press an app icon and then you may move it freely. When it is moved to the screen border, the screen will automatically switch to the next screen.
> How to add a screen? Use two fingers to pinch on the desktop to enter screen thumbnail mode. Then you may add or delete screens.
> How to delete an app? Long press the app icon you want to delete, drag it on top of the trash box and click OK to delete it.
The second step: let's make your phone different.
A phone without style is nothing remarkable, so let’s make your phone different!
> Changing wallpaper: Click Menu button on the desktop, select “Change Wallpaper” to replace the wallpaper. In addition to the existing wallpaper in the phone, thousands of pieces of wallpaper are also available online.
> Changing theme: Themes make great changes to your interface style. Click “Theme Manager” on the desktop to select the theme you like. Also, more online themes are available online.
> Selecting ringtones and more: click “Settings” on the desktop to set call and notification ringtones. In “Personalization” under “Personal” tab, you may find more options.
The third step: it’s time for some advanced techniques!
Well, you are no longer a beginner now, so let’s learn some advanced techniques.
> Adding widgets on the desktop: press the Menu button on the desktop, select "Edit Mode", and then click the icon on the upper right corner to access the interface of “Add Widgets”. Choose your favorite widget on the top, and then drag it to the screen below.
> Using folders to manage desktop apps: in the interface of “Add Widgets”, drag [Folder] to the desktop. You may drag multiple apps into folders to classify them. After opening the folder, you may click the edit icon in the upper left corner to rename the folder.
> Using toggles panel to improve efficiency: drag the notification panel down from the top, click "Toggles" to go to the toggles panel (It goes to the toggles panel in default of notice.) On the panel are listed the most commonly used toggles, you may click to quickly enable or disable a toggle. Long press on the icon will launch the settings for that icon.
> Guest mode: enable the “Guest Mode” toggle in the panel, and your calls and text messages logs will be hidden, and all installed applications cannot be removed. You may have a try when you need to show your phone to guests or children.
> Importing contacts or binding accounts: you may use some apps to import a batch of contacts, or bind Google account directly in "Settings"> "Personal"> "Accounts & Sync Settings" to sync contacts at any time.
> How to print screens? Press "Menu" key and "Volume Down" key at the same time to print a screen. The printed image is saved in the directory of MIUI in the sd card.
> How to copy files from the computer without using the data cable? In case of a wifi connection, enter “File Manager” on the desktop, select the tab of "Remote Administration" to start the service, and then you will get an address. Enter the given address on the computer, then you may copy files without using a data cable!
MIUI Videos​
MIUI In The News​
MIUI is far from a "basement app" here is some news from MIUI:
http://technode.com/2011/04/14/rumour-lei-jun’s-miui-android-rom-teams-up-with-guess-who/
Lei Jun is ex-Kingsoft CEO (like Microsoft), co-founder of Joyo.com (sold to Amazon), now Chairman of Great Wall Club and Angel Investor. His newer product, MIUI under his start-up Xiaomi, is stirring rumours about an OEM partnership.
MIUI is a 3rd party Android ROM tailored for the Chinese market. Think about it like a layer on top of your Windows OS on your computer, to make it more customised and personal, but on mobile. From their website it says it enables faster dialling, better security and a big library of themes and skins.
Last weekend at a developer conference there was some chatter about MIUI partnering with a big OEM. We can speculate it could be with Samsung, Motorola or LG because all are bringing their Android phones into the Chinese market. We have reason to suspect the OEM partner is Motorola because as an American based OEM, they know less about Chinese user behaviour compared to Korean based Samsung or LG. It has also been reported that Dianxin, another Android ROM incubated under Innovation Works is partnering with Sharp. Motorola needs to make a good impression to stand out in China, where competition with other Android phone’s is fierce
Click to expand...
Click to collapse
http://technode.com/2011/01/13/why-xiaomi-raised-35millions-to-design-a-real-phone/
Xiaomi is an iPhone/Android development company invested by Lei Jun, the board chairman of UCWeb, the leading Chinese mobile browser; ex-executive director of Kingsoft; co-founder of Joyo.com which is sold to Amazon at 2004. We used to report that,
Xiaomi has raised another round of $35million from Morningside Venture and Qiming Venture partner. The valuation of Xiaomi is reported at $200million.
$200million valuation?! Seriously, as an iPhone/Android development company, Xiaomi is able to attract that much of attention and money, which sounds insane. I could not get it, until yesterday two friends both confirmed with me, Xiaomi is not just about designing mobile applications, but designing a phone, I mean a real phone.
Looking at Lei Jun’s recent investment, I am totally impressed,
UCWeb – the leading Mobile browser (our previous coverage);
Xiaomi – one of the most promising iPhone/Android development company which already released several applications including Xiaomi Reader (iBooks like) and Miliao (a copycat of Kik);
MIUI – Android-based mobile OS;
Xiaomi Phone?!
So Lei Jun has the mobile operating system, the browser and the applications, once there is a nice phone, he actually is able to reach all the important sectors in future’s mobile phone industry. Smart!
The rumor says that the phone will come into the market in Q3, 2011. Is Lei Jun building a Chinese Apple?
Click to expand...
Click to collapse
Core Features​
MIUI HOME
Two-layer shortcuts and program icons are integrated into one-layer desktop.
Long press on an icon to enter edit mode, open Widgets and drag it to the target screen.
Drag the app you want to uninstall to the top of the trash box to delete it.
Eight kinds of flipping screens effects are available with gorgeous animations.
T9 dialer
T9 dialer is applied for smart dialing. It supports searching by contact name and phone number, and the results are listed according to contact frequency.
The default setting is to forbid any third-party app to monitor users’ calls.
Currently, there are 230301 attribution logs. The attribution data will be updated continuously, codes of foreign countries are supported as well.
SMS
Compared with native Android system, 7 major optimizations on SMS are made:
Adding contacts in short messages;
Adding names in group sending messages and automatically adding the names to Contacts;
Easier taking of numbers, urls and email addresses from short messages;
Optimization on mobile newspaper reading;
Collection of important messages;
Recommended messages for holidays;
Quick reply and view window.
Contacts
Quick location of contacts;
Faster to add new contacts;
Contacts group management supported;
Contacts' large images supported.
Themes
The third edition UI loading engine makes it faster and easier to change themes;
Partial theme customs are more flexible and comprehensive. Rich online wallpapers, ringtones, fonts and so on are available.
Camera
Faster loading speed enables you to take photos immediately.
More professional modes such as continuous shooting, timing and special effects supported.
Gallery
Faster picture browsing speed than that of native Android system;
Brand new view mode supports to view the pictures by folder path.
Music
Simultaneous enjoying and downloading massive online music. Music chart live playing and bulk downloads supported;
Automatic connection of lyrics and album covers. ID3 information editing supported;
Changing songs by swinging the phone and sleep mode supported.
Notifications
After pulling Notifications and Toggles panel down, changing panels by sliding the screen supported.
MIUI apps
MIUI Net Disk, File Manager, Traffic Monitor, Backup, Notes, and Torch.
Tips & Tricks​
Long Press:Long press on the icon in Toggles will launch the settings for that icon.
Screen Shot:Press "Menu" key and "Volume Down" key at the same time to print a screen. The printed image is saved in the directory of MIUI in the sd card.
Hold HomePress Home key at the first screen, you may preview screen thumbnails and add or move screens.
Delete Message or Call Log : Slide from left to right to quickly delete a message or a call log.
Edit Mode : You may hold down an icon by one hand to enter Edit Mode, and then use the other hand to slide the screen to move the icon to the target screen.
Call Activated : Your phone will vibrate when a call gets through.
Activate Music from Lockscreen : Double tap the time zone to launch the Music Player when the screen is locked.
Quick SMS/Phone Launch : In the lockscreen, hold down the icon of Call or SMS, and you can enter the responding program.
Quick Launch Torch : Hold down Home key to quickly enable the torch when the screen is locked.
Quick Launch Contact Options : Click the contact image in Calls, SMS and Contacts, shortcut menus will pop up.
Long Press Search : Long press on Search button will launch search via voice recognition.
Recovery Reboot : Click menu in “System Update” to reboot and enter recovery.
% for Battery : The battery will display the percentage of left battery capacity by Settings>System>Battery>Notification Indicator Style>Percentage.
Running Apps List : Long press on the Home button can go to “Program Manager”. Click the “Clear up” button at the bottom left to clear the extra processes in memory. And the system will inform you of the released memory and current available memory.
Note: System processes will not be cleared so as to ensure the normal running of the system.
IP Calling : . How to set IP dialing?
MIUI ROM can add an IP prefix for the called number in a strange land. You may set it in Settings>Common>Calls.
You may also long press the contact item before dialing, and choose “Make IP calls” in the pop-up menu.
Reject Call : When you are not available to answer the phone, you may slide up the panel to reject the call and to send a message to the caller at the same time.
Custom Ringtones : . How to set custom ringtones?
Put media files into the Media/Audio/ringtones directory in the SD card, (If there is none of this directory, please create one manually) and then select in Sounds in Settings.
Note: there are three directories under Audio, corresponding to the following tones:
notifications--notification ringtones
ringtones--incoming call ringtones
alarms--alarming ringtones
Supported formats: MP3, WMA, WAV, Midi, etc.
Important SMS : As for those important messages you want to add to your favorites, you may long press the message in the pop-up menu and select "Favorites". You may switch to "Favorites" tab in the main SMS interface to view collected messages.
720p Video : How to enable 720P to record a video?
Turn on Camera and switch to Video, select "High", and select "720P" in the pop-up menu of video quality.
Quick Delete SMS : How to quickly delete items?
You may slide from left to right on the item and click on the red "Delete" button when it appears.
Tether : How can I share my network to the PC or other terminals?
Firmware of Android 2.2 and above support the sharing of mobile phones to other Internet terminal in the following method:
Go to "Settings" -> "System" -> "Share mobile network", you may choose to share the Internet connection by USB tethering or setting up portable Wi-Fi hotspot.
hmm any screen shots?
LuvThyMetal said:
hmm any screen shots?
Click to expand...
Click to collapse
here is a video of it, not this version but this is how it is
http://www.youtube.com/watch?v=T0Tl7iDuFDA
So wimax means 4G works on this rom?
Love this rom
Sent from my PC36100 using XDA App
kline1 said:
So wimax means 4G works on this rom?
Click to expand...
Click to collapse
not yet, the kernel will support it soon as it comes in to play from shinzul and toastchf for CM it will probably work here. that is what was meant
LuvThyMetal said:
hmm any screen shots?
Click to expand...
Click to collapse
Updated them for you!
kline1 said:
So wimax means 4G works on this rom?
Click to expand...
Click to collapse
No. Wimax LEDs are used for notifications. That's the LED on the right side of the ear piece.
And the team is getting prepared with the kernel.
kline1 said:
So wimax means 4G works on this rom?
Click to expand...
Click to collapse
The OP stated that the kernel contains wimax support which would come in handle when the rom gets the support.
Sent from my PC36100 using XDA App
I get a force close when I try to install a theme I have downloaded.
Sent from my PC36100 using Tapatalk
sultan.of.swing said:
I get a force close when I try to install a theme I have downloaded.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Drag the file to your SD/MIUI/THEME
Then you'll see the theme in the theme manager
Also make sure you did a full wipe. Some of these issues have been fixed in the ROM that should be released tonight or tomorrow
Tyzing said:
Drag the file to your SD/MIUI/THEME
Also make sure you did a full wipe. Some of these issues have been fixed in the ROM that should be released tonight or tomorrow
Click to expand...
Click to collapse
Its no big deal. Loving the rom though. The themed gingerbread keyboard is awesome!
Sent from my PC36100 using Tapatalk
Yeah me too the keyboard is perfect. I'm in love with it, its sexy.
sultan.of.swing said:
Its no big deal. Loving the rom though. The themed gingerbread keyboard is awesome!
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Sent from my PC36100 using XDA App
What are the widgets shown? Thanks
bradley26 said:
What are the widgets shown? Thanks
Click to expand...
Click to collapse
Typoclock
Battstatt
Beautiful Widget
At least that's all the ones on the home screen.
Thanks for the quick reply
what is that firewall app
This rom is smooth and fast.
Using quadrant benchmark this rom is smoking fast.
Quadrant full benchmark
Top of the list @ 1397

[APP] [2.0 +, ICS supported ] RocketDial- Best android dialer you can have .

I am glad to introduce you a great dialer RocketDial here . compared with other dialers in market, RocketDial is more comprehensive, more professional dialer which provides almost all the features you want . Strongly recommended.
Useful skills
- Swipe contact item left or right, to send SMS or make a call directly
- Swipe Left on dialpad for SMS , Swipe right on dial pad for Call , Swipe up for adding new contact , Swipe down for hide dialpad
- Swipe on icon in bottom bar : Swipe Right for enabling batch mode, swipe left for disable batch mode, second swipe clear the Dialpad.
- Long click on # button in dialpad to filter T9 search results .
What's new:
3.3.0
- (Bug Fixes) all about bug fixes, stable version.
- (New) added fast navigation by double tap on alphabet bar.
3.2.0
- (Improvement) Allow to manage multiple accounts at the same time, hide/show one or several accounts .
- (Improvement) Improved T9 Button in dialpad, easier to use.
- (Improvement) Improved Connected Caller ID , added more functionalists.
- (Improvement) Added a new displaying method \"Display searched result by type (name / phone / company....)\".
- (New) Ability to hide/show / configure sub and primary actions in favorite screen.
v3.0 2012/09/17
- (Improvement) Group Caller ID
- (Improvement) Enhanced connected Caller ID .
- (Bug Fixes) Some bug fixes.
v2.9.8 2012/07/12
All about performance.
-(Improvement) Faster start up.
-(Improvement) Faster tab switch
-(Improvement) Faster List View scrolling speed.
-(Improvement) Faster T9 Search .
Other
- Removed Lock Screen feature.
- Removed Call Log Duration Filter.
- Added Configurable Favorite Grid Size.
v2.9.7 2012/06/25
- (Improvement) Add Call history Fix for Galaxy ICS ROMs, remove SMS from call history .
- (Improvement)Added Setting for Highlighted string.
- (Improvement)Improved Start up speed .
- (Improvement) Added Manual Refresh in Theme Management Screen
- (Improvement)Enable Call End by default to avoid going back to stock dialer
- Some Bug Fixes.
- Note: Internet Permission only for downloading themes manifest file + theme preview thumbnails. No and will Never do any data collection !
v2.9.5 2012/5/25
- New: Improved skin
- New: Added new ways to sort contacts: Recent, Nick name, ​​Phonetic Name
- New: New style Dialpad - with large buttons "SMS" and "Ring" at the bottom
- New: Caller ID for Missed Calls
- New: Added window Outgoing call / During a conversation with an ability to take notes during calls
- Improved: Window selection of skins, now apply new skins without having to update the program
- Bug fixes, a slight improvement in performance.
T9 Languages
Latin
English
中文(拼音)
中文(注音)
中文(粤拼)
Deutsch
Pусский
ქართული
עברית
magyar
ελληνικά
Português
Український
العربية
فارسی
한국의
Here I pasted the feature list of RocketDial.
Detailed Features
Fast and Powerful Smart search Smart Search :
- T9 search for names, organizations, title, phone numbers,websites, any field...
- T9 search from Contacts/ Call History / Groups / Favorites
- Filter search results
Account Management:
- Choose all or one single account in your phone , shows / manage contacts within this account.
- Duplicate contacts from account to account.
Favorites:
- Large buttons for select, quick and easy dialing.
- Support High Quality photos, no blur photos.
Advanced Batch Mode :
- Send SMS /Email /Assign Ringtone to multiple contacts
Group management:
- Easily managing groups , add/remove item to/from groups.
- Set Group Ringtone
- Group SMS, Group MMS, Group Email.
- Share Group info (vcard included) .
Amazing Gesture Support:
- Slide to switch between Tabs just like ICS stock dialer
- Swipe on dial pad for predefined operations .
- Swipe on bottom bar icon, right for enable batch mode, left for disable batch mode or clear phone number in dialpad.
- Swipe on contact item , wipe left for dial ; swipe right for SMS.
- Handwriting for searching contacts just like in Google Gesture Search App.
- Handwriting navigation on contact screen, write a character in screen and RocketDial will navigate to the sections with this character.
Caller ID :
- 10+ Caller ID skins support for incoming calls including an ICS style Skin, apply skin in settings->caller ID .
- Full Screen Caller ID with true High Quality picture (assign HD photo in contact detail screen).
- Show organizations / Name / Formated Phone number / Locations .
- Incoming CallerID Features: Mute ring / Answer with Speaker/ Decline with predefined SMS / Call Back ...
- Support Outgoing Caller ID, full screen with High Quality Picture.
- Supporting Notes writing in call, Notes saved appears in notification bar .
- Missed Call Notification.
- Notigo (Root clear missed call ) is supported, find Notigo here in this link : http://forum.xda-developers.com/showthread.php?t=1187025
Great Appearance Customizations
- With HD photo assigned, contacts are shown with high quality pictures, stunning quality.
- Support assigning different color to Group Tab.
- Change background , choose picture from your phone to use as dialer background.
- Landscape mode support.
- 10+ Great Skins support . Apply in settings->choose Skin.
- Customize font size/ font color for almost every text field you see.
- 4 Dialpad Style, Dial/ SMS button can be in left/right/bottom.
More Features:
- Speed dialing numbers 1 - 99
- Call Confirm.
- Supports UK/China/US/Canada phone number attribution.
- Configure Alphabet Bar on your own.
- Phone Vibration on phone connected/end.
- Exit dialer or lock screen or goto HOME when Call Ends.
- Black List, support rejecting incoming calls .
- Format phone numbers , support US/Canada/UK/Russia/Ukraine/China/Taiwan. Customize phone number using patterns , example (###-(###)-####), fill on your needs.
- Support Facebook contacts,(before android 4.0 )
Below Character Sets are supported:
Russian, English, German, Hebrew, Greek, Georgian, Ukraine, French, Hungarian ,Polish ,Swedish, Portuguese and most of the Latin characters, also Simplified Chinese, Traditional Chinese
RocketDial has a free trial version which contains unlimited feature trial , the link is :https://market.android.com/details?id=intelgeen.rocketdial.trail
pro paid version link : https://market.android.com/details?id=intelgeen.rocketdial.pro
RocketDial website :
www.droid-soft.com
Like RocketDial in facebook .
http://www.facebook.com/pages/Rocket...08571745844752
{
"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"
}
Version 2.8.15
New version added option to disable the full screen contact badge in favorite screen, meanwhile you can search various fields of contact information through search bar too.
What's new :
New: Added option to disable full Screen Contact Badge in Favorite Screen.
New: Added Persian T9 support.
New: Added Call Back options, can choose between: (1)put to dialer (2) dial direclty (3)dial with delay.
New: Added Search Bar filter in contact screen. Click menu-->Change Search bar filter to change.
Bug Fix: Fixed FC issue on android 4.0, FC happens then GPU acceleration is enabled.
More Bug Fixes.
Trial Version of RocketDial Pro the great and powerful Rocket Dial Trial provides 10 days free trial, it contains all the features of RocketDial Pro , you can buy from paypal, website or android market to unlock full features.
Version 2.8.16
What's in this version:
New: Enabled Flip Screens
New: Group call history based on date and name
New: Optimized Contact Screen performance.
New: Disable Drag for SMS/CALL when Gesture Navigation is enabled in contact screen.
New: In Full Screen Contact Badge, make call/sms using the pre-set phone number instead of choose from the whole list.
New: Show Events Dates directly in contact detail screen.
New: Dial out phone number when long tap on the blue dial bar
It is X-MAX SALE , 50% OFF for a great dialer
now it is 1.99 USD, only for X-MAX .
weird. seems like only posts here are by people selling their app...and, the only posts by one of them happen to be in this particular thread
Happy New Year Everyone !!
I think this is only place in xda that developer can announce their app and response to users , right ?
The 2.8.17 build 2 is an amazing build, we did a lot of improvement like performance tuning , memory tuning. Added Call history T9 Search , mark unread Missed Call as bold red color .
You will definitly love it .
Version 2.8.18
New version 2.8.18
New: Added Grid View for Group Screen.
New: Refined Search Bar , add one button in search bar for search filter (name/ phone / im ....)
New: Redesigned Layout for Call History Item and Contact Item. Show results for Company information in separate place
New: Added Week of Day into Call History Separator.
New: Refined UI for 720P screen.
New: Refined UI for Light Theme.
Many bug fixes.
Tbh, I hate the attitude of pushing me to use an app this way... Provide the app, and let it speak for itself.
Sorry for the negativity.
Sent from my Atrix 4G using xda premium.
Version 2.8.20
- New: Improved Performance.
- New: Added Theme management and ICS (0.99) paid theme.
Cool Rocket Caller ID
2.8.30 added many amazing Caller ID skins , check this.
Find RocketDial in facebook .
http://www.facebook.com/pages/RocketDial/208571745844752
Theme suggestion/request
Couldn't find a forum on your website, so I'll put this here and maybe someone ten times more capable than I will write it for you LOVE THIS APP.
I'd love to see an 'old school' theme for us middle-aged farts who grew up with rotary dial phones and granddads who worked on the old mechanical switching equipment. A skin which turns the dial pad into the old rotary style, and if you wanted to get really fancy, when you hit the <call> button it plays a little animation which rotates the ring and clicks in the patterns of the number entered. I know there are similiar apps out there that do this, but not one that works WITHIN Rocket Dialer.
ChattyMatty said:
Couldn't find a forum on your website, so I'll put this here and maybe someone ten times more capable than I will write it for you LOVE THIS APP.
I'd love to see an 'old school' theme for us middle-aged farts who grew up with rotary dial phones and granddads who worked on the old mechanical switching equipment. A skin which turns the dial pad into the old rotary style, and if you wanted to get really fancy, when you hit the <call> button it plays a little animation which rotates the ring and clicks in the patterns of the number entered. I know there are similiar apps out there that do this, but not one that works WITHIN Rocket Dialer.
Click to expand...
Click to collapse
That is cool , actually we considered about that style before but current design only works for square dial buttons ... May add the old school style in future.
Thanks for giving suggestions here .
ChattyMatty said:
I'd love to see an 'old school' theme for us middle-aged farts who grew up with rotary dial phones and granddads who worked on the old mechanical switching equipment. A skin which turns the dial pad into the old rotary style, and if you wanted to get really fancy, when you hit the <call> button it plays a little animation which rotates the ring and clicks in the patterns of the number entered. I know there are similiar apps out there that do this, but not one that works WITHIN Rocket Dialer.
Click to expand...
Click to collapse
I just came across this; not exactly Rocket Dialer, but should suffice for novelty purposes: Old School Dialer.
Enjoy!
Added 2 amazing themes along with 2.9.8
2.9.8 released and all about performance .
Amazing Dialblo3 Theme released !!
Check it out here
https://play.google.com/store/apps/details?id=inteligeen.rocketdial.theme.themeid23
coolsixty said:
Check it out here
https://play.google.com/store/apps/details?id=inteligeen.rocketdial.theme.themeid23
Click to expand...
Click to collapse
"item not found"
Sent from my SGH-T989 using xda premium
Dialblo3 Theme
Towle said:
"item not found"
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
It is there now, please try again .
I've been using RocketDial for awhile. It works very well after you take the time to go through the custom settings to tweak things the way you want.
My only problem is I have never figured out a way to change the "Dialing" background. It has a picture of a flower.
I can change the caller ID background but I can't figure out how to change the "Dialing" background. Can anyone help?
Okay, I finally figured it out. See attached screenshots that walk you through it, and the final screenshot which shows my new (custom) background picture.

[APP][2.1+][29 JAN 2015] Ultimate Caller ID Screen HD [HD Caller ID/Video ID]

Ultimate Call Screen HD
HD Full Screen Caller ID, Video Caller ID, Fullscreen SMS receiver and Call Blocker. The most complete fullscreen caller ID replacement and phone toolbox on Google Play, feature leader on its class, UCS is much more than a simple call ID app with big pictures. UCS combines:
- Fullscreen Caller ID replacement with true HD pictures of your contacts
- Full Screen Video ID
- FullScreen SMS notifications
- Fullscreen SMS Browser, including threaded mode
- Fullscreen Missed Calls notifications
- Unprecedented theming options, including 11 free themes
- Contact picture manager
- Call Blocker
- Sensor-base actions such as rejecting calls by turning the phone screen-down
- AND configurable swipe gestures just to be sure you handle your phone any way you want to.
As recommended on www.lifehacker.com:
"The features of this app are almost too numerous to list, but if you use your phone to make phone calls (you know, that thing it was originally intended for), it's a must-have."
{
"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 one app, you get:
- Choose pictures from gallery, camera or link to Facebook friends using their HD profile pictures
- Choose Videos from your gallery to use as full screen caller ID
- Apply pictures to contacts directly from your gallery, with the android "share" function. Just choose "Add to UCS"!
- Answer calls with buttons, sliding buttons, rotary buttons, swipe gestures... You choose!
- Configure your phone to hangup calls, put on speaker or mute ringer simply by turning the phone screen-down!
- Swipe gestures (reject and answer calls, reject with sms, reply to sms, ...)
- Fully featured Call blocker
- Fullscreen SMS receiver
- Fullscreen Missed Calls Notifications, with dismiss, callback and answer functions, and configurable swipe gestures
- Complete theme support for both call and SMS screens, personalizable per contact
- Picture syncing of HD pictures to phone internal contacts
- Privacy Screen: hide incoming call and SMS details from prying eyes until it's safe to pick-up/read
Advanced Features:
- Use your current android contact picture as fullscreen caller ID (Licensed only!)
- Selectively enable only for outgoing/incoming calls
- Sync your android contact database to use your UCS-defined callscreen HD pictures, or batch-upload a set of pictures from your sdcard
- Hide parts of the call screen for cleaner interface.
- Option to make incoming SMS show above lockscreen, including turning the screen on
- Missed calls viewer
- You can ALWAYS go back to the default phone interface during a call, simply by pressing the phone "Back" while on a call
- Much MUCH more! Take a look through the available settings!
Getting Started and Important Notes
- To use the dialpad and other in-call functions, press the "Back" button on a call to bring up the default phone interface! Due to security restrictions imposed by Google, it's impossible for me to provide a working dialer during an ongoing non-VoIP call.
- In version V5.0.0 and upwards, the model of the free version changed due to userbase request. Almost all functions are available, but there is a personalizable contact limit.
Market Link for Lite Version:
https://play.google.com/store/apps/details?id=com.lowveld.ucs
Enjoy
Changelogs
V10.3.9
- Lollipop compatibility
V10.3.3
- Improved Facebook auto-matching
- Performance optimizations
- Reduced memory footprint
- Minor bug fixes
V10.3.3
- Polish translation. Thanks cvxcvx and TomoS!
V10.3.0
- Contact manager now has its own tab on Settings, including Fast Scroll and visual status indicators
- More efficient contact lists
- Fixed issue with default Video ID for known contacts showing even if contact was personalized
- Fixed visibility issues on Facebook lists when using Dark UI
V10.2.0
- Updated UI to new light look
- Fixed VideoID for android 4.4 devices
- Missed Call Screen no longer deletes calls from Call Log
- Fixed minor issues in SMS theming
- Performance improvements
V10.1.1
- Fixed issue with overriding colors in SMS themes
- Updated French translation (Thanks Loic!)
- Performance improvements
V10.1.0
- Added option to block calls with hidden numbers
- Added option to force screen full brightness on calls (find it on "Call Settings"->"Callscreen Interface"). Option is On by default, and brightness is restored when call ends.
V10.0.0
- Redesigned User Interface
- New plugin to control UCS new UI animations
- Fixed issue with Video ID keeping playing audio after answering call with Headsets
- Fixed issue where "callback" function on new SMS notification screen was not working properly
- Hiding button block on SMS theme no longer also hides contact name and number
- Improved theming engine to support upcoming theme features
- Minor fixes and optimizations
V9.7.0
- Added SMS Browser: fast view of all SMS, tap to go fullscreen, accessible directly from your phone app drawer
- SMS Browser supports threaded mode (tap options to set it). When in thread mode, fullscreen viewer cycles through thread only
- Re-designed fullscreen SMS viewer to use HUD interface, added next and previous SMS buttons, and also a "callback" function
- Dimissing SMS, or pressing next/previous buttons mark current SMS as read
- Re-designed app icons, and some in-app graphics
- Fixed crash if user removed video from phone and it was being used by UCS
- Fixed issue with multiple calls
- Performance improvements
- Minor bugfixes
V9.5.1
- Changed default interface on new installs to HUD
- Added "Reject With SMS" button to HUD on incoming calls
- Removed Contact Manager shortcut from phone app drawer
- Increased possible call exit delay values to accommodate slower phones
- Performance improvements
V9.4.0
- Added configurable delay on Call Screen exit to allow laggy stock interface to finish (Call Settings -> Callscreen Interface)
- UCS now displays phone numbers formated according to your country (option to disable included in Call Settings -> Callscreen Interface)
- Added option to manually crop facebook pictures when linking individual contacts
V9.3.0
- Added UCS Plugins feature: LICENSED users only!
- "Standalone Syncer" is now a builtin plugin, several bugfixes included
- "FindMe plugin": make your phone ring even in silence mode with a pre-defined SMS
- "Theme Previewer Plugin": fast preview of themes on any UCS screens
- "Phonebook Pictures Plugin": use your existing photos for non personalized contacts
- Added some delay on call ends to give time to stock interface to exit
- Moved Privacy Screen Settings to Settings tab
- Themes also apply to Missed Call Screen now
- Optimized app memory footprint
- Minor fixes
V9.2.0
- Added new Heads Up Display compact call interface, custom position available
- Added new HUD Profile
- Added text color customization to SMS Theme Manager
- Added option to exclude contacts from UCS
- Themes now also apply to Privacy Screen
- Re-designed Detailed Contact view on Contact Manager
- Fixed issue with call answering on some phones
- Fix contact preview wrongly applying Smart Info for non-personalized contacts
V9.1.0
- Added "Smart Info": for personalized known contacts, automatically hide name, number and CID block background
- Added "Profiles" feature: one touch configuration of UCS behavior
- Added full costumization of Ring Picker interface targets, you define what each button does
- Added option to invert position of Answer and Decline buttons on Rotary, Sliding Tab, and Push Buttons interfaces
- Added option to use different default pictures for unknown contacts on incoming and outgoing calls
- Added workaround option for dual-sim phones to be able to choose sim card on outgoing calls
- Privacy Screen now supports sensor actions (turn to mute ringer or hang up call)
- FIX: allow USSD type messages to correctly show
- FIX: allow notifications to be pulled down if the status bar is not hidden in call screens
- minor bugfixes and optimizations
V9.0.0
- Drastic performance improvement on caller ID display: instant response
- Re-organized existing call settings for more logical configuration
- Optional override of theme colors for name, number and call time
- Removed possibility of custom separate themes for unknown contacts: one default theme for everyone
- Still possible to personalize theme differently for known and unknown contacts
- Added option to use SMS templates for "Reject With SMS" function
- Several rare-bugs fixes
V8.1.0
- Increased facebook pictures quality
- IMPORTANT: existing users should do a "Sync Pictures Now" to improve old pictures
- Optimized facebook "I Feel Lucky": more reliable auto-matching of contacts (Licensed only)
- Other performance optimizations
V8.0.0
- Added Fullscreen Missed Calls Notifications
- Notification screen allows swipe actions, dismiss, callback, and reply with SMS
- Added optional on-screen "mute" button during calls
- Added Privacy Options also to Fullscreen notifications
- Optimizations on image handling: should solve rare issues with FC on loading or rotating pictures
- Increased picture quality when using existing android contact pictures on ICS and above (Licensed only)
- Increased functions on Contact Manager detailed view: click picture now offers also options to reset contact, reset facebook linking, using current internal contact picture as source, and syncing the current UCS picture to internal Android database
- Added dedicated Un-link menu to Facebook options. Single press any facebook contact to clear association. Great for errors after using "I Feel Lucky" Option
V7.4.0
- Added Privacy options for both calls and SMS - check rigt-most tab on UCS settings
- Choose to hide caller name and picture until you choose to unlock the callscreen
- Choose to selectively hide text, or all contact details, on SMS screen until you unlock it
- Moved Internal Phone Syncing menu to General Settings tab on UCS settings
- FIX: issue with retrieving friend list on Facebook synchronization
V7.3.3
- Fixed issue with proximity sensor not turning off screen during call (SGS3 and possibly other phones)
- Fixed wrong call duration indication on some devices
- Fixed possible issues with unknown phone callers causing rare crashes
- Fixed layout issue on SMS. SMS now adjusts to the presence or not of buttons.
- Added configurable font size for calls/SMS
V7.3.2
- Fixed possible issue with Answer on SGS III
- Added optional root-required methods for answering/declining calls. Should ONLY be used if you have problems with UCS, and your phone MUST be rooted.
- Added Setup Wizard for initial configuration
- Added option to hide UCS after answering a call
- Increased customization of SMS screen. You can now hide the buttons, etc.
- FIXED: Facebook authorization issues on some phones
- FIXED: issue when choosing Ring Picker interface for German users
V 6.2.0
- JellyBean compatibility
V 5.1.3
- Fixed issue in phone syncing for ICS builds, where pictures could be assigned to wrong contacts
- Optimized memory usage on image editing: should fix the issue for rare FCs when rotating images
- Improved facebook picture fetching, possibly fixing rare cases where contact pictures were not being downloaded
- Several optimizations on phone syncing code
- Improved theming capabilities: look for new theme "Snow White"
- Several minor bugfixes
V 4.0.0
- New: Reject call with SMS. Only accessible with swipe gesture, to keep the interface clean.
- New: Ultimate SMS Screen can flip through all your SMS messages. Only accessible with swipe gesture
- Swipe actions are now fully configurable
- In calls, any swipe can be configured to reject, answer, reject with SMS, and default phone interface.
- In SMS, any swipe can be configured to dismiss, reply to the SMS, view previous and view next SMS
- Portuguese translation
- German translation
V 2.2.0
- Added Rotate function to Picture Editor
- Launch the Contact Manager directly from your app drawer
- New option to force UCS to ignore answer/reject button presses, and only react to long presses (press and hold the button, avoids accidental pickup/hangup)
- Licensed Users: Added capability to set different default themes, as well as independent hiding of callscreen elements, for known and unknown callers
- Free Users: Can selectively hide callscreen elements for unknown callers only
V 1.4.0
- You can hide parts of the callscreen, like buttons and backgrounds.
- You can set different default HD default pictures for Unknown contacts.
- (Licensed) You can apply different themes per-contact. With a transparent theme and swipe gestures, you can achieve true fullscreen for selected contacts.
- Fixed issue where UCS would sometimes not show on calls
- Rearranged UCS preferences into sub-menus.
- Added a "Tips and Tricks" section to preferences.
V 1.2.4
- fixed the issue where some people would get the status bar cover part of the caller name. There should be no fullscreen issues now.
- When you press back on Contact Manager or Theme Manager, you will now go back to UCS Preferences (would exit UCS before)
- Remember position on contact list: when you exit a detailed contact view, the list will start from that contact, not from the beginning. (yes, was annoying)
- Press visual feedback on UCS buttons (change color when pressed)
V 1.2.3
- Option to show on-screen "set on loudspeaker" button
- Option to show/hide status bar on lockscreen: people with problems where the status bar shows anyway, and hides part of the caller ID, set this OFF as a workaround!
- Option to give haptic feedback (vibrate) on UCS key presses
- FIX: Hopefully motorola people will stop having FCs when saving pictures
- Optimized memory footprint
- Removed unnecessary "save" option after saving an image on the editor
V 1.2.0
- Added theming capability, and a Theme Manager, for Licensed users only! Search for "UCS Suave theme" in google play to see it in action, and I will be doing a lot more themes in the near future.
- Changed answer/call buttons for a more polished look.
- Fixed issues with rare random crashes while viewing detailed contact info.
V 1.1.0:
- Removed restriction on editing pictures only on portrait, it now serves as simple rotate feature: turn the phone to landscape when editing pictures, and on saving, UCS will rotate the visible area to portrait. So UCS still shows exactly what you cropped and are seeing, plus it rotated the original image.
- Fixed race condition that lead to a very "rare" FC (thanks to whoever reported the crash to google play)
- Changed application icon
V 1.0.1:
- Restrict image editing and cropping to portrait mode to avoid FC until I rework it
V 1.0.0:
- Initial release
Theming guide
This is a tutorial on how to build themes for UCS. You will need the Android SDK and Eclipse installed and setup.
I provide an Eclipse project which you can use as base and example to give you a quick startup. Note that there are other ways to do this without eclipse, but I won't get into that. But it is not enough to open the apk and just drop images into there (unless you decompile it, recompile it, and sign it). Well, at least not enough to use the full power of the theming engine: you won't be able to change text size, element position, and other stuff without recompiling.
Take the attached eclipse project and import it. (please don't ask how to do this, there are numerous tutorials on how to setup eclipse/android SDK, and that is not the purpose of this post/thread).
Template Eclipse Project: View attachment UCS_Template_Theme.1.0.0.tar.gz
Alternatively, here is the compiled apk from the project above: View attachment UCS_Template_Theme.1.0.0.apk
The apk is useful if you just want to change some images, and also if you use some of the toolkits around here in xda to decompile/compile apks. In fact, you don't actually need Eclipse to completely change the template: use something like ApkManager, and just decompile the apk.
The theming does not involve java programming, that's why it works so nice with a decompiler: no smali editing. All you need for theming is replacing drawables, and editing xml files.
When starting, take a look at the files in:
res/drawables/
res/values/
The xml files in the drawables folder point to the actual images in /res/drawable-hdpi, and those are what you want to change
The xml files in res/values control everything from text color to element placing. Take special attention to integers.xml, I inserted comments on it to make clearer what every key does.
Play around with this, run it with the "run as android application" command with your phone connected to your PC if you're using Eclipse. Getting the offsets just the way you wanto to can be tricky.
When you're done, just export as signed application and share it here if you feel like it!
Cheers
As always....brilliant.....
Sent from my HTC Desire S using xda premium
Great work like ever, tried it on latest reaper and it will become my default call screen
Great work lowveld! Using it on reaper now, but just to clarify, if i want to turn on speaker and so on I have to go back to the default one?
I don't know how you do it, you're way to talented dude
Cheers!
e2zippo said:
Great work lowveld! Using it on reaper now, but just to clarify, if i want to turn on speaker and so on I have to go back to the default one?
Click to expand...
Click to collapse
Yep, I believe that you must hit the back button to return to normal dialer and then enable speaker from there.
Great. Will check it on my sgsii und give you feedback
Sent from my GT-I9100 using XDA
ben_pyett said:
Yep, I believe that you must hit the back button to return to normal dialer and then enable speaker from there.
Click to expand...
Click to collapse
No, just activate the "turn to speaker" feature. During a call, just turn the phone screen down!
Cheers
Sent from my HTC Desire S using xda premium
Thanks app seems really awesome
lowveld said:
Reserved one...
Click to expand...
Click to collapse
earlier failure to post was obviously a tapatalk (xda app) issue. Already loving this application....
Is it too early for future functionality requests?
Please incorporate a backup and restore option, so that the custom linkages and pictures can be saved across ROMs. In the meantime how can I manually backup these, will titanium do? or is there an SD card directory?
ben_pyett said:
earlier failure to post was obviously a tapatalk (xda app) issue. Already loving this application....
Is it too early for future functionality requests?
Please incorporate a backup and restore option, so that the custom linkages and pictures can be saved across ROMs. In the meantime how can I manually backup these, will titanium do? or is there an SD card directory?
Click to expand...
Click to collapse
You can safely backup with titanium and restore to the same rom with no issues. Across roms you can't do that, because the internal android contact database changes.
Its never too early for requests, ill try to figure out a way around this!
Cheers
Sent from my HTC Desire S using xda premium
One thing i would like to see on ucs is the ability to rotate the pictures, if I'm allowed to make a feature request.
I came across this, because i have a picture i rotated myself at the gallery, but if i import it to ucs it isn't rotated, i know it can easily be solved with another app, but it would be nice if ucs takes to rotation from gallery or if i would be able to rotate it myself.
ben_pyett said:
earlier failure to post was obviously a tapatalk (xda app) issue. Already loving this application....
Is it too early for future functionality requests?
Please incorporate a backup and restore option, so that the custom linkages and pictures can be saved across ROMs. In the meantime how can I manually backup these, will titanium do? or is there an SD card directory?
Click to expand...
Click to collapse
Ben, let me rephrase my earlier answer: if you use titanium to restore both the contacts database and UCS, when restoring both to another rom all should be ok with UCS internal contact mapping. But you know how I feel about restoring system data across roms, so I'll try to come up with a better solution.
Tectas said:
One thing i would like to see on ucs is the ability to rotate the pictures, if I'm allowed to make a feature request (and maybe to crop them).
I came across this, because i have a picture i rotated myself at the gallery, but if i import it to ucs it isn't rotated, i know it can easily be solved with another app, but it would be nice if ucs takes to rotation from gallery or if i would be able to rotate it myself.
Click to expand...
Click to collapse
Hey mate!
Well, I will surely look into this. Plus, your request lead me to identify the first bug in ICS, and I just uploaded version V1.0.1 because of you, so thanks for that! (the bug was that if you tried using the image editor/cropper on landscape mode, it would FC on saving the image).
But I got a bit confused about your "maybe to crop them" part of the request. Currently you can zoom in and out of any picture, move it around, and when saving, UCS will crop the image to what is showing on the screen (minus the buttons of course). You can use either the in-screen zoom buttons, or regular multi-touch (pinch to zoom), and simple dragging to move the picture around.
Maybe I wasn't clear enough about this before...
Cheers
Excellent, a new version
In response to the rotate request, it's +1 that world be really useful
Crop not needed, as you said already multi touch, although it would be good if when you're on the resize image screen, if there were lines at the top and bottom of the screen indicating the size that the image has to be stretched to, as I like the top and bottom that show the calling number and buttons not to also have the image behind (hope that makes sense).
Swyped form ym Dersie S unsig XAD Permuim
backup/restore question
Does the UCS app make and store a copy of the edited pictures or simply keep a link to the original pictures?
As, I've created a new directory on my sd card simply for my UCS pictures, so could any backup function you create simply map the existing contacts to their UCS contact picture file path, it would be incredible if it would also remember the sizing settings for each image.
Swyped form ym Dersie S unsig XAD Permuim
ben_pyett said:
Excellent, a new version
In response to the rotate request, it's +1 that world be really useful
Crop not needed, as you said already multi touch, although it would be good if when you're on the resize image screen, if there were lines at the top and bottom of the screen indicating the size that the image has to be stretched to, as I like the top and bottom that show the calling number and buttons not to also have the image behind (hope that makes sense).
Swyped form ym Dersie S unsig XAD Permuim
Click to expand...
Click to collapse
Hey,
Yeah, I think I got what you meant. Showing guidelines to tell the user where the caller ID interface elements will actually show would be possible, I guess. But it would be a pain for you to align the picture. Actually I never thought that it could be used that way (with black headers and footers instead of fullscreen pic).
Anyway, what about a compromise meanwhile: I give the option to instead of those semi-transparent rectangles that show beneath the buttons and contact numbers/names, paint it black. What do you think? The end result will be what you want, I guess, but you should scale the images to fullscreen, and sort of guess where the black will be.
The reason I'm reluctant to add guidelines or whatever to the cropper, is because I'm trying to figure out a way to let the user change the position of those elements on the call screen, and it would become inconsistent on that case. Ok, I'm rambling now...
Cheers
ben_pyett said:
backup/restore question
Does the UCS app make and store a copy of the edited pictures or simply keep a link to the original pictures?
As, I've created a new directory on my sd card simply for my UCS pictures, so could any backup function you create simply map the existing contacts to their UCS contact picture file path, it would be incredible if it would also remember the sizing settings for each image.
Swyped form ym Dersie S unsig XAD Permuim
Click to expand...
Click to collapse
UCS saves the final cropped image you assign to a contact, and that's the one that will be used from there on. You can even delete the original, no harm done.
There's no need for you to create another backup dir on the sdcard: the saved files are on the app own directory, and will be saved by Titanium backup. If you still want to keep sort of a catalog of what you use, so clean installs of UCS on other roms go faster, just copy the .jpg files from /data/data/com.lowveld.ucs/files
Mapping the picture to contacts is a different matter, and the main difficulty regarding a save/restore functionality. I'll have to really think hard on how to achieve this...
Cheers, and thanks for the input!
On thinking about it, forget about guidelines, just don't make the backgrounds at the top and bottom of the screen semi transparent, if possible make this colour/transparency configurable through options? I'd prefer none so you gave full screen pictures, with number and buttons simply overlaid, you could even have the colour of the text of the calling number configurable
Last request for today, promise, night
Swyped form ym Dersie S unsig XAD Permuim
ben_pyett said:
On thinking about it, forget about guidelines, just don't make the backgrounds at the top and bottom of the screen semi transparent, if possible make this colour/transparency configurable through options? I'd prefer none so you gave full screen pictures, with number and buttons simply overlaid, you could even have the colour of the text of the calling number configurable
Last request for today, promise, night
Swyped form ym Dersie S unsig XAD Permuim
Click to expand...
Click to collapse
Fair enough. Let me see what I can do
Cheers, and good night.

[APP][ICS+] ContactsNotification +Sidebar v2.00 Final

I present here a new app.
It allows you to choose up to eight contacts, which will be shown in a notification or a configurable sidebar. Tapping the contacts will allow you to call, message, whatsapp, email or many other things. This allows a faster workflow when you need to call someone when you are doing other things.
Just install the apk, open the Contacts Notification app, choose your contacts and press update.
The notification will automatically appear after a reboot, so you only need to do this once or to change your favorite contacts.
I promise I am not storing or doing anything with your contacts.
Market link:
Contacts notification +sidebar
Custom themes:Go to your sdcard, folder ContactsNotification/overlays.
There create a folder, for example, mytheme.
Into that theme add a border.png, sms.png and phone.png file. They must be 500x500px png files. pohne.png and sms.png must have border if you want it to show. A sample file, called "holo by dapaua.zip" is included.
To show the sidebar (if enabled) , just slide your finger over the trigger area.
Code:
TASKER support.
am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ACTION_NAME
Where ACTION_NAME is:
POST_NOTIFICATION. Posts or refreshes the notification
HIDE_NOTIFICATION. Hides the notification
ENABLE_SET_A. Enables contact set A. Use POST_NOTIFICATION afterwards
ENABLE_SET_B. Enables contact set B. Use POST_NOTIFICATION afterwards
Use of this command line with Tasker:
Create a new task, call it CN_enable_A.
Add an action of the type Script - Run Shell.
in command , type:
am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_A ; am startservice -a com.dapaua.contactsnotification.ACTIONS -e action POST_NOTIFICATION
if you are using the sidebar, type only:
am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_A
Create a new task, call it CN_enable_B.
Add an action of the type Script - Run Shell.
in command , type:
am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_B ; am startservice -a com.dapaua.contactsnotification.ACTIONS -e action POST_NOTIFICATION
if you are using the sidebar, type only:
am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_B
Use these two tasks to change the sets on the notification. You can use it with a timer, or position, or whatever. I am not going to explain how tasker works. I implemented this because I was asked to and I found it interesting.
{
"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"
}
HISTORY
Version1.1 has some cosmetic changes in the notification.
-----
Version1.2a:
-Up to 6 contacts can now be added. Small screens may show really small icons for last contacts.
-Default action can be chosen from Menu, Dial or SMS. SMS not working yet, sorry. Icon overlays are planned so you know what the icons do.
-Slightly nicer settings screen.
-Option to disable notification icon, toast (the small notice telling you to wait), and start at boot.
-Can now be disabled without uninstalling.
This version won't be uploaded to the market. I'll upload it when I enable SMS and overlay icons.
-----
Version1.2b
-Fixed JB compatibility. Now notification drawer should fold by itself.
-Added contact icon sizes, so all 6 icons fit in small phones ( I hope)
-SMS option works.
-Black theme
-Still ugly
-Phone/SMS overlays are not done yet, so you need to remember what each icon does. I'll do it next week.
This version will be uploaded to the Play Store.
------
Version 1.3
-Nicer looking icons.
-Added Phone/SMS overlays to icons.
-Now you can automatically populate your contacts form the recent calls log.
-Still ugly app(Notification is much nicer, I think.)
-Contacts without picture show name
------
Version 1.3b
Fixes a bug in auto-populated contacts that appeared when a caller not in your contact list was in the list.
-------
Version 1.4
-Overlays are now optional.Please,send me new overlays to include in the program, check here:http://forum.xda-developers.com/showpost.php?p=38780390&postcount=50
-------
Version 1.4b
-New ICS overlays by Virus_672 (Thanks!!)
-------
Version 1.5
-Now auto-populated contacts should work. The notification will automatically refresh 20 seconds after the call end.
-No more vibration!
-Some optimizations, should be a bit faster...
-------
Version 1.5b
-Bugs Fixed.
-------
Version 1.5c
-More Bugs Fixed. Sorry about the frequent updates. No more for today, I promise.
-------
Version 1.6
-Fixed (I hope) Samsung "menu" option
-Fixed (I hope) Samsung Galaxy 3 lag
-Fixed (I hope) the "can't change icon size" bug.
-New "Thin White" theme added, by MichaelB (Thanks a lot!)
-------
Version 1.7
-Now you can choose your custom theme. After first run, the folder ContactsNotification/overlays will be created. There you can create any number of folders with the following files:border.png, phone.png, and sms.png. They must be 500x500px png files. After that, choose "custom" on "Overlay theme". A new option will appear listing all themes on the ContactsNotification/overlays folder. A sample theme can be downloaded, it is the file "holo by dapaua.zip". You shouldn't add weird characters to folder name, please use only letters,numbers,- and _ .
--------
Version 1.8
-Notification is shown as "Ongoing" for phones supporting the feature.
-Bugfixes.
-New "Thin White,Big Icons" theme added, by MichaelB (Thanks a lot!)
---------
Version 1.10
-Notification shown as ongoing is now optional, it interfered with "hide icon".
-Possibility to donate to the developer from the app (Thanks )
-Spacing between the contacts can now be configured. Larger values may show a black notification for medium resolution phones. I am still investigating it.
----------
Version 1.11
-Accesibility service added. When enabled, allows Contacts notification to be the top-most notification. This one will be added to the play store tomorrow, after I get some feedback.
-----------
Version 1.12SidebarALPHA.
-Testing version for sidebar. Please read first post for instructions.
-----------
Version1.12SidebarBETA
-Now sidebar works with any number of contacts or in auto mode.
-New option:Sidebar or Notification.
-New option: Force notification clear. If disabled, notification bar doesn't go black when a new notification is post, but it may fail to refresh on samsung phones. I recomend enabling it on samsung stock.
------------
Version1.12bSidebar
-Bug fixes in auto contact mode.
------------
Version1.12cSidebar
-Fixed bug that showed the wrong action icons in sidebar, thanks Michael B.N.!
-----------
Version 1.13
-Sidebar trigger position and size configurable.
-New option:"Do not dial directly, show dialer instead" to avoid unintended dialing.
-Trigger can be set to "visible" now,
-Settings slightly reordered.
----------
Version 1.14
-Sidebar size configurable.
-New icon.
----------
Version 1.15
-Up to 8 contacts now.
-Fixed:settings button doesn't resize with sidebar
-2 new sizes for sidebar: X-large and XX-Large.
-Bug fixes.
----------
Version 1.16
-Vertical position of the sidebar trigger can now be fined tuned (I want to thank Ahmad Asraf Hashim for the suggestion)
-Transparency of Sidebar can be configured.
--------
Version 1.17
-Three different backgrounds for the sidebar to choose from.
-Two different contact sets, to enable, for example, a work set and a family set (Thanks, Oleg Suharevich, for the suggestion)
-Preeliminary tasker/scripting support to enable set choosing. (Thanks, Oleg Suharevich, for the suggestion)
-------
Version 2.00
-Cleared the settings UI a bit.
-Added sidebar transition.
-Bug fixes.
Any screenshot or video?
Btw, keep up the good work!
Re: [APP][ICS+] ContactsNotification
What about Facebook just wondering
sent from my unrooted kindle fire hd
Raymond199483 said:
What about Facebook just wondering
sent from my unrooted kindle fire hd
Click to expand...
Click to collapse
Should show facebook too. It should show all linked accounts and services for the contacts.
I'll add screenshots next week.
Updates
I added the market link, it'll work in some hours, according to google. Also added the required screenshots. Enjoy.
Nice idea but shame it's only for ICS. I still have Atrix on Gingerbread. :/
Cute and quick!
Since no text is displayed, for most contacts, I only have the default avatar-icon. So it alternates two gray-scales but that does not tell me the contacts.
For contacts with no avatar or picture, could have or text (may be option with pic as well!) or a way to choose one of a few icons. Of course, I should just take some pictures and use them.
BTW, one of Nokia's weird half-touch GUIs used such a scheme for its contacts.
Dovidhalevi said:
Cute and quick!
Since no text is displayed, for most contacts, I only have the default avatar-icon. So it alternates two gray-scales but that does not tell me the contacts.
For contacts with no avatar or picture, could have or text (may be option with pic as well!) or a way to choose one of a few icons. Of course, I should just take some pictures and use them.
BTW, one of Nokia's weird half-touch GUIs used such a scheme for its contacts.
Click to expand...
Click to collapse
You are right, I am thinking about showing text for contacts with no picture.
But you should definitely add pictures to your contacts. They will show on all your android devices, and even on your computer if you use gmail. I know that it is a time investment to set all your contact info, merging all contacts (you know "dad home", "dad mobile" ) . But it will make your phone much more useful if you do.
I didn't know Nokia phones did that.
Thanks for the suggestions.
I just checked out both your apps at the play store. Great ideas and potential.
Keep up!
I don't know if it's just my phone/set up (Evo 4G, Evervolv JB nightly 02/18/2013), but when I tap the icon in the notification drawer, I have to pull the drawer up manually to get to that contact; if this is how it's supposed to work, it'd be helpful if it automatically pulled the shade up so your contact is waiting there for you. Other than that, cool app and very handy!
Joshmccullough said:
I don't know if it's just my phone/set up (Evo 4G, Evervolv JB nightly 02/18/2013), but when I tap the icon in the notification drawer, I have to pull the drawer up manually to get to that contact; if this is how it's supposed to work, it'd be helpful if it automatically pulled the shade up so your contact is waiting there for you. Other than that, cool app and very handy!
Click to expand...
Click to collapse
It should automatically fold the notification drawer. It did in my trials. I don't know why is it not working for you.
Another idea: Than 4-5 would be too much but the alternative for those who really do want more would be ... slide 'em. I think Nokia's widget works that way.
Dovidhalevi said:
Another idea: Than 4-5 would be too much but the alternative for those who really do want more would be ... slide 'em. I think Nokia's widget works that way.
Click to expand...
Click to collapse
I could add more contacts, I just thought four were enough. In my screen more than four wouldn't fit, though.
I cannot make them slide, because notifcations cannot be laterally scrolled. They can be expanded in JB, but I don't have a JB phone to try it, and the emulator doesn't really work properly.
Thanks for the suggestions.
Nice app! I have two feature requests:
1. Can you remove the icon in status bar? I like to see the carrier name and on my AT&T Samsung GS3 your app icon replaces that.
2. Could you add a feature to configure a default action for a contact such as "call mobile" or "call home" or "sms", etc? I'd like to just hit the icon and have it start dialing. If you can do this you want want to add some overlay text or an icon to indicate the action (a phone or text icon).
Boomer6345 said:
Nice app! I have two feature requests:
1. Can you remove the icon in status bar? I like to see the carrier name and on my AT&T Samsung GS3 your app icon replaces that.
2. Could you add a feature to configure a default action for a contact such as "call mobile" or "call home" or "sms", etc? I'd like to just hit the icon and have it start dialing. If you can do this you want want to add some overlay text or an icon to indicate the action (a phone or text icon).
Click to expand...
Click to collapse
I can do both things and I think these are very good ideas. I'll implement them if I find some time. I'm a bit busy right now, but for sure I'll add these options.
Thank you very much!
dapaua said:
I can do both things and I think these are very good ideas. I'll implement them if I find some time. I'm a bit busy right now, but for sure I'll add these options.
Thank you very much!
Click to expand...
Click to collapse
Great app with a lot of potential.
Some suggestions (also mentioned by some other users)
1.Give option to show or not the icon in taskbar
2.Allow to choose default actions when icon is pressed for direct calling
3.Give option to show selected contacts OR latest contacts from call log (it will give the program a call notification function also) !
4.Fix the total look especially in the settings and a quick way to access them (maybe put small settings icon-half size,before the 5 contact pictures.
5.Translate it If you want Greek i can do it for you
Thanks and keep up the good work :good:
Re: [APP][ICS+] ContactsNotification
dapaua said:
It should automatically fold the notification drawer. It did in my trials. I don't know why is it not working for you.
Click to expand...
Click to collapse
Tried both the apk on here and also from the Play Store, both had the same problem. Could just be the ROM I'm using, still a cool app, I'll keep up with the versions to come!
Sent from my PC36100 using Tapatalk 2
Please 2.3.6 gaaxy ace s5830c
Please 2.3.6 gaaxy ace s5830c version.
The version on play store its not compatible with galaxy ace 2.3.6
On my Galaxy Note 1, with ICS, I'm sorry to say it won't open the contact. It hangs and hangs and eventually I have to fc contacts.
VidarG said:
On my Galaxy Note 1, with ICS, I'm sorry to say it won't open the contact. It hangs and hangs and eventually I have to fc contacts.
Click to expand...
Click to collapse
It happens with Galaxy note 1, I tried with one and the same thing happened. It is because some sort of bug in samsung Contacts app, that's why it is contacts that FC and not my app. I don't know how to fix or go around that bug. I am sorry.

[ROM] [5.0.1][SENSE-7](¯`'•ADRENALINE-2.4 (Port Final)•'´¯)[05/01/15][LOLLIPOP]

{
"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"
}
Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* or you getting fired because your alarm app failed. Please do
* some research if you have any concerns about features in this
* ROM prior to flashing it! You alone are choosing to make these
* modifications, and if you point the finger at me for messing up
* your device, I will turn away and smh...
A note from the Developer:
"Welcome to Adrenaline! This has been a long time coming and a project I've been working on for quite some time now. If you were looking for MAXIMUM SPEED and BATTERY EFFICIENCY, well.. You've come to the right place.
ADRENALINE is a rom injected with Pure Awesome and has great potential.
This rom and it's apps are fully upgraded, and carry only what I feel is necessary in a rom (only 650mb in filesize!). Everything else can be downloaded from the playstore at your choice.
Within the rom, I have included my very own, custom themes (33 in total) available for selection in the HTC Theme Choice Menu (Sense 6).
For you rom devs: I may make flashable themes in the future similar to what is in this rom for you to use in your roms as I enjoy doing the work.
Without further adeau, please preview just a fraction of the features present in this rom prior to flashing:"
Features:
Lollipop 5.0.1 m9 Port Verizon Base (for now until m8 gets official)
Sense 7.0
Massively Debloated (The Rom is only 589mb in file size)
All Social Media Removed (I like ti clean. However, I offer a flashable)
Disabled annoying help pop-ups for first time boots.
System level integrated ad-blocker
Custom Bookmarks
Faster SMS retries on sms fails.
Gif animations auto enabled in browser
Default HotSpot name changed
Annoying Wi-Fi Popup Nag removed
Custom Boot and Shutdown Animation
ALL Gapps completely up to date
Apps that would be found in the playstore have been moved to data apps so as not to clutter the system.
Navigation icon is back! Yet still on the latest maps
Flashlight
Working FM Radio
Extreme Power Saver Launcher
HTC Backup
Beats Enabled (No effect just yet)
Custom Wallpapers
32 custom themes and theme color choices
Fast and Light rom, built for speed!
and many, many more system level tweaks and customizations.
​
Installation InstructionsI recommend users of this rom to be on the latest firmware and Hboot with an s-off device.
NOTE: You need to be on at least TWRP 2.8.2.1 or above if you intend to flash this rom.
If you are NOT on this recovery and have a rom complaint, I will not address it.
Flashing Procedure is as follows:
1. Compare the md5 sum of your download.
-Windows: MD5 Calculator
-LINUX: Open Terminal and type: md5sum [path to the rom zip]
-Mac: Open a terminal and type: md5 [path to the rom zip]
2. Put the Rom on the root of your internal memory (or root of external sd)
3. Reboot to Recovery
4. Scroll down and select "Wipe"
5. Do a "Swipe Wipe" (or a Full advanced Wipe, whichever you prefer)
7. Install Rom Zip
8. Reboot and enjoy!​Further questions about the ROM
Please check the FAQ in the second post. (Coming Soon)​Note: DO NOT Mirror this Rom, Quote this entire OP, or Use this as a base for your Rom. Thanks.​DOWNLOAD
MIRROR​md5: 0e5e899c6e7f7270affa564539a5ac99​Kernel Source:
Stock M8 Dev Base
Special Thanks goes out to @lyapota for his awesome mod pack!!
Thanks goes out to ckpv5 of Team Sky Dragon for the solution and shared knowledge to the SystemUI FC issue I was originally having with the m9 port.
Thanks to BuckMarble for his awesome Elite Kernel in my Sense 7 builds.
Thanks to Roland_KR for the firmware bits to make Sense 7 possible on the m8.
Thanks to AndyBones for his assistance also with the port and for troubleshoot and ideas.
Thanks to Dottat for gifting me with this m8
Guys if you like the rom, consider donating! It's always appreciated and will go directly to helping me support my mini me's insatiable desire to consume ice cream!I WANT TO DONATE TO NEO!
CLICK/TAP​
CHANGE LOG
(¯`'•ADRENALINE•'´¯)
*Initial Release
(¯`'•ADRENALINE-1.1•'´¯)
***A Clean Flash is strongly recommended, but not required***
*Fixed MMS Hangup issues
*Tapatalk notifications and other sites being blocked fixed: Ad blocker removed for now.
*WiFi Status Bar Nag Exterminated
*Notification Ticker (rolling messages in status bar) with Heads Up notification disabled available for Download in the downloads section below (soon).
*Data Usage icon fixed
*Play Services and all other data apps restored back to the system for stability
*Exchange issues (a few were experiencing) hopefully resolved
*Constant sim icon issue (a few were experiencing) hopefully resolved
*Close all recents option now available
*Neo Themes integration for Dialer, Contacts, WorldClock, Mail, and Weather complete
*Advanced Power Menu now available
*Long Press Back to Kill now available
*Double tap status bar to sleep now available
*Sweep to sleep now available
*Battery percentage added into icon
*Hid Recents Search Bar
*Right Corner Pull down for Quick Settings
*Exchange Security Requirements now Disabled
*Increased Media Volume Steps
*Big Caller ID Photo Enabled
*Flashlight App shortcut when long pressing power while in sleep
*Confirmed Working Ant+
*Cleaner Bluetooth Audio
(¯`'•ADRENALINE-1.2•'´¯)
*All WiFi Nags Removed
*No Sim Card Nag/Bug Removed
*XPosed Bridge and Installer pre-installed
*Ap Ops integrated into the rom (Thanks to @andybones)
*Youtube Adaway module pre-installed (Commercial Free Youtube!) ((must be enabled in XPosed)
*Screen Shot Delay Remover Module pre-installed (Instant screen shots) ((must be enabled in XPosed)
*MMS Lockscreen Notification bubble now follows theme color
*Non-Working Beats option disabled
*Harmon Kardon Effects pre-installed (requires S=OFF and flashing @santod040 / @Sneakyghost mod for full effect)
*Ad Blocker re-added (mistake as it's still blocking Tapatalk notifications. Will leave out going forward)
*Ambient display brightness increased slightly and display time doubled (forgot to delete the last two lines in build.prop to make this work properly)
*Lyapota Mod pack specific to this rom created (included in downloads folder)
*Stock Themes Flashable for a pure feel added to the downloads folder.
(¯`'•ADRENALINE-2.0•'´¯)
*Sense 7 Rebase
(¯`'•ADRENALINE-2.1•'´¯)
*skittles and broken stuffz
(¯`'•ADRENALINE-2.2•'´¯)
Fixed native APM (Advanced Power Menu)
Fixed Themes Crash (Asking for HTC Login)
Fixed Hotspot Security
Fixed the no data on reboot (delay)
Normal Power Saver option added back in
HK built in and now with working Settings Toggle
Persistent 3-dot nav bar menu vanquished
3-Dot menu in Accounts no longer fc’s
FC with certain play store apps resolved
EPST and Sim Toolkit re-added
Power Saver enabled on first boot (battery saving)
Haptic Feedback in Keyboard disabled on first boot (battery saving)
Fixed a lot of lag issues/hangups
Added a memory leak patch for pre 5.1 roms as an Xposed Module
Updated all Apps, Gapps, and Modules
Tune2fs added
Rom debloated further
System level tweaks to make this faster, and more battery efficient
Untested:
security smart lock trusted places
Resolved data issues with GSM smart cards
Broken still:
Priority notifications other than phone. All priority settings will work with phone calls but not messages for some reason.
VVM (Visual Voice Mail)
Future plans:
Forgot to modify the notification drop down to black (oops) next update
Remove some unnecessary files for a smaller rom
Other thangz…
OTHER DOWNLOADS
Restore all Social Networks: DOWNLOAD
Restore Foreign Languages: DOWNLOAD
Harmon Kardon Installer and Switcher: LINK TO POST
QUESTIONS AND ANSWERS
[Q]: What is the difference between Textra and Google Messenger?
[A]: A Comprehensive and Thorough User Level Comparison Review of Google's "Messenger" VS Delicious Inc.'s "Textra SMS"
It has also occurred to me that many users don't actually know the difference between the two (other than the fact that Textra comes with a dark skin default which is changeable). So I have taken the time to compare the many different abilities and functions that each app provides in comparison to each other (at user level).
I hope that you find this informative enough to make a decision in the future as to which you would prefer. So without further delay, I present to you my review.
Now many of you may not care about the messaging app as you've selected Hangouts to be your default SMS receiver. For those of you like myself however that prefer SMS messages to be kept separate from hangouts, this may be of good use to you.
So to the Left we have Messenger and to the Right we have Textra.
Right off the bat you will notice that Textra does a full system theme where your status bar coloring is altered to reflect the theme (as with most of our apps including our Kit Kat stock Message) where as in Messenger it remains untouched.
You will also notice that the contact icons in Messenger are slightly larger than those appearing in Textra which I personally feel would limit the amount of text being displayed due to the "create a new message" button covering the last recent message. Yet the font is slightly larger in that of the Textra app making it easier to read which is what we care about most in a messaging app.
Both layouts appear to be nearly identical with exception to color.
Here we have an example where a single message has been long pressed.
In Messenger, the message selected is indicated by a slight discoloration of the field in which the text inhabits along with changing the contact icon to a Blue Checkmark (which only deselects the message if pressed). Notice also the create a new message icon disappears (as it is not needed for this current function).
In Textra, the message selected is indicated by a highlighted check mark that shuffles in from the left of the message (shuffling the message dates to the right off screen). Additionally, the create a new message button in the bottom right corner becomes a grayed out Checkmark which when pressed, changes color and selects every message currently in the chat summary. However, there is no Archive function built into Textra as there is in Messenger which for some of you, very well may be a deal breaker as you may actually use that function (I don't).
The options that appear above in Messenger are that of cancel (go back), Archive, Delete, and options.
The options that appear above in Textra are that of cancel (go back) Silence notifications, delete, and options.
In the following two images, we see what a multi message selections looks like in both Messenger on the left, and Textra on the right.
Immediately in Messenger, the options button vanishes and converts into simply silence notifications (as that is apparently the only multi message function it can perform).
However in Textra, the options to silence, delete, and "options" remain.
I have gone and deselected one of the messages in both Messenger and Textra so that we can compare and explore the options that are presented for a selected message (since it disappears in Messenger if multiple messages are selected). However, I have included the multi selected messages in Textra also so that you can see the options remain unchanged.
To the left, Messenger displays the only options to be Silencing notifications (which for some reason was not available until multi messages were selected) Add contact which adds the person to your contacts if not already, and block or “blacklisting” (which prevents you from receiving their messages).
To the Right, Textra displays Notifications Settings, Bubble Color settings, Delivery Report settings, Signatures, and black listing. Keep in mind also that silencing notifications is already present in the main window as well.
Since we pretty much already know what Notifications off, add contact, and block do, we will go over them through Textra while we explore the additional options it has to offer in the next images to follow.
We now are looking at the notifications settings specifically for the selected messages. What you will notice, is that in Textra you can define message/people specific themes, options, and settings.
In here you can enable or disable notifications on the main page.
Tap Notifications allow you to select the action to be taken when you tap a message notification from that specific message/person. You can choose to open a floating quick reply window that will disappear after you send a message and resume whatever activity you were currently doing, or you can have it open textra like most stock messaging apps will do.
Floating notifications settings will allow you to decide the duration of the pop up notification for that specific contact (should you decide to have pop up notifications in the previous setting)
Notification Icon Settings allows you to decide what color that selected contact/message should appear in. As you can see, there are 44 different color options to choose from (wow!)
LED Blink Color is an awesome option for phones that support it. You have the ability to specify what color your selected message/contact should appear in when you have received a message from them. While our device doesn't support every color listed, I have taken the liberty of providing you with the huge variety of LED colors that actually do work for our device: Green & Red.
Default Notification sound although "says" Ringtone, actually pulls from your notifications folder (like it's supposed to).
Vibrate Settings allow you to set specific vibration instructions for that particular selected contact/message.
Now, if you've elected to allow vibrations, you can go so far as to even select contact/message specific vibrate patterns!
Wake Up Screen options allow you to decide whether or not a message from that particularly selected individual should wake your phone and turn screen on or not.
Repeat notifications let's you decide how often your phone should harass you for not checking or acknowledging the newly received message per contact/person. Hey if it's mom you may actually want it to keep telling you her message is waiting to be seen
This ends all the options available for Notifications.
Backing out now we select the option to go into Bubble Colors for the specific contact/message. You can decide what color your text bubbles should be in, and what color their text bubbles should be in. Check it out, you have 42 color options
This ends the options available for Bubbles.
Backing out now we select the option for Delivery Reports
Here you can decide if you want to receive a report for a MMS or SMS message successfully received by the end user's device to which you sent a message to. Very handy for those who claim they never got your message or simply informative to you for those who honestly didn't receive it and perhaps should be called.
This ends the options available for Delivery Reports.
Backing out now we select the option for Signatures to be displayed in your messages to these specifically selected individuals. After having opted to include a message, you can edit and create your own. Note that after confirming your new signature, the signature displayed looks overwritten but a quick back out and back in to the Settings will provide you with visual proof of the correct change. (This is likely a glitch they are probably working out).
This ends the options available for Signatures.
Backing out and selecting the Blacklist option will immediately BlackList (block) those messages selected from ever being received to your device again. Don't worry however, as this can be undone by going to the main settings for the app outside of these message specific options we've explored through this review. Pay no mind to the fact that I just blacklisted my mother-in-law by "accident"
Deselecting all the contacts in both Messenger (Hey what was this app for again?) and Textra, we are now able to enter their Primary App Options via the same options button to the top right of both apps.
Notice that since Messenger has Archive functions, you are able to go into your Archived Messages as seen in the image above. Since I don't have any messages archived, none will appear but if you had used it to Archive them, that is where you would find them. This is the same feature that is present in Google Hangouts where you can archive a conversation for later viewing (and to keep it out of your primary chat summary).
On the main page you will see a search button (magnifying glass). Perhaps you had a conversation with someone a long time ago in your messages about a certain topic but can't remember who it was or when it took place. To easily recall that conversation, you can type in a word or phrase used in the message as indicated in these examples.
A very crucial thing here to note, is that Messenger will only highlight and provide you with the very last time the subject was ever discussed and take you back to that moment in time via clicking on it.
Textra however, will display a brief message from each and every time that particular subject was discussed and take you to that exact moment in time you were looking for by clicking on the specific search result.
Since it will be extremely brief, due to the minimal activity taking place in this app, we will go ahead and explore the main options taking place in Google's Messenger App first.
As you can see, aside from having 0 message specific settings, only very little remains for any of the global settings. Whether or not you want notifications for all incoming messages, one specific sound for all, whether or not all vibrate or don't, and your typical MMS settings which appear in every MMS app.
Now in Textra's Main Global Options/Settings, we see all the following choices.
Many of these you recognize from the per message/contact options/settings we covered earlier. These will be the primary settings to take place globally in no settings are specified per contact/message.
We will only cover those that were not covered in the individual settings.
Under the "About" option, selecting "What's New?" will give us a detailed change log for all the advancements Textra has made per release.
Enable Debugging is set for times when Textra provides support to you for an issue related to their app (wow)
Tell your friends allows you to share the playstore link for this app via a variety of different sharing options.
Resync Textra does what it says: Basically re-syncs all your messages should you have strayed away experimenting with other apps that intercept messages and wish to return to stability It will re-sync everything for you without changing any of your settings.
This ends the About Options.
Backing back out into Settings you'll notice a support button. Click this and you will have the option to contact the developers directly with any issues you may have that aren't listed in their provided Q&A/FAQ listed below. They also provide a button to tap to link directly to their Feedback Forum (yeah, they have one).
This ends the Support Options.
Backing back out into the main Settings, there is a Customize Look menu. Here you can change the text size of the fonts being viewed as presented in the image above.
You can also change the Dark Mode Settings to "Off", Dark (default) and Black.
In Theme color, you can change the overal theme color of the entire app! You have 40 selectable themes to choose form. Take notice of the checkmark and circle color of each theme you select. It is the color of your secondary colors like menu option font color, check boxes, etc.
Under the Default Notifications Settings, the only difference you'll see that wasn't discussed before is whether or not floating notifications will appear while the phone is both locked and unlocked (or duration of the notifications).
All the other settings are global and as mentioned before, work for all those who don't have individually set settings.
This ends our exploration of the Settings options.
Now, we go into a message as it appears in Messenger.
Uh oh, my chat window with my buddy Justin is in Pink and White?? Gee thanks Google.. Apparently, Google thought it would be cute to pre-select random theme colors per conversation in your messages. There is no way to change the color options as they appear in this conversation nor can you change any of your chat bubble colors or font sizes.
Long pressing a message as indicated in the second picture above yields a couple options. Delete that single post, return to the chat, Forward that post to another contact, or information regarding that post (type, from, to, sent, received).
There is no multi selection option, there is no swiping side to side for additional options or navigations. However options for the entire message is present without post selection.
Now in Textra, I'm happy to say that I have assigned this theme to the chat with my buddy and I.
Pressing on his image pulls up his personal info and gives me the option to call.
Swiping from left to right in the chat window sends me right back into my main chat summary.
Swiping from right to left however, will display the exact time and date of every sent and received message regardless of the time interval between as indicated in the 3rd image.
Long pressing a message gives me the option to multi-select individual posts where I can either trash them, send them all as a new message to someone in my contacts, forward the messages to another contact, copy the text, lock the individual posts, or share in an email Man I love options!
This concludes my review of both Textra VS Messenger.
I hope you have found it enlightening and will have taught you how to operate either app like a pro by the time Lollipop roms surface.
Guess now I should go and un-blackllist my Mother-In-Law
Last one for Skittles...
First troll
Can't wait for some Sprint love :fingers-crossed:
Dang Second. Glad to see this posted officially. Fasted running ROM I've used in a while.
Holy crap! NEEEOOOOO! So excited to try it out!
So I would like to use this Rom....and by use I mean for my own I plan to release tomorrow morning.
Jk
Glad you finally posted something m8
Way to go Nemo and welcome back.
"Mr. Anderson, we've missed you."
So you were able to pump Powerthirst directly into an m8 Sense ROM and it not explode? SWEET!
Screenshots and Eye Candy will come at another time. I am leh tired
Tell your friends and everyone you know...
Adrenaline has arrived.
WooHoo!
really quick first boot. bada$$ boot animation. awesome job on this.
Thank you for adding extra themes! !
Sent from my HTC6525LVW using XDA Free mobile app
BD619 said:
First troll
Can't wait for some Sprint love :fingers-crossed:
Click to expand...
Click to collapse
When that system dump comes, I'll need you for testing
jsminnis said:
Thank you for adding extra themes! !
Sent from my HTC6525LVW using XDA Free mobile app
Click to expand...
Click to collapse
32 friend and open to more of someone can suggest something they want that I do not currently offer.
Welcome back Neo! I ran your roms on the rezound exclusively. Thanks for bringing the magic back to the m8!
The flashaholic in me is literally shaking right now....
[email protected]π said:
Welcome back Neo! I ran your roms on the rezound exclusively. Thanks for bringing the magic back to the m8!
Click to expand...
Click to collapse
Certainly. I'm glad to be on the m8 finally!
RemnantKing2 said:
The flashaholic in me is literally shaking right now....
Click to expand...
Click to collapse
It's the added Adrenaline in your system
This thing flies!
Wow
Sure glad to see you here NEO. I used your Roms on my old Rezound. They were and are the best!

Categories

Resources