Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[HELP] Swapping Internal & External SD?

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

    [HELP] Swapping Internal & External SD?

    Hello.

    So this is my first post on here. I previously had a UHost2 where swapping the internal/external SD cards I could just edit the vold.fstab file and reboot. Now I've upgraded to an MK902 running Quickshot 3.1.

    There's no longer a vold.fstab file in KitKat so this method doesn't work any more. I've been searching around and found a build.prop tweak which also didn't work.

    I've come across a few variations of an init.d script that unmounts the SD cards and then remounts them swapped. However, all the variations had different numbers in them for the blocks. I was wondering if anyone would be able to set it to the right numbers to work on the MK902. I haven't tested this script yet because I'm scared that if it doesn't work it'll mess up my device.

    Here is the init.d script:
    Code:
    #!/system/bin/sh
    
    LOG=/data/extsd2.log
    echo 'mark 1' > $LOG
    umount /storage/sdcard0
    umount /storage/sdcard1
    umount /mnt/secure/asec
    umount /mnt/media_rw/sdcard0
    umount /mnt/media_rw/sdcard1
    mount -t vfat -o umask=0000,uid=1023,gid=1023 /dev/block/vold/179:33 /mnt/media_rw/sdcard0 1>>$LOG 2>>$LOG
    mount -t vfat -o umask=0000,uid=1023,gid=1023 /dev/block/vold/179:33 /storage/sdcard0 1>>$LOG 2>>$LOG
    echo 'mark 2' >> $LOG
    mount -t vfat -o umask=0000,uid=1023,gid=1023 /dev/block/vold/259:0 /mnt/media_rw/sdcard1 1>>$LOG 2>>$LOG
    mount -t vfat -o umask=0000,uid=1023,gid=1023 /dev/block/vold/259:0 /storage/sdcard1 1>>$LOG 2>>$LOG
    Can anyone change it or get it to work on the MK902?

    Or does anyone have another way to swap the internal and external SD cards on KitKat?

    Thanks.

    #2
    [HELP] Swapping Internal & External SD?

    Search for it, somwhere bob explains that. In kit kat you can swap the sd card through vold.fstab but that is located in the boot.img if i remember well. You need to disassemble the boot.img find vold.fstab in there and reassemble it again and then flash it to your tvbox


    Sent from my iPhone using Tapatalk
    FIRMWARE & HARDWARE COMPATIBILITY LIST FOR ANDROID TV STICKS
    https://docs.google.com/spreadsheet/pub?key=0ApGXribKk_8gdEc3YnlmOHlfRlRQVUxFbkJ3Zzg3U EE&output=html
    My Plexi MK802IV mod
    http://www.freaktab.com/showthread.p...xi-MK802IV-mod

    Comment


      #3
      Originally posted by neoal View Post
      Search for it, somwhere bob explains that. In kit kat you can swap the sd card through vold.fstab but that is located in the boot.img if i remember well. You need to disassemble the boot.img find vold.fstab in there and reassemble it again and then flash it to your tvbox


      Sent from my iPhone using Tapatalk
      Bob made me a boot swapped.img to do this, just flash the boot swapped.img & all will be good.. untick everything in the flash tool except boot,replace the original boot with this one
      Please consider making a Donation to freakTab

      Comment


        #4
        [HELP] Swapping Internal & External SD?

        Originally posted by blinkone View Post
        Bob made me a boot swapped.img to do this, just flash the boot swapped.img & all will be good.. untick everything in the flash tool except boot,replace the original boot with this one
        https://www.sendspace.com/file/sfwrtm
        There you go, thx blinkone, and thx to bob too


        Sent from my iPhone using Tapatalk
        FIRMWARE & HARDWARE COMPATIBILITY LIST FOR ANDROID TV STICKS
        https://docs.google.com/spreadsheet/pub?key=0ApGXribKk_8gdEc3YnlmOHlfRlRQVUxFbkJ3Zzg3U EE&output=html
        My Plexi MK802IV mod
        http://www.freaktab.com/showthread.p...xi-MK802IV-mod

        Comment


          #5
          swaped my vold.fstab file now wont boot up

          I swaped my vold.fstab file on my polaroid ptab 1050 now when boot up the animation circle just keeps going around .
          Tried the reset button with a paper clip , but that diesnt work.
          Southern telecom doesnt have a flash for it

          Any ideas

          Thanks, Jim

          Comment


            #6
            [HELP] Swapping Internal & External SD?

            Originally posted by Jimp View Post
            I swaped my vold.fstab file on my polaroid ptab 1050 now when boot up the animation circle just keeps going around .
            Tried the reset button with a paper clip , but that diesnt work.
            Southern telecom doesnt have a flash for it

            Any ideas

            Thanks, Jim
            This method usually works for tv sticks like mk802iv, dont know if it works for tablets. Try to ask at the tablets place here on freaktab


            Sent from my iPhone using Tapatalk
            FIRMWARE & HARDWARE COMPATIBILITY LIST FOR ANDROID TV STICKS
            https://docs.google.com/spreadsheet/pub?key=0ApGXribKk_8gdEc3YnlmOHlfRlRQVUxFbkJ3Zzg3U EE&output=html
            My Plexi MK802IV mod
            http://www.freaktab.com/showthread.p...xi-MK802IV-mod

            Comment


              #7
              Thanks ',have seen it somewhere in tablets forum before.

              [Q
              Thanks I have seen switching the settings vold,.fstab in the tablets forum working some place before.

              oldUthanjOTE=neoal;213844]This method usually works for tv sticks like mk802iv, dont know if it works for tablets. Try to ask at the tablets place here on freaktab


              Sent from my iPhone using Tapatalk[/QUOTE]

              Comment


                #8
                It is easy to do it for mtk devices uder kitkat: Use the linux pack/unpack scripts for mtk (http://forum.xda-developers.com/show....php?t=1587411)
                Unpack your boot.img file. Update the 3 fstab files, rebuild the new boot.img and flash it.

                If you add the following line, you will also enable the OTG (you will be able to hot mount usb keys):
                /devices/platform/msm_hsusb_host/usb2 auto auto defaults voldmanaged=usbdisk0:auto
                Last edited by seb_131; 20 August 2014, 06:18.

                Comment


                  #9
                  will give it atry

                  Originally posted by seb_131 View Post
                  It is easy to do it for mtk devices: Use the linux pack/unpack scripts for mtk (http://forum.xda-developers.com/show....php?t=1587411)
                  Unpack your boot.img file. Update the 3 fstab files, rebuild the new boot.img and flash it.

                  If you add the following line, you will also enable the OTG (you will be able to hot mount usb keys):
                  thanks

                  Comment


                    #10
                    resolved polaroid bootloop caused by vold.fstab restored

                    Originally posted by Jimp View Post
                    thanks
                    Okay was able to resolve this by installing ADB sdk, push backed up copy of vold.fstab eith adb to system/etc
                    Works fine again.

                    details here: http;//qandasys.info/i-modified-vold-fstab-and-lost-access-to-my-sd-card

                    Comment

                    Working...
                    X