View Single Post
Old 05-31-2014, 04:33 AM   #244
space4
Member
space4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the roughspace4 is a jewel in the rough
 
Posts: 19
Karma: 7120
Join Date: Mar 2011
Device: Kindle DXG, Kobo Aura HD
Quote:
Originally Posted by JimMcLaren View Post
Well I figured it out. For those trying to do the same thing, here's what I did.
  • cat /proc/self/mountinfo - This was just to get the list of mountpoints
  • mount -o rw,remount -t yaffs2 /dev/root / - This mounts the drive for read/write
  • chmod 777 build.prop - This allows me to overwrite or edit the build.prop
  • edit the build.prop and save it
  • chmod 750 build.prop - I'm not 100% certain this is the right permissions for build.prop but it should be safe.
  • reboot
The device is certainly more usable now.
The / is mounted as read-only. To be able to change any file under it, make / writable first. It can be done in a few clicks in ES File Explorer.
Tools -> Root Explorer -> ON
click on Root Explorer -> Mount R/W -> change / to be RW
(remember to change it back to RO after modifying the file)
space4 is offline   Reply With Quote