Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ROOT] Some more LeapFrog Epic tweaks
#1

I know this involves root, as not all parents are up to it, but in case you feel like your son or daughter's LeapFrog isn't cutting it, I found out a few more tweaks which should add a bit more functionality and make it more usable.

As I said earlier, this requires root, which can be done using one-click utilities. The PC version of Kingoroot should do the trick. Once you root your device, you'll also have to install Xposed for the other tweaks to run.

Bring back the recent apps button
I'm sure you've noticed that the navigation bar on the Epic lacks the recent apps button for some reason. 'Tis uncertain as to why, but my hunch is that LF decided to dummy it out to keep children from opening it by accident. Fortunately, the ROM is still largely AOSP-based so it's just the matter of using Xperia/AOSP Navbar Buttons to gain back task switcher access. GravityBox for Kitkat seems like a viable option as well, though I haven't tried it myself yet.

Home sweet home
Ever grow tired of the KidLauncher? That rather infantile app drawer you or your kids are subjected to every time you play with the Epic? For a while I thought it's a matter of modding the framework files to get alternative home screens to install, but turns out it's no different from restoring SD card read-write functionality.

Assuming you've rooted your device already, mount /system as read-write using either ADB or Terminal:
Code:
mount -o rw,remount,rw /system

Once that's done, navigate to /system/etc/permissions then open tablet_core_hardware.xml using a text editor. Look for the following lines:
Code:
<!--feature name="android.software.app_widgets" /--> <!-- Not available in Narnia -->
<!--feature name="android.software.home_screen" /--> <!-- Not available in Narnia -->

...then replace the commented settings with this:
Code:
<feature name="android.software.app_widgets" />
<feature name="android.software.home_screen" />

Save your edited XML file, and then reboot. If done correctly, you should be able to install any home launcher you want. However, you'll have to freeze/disable KidLauncher and Launcher using ROM Toolbox or some other utility for your favourite launcher to work as default.

There are some caveats to using an alternative home screen though. One of them is that the navigation bar may disappear or that some of the soft keys may refuse to show up upon running certain apps (e.g. LeapFrog games). A workaround would be to open up App Manager for the missing keys to appear again. Another issue is with user profiles - as the login screen is built into KidLauncher, disabling it would render your children's profiles (and thus time restrictions and other parental controls) useless, plus rewards and other items earned may not show up (I presume this is due to the alternative home screen being counted as a different "user"). One could try using a third-party parental control panel app, but that would require another setup phase as it isn't weaved into LeapFrog's own parental controls service.
Reply
« Next Oldest | Next Newest »


Forum Jump:


Users browsing this thread: 1 Guest(s)