Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created July 2, 2015 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/53d0d1c48470e60820c1 to your computer and use it in GitHub Desktop.
Save lindwurm/53d0d1c48470e60820c1 to your computer and use it in GitHub Desktop.
openrecovery-delete-ocn-apns_20150702.zip
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
delete("/system/etc/apns-conf.xml");
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/etc/apns-conf.xml");
unmount("/system");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment