Join Today
+ Reply to Thread
Page 1 of 6 12345 ... LastLast
Results 1 to 10 of 59
  1. #1
    Join Date
    Apr 2007
    Location
    53rB14
    Posts
    589

    Arrow [APP] SWAP Manager 2 - creates swap file on SD card

    Can someone pleeease give me the link to a SWAP Application thread? I can't find it...
    Thanks

  2. #2
    Join Date
    Jan 2007
    Location
    Belo Horizonte, MG, Brazil
    Posts
    375

    Default Re: SWAP App

    Quote Originally Posted by m41d3n
    Can someone pleeease give me the link to a SWAP Application thread? I can't find it...
    Thanks
    You don´t need an application to use a swap on your ming. A simple script can do that.

    Script to CREATE the swap file.
    Save it as createswap.lin
    Run once:
    Code:
    #!/bin/bash
    # Creates a 16MB swap file on memory card
    # by Dedraks
    dd if=/dev/zero of=/mmc/mmca1/swap.bin bs=1M count=16
    busybox mkswap /mmc/mmca1/swap.bin
    Script to ACTIVATE the swap file
    Save it as enableswap.lin
    Run everytime you need
    Code:
    #!/bin/bash
    # Activates the 16MB swap file on memory card
    # by Dedraks
    swapon /mmc/mmca1/swap.bin

  3. #3

    Default

    nice scripts, I recommend use only one time create and use only every time you power on your phone.

    thanks dedraks

  4. #4
    Join Date
    Mar 2007
    Location
    viet
    Posts
    138

    Default

    thanks, but when u active swapfile, will some app. installed in TF be disable?

  5. #5

    Default

    No.

    adding swap is like use a little part of your micro SD (in the case of this scripts 16MB) to work like memory and nothing more.

    All app. should be working as usually

  6. #6
    Join Date
    Mar 2007
    Location
    viet
    Posts
    138

    Default

    two more question!
    1- when you connect to PC via USB (USB willbe in storage mode), all app. installed on TF will be temporarily disable. So what's happen with virtual memory? will MING be freeze???
    2- could the maximum swap file size be created? 100MB ??

  7. #7
    Join Date
    Apr 2007
    Location
    53rB14
    Posts
    589

    Default

    Ok,thanks man!!! Just one question-how can I disable it? Because I have read that mass storage mode doesn't work with it.

  8. #8
    Join Date
    Jan 2007
    Location
    Belo Horizonte, MG, Brazil
    Posts
    375

    Default

    Quote Originally Posted by m41d3n
    Ok,thanks man!!! Just one question-how can I disable it? Because I have read that mass storage mode doesn't work with it.
    Script to disable swap file on memory card.

    Code:
    #!/bin/bash
    # Disables swap file on memory card
    # by Dedraks
    swapoff /mmc/mmca1/swap.bin

  9. #9

    Default

    Dedrak´s
    Neither this or the swap33 are working here.
    The swap isn´t created. I cant see that in explorer (pc or phone) and when i see the transflash properties it´s not enhanced. Can u help me ?

  10. #10

    Default

    Quote Originally Posted by dark_knightvn
    two more question!
    1- when you connect to PC via USB (USB willbe in storage mode), all app. installed on TF will be temporarily disable. So what's happen with virtual memory? will MING be freeze???
    2- could the maximum swap file size be created? 100MB ??
    1.- may be, but not, cause no more applications will be started until you leave mass storage mode.
    2.- yes, you can set the hole micro sd, but you can't storage anything


 
+ Reply to Thread
Page 1 of 6 12345 ... LastLast

Similar Threads

  1. [APP] Swap Manager 1 - creates Swap file on SD card
    By dedraks in forum A1200 Applications
    Replies: 93
    Last Post: 11-18-2010, 12:35 PM
  2. increase swap file
    By asgr86 in forum E6 General Chat
    Replies: 1
    Last Post: 11-23-2007, 05:31 AM
  3. Q: What are the benefits of having a swap file?
    By rn5a in forum A1200 General Chat
    Replies: 8
    Last Post: 11-11-2007, 11:22 PM
  4. SWAP FILE HELP
    By ROKR in forum E6 General Chat
    Replies: 1
    Last Post: 07-27-2007, 03:22 AM
  5. Swap file??
    By ftdn2006 in forum E6 General Chat
    Replies: 2
    Last Post: 05-29-2007, 04:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1