Skip to content

Commit

Permalink
Add ES File Explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Doozan committed Dec 11, 2012
1 parent b235657 commit 6ecd3d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions NookManager/scripts/do_root
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions NookManager/scripts/install_es_file_explorer
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cp /sdcard/files/data/app/com.estrongs.android.pop.apk /nook/data/app/

echo "ES File Explorer installed"
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down Expand Up @@ -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/"
Expand Down

0 comments on commit 6ecd3d6

Please sign in to comment.