View Single Post
panjgoori's Avatar
Posts: 1,239 | Thanked: 1,278 times | Joined on Aug 2011 @ Balochistan
#3862
Originally Posted by trisha02 View Post
how to enable heap nd swap?
to enable swap:

Code:
Open Xterminal type:
root
mount /home /and
leafpad /and/default.prop

Look for persist.swap.swappiness=0 then change the 0 to 1
For enabling heap:

Code:
Open Xterminal and type:
root
leafpad /home/system/build.prop
At the end of the file add the following line:
dalvik.vm.heapsize=32m 
save it. done
 

The Following 4 Users Say Thank You to panjgoori For This Useful Post: