samsung SM-A700FD users!!! Little info required - Galaxy A3, A5, A7, A8, A9 Q&A, Help & Troubleshoot

I'm aware of the fact that no custom ROMs are available for the A7,yet(? )
Did any of you tried xposed on 5.0.2? deodexing is required i guess, with the guide posted i see some failures.
http://forum.xda-developers.com/sam...to-how-to-deodex-a3-a5-a7-roms-t3214058/page3
if anyone installed Xposed on 5.0.2 please tell me how to ,with the links for recovery ,xposed framework & deodex tool
Worst thing is that when other devices seeing 6.0 and also CM13/cm12.1 but this device is leftout with no Custom Rom's(AND ITS A NO TRUE OCTA CORE?,benchmarks are poor compared to any dual core devices ...uhghhh)
But Samsung happily having sequel celebration

nageshmv said:
I'm aware of the fact that no custom ROMs are available for the A7,yet(? )
Did any of you tried xposed on 5.0.2? deodexing is required i guess, with the guide posted i see some failures.
http://forum.xda-developers.com/sam...to-how-to-deodex-a3-a5-a7-roms-t3214058/page3
if anyone installed Xposed on 5.0.2 please tell me how to ,with the links for recovery ,xposed framework & deodex tool
Worst thing is that when other devices seeing 6.0 and also CM13/cm12.1 but this device is leftout with no Custom Rom's(AND ITS A NO TRUE OCTA CORE?,benchmarks are poor compared to any dual core devices ...uhghhh)
But Samsung happily having sequel celebration
Click to expand...
Click to collapse
sad that no one replied

nageshmv said:
I'm aware of the fact that no custom ROMs are available for the A7,yet(? )
Did any of you tried xposed on 5.0.2? deodexing is required i guess, with the guide posted i see some failures.
http://forum.xda-developers.com/sam...to-how-to-deodex-a3-a5-a7-roms-t3214058/page3
if anyone installed Xposed on 5.0.2 please tell me how to ,with the links for recovery ,xposed framework & deodex tool
Worst thing is that when other devices seeing 6.0 and also CM13/cm12.1 but this device is leftout with no Custom Rom's(AND ITS A NO TRUE OCTA CORE?,benchmarks are poor compared to any dual core devices ...uhghhh)
But Samsung happily having sequel celebration
Click to expand...
Click to collapse
I tried the same guide and it failed in the end. Still trying to find exposed for 5.0.2 A700FD.

I've done it!
First you can take your files from folders app, priv-app and framework to your comp. Then you can use joeldroid batch deodexer to make deodex. I used last java 8.66. Logs of deodex are without errors.
Then i inserted these files into deodex archive. And installed it with TWRP. Script also clears dalvik-cache. When it all works you can use xposed bridge from https://yadi.sk/d/HkiW1cmGkMgRq. And install this version of xposed: https://yadi.sk/d/amilLvlmkMgQY

jazzzzy said:
First you can take your files from folders app, priv-app and framework to your comp. Then you can use joeldroid batch deodexer to make deodex. I used last java 8.66. Logs of deodex are without errors.
Then i inserted these files into deodex archive. And installed it with TWRP. Script also clears dalvik-cache. When it all works you can use xposed bridge from https://yadi.sk/d/HkiW1cmGkMgRq. And install this version of xposed: https://yadi.sk/d/amilLvlmkMgQY
Click to expand...
Click to collapse
thanks

nageshmv said:
I'm aware of the fact that no custom ROMs are available for the A7,yet(? )
Did any of you tried xposed on 5.0.2? deodexing is required i guess, with the guide posted i see some failures.
http://forum.xda-developers.com/sam...to-how-to-deodex-a3-a5-a7-roms-t3214058/page3
if anyone installed Xposed on 5.0.2 please tell me how to ,with the links for recovery ,xposed framework & deodex tool
Worst thing is that when other devices seeing 6.0 and also CM13/cm12.1 but this device is leftout with no Custom Rom's(AND ITS A NO TRUE OCTA CORE?,benchmarks are poor compared to any dual core devices ...uhghhh)
But Samsung happily having sequel celebration
Click to expand...
Click to collapse
who said there aren't any roms available for a700fd ? yes there are .. three of them i found on xda first is the resurrection remix v5.6 and another one is the cm13 and last one is the c7000 port to a700fd. google it out

Related

[Q] Galaxy s4 I9505 with Google edition andriod

Hello guys, i just have a (few) question(s)
So, last week i installed Google Edition Andriod Kitkat 4.4.4 on my galaxy S4 I9505.
This rom is till now, still amazing, fast and better than touchwiz in any way. But i can't seem to find on the internet how and which version of xposed framework i need to install, since it is per model (i think?) which model do i choose?
since i have a Galay S4 but my rom is not from a galaxy S4, i get confused which one i have to install.
Some links to downloads would be great!
Thanks in advance
Dylan
dylanbos1996 said:
Hello guys, i just have a (few) question(s)
So, last week i installed Google Edition Andriod Kitkat 4.4.4 on my galaxy S4 I9505.
This rom is till now, still amazing, fast and better than touchwiz in any way. But i can't seem to find on the internet how and which version of xposed framework i need to install, since it is per model (i think?) which model do i choose?
since i have a Galay S4 but my rom is not from a galaxy S4, i get confused which one i have to install.
Some links to downloads would be great!
Thanks in advance
Dylan
Click to expand...
Click to collapse
Hi mate
Basically it works in any android 4.0 + base rom device see from one of his threads
For which devices/ROMs does it work?
I develop the Xposed framework based on the AOSP sources. I'm personally using CM10.2 on an I9100 (Samsung Galaxy S2, bought in Germany). Basically, it should work on any phone which with a ROM based on Android 4.0 or later and an ARM or x86 processor (this is the processor architecture, almost all smart phones and tablets have either of those). Exceptions might be ROMs which are different from the original Android code in some very internal, central code parts (which don't need to be touched for most theming and enhancement modifications). But this is related to the ROM, not the phone itself.
The modules target higher-level code, so they are more likely to be incompatible with your ROM. Basically, the question is whether the methods and resources which the module modifies are similar on your ROM and on the developer's ROM. Let's say a module needs to modify the result of a certain method call. For this, it needs to specify the exact name and parameters that identify that method. If the in your ROM, an additional parameter has been added, the module can't find the method anymore and won't work. If the method can still be found, it will probably work (unless the rest of the app/ROM has changed too much).
There is not definite answer whether it will work. Just try it (of course, making a nandroid backup before is never a bad idea). If it doesn't work, just disable the module. You might want to inform the module developer (not me!) about this fact and provide details (e.g. a logcat and/or the content of /data/data/de.robv.android.xposed.installer/log/debug.log).
Try with latest 2.6.1
http://forum.xda-developers.com/xposed/xposed-faq-issues-t2735540
http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
Thank You!
MAX 404 said:
Hi mate
Basically it works in any android 4.0 + base rom device see from one of his threads
For which devices/ROMs does it work?
I develop the Xposed framework based on the AOSP sources. I'm personally using CM10.2 on an I9100 (Samsung Galaxy S2, bought in Germany). Basically, it should work on any phone which with a ROM based on Android 4.0 or later and an ARM or x86 processor (this is the processor architecture, almost all smart phones and tablets have either of those). Exceptions might be ROMs which are different from the original Android code in some very internal, central code parts (which don't need to be touched for most theming and enhancement modifications). But this is related to the ROM, not the phone itself.
The modules target higher-level code, so they are more likely to be incompatible with your ROM. Basically, the question is whether the methods and resources which the module modifies are similar on your ROM and on the developer's ROM. Let's say a module needs to modify the result of a certain method call. For this, it needs to specify the exact name and parameters that identify that method. If the in your ROM, an additional parameter has been added, the module can't find the method anymore and won't work. If the method can still be found, it will probably work (unless the rest of the app/ROM has changed too much).
There is not definite answer whether it will work. Just try it (of course, making a nandroid backup before is never a bad idea). If it doesn't work, just disable the module. You might want to inform the module developer (not me!) about this fact and provide details (e.g. a logcat and/or the content of /data/data/de.robv.android.xposed.installer/log/debug.log).
Try with latest 2.6.1
http://forum.xda-developers.com/xposed/xposed-faq-issues-t2735540
http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
Click to expand...
Click to collapse
Thank you so much for your help. I think it is pretty clear for me now.
Dylan
dylanbos1996 said:
Thank you so much for your help. I think it is pretty clear for me now.
Dylan
Click to expand...
Click to collapse
Any time mate.

LG G3s,Beat,... [D722,...] General Thread

This Thread is outdated since I do not use the device anymore​
Everything you need to know about our Devices:​As always: We are not responsible for your actions! Every modification you do is on your own risk.
Attention: If you have a question about ROMS or Kernels from the List, ask in their Threads first
Restore Firmware
[Guide] LG G3 Stock Firmware (Go Back to Stock) KDZ & TOT Method Yes for D722 as well
Thanks to hyelton and everyone else who helped
Everything you need to know is in this post. You can find KDZ Files here: https://lg-kdz-firmware.com/index.html
Root
[Guide]LG One Click Root - root LG firmwares (KitKat / Lollipop)
Thanks to avicohh
KINGROOT: The One-Click Root Tool for Almost All Devices an Alternative if LG One Click does not work for you
Patching Bootloader
This option will give you the ability to flash unsigned boot or recovery and you can boot to recovery without a factory reset.
Kitkat: Patched bootloader for D722
Lollipop: Patched Bootloader for D722/D724
Thanks to Зевс
Install TWRP
Just flash the *.img using Flashify
D722: TWRP for D722 (vasy.ru)
D724: TWRP for D724 (vasy.ru)
You have to patch your bootloader before.
If you want Fastboot for KitKat follow thenotonly Instructions: Fastboot KK
Custom Kernel
Kitkat: tudorsirb developed a Custom Kernel for Kitkat
V10 Custom kernel but you may need a Camera fix: Camera fix
Lollipop:
Bread and Butter Kernel by thenotonly for D722 and D724
Rusty Kernel by Carlyle_f mainly for his RR Rom but it is working on CM13 as well.
KRYPTON Kernel by sh A ne mainly for AOKP ROM but it works on all CM based Roms.
Custom Roms
Use LineageOS if you wish an up-to-date ROM working on our device. The device sources are included, it supports self update from within setting and is likly the most stable version.
Go to https://download.lineageos.org/ and search for LG and your device.
Marshmallow:
CM13 for D722/D724
CyanogenMod 13.0 for the LG G3s Thanks to vm03, Quarx, Nikita Pro Android
[MM][D722] Resurrection Remix
Resurrection Remix
Thanks to Carlyle_f for porting Resurrection Remix to our G3s. As sable as CM13
[MM][Unofficial] AOKP for LG G3 beat D722/724[6.0.1]
AOKP Rom
Thanks to sh A ne for porting AOKP to our G3s. It uses offical CM13 sources. As stable as CM13
[D722P] Bliss 6.4 UNOFFICIAL
Bliss 6.4 UNOFFICIAL
Thanks to XperiAMM and MaxiCM Team
[UNOFFICIAL] XOSP-6.3-FINAL-MM for D722 - D722P
XOSP 6.3
Thanks to kn06497
Lollipop:
CM12.1 for D722/D724 (Beta)
CyanogenMod 12.1 for the LG G3s Thanks to vm03, Quarx, Nikita Pro Android (vasy.ru)
[D722P] MaxiCM 5.1 OFFICIAL [MaxiCM Team]
MaxiCM
Almost everything is working! Thanks to MaxiCM
Mokee 5.1 UNOFFICIAL [XperiAMM]
Mokee 5.1
Similar to Maxi CM. Thanks to XperiAMM and MaxiCM Team
[D722P] Resurrection Remix LP [XperiAMM]
Resurrection Remix LP Another port by XperiAMM and MaxiCM Team
Attention: Carlyle_f is the official Maintainer for RR now!
ROM[LP][D722][UNOFFICIAL] Android Ice Cold Project[10.0]
Android Ice Cold Project
Thanks to sh A ne
[ROM][D722P] Pac-Rom 5.1 UNOFFICIAL[Kn06497]
Pac-Rom 5.1 by kn06497 and MaxiCM Team
[ROM][D722P]Dirty Unicorns 5.1.1 [Kn06497]
Dirty Unicorn by kn06497 and MaxiCM Team[/B]
[ROM] [722P] G3-S CarbonRom 5.1.1 UNOFFICIAL [kn06497]
G3-S CarbonROM by kn06497 and
[ROM][722P] Euphoria-OS 1.1 UNOFFICIAL [kn06497]
Euphoria-OS by kn06497 und XperiAMM
Mods/Tweaks
Xposed: Thanks to rovo89
Kitkat: use the official Xposed installer: Xposed - General info, versions & changelog
Lollipop: Go to [OFFICIAL] Xposed for Lollipop/Marshmallow [Android 5.0/5.1/6.0]. It is more complicated than installing it for KitKat. You need a custom recovery and you have to flash xposed-v**-sdk2*-arm.zip file and clean your cache from recovery after flashing !!! Install XposedInstaller_***.apk afterwards.
SDK21 is for Stock Lollipop (5.0.1)
SDK22 is for CM12.1 (5.1.1)
SDK23 is for CM13 (6.0.1)
QCView:
ThePietn1 modified QCView to work with our device: QCView Port
Freeze/Deletable LG Apps:
thenotonly shared a list of LG System Apps which are more or less save to freeze/delete. It will increase RAM and speed up your phone but it is potentially dangerous since most System Apps are used somehow to operate your device.
If you still which to freeze/delete them: https://docs.google.com/document/d/1B0BiPHx8II_0qL9RqBVlxmCy-DqtuowQliy2RdUPx7g/edit
Maybe the TWRP for KitKat ROMs can also be added (it just has to be installed using Flashify):
http://forum.xda-developers.com/showpost.php?p=57641695&postcount=83
And if someone is wondering about the progress of Xposed framework on Lollipop or want to help with it:
https://github.com/rovo89/Xposed/issues/42
All in all this looks like a good thread with the most important stuff listed very well.
I hope you will keep it updated what new stuff comes out for our device!
Hei guys
Did anyone update to lolipop 5..0.2 ? How is the overall performance and battery life ? Does it suffer from the infamous memory leak ?
I received my update via OTA and still thinking about updating or not.
Thank you !
quicksandmg said:
Hei guys
Did anyone update to lolipop 5..0.2 ? How is the overall performance and battery life ? Does it suffer from the infamous memory leak ?
I received my update via OTA and still thinking about updating or not.
Thank you !
Click to expand...
Click to collapse
As for the overall performance, I can say that it really improved for me. Everything is very fast and smooth, I love it, especially with the new animations!
The battery life for me is about the same as with Kitkat, maybe just a little bit better but no huge differences.
Too bad the memory leak is present, you might get some of its consequences every now and then. But, as I already said, overall it's still faster than Kitkat for me.
quicksandmg said:
Hei guys
Did anyone update to lolipop 5..0.2 ? How is the overall performance and battery life ? Does it suffer from the infamous memory leak ?
I received my update via OTA and still thinking about updating or not.
Thank you !
Click to expand...
Click to collapse
Hey quicksandmg
I would say do the update because performance and battery life is even or maybe even a little better than an KitKat.
I suggest you reboot your device ones a day do free memory which may be used because of the leak.
Overall I am quit happy with the update but if you need Xposed you should stay on Kitkat until we fixed the cache problem.
Sent from my LG-D722 using XDA Free mobile app
Thank you for your answers,
Even though im on a dedicated forum, i rather stay stock due to lack of knowledge.
Well....if the memory leak is present, im staying on kitkat. Its not ultra fast, but fast enough. Plus the buttons look better
I have LG G3 Beat Dual SIM ............. I just wondering if I should update to lollipop or not , since I just got the update but I didn't update ..
can some one take some screen shots for the update and what is new.
also hope someone review the update with the most common issues
thank you in advance
got a d722k. still waiting for lollipop OTA
What about xposed? I guess i'll have to freeze/uninstall weather services and smartcover?
Edit.
Xposed works,but you have to flash zip from twrp. Before doing so, smartcover and lg weather services must be freezed. easiest way via ADB
adb shell (check the phone,and click ok)
su
pm disable com.lge.smartcover
pm disable com.lge.sizechangable.weather
pm disable com.lge.sizechangable.weather.platform
Don't forget to activate usb debugging.
My xposed installer is doing it automatically..but..people anyway report that phone process stops when xposed is installed
There is still a bug with Xposed that makes the phone process stop on our phones, even if you disable those LG apps. The maker of Xposed (rovo89) knows about this issue and confirms it, he is trying to find the cause of the bug. When he finds that, might fix it. See the comment of rovo89 himself: https://github.com/rovo89/Xposed/issues/42
ThePietn1 said:
There is still a bug with Xposed that makes the phone process stop on our phones, even if you disable those LG apps. The maker of Xposed (rovo89) knows about this issue and confirms it, he is trying to find the cause of the bug. When he finds that, might fix it. See the comment of rovo89 himself: https://github.com/rovo89/Xposed/issues/42
Click to expand...
Click to collapse
Hey ThePietn1
I will Update the first page with more information about Xposed later on.
Hopefully people will start reading and stop asking if it is working.
Since you already said twice that rovo89 is working on a solution.
Sent from my LG-D722 using XDA Free mobile app
Lg g3 vigor d725 att
so i found the stock kit kat zip files for the lg vigor d725 from http://opensource.lge.com/osList/list?m=Mc001&s=Sc002 and now my question is there a way to convert those zip files to tot files so i could use it with the lg flash tool?
SAMOANBK47 said:
so i found the stock kit kat zip files for the lg vigor d725 from http://opensource.lge.com/osList/list?m=Mc001&s=Sc002 and now my question is there a way to convert those zip files to tot files so i could use it with the lg flash tool?
Click to expand...
Click to collapse
No this is a part of the Android source code provided by LG (Since they made some changes to the Android OS)
If you would download the official Android source code plus the code provided by LG and you would have a lot of time and knowledge you could develop a CM for your device.
But you should be able to download the KDZ file for your phone with the website I linked in the first post
Sent from my LG-D722 using XDA Free mobile app
Will this work on ls885 Lg G3 Vigor for Sprint?
tazmaniondvl said:
Will this work on ls885 Lg G3 Vigor for Sprint?
Click to expand...
Click to collapse
Will what in particular work?
You have a different device and you have to search for your device.
If it has similar specs you may be able to root your device and maybe twrp will work to but I cannot say for sure since this thread is mainly for d722 and d724.
But I am not a developer.
Sent from my LG-D722 using XDA Free mobile app
I already have root. They are the same device as i have been told and seen. I just want to know if the recovery will work
Well if you say it's "the same device" then you already have the answer. But different model means different device. You are free to try but it's not advised
The reason im asking is if you look up our phones they are all listed as the same. Including the cases available. Multiple sites list them as the same so i want to know if someone on the G3 Vigor LS885 has tried this.
jantheg said:
No this is a part of the Android source code provided by LG (Since they made some changes to the Android OS)
If you would download the official Android source code plus the code provided by LG and you would have a lot of time and knowledge you could develop a CM for your device.
But you should be able to download the KDZ file for your phone with the website I linked in the first post
Sent from my LG-D722 using XDA Free mobile app
Click to expand...
Click to collapse
so i just checked and you were wrong i cannot cuz it says its not for my device so next time u wanna give advice make sure u know what ur talking about before u butt in other peoples business!

Apps and OS suggestions?

Hi, and thanx for the chance to introduce myself. My name is Tom and I've only just realized that anyone can make modifications to their Android phone. I found XDA when I googled a search for how to jailbreak my Verizon Moto Z Play, I take it from reading posts that unlocking it is not possible yet. (Hopefully soon).
For now I am using an XT1607 Moto G4 Play which I bought with the SIM unlocked and I've also Unlocked the bootloader. I'm looking forward to developing my own apps,
but for now I'm wondering what modifications would be recommended for the Moto G4? I'm not familiar with the various firmware and software modifications and though I've found some apps to add, I would welcome suggestions for those as well.
Thanx, and Semper Fi to any of my USMC brothers
Tom
tca0218 said:
Hi, and thanx for the chance to introduce myself. My name is Tom and I've only just realized that anyone can make modifications to their Android phone. I found XDA when I googled a search for how to jailbreak my Verizon Moto Z Play, I take it from reading posts that unlocking it is not possible yet. (Hopefully soon).
For now I am using an XT1607 Moto G4 Play which I bought with the SIM unlocked and I've also Unlocked the bootloader. I'm looking forward to developing my own apps,
but for now I'm wondering what modifications would be recommended for the Moto G4? I'm not familiar with the various firmware and software modifications and though I've found some apps to add, I would welcome suggestions for those as well.
Thanx, and Semper Fi to any of my USMC brothers
Tom
Click to expand...
Click to collapse
After unlocking your device, one of the first things you'd want to do is install a Custom Recovery like TWRP or CMD. I use TWRP. You can search four your device and download the correct file here: https://twrp.me/Devices/
This will allow you to create backups of your system, install Custom Roms (modified OS), give you root access and install modified apps, to name some things.
So once you installed a custom recovery, you might want to try a cusrom rom. They offer some great extra features. Just make sure to create a full backup (also called "nandroid") in TWRP before, just in case something goes wrong.
One of the most popular, stable and fluid ones is LineageOS: https://download.lineageos.org . It hasn't got so many extra features but works great!
An other good rom for what I've heared is InvictaOS. It's a bit more customizable than lineage and works great as well.
An other good thing to do is root your phone. You can achieve this by installing magisk's zip it TWRP, and then installing the Magisk Manager .apk. You can download both from the magisk thread: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
This will work on your stock rom as well as on custom roms.
Install Adaway to remove popup add like videos in games: https://adaway.org (root needed for this)
An other cool mod is this modified youtube app to remove all adds from videos and allow to play with the screen off or the app in the background: https://forum.xda-developers.com/android/apps-games/app-iytbp-injected-youtube-background-t3560900
All the information you need is in the first, second and third post.
I'd probably recomend the third post method, using the magisk module. It's the easiest one, you just have to download the file for you CPU architecture (arm for moto g4) and install it in the magisk manager, in the modules section pressing the "+" icon (Root also needed for this).
You can find guides to all of this on youtube, and always read all the instructions before trying anything.
Many of your questions will have most likely already been asked, so also search the threads before asking something.
Good luck!

[F8332] DualSim Patcher for any custom ROM.

Hi. This script enables dualsim support on any custom rom for Xperia XZ (Kagura).
reserved 1
reserved 2
reserved3
It seems your file doesn't work with Android Pie AOSP. Any clue to fix it ?
ulysse132 said:
It seems your file doesn't work with Android Pie AOSP. Any clue to fix it ?
Click to expand...
Click to collapse
My bad, maybe u downloaded first file, i fixed and updated it as far as i noticed that i have typo in code. (It doesnt hurted your phone, but it doesnt enabled dualsim support too).
But it should work now on AOSP Pie (specially MotexT's one), this patcher was specially made for this rom. And it was tested with positive results.
gouster3 said:
Hi. This script enables dualsim support on any custom rom for Xperia XZ (Kagura).
Click to expand...
Click to collapse
Hi this doesn't work on pie.
Im using MotexTs AOSP pie and after flashing it doesn't work at all but rather gives an error message "your device has an internal problem please contact your manufacturer"
Any fix for this?
Uploaded an updated version that works with the new property "persist.vendor.radio" instead of "persist.radio".
https://sx.ix5.org/files/builds/kagura/misc/F8332_dualsim-vendor.zip
Updated dual-SIM patcher for all Sony devices moved here: Universal Sony DualSIM patcher
Updated DualSIM patcher should now work with Android 10, see the linked topic in previous post.

Debloat, Deodex and Zipalign latest P585M firmware - How to?

I have read all over the internet for a clear guide on how to do it...
All of the guides are incomplete and most are outdated.
mtkcustomroms.com/deodex-stock-rom-custom-rom-without-pc-2018/2/
huboinc.wordpress.com/2015/11/07/how-to-deodex-stock-rom-without-pc-or-computer/
forum.xda-developers.com/showthread.php?t=2639908
galaxy-tab-a.boards.net/thread/12/tut-deodex-samsung-rom
Maybe I'm missing something. Do deodexing does always zipalign it automatically? I couldn't find a guide that explained how to do it from PC.
====
I just want to download the latest P585M rom from
updato.com/firmware-archive-select-model?q=Galaxy+Tab+A2016+with+S+Pen&exact=1&r=ZTO&%20v=&rpp=15
And then Debloat it, Deodex, Zipalign on PC and then install the firmware through TWRP.
Any tips?
BTW
Thanks in advance!
PS: I have found an outdated debloated rom for P585Y which is not my exact model therefore I think that wouldn't work.
https://forum.xda-developers.com/ga...om-samsung-tab-6-2016-10-1-lte-s-pen-t3525560
I just found what I needed right here:
https://forum.xda-developers.com/android/software/guide-how-to-develop-modify-roms-t3616040

Categories

Resources