[App:2.3+] Multitasking widget while on Call(Note On Call) - Android Apps and Games

Description
With this app you can start writing notes on call and no need for you to search for pen and paper or minimize the call screen to open notepad and switch back again to call screen.
If you need to make a note on call and keep it or share it then you are the right person to have Note on Call app.
During Call (NOC Widget):
A floating Widget will be shown on both Incoming and Outgoing calls. It is floatable where you can move to any part of the screen.
The widget has three buttons with Pen, List and Close icons. This widget will appear only during the call.
1. If you click on “Pen Icon” it opens a Notepad where you can start writing notes.
2. If you click on “List Icon” it opens list of notes already stored and you can open any note and update it on call.
3. If you click on “Close Icon” then it closes the widget else you can close it from the notification bar as well.
After/Before Call (NOC App):
1. Just click on Note on Call app and it show a list of notes already entered. You can’t create a new notes from the application creating notes happens only if you are on call.
2. Editing of the notes taken during the call and you can delete or share it by means of Email.
Just give a try and check whether it is useful for you or not. Also share your feedback and comments and support me to do more apps to help you feel free!
https://play.google.com/store/apps/d...e.on.call.demo

Related

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

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

[ROM] Motorola Droid MIUI.us Presents MIUI Fresh On Fridays Pure English [AOSP]

{
"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 Latest​
This is a community support ROM only!
The developers do not provide much support for this ROM on these forums
Support is mostly provided on forums.MIUI.us
New release comes every Friday.​
If you haven't heard about this ROM yet then check out the videos in the 2nd post to see it in action!
This is an excellent ROM if for no other reason than it introduces the first non-CyanogenMod/carrier/manufacturer framework overhaul of Android 2.3.7 and boy what an overhaul.​
Changes from base ROM
Removed: MIUI App Sharing | MIUI OTA Updater | MIUI Bootscreen | SIM Toolkit
Added: Custom Bootscreen | English Translations | Google Maps | Google Voice Search | MIUI.us Forum app
If you want ADW.Launcher or LauncherPro install them from Market.​Proceed To Download
Download latest
PORTED BY magiman7
Change Log:
Weekly Changelog:
Click here for changelog done via StiffSpliff
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. Use the Android Market and download what you would like. If you are using a backup app and restoring apps from a previous ROM, only restore the apps and not the data. Otherwise that will create a lot of force close issues.
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 Wi-Fi 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!
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
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.
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. [/QUOTE]
Glad the D1 MIUI.us port finally got updated here
can this be overclocked? if so, what kernels?
Video Review of 1.6.10
I'm proud to present the MIUI.us review of the 1.6.10 build!
Enjoy!
juanv145 said:
can this be overclocked? if so, what kernels?
Click to expand...
Click to collapse
It comes with an overclocked stock kernel of 800 MHz. Any kernel that works for CM7 should work for this build.
You can find more info on this build by checking out the forum post at MIUI.us
Good job guys lets keep this thread up.
Sent from my Nexus S 4G MIUI.us
Y'all should check the news about 1.6.20 release @ www.miui.us new lockscreen and all.
Sent from my Nexus S 4G MIUI.us
Magnificent. I will never buy another phone unless I can load MIUI onto it.
Sent from my Droid using Tapatalk
Does *228 work to activate the phone. The other MIUI port didn't work sadly enough
qipengart said:
Does *228 work to activate the phone. The other MIUI port didn't work sadly enough
Click to expand...
Click to collapse
I believe it should; I remember hearing something about that.
qipengart said:
Does *228 work to activate the phone. The other MIUI port didn't work sadly enough
Click to expand...
Click to collapse
Dialing *228 will not bring up the dial pad for you to select 1 or 2 (activate or update prl list) To get around this, you can dial *228+ (you can get the + by holding the 0 button)
This should dial *228 while bringing up the dial pad so you can press a number to activate or update your phone.
New release is available at MIUI.us!
Video Review of 1.6.17
Sorry that it took so long, was fighting with YouTube all day, but video review is ready.
Enjoy!
1.6.24 Video Review Now Up
Video review of MIUI 1.6.24 is up.
gotta leave miui again
I don't know what the deal is but the last 3 versions of miui just wont run on my d1. They all start out smooth and quick and then within a few hours drag to a 10 second or more delay to do anything. very frustrating because i love the new lockscreen they've developed.
Video Tutorial on Hidden Features
Hey Folks,
Here is the latest video on the MIUI hidden features (aka "Easter Eggs") for you all to enjoy.
Video Review of 1.7.1
Sorry for the delay but here is the latest review.
Enjoy us being silly and goofy!
bigbigdad said:
I don't know what the deal is but the last 3 versions of miui just wont run on my d1. They all start out smooth and quick and then within a few hours drag to a 10 second or more delay to do anything. very frustrating because i love the new lockscreen they've developed.
Click to expand...
Click to collapse
I have noticed on this build as well as last weeks that my phone seems to be sluggish when waking up after being idle for a period of time. I believe the issue is a change made in build.prop to try to save some battery life.
Try editing build.prop and commenting out these two lines to see if it helps:
ro.ril.disable.power.collapse=0
pm.sleep_mode=1

[APP] Call Back (free+no adds)

This is my first Android application.
Most of the miss call notifying applications work on default android notification. Once you clear notifications from notification dock notification from applications/widget is also gone. While some applications give an option to add reminder, who has time?
Call Back works differently, it will keep you posted about missed call until you call back. So you can clear your default notification and yet have names listed on widget and in the application.
Features:
2x2 Widget with 6 names.
Grouping of notifications from same contact.
Long press to send message or open contact.
Expand the contact and click on sub-list to call.
Real time update. No need to refresh.
Select sorting order; ascending or descending.
Select 'Rear View' limit i.e. you get to select number of days to look back into for notifications.
Add numbers to 'Black List' so as to avoid their notifications.
Select if you want notification for unknown numbers in widget.
Please give it a try and give your reviews. Earlier i had decided to upload it as a paid app but then i realized how much this community has given me and made it free with all features and NO ADDS! take time out and write review on market and rate it too!
SCREEN SHOTS:
https://g0.gstatic.com/android/market/com.solveIt.callback/ss-480-0-0
https://ssl.gstatic.com/android/market/com.solveIt.callback/ss-480-1-1
https://g1.gstatic.com/android/market/com.solveIt.callback/ss-480-2-1
https://g1.gstatic.com/android/market/com.solveIt.callback/ss-480-3-0
Market application link!
https://market.android.com/details?id=com.solveIt.callback&feature=search_result
bummer
guys..support beginners like me! pls try and give feedback!

Note 3 Features Detailed

These are some of the more interesting new features from the owners manual that was posted earlier. They are "new" compared to the N2 but quite a few of them are carry over from the SGS4. Most of the really new stuff on the N3 is centered around S Pen and inking. A lot of thought has been put in to enhancing multiview also. The camera appears, at least functionally, to be the same as the SGS4's.
S Pen nib is replaceable
Air jump - While viewing emails or web pages, move your hand up or down across the sensor to scroll the page up or down. (Vertical)
Air browse - Move your hand to the left or right across the sensor to browse images, webpages, songs, or memos. (Horizontal)
Air move - Tap and hold an icon with one hand, and then move your other hand to the left or right across the sensor to move the icon to another location. While using the daily or weekly calendar, tap and hold an event, and then move your other hand to the left or right to move the event to another day or week.
Air call-accept - When a call comes in, move your hand to the left, and then to the right across the sensor to answer the call.
The Menu button and the Back button can be used by the S Pen.
With Air Command you can directly use the following actions:
Action Memo: Write a memo, and then select it by drawing a line around it to take actions related to the memo.
Scrapbooker: Collect a variety of content and save it in Scrapbook. (p. 141)
Screen Write: Capture a screenshot and edit it.
S Finder: Search for a wide variety of content on your device. (p. 139)
Pen Window: Launch multiple applications in specified areas on the screen.​
Action Memo can be launched directly by double tapping the screen. Jot down or draw a memo, and then select the memo by tapping to perform various actions, such as making a call, adding contacts, sending messages. With selected, draw a line around an area with the S Pen to perform actions with the selected area.
Selecting and capturing an image - With the S Pen button pressed, draw a line around an area to select it. If necessary, use one of the following options:
Restore the original selection.
Convert the selection to circular shape.
Convert the selection to rectangular shape.
Customise the selection.
Select an application to use with the selected area from the icons that appear at the bottom of the screen.​
Air view - Use this feature to perform various functions while the S Pen or your finger is hovering over the screen.
Samsung Smart Pause - Use this feature to pause videos when you look away from the screen.
Samsung Smart Scroll - Use this feature to scroll the screen up or down by tilting your head or the device.
Using Multi Window applications - While using Multi Window applications, select an application window, tap the circle between the application windows, and then use one of the following:
Open a list of recently-used applications in the selected window.
Switch locations between Multi Window applications.
Share items between the application windows. Drag an item to share from one ]window to another. Some applications may not support this feature.
Close the application.​
Direct pen input - When hovering the S Pen over a text field, icon appears at the upper left corner of the text field. Tap to write with the S Pen. To make simple corrections, change input languages, or enter a space between characters, tap each correction tool displayed on the handwriting pad. When this feature is enabled, you can do the following actions:
Send a handwritten message.
Make a call by writing a contact name or a phone number on the keypad.
Set an alarm just by writing numbers.
Browse the Internet by writing web addresses.​
Translating and sending messages - To use the translating feature while composing a message, tap → Translate, drag the Translate switch to the right, set a language pair, and then tap OK. The translated message will replace the message of the source language.
Group Play - Use this application to enjoy moments with your friends by sharing and playing content. Create or join a Group Play session, and then share content, such as images or music.
WatchON - Use this application to connect to a TV to watch your favourite shows and movies.
Smart stabilisation: Set the device to automatically detect darker conditions and adjust the brightness of the photo without the flash.
Audio zoom: Make louder the sound from the zoomed subject while recording.
Making video clips - Create video clip, select images or videos by ticking multiple still photos. Enter a title, select an effect option, the video clip is saved in Gallery
Making image collages - Select item, select two to four images by ticking, and then tap → Create collage. Select a style at the bottom of the screen, and then tap to add images
Story Album - Use this application to create your own digital album to keep your stories by organising the images neatly and automatically.
Using Popup Video player - Use this feature to use other applications without closing the video player. While watching videos, tap to use the pop-up player. Spread two fingers apart on the screen to enlarge the player or pinch to reduce it. To move the player, drag the player to another location.
My Magazine - Use this application to make your own social magazine. On the Home screen, flick your finger up from the bottom of the screen, or press the Home button. To set up your magazine tick categories and topics. Flick left or right to change the category, flick up or down to turn over magazine pages, and then select an article to read. While viewing a page, tap to use the following applications:
Make a call.
Launch Camera.
Send a message.
Launch Google search.
Open the web browser.
Open the Applications screen.​
While reading an article, use the following icons:
Go to the previous page.
Set the article as your likes in Facebook.
View others’ comments about the article.
Set the article as your likes in Flipboard.
Add the article to your Flipboard magazine.
Share the article with others.​
S Health - Use this application to monitor your health by managing intake or burnt calories.
Walking mate.
Exercise mate.
Food tracker.
Comfort level.
Managing weight​
S Translator - Use this application to translate text into other languages.
S Finder - Use this application to search for a wide variety of items on the device, including emails, documents, images, music, applications, and more.
Scrapbook - Use this application to create your own digital scrapbook with content from webpages,videos and more.
KNOX -Use this application freely use your device for both work and personal use.To secure your data, KNOX and associated data is deleted when the password is entered incorrectly several times.
Display -
Screen mode –
- Adapt display: Use this mode for optimising the display according to the displaysettings.
- Dynamic: Use this mode to make the display tone more vivid.
- Standard: Use this mode for normal surroundings.
- Professional photo: Use this mode to make the display tone look like real colours.
- Movie: Use this mode for dim surroundings, such as in a dark room.
Display Settings -
- Reading mode: Select which applications will use reading mode. In reading mode, the device helps protect your eyes when reading at night.
- Auto adjust screen tone: Set the device to save power by adjusting the brightness of the display.
- Daydream: Set the device to launch a screensaver when your device is connected to a desktop dock or charging.
- Auto rotate screen: Set the content to rotate automatically when the device is turned.
- Edit after screen capture: Set the device to edit the screenshot after capturing it.​
Lock screen - Change settings for the locked screen.
Screen lock: Activate the screen lock feature. The following options may vary depending on the screen lock feature selected.
- Multiple widgets: Set the device to allow use of widgets on the locked screen.
- Clock widget options: Configure settings for the clock widget.
- Dual clock: Set the device to show the dual clock.
- Clock size: Change the size of the clock.
- Show date: Set the device to show the date with the clock.
- Weather: Set the device to show weather information on the locked screen.
- Shortcuts: Set the device to show and edit application shortcuts on the locked screen.
- Personal message: Edit the personal message.
- Owner information: Enter your information that is shown with the clock.
Unlock effect: Select an effect:
- Ink effect: Change the colour for the ink effect. The ink effect is available only with the S Pen.
- Wake up in lock screen: Set the device to recognise your wake up command when the screen is locked.
- Action Memo on lock screen: Set the device to launch Action Memo when you double tap the locked screen with the S Pen button pressed.
- Help text: Set the device to show the help text on the locked screen when you unlock the screen.​
Enough to upgrade. Direct pen input is really innovative
Sent from the New S Pen
^^ ****load of features...
Did anyone see anything similar for GN3?
Start at 2:06
When you guys are receiving yours?
Can't wait for a more in-depth review based on a daily use experience :good:
Seems that here in Holland the pre-orders are rolling out this week
.
---------- Post added at 10:13 PM ---------- Previous post was at 09:50 PM ----------
BarryH_GEG said:
Click to expand...
Click to collapse
Hey, where is that metal detector sensor mentioned on the other thread? :laugh:
.
CLARiiON said:
^^ ****load of features...
Did anyone see anything similar for GN3?
Start at 2:06
Click to expand...
Click to collapse
I did not see multitasking in the split window on the Note 3 - only vids I found were the copy/paste to different chat windows.....
Sent from my Galaxy Note 3 using Tapatalk
CLARiiON said:
^^ ****load of features...
Did anyone see anything similar for GN3?
Start at 2:06
Click to expand...
Click to collapse
Yes these multitasking features are available in note3...
Very cool! I love how the SPen can be used with the Menu and Back soft-keys. Does anyone know if the SPen can emulate pressing the Home button using the Air Commands or perhaps clicking on the SPen button?
Display Settings -
- Reading mode: Select which applications will use reading mode. In reading mode, the device helps protect your eyes when reading at night.
Click to expand...
Click to collapse
This is also intriguing. I currently use Screen Filter to really darken my N2's screen to allow for night-time reading. I'd be curious to see exactly how dark the N3's built-in Reading Mode will make the screen.
It's not clear to me whether app shortcuts can be used on a password-protected lockscreen. This has long been a complaint of Android, and is one of the few things that iOS does better. I'd like the ability to use "whitelisted" applications so that I don't have to unlock the entire phone just to use, say, the camera. Basically, I click on the app on the lock screen, and immediately use it. I don't care if the phone is lost/stolen and a stranger takes pics with the "whitelisted" camera shortcut (if anything, it would be helpful because I have all photos set to upload automatically to Dropbox, and if my phone is lost/stolen, I can check to see what pics someone might be taking with it, including any selfies which might help to identify the perp!).
I do not know if it was confirmed till this day- the slapdragon 600 variant of S4 had the Exmor R version of that 13 mp camera whilst the Exynos one got Exmor RS. Which Exmor version did the slapdragon 800 get?
Sent from my GT-I9300 using XDA Premium 4 mobile app

[APP][4.2+] Easy Smart Phone

What is Easy Smart Phone?
Easy Smart Phone is a launcher app with big fonts, big icons and simplified user interface. Its main target is elderly people who has problems with small text and complex gestures on smart phone. Easy Smart Phone will make things easier for them.
What is current status?
Easy Smart Phone is under development and it is between alpha and beta status. Most of core functions has been developed but there are some missing features and could have bugs.
Current features
Launcher with big buttons and big text
No complex gestures to use smart phone. Just simple 1 page and you can access all features with scroll up and down gesture.
Dialer with big buttons
Default phone app replacement with blacklist, whitelist, SPAM reporting and auto block features
Big fonts for USSD message with custom USSD feature
Full customizable home screen
Home screen is single page and vertical scrollable
Contacts, apps, modules and widgets can be added and removed to home screen.
Home screen elements can be arranged by moving them up and down.
On rooted phones, WhatsApp profile picture can be used as caller photo and GSM calls.
Knows problems
Custom USSD service does not work for some codes like *#06#
Custom USSD service does not work for multi page messages
Custom USSD service should not work on android settings page, but it works
Call Log does not show display name on local contacts or recently added contacts
To send SMS, Easy Smart Phone must be set as default SMS app. But app does not check if it is default SMS app or not. So if you try to send SMS without setting app as default SMS app, app will crash. This will be fixed on next beta release.
Profile picture upload fails if picture size it too big
Phone call problems (Sometimes you need to press hangup button to exit call screen, if other party hangs up)
Notification LED cannot be turned on or off
TO DO
SMS blacklist
Custom numeric keypad
Call log at contacts page
Calculator
Camera
Gallery
Music player
Notes
Calendar
File manager
Alarm
Stopwatch
Weather widget
Battery & information widget
App level notifications
Misc
You can install this app at Android 4.2+. But some features requires newer Android devices, because of Android SDK limitations. Such as
Phone replacement feature requires Android 6.0+
SMS replacement feature requires Android 4.4+
SIM selection for phone call requires Android 5.0+
Easy Smart Phone will be updated weekly . Each update may include new features and bug fixes
Root features tested only with Magisk. I have no idea if it will work with SuperSu or any other rooting method.
All translations are made by Google Translate. So there should be mistakes in translations. If you want to have a better translation in your language, you can correct translations at github page. Thanks for your contribution.
For better Easy Smart Phone experience
Grant all permissions from Android's original settings page. Because on some devices, it is not possible to ask every permission
Set Easy Smart Phone as
Default launcher
Default phone app
Default SMS app
Default browser app
Disable all power saving features for Easy Smart Phone
Set as autostart
Grant start in background permission
Grant Show on Lock Screen permission on some devices
Download
XDA Labs
Amazon App Store
Links
Website
GitHub repository for language files and problem tracking
For language translations, native speakers needed for each different language. You can edit your language's files from this github repository.
https://github.com/gadgetreviews/easySmartPhone/tree/master/language
Thanks for any help to get better translations
I think this is a good project. Need refine some ui there. For phone this day, the screen is big so i think u can made some space for every icon and text so it look more neat
Reserved
New beta has been published:
Change Log:
version 0.0.2
A lot of bugs has been fixed.
Keyboard system re-written.
Custom numeric keypad added.
virganda said:
I think this is a good project. Need refine some ui there. For phone this day, the screen is big so i think u can made some space for every icon and text so it look more neat
Click to expand...
Click to collapse
Did you mean should I decrease text size?
Is there anybody has an idea, if I upload this app to Google Play Store, will Google suspend this app and my account? Because of this app asks these sensitive permissions:
android.permission.READ_CALL_LOG
android.permission.RECEIVE_SMS
android.permission.READ_SMS
android.permission.WRITE_SMS
android.permission.SEND_SMS
Even I present documentation why I need these permissions, is it possible that google may suspend my app and my developer account?
coolman7 said:
Did you mean should I decrease text size?
Click to expand...
Click to collapse
1. I mean icon padding. Its placed to near one and another. You must made some ui change about icon padding side right and left and up down too. I test it with medium size in setting.
2. You need to up icon size resolution. In my FHD phone it look brushed.
3. In contact you must tweak it. Every time i open contact its delay couple of seconds. My contact is 600 person.
4. In SMS you must made some change for sender and receiver. I think its good if you use different alignment. Left for ingoing sms and right for outgoing.
5. In contact I prefer list option other than icon because it made hard too see long name contact.
Maybe that from me now. I really miss app like this for my parent. Sorry for my english
virganda said:
1. I mean icon padding. Its placed to near one and another. You must made some ui change about icon padding side right and left and up down too. I test it with medium size in setting.
2. You need to up icon size resolution. In my FHD phone it look brushed.
3. In contact you must tweak it. Every time i open contact its delay couple of seconds. My contact is 600 person.
4. In SMS you must made some change for sender and receiver. I think its good if you use different alignment. Left for ingoing sms and right for outgoing.
5. In contact I prefer list option other than icon because it made hard too see long name contact.
Maybe that from me now. I really miss app like this for my parent. Sorry for my english
Click to expand...
Click to collapse
Thank you for these valuable feedbacks. I have added this list to my to do list.
1) I already have plans to add padding to icons.
2) I think I will try to make an option for text size: big, medium and small like icons. Current text size should be big or medium size.
3) I tried to speed up to opening contacts, sms list and call log. But I failed before. They are really slow. Espacially SMS list is too slow, if you have too much messages. Maybe I will try to load them partially.
4) I will think about this idea.
5) I am considering there will be another contacts page as list. so it will be user selectable: list or grid.
virganda said:
1. I mean icon padding. Its placed to near one and another. You must made some ui change about icon padding side right and left and up down too. I test it with medium size in setting.
2. You need to up icon size resolution. In my FHD phone it look brushed.
3. In contact you must tweak it. Every time i open contact its delay couple of seconds. My contact is 600 person.
4. In SMS you must made some change for sender and receiver. I think its good if you use different alignment. Left for ingoing sms and right for outgoing.
5. In contact I prefer list option other than icon because it made hard too see long name contact.
Maybe that from me now. I really miss app like this for my parent. Sorry for my english
Click to expand...
Click to collapse
Number 1 and 2 in this list has been implemented with version 0.0.5.
1) Added some padding after each row. Not decided yet to add padding between columns.
2) Replaced most icons with higher resolution icons. More icons will be replaced in next versions.

Categories

Resources