Jump to content

auto oxios hibernate with xbar


Recommended Posts

Guest unknownz
Posted

hi,

i remember reading from a Web site that teaches u how to automate the freeing up of memory at regular intervals using oxios hibernate and xbar

anyone happen to know whats the Web site url or how to do it?

many thanks!

Guest gpcarreon (MVP)
Posted

Hi. Welcome to MoDaCo!

You can use CronEdit (sorry I forgot the URL) or edit your crontab.txt

Check this sample code:

#

# r------minute (0-59)

# | r------hour (0-23)

# | | r------day of the month (1-31)

# | | | r------month (1-12)

# | | | | r------day of the week (1-7, monday=1)

# | | | | | r------ command to run-------------->

# | | | | | |

0 -1 -1 -1 -1 \Storage\windows\Start Menu\Accessories\Oxios Hibernate.lnk

The code will launch Hibernate (thus release memory) every hour. :o

Guest azamsaghir
Posted

I believe xbar (latest) does this automatically when memory levels reach a certain level.

Edit your xbar_cfg by adding:

// when % of memory load, try to clean memory

AUTOCLEAN=90

Which will automate a purge at 90%.

Regards

Azam

Guest unknownz
Posted
Hi. Welcome to MoDaCo!

You can use CronEdit (sorry I forgot the URL) or edit your crontab.txt

Check this sample code:

#

#      r------minute (0-59)

#      |    r------hour (0-23)

#      |    |    r------day of the month (1-31)

#      |    |    |    r------month (1-12)

#      |    |    |    |    r------day of the week (1-7, monday=1)

#      |    |    |    |    |    r------ command to run-------------->

#      |    |    |    |    |    |

0 -1 -1 -1 -1 \Storage\windows\Start Menu\Accessories\Oxios Hibernate.lnk

The code will launch Hibernate (thus release memory) every hour. :o

<{POST_SNAPBACK}>

hi,

tried using your method and though it works, there's a drawback ... whenever the oxios hibernate is executed, i have to click on ok for the thing to run. anyway to automate the whole process? :roll:

Guest gpcarreon (MVP)
Posted

Yep you can automate the clicking. Kindly check this if you have time:

http://www.gpcarreon.com/?p=129

So, instead of \Storage\windows\Start Menu\Accessories\Oxios Hibernate.lnk, your crontab.txt should be:

\Storage\windows\Start Menu\Memory\Oxios Hibernate.lnk

Of course, the script won't run (click OK) if your phone is keypad locked. :o

Guest unknownz
Posted

thanks a million, thats the website that im looking for ...

cheers!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.