Hi,
Remark: This is really a very minor cosmetic issue!
While trying back and forth various FxOS releases (by "shallow-flashing"
Gecko/Gaia from Flame-KK device) on my Alcatel OneTouch 6015X "Fire E" device,
I've noticed that, starting with FxOS 2.2, the boot animation is slightly
"shifted" left.
Well, it's not exactly _shifted_ after all: there's a one-pixel white line at
the top, bottom and right edges (but not left edge) of the boot animation. Is
the actual boot animation no more compatible with the current codebase? Is this
the reason why shallow-flash.sh script [1] removes /system/media folder, thus
removing /system/media/bootanimation.zip?
## clean /system/media/ and extra gecko files
function adb_clean_extra_gecko_files() {
echo "### Cleaning Extra System Files ..."
run_adb shell "rm -r /system/media" <========== Here's the removal
echo "### Cleaning Done."
echo "### Cleaning Extra Gecko Files ..."
GECKO_DIR=$1
REMOVED_FILES=$(echo -e "$(ls "$GECKO_DIR/b2g" | cat)\n$(run_adb shell "ls
/system/b2g" | tr -d '\r')" | sort | uniq -u)
if [[ "$REMOVED_FILES" != "" ]]; then
for REMOVED_FILE in $REMOVED_FILES; do
if [[ "$REMOVED_FILE" != "defaults" ]] && [[ "$REMOVED_FILE" !=
"webapps" ]]; then
echo "##### Removing /system/b2g/$REMOVED_FILE ..."
run_adb shell "rm -r /system/b2g/$REMOVED_FILE"
fi
done
fi
echo "### Cleaning Done."
}
Thanks,
Émeric
[1] https://github.com/Mozilla-TWQA/B2G-flash-tool/blob/master/shallow_flash.sh
_______________________________________________
dev-fxos mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-fxos