diff --git a/59MAD b/59MAD index d80cf08..673fe7e 100644 --- a/59MAD +++ b/59MAD @@ -1,10 +1,10 @@ #!/system/bin/sh #This is for update_mad version -uver="9.0" +uver="9.0.1" #This is for pingreboot version pver="2.0" # mad rom version -madver="0.9.1" +madver="0.9.2" # Last file created by POGOROM so we don't interfere and run too early last_pogorom_file="/sdcard/.curlrc" @@ -22,6 +22,7 @@ exec >>"$logfile" 2>&1 log() { line="`date +'[%Y-%m-%dT%H:%M:%S %Z]'` $@" echo "$line" + /system/bin/log -p v -t "MAD-ATV" "$@" } download(){