Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Save Pangolin: Play with the pangolins
Multiple Language Translator
VeryAndroid SMS Backup
SlideIT Keyboard Bulgarian Language Pack for Symbian
Quiet, Please! for Android
P.A.P.E. Decoder - Firefox Addon
MobileController Standard Edition
The Fun of Getting Thin for MobiPocket Reader
Pipe Game
CodeWord (Android)
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Antivirus
Archivers & Compression
Backup & Memory
Barcode Scanner
Battery
Data Storage & Encryption
Display & Flashlight
Emulators & Shells
File management
Hacks & Tweaks
Installer
Interface
Keyboard Extensions & Lock
Localization
Password Managers
Profiles
Registry
Remote connection & Consoles
Screensavers
Screenshots
Search
Security
Synchronization
System management
Task Managers & Launchers
Tests & Benchmarks
Text Editors
More
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
EverApp




EverApp
Version:

Platforms: Pocket PC


Categories: System Utilities

Upload date: 14 Oct 09

Developer:

License: Freeware

Downloads: 1359

File Size: 70 Kb
Download Free EverApp 



Rating: 2.6/5 (Total votes: 13)




  EverApp- allows WM6.x users to make individual applications immune from Windows Mobile memory management.

Apps managed by EverApp will remain open and accessible regardless of memory conditions.

FREQUENTLY ASKED QUESTIONS Q: Why was EverApp created?

EverApp was created to solve a problem plaguing many users under WM6.5 (though it is potentially beneficial for any WM6.x user). The memory management routines under WM6.5 seem particularly aggressive, and many users experience situations where they can only keep one or two applications open simultaneously before WM begins shutting down background apps.

Q: Why is this a problem?

In a perfect world, every WM app would be written properly. That is, it *should* save its state when shutting down and restore it when starting up. In this way, the fact that an application gets shut down by the operating system is almost transparent to the user. In situations where the application performs some function that needs to run continuously (like an MP3 player, for example), the application *should* employ a UI thread and a processing thread so that killing the UI thread doesn't stop the player.

Unfortunately we don't live in a perfect world, and lots of useful applications out there don't play well with Windows Mobile memory management. Blame the app, or blame Windows Mobile. Regardless, in situations where the application stops functioning as desired when shut down by WM memory management, EverApp can help sidestep the problem.

Q: How does it work?

EverApp continually monitors the list of running apps. When it detects that a protected application has been sent to the background, EverApp temporarily re-assigns that application's window to a special, hidden window owned by EverApp. This special window is immune to shutdown by WM memory management. Likewise, applications assigned as children of this window are also immune to shutdown.

The protected application continues running in the background (it won't appear on most task switchers, but is visibile in the process list). When the application is requested (activated) by the user through the EverApp UI, EverApp fully restores the hidden application.

Q: Can/Should I use it for *any* application?

No. You should avoid it using on applications which already gracefully handle shutdowns themselves, and/or already use background processes to manage their own persistence (for example, iGo and Pocket Player). Applications that don't serve a valuable function just sitting in the background (app launchers, for example) don't generally need to be protected. It also may not work well on applications that do extraordinary things with their windows. Please post results so that we can continue to expand the list of known problem-apps below.

Q: This sounds promising, but won't keeping too many apps running cause stability issues?

Possibly, yes. There's a reason WM tries to shut down applications as you open new ones. Trying to manage 2 or 3 critical applications through EverApp should be fine. Trying to run a dozen might cause WM to actually run out of memory and crash/shutdown. It's important to pick just those apps that are valuable to keep running full-time and don't already manage themselves properly.

Q: What are the operating system requirements?

.NET Compact Framework 3.5
Windows Mobile 6.x

Q: What handhelds will this work on?

It was developed and tested on an Omnia i910. However, it should function properly on any WM6.x device. Please post success and failure stories to the thread so we can keep track and address hardware issues that may crop up.

Q: What enhancements are planned?

Autostart the service on WM startup
[Done] Command-line interface (so you can activate an app without having to use the EverApp UI)
Better visual indication in the Protected Apps list of what is currently not running/running/protected
Inclusion of non-protected apps in the app list (making EverApp a general task manager as well).

Q: How does it impact battery life?

The monitoring EverApp does is pretty lightweight. All testing thus far has shown no noticeable impact on battery life.

Q: What applications should I avoid using EverApp for (these apps already manage themselves properly and/or make complex use of their windows that causes problems for EverApp)?

EverApp, S2U2, Conduit Pocket Player, iGo8
(more to follow...)
Q: I'm going to flash my phone and I want to preserve EverApp's configuration. How can I do that?

Copy everapp.xml from your EverApp application folder (program fileseverapp or wherever you installed to) and put it someplace safe. After flashing, re-install EverApp. Before starting EverApp, copy everapp.xml back in to the new EverApp application folder.

QUICK DOCS

Install the attached CAB as you would any other CAB.
Launch EverApp from the Start menu.
Main UI

This presents a list of protected applications. Initially this will be completely blank, so don't be alarmed if the application looks a little empty.

Soft Button Menu Options

Main->Add
Allows you to add executables to EverApp's list of protected applications. Note that the application does NOT have to currently be running to be Added.

Main->Remove
Remove the currently selected application from the list of protected apps.

Main->Run/Stop Service
Toggles the EverApp monitoring service. This service needs to be running for applications to be monitored and protected.

Main->About & Exit
Fairly self-explanatory. (Note that exiting the UI will leave the EverApp service running once it has been started, so you can go ahead and close the UI without worrying about interrupting monitoring and protection).

Activate
This will unhide the selected application (assuming it is currently being protected by EverApp). You can also double-click the app in the list or press/hold and select Activate from the popup menu.

Protected App List context menu (press and hold an app)

Add
Same as Main->Add

Remove
Same as Main->Remove

Manage Duplicates
When enabled, EverApp will detect if a second instance of a protected app is launched, kill it, and bring the original protected app into the foreground.

EACmdLine.exe

This allows the creation of shortcuts that can be used to activate protected apps. This is useful if you want to bind activation of a protected app to a hardware key. The format for the shortcut should be:

fullpathtoEACmdLine.exe show "fullpathtotarget"
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
Requirements: .NET Compact Framework 3.5
 

Supported operating systems: Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
 
Similar Software:

MemMaidMemMaid
What is MemMaid? The one stop program that can take care of your device's memory and keep it in top performance. MemMaid scans/cleans files and registry entries that consume your memory, leaving your Pocket PC's memory clean like never before. The only tool you will ever need to clean and manage your Pocket PC's memory
Mobile MacrosMobile Macros
Mobile Macros - The Best automation tool for Windows Mobile. Mobile Macros allows you to record stylus events (taps and moves) into an editable text file and replay them when needed
ThrottleStorageThrottleStorage
ThrottleStorage — shows you graphically how your storage space is beeing used. It will come in hand when you need to free some space and you need to find a large files on your storage space. You can navigate through all of your folders and analize each one in detail or exclude them from the report
Metrix. Free EditionMetrix. Free Edition
Metrix Free Edition is a small but effective today screen plug-in showing the system information of your device like battery and memory status. It's very flexible and customizable plus that Metrix 2 has an options to add your own shortcuts which can make Metrix your new today screen launcher. Metrix Features: - Battery. - Memory. - Cards. - Brightness regulator
MyMobile SMS TransferMyMobile SMS Transfer
MyMobile SMS Transfer is an application used to backup SMS on Windows Mobile. You could use this software to save your mobile SMS as .xml or .txt file; Restore SMS from PC to mobile phone; Manage SMS on PC. · Backup SMS Messages for windows mobile into .txt file or .xml backup file and save onto your computer · Restore SMS Messages from a
MemoryUp Personal (Windows Mobile)MemoryUp Personal (Windows Mobile)
MemoryUp Personal is a handy mobile RAM monitoring & boosting tool specially designed for mobile users. It is a lite edition of MemoryUp Pro, which will keep your mobile running faster and efficiently. It increases your mobile's performance by making more memory available for both your applications and the operating system
NS Contacts BackupNS Contacts Backup
This program can backup/restore your contacts. Basically this program can be usefull in two cases: - If you want just to feel safe and keep such important information as your contacts not only on your Pocket PC, but also somewhere else. In case you lost your Pocket PC, it was stolen you or was broken, you can be sure that all your contacts are still with you
FolderBackupFolderBackup
FolderBackup - This program allows you to select a folder on your PocketPC. Tap the folder and enter the name for the backup folder name. All the files in the folder will be backed up to the new folder name. This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
RsevenRseven
Rseven is a smartphone backup and synchronization service. It backups call history/logs, messages (SMS, MMS & emails), images, audio, video and sync contacts (phonebook) and calendar (appointments & to do items) with the Rseven website. On the website all your phone activities are presented in a Timeline format chronologically. Please visit rseven
Whered-It-Go SP (SQUARE SCREEN)Whered-It-Go SP (SQUARE SCREEN)
Have you ran out of space on your SmartPhone or just wondering where it's all gone?
 

Comments on EverApp:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

EverApp is compatible with your device O2 xda Neo
 
 
© Pantich 2009 - 2025 All rights reserved.