Here's the link to what I read: modmyi forum nocyfresh 2.0
The update is not by me. Modmyi released this update in order to get the package removed. They are marking it unsafe because it refreshes cydia. I am not sure how esle can I stop cydia from refreshing if I don’t replace it. I cam assure you there is no malicacous code in it. The project is also open source so people can go and check the code to see if there is any malicious code in it. The code page is listed under “developers page” under the package description.
I downloaded the .deb for the original toggle and there is nothing in it to replace Cydia.
#!/bin/bash
declare -a cydia
cydia=($CYDIA)
if [ ! -f /Applications/Cydia.app/Cydia.bak ]
then
cp /Applications/Cydia.app/Cydia /Applications/Cydia.app/Cydia.bak
fi
rm -f /Applications/Cydia.app/Cydia
cp -f /var/mobile/Library/SBSettings/Toggles/NoCyfresh/Cydia.mod /Applications/Cydia.app/Cydia
if [[ $1 == install ]]; then
if [[ ${CYDIA+@} ]]; then
eval "echo 'finish:restart' >&${cydia[0]}"
fi
elif [[ $1 == upgrade ]]; then
if [[ ${CYDIA+@} ]]; then
eval "echo 'finish:restart' >&${cydia[0]}"
fi
fi
exit 0
This is supposedly a response to V2.0 by the developer of Nocyfresh (posted on Xsellize)...
Answer/comment from the NoCyfresh creator dev. Sent to me by mail an hour ago:
"The update is not by me. Modmyi released this update in order to get the package removed. They are marking it unsafe because it refreshes cydia. I am not sure how esle can I stop cydia from refreshing if I don't replace it. I cam assure you there is no malicacous *code in it. The project is also open source so people can go and check the code to see if there is any malicous code in it. The
Code page is listed under "developers page" under the package description.
Link....
http://xsellize.com/showthread.php/74679-NoCyfresh-Disable-Cydia-Autorefresh-toggle/page8?nocyfresh
So, nocyrefresh or no nocyrefresh? Any updates. I'd love to use this, but don't want to if it's going to eff up stuff. Too bad Cydia doesn't have settings, so you wouldn't even need this.
So, nocyrefresh or no nocyrefresh? Any updates. I'd love to use this, but don't want to if it's going to eff up stuff. Too bad Cydia doesn't have settings, so you wouldn't even need this.