-
Notifications
You must be signed in to change notification settings - Fork 16
E970 Miscellaneous Mods
Source: XDA-Developers- _Epic's Camera Mod
This is based on a mod for the Nexus 4, which increases camera quality by tweaking a few settings. Note that these mods will also increase the file size of these images and videos.
- Download the mod from this thread and put it on the root of your memory
- Reboot into recovery
- Clear Cache/Dalvik Cache (Just to be safe...)
- Install Camera Mod
- Reboot, and the camera mod will be installed.
Slimport adapters make HDMI output possible on thr LGOG and the Nexus 4. While genuine Slimport adapters go for around $30-40, you can easily find some good ones on eBay for just $15.
When you first plug the slimport in, though, you will only get a clone of your phone screen with the same small resolution. To get true upscaled 1080p, you need to be rooted, and type this command in a terminal emulator:
wm size 1080x1920
To return to normal after you're done, type this command: (or you can just restart your phone)
wm size reset
[Source](
The Menu button is a dated leftover from an older time, and is strongly discouraged by Google. Multitasking demands the availability of a Recent Apps button at all times, and holding the home button can get to be annoying.
Some custom ROMs have the option built in, but if they don't, it just takes a change in a configuration file.
-
Use a root browser to go to
/system/usr/keylayout
-
Click and hold on
keypad.nl
and choose Open in text editor from the menu. -
Find this line:
key 139 MENU VIRTUAL
-
And replace it with these lines. (The first line below is disabled using a
#
character, just in case you want to switch back)#key 139 MENU VIRTUAL key 139 APP_SWITCH VIRTUAL
-
Reverse these steps if you ever want to change back. These changes will be lost upon update or flashing a new custom ROM, but just do this process again.
Source: XDA-Developers - Samomamo's Guide to Disabling Capacitive Buttons
Some people don't like the physical capacitive buttons at all, or might prefer to use Paranoid Android's PIE. Here's how to disable them:
- Add the following line at the end of buid.prop file qemu.hw.mainkeys=0
- Upon reboot, you will have a virtual nav-bar like on the Nexus 4.
-
Use root explorer to go to
/system/usr/keylayout
-
Click and hold on
keypad.nl
and choose Open in text editor from the menu. -
Find these lines:
key 158 BACK VIRTUAL key 172 HOME VIRTUAL key 139 MENU VIRTUAL
-
And replace them with these lines. Basically, we just added a
#
before the line to disable the keys.#key 158 BACK VIRTUAL #key 172 HOME VIRTUAL #key 139 MENU VIRTUAL
-
To disable the capacitive button lights, go to
settings>display>front key light
and disable it. -
Reverse these steps if you ever want to change back. These changes will be lost upon update or flashing a new custom ROM, but just do this process again.
OBB Files are game binaries, and those can get pretty big, pretty fast.
Note: All non-Android projects have moved to the BASLQC Wiki.
- Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
- General Setup - Learn how to install and run the tools you need to succeed.
- Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
- General OS Customizations - General customizations that work on all devices of a specific OS.
- General Guidelines - The ideals that you should uphold while working with and editing this guide.
- Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
- Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.
- Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
- Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.