Skip to content

Commit

Permalink
Exfat binary added in /system/bin on flashing the kernel
Browse files Browse the repository at this point in the history
Needed for now to support exfat file system
  • Loading branch information
computoncio committed Apr 22, 2014
1 parent 8d1b991 commit 8c93322
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions READY-JB/META-INF/com/google/android/updater-script
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ show_progress(0.100000, 60);
package_extract_dir("system", "/system");
package_extract_dir("system", "/preload");
package_extract_file("boot/flash_image", "/tmp/flash_image");
set_perm(0, 0, 0755, "/system/bin/mount.exfat-fuse");
set_perm(0, 0, 0777, "/tmp/flash_image");
set_perm(0, 0, 0755, "/system/xbin/ntfs-3g");
set_perm(0, 0, 06755, "/system/xbin/su");
Expand Down
Binary file added READY-JB/system/bin/mount.exfat-fuse
Binary file not shown.

0 comments on commit 8c93322

Please sign in to comment.