+ Reply to Thread
Results 11 to 20 of 113
- 06-07-2010 02:42 PM #11Member
- Join Date
- May 2010
- Location
- UK
- Posts
- 47
You can delete dalvik-cache on /data but it would delete it on /cache as they are both the same thing because the script binds one to the other. If you look at the contents of /data/dalvik-cache it will be the same as /cache/dalvik-cache.
They are both on the same partition as you can see from the disk usage.
Code:Filesystem Size Used Available Use% Mounted on /dev/stl7 78.7M 41.9M 36.8M 53% /cache /dev/stl7 78.7M 41.9M 36.8M 53% /data/dalvik-cache
-
- 06-07-2010 04:35 PM #12Member
- Join Date
- May 2010
- Location
- Viet Nam
- Posts
- 47
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 82636 12 82624 0% /dev
tmpfs 4096 0 4096 0% /sqlite_stmt_journals
/dev/stl6 163228 150820 12408 92% /system
/dev/stl5 188404 92052 96352 49% /data
/dev/stl7 80576 2100 78476 3% /cache
/dev/stl10 7729 777 6952 10% /efs
/dev/bml8 3840 3840 0 100% /xbin
After run dalvik-cache.zip,I saw /system is 163228mb and available is 12408mb.
So why?
I want it up to 196mb like you,so what do I have to?Last edited by tulipden712; 06-07-2010 at 04:39 PM.
- 06-07-2010 04:52 PM #13Member
- Join Date
- May 2010
- Location
- UK
- Posts
- 47
relocating the dalvik cache from /data to /cache doesn't change /system
It seems that you have a 188mb /data partition tho
what phone do you have? seems the filesystem layout is different.
You also don't seem to have /data/dalvik-cache mounted to /dev/stl7
so seems it hasn't applied the script anyway (or is that df from before the mod?)
-
- 06-07-2010 05:35 PM #14Member
- Join Date
- May 2010
- Location
- Viet Nam
- Posts
- 47
My phone is I570EDXJC1 ->Samdroid Kitchen v1.2 beta ,so is it different?
That was big mistake,I forgot df before the mod.So I could't see differents
I did to run in recovery,apply any zip-> dalvik-cache.zip again,and nothing happened
I don't have /data/dalvik-cache mounted to /dev/stl7. HicLast edited by tulipden712; 06-07-2010 at 05:39 PM.
- 06-07-2010 06:28 PM #15Member
- Join Date
- May 2010
- Location
- UK
- Posts
- 47
not sure why it's different
you can check if the script is on the system with: ls /system/sd
if userinit.sh is there it should be working ok.
you can also get easier to read values with df -hCode:# ls /system/sd placeholder userinit.sh
Code:# df -h Filesystem Size Used Available Use% Mounted on tmpfs 80.7M 12.0K 80.7M 0% /dev tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals /dev/stl6 196.3M 130.5M 65.8M 67% /system /dev/stl5 147.1M 58.2M 88.9M 40% /data /dev/stl7 78.7M 42.8M 35.9M 54% /cache /dev/stl10 7.5M 776.0K 6.8M 10% /efs /dev/bml8 4.0M 4.0M 0 100% /xbin /dev/stl7 78.7M 42.8M 35.9M 54% /data/dalvik-cache /dev/block//vold/179:1 941.7M 274.5M 667.2M 29% /sdcard
- 06-07-2010 08:47 PM #16Member
- Join Date
- May 2010
- Location
- Viet Nam
- Posts
- 47
- 06-07-2010 09:21 PM #17Member
- Join Date
- Apr 2010
- Location
- Maribor
- Posts
- 54
- 06-07-2010 09:42 PM #18Member
- Join Date
- May 2010
- Location
- Viet Nam
- Posts
- 47
Greats. Thanks u
- 06-07-2010 10:17 PM #19Member
- Join Date
- May 2010
- Location
- UK
- Posts
- 47
- 06-07-2010 10:43 PM #20Member
- Join Date
- May 2010
- Location
- Viet Nam
- Posts
- 47
Have a nice days! Thanks a lots
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


2Likes
LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks