• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[DISCONTINUED][ROM][4.4.2 - UEU2CNE2][N5110] Terok Nor v3 Release 6 - 06/30

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com








***Disclaimer***
I am not responsible if you break your stuff. Use at own risk!

I am not a developer and do not pretend to be one. I'm an Android enthusiast.

Why no Aroma?
Because I've made this ROM to my liking for myself, removing apps I'd never use. I have no need for a customized installer. I'm sharing this with you all because I'm sure there's somebody else who wants a simple, optimized ROM with the basic, stable features. If you want more options or customizations, this ROM isn't for you.

No complaints
I do this in my spare time.

Special requests
I'll accept special requests, but that doesn't mean they'll come true.

Bug Reports
Bug reports are welcome! Keep in mind: This is mostly stock and most bugs will be official firmware bugs.

Updates will come along when I have time and when I see something I'd like changed :good:


ROM: Terok Nor
Based on UEU2CNE2 US Official Firmware
DeKnoxed system and kernel
Deodexed
build.prop improvements
Slimmed down
Busybox
AOSP 4.4 KitKat system sounds
Added AOSP 4.4 ringtones, alarms, notifications, and UI sounds
Removed power on sound
Custom, smaller S Pen pointer
Scrolling Wallpaper enabled in SecLauncher3.apk (TouchWiz Launcher)
Android L Keyboard
Galaxy S5 Boot Animation
SELinux: Permissive

Special Feature: @civato SphereKat blazing fast kernel with S Pen fix! For more info on his kernel, please see the SphereKat thread!


*
Samsung Milk Music - Powered by Slacker
- Milk is supposedly available for all Galaxy devices, except it's not available for all Galaxy devices. I've added it here for you all to enjoy :)

*
Amazon Kindle for Samsung


Special Note:
* Images are copyright to their respective owners



A GT-N5110
One of the latest recoveries that supports Andoird 4.4. I recommend the latest PhilZ recovery: Found here, flash in ODIN


Bootloader upgrade: With Civato's SphereKat kernel, the 4.4 bootloader upgrade is no longer required!

IF YOU DO NOT MEET THESE REQUIREMENTS.. STOP HERE!


A full wipe is only necessary if coming from a different ROM, including Terok Nor v2. All updates to v3 r1+ can be dirty flashed (unless otherwise noted).
1. BACKUP BACKUP BACKUP!
2. Flash
3. Reboot


(click the image ^)​

MD5 hash: 25e41bad0695fc543dd75bde681fefb0

Don't forget to hit the thanks button!

XDA:DevDB Information
Terok Nor v3, ROM for the Samsung Galaxy Note 8.0

Contributors
MrHyde03
ROM OS Version: 4.4.x KitKat
ROM Firmware Required: 4.4.2 Bootloader and TZ
Based On: UEU2CNE2 Official 4.4.2

Version Information
Status: Stable

Created 2014-05-26
Last Updated 2014-08-18
 
Last edited:

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com


2014-06-30
Release 6
Added Android L Keyboard!
Added Galaxy S5 Boot Animation
Updated @civato 's SphereKat to v4.0

2014-06-10
Release 5
Removed S Note 3.1 (If you want, the install this APK S Note 3.1 APK
Rebuild on UEU2CNE2 US Official Firmware (XAR)
Now released with @civato's SphereKat kernel! Make sure you hit THANKS in his SphereKat thread and send him a beer!
Bootloader upgrade: With Civato's SphereKat kernel, the 4.4 bootloader upgrade is no longer required!

2014-05-28
Release 4
Deodexed /system/app, /system/framework, and /system/priv-app

2014-05-27
Release 3
Corrected issues brought on by R2 where the device would not boot after a clean flash.

2014-05-26
Release 2
Enabled Scrolling wallpaper in SecLauncher3.apk (TouchWiz Launcher)
Corrected Text Cursor offset in framework-res.apk, Thanks Civato

2014-05-26
Release 1
Initial release




Civato
All others who've made modding Android possible




Thanks to all who have donated :) I hope I can continue bringing a stable, smooth experience to the great people here at XDA :good:
Each * represents an additional donation! Much appreciated!!

rfb813 *
 
Last edited:

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com
Last edited:

civato

Inactive Recognized Contributor
Apr 20, 2011
4,296
19,222
0
@MrHyde03
Regarding the S-pen cursor offset (cursor when hovering above a text with the pen), I fixed it in the framework (for the s-pen pointer I'm still waiting for kernel source, I mailed samssung yesterday for the source)

Here is the file for the framework file.
Decompile the framework and drop it in res/drawable-tvdpi.
When compiling the framework again it will throw some errors.
To slove this:

Go to res/drawable-tvdpi and remove the following files
tw_scrubber_control_focused_holo_red.PNG
tw_scrubber_control_holo_red.PNG

Then go to res/values/strings
open that file and on the line 1795 remove the % before the d and before the 2$s
it should look like this
Code:
<string name="wifi_p2p_enter_pin_dialog_message">Enter the PIN and tap Connect within d seconds to connect to 2$s.</string>
now compile and the errors will be gone.
 

Attachments

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com
@MrHyde03
Regarding the S-pen cursor offset (cursor when hovering above a text with the pen), I fixed it in the framework (for the s-pen pointer I'm still waiting for kernel source, I mailed samssung yesterday for the source)

Here is the file for the framework file.
Decompile the framework and drop it in res/drawable-tvdpi.
When compiling the framework again it will throw some errors.
To slove this:

Go to res/drawable-tvdpi and remove the following files
tw_scrubber_control_focused_holo_red.PNG
tw_scrubber_control_holo_red.PNG

Then go to res/values/strings
open that file and on the line 1795 remove the % before the d and before the 2$s
it should look like this
Code:
<string name="wifi_p2p_enter_pin_dialog_message">Enter the PIN and tap Connect within d seconds to connect to 2$s.</string>
now compile and the errors will be gone.
Awesome. You just saved me some time.:highfive: Also, you don't have to delete the two PNGs, just change the extension from PNG to png. I also emailed Samsung on Saturday but have not had as much as a peep from them. Aren't they required under GPL to release the source when their software is released?

Anyways, thanks again Civ.
 
  • Like
Reactions: civato and Riff76

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com
Clean flashing to R2 is broken. Only works if dirty flashing. Because of this I've pulled R2 from the download. Go back to R1 if you're having issues with booting. I know what the issues are, I just don't have time tonight. It's late.

I've udpated the download URL to reflect R1.
 

civato

Inactive Recognized Contributor
Apr 20, 2011
4,296
19,222
0
Awesome. You just saved me some time.:highfive: Also, you don't have to delete the two PNGs, just change the extension from PNG to png. I also emailed Samsung on Saturday but have not had as much as a peep from them. Aren't they required under GPL to release the source when their software is released?

Anyways, thanks again Civ.
Yep they should release it . But some delay is expected.
 
  • Like
Reactions: Riff76

mletchworth

Senior Member
Dec 16, 2010
293
115
0
STL
I was beginning to think this ROM wasn't going to install for me. I did an MD5 check - it passed. I flashed the new bootloader firmware and then flashed the PhilZ recovery. Tried to install the ROM and got an Error: Status 7. Tried the newer CivZ recovery and same thing.

Finally got it to install using TWRP 2.6.3 (my favorite, anyway).

Now going to try restoring data from v2.1 and see how that goes.
 

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com
I was beginning to think this ROM wasn't going to install for me. I did an MD5 check - it passed. I flashed the new bootloader firmware and then flashed the PhilZ recovery. Tried to install the ROM and got an Error: Status 7. Tried the newer CivZ recovery and same thing.

Finally got it to install using TWRP 2.6.3 (my favorite, anyway).

Now going to try restoring data from v2.1 and see how that goes.
That is odd.. I flashed and reflashed and wiped then reflashed over and over to make sure I didn't have any more duds like R2 was and haven't had any issues with R4. Regardless, I'm glad you got it to flash.

Let me know if you have any other issues.
 
  • Like
Reactions: Riff76

BigBot96

Elite Member
Mar 17, 2012
1,558
2,377
0
Ooltewah
android.garrettek.com
Well, don't try restoring data from v2.1, it'll just cause tons of crashes and an error message that the Android UID doesn't match. Guess I'll be TiBU-ing this morning. Just as well, I see that R4 just posted...
If you're restoring from the same version recovery the backup was created with, then you shouldn't have any issues. That's been my experience. I've always had things break if I restore with a different recovery.
 
  • Like
Reactions: Riff76

yeeahnick

Senior Member
Aug 3, 2011
958
262
0
Should you update the firmware to the new Canadian firmware found on samfirmware? It was released after the UK firmware and Canada is closer to the US but there are probably no differences... just asking