Hello, I am starting this thread in hopes it will help get built-in phone support for the Att Note 8 completed.
Here is what I have tried so far. Please post anything that might be worth investigating.
Thanks to;
anasdcool71 : http://forum.xda-developers.com/showthread.php?t=1891686
Bladerunner1825us : http://forum.xda-developers.com/showthread.php?p=42819037
I tried the steps below. Repacking framework-res.apk into the system.img. Flashed, and it kept getting stuck in a boot loop.
I assume this is because of an improperly signed framew...apk file. I tried without signing the file as well.
If anyone has any suggestions, I'm game to try it.
Commands;
extract;
apktool if framework-res.apk
apktool if SystemUI.apk
apktool if twframework-res.apk
mount apk;
apktool d framework-res.apk C:\Mount
modifying ./values/bools.xml entry to name="config_voice_capable">true
repack apk;
apktool b C:\Mount framework-res1.apk
sign apk;
D:\Android\Programs\apktool1.5.2>java -jar signapk.jar certificate.pem key.pk8 framework-res1.apk framework-res-signed.apk
Here is what I have tried so far. Please post anything that might be worth investigating.
Thanks to;
anasdcool71 : http://forum.xda-developers.com/showthread.php?t=1891686
Bladerunner1825us : http://forum.xda-developers.com/showthread.php?p=42819037
I tried the steps below. Repacking framework-res.apk into the system.img. Flashed, and it kept getting stuck in a boot loop.
I assume this is because of an improperly signed framew...apk file. I tried without signing the file as well.
If anyone has any suggestions, I'm game to try it.
Commands;
extract;
apktool if framework-res.apk
apktool if SystemUI.apk
apktool if twframework-res.apk
mount apk;
apktool d framework-res.apk C:\Mount
modifying ./values/bools.xml entry to name="config_voice_capable">true
repack apk;
apktool b C:\Mount framework-res1.apk
sign apk;
D:\Android\Programs\apktool1.5.2>java -jar signapk.jar certificate.pem key.pk8 framework-res1.apk framework-res-signed.apk
Last edited: