how do i know if the build.prop is changed?This actually does make things feel nicer all around...good work!!
Sent from my ASUS Transformer Pad TF300T using Tapatalk
how do i know if the build.prop is changed?This actually does make things feel nicer all around...good work!!
Sent from my ASUS Transformer Pad TF300T using Tapatalk
You will.if i update to ,26 do i have to change the build.prop again?
/systemSo I just replace my build.prop with this one correct? Also, where is the build.prop file?
Sent from my Galaxy Nexus using XDA
you have to make sure to set the permissions for the new one. Then make sure its in /system. then reboot.So I just replace my build.prop with this one correct? Also, where is the build.prop file?
Sent from my Galaxy Nexus using XDA
If this work my Sister will be happy, She was cautious because the believed the mods would void her warranty and she didnt want to go there.you have to make sure to set the permissions for the new one. Then make sure its in /system. then reboot.
That's why you always back up EVERYTHING first. Especially the original build.propIf this work my Sister will be happy, She was cautious because the believed the mods would void her warranty and she didnt want to go there.
Thanks
tyfoxx
What do you mean by set permission? How do I do it? I can see that the build is changed is that enough?you have to make sure to set the permissions for the new one. Then make sure its in /system. then reboot.
no thats not enough..lolWhat do you mean by set permission? How do I do it? I can see that the build is changed is that enough?
no thats not enough..lol
Make sure it looks like this: rw- r-- r--
r w -
r - -
r - -
after you set permissions, mount the root explorer back as read only(ro). then reboot tablet & you should be good to go. If you dont notice any improvements immediately, just give it a chance to warm up to the new tweaks. you will notice shortly after![]()
Lmao. each line of permissions box shoukd be checked off to matchdidnt understand the thing with make sure it looks like this? i just pressed ok on the button when permission box came out!
owner read and write checkedLmao. each line of permissions box shoukd be checked off to match
r w -
R - -
R - -
Yep. In order it appears in the pop up box.owner read and write checked
group read checked
others read checked?
is this correct?
wait wait wait... you can just push stuff to /system/ using adb? why dont we just push su to /system/ to get root?you actually dont need root
but this is way easier if you do
you could adb push /system/build.prop
Important part is what permissions the file will have after being put in /system/. Just putting it in there isn't enough if it can't do everything it needs to do, nothing can be ADB'd to /system/ with full permissions I don't think.wait wait wait... you can just push stuff to /system/ using adb? why dont we just push su to /system/ to get root?