[DISCONTINUED][ROM][4.4.2 - UEU2CNE2][N5110] Terok Nor v3 Release 6 - 06/30 - Galaxy Note 8.0 (Tablet) Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
***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

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 *​

There are currently two versions of S Note installed. The orange-red icon is the new version which is available on the GS5 as a "Galaxy ESSENTIAL". The brown icon is the stock Note 8 version. I may remove one of them in future updates.
STOCK KERNEL AND RECOVERY
Download this zip file and extract. The kernel (boot) and recovery are in their own .tar.md5 archives. Flash each in ODIN.

yay!

@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.

civato said:
@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.
Click to expand...
Click to collapse
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.

Updated to Release 2! Check Change Log for details.

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.

MrHyde03 said:
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.
Click to expand...
Click to collapse
Yep they should release it . But some delay is expected.

Fixed the issues from R2. R3 is out and stable.

I could not get R2 to boot at all past the Samsung splash. I'll download R3 tonight. Thank you.
Sent from my GT-N5110 using XDA Premium HD app

glockman4519 said:
I could not get R2 to boot at all past the Samsung splash. I'll download R3 tonight. Thank you.
Sent from my GT-N5110 using XDA Premium HD app
Click to expand...
Click to collapse
Yep.. that was my fault.. sorry. I didn't properly recompile a few APKs, but we're all good now.

Release three working fine! Thanks and have one on me:4C4716763M934291T.

rfb813 said:
Release three working fine! Thanks and have one on me:4C4716763M934291T.
Click to expand...
Click to collapse
Glad you're enjoying it! Thanks!

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

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.

mletchworth said:
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.
Click to expand...
Click to collapse
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.

MrHyde03 said:
Let me know if you have any other issues.
Click to expand...
Click to collapse
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...

mletchworth said:
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...
Click to expand...
Click to collapse
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.

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

Related

[ROM] [KTU84M] Pure Stock // Odex + Deodex // UNTOUCHED (Jun. 20, 2014)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
This is Google's Official KRT16M Factory Image for the Nexus 5, without any mods included, zipaligned/signed, unrooted, untouched and ready to be flashed through any custom recovery. It will always come handy to you if you want to return back to stock from a custom rom, do a fresh and clean install or simply use it as a base to add your own mods. It is not rooted as some may don't want a rooted rom but can easily be done at any time by the end user. It comes in 2 versions, odexed and deodexed. This was cooked with dsixda's Android Kitchen.
Download KTU84P/Android 4.4.4 - Odex New!!!
http://www.mediafire.com/download/5e8m6403zj806kr/hammerhead_KTU84P_ODEX_itasoulas.zip
Download KTU84P/Android 4.4.4 - Deodex New!!!
http://www.mediafire.com/download/cfgxfavc1dq1c3t/hammerhead_KTU84P_DEODEX_itasoulas.zip
Relevant post:http://forum.xda-developers.com/showpost.php?p=53548698&postcount=130
-------------------------------------------------------
Download KTU84M/Android 4.4.3 - Odex
via dev-host
Download KTU84M/Android 4.4.3 - Deodex
via dev-host
Relevant post: http://forum.xda-developers.com/showpost.php?p=53145268&postcount=120
**** OUTDATED ****
Download KOT49H/Android 4.4.2 - Odex
via MEGA
via dev-host
Download KOT49H/Android 4.4.2 - Deodex
via MEGA
via dev-host
-----------------------------------------------------------
Download KRT16M/Android 4.4 - Odex
via MEGA
via dev-host
Download KRT16M/Android 4.4 - Deodex
via MEGA
via dev-host
Installation Procedure
- You need TWRP or CWM Custom Recovery installed on your phone.
- Wipe cache & dalvik
- Wipe data/factory reset
- Format system
- Flash rom
- Wipe cache and reboot
Root Procedure (optional)
Follow this thread by Chainfire. Once rooted you may also need to install Busybox
Odexed vs. Deodexed Mini Info
- Odexed may boot faster, can receive OTA updates
- Deodexed is easily customisable but cannot receive OTA updates
Note: I do not own a Nexus 5 (I am a Galaxy Nexus/Nexus 7 2013 user) so I cannot test things for you. But it should be safe for you flashing this since the procedure with Android Kitchen is always the same. Again I am not held responsible for any damage or issues you may face with your device after flashing this. You do this at your own risk!
*** How to update Android Kitchen in order to cook succesfully Nexus 5 ROMS ***
(thanks to members a9y and Dirk64 for providing me the workaround)
- unzip the files as follows:
a. "hammerhead" in kitchen's tools/edify_defs folder
b. "api_level" in kitchen's tools/deodex_files folder (will overwrite default file in that folder)
c. "use_this_version" in kitchen's tools/deodex_files folder (will overwrite default file in that folder)
d. "smali-2.0" & "backsmali-2.0" files in kitchen's tools/deodex_files folder
- now you can cook succesfully!!!
Thread will be updated every time a new factory image from Google is available!
mine! awesome thanks
rc420head said:
mine! awesome thanks
Click to expand...
Click to collapse
Fight Ya haha
Sent from my HTC One mini using Tapatalk
Ah, and so it begins. Cant wait till Monday when I get mine. Thanks
Nice, can't wait till i get mine... hrrr
Thanks for sharing
Sent from my SGH-I337M
It has begun!!!
Sent from my SGH-T989 using xda app-developers app
added deodexed version. I guess I am done for now. See you again when google releases a new factory image. Enjoy your awesome Nexus 5! :good:
EDIT: removed deodex, will re-upload in a while. Needed to deodex private apps folder, sorry about that!
Here is a mirror if its ever needed of the STOCK factory rom from Google
http://storagecow.eu/index.php?dir=Xda/Nexus+5/Stock+4.4/
itasoulas said:
Odexed vs. Deodexed Mini Info
- Odexed may boot faster, can receive OTA updates
- Deodexed is easily customisable but cannot receive OTA updates
Click to expand...
Click to collapse
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Hand76 said:
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=40026270 :good:
itasoulas said:
added deodexed version. I guess I am done for now. See you again when google releases a new factory image. Enjoy your awesome Nexus 5! :good:
EDIT: removed deodex, will re-upload in a while. Needed to deodex private apps folder, sorry about that!
Click to expand...
Click to collapse
Fully deodex version link added @ 1st post (including the priv-app folder!)
As the Android Kitchen wasn't build to support Android 4.4, after I build deodex version, I had to manually go back and erase apps in working folder's system/app, move the apps from priv-app to system/app and deodex again. Now apps from priv-app folder are deodexed so I replaced the odexed versions in original deodexed zip and then zipaligned it via command through android sdk tools folders. So quite easy trick there!
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Wonderful Work
You are Awesome Bro Thanks for KitKat 4.4 Many user waiting for 4.4 wait is over Thanks for KitKat 4.4 Rom
shivasrage said:
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Click to expand...
Click to collapse
I really can't test since I do not own the phone. Maybe others give us some feedback, can you flash this people? (don't know how many you already own the phone) I guess, if the bug is really there and not just you, updater-script or update-binary files might have a fault. Maybe Android Kitchen is not suitable to cook for N5? Maybe TWRP? Try CWM maybe? The process with Android Kitchen is quite straight forward, it shouldn't give errors.
Hand76 said:
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Click to expand...
Click to collapse
It's mostly just theming. Also, the longer boot time is only on the initial boot.
itasoulas said:
I really can't test since I do not own the phone. Maybe others give us some feedback, can you flash this people? (don't know how many you already own the phone) I guess, if the bug is really there and not just you, updater-script or update-binary files might have a fault. Maybe Android Kitchen is not suitable to cook for N5? Maybe TWRP? Try CWM maybe? The process with Android Kitchen is quite straight forward, it shouldn't give errors.
Click to expand...
Click to collapse
TWRP has issues with some update-binaries (and the same one will probably work on CWM). Grab one of their binaries from another release they've done.
Is deodexed booting?
shivasrage said:
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Click to expand...
Click to collapse
I get the same error on both deodex odex version. Tried TWRP official and the 0.1. Oddly enough I can flash Slim rom. So I'm not sure if it's recovery or ROM.
Sent from my Nexus 5 using XDA Premium 4 mobile app
It's the binary and script. Kitchen hasn't been updated in a long time and its using old binary/script. Gotta update those.

[ROM] BarRin-ZV6 - Odexed & Deodexed-1-29-15

Well here's the continuation of Barren, but now with ZV6.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Proudly Presents...
BarRin ​
What is has:
This Rom will install the modem, kernel, and the Rom
Rooted
busybox
zipaligned
V2 - init.d support through the kernel
Install
In TWRP, select Advanced, Wipe, then /system, /cache, /dalvic, and /data. DO NOT select internal or ext SD!
Flash Rom
Update profile/prl
Go to "Settings, More, Mobile network, and select anything but "Global
Change logs :
Code:
[B]V3.0.1[/B]
Just an update that is mostly Themed. Flash V3, then this. This works without xposed. So it MAY work with any ZV6 Rom.
Themed Messaging. No more Gawd Awful Yellow!!! Blends with stock theme now.
Themed Navbar - To get the Navbar to work with apps, Select "White Gradation" in Settings>Display>Home Touch Buttons>Color.
New bootani. - Courtesy of @HPTesla
Added oversharpening script from Skin1980 to the kernel. - so, new Stock kernel.
[B]V3[/B]
Updated SuperSU so we shouldn't have to update binaries - installs a whole different way
Stock ZV6 kernel with init.d and kexec support - MultiRom compatible
Native host files - you don't need an ad blocker app anymore
executable zipalign binaries - it'll run in terminal
Updater-script will delete a lot of junk files now
Qslide fix for WIFI calling - no longer stuck at the 4th slot
build.prop changes - removed some, fix a couple
init.d scripts - removed a couple that weren't doing anything
Most of everything since V2
This took a lot of work so there's probably other small things I forgot
V 2.3.1_beta
This can be used on any stock ROM and any ZV6 version.
1.Using the APN from Vanir as it's the most thorough one out. It SEEMS to give better reception for phone, data, and the handshake between LTE/eHRPD/3G is better. THIS is why this is beta. [B]You must have your phone all setup before using this!!![/B] It will not work on a fresh install. Also, it doesn't allow APN changes other than Sprints. Hotspot MAY work but unknown.
2. Removed MLT, and LGLIA apk's. More LG tattletales.
3. Fixed a couple of my goofs in build.prop. Got rid of the hiccup as I call it.
4. Added LG KB Black Theme for those that use LG KB.
5. init.d script changes
V 2.3 Includes everything from V2, and
build.prop edits for battery, speed and reception
Added LG FM Radio to /data (uninstallable) - It requires the headphone but will play through the speakers when plugged in. Headphones seem to act as the antennae. Thanks to @anvicota for this
Updated Sprint VoiceMail
V2.2 -Includes 2.1 plus-
Hopefully fixed install of bootani for people coming from Stock or Flashtool
Modified platform.xml - SD card fix?
Modified mixer paths- less increase on BT only. - Hopefully fixes distortion some were having
Install of Rin Kernel - installing a different way for the very few - again, hopefully
build.prop to reflect BarRin_2.2 in Software info
V2.1 - New Rin Kernel and BarRin bootani.
V2 - Like the original Barren. Nice and slim.
Removed most all, LG, Sprint apps
Added xposed and Tweakbox - removable
Some apps moved to /data
init.d scripts
Increased and FIXED Aux_out mixer path
Now installing with "Rin" kernel.
V1
Many apps removed but still giving the LG Stock experience. Still has Concierge, Smart Cards, Weather, OK Google on all screens, etc
A few build.prop mods - LG's mistake, All split window apps
Sd card fix
mixer_paths
Updated LG Keyboard, Quickmemo, Sprint voicemail - all can be uninstalled
Donators - ( Never asked for, but very much appreciated. Thank you )
Previous Barren
** @mjjcb
** @nkyer
BarRin
* @mjjcb
* @Kemocybr
Downloads:
______________________________
BarRin_D_V3.0.1 - Just an Update. Flash V3, then this. See Changelog.
BarRin_V3 - This is the full ROM. ZV6 Multirom Kernel, Modem included. Strongly suggest a CLEAN INSTALL! AND MAKE SURE YOU DISABLE ANY "SET ON BOOT'" OPTIONS YOU HAVE IN TRICKSTER/FAUX!!
- You can read this also if you'd like. Ramblings of this Stooge
BarRin_2.3.1_beta This is NOT a rollup of the previous. This is considered beta for now and can be used on ANY stock ROM. See change log above.
BarRin_2.3 - Must have at least V2 installed. Then flash this. It has everything up until now.
Barrin_2.2 - Another update. You must have V2 installed first, then flash this. If you installed 2.1, update to this as there were some changes we need.See change log - READ HERE for more info/fixes - Also, Software info is going to say "BarRin_D_2.2 regardless. Sorry bout that.
BarRin _2.1 - This is just an update. You must have BarRin V2 installed first. Then flash/update to this. This is just an update.
BarRin _D_V2
BarRin_O_V2
BarRin_D_V1
BarRin_O_V1
XDA:DevDB Information
BarRin, ROM for the Sprint LG G3
Contributors
engine95, HPTesla, seanskiT!, Tectas
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: Stock
Version Information
Status: Stable
Created 2014-11-23
Last Updated 2015-01-21
Added files and extras ​
BarRin V1 to BarRin V2 for Concierge/Weather
You'll need to flash either BarRin V1 Odexed or Deodexed first. Then flash this. This SHOULD work on both and update you to V2.
I'm not supporting this, so if you install it you're on your own. That's just because I'm not including it since V1.
BarRin_2.2_mixer_paths - Same as below, but with less BT increase. Some were getting distortion.
Fixed Aux-out mixer_paths
This will update ANY ZV6 mixer paths to increased volumes.
Stock_ZV6_mixer_paths
Stock ZV6 Kernels
Stock and Stock with init.d support.
1-21-15 -And now with MultiRom support
Flashable APN's
Flashable_Stock_Hosts
Issues/Fixes​
SD cards
SD cards are becoming an issue for some reason. If you've followed ALL the instructions in the OP, and are still having issues, you may need to wipe your ext SD. And sometimes Internal as well.
Remove your ext SD and boot up.
If the problems are solved then you need to format your SD card in Windows or Linux as Fat32 no matter what size your card is. DO NOT USE TWRP to format Ext SD.
Root
If SuperSU has issues updating it's binaries, you may need to flash This when you flash the ROM.
Thanks Holmes. Downloading now.
One more...just in case
Thanks Team Stooge. Downloading now, will report back with any issues I come across.
After boot getting android process error. Cant get past selecting language selection
ssaggy said:
After boot getting android process error. Cant get past selecting language selection
Click to expand...
Click to collapse
Check your md5 and or re-download. I personally recommend downloading to pc then move to phone. I have flashed it about 4 times since last night and no issues like that. Be sure to wipe cache, dalvik, system and data.
Any major upgrade to Barren3 with Rin1.8?
gorillaz1 said:
Any major upgrade to Barren3 with Rin1.8?
Click to expand...
Click to collapse
Right now nothing major, just using ZV6 as a base. And right now only has stock kernel. New Rin is in the works.
Roger that. I'll be patient then. Keep up the great work!
Running great. Thanks guys.
Does this zip include the new radio?
Sent from my LG-ls990 using XDA Free mobile app
chrisctb said:
Does this zip include the new radio?
Sent from my LG-ls990 using XDA Free mobile app
Click to expand...
Click to collapse
It's in the OP. Yup
Just so you guys know, read this. http://forum.xda-developers.com/showthread.php?p=56991878
This won't effect this rom too much as @HPTesla had the kernel about ready for Primtime.
But it does/will effect the future of our beloved G3. When we finally get L, were screwed. Just thought I'd let you all know.
engine95 said:
It's in the OP. Yup
Click to expand...
Click to collapse
Apparently I can't read haha thanks
Sent from my LG-ls990 using XDA Free mobile app
engine95 said:
Just so you guys know, read this. http://forum.xda-developers.com/showthread.php?p=56991878
This won't effect this rom too much as @HPTesla had the kernel about ready for Primtime.
But it does/will effect the future of our beloved G3. When we finally get L, were screwed. Just thought I'd let you all know.
Click to expand...
Click to collapse
That's horrible.
Mahapederdon said:
That's horrible.
Click to expand...
Click to collapse
Tell me about it. It's friggin ridiculous what some people try and pull.
I started looking at n6. If I bought on from Sprint to play with is there gonna be any kind of lock. Or is it strait forward. I still love this phone but reading that article made me a little nervous.
So when we actually do get an official L there's no way of making it flashable?

[ROM][STOCK][TEAM ACHERON]SM-T231[BP1] update 2016.05.14

TEAM ACHERON PRESENTS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Stock ROM for SM-T231 Galaxy Tab 4 7in.
This was requested and tested by a private user. This is just a Base Stock SM-T231 Odexed ROM. Nothing flashy just stock and stable.
Thanks to @niviljacob for the request, testing and support so I could build this. I do not have this device.
The CREDITS​
TEAM ACHERON - for the love and support
@scarmon25 - Amazing teacher
@lickarock - Amazing teacher and much patients
@bix2010 - Awesome Team member
@bilgerryan - One hell of a Dev & good guy
@ShinySide - root and recovery guide
@safariking - working with him on the SU/Root issues on the tab 4 7in
@AL_IRAQI - for support of this device and the ideas
@moonbutt74 - for the dev knowledge & community attitude of helping when you can
@niviljacob - Testing and requesting​
Change log :
Code:
[U][B]Updated : [/B][/U]
Rom Base to XXU0APB1
SuperSU 2.72 stable
hosts file : 2016.05.13 list
[B][U]Added : [/U][/B]
SELinux permissive script
[B][U]Removed : [/U][/B]
Vac and fix FC scripts
dropbox and google drive from /system/app (saved 25MBs)
What's included :
Root - Superuser 2.72
Init.d support w/ scripts - clear browser cache & permissive SELinux
Ad blocking hosts file
Busybox
Removed :
few google apps - can be downloaded from the play store
dropbox - can be downloaded from play store
Install instructions
download ROM to device (internal or external)
VERIFY MD5 SUM BEFORE FLASHING!!!
reboot to recovery (TWRP)
Wipe cache / dalvik cache / data and system
install ROM zip
(not needed but you can wipe cache and dalvik cache after install again)
reboot - boot time will take around 4-5 mins - everything is being set up
set up accounts / preferences / normal set up
$$$profit$$$
DOWNLOAD LINK :
BUILD [APB1] :
link : https://www.androidfilehost.com/?fid=24533100289591280
MD5 SUM : b5536a4489d1a29b936f4f09a91995c7
Mirror (MEGA) update #1 : https://mega.nz/#!ClA22bBC!plFOD_8KhpzzXYk_kJ7-9FLHX-024Vj2btWYXTEpmTY
MD5 SUM : b5536a4489d1a29b936f4f09a91995c7
----
OLD RELEASE :
link update #1 : https://www.androidfilehost.com/?fid=95916177934547691
MD5 SUM : 6aa7e8797f05c653fd1e88d2816d7f2c
Mirror (MEGA) update #1 : https://mega.co.nz/#!rgIGBJTI!Om5FBXkKReuyat9WdSm_ISeACAn_ZRX6b2IV7oaPLzg
MD5 SUM : 6aa7e8797f05c653fd1e88d2816d7f2c
link - inital build : https://www.androidfilehost.com/?fid=95916177934538816
MD5 SUM : ac6e23c032e981f12b6d5ae839c5d710
Mirror (MEGA) - inital build : https://mega.co.nz/#!2sIXgZKD!61fqu14t_NbVxa9FSDGtagjsUBlT5KXkB0hEsOmK4MM
MD5 SUM : ac6e23c032e981f12b6d5ae839c5d710
ROM OS Version: 4.4.2 TW Kitkat
ROM Kernel: Linux 3.10.0
Based On: Samsung Stock Firmware
Version Information
Status: Stable
Created 2015-03-08
Last Updated 2016-5-14
Click to expand...
Click to collapse
-
IS YOUR SUPERSU UP TO DATE? GO HERE TO FIND OUT
-
Stable : http://forum.xda-developers.com/showthread.php?t=1538053
-
Beta : http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
KNOWN ISSUES
HOW TO REPORT A BUG : (BUG REPORT TEMPLATE, IF YOU WANT A RESPONSE FOLLOW THIS!!!)
Device: (device name aka - T230 or T-230NU)
Baseband: (NG2 / NK2 ect...)
ROM Ver: (build number of ROM)
Description: (please state install -full wipe or dirty flash, what's wrong and a way to recreate the issue)
KNOWN ISSUES :
Gallery FC - fixed in update #1
T231 Stock kernel
LINK : https://www.androidfilehost.com/?fid=95916177934547297
MD5 SUM : 5212e0e836ec5de8926bc92093356717
guides/walkthroughs/mods
Basic tips :
http://forum.xda-developers.com/showthread.php?p=58109782
Marshmallow wallpaper
Wow nothing? Guessing this wasn't in high demand.
uploaded DeOdexed version in the OP. Download links available. uploading mirror (MEGA) as we speak.
Not working on my samsung galaxy tab 4 7.0 SM-T231 cx.
And if you wipe system and data you will compeletly lose the os
that is so wrong
bad work!!
emoboy (Official Name!) said:
Not working on my samsung galaxy tab 4 7.0 SM-T231 cx.
Click to expand...
Click to collapse
How did you flash the ROM?
Which version did you flash?
Please be a bit more descriptive. I don't have this device.
emoboy (Official Name!) said:
And if you wipe system and data you will compeletly lose the os
that is so wrong
bad work!!
Click to expand...
Click to collapse
Did you download the deodexed version? Try to odexed version. I need to fix the DeOdexed version. I'm pulling the download links now.
g_ding84 said:
How did you flash the ROM?
Which version did you flash?
Please be a bit more descriptive. I don't have this device.
Did you download the deodexed version? Try to odexed version. I need to fix the DeOdexed version. I'm pulling the download links now.
Click to expand...
Click to collapse
if you dont have this device then dont make work for it thx
and i will try the ODEXED version.
emoboy (Official Name!) said:
if you dont have this device then dont make work for it thx
Click to expand...
Click to collapse
If you read page 3 of this thread especially posts 24 and 25, you will see that g_ding84 was specifically asked to make a rom for this device (since there were no others at the time), and after consideration he did it as a selfless service to the community. It certainly is frustrating when roms do not work as they are supposed to, but this is a development forum, a development community. We should be grateful when an expert member like g_ding84 takes it upon themselves to make more roms. Nobody makes you install roms, and when you choose to do so, it is with the implicit understanding that they are unofficial, custom OS's and that support, whether or not ongoing for the rom itself, also largely depends on the user base too.
Also don't bite the hand that feeds you. If nobody else is developing for this device, are you really going to hold it against the one person trying to help you guys out that he doesn't have the device? That's a lot more common on XDA than you might realize.
Just want to say thanks to the developer, nice try though you don't have a device, you still manage or develop this Rom.
Tried deodexed version but didn't work, shall try odexed version.
Advice to those who want to try, make sure you have a backup just incase.
Edit Odexed version works, shall observe
thisisapoorusernamechoice said:
If you read page 3 of this thread especially posts 24 and 25, you will see that g_ding84 was specifically asked to make a rom for this device (since there were no others at the time), and after consideration he did it as a selfless service to the community. It certainly is frustrating when roms do not work as they are supposed to, but this is a development forum, a development community. We should be grateful when an expert member like g_ding84 takes it upon themselves to make more roms. Nobody makes you install roms, and when you choose to do so, it is with the implicit understanding that they are unofficial, custom OS's and that support, whether or not ongoing for the rom itself, also largely depends on the user base too.
Also don't bite the hand that feeds you. If nobody else is developing for this device, are you really going to hold it against the one person trying to help you guys out that he doesn't have the device? That's a lot more common on XDA than you might realize.
Click to expand...
Click to collapse
okeyy thanx i know xD
i just give him a feedback and now the DeOdex version removed for not work and make stuck at boot (bootloop)
i think i helped him cx
sunrider07 said:
Just want to say thanks to the developer, nice try though you don't have a device, you still manage or develop this Rom.
Tried deodexed version but didn't work, shall try odexed version.
Advice to those who want to try, make sure you have a backup just incase.
Edit Odexed version works, shall observe
Click to expand...
Click to collapse
The private tester reported the deodexed version didn't work. I think I know what went wrong. (Deodex compression setting)
Thank you for testing as well. I'll have a test version going this weekend. Sat or Sun check your PM
Thank you very much for the kind words.
Its hard to Dev for a device you don't own. But I enjoy the challenge. (The partition layout between the SM-T230/NU and the SM-T231 are the same. So that was a huge help.
I'm hoping to get a stable base going so another "potential" Dev can step in and take over.
I updated the 2nd post with the Stock SM-T231 kernel.......doesn't hurt to have a copy. I'm returning to show some love and will work on fixing the known issues.
new update is uploaded. Download links are available.
change log :
fixed gallery FC
added 92sqlite3 data base optimization and 94fixfc fixes permissions on each reboot.
Thanks
Thanks so much for your work.
Downloading and will install soon.
Thanks a lot for your hard work.
Hi
Any chance that you would fully DeBloat the ROM ?
Thanks! <3
Inpain said:
Hi
Any chance that you would fully DeBloat the ROM ?
Thanks! <3
Click to expand...
Click to collapse
Check out post#2 in my other thread. Three debloater scripts. Choose which one you want and flash in recovery.
Remove google apps (except play store and service framework)
Remove Samsung apps
Remove Samsung and google apps
Located here:
http://forum.xda-developers.com/showthread.php?p=58109771
I can make a debloated version but since I don't have the 3G model I'm not sure what's safe to remove. If someone is willing to assist I will.

[ROM][STOCK]SM-T237P [TEAM ACHERON] Rooted / Odexed 2015.04.11

TEAM ACHERON PRESENTS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Since there is a custom recovery for the SM-T237P now - major thanks to @moonbutt74 - I have a Stock ROM zip available.
Please have a custom recovery installed. Here : http://forum.xda-developers.com/showthread.php?p=57660932
Two versions - Stock (only removed KNOX) and slightly debloated (removed KNOX and most google apps - can be re-downloaded from the play store)
THIS CAN ALSO BE A BASE ROM FOR OTHER DEVs or POTENTIAL DEVs TO USE FOR FURTHER DEVELOPMENT
The CREDITS​
TEAM ACHERON - for the love and support
@scarmon25 - Amazing teacher
@lickarock - Amazing teacher and much patients
@bix2010 - Awesome Team member
@bilgerryan - One hell of a Dev & good guy
@ShinySide - root and recovery guide
@safariking - working with him on the SU/Root issues on the tab 4 7in
@AL_IRAQI - for support and ideas
@moonbutt74 - for the dev knowledge, community attitude of helping when you can & Philz recovery for SM-T237P
Testers : Very important - made sure everything works
@VerneVerne - lead tester
@mysticjp @dave5777
@trevortf
Change log :
Code:
Fixed :
Fonts - able to select in settings now
Updated :
SuperSU to V2.48
ROM includes :
ROOT (SuperSU v2.48)
Busybox
init.d support
Adaway (for those that want to get rid of those annoying ads)
Viper4Android (need to install drivers thru the app if you like louder music and more bass)
google DNS tweak
IPv4 & IPv6 speed tweaks
PLEASE HAVE A RELIABLE BACKUP OR ODIN AND SM-T237P FIRMWARE READY TO GO. just in case
INSTALL DIRECTIONS :
download ROM - make sure the MD5 SUM matches (i can't fix a bad download)
Reboot to philz recovery
Get it here : http://forum.xda-developers.com/showthread.php?p=57660932
Wipe to install new ROM (in philz recovery) - or you can manually wipe cache/dalvik cache/data/system
install ROM zip
reboot to system
set up and enjoy
DOWNLOAD LINKS :
Full Stock - No Knox : https://www.androidfilehost.com/?fid=95916177934553859
MD5 SUM : ab03cf13802a81c4c6acb8f97db8517c
Stock - no Knox - debloated : https://www.androidfilehost.com/?fid=95916177934553869
MD5 SUM : 31064fb1ec62083f486335be540ae038
ROM OS Version: 4.4.2 TW Kitkat
ROM Kernel: Linux 3.10.0
Based On: Samsung Firmware
Version Information
Status: stable
Created 2015-02-28
Last Updated 2015-04-11
Click to expand...
Click to collapse
-
IS YOUR SUPERSU UP TO DATE? GO HERE TO FIND OUT
-
Stable : http://forum.xda-developers.com/showthread.php?t=1538053
-
Beta : http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133​
KNOWN ISSUES :​
PLEASE USE THIS BUG REPORT IF YOU WANT A RESPONSE AND TO HELP ME FIX THE PROBLEM
Device:: (device name)
Baseband: (NG2 / NK2 ect...)
ROM Ver: (build number of ROM)
Description: (please state install -full wipe or dirty flash, what's wrong, "possible fixes if known" and a way to recreate the issue)
Click to expand...
Click to collapse
NONE - should all be fixed -
MINE - possible future mods and tips/tricks
Waited al long time for this
FIRST!
Downloading de-bloated version now. will report back with any issues.
Everything running perfectly. Thank you!
Feel free to post any issues you guys come across.
24 hrs
Used device hard for past 24 hrs, no issues so far. :good:
Seems to be working great so far. Thank you
Sent from my SM-T237P using XDA Free mobile app
screen sharing not working
Found first issue, screen sharing not working with Roku3. Thought it was something I deleted so dirty flashed, still no go. Reinstalled stock from backup and works fine.
This is not a deal breaker but, I use it quite often.
stesul411 said:
Found first issue, screen sharing not working with Roku3. Thought it was something I deleted so dirty flashed, still no go. Reinstalled stock from backup and works fine.
This is not a deal breaker but, I use it quite often.
Click to expand...
Click to collapse
I haven't removed any screen sharing apps (all share and direct share).
If you could pull a logcat while trying to connect to your Roku I can see what got messed up.
screen sharing update
I jumped the gun, screen sharing working, issue was with the Roku and wifi connection. Reset Roku and rebooted router.
Good deal.
finally got around to installing, everything looks good so far only thing id like is recovery, download reboot menu but other then that looking good!
mysticjp said:
finally got around to installing, everything looks good so far only thing id like is recovery, download reboot menu but other then that looking good!
Click to expand...
Click to collapse
You can add that easily by installing Xposed Framework, and then the APM+ extension.
mysticjp said:
finally got around to installing, everything looks good so far only thing id like is recovery, download reboot menu but other then that looking good!
Click to expand...
Click to collapse
-
long_tall_texan said:
You can add that easily by installing Xposed Framework, and then the APM+ extension.
Click to expand...
Click to collapse
Wanam kit works as well. That's what I use.
Wow, i have been waiting for this! I will try it out immediately
THANK YOU DEVS!!!
To the Dev - I want to start learning how to create android roms. You said you welcome others to build on what you started here. So what kitchen are you using for this build? Or would you recommend a different one? Thanks !
rrhaskin said:
To the Dev - I want to start learning how to create android roms. You said you welcome others to build on what you started here. So what kitchen are you using for this build? Or would you recommend a different one? Thanks !
Click to expand...
Click to collapse
Or... I can make one for you guys. I personally use archikitchen but has problems with bootanimation in which I don't know why. Anyway, g_ding84 already made a good base so I don't think you would need a kitchen. Just a good file editor and a few more Idk. If you guys want I can perhaps make a custom one on my free time I can't make a custom rom for T330NU because of problems with my base. But g_ding84 base has no problems so why not develop off of it?
-DUHA
rrhaskin said:
To the Dev - I want to start learning how to create android roms. You said you welcome others to build on what you started here. So what kitchen are you using for this build? Or would you recommend a different one? Thanks !
Click to expand...
Click to collapse
I use Ricky's Rom kitchen
Here :
http://forum.xda-developers.com/showthread.php?t=2695356
Very user friendly. With this base SuperSU is already updated, you have INIT.D support and busybox. Only thing you will need to do is deodex the ROM. Which you can do with that ROM kitchen
Be creative, think outside the box....be a hero man!!!! Lol
DUHAsianSKILLZ said:
Or... I can make one for you guys. I personally use archikitchen but has problems with bootanimation in which I don't know why. Anyway, g_ding84 already made a good base so I don't think you would need a kitchen. Just a good file editor and a few more Idk. If you guys want I can perhaps make a custom one on my free time I can't make a custom rom for T330NU because of problems with my base. But g_ding84 base has no problems so why not develop off of it?
-DUHA
Click to expand...
Click to collapse
That what this base is for
Maybe just a good deodexer tool.
On your T330NU ROM - do you have the firmware?
g_ding84 said:
I use Ricky's Rom kitchen
Here :
http://forum.xda-developers.com/showthread.php?t=2695356
That what this base is for
Maybe just a good deodexer tool.
On your T330NU ROM - do you have the firmware?
Click to expand...
Click to collapse
I got the firmware here.
http://forum.xda-developers.com/showthread.php?p=58428539
My base has a broken bootanimation in which could be caused by the new update from archikitchen.
-DUHA

[ROM] [H918 and H910] [AROMA | Magisk | Kernel] NATF MegaROM V20 [3 Jun 2017]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NATF MegaROM V20
Available for T-Mobile (H918) and AT&T (H910) Variants​
ROM Features​
(H918 Only) NRD90M 10J Base (December 2016 Patch Level, released January 2017)
(H910 Only) H91010C 10K Base (May 2017 Patch Level)
Stock LG Kernel or Custom Kernel - selectable through Aroma installer
Choice of SuperSU, MagiskSU, or No Root
build.prop tweaks
Increased background app limit
Increased RAM utilization - make the phone use more of our 4GB RAM before dumping apps
Adoptable Storage - use SD card to seamlessly expand on the 64GB we've already got
Aroma Support
Almost 50 optional apps to choose from during a completely modular install
Google Apps, LG Apps, Carrier Apps - ALL optional
3Minit Battery and Clock mods
Viper4Android
Google Assistant available natively with latest Google App update
AND A WHOLE TON MORE!!!
I would like to thank/recognize the following people for their contributions:
@jcadduono - For the original 10d system dump, kernel, and of course for TWRP
@Chainfire - For SuperSU
@nyfl2004 - For our working Viper4Android, 3Minit Battery and Clock modded to the V20, and for all of his help with getting Aroma up and running
@ivicask - For looking through my convoluted Aroma setup and helping identify why it was randomly breaking
@topjohnwu - For his most excellent Magisk and MagiskSU apps allowing our rooted devices to pass SafetyNet and catch 'em all!
@AllTheWay - For providing me with the AT&T system dump needed to port my customizations over, and being my guinea pig to get it booting
@Tilde88 - For all of his work in getting a stable kernel going for the V20, and allowing me to include it in my ROM
 @USA-RedDragon - For his Werewolf kernel, and allowing me to include it in my ROM
Current Known Issues:​
H918
Some people have experienced skips when listening to music over Bluetooth. I too have had it happen, but it is not at all common, and lasts less than a fraction of a second. Putting your phone either on vibrate or DND seem to help further reduce occurrences.
H910
4.0 is based on 10L, not M, as my dump of that one would not boot. WiFi Calling and VoLTE do work, however.
All Variants
Data Wipe option in Aroma doesn't always work. This is a glitch related to newer hardware and Nougat, as verified on the HTC 10 as well. If you expected your data to be wiped, but it was not, please reboot into TWRP, perform a Factory Reset, and then flash the ROM again. You MUST flash the ROM again after a factory reset, or you will lost systemless root AND your internal storage may encrypt.
Netflix - They have blocked their app from unlocked/rooted devices. You can sideload it from APK Mirror, or use Magisk to hide root from Google Play Store, then clear data on the Play Store. Your device will then show as Certified and all blocked apps will be available.
As any more come up, they'll be added here, and then fixed ASAP.
Pre-Install Steps​
If you are not already on TWRP 3.0.2.0-RC8 or higher, do that first! Bootloops and loss of access to recovery is possible with all older builds
Backup your existing ROM
Notes​
I recommend wiping data and flashing clean, if coming from another custom ROM. This should not be required, but you may wind up with FCs if you don't. A clean flash is required if you're on an older custom ROM, or older stock based on 10d.
If you're already on an older build of my ROM, you can dirty flash future updates. However if you experience FCs, please do a clean flash
Changelog:
v5.0 T-Mobile
Updated base to 10K (May 2017)
Added Google Pixel Launcher from Android O Beta 2
Updated all Google Apps except Maps
Reverted Maps due to GPS issues for some
Updated Aroma to 3.00 Beta Downgraded back to Aroma 2.70RC2 in fixed build
Cleaned up the app lists somewhat
If Aroma freezes during the install, pull the battery and start again - this only happened to me once, in over 30 test flashes
Rearranged some of the menus for better flow
Spent a good 4 hours rewriting the installer-script to make it look a lot less ugly
Added Werewolf kernel by @USA-RedDragon in place of NotSoStock
Available without root as well
Further tweaked the memory utilization in build.prop, allowing background apps to remain in RAM longer
I think there's a few other changes, I just can't remember them at the moment. Roughly 20 hours into this update, brain is mush.
NOTE: Due to the changes to memory utilization in build.prop, your first boot after the update may cause the phone to lag. This will clear up within 5 minutes, and will not occur after subsequent reboots.
v4.0 T-Mobile
Added New Options for No Root Installs
Stock and NSS kernels available without root
3minit and V4A options still work
Updated all Google, LG, T-Mobile apps
Updated Nova Launcher
Updated Magisk to 11.6 (12.0 finicky on V20)
Removed Adaptive Brightness mod (was glitchy)
Several additional build.prop tweaks
Added Optional Apps
Google Voice
SMS Backup and Restore
Speedtest.net
Removed Pixel Launcher - Assistant interferes
v4.0 AT&T
ROM base updated to 10L (10M won't boot)
Added New Options for No Root Installs
3minit and V4A options still work
Removed Werewolf kernel
Updated all Google, LG, AT&T apps
Updated Nova Launcher
Updated Magisk to 11.6 (12.0 finicky on V20)
Several additional build.prop tweaks
Added Optional Apps
Google Voice
SMS Backup and Restore
Speedtest.net
Removed Pixel Launcher - Assistant interferes
Now some notes and observations:
There was a report of the ROM not froze at the AT&T splash. If this occurs to you, first wait 5 minutes to make sure it really is frozen. Then, pull the battery and then boot up again. The Android is Starting screen will then come up as expected.
There was also one issue where the ROM wouldn't boot past the AT&T splash. For this, boot into TWRP, flash the AT&T boot.img (attached to the download post) using the IMG flash option, then flash Magisk 11.6 (also attached), then reboot as normal. I'm also uploading a patch to AFH, which should automate this process. Give it a try and report back.
Downloads​
TWRP
https://build.nethunter.com/test-builds/twrp/lge/
v5.0
H918 for T-Mobile
AFH: https://www.androidfilehost.com/?fid=673368273298960907
MD5: d16b367b4ebdf8551001a32aa7d75636
H910 for AT&T
COMING SOON
v4.0
H918 for T-Mobile
AFH - https://www.androidfilehost.com/?fid=817550096634766880
MD5 - f4b1f90940c40dff3190250a5134f001
H910 for AT&T
AFH - https://www.androidfilehost.com/?fid=457095661767158881
MD5 - 0f89637a0be11a711e61f95e324284a6
See Notes here.
v3.4
H918 for T-Mobile UPDATED on March 24th
AFH - https://www.androidfilehost.com/?fid=745425885120718875
MD5 - aa0def523efbeb471ebdb850d7e9c4e1
H910 for AT&T
AFH - https://www.androidfilehost.com/?fid=745425885120718951
MD5 - d3ce0ee5940ac4b203461eafd039f53d
Older Releases:
v3.3
H910 AT&T ONLY
https://www.androidfilehost.com/?fid=745425885120712176 - FIXED as of March 2
MD5 - 75507cd0c72ae718e0ddd751ba6dea60
v3.2
H918 T-Mobile ONLY
https://www.androidfilehost.com/?fid=457095661767135277
MD5 - 220b70d8ffaa9d8246df0f5e16fbda6a
v3.1
https://www.androidfilehost.com/?fid=817550096634742854
MD5 - 53c5da3c3eb264a0e8af5806b56cda25
v3.0 Fixed (updated 1/24 to address Aroma bugs)
https://www.androidfilehost.com/?fid=817550096634741220
MD5 - 98782147bbae32554a6d41e974442647
See this post for additional information.
1st. Interesting! Glad to see some spark in individuals pushing for their own and making the community grow.
HiddenKnight said:
1st. Interesting! Glad to see some spark in individuals pushing for their own and making the community grow.
Click to expand...
Click to collapse
Yeah, I was big into development in WM 5 and through to WM 6.5 up until I got the Droid X in 2010. It's gonna take some time, but I'm getting back into development as a whole.
Sent from my iPhone using Tapatalk
NotATreoFan said:
Yeah, I was big into development in WM 5 and through to WM 6.5 up until I got the Droid X in 2010. It's gonna take some time, but I'm getting back into development as a whole.
Click to expand...
Click to collapse
Get off that iPhone and the development will come to you like a breeze
HiddenKnight said:
Get off that iPhone and the development will come to you like a breeze
Click to expand...
Click to collapse
Work phone. And Tapacrap is actually useful on iOS.
Sent from my iPhone using Tapatalk
Feedback
@NotATreoFan great job bro, bootup was fast as you advertise, wow, no lags or stutters i can say so far, only issue for me is that some LG apps need to be put back in, namely the LG app updater as Home and App apk has an update as well as the weather widget and Memo for the capture feature, but other than that for me its definitely a good start for a DD, thanks
NotATreoFan said:
[*]Facebook and Amazon stripped out, and they DO NOT install on initial setup
Click to expand...
Click to collapse
Great work on the ROM!
Question, how did you get the post-install apps to not install?
Tilde88 said:
Great work on the ROM!
Question, how did you get the post-install apps to not install?
Click to expand...
Click to collapse
I think it's from one of the LG items I removed. Going to experiment tomorrow morning and see if I can make them install again.
I also realized that I accidentally removed Calendar Storage, so that'll be fixed tomorrow as well.
Sent from my iPhone using Tapatalk
kelvin216 said:
@NotATreoFan great job bro, bootup was fast as you advertise, wow, no lags or stutters i can say so far, only issue for me is that some LG apps need to be put back in, namely the LG app updater as Home and App apk has an update as well as the weather widget and Memo for the capture feature, but other than that for me its definitely a good start for a DD, thanks
Click to expand...
Click to collapse
Yep. I'm going to have Test 6 ready tomorrow with some core functions added back.
Sent from my iPhone using Tapatalk
@NotATreoFan thank you for this broham!!!!!
I just flashed Tilde88's latest and after a night of testing his tonight I will be flashing yours to test out. You all are so highly skilled and keep up the unbelievable work.
When I'm up and running with yours tomorrow I will report back and do a comparison of the 2 ROMs.
If there is anything I can do as far as testing holler at me, I'm down to tear up my phone.
Again, thank you and keep em coming baby!!!!
i got the post-install apps to stop installing by changing the model number in the build prop the the US unlocked version.
Also to the OP how the hell did you get the ROM to deodex successsfully every time I do it i get stuck at the TMO boot animation
albinoman887 said:
i got the post-install apps to stop installing by changing the model number in the build prop the the US unlocked version.
Also to the OP how the hell did you get the ROM to deodex successsfully every time I do it i get stuck at the TMO boot animation
Click to expand...
Click to collapse
It's not deodexed yet. That's my plan for today, along with some bug fixes.
oh ok. Yeah every time i've done it with superRs kitchen i cant get past the TMO boot animation. Someone did successfully do it as there is a rom up thats deodexed.
NotATreoFan said:
It's not deodexed yet. That's my plan for today, along with some bug fixes.
Click to expand...
Click to collapse
you know the bravia reality engine thing the other rom has. Do mods like that (framework) require that the rest of the ROM is deodexed? I know apps needed to be deodexed for editing but didnt know if it affects other mods.
Usually just do CM stuff
Is there any chance you can upload JUST a system IMG? I'm seeing if I can get this working on the US996...
albinoman887 said:
you know the bravia reality engine thing the other rom has. Do mods like that (framework) require that the rest of the ROM is deodexed? I know apps needed to be deodexed for editing but didnt know if it affects other mods.
Usually just do CM stuff
Click to expand...
Click to collapse
I don't believe you need to have the complete ROM deodexed, just the parts you're modifying. But I could be wrong since I've only done this a few times.
monsieurtalbot said:
Is there any chance you can upload JUST a system IMG? I'm seeing if I can get this working on the US996...
Click to expand...
Click to collapse
As soon as I get the latest test build booting, I'll make a system.img and you can try it. There really shouldn't be a reason it wouldn't boot. It just may behave weird if there are files it's not expecting.
Sent from my iPhone using Tapatalk

Categories

Resources