Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?

About Me

  • About Kierrok
    Service provider
    Portugal - Vodafone (Telecel)
    Home country
    Portugal

Statistics

Total Posts
General Information
  • Join Date: 16th February 2011
  • Referrals: 0

Most Thanked

MOST THANKED POSTS
ThanksPost Summary
2 Not sure I understand? That is the mounting point of the external sd card... As I understand it, Link2SD expects the external card to be at /mnt/sdcard/... Since the external card is not detected, the 2nd partition can't be detected? (because the ...
2 Actually I'm on the gb blazer rom, I should have mentioned that, I have tried ics on my phone but reverted back. When I try to recreate mount scripts it spits out an error can't find device/block. Both of my partitions are fat32 and primary. I ...
2 I looked in all 3 locations but still didn't see any mount scripts to edit my internal or external sdcard, I did find vold.fstab in system/etc which looked like where I needed to edit but I'm a noob when it comes to this and not sure. Sent from...
2 Thanks! Do these go in the init.rc or what script and location do I need to edit? Sent from my SPH-D710 using xda premium The mount script can be in 3 places: /system/etc/install-recovery.sh /system/etc/init.d/11link2sd And I forgot the 3rd b...
2 @d12unk13astard: edit the mount script and modify the 2 mount lines to reflect these: mount -t ext2 -o rw /dev/block/vold/253:2 /data/sdext2 mount -t ext2 -o rw /dev/block/cyasblkdevblk0p2 /data/sdext2 Modify the type to suit your needs (vfat, ...