![]() |
LeapTV Host File Information/Recommendation - Printable Version +- Spiffy Hacks (https://spiffyhacks.harmonypogo.com) +-- Forum: LeapFrog LeapPad (https://spiffyhacks.harmonypogo.com/forum-7.html) +--- Forum: LeapTv (https://spiffyhacks.harmonypogo.com/forum-23.html) +--- Thread: LeapTV Host File Information/Recommendation (/thread-618.html) |
LeapTV Host File Information/Recommendation - Joshtech - 11-02-2015 Hey guys, You're LeapTV on boot and every now and then communicate with leapfrogs servers. Your leaptv uploads logs, profile, what you have installed etc, etc. Now this can be annoying because any modifications that you make to your device will be reverted. To prevent this you can change your HOST file, your HOST file basically overrides your DNS allowing you to redirect domains to any desired ip. This file is located @ /etc/hosts and can be opened with any text editor. I use notepad++ There are several urls that leaptv uses: Code: Package Management: Now the urls you need to block are, Package Management, Device Log Upload(Just don't like uploading logs ok lol), Device Profile Content. To do this open your host file and you will see something like this 127.0.0.1 localhost 127.0.1.1 LF-4A1030000001100BC165 # end LF-4A1030000001100BC165 what you want to do is redirect those urls to 127.0.0.1 (localhost/your device) so it looks like this 127.0.0.1 localhost 127.0.0.1 devicelog.leapfrog.com 127.0.0.1 services.leapfrog.com 127.0.0.1 services.leapfrog.com 127.0.1.1 LF-4A1030000001100BC165 # end LF-4A1030000001100BC165 You can undo these changes at any time by simply removing the entries, but I would suggest to just back up your host file and restore it if necessary. Once these changes are in place keep in mind that you won't be able to download any new purchased games. RE: LeapTV Host File Information/Recommendation - fanoush - 12-26-2015 normally hosts file contains only ip address to hostnames mappings, so most probably you should put there only something like: 127.0.0.1 devicelog.leapfrog.com services.leapfrog.com RE: LeapTV Host File Information/Recommendation - xboxexpert - 12-26-2015 Correct 127.0.0.1 services.leapfrog.com 127.0.0.1 devicelog.leapfrog.com 127.0.0.1 rewards.leapfrog.com I'm pretty certain that below would take care of it all .... 127.0.0.1 leapfrog.com RE: LeapTV Host File Information/Recommendation - xboxexpert - 01-01-2016 If you modify /etc/package-manager.conf and modify the line below it will ignore any changes you make to system and not remove your stuff. RequiredPkgsFile="RequiredPackages2.xml" This directs to a new package file and doesn't allow the system to see changes. |