Популярные бесплатные инструменты в Android Market

Критерий сортировки:
41-50 из 17365
Иконка для Cache Clear 3.6.5063

Cache Clear (v. 3.6.5063)

TACOTY CN опубликовал приложение 2012-12-30
(обновлено 2012-12-30)

"Cache Clear" is a fast clearing tool which can help you clean up cache and traces. After cleaning up these data, you phone system will be effectively optimized, so it runs more efficiently!
"Cache Clear"  is Android phones' good helper!
Main features:
※ One touch clear: clean-up app cache and Internet traces by just one touch without extra steps, fast and easy to use!
※ Cache clear: clean-up cache data of the applications, user-friendly design!
※ Traces clear: you can clear traces of Internet alone, Internet traces includes: browsing history, Gmail, search records, Market search records, Google Maps search records and the clipboard.
※ Auto clear: you can select auto clear on/off in settings.
When auto clear is enabled, this app will clear according to the frequency you set. (The default clear frequency is every day)
Note: Auto clear can only process when the phone is on
※ Desktop Widget: By touching Desktop Widget,  you can quickly clean up (data cache and Internet traces) without opening the main page. Easy to use!

We hereby notice you that the product needs “contacts permission” to clear your call & SMS log. Thank you!

--- Feedback ---
If you have any issues or concerns with Cache Clear, please send me an email and we will find a solution for this problem! Thanks! :)
cacheclear.menue@gmail.com

========================================
Avast "Moghav-A [Trj] (trojan)" has been detected (June 2, 2012)

It was false detection of that AdLantis Android SDK adlantis.jar  is virus.
There was an authoritative answer from AVAST Software, which is the developer of avast! Mobile Security.

AVAST Software updated for their system at about 3 am June 22, 2012 (Japan time),The fix has been completed.

Also, To check fixing this problem, please update avast! Mobile Security with the latest version of the date of June 22.

Бесплатно
Иконка для Battery Widget 2.6.2

Battery Widget (v. 2.6.2)

JINASYS опубликовал приложение 2012-12-30
(обновлено 2012-12-30)

BatteryWidget shows an exact battery level on the status bar, health, temperature, voltage, CPU usage.

Clicking once installed widget, the widget shows the temperature and voltage.
Double-click the Setup screen appears.

If you find bugs, want to add new features or help me translate this app into other languages, please contact me by email.

English, French, Italian, Polish, Russian, Dutch support.

Feature

1. Charge, Discharge, Warning, Danger, Full charging alarm.
2. Battery status indicator on the status bar notifications.
3. 1x1 widgets in the form of pie charts.
4. It is possible to change the color, size, position of the widget.
5. Temperature, voltage, battery life, charging, screen status logging.

Plus version only

6. Supports the additional status bar icons. (ICS support)
7. Wi-Fi, CPU usage logging.
8. Show the estimated time for charging or discharging.

How To install the widget:
Android 2.3 or less : Long press on any empty space on your homescreen, Click on the widget menu then click on the widget you want to install.
Android 3.0 : Click on the upper right corner of the homescreen,  Click on the widget menu then drag on the widget you want to install.
Android 4.0 or late : In the app list screen, Click on the widget menu then drag on the widget you want to install.

Бесплатно
Иконка для Calculator ++ 2.0.0

Calculator ++ (v. 2.0.0)

Sergey Solovyev опубликовал приложение 2012-12-30
(обновлено 2015-03-20)

Calculator++ is an advanced, modern and easy to use scientific calculator #1.
Calculator++ helps you to do basic and advanced calculations on your mobile device.

Discuss Calculator++ on Facebook: http://facebook.com/calculatorpp

IMPORTANT:
1. Always check angle units and numeral bases: trigonometric functions, integration and complex number computation work only for RAD!!!
2. Application contains ads! If you want to remove them purchase special option from application settings. Internet access permission is needed only for showing the ads. ADS ARE ONLY SHOWN ON THE SECONDARY SCREENS! If internet is off - there are no ads!

Features:
++ easy to use
++ home screen widget
+ no need to press equals button any more - the result is calculated automatically
+ smart cursor positioning
+ copy/paste in one button
+ landscape/portrait orientations
++ drag buttons up or down to use special functions, operators etc
++ modern interface with possibility to choose themes
+ highlighting of expressions
+ history with all previous calculations and undo/redo buttons
++ variables and constants support (build-in and user defined)
++ complex number computations
+ support for a huge variety of functions
++ expression simplification: use 'identical to' sign (≡) to simplify current expression (2/3+5/9≡11/9, √(8)≡2√(2))
+ support for Android 1.6 and higher
+ open source

NOTE ABOUT INTERNET ACCESS: Calculator++ (version 1.2.24) contains advertisement which requires internet access. To get rid of it - purchase a version without ads (can be done from application's preferences).

FAQ

How can I get rid of the ads?
You can do it by purchasing the special option in the main application preferences.

Why Calculator++ needs INTERNET permission?
Currently application needs such permission only for one purpose - to show ads. If you buy the special option C++ will never use your internet connection.

How can I use functions written in the top right and bottom right corners of the button?
Push the button and slide lightly up or down. Depending on value showed on the button action will occur.

How can I toggle between radians and degrees?

To toggle between different angle units you can either change appropriate option in application settings or use the toggle switch located on the 6 button (current value is lighted with yellow color).
Also you can use deg() and rad() functions and ° operator to convert degrees to radians and vice versa.

Examples:
268° = 4.67748
30.21° = 0.52726
rad(30, 21, 0) = 0.52726
deg(4.67748) = 268

Does C++ support %?
Yes, % function can be found in the top right corner of / button.

Examples:

100 + 50% = 150
100 * 50% = 50
100 + 100 * 50% * 50% = 125
100 + (100 * 50% * (25 + 25)% + 100%) = 150

Note:

100 + (20 + 20)% = 140, but 100+  (20% + 20%) = 124.0
100 + 50% ^ 2 = 2600, but 100 + 50 ^ 2% = 101.08

Does C++ support fractional calculations?
Yes, you can type your fractional expression in the editor and use ≡ (in the top right corner of = button). Also you can use ≡ to simplify expression.

Examples:

2/3 + 5/9 ≡ 11/9
2/9 + 3/123 ≡ 91/369
(6-t) ^ 3 ≡ 216 - 108t + 18t ^ 2 - t ^ 3

Does C++ support complex calculations?
Yes, just enter complex expression (using i or √(-1) as imaginary number). ONLY IN RAD MODE!

Examples:
(2i + 1) ^ = -3 + 4i
e ^ i = 0.5403 + 0.84147i

Can C++ plot graph of the function?
Yes, type expression which contains 1 undefined variable (e.g. cos(t)) and click on the result. In the context menu choose 'Plot graph'.

Does C++ support matrix calculations?
No, it doesn't

Keywords: calculator++ calculator ++ engineer calculator, scientific calculator, integration, differentiation, derivative, mathematica, math, maths, mathematics, matlab, mathcad, percent, percentage, complex numbers, plotting graphs, graph plot, plotter, calculation, symbolic calculations, wolfram, widget, WolframAlpha, Wolfram|Alpha, Wolfram Alpha

Бесплатно
Иконка для Drawing neon 1.8

Drawing neon (v. 1.8)

miyaware опубликовал приложение 2012-12-29
(обновлено 2015-03-20)

Drawing is an application written in neon painted such a picture.
Drawings can be saved as image PNG.
I read a picture, you can also email photos to friends like neon graffiti.
Please use even for children's education.

Main function
Select Color (red, yellow, green, blue, erasers)
• Screen Clear
• Save
· Reading
· Shared

Бесплатно
Иконка для Sino Korean Keyboard 1.5.1

Sino Korean Keyboard (v. 1.5.1)

Dongyon Kang опубликовал приложение 2012-12-25
(обновлено 2015-03-13)

==Sino Korean Keyboard does NOT collect any private information==
The warning message that pops up when you first install this keyboard is from Google, warning you about potential danger in installing third-party apps, and it shows up whenever you install ANY keyboard on your device. Sino Korean Keyboard NEVER collects any information whatsoever, private or not, so please don't worry about your private information being stolen.

==Thank you for your reviews==
I would really appreciate any reviews whether a star or 5 stars. For those of you rating it a 1 star, please please send me an e-mail at fancyydk@gmail.com with your reason, so I can improve it for future releases. Thank you!

==Description==
This is a Korean IME keyboard that lets you type in Sino Korean (Chinese characters used in Korea) just as you would on a PC. The number keys are placed along with the character keys, so it's very convenient to type numbers and characters at the same time.

This is a free version with limited features. For instance, when a Korean character is typed and the Chinese key is pressed, three Chinese characters are shown at once, even though there may be more than three corresponding characters. To view other characters, you have to keep pressing the Chinese key until you find the character that you're looking for.

If you want a keyboard that lists all the possible Chinese characters for a Korean character, and that which has commonly used keys placed at more convenient places, please buy the paid version of this keyboard.

If you encounter a problem, please email me at fancyydk@gmail.com and I will try to fix the problem as soon as possible.

Thank you for your support and please look forward to updates and newer versions.

Бесплатно
Иконка для Norton Anti-Theft 1.5.0.264

Norton Anti-Theft (v. 1.5.0.264)

NortonMobile опубликовал приложение 2012-12-24
(обновлено 2012-12-24)

NEW! Norton™ Anti-Theft Plug In, an add-on to Norton™ Tablet Security and Norton Mobile Security, helps you quickly and easily lock, locate, and find your   Android phone or tablet—and will help protect your personal information in the case of loss or theft.

Now you can quickly find out where your device is when anyone uses it to go online, lock it down, and even discover who has it, anytime, using any Web browser.
Norton Anti-Theft Plug In enables extension of the following web-based antitheft features of Norton Anti-Theft to your device:

LOCATE Tracks and maps the location of your device when anyone uses it to go online so you’ll know if it’s lost or stolen.

REMOTE LOCKDOWN Securely locks your device to prevent strangers from using it or seeing your information.

LOST NOTICE Displays a customizable message to anyone who finds your missing device so you can make arrangements to get it back.

WEB CONTROL Works securely over the Internet so you can easily track, locate, and lock your Internet-connected devices anytime, using any Web browser.

SNEAK PEEK Snaps photos of anyone in front of your device then saves the images to the Norton Anti-Theft website to help you get back your device. (Webcam devices only.)

FREE 24x7 SUPPORT Get help and answers by phone, email, live chat, or online whenever you need it during your active subscription period.
Norton Anti-Theft is easy to use and, combined with Norton Tablet Security, covers the devices you use to stay connected.

NOTE: Norton Anti-Theft Plug In is an add-on to Norton Anti-Theft and Norton Tablet Security.
Want antitheft protection for your PC as well? Go to https://antitheft.norton.com to learn more about Norton Anti-Theft.

Connect with Norton for the latest security news and product updates:

Like Norton on Facebook: http://www.facebook.com/Norton
Follow Norton on Twitter: http://twitter.com/NortonOnline

Android Minimum System Requirements

Device Requirements:
Android™:  2.1 with 1.8 MB of storage

System requirements
To install the Norton Anti-Theft agent and use Norton Anti-Theft Web site, your device must meet the following system requirements:
Supported devices
• Windows PC laptop
• Android smartphone
• Android tablet
Hardware requirements
Windows
• 300-MHz or faster processor
• 512 MB of RAM (256 MB minimum)
• 30 MB of available hard disk space
Android
• Android™:  2.1 or later
• 1.8 MB of storage
Operating system
• Microsoft Windows 7 Home Basic
• Microsoft Windows 7 Home Premium
• Microsoft Windows 7 Professional
• Microsoft Windows 7 Ultimate
• Microsoft Windows 7 Starter
32-bit and 64-bit versions, Service Pack 1

• Microsoft Windows Vista Home Basic
• Microsoft Windows Vista Home Premium
• Microsoft Windows Vista Ultimate
• Microsoft Windows Vista Business
32-bit and 64-bit versions, Service Pack 1 and 2

• Microsoft Windows XP Home
• Microsoft Windows XP Pro
• Microsoft Windows XP Media Center Edition
32-bit versions, Service Pack 2 and 3

Android 2.x or later
Supported Web browsers
• Internet Explorer 7.0 or later
• Mozilla Firefox 3.6 or later
• Google Chrome 10.0 or later
• Apple Safari 4.0 or later
• Opera 10.0 or later
• Android Web browser


1 Year Protection:  With this service you receive the right to use Norton Anti-Theft for the specified service period, which begins upon initial installation and activation. This renewable service includes protection updates, as available throughout the service period, subject to acceptance of the Norton License Agreement included with this product and available for review at www.symantec.com. Product features may be added, modified, or removed during the service period.

Бесплатно
Иконка для Root Uninstaller 3.0

Root Uninstaller (v. 3.0)

Root Uninstaller опубликовал приложение 2012-12-23
(обновлено 2012-12-23)

*** NEW: Hide app mode: Launch a frozen app and automatically re-freeze on app closing  (Pro only) ***

**** Please see What's News for change logs****
Don't like stock or system applications? It's for you. This application can freeze pre-installed applications on your phone and more.

*** If your phone does not root, recommend to use my "Fast Uninstall and Installer" app ***

Very fast and simple uninstaller tool on single click for uninstalling both SYSTEM and REGULAR applications.

For ROOT+NAND unlocked devices
☆ Uninstall system applications
☆ Freeze or disable bloatware, stock and regular applications (keep updates)
☆ Defrost or enable applications (Free trial or PRO)
☆ Backup system application .apk to sdcard (that can reinstall later)
☆ Restore backed up applications
☆ Reset applications to fresh install state
☆ Delete definitively system applications
☆ Hide my App: launch a frozen app and automatically re-freeze on app closing  (Pro only, tap on Launch->Freeze button )
☆ Explore application data folder, code folder (ex. edit preferences, need AntTek File Explorer)

For NON-ROOT devices
☆ Quick APK list to show all available .APK files on SDCard
☆ Keep Market reference and can restore after factory reset/change devices
☆ Manage to clear data, cache (manually)
☆ Manage .apk files: delete, install, install as a system app (PRO)
☆ Single click to uninstall a listed applications (Batch uninstall).
☆ Rapid load application list
☆ Display application name, icon, package name
☆ Exclude system applications (that you can not uninstall)
☆ Filter by third-party applications, system applications, applications on sdcard. backup applications or frozen applications
☆ Support large screen (ex. tablet) views
☆ Explore application data folder, code folder (ex. edit preferences, need AntTek File Explorer)

Trial on Free version :
☆ Three times to defrost or restore apps for Free version

IMPORTANT***IMPORTANT***
☆ Make sure you app is granted by SuperUser
☆ If you CANN'T freeze/defrost, try to enable USB Debugging (HOME/Settings/Application/Development/USB Debugging)
☆ If you CANN'T restore backup app, try to "find apps on SD card" then long-press the app and select "install as system app".
☆ This application uses SDCARD to store data
☆ PRO and FREE version are fully compatible

NOTES
- Some phones (ex. Desire) requires NAND unlocked (see more here http://alpharev.nl/).
- INTERNET/ ACCESS_NETWORK_STATE/ ACCESS_COARSE_LOCATION are required for displaying AdMob. The PRO version does not require these permissions.

# bloatware remover, bloat freezer, system app remover, system app uninstaller, system app freezer

Assistant request: rootuninstaller@gmail.com
Web site: http://rootuninstaller.com
Troubleshooting: http://rootuninstaller.com/qa/
Translation: http://www.getlocalization.com/rootuninstaller/
Facebook: https://www.facebook.com/pages/Root-Uninstaller/200912803368166

Бесплатно
Иконка для Set Locale and Language 1.2

Set Locale and Language (v. 1.2)

brucedior опубликовал приложение 2012-12-23
(обновлено 2012-12-23)

Set Locale

   Set Locale and Language
   As we know that some rom of Android have no full set of language,sometimes it is hard to set the language you want in your phone.Or if the custom locale function in menu don't support your language,you can try this app!
   You can select more locales via this app.This app will tell you what language is supported in your

cellphone, you can set this language by just one click!
   If your locale doesn't appear, please use custom locale function in menu.
   Save locale function is available.

To search apps for this app, you may try with Key Words:
   -Language
   -set language
   -more locale 2
   -more locate
   -xda
   -locale set
   -set locale
   -more locale 2 pro

If you have some advice , mail me.If you don't want this app, please don't download it, if you think this

app is helpful ,please rating 5 stars and help us to click some ad to make us work better.Thank you.

Бесплатно
Иконка для Flashlight HD LED 1.56

Flashlight HD LED (v. 1.56)

smallte.ch опубликовал приложение 2012-12-19
(обновлено 2015-03-03)

There are many flashlight apps, so why get this one ?

- Brightest and most powerful light possible

- It is simple and well designed
- launch it and get light instantly by pressing one button
- uses the integrated FlashLight
- also uses your full screen as a light source (works on all devices)
- add a widget for quick access

Try it. It's simply the best at what it does.

This app is compatible with most phones including  those on which other apps do not work. This includes for example : Droid Bionic, X2, Motorola RAZR, Sony Xperia Arc, HTC Wildfire, LG Optimus Black / 3D/ Ally, Motorola Defy, Milestone, Samsung Galaxy Nexus, SHARP... and much more !

Бесплатно
Иконка для Easy Task Killer Advanced 3.2.6

Easy Task Killer Advanced (v. 3.2.6)

2Easy Team опубликовал приложение 2012-12-18
(обновлено 2015-03-01)

Easy Task Killer, Your intelligent Android assistant.
Does your phone always need charging, even once a day?
Does your phone always run slowly by a lot of background apps?
Do you want to find the most memory consuming apps?
Want to find a perfect solution?
Now is your answer!

Easy Task Killer is known as a task killer, task killer manager, app killer or service killer etc. It helps manage your phone system’s running apps and services. If your phone often runs slowly or battery is exhausted so soon, our task killer will be an ultimate choice app to kill tasks, free memory, and speed up your phone as well as save battery.
Optimize your phone easily by widget and shake your phone to get rid of annoying apps.

Features:
* Battery Saver, a plugin to save battery.
* Shake Optimize, A newly-added function! Just shake your phone to kill apps and release memory.
* Auto Optimize, Optimize your phone memory intelligently and automatically.
* Memory Meter, Indicate the amount of memory that has been used.
* One Click Optimization, Free your phone memory by clicking “OPTIMIZE” button.
* Task Widget, Optimize phone memory easily just by a widget
* Task Manager. Kill selected apps or services for memory optimization.
* Ignore List. Put apps that you do not want to kill in it which can protect them from being killed.

Note: Better not enable Auto Optimize and Shake Optimize simultaneously. Auto Optimize will be shut down by default if Shake Optimize is in function.

Questions from users:
1.How to use Easy Task Killer?
  Click OPTIMIZE button to free memory. You can also click “Task Manager” and take a look at the running apps list. Uncheck some apps that you do not want to kill (task killer manager and some system apps for instance). App will kill all apps checked. If you do not want to kill any apps, enter “Task Manager” and long press on the running apps listed. And then a menu will pop up, after you select “Ignore”, apps will be moved to ignore list and won’t be killed.

2.How does ETK/task killer/task killer manager/app killer/service killer make phone run smoother?
  Our task killer saves battery by killing apps that no longer run but are still in function in the backend and consuming CPU. ETK speeds up your phone by killing those apps.

3.How to save battery with ETK?
  a.Enable auto optimize function to kill apps that do not run but still use memory.
  b.Uninstall some battery-draining apps. App’s memory consumption has been listed in our app’s task manager, and you could uninstall them according to their memory consumption.
  c.Shut down 3G, WiFi connection as well as Data Sync in app quick config panel if you do not need them to be in function.

4.What is ignore list/ignore?
  You can put apps that you do not want to kill in ignore list and it will protect them from being killed.

5.Can you explain on Task Manager? When it has a lot of   selected apps to kills, what does this do? If I check them, does it turn off these apps completely? Which apps need to be left on?
  If you check selected apps, they will be killed and memory will be released. But you may find that some apps restart after being killed; it is because they are restarted by system events automatically.
Apps related to system services should not be checked, for phone might not work if they are killed.

Бесплатно
Страница:  «    1 …  2   3   4   5   6   7   8   … 1737   »