-
Notifications
You must be signed in to change notification settings - Fork 16
E970 Conversion Fixes
Antonizoon edited this page Nov 23, 2013
·
1 revision
Unlike the Nexus 4, you will need to install a special zip file (using the custom recovery) to fix the following:
- LTE & GPS(JB AT&T modem)(4.2.2)
- Volume keys
- Internet APNs(AT&T)
- SD card fix (stock 4.2.1 & 4.2.2 based roms only for now)
- NFC(Might or might not work)
(we need to figure out how this thing works...)
Each custom ROM variant uses a unique framework-res.apk
file that cannot be used in other variants, so we cannot make a universal fix.
However, you can modify the fixes file to work with any other ROM in less than 1 minute. (We should really create a script to do this automatically, though... Maybe a zip.js app, or integration with Android auto-patcher?) Download the fix zip file and follow these instructions:
- Download and install 7zip.
- Get the zip file of your current custom ROM, and view the files inside.
- Extract the
framework-res.apk
file from your custom ROM's zip file. It is found underframework/
. - Right-click
framework-res.apk
, go to the 7zip menu, and select Open archive. - A new window will open. Browse to
res/xml/
and copy this modifiedstorage_list.xml
into it (to download, click the link, right-click save-as). - It will ask to to overwrite, click Yes.
- Replace the
framework-res.apk
in the fixes zip file (under the folderframework/
) with your modified one. - You can now flash the modified fix to your phone.
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.