diff --git a/FlashBack.deb b/FlashBack.deb deleted file mode 100644 index 3502850..0000000 Binary files a/FlashBack.deb and /dev/null differ diff --git a/FlashBack/usr/bin/FBCreate b/FlashBack/usr/bin/FBCreate index 90e3a64..e0b936b 100755 --- a/FlashBack/usr/bin/FBCreate +++ b/FlashBack/usr/bin/FBCreate @@ -12,14 +12,22 @@ FLASHBACKDIR="/var/mobile/Library/FlashBack" BKPVERSION="v3" BACKUPLOCATION=$FLASHBACKDIR/Backups/$BACKUPNAME mkdir -p $BACKUPLOCATION -mkdir -p $BACKUPLOCATION/{Preferences,SBFolder,AutoWall} || STATUS="mkdir failed" +mkdir -p $BACKUPLOCATION/{Preferences,SBFolder} || STATUS="mkdir failed" echo -e "\n\e[0;100m[!]\e[0m \e[104mCopying to $BACKUPLOCATION\e[0m" cp -rf "/var/mobile/Library/Preferences/"!(com.apple*|com.saurik*|ckkeyrolld|nfcd|UITextInputContextIdentifiers|.GlobalPreferences).plist $BACKUPLOCATION/Preferences/ || STATUS="cp failed" #copy all non-apple Plists to Preference folder within backup haha cp -rf "/var/mobile/Library/Preferences/"*(*.jpg|*.png|*.gif) $BACKUPLOCATION/Preferences/ &>/dev/null #copy all images to Preference folder within backup cp -rf /var/mobile/Library/SpringBoard/@(*Icon*|*Background*|SB*) $BACKUPLOCATION/SBFolder/ || STATUS="cp failed" #copy IconState Plist to SBFolder folder within backup + +if [[ -d /var/mobile/Documents/HomePlus/ ]] +then +mkdir -p $BACKUPLOCATION/HomePlusPreferences +cp -rf "/var/mobile/Documents/HomePlus/"* "$BACKUPLOCATION/HomePlusPreferences/" #copy homeplus prefs +fi + if [[ -d /var/mobile/Media/AutoWall/ ]] then +mkdir -p $BACKUPLOCATION/AutoWall cp -rf "/var/mobile/Media/AutoWall/"* "$BACKUPLOCATION/AutoWall/" fi touch $BACKUPLOCATION/$BKPVERSION diff --git a/FlashBack/usr/bin/FBRestore b/FlashBack/usr/bin/FBRestore index 261c087..3253987 100755 --- a/FlashBack/usr/bin/FBRestore +++ b/FlashBack/usr/bin/FBRestore @@ -14,7 +14,14 @@ SELECTLOCATION=$FLASHBACKDIR/Backups/$SELECTBACKUP # COPY BACKUP TO SYSTEM cp -r $SELECTLOCATION/Preferences/* /var/mobile/Library/Preferences/ || STATUS="cp failed" +cp -r $SELECTLOCATION/HomePlusPreferences/* /var/mobile/Documents/HomePlus/ || STATUS="cp failed" cp -r $SELECTLOCATION/SBFolder/* /var/mobile/Library/SpringBoard/ || STATUS="cp failed" + +if [[ -d $SELECTLOCATION/HomePlusPreferences/ ]] +then +cp -r $SELECTLOCATION/HomePlusPreferences/* /var/mobile/Documents/HomePlus/ || STATUS="cp failed" +fi + if [[ -d $SELECTLOCATION/AutoWall/ ]] then rm -rf "/var/mobile/Media/AutoWall/"* diff --git a/FlashBackFree-3.6.2.deb b/FlashBackFree-3.6.2.deb deleted file mode 100755 index e4fe4c8..0000000 Binary files a/FlashBackFree-3.6.2.deb and /dev/null differ diff --git a/FlashBackFree-3.6.deb b/FlashBackFree-3.6.deb deleted file mode 100755 index f71ffeb..0000000 Binary files a/FlashBackFree-3.6.deb and /dev/null differ diff --git a/FlashBackPaid-3.4.deb b/FlashBackPaid-3.4.deb deleted file mode 100755 index 5ec4cfd..0000000 Binary files a/FlashBackPaid-3.4.deb and /dev/null differ diff --git a/FlashBackPaid-3.5.deb b/FlashBackPaid-3.5.deb deleted file mode 100755 index 9da3087..0000000 Binary files a/FlashBackPaid-3.5.deb and /dev/null differ diff --git a/FlashBackPaid-3.6.1.deb b/FlashBackPaid-3.6.1.deb deleted file mode 100755 index a49aeba..0000000 Binary files a/FlashBackPaid-3.6.1.deb and /dev/null differ diff --git a/FlashBackPaid-3.6.2.deb b/FlashBackPaid-3.6.2.deb deleted file mode 100755 index c9662af..0000000 Binary files a/FlashBackPaid-3.6.2.deb and /dev/null differ diff --git a/FlashBackPaid-3.6.deb b/FlashBackPaid-3.6.deb deleted file mode 100755 index 99a9d9e..0000000 Binary files a/FlashBackPaid-3.6.deb and /dev/null differ diff --git a/FlashBack_4.0.1.deb b/FlashBack_4.0.1.deb deleted file mode 100644 index b1997d4..0000000 Binary files a/FlashBack_4.0.1.deb and /dev/null differ diff --git a/FlashBackfree-7.4.deb b/FlashBackfree-7.4.deb deleted file mode 100755 index 32f6e95..0000000 Binary files a/FlashBackfree-7.4.deb and /dev/null differ