From 6ecd3d679046221703986289be35890aa8e1d05f Mon Sep 17 00:00:00 2001 From: Jeff Doozan Date: Tue, 11 Dec 2012 11:47:34 -0500 Subject: [PATCH] Add ES File Explorer --- NookManager/scripts/do_root | 1 + NookManager/scripts/install_es_file_explorer | 3 +++ build.sh | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 NookManager/scripts/install_es_file_explorer diff --git a/NookManager/scripts/do_root b/NookManager/scripts/do_root index 0a36393..f267d9a 100644 --- a/NookManager/scripts/do_root +++ b/NookManager/scripts/do_root @@ -12,6 +12,7 @@ $SCRIPT/install_launcher $SCRIPT/install_nookmods $SCRIPT/install_adbkonnect $SCRIPT/install_font +$SCRIPT/install_es_file_explorer $SCRIPT/install_amazon_market $SCRIPT/postroot_cleanup $CUSTOM_SCRIPT/post_root diff --git a/NookManager/scripts/install_es_file_explorer b/NookManager/scripts/install_es_file_explorer new file mode 100644 index 0000000..a77966e --- /dev/null +++ b/NookManager/scripts/install_es_file_explorer @@ -0,0 +1,3 @@ +cp /sdcard/files/data/app/com.estrongs.android.pop.apk /nook/data/app/ + +echo "ES File Explorer installed" diff --git a/build.sh b/build.sh index e4793b5..b453dfa 100755 --- a/build.sh +++ b/build.sh @@ -71,6 +71,7 @@ download "https://github.com/CyanogenMod/android_frameworks_base/blob/jellybean/ download "https://s3.amazonaws.com/github/downloads/yiselieren/ReLaunch/ReLaunch-1.3.8.apk" "$DLDIR/" download "https://s3.amazonaws.com/github/downloads/doozan/NookTouchModManager/NookTouchModManager-0.3.0.apk" "$DLDIR/" download "http://pool.apk.bazaarandroid.com/moonglo/com-amazon-venezia-201000-634745-98e61fd37521387e2e0b61be64a518b0.apk" "$DLDIR/" +download "http://download.estrongs.com/app-es-file-explorer.html" "$DLDIR/com.estrongs.android.pop.apk" download "https://smali.googlecode.com/files/baksmali-1.4.0.jar" "$DLDIR/" download "https://smali.googlecode.com/files/smali-1.4.0.jar" "$DLDIR/" @@ -171,6 +172,7 @@ cp "$DLDIR/DroidSansFallback.ttf" "$OUTDIR/files/system/fonts/" cp "$DLDIR/ReLaunch-1.3.8.apk" "$OUTDIR/files/data/app/com.harasoft.relaunch.apk" cp "$DLDIR/NookTouchModManager-0.3.0.apk" "$OUTDIR/files/data/app/org.nookmods.ntmm.apk" cp "$DLDIR/com-amazon-venezia-201000-634745-98e61fd37521387e2e0b61be64a518b0.apk" "$OUTDIR/files/data/app/com.android.venezia.apk" +cp "$DLDIR/com.estrongs.android.pop.apk" "$OUTDIR/files/data/app/" cp "$BDIR/patched-jars/android.policy.jar" "$OUTDIR/files/system/framework/" cp "$BDIR/patched-jars/services.jar" "$OUTDIR/files/system/framework/"