Related
First of all I would like to say I am not the creator of this I am just sharing what I have found I will try and keep the thread updated when new versions are released. All credits should be given to the mod who has made this xposed framework module.
Original thread
http://forum.xda-developers.com/showthread.php?t=2316070
Version 2.5.7
READ THIS POST CAREFULLY BEFORE PROCEEDING ANY FURTHER
Hey!
After countless hours of coding and searching for proper entry points
to inject my code to incorporate fixes and mods, here it is:
GravityBox - Xposed module targeted for devices running Android 4.1/4.2/4.3
Originally, this module was intended for MTK6589 devices. Later on, it was adjusted to support other - non-MTK devices - as well.
Introduction
The app utilizes amazing Xposed framework coded by recognized
developer rovo89 which, briefly, provides interface for injecting code into any app, including system services.
This means, it allows to modify behaviour of applications and system services at run-time. No need to
hack apps the usual way by decompiling, hacking and recompiling, anymore. One of the biggest advantages of GravityBox is that it is not bound
to any specific device. Actually, it should run on any device having vanilla Android 4.1/4.2/4.3 (ROM close enough to AOSP).
This project wouldn't be possible without rovo's Xposed framework, so huge kudos to him.
Feature highlight
GravityBox provides 2 main groups of features:
Fixes - help to fight typical MTK6589 bugs like:
--- Date&Time settings crash
--- Caller ID mismatch
--- Split conversation in messaging
--- Wakelock in calendar app periodically turning on the screen
--- Waelock in messaging app turning on the screen every time new message arrives
--- Missing TTS settings in Language&Input
--- Missing extended developer options
Mods - the set of additional useful features that make using the system more easy and fun
--- CyanogenMod Pie controls
--- Expanded Desktop
--- Statusbar QuickSettings tile management with tile reordering
--- Lockscreen targets
--- Statusbar color and transparency
--- Statusbar Brightness Control
--- Statusbar icon colors
--- Additional QuickSettings tiles:
------- Sync on/off, WiFi AP on/off, GravityBox shortcut, Torch, Network mode (2G/3G/2G+3G switch), Sleep, QuickRecord,
QuickApp, GPS on/off, Ringer mode, Volume tile
--- Quick pulldown - switches to QuickSettings when status bar is pulled down near edges
--- Auto-switch to QuickSettings when there are no notifications
--- Center clock in statusbar
--- Battery indicator style
--- Navigation bar tweaks
--- Low battery warning policy
--- Disable LED flashing when battery low
--- Disable LED while charging
--- Auto-hiding of signal icons for empty SIM Slots
--- Advanced power-off menu (reboot, recovery)
--- Volume key cursor control
--- Skip tracks by volume key long-press while screen off (thanks to rovo89)
--- More volume levels for music stream
--- Option to control safe headset media volume
--- Button for clearing all recent tasks at once
--- Fullscreen caller photo
--- CRT screen off animation
--- Minimal brightness setting
--- Autobrihtness levels adjustment
--- Lockscreen tweaks - show widgets maximized, lockscreen background style (color fill, custom image)
--- Lockscreen rotation
--- Phone tweaks - flip action, disable vibrate on call connect
--- Hardware key actions - menu long-press/double-tap, back long-press, home long-press
--- MasterKey vulnerabilities patched (thanks to @Tungstwenty)
--- Dithered Holo background
--- Option to use solid black Holo background
--- Expandable volume panel
--- Option to unlink ringtone and notifications volumes
--- Notification drawer style (background color, image for portait/landscape, transparency)
--- Button backlight modes (default, disabled, always on while screen is on)
--- Button backlight notifications (for devices that lack Notification LED)
... more to come.
Compatibility
- this module is designed to run on vanilla or close-to-vanilla Android 4.1, 4.2 and 4.3 (AOSP)
- supports majority of MTK6589, MTK6577, MTK8389 devices
- supports "Google devices" like Nexus, HTC One Google play edition, and others running vanilla Android 4.1/4.2/4.3
- Samsung Touchwiz, HTC Sense, MIUI, LeWa, etc. are NOT supported. It is not guaranteed this module will work on these at all so try at your own risk. This module is simply too complex to support all kind of ROM brands that were vastly modified by vendors.
- DO NOT USE WITH CUSTOM ROMS LIKE CM,AOSPA,ROOTBOX,AOKP,SLIM, ETC... IT MAKES NO SENSE AND CAN CAUSE CONFLICTS AND UNEXPECTED BEHAVIOUR
- I will not implement any exceptions that will adapt this module to a specific custom ROM. Please, do understand, it is unmanageable.
- I will not provide any support for devices violating these compatibility rules
Prerequisites
To use this module, the following conditions must be met
- You have a device running Android 4.1/4.2/4.3 that's based on AOSP (vanilla or close-to-vanilla Android)
- ROM must be rooted (XposedInstaller requires root to be able to install framework into system)
- You have working custom recovery allowing you to make a backup before installing Xposed framework
GravityBox has been developed and tested on THL W8 5" XHDPI device (MTK6589)
Installation
If you are using my GravityMod2 ROM, don't follow these instructions to update!
There's a flashable ZIP for updating GravityBox in GravityMod2 thread!
These instructions are only for those not running GravityMod2 ROM!
1) Backup your current ROM in custom recovery. I am serious. Don't skip this step.
2) Get the Xposed installer from Download section from Xposed official thread (the latest version is typically available at this link: http://dl.xposed.info/latest.apk)
3) Install and run Xposed installer and follow the instructions to activate Xposed framework
4) Reboot. If device doesn't boot that means that the Xposed framework is not compatible with ROM you are currently
running. You don't need to continue with the next steps. You will have to restore your ROM from backup.
5) Download, GravityBox.apk attached at the end of this post, rename it to GravityBox.apk and install it
6) Make sure GravityBox app is installed to internal memory. If it was installed to phone storage or external storage,
move it to the internal memory, first
7) Run Xposed installer, go to Modules menu and activate GravityBox by checking the checkbox
8) Reboot
9) Launch GravityBox from app drawer or from Xposed installer and set options as desired
Reporting bugs
If you experience problems with certain feature, provide the full-detailed info that can help me
to reproduce the bug and attach debug.log file you'll find in /data/xposed directory on your phone.
In case you experience SystemUI crashes or other apps Force Closing, or device soft reboots, attach logcat from time
crash occurs. (use adb logcat *:E or your favorite logcat app from Play Store).
Please, don't attach big logs. Only the portion where error is clearly seen.
Disable all other xposed modules before reproducing bug to make sure it is really GravityBox related
Remember, this app was developed and tested on one particular MTK6589 device so it is not guaranteed that
it will work flawlessly on yours.
Multilanguage support
Volunteers are welcome to translate GravityBox to other languages.
Simply download this file: https://github.com/C3C0/GravityBox/r...es/strings.xml
Use Notepad++ to edit strings and then send me edited file so I can include translations into next release.
Source code
GravityBox is opensource. Sources are available in my gihub: https://github.com/C3C0/GravityBox
If you're a dev and have some ideas for additional features, feel free to fork it, work on it
and send the pull requests.
Copyright notice
https://github.com/C3C0/GravityBox/blob/master/NOTICE [/URL]
Credits
- @bgcngm for his code contributions to the project
- rovo89 for his ultimate Xposed framework and "Volume keys to skip track" mod
- peptonib for starting me up with this project
- THL W8 owners for providing support and feedback
- CyanogenMod project
- ParanoidAndroid project
- SlimBean, RootBox, AOKP projects
- Sergey Margaritov for ColorPickerPreference
- @Tungstwenty for MasterKey vulnerabilities patch
- All those who provided translations for different languages (Mr.Premise, peptonib, kidmar, ch-vox, romashko, Indiant, lelemm, oicirbaf, unavix, LuHash, ...)
- and finally, all those who keep the project alive by supporting me via donations (you know who you are)
Changelog
https://github.com/C3C0/GravityBox/b.../CHANGELOG.txt
Sent from my Nexus 4 using xda premium
SCREENIES
http://forum.xda-developers.com/attachment.php?attachmentid=2027735&d=1370730338
http://forum.xda-developers.com/attachment.php?attachmentid=2027737&d=1370730338
http://forum.xda-developers.com/attachment.php?attachmentid=2125253&d=1374150428
http://forum.xda-developers.com/attachment.php?attachmentid=2125254&d=1374150428
DOWNLOAD LINK
http://forum.xda-developers.com/attachment.php?attachmentid=2298922&d=1380786001
300 viewed and not one single thanks.
Sent from my Nexus 4 using xda premium
kyleastley said:
300 viewed and not one single thanks.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I already gave you my thanks, but let me give you an advice: do things to help community, not because the thanks, I am sure you will get more thanks. Thanks for sharing, cheers.
Using on my Nexus 7 an working great!!!
I had a system UI crash when I used it on crDroid
kyleastley said:
300 viewed and not one single thanks.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
may i ask why do we need another thread for the same mod when there is already one opened ?
i`m afraid it will create confusion while using search button
the original thread contains all info for users and they can receive answers from the developer straight away
a moderator will soon confirm or not my thoughts
appreciate you intention to help anyway
thanks !
OP, if you really want to contribute, and possibly get some thanks in the process, you might want to consider creating an index thread for the Nexus 4 Themes and Apps forum where you include a link to this and every other piece of work posted in this forum. If you need an example, consider the following...
http://forum.xda-developers.com/showthread.php?t=1859851
Duplicate thread closed
[size=+2]TweakedN3 2.X UVUBMI7 4.3 SM-N900T Samsung Galaxy Note 3 UPDATED 3/13/14[/size]
{
"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"
}
[size=+1]LOOKING FOR THE MINI-UPDATE THAT CAN BE FLASHED ON TOP OF TWEAKED 2.0?[/size]
Yes? Ok - then go to this post for information and download links
No? Ok - then read on... nothing to see here...
Hey everyone - resident no-one-in-particular here, and I'm finally posting my little mess of a project. And to think it only took about 3 months lol - clearly I lack a bit in the speed department, but hopefully folks enjoy what I've managed to muster together so far. This is based on the stock UVUBMI7 T-Mobile TouchWiz 4.3 that shipped with the phone... In other words - this is a stock modified T-Mobile rom! As I already mentioned this took quite a while to put together as a number of my tinkerings had to be more or less reworked from scratch (stemming from tinkerings on other devices), but on the upside I'm pretty happy with how things have turned out.
It should be noted that this is still a work in progress, so even though there are a number of things that I still want to include at the time of writing this post I feel enough is done to warrant it actually being posted - that way others (assuming others give it a shot) can let me know if things don't work or if any oddities come up. Also feel free to comment on how this might improve or if I've gone about anything in a not-so-smart way or if there is anything you would like to see (or wish wasn't there) - I can't promise I'll do anything about it, but such requests keep me motivated and learning, and thats been the driving force behind my tinkering since it began really
[size=+2]I AM IN NO WAY RESPONSIBLE FOR ANYTHING THAT HAPPENS (GOOD OR BAD) AS A RESULT OF FLASHING OR ATTEMPTING TO FLASH WHAT IS POSTED HERE![/size]
[size=+2]CWM/TWRP Installation instructions[/size]:
THIS DOES NOT QUITE INSTALL THE SAME AS OTHER ROMS!!
Wut?!? I have to read then!?! NOO!!!!
LOL - well really you don't HAVE to read, only if you want to customize things outside of the default setup. This was an idea that I started using over on the Note2 (though I've changed what I consider "default" a bit), but the end result leaves two install approaches that lead to the same result. One advantage (for those that like customizing a bit at install anyway) is that after an initial step - you will no longer need to go through aroma and reselect options when reinstalling (assuming you don't delete some files in a particular directory of course). This should be a boon to those that enjoy flashing this and that, as the process of reinstalling this will now be much faster. [size=+1]NOTE:[/size] Unless you use the default approach you will most likely need to edit/redo this process for each update to make sure all new/edited options are up-to-date! This isn't excessively relevant yet, but it will be soon enough I imagine.
A complete explanation of the three approaches and how to utilize them can be found in this post, but for the sake of brevity and simplicity I am going to focus on the approach most fitting to the general (or new-to-flashing) user.
Before getting into that though, remember that the usual rules still apply:
- While very much stable in my experience you should be cautious whenever you flash. Make sure to wipe data/factory reset to avoid issues.
- I highly recommend wiping data (or even in extreme cases flashing the UVUBMI7 ODIN file - not so relevant now as we have not been graced with any updates yet, but still it's good to note that you can grab such files via kies or from here - search for N900T and grab the most recent one - registration on the site is required, but is also free) before getting started with any of this. This is just a recommendation - not a requirement - and yes, if you flash an ODIN file that means you will have to reflash a custom recovery before moving forward.
- Tweaked needs to be flashed in a custom recovery - I recommend TWRP myself, but in theory CWM recovery or any based off of it should work fine. This should of course imply that you will need to already have such things in place if you are interested in giving this a try. For what its worth - I have been using TWRP for quite a long time on the Note3 and have been quite happy with the results.
[size=+1]THE SUPER SIMPLE SAFE APPROACH[/size]
Well the super simplest of all approaches would be to just flash the main install zip. For those that tried any of the alpha/beta zips from here the result will be very similar to what was experienced with those.
Now, if you want to have a little more say in what gets installed, and you don't care much for the underpinnings of it all, then this is all you really need to know to install Tweaked:
- Download TWO zip files from the downloads post
--- The basic approach prepare install zip
--- The main Note 3 UVUBMI7 Tweaked... zip
- Boot into custom (e.g. TWRP) recovery (if not already there)
- It's STRONGLY recommended to wipe data/factory reset
- FIRST flash the basic approach prepare install zip
--- This is an aroma-style interface where you choose from install options
- THEN without rebooting flash the main Note 3 UVUBMI7 Tweaked... zip
- Nod in approval that while different the process was still easy
----------------------------------
Just for the sake of comparison, below is what I would consider the general fits-whatever-install-approach-you-chose installation instructions:
[size=+1]THE GENERAL APPROACH[/size]
- Backup your current setup/data
- Decide which install route (basic/advanced/default) is best for you
- Download the main installer and put it on your internal/external sdcard
- If you decided on the advanced or basic install route, download relevant zip for said approach
- If you decided on advanced, set up the file(s) and place them on internal/external sdcard as instructed
- If you decided on basic, place zip on your internal/external sdcard
- Boot into custom (e.g. TWRP) recovery (if not already there)
- Recommended to wipe data/factory reset
- If you decided on basic, flash the basic installer zip
- Finally, select and install the main installer .zip you put on your sdcard
[size=+2]SCREENSHOTS[/size]
While the theme is pretty much stock, I figured I would throw in a few screenshots that show a few minor things. If you want to see the screenshots (and they aren't already showing) just click the "CLICK TO SHOW CONTENT" (or "SPOILER") button!
[size=+2]Miscellaneous Notes[/size]:
- [size=+1]REMEMBER -[/size] Regardless of what install approach you use you can always use the Modificatinator to un/re/do virtually [size=+1]ANY[/size] of the options available to you in the main install! No need to reflash the whole rom!
Even if you don't use it right away, make sure to GRAB THE MODIFICATINATOR HERE NOW so you have it if you want it later!!
- Even though the full install is not really aroma-based (definitely aroma-inspired though) the modificatinator is, as is the zip relevant to the basic approach and the battery aroma, so make sure to thank amarullz for the awesome work!
- Updates that come after the initial release MAY also have a flash-update-only option - whether or not it does just depends on the specifics of the update. [size=+1]NOTE:[/size] Depending on what is updated, an update-only flashable may break things if you are themed! I will try to avoid this as much as possible, but all it takes is a minor edit to a framework-res.apk string (for example) to necessitate an overwriting of a file typically quite important for themers (resources.arsc) - just be mindful of this please
- As the Note3 is privy to a number of ROMs and kernels, for the sake of simplicity I have included the unaugmented UVUBMI7 stock kernel as an option (fyi no kernel is flashed by default). Thanks to the kindness of @itsmikeramsay there is another kernel option - ColonelX - one can select from as well.
[size=+1]PLEASE NOTE:[/size] Individual phones seem to vary quite a bit in terms of stability/usability when it comes to kernels, so if you are having any issues like unexpected shutdowns or reboots, freezes, etc. - PLEASE switch to the stock kernel first to see if that is the culprit. That is the one that will work (well it should anyway lol) on any and all phones, so if yours happens to be a temperamental one please be mindful of what you pick and aware of the consequences such picks may elicit!
- This is still pretty much an unthemed rom (if any would like to change this PLEASE let me know - a themer I am not!). There are a few changes done in SystemUI (the pulldown in particular) and framework-res (to allow for system-wide transparency options) - and the hope behind those changes (all thanks to @Alexia Whitehurst) was theme work would then be easier as a result. Even so, this is primarily UVUBMI7 stock-themed - and this is reflective of the thinking behind the whole setup as being stock with some extra options. For those that like flashing various mods and what not, be wary - unless it specifies that it was made to work with Tweaked it likely will not.
[size=+2]Download links can be found further down.[/size]
Let me know if there are any suggestions/issues/etc. - also, feel free to stop by the IRC channel Alexia Whitehurst was so kind to make for all of this on freenode - #tweaked. If you don't have an IRC client you can always use their webchat interface here. Happy flashing!
[size=+2]Info on custom install options can be found during aroma interactions or in the installation instructions zip![/size]
[size=+2]---CHANGELOG---[/size]
Code:
[u]Version 2.X - 3/13/14[/u]
Cleaned up number-of-toggles-to-display code
- Now max is better linked to SecSettings
- Can no longer add beyond max/remove beyond min
- Capped TSM number picker range relevant to selection you are number-picking for
- Control of toggle order/display back to SecSettings
ACTUALLY made it so camera didn't pause music while taking pic/recording
SecEmail behaves w/out FC if MyMagazines is removed <- thanks to nijel8 for starting this one
Restructured TSMParts
- "Goller-ized" it - you are special if you know what that means
- Tried to make entries make more sense related to their checked status
Fixed some issues related to volume wake and volume music controls
Added in package names to application manager/app ops in secsettings <- thanks to nijel8 for the know-how on this
Cleaned up tons of little things in TSMParts
- Updated images <- thanks to nijel8 and wally3614 for this
- Removed code no longer being used
TSMParts additions
-- GENERAL --
- Can now choose elements (outside of power/reboot) to show in power menu
- Can set longpress up/down actions for music controls <- thanks to team n3bula for the idea
-- Skip/Previous/Pause
-- STATUSBAR --
- Enable statusbar brightness control <- thanks to C3C076/GravityBox for a ton of helpful code, and VZW DroidCharge 2.3.6 TW
-- Only works if autobright is off
-- Longpress statusbar to start, slide left/right to control
-- Won't work if sview cover is closed
- Enable doubletap statusbar to make phone sleep/screen off <- thanks to sbreen94 for the files, and to BOOTMGR for making the mod
-- Won't work if sview cover is closed
- Can now choose number of toggles to display separate from a max allowed
-- Landscape/portrait
-- MISC --
- Bypass exchange security
-- YOU SHOULD THINK OF THIS AS MORE OF A ONE-TIME TOGGLE
-- Make your decision on this prior to setting up an account - once asked to set a secure lock AND DOING SO it will be there regardless of this setting
- Enable on the fly thread and conversation mms send/receive text color <- HUGE THANKS to nijel8 as this mod would not be possible without his work
-- NOTE: Thread (list of all conversations) requires exit/re-enter to change
-- NOTE: Mms in thread view will not be colored
- Option to choose what key to use as default multimodal key in SamsungIME <- thanks to nijel8 for pointing me in the right direction on this
Also - I added a funny... can you find it? <- thanks to team n3bula for the idea of where to put it :)
[u]Version 2.0 - 1/26/14[/u]
Minor fixes to a few things
- Camera no longer alters transition animation when opened from secure lock
- Camera no longer pauses music during vid/pic taking
- Edits to allow for old-but-standard battery icon mod flashing
- Emoji "fix" for SecMms (return to stock must-be-mms status), and reply-all activated
- Updated a layout for aosp lockscreen to handle dpi changes
Made things ATT-capable
- ATT includes some relevant apn, csc, build.prop, apk files thanks to itsmikeramsay
- Removes wifi calling w/out FC issues
- Edits to reboot menu and data icon mod to better reflect ATT
- Custom carrier affects statusbar carrier as well
-- color and text
Same approach was used for Rogers with files thanks to Turilo
Allow any widget for lockscreen widget
Unused app section opened in JobManager
Forced on the "exit" option in stock browser
Block number settings opened in SecSettings
Updated power menu icons to a neutral white thanks to wally3614
Disabled the "wifi turning off" popup when enabling hotspot with wifi on
Made some edits to try and lighten the load for flashbar list generating
Added TSM toggle
- click to go to TSM Parts
- longpress to open penwindow
TSM Parts updates
- New TSM logo/icon thanks to wally3614
- Added link to PageBuddy settings
--GENERAL--
- Navbar on/off on-the-fly
-- Also in powermenu
-- Edited to force all 4 buttons to always show
-- Framework-res edits made to make bar smaller
-- Screenshot combo still works :)
- Custom aircommand text color option
--DEVICE INFO--
- Added in links to remainder of testsettings options
-- Device information
-- WiFi information
--LOCKSCREEN SETTINGS--
- Home button wake on/off
- AOSP lockscreen haptic on/off
--STATUSBAR SETTINGS--
- Finished TSM disabled options
-- Statusbar color options
-- Notification pulldown color options
- Added option to turn on/off ATT statusbar carrier text
--MISC SETTINGS--
- Moved ascending ringer to misc from general
- Added in option to skip call ended screen
- Added in on/off for unlimited multiwindow
[u]Version 1.0 - Initial release 12/27/13[/u]
Deodexed
Busybox
SuperSU
Init.d support for stock kernel
Support stock or custom bootanimation
- Replaced shutdown with international
No CIQ
No Knox (thanks to sshafranko for finding many I missed :) )
Attempts at neutering SysScope
- Shows as System Official
BUILD.PROP TWEAKS!!!
- Just kidding, though to be fair I did do 2 things:
-- Added mod version line
-- changed ro.securestorage.support from true to false
Increased recipient limit when sending sms/mms via SecContacts
Disabled some annoying warnings in SecSettings
Disabled some annoying warnings on mobile data/airplane toggles
Disabled the popup explaining how to clear defaults when one is set
Unlocked and unblocked a few things in SecSettings
- Unlocked Font Clarity option
- Unblocked font apk checks for sideloaded font apks
- Added in access to spellchecker settings
-- requires google keyboard to be fully funtional...???
-- though don't need to USE it...?
- Unlocked VZW tabs on/off option (hit Menu while in SecSettings)
- Opened access to the native "App Ops" for per-app permission handling
Enabled Autobrightness adjustment (SecSettings and SystemUI)
"Unlocked" a few extra toggles (again, SecSettings and SystemUI)
- Also added Wifi Calling toggle (same locations)
- As well as a Torch toggle (yep, same locations again)
SecMms edits
- raised restrictions on recipient limits, rate of sending
- some emoji-allowing attempts
- folder view enabled as an option
- attempted to increase mms image-attachment quality
- screen on/off option
- save messages
- no "no data" warning shown when sending mms over wifi w/ wifi calling on and data off
SecLauncher4 edits
- snap grid animation duration decreased
SamsungCamera2 edits
- disabled warnings involving low power for camera/camcorder/flash use
- allow video recording during calls
- transition animation scale no longer changed when opening camera
Eliminated Nfc odex-file verification
Added a few wallpapers to the wallpaper chooser
Minor csc edits
- Made stock APN editable
- Removed tethering APN
- Added in epc.tmobile apn
- Made stock bookmarks editable
Removed TetheringProvision.apk
- Also removed its calls
Unlimited multiwindow/multiinstance/penwindow apps
- Pen window is optional in case you like the pen window manager app
- Does not include things like SHealth, Camera, or Dialer (multiwindow)
-- Plus a few more - can add package names to /system/etc/fbs_exclusions.txt
- No issues w/ scrolling in edit window or drag-is-not-drop scenarios
Lockscreen widget limit increased from 5 to 8
- Didn't want the "page" indicators to get messed up :)
Extended power menu
- Includes 4way reboot
- Modified it a bit for sview (reboot just reboots)
- Screenshot
- Activated data toggle
- Can be made smaller/preventable-on-lockscreen in TSM
System-wide transparency mod thanks to Alexia
Restructered and transparent pulldown thanks to Alexia
TSMParts apk included (Settings > Device tab)
- Did some restructuring :)
- Color Picker has increased in size
- All links to things outside the apk are working
- List and color preference summaries update with selections made
--GENERAL--
- CRT animation (crt, fade, or stock)
- Full/low battery notification on/off
- Full/low battery notification on/off
- Low power screen dim on/off
- Wake on un/plug on/off
- Steady ringer option
- Ear protection on/off
- Power menu minimalizer (only show power/reboot - includes sview)
- Option to allow volume rocker to control cursor in text fields
- Long press volume rocker song skip
- Double press home - can set to whatever voice search is available
-- should still work even if SVoice home button is disabled or if SVoice is removed
- Long press menu - can set to GoogleNow
- Long press app kill
-- Can set to menu or back - stock functionality used when done on whitelisted app
- NFC mod - screen on, that + lockscreen, or that + screen off
-- NOTE: screen off option will likely stop working if the device goes sleepy time deep enough
- Popup browser popout target
-- Requires slightly edited popupbrowser from Tweaked Note2
--LOCKSCREEN--
- Option to use different uncolored image for sview background (currently just black)
- Disable lockscreen (separate from SecSettings option)
- Option to use AOSP lockscreen
- Custom lockscreen carrier text option
-- Can also colorize carrier text
- Option for quick pass/pin unlock (no need to press ok if pass/pin correct)
- Option to allow widgets w/ secure lockscreens
-- includes link to fav apps/camera and multi-widget on/off in SecSettings
- Option to disable power menu on keyguard/lockscreen
- Lockscreen flashlight (uses Home button)
-- long press on, long press off when screen on
-- remains on with screen off
-- turns off when screen turns back on or unlock
- Option for volume-as-wake
-- Requires kernel support - or device to be plugged in
- Option to use custom lockscreen timeout
-- Can opt for 3-30 sec vs stock 5/10
- Finger ink on/off for ripple unlock method
- Choose from stock or custom ink color for ripple unlock method
--STATUSBAR--
- Opt to hide toggles from notification area
- Choose number of toggles to show in notification area (3-20)
- Option to use that same limit on the toggle panel area
- Option to use and set custom color for toggles
-- only affects on/dim icons, off is still grey
-- avoid transparency if you don't want the color of the actual image file to show
-- avoid this altogether if using detailed themed toggle images
- Option to use and set custom color for toggle text
-- set to fully transparent to have text not show :)
- AM/PM off/small/normal option
- Clock right/left/center/off option
- Clock coloring options (both statusbar and pulldown)
- Small/large day-of-week option for statusbar clock
- Option to show icons for actual data connection type
- Option to have data icon persist while on wifi
- Show signal dbm text option
-- On/off for dbm label
-- Color options based on signal strength
- Battery bar options
-- Miui or mirror centered
- Hide/show signal bars
- Ability to colorize battery text/bar
- Hide/show battery icon
- Ability to choose from 1 of three different icon types
-- currently its green stock, white circle, red gauge -- THANKS FOREVERLOCO!
- Option to move clear button to header of notification area
- Option to show/hide No notification text bar from notification area
- Option to show/hide Ongoing text bar from notification area
- Option to show/hide Notification text bar from notification area
- Option to show custom carrier text
-- Can edit and colorize text
- Hide NFC
- Hide smart screen
- Hide blocking notification
- Hide IME
- Hide alarm
- Hide bluetooth
- Hide sound
- Hide wifi calling notification (statusbar only)
- Hide no sim
--MISCELLANEOUS--
#Dialer/Contacts
- Show record button in call on/off
- Show call button in contacts on/off (small icon in call log...)
#Launcher
- Scrollable wallpaper on/off
- Infinite loop on/off (affects app drawer as well)
- Hide vs. Disable app option
- Up swipe targets GoogleNow or MyMagazine
- Option to disable home-on-homescreen MyMagazines trigger
#Mms
- Smiley button instead of Enter on/off
- Server vs phone timestamping
- Sms/Mms logging on/off
#SamsungIME
- Long press duration stock (500ms) or short (250ms)
#Multiwindow
- On/off for unlimited penwindow app
- Multiwindow style options - can change on-the-fly
-- stock, floating, floating+dock, floating+quad, or floating+dock+quad
--OPEN PEN WINDOW WITHOUT SPEN--
- Opens w/ default dimensions
Updated many system apps
- Includes handwriting fixes :)
[size=+2]---LIKE THEMES?---[/size]
Good! As time goes on hopefully there will be an increasing number of themes made SPECIFIC FOR TWEAKED! This will be good, as while there are a number of themes out there that would likely at least partly work ones made specifically for Tweaked will completely work! Below is a list of such themes for ease of reference!
I will update this list as new ones come out, so make sure to check back from time to time! Also - MAKE SURE TO THANK THEM! There aren't many who have done this, so make sure they know the work is appreciated!
[size=+1]Themes for Tweaked[/size]
- AOSP by foreverloco
- Kryon themes (Element and PaperKut) by wally3614
- Toxic Sickness by SICKMADE
- Lights Out by SICKMADE
----------------------
Let me know if there are any issues!
XDA:DevDB Information
TweakedN3, a ROM for the T-Mobile Samsung Galaxy Note 3
Contributors
dwitherell
ROM OS Version: 4.3.x Jellybean
ROM Firmware Required: Custom recovery
Based On: UVUBMI7 T-Mobile stock 4.3 TouchWiz
Version Information
Status: Stable
Current Stable Version: 2.X
Stable Release Date: 2014-03-13
Created 2013-12-28
Last Updated 2014-03-13
Hey there everyone -
I felt like being a bit lazy, so I decided I wouldn't do a full update this time since, if we are being honest, most have already moved on to working on 4.4.2 anyway and the demand for this is not going to be all that large. That being said, I did manage to get a decent amount done, so I wanted to post it before I ended up making the plunge into 4.4.2 myself. The instructions for this are rather minimal, but they do exist. I know reading is often characterized as the devil - it's not so bad How complicated the process is really depends on whether or not you are currently using the dark mms (option in the tweaked install or via the modificatinator) or dark email (which was posted here). If you are NOT using either of those, you can skip step 2 below
[size=+1]HOW TO UPDATE TO TWEAKED 2.X[/size]
1) Download the flashable zip you can get from the post here
2) IF you are currently using the dark mms or dark email, pull out the dark.prop from inside the zip you just downloaded and place it in your TweakedInstall directory on your phone
--- Open the dark.prop for editing (same rules apply here for editing this file that apply to editing the other prop files described in this post
--- For whichever app you have the dark version of, change the 0 to a 1
--- save and close the dark.prop
3) Boot into recovery and flash the zip
[size=+1]NOTES SPECIFIC TO TWEAKED 2.x[/size]
-- MMS --
If you can no longer see the text...
- It's likely the default color. Depending on whether it is the dark or light based mms the defaults are tied to color values in /res/values/colors.xml, so the themed version you are using may alter these values, or the particular background/bubble you are using may mask the text.
- If that is the case... you will pretty much have to use a custom text color (or change background/bubbles) as a result... so get to it!
-- SamsungIME --
If the multimodal key mod causes issues depending on where the keyboard is being used...
- Return the setting to "Stock" - this ignores anything I did and reverts all behavior to how it would be had I done nothing
If the key you set it to does nothing when you press it...
- Make sure the option itself is available!
- Good way to check - long-press the key... if it doesn't show in that menu... then the key won't work!
- For example - set it to the voice key but disable Google Voice Typing in Settings > Language and input -- key press does nothing, longpress does not show the voice icon
-- SecEmail --
Bypass exchange security...
- You need to choose what you want to do BEFORE you set up your account (actually, before you establish the security settings)
- ONCE YOU HAVE ESTABLISHED SECURITY SETTINGS FOR AN ACCOUNT - THEY ARE SET!! REGARDLESS OF CHECKBOX!
[size=+2]---TWEAKED 2.X CHANGELOG---[/size]
Code:
[u]Version 2.X - 3/13/14[/u]
Cleaned up number-of-toggles-to-display code
- Now max is better linked to SecSettings
- Can no longer add beyond max/remove beyond min
- Capped TSM number picker range relevant to selection you are number-picking for
- Control of toggle order/display back to SecSettings
ACTUALLY made it so camera didn't pause music while taking pic/recording
SecEmail behaves w/out FC if MyMagazines is removed <- thanks to nijel8 for starting this one
Restructured TSMParts
- "Goller-ized" it - you are special if you know what that means
- Tried to make entries make more sense related to their checked status
Fixed some issues related to volume wake and volume music controls
Added in package names to application manager/app ops in secsettings <- thanks to nijel8 for the know-how on this
Cleaned up tons of little things in TSMParts
- Updated images <- thanks to nijel8 and wally3614 for this
- Removed code no longer being used
TSMParts additions
-- GENERAL --
- Can now choose elements (outside of power/reboot) to show in power menu
- Can set longpress up/down actions for music controls <- thanks to team n3bula for the idea
-- Skip/Previous/Pause
-- STATUSBAR --
- Enable statusbar brightness control <- thanks to C3C076/GravityBox for a ton of helpful code, and VZW DroidCharge 2.3.6 TW
-- Only works if autobright is off
-- Longpress statusbar to start, slide left/right to control
-- Won't work if sview cover is closed
- Enable doubletap statusbar to make phone sleep/screen off <- thanks to sbreen94 for the files, and to BOOTMGR for making the mod
-- Won't work if sview cover is closed
- Can now choose number of toggles to display separate from a max allowed
-- Landscape/portrait
-- MISC --
- Bypass exchange security
-- YOU SHOULD THINK OF THIS AS MORE OF A ONE-TIME TOGGLE
-- Make your decision on this prior to setting up an account - once asked to set a secure lock AND DOING SO it will be there regardless of this setting
- Enable on the fly thread and conversation mms send/receive text color <- HUGE THANKS to nijel8 as this mod would not be possible without his work
-- NOTE: Thread (list of all conversations) requires exit/re-enter to change
-- NOTE: Mms in thread view will not be colored
- Option to choose what key to use as default multimodal key in SamsungIME <- thanks to nijel8 for pointing me in the right direction on this
Also - I added a funny... can you find it? <- thanks to team n3bula for the idea of where to put it :)
[size=+2]---TWEAKED 2.X DOWNLOAD LINKS---[/size]
Note 3 UVUBMI7 Tweaked v2.X UPDATE ONLY
NOTE: THIS IS TO BE FLASHED OVER TWEAKED 2.0
md5: 67D6F8236578DF85CB668C1882940AD1
Note 3 UVUBMI7 Tweaked T-Mobile ONLY OTA Stopper
NOTE: THIS IS TO PREVENT THE OTA NOTIFICATION - IF YOU ALREADY HAVE IT, YOU WILL NEED TO WIPE CACHE IN RECOVERY
md5: 8DF6F94EC0827B7F73BA1942A395F940
[size=+2]FAQ[/size]
Q: What the hell is TSMParts (new option in Settings menu)?
A: A interface for a huge slew of mods and tweaks originally put together by the original members of TSM and inspired by impressive works of numerous others - the TSM Parts interface acts as a control for all of the customizable fun available. There are a large number of options there - so make sure to check them all out!
Q: TSMParts is asking for superuser access?!?
A: Yep - there are some options (one in particular under Miscellaneous settings) that will need it, so make sure you grant it!
Q: I'm having overlap issues with statusbar icons and center clock - what should I do?
A: Yeah - things may overlap, so you will have to either change settings to avoid the issue or just deal with it.
Q: I set a statusbar icon to hide, but it's still there. What gives?
A: The statusbar icon tweaks may require a little effort on your part for changes to take effect. All changes can be elicited with a reboot/hotboot, BUT for most there are other ways:
-- Bluetooth/vibrate-silent/alarm icons/ime -- just change their state (on/off or vibrate/sound, etc)
-- No sim -- if the notification is already active you will need to reboot/hotboot to hide it
-- smart "eye" icon -- changes will happen once the eye triggers
Q: How is battery life on this rom?
A: This is a stock modified rom. As such, battery life will be equivalent to stock were you to be running a similar array of apps and kernel - it really should be no different than stock otherwise (which imo is not half bad really). The kernel and misbehaving 3rd party apps have more to do with battery life than a modified stock rom - at least in my opinion (and experience, though it's limited).
Q: I keep getting messages saying FlashBarService had to close - WHY YOU MAKE BREAK ON THIS!?!
A: There are two ways I've seen this happen. The first is when someone has HUNDREDS of apps installed - and in that case it usually FCs once and is fine after that. The other time I see it is when a particular app is installed that just refuses to play nice with multiwindow or penwindow. In that case, if it can be chased down and isolated, you can add the package name into the fbs_exclusions.txt file in /system/etc/ and all should be well once again. Worst case scenario - disable unlimited penwindow apps and unlimited multiwindow apps and see if things improve. If so, use the pick-what-to-include types of apks and see if the situation improves.
Q: So tethering is a common topic... can it be done with this?
A: Truth is tethering should work on any stock modified rom (with the exclusion of bluetooth tethering, which seems perplexingly to be the property of international-based stock roms only, or verizon from what I hear). The upsell avoidance is what people are really after - and much like others who lay the claim I did a little work in an attempt to avoid such things. That being said, there are one or two common things I've heard that are helpful (and unable to be set as defaults per my inability to figure out just how to do that) in attaining such a goal, and they all involve minor edits to the APN.
- The first is switching the APN protocol from IPv6 to IPv4/IPv6
- The second is adding auth to the list of APN types
I know little to understand why these things should have an impact, but reports indicate they do - so there you go
Q: CRT/fade animation doesn't work in landscape... why?
A: I actually forced this to be the case, as I could not avoid an odd half-screen effect scenario that happened in landscape - which was the result of a hacky fix to FCs that occurred with those animations and rotation changes.
Q: When I toggle navbar on/off there sometimes is a black bar left at the bottom - CAN YOU MAKE IT STOP!?!
A: This only seems to happen when toggled via the power menu and appears to be specific to the TW launcher - and has an easy fix. Open up an app, like Messaging for example, and then close it. The wallpaper will resize and all is well once again
Q: Why isn't the accurate data icon mod working!!?!
A: The only time that mod shows an effect is when you are on the T-Mobile network - I don't believe other networks will see a change in data icon behavior.
Q: After I flashed the 2.X update I can't see texts in Mms - WHY DO YOU TORTURE ME?
A: There may be instances where the default colors I point to in xmls don't jive with the bubble options you've selected, or have been edited based on the theme you are running. Seems like a good time to change the color of the text right?
Q: What is this LMT thing? How do you use it?
A: You need to check out noname81's thread here for info on that!
Q: Why don't you mention blah blah blah in your FAQ? It would have helped me a lot!
A: My bad - PM me anything you think should be added to this that would be helpful for the general user base!
[size=+2]How to custom install Tweaked[/size]
As I said, there are really three approaches to installing Tweaked:
[size=+2]----- DEFAULT -----[/size]
This is the approach used when one of two things has happened:
- 1) There was no preparation done or found as far as selecting options (i.e. no install.prop found where it should be on internal/external sdcard)
- 2) You are flashing an updated version of the main installer and failed to update your install.prop. Note that in this case your original install.prop can still be found, it just has a .bak added to the end of the file name.
This approach installs a set of options that harken back to the earlier alpha/beta days of the rom when there were no install options - it was just a zip that you flashed and that was it.
When you flash the main installer zip as-is and it will give you a default setup after installation - at which point you can then reboot into recovery and flash the modificatinator (see downloads post here) - which is still aroma-based.
[size=+2]NOTE:[/size] For the next two approaches please be aware that the process will likely need to be redone with new versions to make sure you have access to all available options!
I will try to keep changes to these files minimal, but changes are inevitable, so make sure to stay up-to-date with the version you are flashing, as otherise you will likely get the default install!
[size=+2]ALSO -[/size] with these approaches you can place the TweakedInstall directory on either the internal or external sdcard. That being said, in general if you have a TweakedInstall directory on BOTH your external AND internal sdcard, the files in the external sdcard directory will be chosen over those in the internal sdcard directory. Furthermore - it is VERY important that you DO NOT RENAME ANY OF THE FILES OR THE DIRECTORY! If you do you will likely get a default install when flashing the main installer (not the worst thing, but still).
[size=+2]----- BASIC -----[/size]
This is the approach that was discussed to some extent in the "SUPER SIMPLE SAFE APPROACH" in the first post. This approach utilizes the aroma installer, but it doesn't actually install anything. Instead, it creates and correctly places one of the files referenced in the advanced approach for you. On the surface it will appear quite similar to what you might see regarding aroma, but trust me nothing is being flashed (outside of one file being written to internal/external sdcard). You only need to do this once, unless you later decide you want to change your setup or you are flashing an updated version of Tweaked.
Again - THIS DOES NOT FLASH TWEAKED!
[size=+2]----- ADVANCED -----[/size]
This approach requires changes you will have to do, and therefore needs a little reading and preparing ahead of time. In order to help things along, I've put together a zip file (see downloads post here) with instructions and needed files - make sure to read the... well, the README! The contents of that readme file are below:
--- From the READMEFIRST-INSTRUCTIONS.txt in the InstallInfo.zip file ---
##################################################
# HOW TO CUSTOM INSTALL USING ADVANCED APPROACH: #
##################################################
1) Decide if you will be editing text files on the computer or the phone
- regardless of where you do this, the result must go in a specific directory on your internal/external sdcard (see below)
- if you use a computer to edit, make sure it uses the Unix-style end-of-line character (you can use Notepad++ on a PC)
- Not all text editors work as you need them to if doing this on the phone - I have only tried it using the built-in text editor in Root Explorer
######## THIS IS VERY IMPORTANT AND A SOURCE FOR SIMPLE MISTAKES - YOU HAVE BEEN WARNED! ########
2) Extract the TweakedInstall folder
- Inside are four files - the main one of interest is install.prop
3) Open install.prop and read the instructions
- it is on this file you select options
- this is similar in idea to how it was done in aroma
- ALL you are doing with this is changing the numbers that come after the = signs
- DON'T CHANGE ANYTHING ELSE! ONLY NUMBERS!
- Follow the instructions for what each number means for each choice
4) Complete any other OPTIONAL file edits per how you want to install
OPTIONS INCLUDE (these are for the more advanced users around - THEY ARE NOT NEEDED AND CAN BE IGNORED):
- If you opted to further debloat beyond available options and have set dangertweak to = 1
- edit the applist file with the apk name that you want removed
- ONE APK PER LINE
- see baseapplist.txt for a list of apk names that are included on /system as "default"
- If you opted to keep some pre-existing system files and have set savelist to = 1
- edit the savelist file with the full path to the file you want saved
- so for example if you wanted to save a script file called 02ForExample that was in the init.d folder, you would enter
/system/etc/init.d/02ForExample
into the savelist file
- ONE PATH PER LINE
5) Make sure the directory along with your newly-edited files are moved to your sdcard if not already
### IMPORTANT: THIS DIRECTORY HAS TO BE AT THE ROOT OF YOUR SDCARD (INTERNAL OR EXTERNAL)!! ###
### IMPORTANT: THE NAME OF THIS DIRECTORY MUST NOT CHANGE!! ###
### IMPORTANT: YOU ARE DOING THIS AT YOUR OWN RISK!! ###
6) Boot into recovery and flash the main installer zip
TAKE HOME:
The edited install.prop file (and optional ones related to it) being kept in the TweakedInstall directory on your sdcard will make it so you won't need to do any choosing the next time you want to flash the main installer. You can always come back to or reflash Tweaked exactly how you have set it up with no extra effort!
--- End READMEFIRST-INSTRUCTIONS.txt -
The hope is that these instructions are as simple but as thorough as possible for those wanting to embark on the advanced customizing approach.
[size=+2]---MAIN DOWNLOAD LINKS---[/size]
Note 3 UVUBMI7 Tweaked v2.0 -- Mirror
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: 83BE15BB0B25EB7DAD27D40D72976565
Tweaked v2.0 Basic Approach Prepare Install -- Mirror
NOTE: While this is flashable, it does NOT flash the rom!!
md5: FCF29906918F11EE41E2C8719EA49067
Tweaked v2.x Advanced Approach Installer Information -- Mirror
NOTE: This is NOT a flashable zip! Open it up and read through it!
[size=+1]---OTHER DOWNLOADS---[/size]
Tweaked Modificatinator UVUBMI7 v2.0 -- Mirror
NOTE: This is an aroma installer that lets you un/re/install most of the mods from the main installer
md5: 43D142EAFFCACC24E28A123E116B8308
SView Background Aroma v1.0
NOTE: This lets you assign 1 of 27 different custom sview backgrounds to use with the custom sview background option in TSMParts (thanks to @boobah204). There is also an option to use your own image - see aroma zip for more info.
md5: 2074E7A9604B7675145723F960D3F8AA
Battery Aroma v1.1 -- Mirror
NOTE: This lets you assign 1 of 67 different battery icons (thanks to @foreverloco) to any of the 3 battery icon options available in TSM Parts.
md5: 9AAEC9876E20B97B1E951C02D96D3996
Batt1 charging battery icon fix
NOTE: Flash this if you try a battery icon mod that is NOT from the Battery Aroma zip and notice the charging icons aren't behaving.
md5: FD4AB3286F4C8153E0743C496D269D0D
---OLD DOWNLOADS---
[size=-1]Note 3 UVUBMI7 Tweaked v1.0
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: E8C1CCDA4543647BF513C9C4BE6D1113
Tweaked v1.0 Basic Approach Prepare Install
NOTE: While this is flashable, it does NOT flash the rom!!
md5: E627E7BF2D59D4670EA3D6F4F15A0A52
Tweaked v1.x Advanced Approach Installer Information
NOTE: This is NOT a flashable zip! Open it up and read through it!
Tweaked Modificatinator UVUBMI7 v1.0
NOTE: This is an aroma installer that lets you un/re/install most of the mods from the main installer
md5: 4CB4441A9B823A1808E66DE35BF6C45D[/size]
[size=+2]THANKS GO TO:[/size]
sbrissen - smali tips and what not
nitsuj17 - tips, advice, useful info, and tireless stifling
imnuts - far too many reasons to list
jt1134 - far too many reasons yet again
ChainsDD and Chainfire - reasons upon reasons
Alexia Whitehurst - support, theme/mod work, and a host of other things too numerous to name
wanam/lidroid - amazing guides
amarullz - awesome install utility
dirtybudha - for lending me some server space for screenshots and mirrors
wally3614 - awesome icons, boot animation, AT&T testing, and amazing theme work!
nijel8 - a number of awesome mods (settings package names, mms text coloring, awesome call ended screen mod info, secemail mods, tsmparts improvements, etc.) - great help!
itsmikeramsay - helping get the AT&T side of things up and running, kernel stuff
JaeKar99 - for awesome wallpaper/banner/boot animation work now and in the past for Tweaked (if you like his work feel free to show him!)
Warrior1975 - for kicking things off to even get this phone in the first place
AkaTheMacDaddy - tester extraordinaire and endless encouragement
KalEl7 - tester extraordinaire and endless encouragement
boobah204 - awesome sview aroma and testing
mikeyxda - help w/ non-murky ripplier lockscreen
foreverloco - for making an awesome AOSP theme specific for my muddled mess of a rom
prdog1 and mikeybones - critical pieces to the long-press-kill mod
prdog1 again - general support/info/help
deeznutz1977 - testing and idea making
icedventimocha - for making awesome toggle images for the new toggles (WiFi Calling, Torch)
ReelFiles - uber-thorough testing of little-used nuances
Owlensteed - testing and mediafire goodness
beanstown106 - pointing me towards the aosp lockscreen info
chopperthedog - for hooking me up with file hosting stuffs
gunnermike - also providing hosting for files
Endless2232 - layout (and general) xml guidance
MidnightNinja - image repairs and what not
loserskater - improved volume skip info
[email protected] - help w/ SysScope from back in the Note2 days
noname81 - all the good LMT launcher work - check out his thread for more info!
didact79 - awesome guides that get me pointed in the right direction
scalee - amazing pointers on modifying flashbarservice/multiwindow
JoshBeach - letting me use his font apk and helping me debug things without even knowing it
dragonstalker - pointers, tips, general helpfulness
erikmm - pointers, tips, general helpfulness
merwin - pointers, tips, general helpfulness
All of TeamSbrissenMod and those responsible for TSMParts
Anyone else I likely forgot
[size=+2]ALL OF THESE PEOPLE DESERVE YOUR THANKS! MAKE SURE THEY KNOW THAT![/size]
Beyond the contributions of the above individuals, there were a number of guides found on xda or via google that were used along the way. Some representative samples include:
CRT/Fade animation guide
This and this were looked at for upsell avoidance attempts
Finger ink effect
Aroma installer info
Call recording guide
This and this held clues for the Nfc screen off/lockscreen mod
SecMms.apk modding info
Better volume skip info
This guide helped me figure out my twist on the lockscreen torch
Signature verification removal
xposed multiwindow mod by Scalee used as a guide for editing flashbarservice
Quick enter mod guide for pin/pass lockscreens by loserskater
FemBlack and XBlast for clues on volume key cursor movement
zst123 and XuiMod for clues and smali bits regarding muiu battery bar mod
C3C076 and GravityBox for clues regarding statusbar brightness control mod
A bunch of others that have become buried in my browser history...
Not sure what I'll do with this post quite yet, but I'm sure I'll find a use for it soon enough
In the meantime - I hope everyone enjoys my take on things!
Can't resist. 1st..
Look forward to the awesomeness that will ensue here. Thx dwith!
Legen.........wait4it...... dary
And boom goes the dynamite
Thanks for all that you do dwith
sent from my ??????? note 3?
No other rom even comes close. Extremely well done good sir!
:beer:
For us already on this, should we update?
sent from my N3 using XDA Premium 4 mobile app
BDR456 said:
No other rom even comes close. Extremely well done good sir!
:beer:
For us already on this, should we update?
sent from my N3 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Which version you running?
sent from my ??????? note 3?
Just installed it yesterday as per your suggestion
sent from my N3 using XDA Premium 4 mobile app
BDR456 said:
Just installed it yesterday as per your suggestion
sent from my N3 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Derp lol... nope your good...you could re down the battery aroma. Dwith added more colors
sent from my [email protected] note 3?
deeznutz1977 said:
Derp lol... nope your good...you could re down the battery aroma. Dwith added more colors
sent from my [email protected] note 3?
Click to expand...
Click to collapse
I actually don't use the regular battery icon. Usually remove it and use the battery bar.
Man do i like this rom!
sent from my N3 using XDA Premium 4 mobile app
tweaked note 3
Thanks again for a great rom for a top device.
U THE MAN!
Confirmation number: 6SC06034NV831773J
Looks like I am late to the party... I knew I shouldn't have slept in! Thank you, Dwith!!!!
ROM is Super Awesome!
Finally lol thank you
NOTE 3
From the Note II to the Note III, Awesome Sauce... Thanks for the RoM Dwith!!!
[size=+2]TweakedN3 3.95 UVUDNF9 4.4.2 SM-N900T Samsung Galaxy Note 3[/size]
{
"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"
}
Hey everyone - me again, resident no-one-in-particular. Much like my previous forays into "projects"... I'm finally getting to where I feel good about posting this little mess - and it only took 4 months! Clearly I am still lacking a bit in the speed department, but hopefully folks enjoy what I've managed to muster together so far. This was originally based on the stock UVUDNF1 T-Mobile TouchWiz 4.4.2 and is now based on the stock UVUDNF9 4.4.2 base - the most recent official update at the time of writing this post... In other words - this is a stock modified T-Mobile rom! As I already mentioned this took quite a while to put together as a number of my tinkerings had to be more or less reworked from scratch (stemming from tinkerings on other devices and changes between 4.3 and 4.4.2 - and even between 4.4.2 builds), but on the upside I'm pretty happy with how things have turned out.
It should be noted that I still consider this a work in progress, so even though there are a number of things that I still want to include - at the time of writing this post I feel enough is done to warrant it actually being posted. That way others (assuming others give it a shot) can let me know if things don't work or if any oddities come up. Also feel free to comment on how this might improve, if I've gone about anything in a not-so-smart way, or if there is anything you would like to see (or wish wasn't there) - I can't promise I'll do anything about it, but such requests keep me motivated and learning, and thats been the driving force behind my tinkering since it began really
[size=+2]I AM IN NO WAY RESPONSIBLE FOR ANYTHING THAT HAPPENS (GOOD OR BAD) AS A RESULT OF FLASHING OR ATTEMPTING TO FLASH WHAT IS POSTED HERE![/size]
In an attempt to keep things clear and concise, see below for links to posts containing various bits of should-be-read info on what this is all about.
Wally's World
General installation instructions
Advanced/Custom installation instructions
FAQ and notes
Downloads
Links to compatible themes
Thanks and resources
Click to expand...
Click to collapse
[size=+2]SCREENSHOTS[/size]
While the theme is pretty much stock, I figured I would throw in a few screenshots that show a few minor things. If you want to see the screenshots (and they aren't already showing) just click the "CLICK TO SHOW CONTENT" (or "SPOILER") button!
Click to expand...
Click to collapse
[size=+2]---CHANGELOG---[/size]
Code:
[u]Version 3.95 - 10/30/14[/u]
Again with some minor miscellaneous fixes
- Fixed an issue with init.d on stock kernel
- Allowed SELinux status to show in About Phone for ATT folks
-- Force update SuperSU to v2.16 for ATT permissive scripts to work
- Prevented new unlock effect sounds from bleeding over into AOSP unlock style
General
- Renamed particle and lens unlock effects to popping colors and light
- Scrapped the N3 twist on particle (or popping colors) and fully ported the S5 version
-- No longer need to force kill SystemUI when switching to/from particle
- Screen record option in power menu thanks in large part to @0xD34D
- Revert the patent block on SamsungIME autocorrect - for funsies
TSM Parts additions
=== General ===
- Added option to disable FLAG_SECURE
-- prevents disabling screenshot in some apps
- Added option to have plug-in notification use sound instead of always vibrate
=== Power menu ===
- Added option to show/hide screen record toggle
-- Also included screen record options for video size, bitrate, and sound
=== Statusbar ===
- Separated toggle color options
-- Now can color indicator and icon separately
- Added option to set custom target for TSM toggle longpress
- Added DOW MTH DD option for Day Month format
- Fixed an issue w/ other languages and the Day Month format mod
[u]Version 3.9 - 10/06/14[/u]
A few more miscellaneous fixes
- Fixed FC issues for ATT folks on SecMms and SecContacts
- Fixed issue w/ S5 Mms and SecTelephonyProvider
- Fixed FC when adjusting volume and chromecast-ing
- Corrected typos and reworked a number of things in updater-scripts
- Cleaned up things related to statusbar clock
- Fixed 30min screen timeout resetting to 10min on reboot
- Notification sound now plays when connecting charger
General
- Unlocked particle and lens unlock effects thanks to bri315317
-- SysUI is killed when switching to/from particle
-- Includes lock/unlock sounds for both newly unlocked effects
- Edited GPS toggle to cycle through all location options
TSM Parts additions
=== HardKey ===
- Added "Do nothing" options for hardkeys
- Added/altered a few icons seen in picker
=== Statusbar ===
- Cleaned up some code related to clocks
- Added option to hide clock but still show date
- Completely hide clock now in clock position settings
- Added several date/day formats to choose from
[u]Version 3.8 - 9/20/14[/u]
A few miscellaneous fixes
- Custom double-press home now works independent of s-voice settings
- Can now set Screen off as a custom target for hardkeys
- Power menu option as custom target for hardkeys no longer needs an initial activiation via power button
- AirView settings in S5 UI now points to the N3 location (so you can turn it on/off now)
- Added Font settings to S5 SecSettings UI
- Added a Tweaked version of The Box thanks to erikalin - check it out!
General
- Updated to TMo UVUDNF9 4.4.2 base
- Updated S5 SecMms (was using initial release - now NG4)
- Edited TSMParts so white/black background shows behind colored text to improve legibility
TSM Parts additions
=== General ===
- Can now disable capacitive keys from lighting up on screen touch
-- NOTE: It will still occur on lockscreen screen touches...
- Added Heads Up notification on/off
- Added custom timeout for Heads Up notification
=== Statusbar ===
- Option to enable/disable volume slider in pulldown
[u]Version 3.5 - 8/28/14[/u]
Miscellaneous Fixes
- Fixed the Call Forwarding FC in call settings
- Fixed some miscellaneous ATT-related bugs in SecPhone
- Fixed the ebay search issue
- Cleaned up some multiwindow stuff in order to make Trigger happy
- Removed camera and a few others from multiwindow stuff
- Added in some stuff to the toggle resets (both in SecSettings and TSMParts) that can help if the torch toggle gets "stuck" (I've seen this happen when there are FC issues involving SystemUI or Keyguard)
- Redid one aspect of a wifi calling check that wasn't working in SecContacts, so hopefully ATT folks will no longer have (or at the very least a decreased number of) force closes involving SecContacts
- Fixed the secure camera widget mod
- Just for funsies I also worked in the fix for the SystemServer crash based on the xposed mod put together by @thomashoffmann (info thread found here - make sure to thank him for the fix!)
General
- Updated to TMo UVUDNF4 4.4.2 base
- Removed the S5 MMS quick reply 160-character limit
TSM Parts additions
=== General ===
- Added custom Animation Scale options
-- anything in range of 0.00 to 10.00
-- did this for window animation, transition animation, and animation duration
-- also removed them in developer settings and added a link to tsm parts
- Added disable doublepress home option to hardkey settings area
- Added power menu as an option for hardkey custom app selection
=== Statusbar ===
- Can now pick custom app that opens with dateview click
-- Triggered when clicking on time/date with pulldown active
=== Touchwiz app settings ===
- Can now pick custom app that opens with upswipe on N3 TW Launcher
[u]Version 3.0 - 7/14/14[/u]
General
- Based on TMo 4.4.2 UVUDNF1
- 4 way reboot
- Added screenshot as an option for powermenu
- Removed annoying popups when using powermenu data/airplane mode toggles
- Syscope has been eviscerated - system official status
- CarrierIQ removed/edited/neutered as well
- custom boot animation support
-- just inject bootanimation.zip in /system/media
-- if not included, will play stock qmg instead
- Replaced TMo-flavored bootanimation/shutdown qmgs with international variants
- Appended PowerOn/Off.oggs w/ .bak to "remove" those sounds
- Increased max number of lockscreen widgets allowed from 5 to 8
- Disabled the annoying how-to-clear-defaults popup when selecting "always" for default app
- Unrestricted widget selection for lockscreen widgets
- The funny haha from 4.3 has been worked back in :)
- Made some minor edits related to tethering - of varying worth it seems, so be warned
- Edits throughout that allow for the removal of wifi calling things for non-TMobile phones
--- NOTE: This just means things have been prepped for such a scenario - wifi calling is still included!
--- For those not using TMo service, you need to opt for the appropriate carrier to ATT-ify things!
- Edits made to neuter/remove the rom-side dvfs hijinx - thanks #bizcoon for the help :)
-- Left wakeup booster intact to avoid wakelag
- Disabled signature checks
- Removed some Knox apks
- Forced all apps in multiwindow/penwindow
-- If an app doesn't agree w/ it, you can add the package name to /system/etc/mwin_exclusions.txt
-- App-Specific Mods (Listed Alphabetically) --
MultiWindowTrayService edits
- Force the allowing of quad view
PopupBrowser.apk
- Oldie but goodie from N2 - up-and-running and what not :)
PageBuddyNotiSvc2 edits
- Allowed apk to listen to settings so you can shut off notifications
- Headphones connected, spen detached, etc.
SamsungCamera edits
- Removed low battery restrictions
- Prevent music pausing when focus/shutter sound plays or when taking video
- Can now take video while in call - because why not right?
SamsungIME edits
- Enabled native longpress delay controls (200, 300, 500ms or custom)
SecEmail edits
- No longer force-closes if you remove MagazinesHome/Lounge (MyMagazines)
SecLauncer edits
- Enabled theme chooser capability
- Included theme chooser, including 6 extra theme apks
SecSettings edits
- Disabled some popups (adb, nonmarket, wifi on when turning on hotspot)
- Disconnected from tether provision apk
- Disabled font apk checking
- Enabled menu list/grid option on stock ui
- Added spen, removed fingerprint and rearranged some things on "s5" ui
- Enabled font clarity option
- Enabled spellcheck on/off in language settings
-- May require install of keyboard like google keyboard
- Enabled call/message block
- Refined some of the animation step options in developer settings (.25 and .75 added) - thanks bajasur!
- Connected notification panel settings w/ tsm toggle settings
-- Won't let you add more than max set by custom toggle number setting in tsm
-- Won't let you remove if you have only 3 active
SecMms edits
- Slight bump to attached mms image quality
- Slight increase to allowable size
- Increase to allowable recipients, messages, sms-to-mms thresholds
- Enabled emoji to be sent as sms
- Enabled folder view option, save to sdcard, reply all option
SecContacts edits
- Increase to allowable recipients to match SecMms
- Added image for VoLTE icon when using Call Icon display mod
SystemUI edits
- Enable auto-brightness adjust in pulldown
- Added 3 toggles (TSM, wificalling, flashlight)
-- Borrowed a little from the TMo S5 "official" wifi calling toggle
- Unlocked a number of hidden toggles
- Added an S5 version of smart network toggle icon
- Eliminated popups/warnings on data/airplane/wifi hotspot toggles
- Toggles will "re-size" when fewer than the custom portrait/landscape number of set to show
- Made some image/xml edits with the help of foreverloco and wally3614
-- Allows custom notification background to be seen better, and can allow for transparency
-- Lessened the amount of dim that occurs to the background when pulling down notification panel
- Edits to SecSettingsProvider to have all toggles show after data wipe
TSM Parts
- Underwent some MAJOR restructuring -
- Added ability to set it as a shortcut
- Open pen app window
=== Device info ===
- Device information
- Battery history
- Battery information
- Usage statistics
- Wifi information
=== General ===
- Link to developer options
- Option to disable wakeup booster (only allowed dvfs element, hopefully anyway)
- NFC mod type
-- Stock, lockscreen, screen off
- Option to choose custom air command text color
- Custom popupbrowser popout app
-- Requires popupbrowser from 4.3 tweaked...
- Screen off animations (NOT "on" - by design)
-- Stock (200ms fade), CRT (400ms), Fade (600ms)
- Disable wake on un/plug
- Disable low power screen dimming
- Disable low/full battery notification
- Hide pagebuddy notifications
- Enable volume panel expanded as default
- Enable/disable headphone ear protections
- Power menu options are now working
- Hardkey options -- NEW --
-- Volume cursor control type
--- Up/down moves cursor in text field left/right
--- Up/down moves cursor in text field right/left
--- Up/down does not move cursor in text field (stock)
-- Enable volume music controls
--- Option to set volume up/down longpress action
--- Can choose from skip, previous, or pause
-- Alter actions of doublepress home; longpress menu, back, home
--- Can pick any shortcut or visible-to-app-drawer app for any of them
--- Can also choose "screen off" option
-- Longpress app kill options
--- Can set to menu, back or none
=== Lockscreen ===
- Link to SecSettings lockscreen options
- Option to use custom lockscreen timeout
-- Can choose between 3-30 seconds
-- Note that SmartStay will override these settings
- Option to alter sview background (altered option is just flat black)
-- This also forces the apply-to-all to be NO in SecSettings when checked
- Option to force cover to be considered SView cover
- Option to disable lockscreens (separate from secsettings option)
- Option for Note3 or AOSP style lockscreen
- Option to disable aosp haptic feedback
- Option to allow quick pin/pass unlock
-- NOTE: This will cause a perceived slow down in responsiveness as every letter typed beyond three gets checked
- Allow camera widget on secure lockscreens
- Option to use custom carrier text (and choose text)
- Option to choose custom carrier text color
- Option to disable powermenu on lockscreen
- Option to disable home button wake
- Enable lockscreen torch
-- NOTE: Does NOT work on SView screen - this is by design
- Option to enable volume wake (requires kernel support or device to be plugged in after few seconds of screen off)
- Option to enable finger ink when swipe + ripple are on
- Option to enable custom ink colors
- Option to set custom ink color
=== Statusbar ===
- Option to toggle between S5 and N3 UI for SystemUI
- Enable statusbar brightness control
- Enable doubletap statusbar sleep
- Disable in-app icon dimming
- Option to use custom color for status bar
-- NOTE: Statusbar will still behave as it did on stock in regards to transparency
- Option to locate toggles at top/bottom or hidden from notification area (thanks to cbucz24 for starting the bottom toggle work!)
- Link to stock toggle options
- Toggle reset is functional
- Set max number of scrollable toggles
- Option to limit number of toggles shown on panel to same max scrollable number
- Set portrait/landscape toggle number
- Turn on/off and set custom toggle/toggle text color
- Option to hide toggle text completely
-- This also shrinks the toggle size - thanks @timurg for pointing me in the right direction :)
- Show/hide brightness bar
- Clock options
-- AM/PM type
-- No clock
-- Left/right/center
-- Custom clock color
-- Day of week large/small
- Accurate data icon type
- Enable persistant data icon
- Show dBm, label, and color options
- Option to hide signal icon
- MIUI battery bar options
-- standard miui feel
-- mirror
- Enable charging animation of battery bar
- Can also set color of battery text/bar via battery text/bar options
- Removed hide battery checkbox
- Show battery % text option
- Now icon type has 4 options
-- 4.4 stock
-- 4.4 w/ percent in icon
-- 4.3 image based (charging not animated, charging icons do not have anim in name)
-- none
- Option to alter color of 4.4 battery and text/bolt
- Option to use static image, animation, or custom color for notification area background (thanks to @jimmydene84 for starting the work on this one!)
- Option to use stock or animatation sequence for notification area close handle (thanks to @wally3614 for images!)
- Date/Clock color
- Show clear in header (AOSP style)
- Hide no notifications text box
- Hide Notifications text box
- Use custom carrier text
- Use ATTcarrier (statusbar) location
- Set custom carrier text
- Set carrier text color
- Statusbar hide nfc icon option
- Statusbar hide smart screen icon option
- Statusbar hide blocking icon option
- Statusbar hide ime picker icon option
- Statusbar hide alarm icon option
- Statusbar hide bluetooth icon option
- Statusbar hide vibration/silent icons option
- Statusbar hide wificall icon option
- Statusbar hide no sim icon option
=== Touchwiz app settings ===
- Switch between stock and "S5" ui
-- restarts Secsettings in new ui
- Email exchange bypass
-- MUST set this to what you want PRIOR to setting up the account!
- Steady ringer
- Skip call ended screen
- Show record button
-- NOTE: call recording now works out-of-the-box - seems TMo fixed that!
-- That being said - thanks go to freeza for pointing me to where the edits need to go if not already there!
- Show call in contacts
- Enable scrollable wallpaper
- Enable infinite scroll
- Enable hide apps/disable apps in app drawer
- Alter home upswipe target to Google Now
- Enable smiley button
- Network time stamp
- Disable sms/mms logs
- Enable convo send/recieve text color
- Enable thread list send/receive text color
Let me know if there are any suggestions/issues/etc. - also, feel free to stop by the IRC channel Alexia Whitehurst was so kind to make for all of this on freenode - #tweaked. If you don't have an IRC client you can always use their webchat interface here. Happy flashing!
XDA:DevDB Information
TweakedN3 v3.x, ROM for the T-Mobile Samsung Galaxy Note 3
Contributors
dwitherell
ROM OS Version: 4.4.x KitKat
Based On: UVUDNF9 T-Mobile Stock 4.4.2
Version Information
Status: Testing
Current Stable Version: 3.95
Stable Release Date: 2014-10-30
Created 2014-07-15
Last Updated 2014-10-30
THEME COMPATIBLE UPDATE FOR TWEAKED 3.0[/B]
KRYON THEME FIXES ONLY
MATERIAL-L ******UPDATED FOR TWEAKED 3.95 ONLY!!!! Others are YET to be Updated
http://www.mediafire.com/download/pd7fnraxofpqqws/KRYONTHEME_MATERIAL-L_TWEAKED_3.95NF9.zip
FLAT MURDER
http://www.mediafire.com/download/hh6cnu6ch0ap5je/Tweaked3.0.Fixes_FLATMURDER.zip
RED-FLAT MURDER
http://www.mediafire.com/download/yogm39vvhglhxea/KRYONTHEME_RED_FLATMURDER_NF1_TWEAKED_07202014.zip
changelog
- Fix the Call Forwarding FC in call settings
- Fix the ebay search issue
- Added in some stuff to the toggle resets (both in SecSettings and TSMParts) that can help if the torch toggle guts "stuck" (I've seen this happen when there are FC issues involving SystemUI or Keyguard)
- Redid one aspect of a wifi calling check that wasn't working in SecContacts, so hopefully ATT folks will no longer have (or at the very least a decreased number of) force closes involving SecContacts
- Fixed the "bug not found" - the secure camera widget mod wasn't working correctly (originally visibility was attached to a stock swipe lockscreen setting over the tsm option; it also did not work on pattern/signature lock)
- Just for funsies I also worked in the fix for the SystemServer crash based on the xposed mod put together by thomashoffmann
______________________________________
BELOW ARE RESOURCES FOR MY THEMES @foreverloco THEMES AND COLONEL-X kernel. All in one post baby!
KRYON THEME
FOR THE GALAXY NOTE 3 on ATT & TMO RUNNING TWEAKED NF1 KITKAT ROM O N L Y
KRYON THEME is a new theme that digs a little deeper into your Touchwiz ROM's DNA. Its not just image work, but expanding into the smallest things and exploring/exposing new ideas that will make Touchwiz become almost a new UI feel. With KRYON THEMEs, I wanted to merge that edgy taste with a bit of class, to the Touchwiz experience while driving that happy feel and sleek look through out. As an avid AOSP lover, I simply love the Note 3 and all its glory, just not the hideous look of stock TW. KRYON THEME hopes to make you smile
These versions are IN BETA RELEASE and consists of the Main Structures-Framework, SecSettings, SecContacts, SecPhone, SystemUi, S5-Mms, Calculator, Job Manager, MultiWindowTray, MusicPlayerWT, Camera and Clock of course there is more to come. Just getting started...
Screenies:
MATERIAL-L
FLAT MURDER
RED-FLAT MURDER
DOWNLOAD LINK HERE:
http://forum.xda-developers.com/showthread.php?p=53607818#post53607818
For FOREVERLOCO's BADAYUSS AOSP Multi Color Themes for Tweaked
Download Link Here:
http://forum.xda-developers.com/showthread.php?t=2676315
Black n White Theme by @cbucz24
Download here:
http://forum.xda-developers.com/showthread.php?t=2798112
[THEME]☆NF1 Black & White Tweaked/ Updated 7/17☆
-----------------------------------------------------------------------------------------------
[/URL][/IMG]
ColonelX | ColonelXB
[size=+2]TWRP Installation instructions[/size]:
While this rom does offer some customizable options at install - THE CUSTOMIZATION PROCESS IS NOT QUITE THE SAME AS OTHER ROMS!!
What does this mean? Well, if you want to tailor your installation using some of the available options, you'll have to read up on how to do so.
Wut?!? I have to read then!?! NOO!!!!
LOL - well like I said you really don't HAVE to read about this, it's only if you want to customize things outside of the default setup. If you don't want to customize anything, then simply flash the main TweakedN3 zip and be on your way. NOTE:Info on default and custom install options can be found during aroma interactions or in the installation instructions zip!
So you want to customize the install? Sounds good - and read on.
This was an idea that I started using over on the Note2, but the end result leaves two custom install approaches that lead to the same result. One advantage (for those that like customizing a bit at install anyway) is that after an initial step - you will no longer need to go through aroma and reselect options when reinstalling (assuming you don't delete some files in a particular directory of course). This should be a boon to those that enjoy flashing this and that, as the process of reinstalling complete with customized options will now be much faster. [size=+1]NOTE:[/size] Unless you use the default approach you will most likely need to edit/redo this process for each update to make sure all new/edited options are up-to-date! This isn't excessively relevant yet, but it will be soon enough I imagine.
A complete explanation of the advanced approach can be found in this post, but the focus here is on the approach most fitting to the general (or new-to-flashing) user.
Before getting into that though, remember that the usual rules still apply:
- While very much stable in my experience you should be cautious whenever you flash. Make sure to wipe data/factory reset to avoid issues.
- I highly recommend wiping data (or even in extreme cases flashing the UVUDNF9 ODIN file - this has been shown anecdotally to not be necessary, but still it's good to note that you can grab such files via kies or from here - search for N900T and grab the most recent one - registration on the site is required, but is also free) before getting started with any of this. This is just a recommendation - not a requirement - and yes, if you flash an ODIN file that means you will have to reflash a custom recovery before moving forward.
- Tweaked needs to be flashed in a custom recovery - I recommend TWRP myself. There are reports that CWM itself does not work with this, but recoveries based off it like PhilZs seem fine. Just note that the only one I've tested this on is TWRP - so tread cautiously if treading elsewhere This should of course imply that you will need to already have such things in place if you are interested in giving this a try. For what its worth - I have been using TWRP for quite a long time on the Note3 and have been quite happy with the results.
[size=+1]THE SUPER SIMPLE SAFE APPROACH[/size]
Well the super simplest of all approaches would be to just flash the main install zip. For those that tried any of the alpha/beta zips discussed here the result will be very similar to what was experienced with those.
Now, if you want to have a little more say in what gets installed, and you don't care much for the underpinnings of it all, then this is all you really need to know to install Tweaked:
- Download TWO zip files from the downloads post
--- The basic approach prepare install zip
--- The main TweakedN3 UVUDNF9 zip
- Boot into custom (e.g. TWRP) recovery (if not already there)
- It's STRONGLY recommended to wipe data/factory reset
- FIRST flash the basic approach prepare install zip
--- This is an aroma-style interface where you choose from install options
- THEN without rebooting flash the main TweakedN3 UVUDNF1 zip
- Nod in approval that while different the process was still easy
Click to expand...
Click to collapse
Just for the sake of comparison, below is what I would consider the general fits-whatever-install-approach-you-chose installation instructions:
[size=+1]THE GENERAL APPROACH[/size]
- Backup your current setup/data
- Decide which install route (basic/advanced/default) is best for you
- Download the main installer and put it on your internal/external sdcard
- If you decided on the advanced or basic install route, download relevant zip for said approach
- If you decided on advanced, set up the file(s) and place them on internal/external sdcard as instructed
- If you decided on basic, place zip on your internal/external sdcard
- Boot into custom (e.g. TWRP) recovery (if not already there)
- Recommended to wipe data/factory reset
- If you decided on basic, flash the basic installer zip
- Finally, select and install the main installer .zip you put on your sdcard
Click to expand...
Click to collapse
[size=+2]How to custom install Tweaked[/size]
So you've decided to customize the install a bit eh? Good to hear.
[size=+2]NOTE:[/size] For this approach please be aware that the process will likely need to be redone with new versions to make sure you have access to all available options!
I will try to keep changes to these files minimal, but changes are inevitable, so make sure to stay up-to-date with the version you are flashing, as otherwise you will likely get the default install!
[size=+2]ALSO -[/size] with both custom install approaches you can place the TweakedInstall directory on either the internal or external sdcard. That being said, in general if you have a TweakedInstall directory on BOTH your external AND internal sdcard, the files in the external sdcard directory will be chosen over those in the internal sdcard directory. Furthermore - it is VERY important that you DO NOT RENAME ANY OF THE FILES OR THE DIRECTORY! If you do you will likely get a default install when flashing the main installer (not the worst thing of course).
[size=+2]----- ADVANCED -----[/size]
This approach requires changes you will have to do, and therefore needs a little reading and preparing ahead of time. In order to help things along, I've put together a zip file (see downloads post here) with instructions and needed files - make sure to read the... well, the README! The contents of that readme file are below:
--- From the READMEFIRST-INSTRUCTIONS.txt in the TMoInstallInfo.zip file ---
########################################################
# HOW TO CUSTOM INSTALL USING ADVANCED APPROACH: #
########################################################
1) Decide if you will be editing text files on the computer or the phone
- regardless of where you do this, the result must go in a specific directory on your internal/external sdcard (see below)
- if you use a computer to edit, make sure it uses the Unix-style end-of-line character (you can use Notepad++ on a PC)
- Not all text editors work as you need them to if doing this on the phone - I have only tried it using the built-in text editor in Root Explorer
######## THIS IS VERY IMPORTANT AND A SOURCE FOR SIMPLE MISTAKES - YOU HAVE BEEN WARNED! ########
2) Extract the TweakedInstall folder
- Inside are four files - the main one of interest is install.prop
3) Open install.prop and read the instructions
- it is on this file you select options
- this is similar in idea to how it was done in aroma
- ALL you are doing with this is changing the numbers that come after the = signs
- DON'T CHANGE ANYTHING ELSE! ONLY NUMBERS!
- Follow the instructions for what each number means for each choice
4) Complete any other OPTIONAL file edits per how you want to install
OPTIONS INCLUDE (these are for the more advanced users around - THEY ARE NOT NEEDED AND CAN BE IGNORED):
- If you opted to further debloat beyond available options and have set dangertweak to = 1
- edit the applist file with the apk name that you want removed
- ONE APK PER LINE
- see baseapplist.txt for a list of apk names that are included on /system as "default"
- If you opted to keep some pre-existing system files and have set savelist to = 1
- edit the savelist file with the full path to the file you want saved
- so for example if you wanted to save a script file called 02ForExample that was in the init.d folder, you would enter
/system/etc/init.d/02ForExample
into the savelist file
- ONE PATH PER LINE
5) Make sure the directory along with your newly-edited files are moved to your sdcard if not already
### IMPORTANT: THIS DIRECTORY HAS TO BE AT THE ROOT OF YOUR SDCARD (INTERNAL OR EXTERNAL)!! ###
### IMPORTANT: THE NAME OF THIS DIRECTORY MUST NOT CHANGE!! ###
### IMPORTANT: YOU ARE DOING THIS AT YOUR OWN RISK!! ###
6) Boot into recovery and flash the main installer zip
TAKE HOME:
The edited install.prop file (and optional ones related to it) being kept in the TweakedInstall directory on your sdcard will make it so you won't need to do any choosing the next time you want to flash the main installer. You can always come back to or reflash Tweaked exactly how you have set it up with no extra effort!
--- End READMEFIRST-INSTRUCTIONS.txt -
The hope is that these instructions are as simple but as thorough as possible for those wanting to embark on the advanced customizing approach.
[size=+2]FAQ[/size]
Q: What the hell is TSMParts (new option in Settings menu)?
A: An interface for a huge slew of mods and tweaks, the base of which was originally put together by the original members of TSM and has since been inspired by impressive works of numerous others - the TSM Parts interface acts as a control for all of the customizable fun available. There are a large number of options there - so make sure to check them all out!
Q: TSMParts is asking for superuser access?!?
A: Yep - there are some options that will need it, so make sure you grant it!
Q: I'm having overlap issues with statusbar icons and center clock - what should I do?
A: Yeah - things may overlap, so you will have to either change settings to avoid the issue or just deal with it.
Q: I set a statusbar icon to hide, but it's still there. What gives?
A: The statusbar icon tweaks may require a little effort on your part for changes to take effect. All changes can be elicited with a reboot/hotboot, BUT for most there are other ways:
-- Bluetooth/vibrate-silent/alarm icons/ime/nfc/wificalling -- just change their state (on/off or vibrate/sound, etc)
-- No sim -- if the notification is already active you will need to reboot/hotboot to hide it
-- smart "eye" icon -- changes will happen once the eye triggers
Q: How is battery life on this rom?
A: This is a stock modified rom. As such, battery life will be equivalent to stock were you to be running a similar array of apps and kernel - it really should be no different than stock otherwise (which imo is not half bad really). The kernel and misbehaving 3rd party apps have more to do with battery life than a modified stock rom - at least in my opinion (and experience, though it's limited).
Q: So tethering is a common topic... can it be done with this?
A: Truth is tethering should work on any stock modified rom. The upsell avoidance is what people are really after - and much like others who lay the claim - I did a little work in an attempt to avoid such things. That being said, there are one or two common things I've heard that are helpful in attaining such a goal.
- The first is switching the APN protocol from IPv6 to IPv4/IPv6
- The second is disabling VoLTE
I know little to understand why these things should have an impact, but reports indicate they do - so there you go
Q: Why isn't the accurate data icon mod working!!?!
A: The only time that mod shows an effect is when you are on the T-Mobile or ATT network - I don't believe other networks will see a change in data icon behavior.
Q: What is this LMT thing? How do you use it?
A: You need to check out noname81's thread here for info on that!
Q: Why can't I toggle off/on the security settings for exchange-based emails using the stock email client?
A: Mostly because I haven't been able to figure out how to do it. As long as you set it up to how you want PRIOR to setting up the account, AND you don't change the setting later - you should be fine.
Q: Why is it that when I swap the settings UI type the settings icon itself seems to move in the app drawer?
A: The toggling of the two UI types make the SecSettings package "appear" different to the system, so it's location in the app drawer may change after toggling depending on the launcher and settings used. This is normal and of no concern.
Q: I have an N9005 - can I flash this?
A: Thankfully the N9005 can pretty much flash any N900T rom, but there can be issues with things like wifi/bluetooth/nfc. Thanks to some due diligence searching of @galaningenieros and his pointing to the good work of @cdmvirt here, you can fix it right up by flashing the files found in this post!
Q: I'm getting a force close when I try toggling N3/S5 in TSMParts > Statusbar options... WHY YOU MAKE ME BREAK MY PHONE?!?!!
A: This has been an odd one, but it appears as if the blame resides within a few xposed modules. In particular, the iOS battery module and wanam have both been implicated. I will try to come up with a way around it, but if you uninstall these modules your toggling experiences should improve.
Q: I flashed this in safestrap and either used an old install.prop or none at all - why did I get an AT&T install?!?
A: I did this on purpose - I made it so when flashing it assumes that if you are using the default install.prop and in safestrap that you want an ATT-ified install (assumes you have an N900A and ATT as a service provider). If this is NOT the case - you can override this by updating or setting up a current install.prop
Q: Why don't you mention blah blah blah in your FAQ? It would have helped me a lot!
A: My bad - PM me anything you think should be added to this that would be helpful for the general user base!
[size=+2]Miscellaneous Notes[/size]:
- [size=+1]REMEMBER -[/size] Regardless of what install approach you use you can always use the Modificatinator to un/re/do virtually [size=+1]ANY[/size] of the options available to you in the main install! No need to reflash the whole rom!
Even if you don't use it right away, make sure to GRAB THE MODIFICATINATOR HERE NOW so you have it if you want it later!!
- Even though the full install is not really aroma-based (definitely aroma-inspired though) the modificatinator is, as is the zip relevant to the basic install approach, so make sure to check out this thread and this thread and thank amarullz for the awesome work!
- Updates that come after the initial release MAY also have a flash-update-only option - whether or not it does just depends on the specifics of the update. [size=+1]NOTE:[/size] Depending on what is updated, an update-only flashable may break things if you are themed! I will try to avoid this as much as possible, but all it takes is a minor edit to a framework-res.apk string (for example) to necessitate an overwriting of a file typically quite important for themers (resources.arsc) - just be mindful of this please
- As the Note3 is privy to a number of ROMs and kernels, for the sake of simplicity I have included the unaugmented UVUDNF9 stock kernel as an option (fyi no kernel is flashed by default).
[size=+1]PLEASE NOTE:[/size] Individual phones seem to vary quite a bit in terms of stability/usability when it comes to kernels, so if you are having any issues like unexpected shutdowns or reboots, freezes, etc. - PLEASE switch to the stock kernel first to see if that is the culprit. That is the one that will work (well it should anyway lol) on any and all phones, so if yours happens to be a temperamental one please be mindful of what you pick and aware of the consequences such picks may elicit!
- This is still pretty much an unthemed rom - so if any would like to change this PLEASE let me know (a themer I am not!). This is reflective of the thinking behind the whole setup as being nothing more than stock with some extra options. On that note - for those that like flashing various mods and what not, be wary - unless it specifies that it was made to work with Tweaked it likely will not.
- If you are unable to grab a logcat of a force close/issue, there is a directory on your phone that may contain files I can use in a similar way.
/data/log/ is the directory, and the files that offer tidbits and clues as to what the issue was start with the name "dumpstate_". If you send those to me along with an explanation of what went wrong, I will be much quicker to figuring out (and hopefully resolving) the issue!
Click to expand...
Click to collapse
[size=+2]---MAIN DOWNLOAD LINKS---[/size]
Note 3 UVUDNF9 Tweaked v3.95 -- Mirror
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: 1FB05B0D42AC12CC77BC88F81A8B7913
Tweaked v3.9/3.95 Basic Approach Prepare Install -- Mirror
NOTE: While this is flashable, it does NOT flash the rom!!
md5: BC18B3EDD539B9EE1A3698887E168A77
Tweaked v3.9/3.95 Advanced Approach Installer Information -- Mirror
NOTE: This is NOT a flashable zip! Open it up and read through it!
[size=+1]---OTHER DOWNLOADS---[/size]
Tweaked Modificatinator UVUDNF9 v3.9/3.95 -- Mirror
NOTE: This is an aroma installer that lets you un/re/install most of the mods from the main installer
md5: 0DA4F443DCD12E2D077870BD08E842EB
Stock NF9 Kernel
NOTE: Flash this if not already on it and you are having reboot/freeze up issues
md5: EFC3EF2C98ECFDC3A9008C31557DA571
Tweaked MiniUpdate 3.9-to-3.95 -- Mirror
NOTE: THERE WILL BE ISSUES IF FLASHED WHEN NOT ALREADY ON 3.9!!
NOTE2: This one has a strong chance of NOT breaking themes! Yay!
md5: 4543A646B574FC9C5A9C9C3EB3D12263
---old download links---
Note 3 UVUDNF9 Tweaked v3.9 -- Mirror
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: 9EE03F5A6794BA5658A48621954E6433
Tweaked MiniUpdate 3.8-to-3.9 -- Mirror
NOTE: THIS WILL OVERWRITE APKS THAT ARE COMMONLY THEMED! BE WARNED!
md5: 58F6347311297CAF2EDA47A78819A8AD
Note 3 UVUDNF9 Tweaked v3.8 -- Mirror
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: E76C041A751BEC3BFFC1D3A4571C4BE9
Tweaked v3.8 Basic Approach Prepare Install -- Mirror
NOTE: While this is flashable, it does NOT flash the rom!!
md5: E42429029B66CB2169E4BA8223970CAB
Tweaked v3.8 Advanced Approach Installer Information -- Mirror
Tweaked Modificatinator UVUDNF9 v3.8 -- Mirror
NOTE: This is an aroma installer that lets you un/re/install most of the mods from the main installer
md5: 721FE067CBE36C7F43A1C0F9627ADBF0
NOTE: This is NOT a flashable zip! Open it up and read through it!Note 3 UVUDNF4 Tweaked v3.5 -- Mirror
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: DB29DF70820370B014DAFEB39F08C61D
Tweaked v3.5 Basic Approach Prepare Install -- Mirror
NOTE: While this is flashable, it does NOT flash the rom!!
md5: 3043567A660EEFFE77137ADA90B9A0D5
Tweaked v3.5 Advanced Approach Installer Information -- Mirror
NOTE: This is NOT a flashable zip! Open it up and read through it!
Tweaked Modificatinator UVUDNF4 v3.5 -- Mirror
NOTE: This is an aroma installer that lets you un/re/install most of the mods from the main installer
md5: F72234793306D9A16858CEB80E5CB69E
Note 3 UVUDNF1 Tweaked v3.0 -- Mirror
NOTE: THIS IS THE FILE THAT INSTALLS THE ROM
md5: B48A541B5B5CD590B9A1A5E6BE5E735C
Tweaked v3.0 Basic Approach Prepare Install -- Mirror
NOTE: While this is flashable, it does NOT flash the rom!!
md5: DBA4EC7FF7AEC1C1BE3EDB87F7DC8E4D
Tweaked v3.0 Advanced Approach Installer Information -- Mirror
NOTE: This is NOT a flashable zip! Open it up and read through it!
Tweaked Modificatinator UVUDNF1 v3.0 -- Mirror
NOTE: This is an aroma installer that lets you un/re/install most of the mods from the main installer
md5: 06132CDC3BDDA9E16ECB49C14B92EE60
[size=+2]---LIKE THEMES?---[/size]
Good! As time goes on hopefully there will be an increasing number of themes made SPECIFIC FOR TWEAKED! This will be good, as while there are a number of themes out there that would likely at least partly work ones made specifically for Tweaked will completely work! Below is a list of such themes for ease of reference!
I will update this list as new ones come out, so make sure to check back from time to time! Also - MAKE SURE TO THANK THEM! There aren't many who have done this, so make sure they know the work is appreciated!
[size=+1]Themes that have been made for Tweaked[/size]
Even though they are listed here, MAKE SURE THEY ARE COMPATABILE/UPDATED FOR THE VERSION OF TWEAKED YOU ARE USING!
- AOSP by foreverloco
- KRYON themes (there are more than one!) by wally3614
- REDRUM, RareAir, and Stock Blacked Out by SICKMADE
- Black and White by cbucz24
- Illuminati by cerj
[size=+2]THANKS GO TO:[/size]
sbrissen - smali tips and what not
nitsuj17 - tips, advice, useful info, and tireless stifling
imnuts - far too many reasons to list
jt1134 - far too many reasons yet again
ChainsDD and Chainfire - reasons upon reasons
iBotPeaches and JesusFreke - none of this would be possible without the work they are doing!
Alexia Whitehurst - support, theme/mod work, and a host of other things too numerous to name
wanam/lidroid - amazing guides
amarullz - awesome install utility
0xD34D - awesome screen record app
dirtybudha - for lending me some server space for screenshots and mirrors
wally3614 - awesome icons, boot animation, AT&T testing, and amazing theme work!
cbucz24 - help with .9s and getting the bottom toggle mod started, general idea creating and testing, image work
jimmydene84 - getting the animated handle/pulldown backgrounds started, general idea creating and testing
jdidtht - ridiculous amounts of support, testing, and encouragement
wcoast - testing and finding all kinds of interesting things
micmars - words cannot describe... well generally they can, but they are hard pressed when targeting this one
nijel8 - a number of awesome mods (settings package names, mms text coloring, awesome call ended screen mod info, secemail mods, tsmparts improvements, etc.) - great help!
itsmikeramsay - helping get the AT&T side of things up and running, kernel stuff
JaeKar99 - for past awesome wallpaper/banner/boot animation work
Warrior1975 - for kicking things off to even get this phone in the first place
AkaTheMacDaddy - tester extraordinaire and endless encouragement
KalEl7 - tester extraordinaire and endless encouragement
boobah204 - testing and idea stimulating
xperiacle - for great mods involving multiwindow, source for secthemechooser and theme apks
mikeyxda - help w/ non-murky ripplier lockscreen
sbreen94 - general s5-relavent discussions, and info on a few mods
bajasur - for help in working out a few trickier mods
foreverloco - for making an awesome AOSP theme and inverted apks specific for my muddled mess of a rom, and some new gps icons!
prdog1 and mikeybones - critical pieces to the long-press-kill mod
prdog1 again - general support/info/help
deeznutz1977 - testing and idea making
hangoutohfreeza - you know who you are
businesscoon - nuf said
icedventimocha - for help with toggle images
ReelFiles - uber-thorough testing of little-used nuances
Owlensteed - testing and mediafire goodness
beanstown106 - pointing me towards the aosp lockscreen info
RErick - help in talking through some ATT issues, reboot recovery and safestrap, and the vibration based deep sleep fixes!
chopperthedog - for hooking me up with file hosting stuffs
gunnermike - also providing hosting for files
Endless2232 - layout (and general) xml guidance
MidnightNinja - image repairs and what not
loserskater - improved volume skip info
[email protected] - help w/ SysScope from back in the Note2 days
noname81 - all the good LMT launcher work - check out his thread for more info!
didact79 - awesome guides that have pointed me in the right direction numerous times
JoshBeach - helping me debug things without even knowing it
Gunthermic - unintentional idea generating
lacoursiere18 - idea generating, help with the fullscreen caller mod
Dr.Ketan - all the great fullscreen caller mod work
bri315317 - all the help with unlocking the particle and lens unlock effects
dragonstalker - pointers, tips, general helpfulness
erikmm - pointers, tips, general helpfulness
merwin - pointers, tips, general helpfulness
All of TeamSbrissenMod and those responsible for TSMParts
Anyone else I likely forgot
Click to expand...
Click to collapse
[size=+2]ALL OF THESE PEOPLE DESERVE YOUR THANKS! MAKE SURE THEY KNOW THAT![/size]
Beyond the contributions of the above individuals, there were a number of guides found on xda or via google that were used along the way. Some representative samples include:
Heads Up Notification information
CRT/Fade animation guide
This and this were looked at for upsell avoidance attempts
Finger ink effect
Aroma installer info
Call recording guide
This and this held clues for the Nfc screen off/lockscreen mod
SecMms.apk modding info
Better volume skip info
This guide helped me figure out my twist on the lockscreen torch
Signature verification removal
Quick enter mod guide for pin/pass lockscreens by loserskater
FemBlack and XBlast for clues on volume key cursor movement
zst123 and XuiMod for clues and smali bits regarding muiu battery bar mod
C3C076 and GravityBox for clues regarding statusbar brightness control mod
This and this - sources and info on SecThemeChooser and theme apks
A bunch of others that have become buried in my browser history...
First lol.... Here we go again, good job guys...
Waiting patiently for it to drop
Sent from my SM-N900T using Tapatalk
Lol maybe this one as well. No more Samsung updates for a while..[emoji6]
DIDNT NOBODY TELL ME lol. Hi guys.
Posted by a Galaxy Note 3
deeznutz1977 said:
Its going to be
Legen ..
..
Wait for it .
..
..
..
..
..
☺
Sent from my bad ass Kryon infused TWEAKED..Note 3
Click to expand...
Click to collapse
..... Dary
Legendary ...
Sent from my bad ass Kryon infused TWEAKED..Note 3
Now amazing is defined, awesome masterpiece dev/tweaked team! and Note 3 has been made whole...
Absolutely outstanding. The creative process, innate decency, creativity, and innovation is a triumph of the the development process.
You, @dwitherell, are in a class of your own. Your influence reaches far beyond this thread, the network and this device.
I'd say this rom is as good as it gets.
Sent from my SM-N900P using Tapatalk
Great
gonna be a long night. thanks a lot d!
Damnit man! Here I thought I was gonna have everything ready before the beast was released lol
Awesomeness!!!!
itsmikeramsay said:
DIDNT NOBODY TELL ME lol. Hi guys.
Posted by a Galaxy Note 3
Click to expand...
Click to collapse
You honest devs are all alike. Just sharing and not worrying about whom gets or gives credit.
Just preoccupied with helping others and getting in on the party.
Just despicably good behavior.
How dare you sir.
Sent from my SM-N900P using Tapatalk
Let's do it bros. The king of kings has been released
Start troll
After 3 years, 7 months, 11 days, 5 hours 22 minutes.... IT'S FINALLY HERE! @dwitherell I did all this tiime for you man.... you owe me big time!!!
End troll
To all devs: You're not allowed to take files of the ROM without my permissions
Join AURORA Telegram Group
ROM Information
- Based on G935FXXU1DQCG
- Rooted / Deodexed / Zipaligned / Busybox / Deknoxed
- Multilingual
-Gesture from the four edges of the screen to the center of the multi-finger sliding gesture custom function (support the number of custom fingers, the default for the three-finger lock screen).
-AROMA
ROM Features
-Applock
-Floating Messages
-Application Manager
-Aurora Settings
Add lock screen features a custom sliding around the palm, the first exclusive Aurora features!
Add the usual palm sliding around a custom function, the first exclusive Aurora features!
New 6.0 style menu button power switch.
6.0 supports custom style power button menu item, Aurora first!
-Samsung Apps Selectable in AROMA
-Air Command from N5 NOUGAT IN AROMA
-Sound MOD IN AROMA
-Dual Speaker MOD
-Zero Camera MOD
-Emojis Selectable
Aurora Settings
Status Bar:
-Support for custom display or hide the Clock icon.
-Support for custom display or hide the Bluetooth icon.
-Support for custom top left corner of the virtual switch and virtual keys you can press and short press function key custom.
-Support for custom virtual switches and virtual key intermediate can long press and short press function key custom.
-Support for custom top right corner of the virtual switch and virtual keys you can press and short press function key custom.
-Support for custom switching speed display.
-Support for custom switching day display.
-Drop-down calendar display.
-Support for custom style four kinds of batteries, hide battery, battery native, native + battery indicator, a third-party battery indicator (dozens of style choice is yours).
-Add Linear Battery display (can be custom colors, custom height support charging animation switch).
-Increases the status bar is not connected to the network data also show that the default display type switch (characteristic line countries such as 4G, H, etc.).
-Added partial support automatic status bar perfect immersive display.
Call SMS:
-Add to dialpad home operator display (no official carrier).
-Call attribution to add Interface operator display.
-Add call records to show ownership.
-Add SMS attribution, support service number is displayed.
Support for custom come and call recording switch.
-Come and call recording automatically distinguish between incoming calls or outgoing calls.
-Support call end delay setting screen.
-Adding lightning flash function (independent switch supports different profiles, support flash frequency setting).
-Increase network lock (3G, 2G and telecommunications 3G, 2G), Aurora first exclusive features!
Setting Aurora (Aurora Advanced Settings menu, you enter exempt engineering order):
-Support to quickly open the APN setting function.
-Quickly open the phone supports USB mode setting function.
-Open the phone software version supports fast viewing.
-Support to quickly open the battery information proofreading function.
-Support to quickly open hardware information detection.
-Support Quick View IMEI.
-Quick View CPU support information.
Bugs
-NONE
Changelog
Changelog V20
-Rebased to QCG
-March Patches
-Added Gesture from the four edges of the screen to the center of the multi-finger sliding gesture custom function (support the number of custom fingers, the default for the three-finger lock screen).
-Added Lockscreen Weather
-Added Wifi backup restore in Aurora Settings
-Reworked Feature CSC from scratch
-Default Animation Scale 0.25
-Added White pages/unknown nubers
-Changed back device to S7E (Hero2lte)
-Base is back to s7 clean neat/fast/battery friendly
—NEW AROMA-
-CSC (79)
Samsung Apps
-20 Apps Selectable
MODS
-Air Command
-ZeroCamera
-Arya Sound MOD
-Fonts (1600+)
-Dual Speaker MOD
Emojis Selectable
-IOS 10.1
-Samsung
OLDER
-Update Base QBO
-Mixed Based with latest N5 N920CXXU3CQC2 [Thanks to @ Androidwizzard for the base]
-Added Dream Apps (S8) [Muisc/Video APPS]
-Added new Samsung Account Setup from S8
-Added New S8 Dream ICONS [thanks @jjjhitel]
-Updated Air Command
-Aurora Settings Update
[Added Fingerprint reboot mod}
[Added status bar gradients]
[New App freezer/disabler in aurora settings]
[Black Domain Settings]
-Other Changes in Aurora Settings
-Changed Device Product and name to S8 Plus
-Updated Apps
-Added LTE mode only
-Apollo Kernel as default [thanks @lyapota]
-Added fake knox 0x0
-Debloated ROM a bit
More Discover by yourself
-V16
-Based on DQAZ
-Added patch fixes
-Fix korean call wait problem
-Fix multi-task key function is invalid.
-Fixed Tritanium backup issues
-Added some more csc
-Added New Keyboad V5 FROM N5 NOUGAT
-Added Air Command from N5 NOUGAT @thereassaad & @Repulsa
-Added New Browser from N5 NOUGAT @edzamber
-More I dont remember
FIXES
-Fixed keyboad language thanks @Repulsa
-Added fixed Aurora Settings
-V15
-Initial Release
Installation Steps
-Flash Update Modem and Bootloader via odin (recommended)
- Full Wipe (System, Data, Davik Cache, Cache)
- Install / Flash ROM
- Reboot and enjoy (first bootup will take a while, so grab a cup of coffee)
Supported devices
- All S7 EXYNOS 8890 DEVICES
Thanks to:
Team Aurora
@Ale95 for help always there..
@Martlliero thanks to him my teacher
@Ale95 XDA Team
@jesec for kernel
@Azar_98 for help
@skejcik for contributing in aurora settings
@Sac23
@JasonRR
@thereassaad
tuyie for testing
@Tkkg1994 for modem and bootloaders
@Repulsa
@edzamber
@lyapota
@Androidwizzard
All my S4 Fellows who encouraged me..
PM If I forgot any one
DOWNLOAD
v20.0
Changelog/DOWNLOAD
OLDER
-V19.0
AFH
-V16
AFH
FIXES
-V15
AFH
MEGA Mirror
PATCH UPDATE
XDA:DevDB Information
AURORA ROM S7 FLAT, ROM for the Samsung Galaxy S7
Contributors
Ouweshs28, Team Aurora
Source Code: http://bbs.gfan.com/forum.php?mod=viewthread&tid=9028700&extra=page%3D1%26filter%3Dauthor%26orderby%3Ddateline%26typeid%3D12783%26typeid%3D12783%26orderby%3Ddateline
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP/N BOOTLOADER/MODEM
Based On: UX GRACE
Version Information
Status: Stable
Current Stable Version: v20.0
Stable Release Date: 2017-02-07
Created 2017-01-29
Last Updated 2017-04-10
Reserved
Reserved
Nice to see aurora Rom for S7... was using aurora on my S4 looong time. Thx for sharing [emoji106]
Sent from my SM-G935F using XDA Premium
Hi,
Screenshots plz. Anybody with feedback of performance plz.
Screenshots please
Enviado desde mi SM-G930F mediante Tapatalk
im sorry but when i get to aromathe only option there is is clean install, then choose device and next screen is to install but when i hit to install just shows a blank white screen and 1 second later it says to restart device, nothing gets installed it just boost up my original rom i have. even replacing that zip you put as a fix doenst do anything. must be a bad upload or something or something wrong with your rom zip files.
SM-G930F
What is this and what does it exactly do?
-Increase network lock (3G, 2G and telecommunications 3G, 2G), Aurora first exclusive features!
New link added
With some fixes..
I would like to appologise for so many issues..
The think is i couldn’t test as i didnt have my device..
Moreover my upload speed is slow it took me 14hrs to upload..
I hope you guys enjoy the rom..
Thank you
Please Screenshots
Check now
Enjoy
Hey does anybody have any feedback on this rom?
There doesn't seem to be much feedback on this - I tried it last weekend and it is very good - @Ouweshs28 I hope that you will continue to work on this!
tfaletau said:
There doesn't seem to be much feedback on this - I tried it last weekend and it is very good - @Ouweshs28 I hope that you will continue to work on this!
Click to expand...
Click to collapse
Somehow overlooked this ROM. Will test it tonight and report back!
Agil1ty said:
Somehow overlooked this ROM. Will test it tonight and report back!
Click to expand...
Click to collapse
For me cmhprovider seems to crash all the time..
Agil1ty said:
For me cmhprovider seems to crash all the time..
Click to expand...
Click to collapse
Agree - cmhprovider crashes - Also, OK Google detection not working.
how i did not notice this rom... bluh
btw, any news for flat version... battery? how it holds up?
Rom is awesome at first, love smart manager but battery life should be confirmed tho, here`s what i found so far...
Installation bug:
- if you choose AryaMod while installing, you`r done... install does not completes and if you reboot, you`r in bootloop
- Choosing SCloud & SAccount and/or some samsung apps is pointless, won`t be installed
It needs little more control for users like:
- let user choose Magisk or SuperSU (at least SuperSU Systemless mode)
- Long click on home button to open Google Now (Button shortcut can be edited, but opening Now On Tap (Assistant) is not an option, just searching app which brings Google App, which is useless)
- Let users choose in Aroma which Google apps will be installed
- Option to disable permission popup on app install (it`s ok, but really a problem when restoring titanium backup files)
p.s not able to install themes, i have checked free theme option in aurora settings, it has something to do with it? or what is exactly meaning of free themes
TheProphet173 said:
Rom is awesome at first, love smart manager but battery life should be confirmed tho, here`s what i found so far...
Installation bug:
- if you choose AryaMod while installing, you`r done... install does not completes and if you reboot, you`r in bootloop
- Choosing SCloud & SAccount and/or some samsung apps is pointless, won`t be installed
It needs little more control for users like:
- let user choose Magisk or SuperSU (at least SuperSU Systemless mode)
- Long click on home button to open Google Now (Button shortcut can be edited, but opening Now On Tap (Assistant) is not an option, just searching app which brings Google App, which is useless)
- Let users choose in Aroma which Google apps will be installed
- Option to disable permission popup on app install (it`s ok, but really a problem when restoring titanium backup files)
p.s not able to install themes, i have checked free theme option in aurora settings, it has something to do with it? or what is exactly meaning of free themes
Click to expand...
Click to collapse
+
call recorder does not work, i had to edit feature.xml
TheProphet173 said:
Rom is awesome at first, love smart manager but battery life should be confirmed tho, here`s what i found so far...
Installation bug:
- if you choose AryaMod while installing, you`r done... install does not completes and if you reboot, you`r in bootloop
- Choosing SCloud & SAccount and/or some samsung apps is pointless, won`t be installed
It needs little more control for users like:
- let user choose Magisk or SuperSU (at least SuperSU Systemless mode)
- Long click on home button to open Google Now (Button shortcut can be edited, but opening Now On Tap (Assistant) is not an option, just searching app which brings Google App, which is useless)
- Let users choose in Aroma which Google apps will be installed
- Option to disable permission popup on app install (it`s ok, but really a problem when restoring titanium backup files)
p.s not able to install themes, i have checked free theme option in aurora settings, it has something to do with it? or what is exactly meaning of free themes
Click to expand...
Click to collapse
AROMA I FIXED IT CHECK IT AGAIN BUT I WILL FIX SOUND MOD IN NEXT VERSION INSTALL MANUALLY
I will add app permissions/magisk in aroma
I won't add google apps its already basic in the rom and the rest you can install
for the themes disable free themes theme store should work
thanks for your feedback
{
"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"
}
EliteRom Project
For Xiaomi POCO F4/K40S (munch+munchin)
To Get EliteRomNextGen/Plus,
Join Telegram group for more Info...EliteDevelopmentforMi
Detailed Features List of EliteRomPlus: List of EliteRomPlus Features
*Your warranty is now void.
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm
* App failed. Please do some research if you have any concerns
* about features included in this ROM before flashing it,
* YOU are choosing to make these modifications, and if you
* point finger at me for messing up your device, i will laugh at you.
*/DESCRIPTION:
Hey fellas..... MiRZA here
As you all know Elite Rom from EMUI and POCO F1 times, Now making its way to more MIUI Devices...
The Elite ROM has these advanced features,,, (Plus Features are not included/Locked)
Changes: ( All mentioned changelog features are present in this Free Rom)
Changes in this build:
- Base updated to latest DEV rom release
- MultiLanguage rom for all apps
- removed super resolution for videos, i think this was causing extra drain
- NFC icon fixed, will show on main screen if you turn it on
- Launcher fixed for long pressing recents apps, it still stuck at some places but fixed for most of time, will tune it more next
- Macros improved more
- Package installer tuned more
- All partitions are made r/w now, on all supported devices
- Sim lock security menu unlocked in Settings>Security options
- New encryption enabler zips, works fine as tested, rom is decrypted by default though
- Apps installation more eased, you can install any signed/unsigned app now
- Macros, Sight stuff more tuned, joyose app is back for these also
- Some tweaks done for more battery life
- Fixed scrolling jitters, report me if you still find it in telegram or other apps
- Bold option for text added in Display>Fonts settings like china style
- Some fixes done for setting default browser
- Unlocked miui widgets for free (add them from Discover section in appvault, place on homescreen first)
- Unlocked super icons for free
- Moved App vault's server from EU to Chinese stock so all widgets available
- Perfectly patched games and google photos for spoofing
- Email/cleaner app is back too
- Wallpaper carousal finally fixed for all
- True iOS styled recents menu
- Enabled sight/macro's features for most games in game turbo
- Extra dim option added in settings for more lower brightness etc
- Enhanced notification settings, notification logs added in settings too
- Safetynet is passed with/without magisk
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
Installation Instructions:
- Install rom zip using TWRP/OFOX
- If you have a/b device, then flash recovery into ramdisk using its advanced menu
- Format if you are encrypted, otherwise wipe data is enough
- Reboot
- Enjoy the smoothness+performance
- Patched Magisk available in group EliteDevelopmentforPOCOF4 it will remove encryption & dm-verify by default.
This took Countless hours to be built,,, you all know that.......
If you are Enjoying OR Liking my work, Buy me a Coffee
Kernel Source: Stock Kernel
For Stable Roms A13: https://sourceforge.net/projects/xiaomi-eu-multilang-miui-roms/files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv14
For Stable Roms A12: https://sourceforge.net/projects/xiaomi-eu-multilang-miui-roms/files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13
For Weeklies/DEV Roms: https://sourceforge.net/projects/xiaomi-eu-multilang-miui-roms/files/xiaomi.eu/MIUI-WEEKLY-RELEASES
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
Take Permission before sharing links or copying to other Forums....
If something is not working and you need support from me, then upload recovery.log/matlog of your problem,,, i wont considered your problem as a real problem without log,,, because others saying this as working!!
For staying Up to date with Project & New features, join Elite Development Telegram group.
Contributors:
@HassanMirza01 for doing all this
MiRoom & Xiaomi.eu for their work
ROM OS Version: MIUI V14.0.23.6.5.DEV / 14.0.6
ROM Kernel :Stock Modified
ROM Firmware Required: Bootloader Unlocked / TWRP
Based On: MIUI Weekly DEV
Version Information:
Status: Weekly
Created on: 2023-01-03
Last Updated on: 2023-06-11
Download Links:
Elite ROMs:
EliteRoms Downloads for POCO F4 / K40S
All my ROMs are available on my Web,,, EliteDevelopment.com.pk
Press Thanks and donate if you like it
CHANGELOG:
2023-06-11 EliteRomLite V14.0.23.6.5.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest rom release
- Based on China weeklies
- MultiLanguage rom for all apps
- Forced hz removed to avoid heating
- Removed 90hz support for now as it require forced hz to be enabled, 90fps in games still there
- Improved new codes in better compact way
- Includes all previous mentioned changes also
2023-06-11 EliteRomLite 14.0.6-ChinaStable-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest rom release
- Based on China weeklies
- MultiLanguage rom for all apps
- Improved new codes in better compact way
- Includes all previous mentioned changes also
2023-05-29 EliteRomLite V14.0.23.5.22.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest rom release
- MultiLanguage rom for all apps
- removed super resolution for videos, i think this was causing extra drain
- NFC icon fixed, will show on main screen if you turn it on
- Launcher fixed for long pressing recents apps, it still stuck at some places but fixed for most of time, will tune it more next
- Macros improved more
- Package installer tuned more
- Includes all previous mentioned changes also
2023-05-15 EliteRomLite V14.0.23.5.8.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV rom release
- MultiLanguage rom for all apps,
- All partitions are made r/w now, on all supported devices
- Sim lock security menu unlocked in Settings>Security options
- Includes all previous mentioned changes also
2023-04-25 EliteRomLite V14.0.23.4.17.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV rom release
- MultiLanguage rom for all apps, Vietnamese language support added
- New encryption enabler zips, works fine as tested, rom is decrypted by default though
- Apps installation more eased, you can install any signed/unsigned app now
- Macros, Sight stuff more tuned, joyose app is back for these also
- Some tweaks done for more battery life
- Fixed scrolling jitters, report me if you still find it in telegram or other apps
- Bold option for text added in Display>Fonts settings like china style
- Some fixes done for setting default browser
- Includes all previous mentioned changes also
2023-04-12 EliteRomLite V14.0.23.4.2.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV rom releases
- MultiLanguage rom for all apps
- Unlocked miui widgets for free (add them from Discover section in appvault, place on homescreen first)
- Unlocked super icons for free
- Moved App vault's server from EU to Chinese stock so all widgets available
- Perfectly patched games and google photos for spoofing
- Email/cleaner app is back too
- Wallpaper carousal finally fixed for all
- True iOS styled recents menu
- All MIUI apps updated to recent versions
- Includes all previous mentioned changes
2023-03-27 EliteRomLite V14.0.23.3.20.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV rom releases
- MultiLanguge rom for all apps
- Vowifi and 5G issues fixed
- Unlocked super icons for free
- iOS styled recents menu *NEW*
- Enabled sight/macro's features for most games in game turbo
- Extra dim option added in settings for more lower brightness etc
- Enhanced notification settings, notification logs added in settings too
- Safetynet is passed with/without magisk
- Support for more device frames in screenshots
- Unlimited Google Photos in ORIGINAL Quality
- Fixed call recordings for numbers starting with "+" or "*" were not found by app
- Fixed gap between icon rows was too big on MIUI Launcher
- Fixed battery health status was missing
- Frame screenshots added
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
2023-03-12 EliteRomLite V14.0.23.3.7.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV rom releases
- MultiLanguge rom for all apps
- Forced refresh rate is removed now to get more battery backup and less heat, 90hz need reboot once after setting. confirm 90hz with some app or dev options refresh rate
- Unlocked super icons for free
- iOS styled recents menu *NEW*
- Enabled sight/macro's features for most games in game turbo
- Extra dim option added in settings for more lower brightness etc
- Enhanced notification settings, notification logs added in settings too
- Safetynet is passed with/without magisk
- Volte & Vowifi got some tuning to show icons
- Support for more device frames in screenshots
- Unlimited Google Photos in ORIGINAL Quality
- Fixed call recordings for numbers starting with "+" or "*" were not found by app
- Fixed gap between icon rows was too big on MIUI Launcher
- Fixed battery health status was missing
- Frame screenshots added
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
2023-02-27 EliteRomLite V14.0.23.2.21.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV release
- MultiLanguge rom for all apps
- Support for more device frames in screenshots
- Fixed safetynet issue properly
- Unlimited Google Photos in ORIGINAL Quality
- Fixed call recordings for numbers starting with "+" or "*" were not found by app
- Fixed gap between icon rows was too big on MIUI Launcher
- Fixed battery health status was missing
- Fixed safetynet issue, passes with/without magisk
- Frame screenshots added
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
2023-02-14 EliteRomLite V14.0.23.2.6.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV release
- MultiLanguge rom for all apps
- Fixed safetynet issue, passes with/without magisk
- Frame screenshots added
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
2022-01-15 EliteRomLite V14.0.23.1.10.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Base updated to latest DEV release
- MultiLanguge rom for all apps
- Frame screenshots added
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
2022-01-03 EliteRomLite V14.0.22.12.26.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Finally MIUI 14 is here and we polished it to the best
- MultiLanguge rom for all apps
- Frame screenshots added
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
2022-12-21 EliteRomLite V14.0.22.12.8.DEV-MIUI 14-A13:
Spoiler: Click to see details
- Finally MIUI 14 is here and we polished it to the best
- MultiLanguge rom for all apps
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
reserved
This rom will be updated every week right? What recovery is recommended. Now I'm on Xiaomi.eu latest weekly. I would try this rom.
0kti said:
This rom will be updated every week right? What recovery is recommended. Now I'm on Xiaomi.eu latest weekly. I would try this rom.
Click to expand...
Click to collapse
right, u can use any recovery to flash it, rom has twrp inside builtin,
format needed once from xiaomi.eu
can i use gesture on other launcher like aosp on this rom.
i want to support for elite via paypal but i am live in vietnam, is it's a problems ?
How to unlock bootloader for k40s
I bought POCO F4 and I have a question. Is EliteRom better than Xiaomi.eu? What are the benefits of EliteRom?
LokoMaroko said:
I bought POCO F4 and I have a question. Is EliteRom better than Xiaomi.eu? What are the benefits of EliteRom?
Click to expand...
Click to collapse
Everything seems good, google phone and messages working (not on xiaomi.eu), some game like COD, Genshin imppact run good with 60 and above fps, start heating a bit after 5-10min playing but just a little. Some better improve with install app and notification, dolby vision working good, i've used xiaomi.eu before and after install this rom light and color surely better.
but one thing that get me uncomfortable is we still cant use full gesture without system launcher
Loved the ROM bro...but widgets not working...any help..
HassanMirza01 said:
EliteRom Project
For Xiaomi POCO F4/K40S (munch+munchin)
To Get EliteRomNextGen/Plus,
Join Telegram group for more Info...EliteDevelopmentforMi
Detailed Features List of EliteRomPlus: List of EliteRomPlus Features
*Your warranty is now void.
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm
* App failed. Please do some research if you have any concerns
* about features included in this ROM before flashing it,
* YOU are choosing to make these modifications, and if you
* point finger at me for messing up your device, i will laugh at you.
*/DESCRIPTION:
Hey fellas..... MiRZA here
As you all know Elite Rom from EMUI and POCO F1 times, Now making its way to more MIUI Devices...
The Elite ROM has these advanced features,,, (Plus Features are not included/Locked)
Changes: ( All mentioned changelog features are present in this Free Rom)
Changes in this build:
- Finally MIUI 14 is here and we polished it to the best
- MultiLanguge rom for all apps
- Frame screenshots added
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
Installation Instructions:
- Install rom zip using TWRP/OFOX
- If you have a/b device, then flash recovery into ramdisk using its advanced menu
- Format if you are encrypted, otherwise wipe data is enough
- Reboot
- Enjoy the smoothness+performance
- Patched Magisk available in group EliteDevelopmentforPOCOF3 it will remove encryption & dm-verify by default.
This took Countless hours to be built,,, you all know that.......
If you are Enjoying OR Liking my work, Support with Donation
Kernel Source: Stock Kernel https://sourceforge.net/projects/xiaomi-eu-multilang-miui-roms/files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
Take Permission before sharing links or copying to other Forums....
If something is not working and you need support from me, then upload recovery.log/matlog of your problem,,, i wont considered your problem as a real problem without log,,, because others saying this as working!!
For staying Up to date with Project & New features, join Elite Development Telegram group.
Contributors:
@HassanMirza01 for doing all this
MiRoom & Xiaomi.eu for their work
ROM OS Version: MIUI V14.22.12.26.DEV
ROM Kernel :Stock Modified
ROM Firmware Required: Bootloader Unlocked / TWRP
Based On: MIUI Weekly DEV
Version Information:
Status: Weekly
Created on: 2023-01-03
Last Updated on: 2023-01-03
Click to expand...
Click to collapse
after flashing this my device is not even starting, not able get the device into fastboot also.
after connecting to laptop Port showing = Qualcomm HS-USB QDLoader 9008 (COM10)
how to recover my device
sendme2pop said:
after flashing this my device is not even starting, not able get the device into fastboot also.
after connecting to laptop Port showing = Qualcomm HS-USB QDLoader 9008 (COM10)
how to recover my device
Click to expand...
Click to collapse
9008 is EDL mode, why you went in that?
HassanMirza01 said:
9008 is EDL mode, why you went in that?
Click to expand...
Click to collapse
my device is totally bricked and i have no other option to check with my laptop. after connecting mobile to laptop its showing Qualcomm HS-USB QDLoader 9008 (COM10) in device manager
HassanMirza01 said:
9008 is EDL mode, why you went in that?
Click to expand...
Click to collapse
is it possible to get back my device from MI Flash tool? my device not even able to come on fastboot mode...plz help
HassanMirza01 said:
EliteRom Project
For Xiaomi POCO F4/K40S (munch+munchin)
To Get EliteRomNextGen/Plus,
Join Telegram group for more Info...EliteDevelopmentforMi
Detailed Features List of EliteRomPlus: List of EliteRomPlus Features
*Your warranty is now void.
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm
* App failed. Please do some research if you have any concerns
* about features included in this ROM before flashing it,
* YOU are choosing to make these modifications, and if you
* point finger at me for messing up your device, i will laugh at you.
*/DESCRIPTION:
Hey fellas..... MiRZA here
As you all know Elite Rom from EMUI and POCO F1 times, Now making its way to more MIUI Devices...
The Elite ROM has these advanced features,,, (Plus Features are not included/Locked)
Changes: ( All mentioned changelog features are present in this Free Rom)
Changes in this build:
- Finally MIUI 14 is here and we polished it to the best
- MultiLanguge rom for all apps
- Frame screenshots added
- Updated all apps to MIUI 14 base
- Super icons available, new MIUI 14 widgets support present
- Package installer can install any type of apps i.e Upgrade/downgrade/different signature apps
- Number of columns in folders, number of icons on dock added
- MIUI+Google startup, You can login/restore apps from google on startup
- Fully Debloated. no useless crap there, all removed, lightweight rom
- Added missing MIUI 14 apps
- SafetyNet is passed by default. Play store certified
- 90fps enabled for PUBG/PUBGKr/BGMI/CODM without model change
- Notifications are instant from all apps
- New and Old type of Extended Power menu added
- New Settings interface like china beta native roms
- 5 styles of Recents added
- Options to configure CC11 toggles columns and rows
- Many new but only working options enabled in Display>AI Image engine menu
- Bubble notifications are perfectly fine now
- Fixed data usage showing on Control centers
- Nearby share tile is visible in all control centers/MIUI 11 styled QS now
- Incoming calls appear as popup now instead of full screen
- Fixed google unlimited photos issue, now they can be backed up in storage saver mode (soon original quality unlimited)
- TWRP/OFOX recovery available inside rom, no need to flash recovery after rom flash
- Contributors page redefined, new sponsors entries added too
- 3rd party Material You theming enabled for Settings app, Elite customizations page and storage liquid follow that theme
- Wallpaper carousal updated to latest releases
- Clipboard fixed on all apps
- Dark mode fixed for every app
- Added Google news Feed switchable, install google app for that
- Fixed issues of screen on time, weather, calculator, widgets
- Privacy green dot on/off,
- App vault is changed to english language fully
- Added latest ThemeManager
- Double tap to sleep added in launcher options
- Grid options are present now upto 8x16
- 4 way Volume bars available
- Hide icon names on Mi Launcher choice
- Pip size choice
- Charging animations of 3 type provided
- Colored notification icons option added
- Missing icons in settings menu for new items added
- No ads in rom anywhere
- Many new animation scale values to choose
- Screenshot in secured apps is possible now
Above changelog doesn't contain Xiaomi/Xiaomi.eu rom's Changelog, its included in roms and can be found on their web!
Installation Instructions:
- Install rom zip using TWRP/OFOX
- If you have a/b device, then flash recovery into ramdisk using its advanced menu
- Format if you are encrypted, otherwise wipe data is enough
- Reboot
- Enjoy the smoothness+performance
- Patched Magisk available in group EliteDevelopmentforPOCOF3 it will remove encryption & dm-verify by default.
This took Countless hours to be built,,, you all know that.......
If you are Enjoying OR Liking my work, Support with Donation
Kernel Source: Stock Kernel https://sourceforge.net/projects/xiaomi-eu-multilang-miui-roms/files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
Take Permission before sharing links or copying to other Forums....
If something is not working and you need support from me, then upload recovery.log/matlog of your problem,,, i wont considered your problem as a real problem without log,,, because others saying this as working!!
For staying Up to date with Project & New features, join Elite Development Telegram group.
Contributors:
@HassanMirza01 for doing all this
MiRoom & Xiaomi.eu for their work
ROM OS Version: MIUI V14.22.12.26.DEV
ROM Kernel :Stock Modified
ROM Firmware Required: Bootloader Unlocked / TWRP
Based On: MIUI Weekly DEV
Version Information:
Status: Weekly
Created on: 2023-01-03
Last Updated on: 2023-01-03
Click to expand...
Click to collapse
done everything as per instructions,
after format - reboot - device totally bricked not even coming to fastboot mode.
earlier rom was EU based
sendme2pop said:
done everything as per instructions,
after format - reboot - device totally bricked not even coming to fastboot mode.
earlier rom was EU based
Click to expand...
Click to collapse
no such issue reported till now, flash/boot recovery and proceed to install it in ramdisk
does it support adreno v614 without any vender issue ?
Does it fix MIUI 13/14 bug with WiFi disconnection when cellphone connection changes? Most annoying issue when using wireless android auto
Cannot add widgets to the home screen ....