Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

ug802, how I can partionate the all Flash RAM memory as internal memory?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by SplinterGU View Post
    I want a firmware with all memory as internal memory and real sd as /sdcard.

    how I can do it?

    maybe finless can help me with it?
    You can edit vold.fstab in /etc with a root explorer like ESFileExplorer and change routes: change external_sd to sdcard and sdcard to external_sd. Also mount the sdcard as flash, cause I had problems mounting it as sdcard.

    Here go the original lines in vold.fstab:
    dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
    dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0

    Change with this:
    dev_mount flash /mnt/external_sd auto /devices/virtual/mtd/mtd9/mtdblock9
    dev_mount flash /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0

    Then you got the internal flash mounted as /mnt/external_sd and the sdcard as /mnt/sdcard to use it as main memory.
    Hope it helps.

    Greetings.
    Last edited by hammondb4; 31 October 2012, 14:06.

    Comment


      #17
      I don't want swap devices... I want partition whole internal flash as internal flash...

      anyway, I already done it.

      please, read some post ago.

      thanks anyway.

      Comment


        #18
        hi splinterGU,
        Can I put your parameter and kernel.img files to the finless 1.4a rom and then flash it?

        Comment


          #19
          Originally posted by hammondb4 View Post
          You can edit vold.fstab in /etc with a root explorer like ESFileExplorer and change routes: change external_sd to sdcard and sdcard to external_sd. Also mount the sdcard as flash, cause I had problems mounting it as sdcard.

          Here go the original lines in vold.fstab:
          dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
          dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0

          Change with this:
          dev_mount flash /mnt/external_sd auto /devices/virtual/mtd/mtd9/mtdblock9
          dev_mount flash /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0

          Then you got the internal flash mounted as /mnt/external_sd and the sdcard as /mnt/sdcard to use it as main memory.
          Hope it helps.

          Greetings.
          I try to write the file vold.fstab but fail to save, why?

          Comment


            #20
            i think you should mount the folder as read and write not only read.

            Comment


              #21
              How to mount the folder to r n w?

              Comment

              Working...
              X