You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you boot the sgs2 into recovery mode and adb shell into the phone, then you can see the files show up as being owned by the user that did the build rather than by root.
Using CONFIG_INITRAMFS_ROOT_UID=squash and CONFIG_INITRAMFS_ROOT_GID=squash will make the files be owned by root.
The text was updated successfully, but these errors were encountered:
If you boot the sgs2 into recovery mode and adb shell into the phone, then you can see the files show up as being owned by the user that did the build rather than by root.
Using CONFIG_INITRAMFS_ROOT_UID=squash and CONFIG_INITRAMFS_ROOT_GID=squash will make the files be owned by root.
The text was updated successfully, but these errors were encountered: