View Single Post
Old 04-26-2014, 12:10 PM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by alberiv View Post
Hi,
I have a pw2 with fw 5.4.2.1. I applied the following mods:
1) Jailbreak
2) Usbnet
3) prevent automatic updates by placing update.bin.tmp.partial folder on user partition
4) Fake registration /var/local/java/prefs/reginfo
5) Block Amazon's ip for fake registration

modify /etc/sysconfig/iptables

iptables -I OUTPUT -m iprange --dst-range 23.0.0.0-23.15.255.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 50.16.0.0-56.19.255.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 72.21.192.0-72.21.223.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 107.20.0.0-107.23.255.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 184.72.0-184.75.255.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 204.246.160.0-204.246.191.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 205.251.192.0-205.251.255.255 -j DROP
iptables -I OUTPUT -m iprange --dst-range 207.171.160.0-207.171.191.255 -j DROP

6) Change store button to call browser instead:
modifiy /usr/share/webkit-1.0/pillow/javascripts/search_bar.js
7) Enable native drawing app:
add /usr/bin/draw.sh
modify /usr/share/webkit-1.0/pillow/debug_cmds.json

My question is: Does mod #5 also prevent automatic updates and Big Brother, doesn't it ?? so I can remove mod #3...
I got the instructions from the fake registration thread which is for fw 5.2.0 but it's working.
I don't want to install KUAL for the moment I only want these few mods
Thanks
There is no guarantee that #5 is all-inclusive, so leave #3 in place.
knc1 is offline   Reply With Quote