Lineage 14.1 on samsung note 2 (t889) . NEED HELP - Galaxy Note II Q&A, Help & Troubleshooting

Hey. I am not a pro, but somehow after multiple failed attempts I have successfully installed Lineage 14.1 on my Samsung Galaxy Note II (t889 T-mobile)
Unfortunately I am still stuck with many problems and there's alot to fix for which I need help.
1. I am unable to use LTE or even 3G (working on my other phones by the same sim). I have tried the settings through *#*#4636#*#* menu, doesn't help either.
2. Unable to root my phone through Odin. I have previously rooted it multiple times successfully through the same method, however, now SuperSU application on my phone says the device is not rooted. Or any other application that requires root, is asking for the phone to be rooted.
3. I can't update to new nightly update of lineage 14.1. As I thought the LTE/3G problem might be associated with the current version of this custom rom. (i read on the same forum that some other guy also had this LTE/3G problem on the same 22dec,2017 version)
I suppose all the above issues are kinda interlinked with each other and having a solution to a single one might give me relief from the other two as well.

aghamoosaraza said:
Hey. I am not a pro, but somehow after multiple failed attempts I have successfully installed Lineage 14.1 on my Samsung Galaxy Note II (t889 T-mobile)
Unfortunately I am still stuck with many problems and there's alot to fix for which I need help...
Click to expand...
Click to collapse
I don't have this device but, your best bet is to post this question within the following Official LineageOS thread for your device.
https://forum.xda-developers.com/showthread.php?t=3538310
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE

3G/LTE not working
Ibuprophen said:
I don't have this device but, your best bet is to post this question within the following Official LineageOS thread for your device.
https://forum.xda-developers.com/showthread.php?t=3538310
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Click to expand...
Click to collapse
I seem to resolve the Lineage update issue myself.
But I have made some other blunder as well. My 3G/4G LTE IS NOT WORKING. 2G is working but not quite well. After installing lineage, my device was network locked displaying 'network sim unlock code'. After going through multiple threads on the same forum, I wiped my efs folder through *#197328640#. Though i made a backup of efs folder through 'Partitions Backup & Restore 2.0.1 apk by Wanam'. I dont have an IMEI number as well.
I dont know what to do now. Do I have to say good bye to my 3G/LTE on my phone? I am freaking out. Please HELP.
Phone is Samsung Galaxy Note II (t889)

aghamoosaraza said:
I seem to resolve the Lineage update issue myself. But I have made some other blunder as well. My 3G/4G LTE IS NOT WORKING. 2G is working but not quite well. After installing lineage, my device was network locked displaying 'network sim unlock code'. After going through multiple threads on the same forum, I wiped my efs folder through *#197328640#. Though i made a backup of efs folder through 'Partitions Backup & Restore 2.0.1 apk by Wanam'. I dont have an IMEI number as well. I dont know what to do now. Do I have to say good bye to my 3G/LTE on my phone? I am freaking out. Please HELP. Phone is Samsung Galaxy Note II (t889)
Click to expand...
Click to collapse
I don't have this device but, your best bet is to post this question within following Q&A thread that's specific to your device
https://forum.xda-developers.com/showthread.php?t=2055736
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE

Related

Frequently asked Questions Galaxy Note II SGH-I317

[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2]Samsung Galaxy Note II
SGH-I317 (AT&T/Rogers/Telus)[/SIZE]​
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
[SIZE=+1]Q1: How do I ask a question, so I'm not called a noob?[/SIZE]While you may see many questions asked in the Development section, PLEASE be aware this is not the place for questions.
Remember to use the search found at the top of the forum. There is also a search within each section. Example click on Q&A HERE. In the upper right you will now see two search's. At the top it says Search All Forums and a little further down you will see Search This Forum. Enter your search criteria in the Search This Forum to get info from this section. The search at the top will look through the entire forum.
Please read as much as you can prior to doing anything with your device.
Make sure your question has not been answered in the OP (Opening Post) of each section of Development
Search Q&A for threads that may have been started for a particular rom​
[SIZE=+1]Q2: How do I install a stock update (I'm on a non-rooted phone)?[/SIZE]This link click here will explain the full procedure​
[SIZE=+1]Q3: Where do I find Keis and what is it for?[/SIZE]Kies can be found click here. Kies is used to manage the content on Samsung mobile devices. It is used to move information between your PC/Mac to you phone and vice versa​
[SIZE=+1]Q4: What does Root/Rooting mean?[/SIZE]Put simply, Rooting your device allows you, and/or rooted apps, to access parts of the Linux based Android software that is your OS, and that you would otherwise not be able to access. These tasks can be as simple and beneficial as backing up your system setting, or as complicated as installing custom ROMs, Kernels, etc.​
[SIZE=+1]Q5: What is ADB (Android Debug Bridge) and what is it for?[/SIZE]Please read HERE. There is much to learn, please view everything in the threads OP​
[SIZE=+1]Q6: What is the purpose of rooting my Samsung Galaxy Note II?[/SIZE]Please bear in mind, rooting can be dangerous and if done wrong "brick" your phone.
Rooting the phone is a decision made by individuals looking to improve upon the Android OS. There are many benifits, however it is done to customize the phone to it's full potential​
[SIZE=+1]Q7: How to I enter Download Mode and Recovery?[/SIZE]1) Make sure your phone is unplugged and powered off.
2) To enter Download Mode: Hold Volume down, home, and power until you see the android.
3) To enter Recovery: Hold Volume up, home, and power for about 5 seconds then release all buttons. You may need to try this a few times.​
[SIZE=+1]Q8: What is a "logcat" and how do I create one?[/SIZE]For setting up ADB see What is ADB (above) logcat allows us to log what the OS is doing, and possibly offer information if things are not working. its quite simple to create but may be difficult for most to understand. This is a tool a Developer may ask for in detecting issues your device may be encountering.
To use logcat
Code:
adb shell
logcat
To logcat to a certain file do
Code:
adb shell
logcat -d > /sdcard/whatevertexfileyoulike.txt
For a full explanation follow the link in What is ADB​
[SIZE=+1]Q9: Is there an app that will help me create a logcat from my phone?[/SIZE]Yes, however it does have its limitations. If you're stuck in a "bootloop", the app will not work, you will need to use ADB for this. If you're data is not connecting on a certain Rom, (or something similar) within the already booted OS, an app can be rather handy and and more user friendly, for those who don't understand ADB. Apps for logcat can be found in the marketplace​
[SIZE=+1]Q10: What does odexed and de-odexed mean and what is the difference between the two?[/SIZE]Please read HERE​
[SIZE=+1]Q11: What is CWM Recovery (ClockWorkMod Recovery) and TWRP (TeamWin Recovery Project)?[/SIZE]They are recovery program's that allows you to backup / restore a full or partial system backup of your device. They also allow you to install flashable .zip files; which is one of the primary installation methods for custom ROMs. They also provides other features such as cache and delvik wiping, battery reset, and other processes. If you are thinking about flashing custom ROMs or just want a really good backup program, it's strongly advised that you to install one of these.​
[SIZE=+1]Q12: What is the 'Flash Counter'?[/SIZE]Your phone's "Flash Counter" is triggered when it detects custom firmwares. This is Samsung's way of knowing that your device has been modified. Please read HERE to understand what this does and how to fix it.​
[SIZE=+1]Q13: What is a ROM?[/SIZE]A rom is like a custom firmware image that is made by a Developer either entirely from scratch, or based off of the official firmware package. Some ROMs contain simple changes like changing icons and adding extra options to things, other more complicated ROMs can change the entire Android experience. Which one you will want to flash, will be entirely up to you. Read carefully, and make sure you understand what you are getting into before you flash.​
[SIZE=+1]Q14: What is a Kernel?[/SIZE]A kernel is the heart of the device's OS. In simplest terms it’s a connection between your apps and your device’s hardware; i.e. the processor, RAM, etc. A custom kernel can dramatically change the way your device’s hardware performs… for the better and/or the worse]​
[SIZE=+1]Q15: What is a Bootloader?[/SIZE]The bootloader is a program code that is executed before the device OS starts up, and that instructs that device to boot “normally”. The bootloader can come locked or unlocked from the manufacture. A unlocked bootloader will allow you to install custom ROMs & Kernels (as well as some other neat things) on your device.​
[SIZE=+1]Q16: What is the best rom for my phone?[/SIZE]While you can ask this as many times as you wish, the only answer is: the one that works best for you! A rule of thumb is to visit a several rom thread's and view what is happening within these rom's. Eventually viewing a few roms will cause the urge to try one that looks good to you.​
[SIZE=+1]Q17: What is the MD5, and what does it do?[/SIZE]It ensures that file's are downloaded correct and complete, in order to avoid issues when installing/using it.​
*​
Forum Rules | New Users Guide | XDA Tour | Report Posts​
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.
A special thanks to everyone who contributed to the production of this FAQ​
Note 2
Nice list! This is bound to really reduce clutter in Q&A. Just one thing, you might want to add the differences between TW/ASOP i get that question all the time.
Edit: Also the whole i317/i317m thing
mrevankyle said:
Nice list! This is bound to really reduce clutter in Q&A. Just one thing, you might want to add the differences between TW/ASOP i get that question all the time.
Click to expand...
Click to collapse
Thanks for the tip. I will add this over the next few days.
Thanks !!:thumbup:
Sent from my SAMSUNG-SGH-I317 using my thumbs
Just use caution with links that are taking people to threads for other devices. For example the what is a flash counter answer takes you to the gs3 thread.
Sent from my SAMSUNG-SGH-I317 using xda premium
Hey Tony, I've been searching for information on Apps2SD for this phone and while I will find it (the information) on my own, I think a mini compendium of sorts would make sense in the FAQ section. Unless of course this is a "Google removed the function, end of story," situation.
abowlby said:
Hey Tony, I've been searching for information on Apps2SD for this phone and while I will find it (the information) on my own, I think a mini compendium of sorts would make sense in the FAQ section. Unless of course this is a "Google removed the function, end of story," situation.
Click to expand...
Click to collapse
To an extent I agree, however that would be better suited in a Q&A then a FAQ.
May I suggest adding "what is a modem"
And then laying out the whole dif(or lack there of) between basband/modem/radio. Also in the kies faq I would like to suggest mentioning the kies EFR. Its a very effective and usefull tool.
:beer:
sent from my T.A.R.T.I.S
(Time And Relative Tarts In Space)
---------- Post added at 05:33 PM ---------- Previous post was at 05:32 PM ----------
freakboy13 said:
May I suggest adding "what is a modem"
And then laying out the whole dif(or lack there of) between basband/modem/radio. Also in the kies faq I would like to suggest mentioning the kies EFR(see my sig ).
Its a very effective and usefull tool.
:beer:
sent from my T.A.R.T.I.S
(Time And Relative Tarts In Space)
Click to expand...
Click to collapse
sent from my T.A.R.T.I.S
(Time And Relative Tarts In Space)
Samsung Galaxy Note 2 1317 Network Issue.
Hello friends.. I am new to this forum. My Name is sam and i need help so please help me.
I got an at&t Galaxy note 2 1317 on 4.1.2 firmware. i was trying to unlock it with *#197328640# was not able to do it.
was looking online and some one posted if i downgrade it to 4.1.1 then i would be able to unlock it.
and i did that exactly as it was told. got it kind of unlock for tmobile. but there is always a network problem i am not getting tmobile network everywhere, i did my research for it and people say its modem and i need to flash the rom with tmobile one. but i didnt find any good forum for that. Please help me out.. coz my network default setup shows tmobile, att and 311660 but it never get register on it. only in few place like highways i get good connection otherwise its not register to a network message with a o with a diagonal on the signal bar. please help me out. i got a sim unlock code for it to no help. help me out please.
when i choose the file on recovery mode
it says
signature verification failed
how can i do this
Greetings everyone. I have a question. I did a search of the forum and was unable to find an answer, or at least I didn't use specific enough terms.
I see there are a few Kit Kat roms going around but I haven't seen a rooted stock Kit Kat rom. Is there one available?
Note 2 - Model GT-N7105.
ERGENT
Im hoping someone can answer this Question for me as soon as possible, i just purchased a used AT&T Galaxy Note 2, and already Rooted it but i am scared to add recovery to then flash a custom ROM cause i cant find out any where if the BOOTLOADER is locked, can someone PLEASE let me know if the Bootloader is locked or is it unlocked, thanks in advance.
P.S= and if it is locked can you please guide me where to go to unlock it, cause i HONESTLY searched every where and havent found anything, everything that i did find on locked bootloader for Galaxy Note 2 came up on the Verizon version.. Thanks again.. Bless.
DelphinusMinor said:
Greetings everyone. I have a question. I did a search of the forum and was unable to find an answer, or at least I didn't use specific enough terms.
I see there are a few Kit Kat roms going around but I haven't seen a rooted stock Kit Kat rom. Is there one available?
Note 2 - Model GT-N7105.
Click to expand...
Click to collapse
[email protected] said:
Im hoping someone can answer this Question for me as soon as possible, i just purchased a used AT&T Galaxy Note 2, and already Rooted it but i am scared to add recovery to then flash a custom ROM cause i cant find out any where if the BOOTLOADER is locked, can someone PLEASE let me know if the Bootloader is locked or is it unlocked, thanks in advance.
P.S= and if it is locked can you please guide me where to go to unlock it, cause i HONESTLY searched every where and havent found anything, everything that i did find on locked bootloader for Galaxy Note 2 came up on the Verizon version.. Thanks again.. Bless.
Click to expand...
Click to collapse
You won't lose your unlock. SO yer safe to flash a recovery and them a custom rom. =-}
Oops, just put my glasses on and read your post again. You will also need to unlock it. It's not hard.
thanks for the info
http://forum.xda-developers.com/showthread.php?t=1980644
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
---------- Post added at 08:58 PM ---------- Previous post was at 08:45 PM ----------
That's the thread I used to root my Note 2
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
[email protected] said:
Im hoping someone can answer this Question for me as soon as possible, i just purchased a used AT&T Galaxy Note 2, and already Rooted it but i am scared to add recovery to then flash a custom ROM cause i cant find out any where if the BOOTLOADER is locked, can someone PLEASE let me know if the Bootloader is locked or is it unlocked, thanks in advance.
P.S= and if it is locked can you please guide me where to go to unlock it, cause i HONESTLY searched every where and havent found anything, everything that i did find on locked bootloader for Galaxy Note 2 came up on the Verizon version.. Thanks again.. Bless.
Click to expand...
Click to collapse
When you carrier unlock a device it remains unlocked no matter how many roms or recoveries you flash. My note 2 is unlocked and works just fine.
The bootloader is not locked. Flash a recovery using Odin. Twrp is great.
Sent from my GT-N7105 using XDA Premium 4 mobile app
Another one you can use once you're rooted is ROM Manager from Play Store and flash CWM (ClockWorkMod) that's what I've been using.
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
Thanks guys...this info helped me as well.

LineageOS builds for gtelwifiue (Sam Tab E) stuck at boot logo - and Create Bug issue

Hi,
recently commented in a similar thread but no response.
I have a Samsung Tab E (gtelwifiue) with Los installed. Have done 2 or 3 updates (in device) already. But recently tried the last 4 builds available and none of them get past the animated Los logo when rebooting.
Pretty sure I'm doing everything the same as I have before, it's not really complicated. Download it, press to install, follow directions. But after pressing (in twrp) to reboot (after install), it sits at the logo screen, I waited 45 mins this morning for it to change, no joy.
Thanks (just joined Reddit this morning to report this, but won't let me post for 24 hrs).
------- edit to add ------------
So I didn't find any answers to this after searching xda, following suggested links, etc.
But, You can open a bug report with LineageOS. In *this* case, it's a 'regression' bug (it used to work but no longer does). To create a bug like that it's important to at least have a good idea, if not the exact date, of when it did work (that cuts down a lot on the work needed to solve the problem).
I followed the links found on this page; https://wiki.lineageos.org/bugreport-howto.html
It's been accepted and assigned, no telling how long it will take, but at least I've done what I can do. Word to the wise; *always* do a backup before upgrading to a newer 'nightly', unfortunately, sometimes a new 'fix' for something might cause a problem with something unexpectedly.
cheers
AsItLies said:
Hi, recently commented in a similar thread but no response. I have a Samsung Tab E (gtelwifiue) with Los installed. Have done 2 or 3 updates (in device) already. But recently tried the last 4 builds available and none of them get past the animated Los logo when rebooting...
Click to expand...
Click to collapse
I don't have this device but, the following threads may be helpful for what you are looking for and, if needed, post your question within one of them.
https://forum.xda-developers.com/showthread.php?t=3585887
https://forum.xda-developers.com/showthread.php?t=3711983
https://forum.xda-developers.com/showthread.php?t=3606069
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Ibuprophen said:
I don't have this device but, the following threads may be helpful for what you are looking for and, if needed, post your question within one of them.
https://forum.xda-developers.com/showthread.php?t=3585887
https://forum.xda-developers.com/showthread.php?t=3711983
https://forum.xda-developers.com/showthread.php?t=3606069
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Click to expand...
Click to collapse
Hi and thanks for responding. The second link is actually the one that I've already responded in a few days ago. As near as I can tell, it seems to be a build issue as the older builds work okay. It certainly is confusing, I'll wait until I can post on the Reddit account for the Los Builders and see what they say.
Thanks again.
I updated the original post to indicate how to do a bug tracking problem. Thought it might help some people with some of the issues they've been indicating.

Galaxy S7 LineageOS 14.1 Bluetooth problem

Hi,
I have a Galaxy S7 (SM-G930W8) with Lineage OS 14.1. When my phone is connected to car's Bluetooth system and I want to make a call through apps(e.g., Skype or Whats App), there is no sound and apps stops responding immediately . Everything else, like playing music or phone calls, works fine. I have the newest version of TWRP and Lineage and I wiped all data from the phone before an installation. The problems appears in every Bluetooth device, I have used. Anybody knows what is a problem?
Thanks in advance
kondziorek94 said:
Hi,
I have a Galaxy S7 (SM-G930W8) with Lineage OS 14.1...
Click to expand...
Click to collapse
I don't have this device but, your best bet is to post this question within the following Official LineageOS thread that's specific to your device.
https://forum.xda-developers.com/showthread.php?t=3529197
If all else fails, and you don't receive any responses within a reasonable amount of time from the above thread, you can always try to obtain some member guidance within the following Q&A thread that's specific to your device.
https://forum.xda-developers.com/showthread.php?t=3341138
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.

After down grading s7 edge (sm-g935v) from 7.0 to 6.0.1 real term cant find com port

After down grading my verizon s7 edge (sm-g935v) from android 7.0 to 6.0.1... real term, my computer and odin all recognized and found the device and com port on the phone and then suddenly my device manager cant the find the phone or list it as a modem in the device manager. If and when I put the phone into download mode my device manager and odin find it, but when I just boot up normally it isn't there.
I am running windows 10 and the Samsung usb phone drivers, real term and odin are all up to date versions. I'm 99.99% sure Ive used the proper rom to flash it with. I am new to this but Ive read dozens of different posts and watched every you tube video on flashing the phone and was very cautious and followed the proceedures to the letter.
Should I reflash it with the correct android 7.0 rom and downgrade and start all over again?
I would like to thank you all for your input. I would have never gotten this far without you guys. Thanks to xda staff and all my fellow users ! Y'all freakin rock !!
Thorgasm said:
After down grading my verizon s7 edge (sm-g935v) from android 7.0 to 6.0.1...
Click to expand...
Click to collapse
I don't have this device but, your best bet is to post this question within the following Q&A thread that's specific to your device.
https://forum.xda-developers.com/showthread.php?t=3489011
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.

Why are there no Downloads available ?

Hello,
maybe one of you can help out with an actual tutorial/step by step and avialable and actual download links ?
i have here an Samsung Galaxy S3 i9300 of an Friend and he want to use it with his german SIM Card. The device itsels is from and locked with
DRE Three (3 Hutchison) SIM network lock from Austria.
Android 4.1.2 ( Flashed back to it from Lineageos 14.1 )
TWRP (also back to stock for 4.1.2)
And this guys from Three want 50€ for an Unlock for a Smartphone that is so old and no longer in a contract. Thats rediculous.
So when i understand it corretly if the old method doesnt work because there is no entry
Service MENU: *#197328640# or with other like Lineageos *#*#197328640#*#*
MENU NOT EXIST
Current Command is 186
A simple way is to flash a new Modem ?!
Or change/flash a nv_data.bin ?!
The Problem with your website here is that the informatiosn are spread around everywhere and when you have found a good thread than the Downloads got removed like here:
https://forum.xda-developers.com/galaxy-s3/general/17-02-2013-samsung-network-sim-unlock-t1731931
https://forum.xda-developers.com/galaxy-s3/general/leaked-firmware-i9300xxugmk6-android-4-t1835931
Why isnt the OLDER version of the Unlocker available ?
Why got the firmware Downloads removed and not replaced ???
Why no Info ? Links ? Why everything so complicated ?
Also for other models not only this old one.
TheSupport said:
Hello,
maybe one of you can help out with an actual tutorial/step by step and avialable and actual download links ?..........
Click to expand...
Click to collapse
I don't have this variant myself and it looks like your inquiring about "SIM Unlocking" the device.
The following thread should still be good for what you're looking to do that's specific to your device and variants. Don't be afraid to ask for some member guidance within it too.
https://forum.xda-developers.com/showthread.php?t=1703488
If necessary (and you don't receive any responses from the above thread) you can always try to obtain some member guidance within the following Q&A thread that's specific to your device and variants as well.
https://forum.xda-developers.com/showthread.php?t=2690307
EDIT: I had just noticed the following thread and wanted to bring it to your attention as well since it also seems (not completely sure) to be regarding your topic as well.
https://forum.xda-developers.com/showthread.php?t=3551696
Good Luck!
~~~~~~~~~~~~~~~
Unless asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX2 Forum App on my Sanyo Juno device.

Categories

Resources