Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
e82136
Old
(Last edited by e82136; 29th January 2011 at 02:15 PM.)
#141  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Jan 2011
Quote:
Originally Posted by bakpinar View Post
Can you provide outputs of the following commands?

ls -l /dev/block/vold

mount
of course, thank you :

by the way, my phone is XT701

Quote:
$ su
su
# ls -l /dev/block/vold
ls -l /dev/block/vold
brw-rw---- root root 179, 2 2011-01-29 21:05 179:2
brw-rw---- root root 179, 1 2011-01-29 21:32 179:1
brw-rw---- root root 179, 0 2011-01-29 21:36 179:0
# mount
mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock6 /system yaffs2 ro 0 0
/dev/block/mtdblock8 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock7 /cache yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock5 /cdrom yaffs2 rw 0 0
tmpfs /tmp tmpfs rw,size=2048k 0 0
/dev/block/mtdblock0 /pds yaffs2 rw,nosuid,nodev 0 0
/dev/block//vold/179:1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,f mask=0702,dmask=0702,allow_utime=
020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
#
 
bakpinar
Old
#142  
Recognized Developer - OP
Thanks Meter 702
Posts: 333
Join Date: Dec 2010
Location: Istanbul
Quote:
Originally Posted by e82136 View Post
of course, thank you :

by the way, my phone is XT701
Have you applied this?

Quote:
Originally Posted by Riley600 View Post
Instructions are at this post on how to get it to work on the XT720 (and perhaps other Motorola phones?):

http://forum.xda-developers.com/show...98&postcount=8
The Following User Says Thank You to bakpinar For This Useful Post: [ Click to Expand ]
 
e82136
Old
(Last edited by e82136; 29th January 2011 at 03:10 PM.)
#143  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Jan 2011
Quote:
Originally Posted by bakpinar View Post
Have you applied this?
Yes, I did.

copy ext2.ko into /system/lib/modules/
Permission : rw-r--r-- (like other files in this folder)

reboot

still show the same message:

ext2 not mounted.
 
bakpinar
Old
#144  
Recognized Developer - OP
Thanks Meter 702
Posts: 333
Join Date: Dec 2010
Location: Istanbul
Quote:
Originally Posted by e82136 View Post
Yes, I did.

copy ext2.ko into /system/lib/modules/
Permission : rw-r--r-- (like other files in this folder)

reboot

still show the same message:

ext2 not mounted.
Can you run this command first and then open Link2SD.

insmod /system/lib/modules/ext2.ko
The Following User Says Thank You to bakpinar For This Useful Post: [ Click to Expand ]
 
rikirix
Old
#145  
Senior Member
Thanks Meter 25
Posts: 129
Join Date: Jun 2009
Location: 23°01′04″S 43°28′08″W
Do you think that a class 2 micro sd makes the job?
Thanx
 
parthabhatta
Old
#146  
Senior Member
Thanks Meter 53
Posts: 803
Join Date: Mar 2008
Location: Calcutta
Works perfectly on my X10 mini with Éclair with .24 (latest firmware version). Bakpinar, you made our "Eclair loaded device" somewhat comparable to Froyo by extending the functionality of Eclair with this app. Great innovation! BTW you may incorporate the last few lines of SkaDiver's post below (within braces) to your first post. Its pretty useful and helped me ready my 16gb card with ext2 partition without formatting or deleting anything. I had only 2.6GB empty space in my card out of which I managed 800MB ext2 without losing anything or formatting. I have installed only AngryBird now and it works. Will slowly install more apps/games.

One more thing : Nothing has been mentioned about class of the card best suited for this app. Although somebody has advised to use a class 6 card, I am using this app satisfactorily with my 16gb card my which has no class marked on it and I presume it to be the slowest one. Will let you know if I face any problems later.

One of the best apps developed for pre-Froyo OS.

Quote:
Originally Posted by SkaDiver View Post
BRILLIANTLY done!!!

Works perfectly on my X10 mini with Éclair *latest update*. Because of your app, I now got back to 60MB free memory, with no more laggings like when I had only 2MB of free memory.

Noticed something real smart too that your app makes possible: whenever the market locates an update, I copy the app back to internal memory, update it, then re-link it. Simple as that! Genius work!

I have an improved sony ericsson thanks to you!!!
Have a very nice day, week and so on!!!

(Also: your advice on a partition manager was SPOT ON. I`ve connected it via USB, then had a tap on the "mount card to be able to copy/paste files with the computer", opened the Minitool, resized the card, created a 1GB partition with the ext2 specs, set apply and it was done. After that just ejected, then on the phone and then unplugged the cable from the computer, and it was done!)

Nice job!!!
@SkaDiver : Your post helped me to install this app on my x10Mini easily without going for formatting the 16gb card. Kudos
 
e82136
Old
#147  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Jan 2011
Quote:
Originally Posted by bakpinar View Post
Can you run this command first and then open Link2SD.

insmod /system/lib/modules/ext2.ko

Wow, All done!!

thank you very much!!

so the step is :

prepare SD card that has ext2 partition
copy the ext2.ko into /system/lib/modules/ folder (for MOTO user)
adb shell command insmod /system/lib/modules/ext2.ko
then install Link2SD.apk

awesome app really thank you!!


to rikirix :
my SD card is Class 2...
it works very well.
 
rikirix
Old
#148  
Senior Member
Thanks Meter 25
Posts: 129
Join Date: Jun 2009
Location: 23°01′04″S 43°28′08″W
Quote:
Originally Posted by e82136 View Post
to rikirix :
my SD card is Class 2...
it works very well.
thanx mate, going to install right now!
 
ozonbg
Old
#149  
ozonbg's Avatar
Member
Thanks Meter 7
Posts: 51
Join Date: Jan 2011
Just to know cleaning the dalvik cache do not do anything because after restart the phone rebuild it completly and you end up with the same low amount of free space. But good to know though.

I have another important question. How to remove linked apps? Do we have to unlink them first or we can do it directly how they are, with some unninstalling app like Titanium backup. And as I mention Titanium backup is this app compatible with Link2SD and its operation functional with linked apps? Thanks in advance for clearing this out.
 
rikirix
Old
#150  
Senior Member
Thanks Meter 25
Posts: 129
Join Date: Jun 2009
Location: 23°01′04″S 43°28′08″W
works like a charm with class 2 sd.
thanx

 
Post Reply+
Tags
link2sd, link2sd issues
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...