I have no need for the standard apps that come with LineageOS (formerly CM), because these apps are replaced by Gapps anyways. So I created a script that you can flash immediatelly after flashing a new ROM in order to have a clean install and remove these apps from the system.
Credits @Gawd for the inspiration.
What will be removed?
The script as is, will remove the following CM/LineageOS apps:
Calendar
CMFileManager
DeskClock
Eleven (Music)
Email
Calculator
Exchange
Gello (CM browser)
Screencast
AudioFX
Contacts
AS OF 01.March 17 - Android Browser
AS OF 01.March 17 - Substratum
AS OF 25.March 17 - Masquerade App
AS OF 25.March 17 - Pico TTS
AS OF 22.June 17 - Documents
AS OF 22.June 17 - Messaging
AS OF 22.June 17 - Phone
AS OF 22.June 17 - Daydream
AS OF 22.June 17 - Jelly
AS OF 22.June 17 - Snap Camera
AS OF 22.June 17 - Gallery2
AS OF 22.June 17 - LivePhotos
AS OF 22.June 17 - WallpaperTable
How to apply?
It's best to stick to a certain installation order to make sure to avoid conflicts.
My suggested way of installing a ROM is like that:
Deep wipe
Install ROM
Install alternative kernel if you wish
Run debloat script
Install Gapps
Reboot
What else?
This script will survive dirty flashes as well as ota updates. So there's no apparent need to flash it again after that. Clean flashes will ofcourse need it to be flashed again.
I would like to remove more / less apps...
No problem. Just follow these instructions:
OK now, we are good to go:
1. Download and install Notepad++
2. Download the attached .zip file and extract it. Go to META-INF → com → google → android.
Now you will see a filed named updater-script. This it the file that will do all the magic, so be careful. Now: right click on it and open it with Notepad++.
3. Now on Notepad++
a) Select Encoding → Encode in ANSI
b) Select Edit → EOL Conversion → UNIX/OSX Format (not necessary in all cases)
4. Go ahead an add or remove apps as you wish.
Code:
delete_recursive(
"/system/app/Calendar",
"/system/app/CMFileManager",
"/system/app/DeskClock",
"/system/priv-app/Eleven", >>>> [COLOR="Red"]Changed to priv-app as of 15.08.2017 [/COLOR]
"/system/app/Email",
"/system/app/ExactCalculator",
"/system/app/Exchange2",
"/system/app/Gello",
"/system/app/Substratum", >>>> [COLOR="Red"]New as of 01.03.2017 [/COLOR]
"/system/app/Browser", >>>> [COLOR="Red"]New as of 01.03.2017 [/COLOR]
"/system/priv-app/masquerade",>>>> [COLOR="Red"]New as of 25.03.2017 [/COLOR]
"/system/priv-app/Recoder", >>>> [COLOR="Red"]New as of 31.01.2017 - replaces Screencast App[/COLOR]
"/system/priv-app/AudioFX",
"/system/priv-app/Contacts",
"/system/tts", >>>> [COLOR="Red"]New as of 25.03.2017 [/COLOR]
"/system/lib/libttspico.so", >>>> [COLOR="Red"]New as of 25.03.2017 [/COLOR]
"/system/app/PicoTts", >>>> [COLOR="Red"]New as of 25.03.2017 [/COLOR]
"/system/priv-app/DocumentsUI", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/app/messaging", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/app/BasicDreams", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/priv-app/Dialer", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/priv-app/Gallery2", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/app/PhotoTable", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/app/LiveWallpapersPicker", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/app/Jelly", >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
"/system/priv-app/Snap" >>>> [COLOR="Red"]New as of 22.06.2017 [/COLOR]
);
5. Now save the updater-script and exit from Notepad++.
6. The next thing to do is create the flashable zip.
a) Make sure that the updater-scipt is in META-INF → com → google → android
b) Make sure the folder "system" in the root directory is empty.
c) Select both META-INF and system folder and right click on them.
d) Select Add to archive.
e) Archive format: ZIP
f) Compression method Store
---> The Archive format and the Compression method are very important, so make sure they are ZIP and STORE.
g) Now copy the zip file you created in your phone and flash it!
That's it.
Credits: @Setting.Out for explaining me things ?
How would I remove stock Phone and Messaging app?
hello, I removed (not with this script) SnapCamera, is there anyone who could tell me how to have it again
borzowsky said:
hello, I removed (not with this script) SnapCamera, is there anyone who could tell me how to have it again
Click to expand...
Click to collapse
Re-flash your current ROM and you should have it back.
morbvamp said:
Re-flash your current ROM and you should have it back.
Click to expand...
Click to collapse
Didn't work. I had to wipe system, flash rom and gapps again brand new but keeping the camera this time. Thank you anyway but you suggested right I had to flash it all over again.
i tried applying your method in ubuntu 16 but i failed with error 6 . any ideas how to do it ? i want to remove those apps
"/system/app/Calendar",
"/system/app/CMFileManager",
"/system/app/Eleven",
"/system/app/Email",
"/system/app/Exchange2",
"/system/app/Gello",
"/system/app/Browser",
"/system/app/AntHalService",
"/system/app/Basic-Dreams",
"/system/app/LatinIME",
"/system/app/webview",
"/system/app/Gallery2",
"/system/app/messaging",
"/system/app/PicoTts",
"/system/app/Wallpaper",
"/system/priv-app/AudioFX",
"/system/priv-app/DocumentsUI",
"/system/priv-app/MusicFX",
xxqxpxx said:
i tried applying your method in ubuntu 16 but i failed with error 6 . any ideas how to do it ? i want to remove those apps
"/system/app/Calendar",
"/system/app/CMFileManager",
"/system/app/Eleven",
"/system/app/Email",
"/system/app/Exchange2",
"/system/app/Gello",
"/system/app/Browser",
"/system/app/AntHalService",
"/system/app/Basic-Dreams",
"/system/app/LatinIME",
"/system/app/webview",
"/system/app/Gallery2",
"/system/app/messaging",
"/system/app/PicoTts",
"/system/app/Wallpaper",
"/system/priv-app/AudioFX",
"/system/priv-app/DocumentsUI",
"/system/priv-app/MusicFX",
Click to expand...
Click to collapse
Remove the last comma, after MusicFX
This should do
Nice, it worked. btw how do you remove the stock camera?...what's the keyword?, the lineage OS stock camera is so buggy, I just want to remove it. Thanks!
bigbadwolf_pig said:
Nice, it worked. btw how do you remove the stock camera?...what's the keyword?, the lineage OS stock camera is so buggy, I just want to remove it. Thanks!
Click to expand...
Click to collapse
do you know how to use adb?
you can run the command to find the package name and add it to the list.
dtr145r said:
do you know how to use adb?
you can run the command to find the package name and add it to the list.
Click to expand...
Click to collapse
I've used adb but only to unlock the bootloader of my phone other than that I'm not really sure what command or how to go about it.
Thank you very much for this script, it's a shame it's needed.
Thanks a lot for this, exactly what I was looking for.
I added
"/system/priv-app/Gallery2", (Glaery3D app, can use Google photos or one of the other million, regularly updated app available from the Play Store)
"/system/app/messaging", (AOSP messaging app, as above but Google messaging)
To mine and I thinks that's all the bloat gone.
Why didn't i see this before? Every clean flash for every build update on my LineageOS 13.0, i always delete the bloatware apps manually and i know it is a pain in the ass. Even if your running LineageOS 13.0, you can still use this. I've add/remove some apps for my personal taste. Very much thanks for this script!
Exactly what I was looking for! I edited the script with "Quickedit" (playstore) then bosh! Flashed it - AospExt - Tata bloat. Cheers!
@lieferant, I am (almost) completely speechless!
I noticed a recommendation and a link to this thread within another thread that I follow from @githyanki to another and had to check it out.
I've got to admit that this is a really great idea and, out of pure curiosity (and by nature... LOL!), am forced to test this out.
I am amazed that, though chatted about, nobody i can think of has ever taken this idea from concept to release.
What a great idea indeed and will report my results here for you to take note.
Thank you very much lieferant!
"Live Long and Prosper..."
~Ambassador S'chn T'gai Spock
Sent via Communicator [D2VZW] from the Bridge of the U.S.S. Enterprise
This is fantastic
Thank! Works like a charm! Reinstalled LineageOS today and i used the script after installation of gapps.
Awesome!
Awesome script, thank you for your work.
Noticed that 2 LOS Stock apps did not get removed.
1) Camera App
2) The eleven music app
This is for the latest LineageOS at the time of this post on the OnePlus2.
Thanks again
Update 1:
After going through your initial post I made some additions to the script to get what I need
I used this post to flash OnePlus Camera and OnePlus Gallery
"/system/media/audio/ui/camera_click.ogg", <--Removes camera click sounds for any camera
"/system/media/audio/ui/camera_focus.ogg", <--Removes other camera sound
"/system/media/audio/ui/VideoRecord.ogg", <--Removes video recording sound
"/system/media/audio/ui/VideoStop.ogg", <--- Removes other video recording sound
"/system/app/Camera2", <--- Removes the LineageOS stock Camera
"/system/priv-app/OnePlusGallery" <--- Removes OnePlusGallery if installed via the link above
Code:
"/system/media/audio/ui/camera_click.ogg",
"/system/media/audio/ui/camera_focus.ogg",
"/system/media/audio/ui/VideoRecord.ogg",
"/system/media/audio/ui/VideoStop.ogg",
"/system/app/Camera2",
"/system/priv-app/OnePlusGallery"
Add the above script based on the initial post in this thread!
tomatosmoothie said:
Awesome script, thank you for your work.
Noticed that 2 LOS Stock apps did not get removed.
1) Camera App
2) The eleven music app
This is for the latest LineageOS at the time of this post on the OnePlus2.
Thanks again
Update 1:
After going through your initial post I made some additions to the script to get what I need
I used this post to flash OnePlus Camera and OnePlus Gallery
"/system/media/audio/ui/camera_click.ogg", <--Removes camera click sounds for any camera
"/system/media/audio/ui/camera_focus.ogg", <--Removes other camera sound
"/system/media/audio/ui/VideoRecord.ogg", <--Removes video recording sound
"/system/media/audio/ui/VideoStop.ogg", <--- Removes other video recording sound
"/system/app/Camera2", <--- Removes the LineageOS stock Camera
"/system/priv-app/OnePlusGallery" <--- Removes OnePlusGallery if installed via the link above
Add the above script based on the initial post in this thread!
Click to expand...
Click to collapse
So the oneplus 5 camera port for the oneplus2 works on bacon?
Related
- SuperZen -
ROM is officially CLOSED
Standard Disclaimer: We are not responsible for you breaking your phone, your house, your car, your cat, your beer, etc. Make a backup before flashing! You never know what could go wrong.
Current ROM Version: 2.20.40.156
---> This is for the 551 model <---
----------
** System takes quite a while to flash! Please be patient.
Requirements:
Your bootloader must be unlocked
Must flash in TWRP (possibly CWM?) - Not stock recovery
Clean flash if coming from anything other than a previous build of this
Info:
Deodexed
Insecure Boot
Black Splash Screen
Rooted w/ SuperSU
ADB enabled by default
Custom boot animation - By @thoughtlesskyle
Roam Theme pre-installed - By @thoughtlesskyle
Removed Junk - See below for details
Removed adb notification
Removed PCLink pop-up on Windows when connecting
Removed Headphone Notification & icon
Removed System Update / Notification
Flashable zips add-ins to bring back some of the apps if you want them (in second post)
Additional flashable zip that can be used to help bring stock users over to this without doing a clean flash (in second post)
Re-added the strangely removed WMV & WMA decoders, and the MPEG4 encoder codecs
To Do:
Still working on it to make it cleaner and slimmer.
Remove "External Storage Mounted" on every reboot
Broken Things:
A bunch of ASUS stuff is removed, so nothing is broken really, but you might be missing things if you use some of them.
What's removed?
Code:
Removed from /system/app
Asphalt
AsusAs
AsusBoost
ASUSBrowser
AsusFMRadio
AsusFMService
AsusMirror
AWS
BasicDreams
BbblerActors
Books
BRapps
CleanMaster
DataTransfor
DMClient
Dreye
Ezding
eztable
Flipfont
Galaxy4
Gameloft
HoloSpriralWallpaper
JawboneUp
Kindle
KKBox
MFinanceHK-Bold
Music2
MyAsus
MyFrame
MYingHei_18030-M
MYuppyHK_Medium
MyWater
Newsstand
NoiseField
Omlet
PCLinkBinary
PCLinkManager
PhaseBeam
PhotoFrameWidget
PhotoTable
PlayGames
QuickMemo
QuickMemoService
RemoteLink
Syndor
SystemUpdate
Transformer
Tripadvisor
UpdateLauncher
Videos
VisualizationWallpapers
WhatsNext
WidiInputService
YahooAuction
YahooECShopping
YahooMall
ZenTalkStub
ZenUIHelp
ZinioReader
ZinioSettingsProvider
**************************
Removed from /system/priv-app
AsusBackup
AsusEasyCall
AsusEasyLauncher
AsusFreshGreenTheme
AsusKidsLauncher
AsusLiveDemoService
AsusLiveDemoUI
AsusLovelyPinkTheme
AsusPhotoCollage
AsusTask
ASUSZenUIPCSuite
DrSafety
FlipCover2
GameCenter
LogUploader
MicroFilm
PartyRimBinary
ShareRimBinary
SuperNote
ZenCircle
Removed extra files associated with removed apps
Notes & Info
I don't want to modify the SysUI on this, due to pretty frequent updates from ASUS.
To change home screen Grid size:
Long Press on a blank space > Preferences > Home Screen > Grid Size
To remove "Do not disturb" notification:
Go to 'Settings' > 'Do not disturb' > (Very Bottom) 'Notification' > Off
To remove "Battery Ready" notification:
Go to 'Settings' > 'Battery' > Menu > 'Set Battery charging ready reminder' > Never (or whatever percent you want)
*Data removal flashable zip in second post. This can be used if you want to come from stock to this ROM. Flash full ROM first, then flash data removal. This will remove the updated Asus apps from the stock build, but will not wipe the rest of your data partition.
*This will not delete data or user installed apps. This will wipe /system so as to remove all the bloat, even if coming from stock doing an upgrade.
Thanks to:
team d3rp - You fine folks are the best
@thoughtlesskyle for donating your time to make awesome things
@mrrogers1 for hosting the SVN for us (and dealing with all our nonsense)
@TheSSJ and others for TWRP
@ravian29, @kanagawaben, @shakalaca, and others for bootloader unlock
Changelog
Code:
[b]2015.11.25[/b] 2.20.40.156 base
WMV and wma decoder codecs were commented out (removed) - Added back in
MPEG4 encoder codec was commented out (removed) - Added back in
[b]2015.12.30[/b] 2.20.40.139 base
Way behind, so I do apologize
Default Grid Size is 4x5. This can be easily changed in the future.
[b]2015.09.10[/b] 2.20.40.90 base
Asus System Update notification removed (again, sorry folks)
Asphalt removed
[b]2015.08.13[/b] 2.20.40.59 base
ULTAR Mode!
[b]2015.07.31[/b]
GTFO headphone notification (R15) - Thought I removed this before, my apologies for it showing back up
Added more sweet wallpapers - Courtesy of [user=1373751]@thoughtlesskyle[/user]
Fixed the ability to write to SDcard (R14) - Thanks for the info [user=1060541]@helroz[/user]
[b]2015.07.21[/b]
Put Auto-Start back in (R13)
Updated Add-Ins in second post for deodex
[b]2015.07.20[/b]
Deodexed
Added back AudioWizard
Removed Transformer (mostly just leftover code from PadFone and other Asus devices)
[b]2015.07.17[/b]
Removed FlipCover (R11)
Added R10 download link
Created a "Data Removal" flash zip to bring stock ROM people over to this without having to completely wipe (will be in second post)
[b]2015.07.16[/b]
Added XT9IME back in (R10). That was the Asus keyboard. oops. Luckily at least I didn't post a zip build of that. It only impacted SVN.
[b]2015.07.13[/b]
Removed more stuff: AsusAs, AsusBoost, AudioWizard, AudioWizardView, DataTransfor, MyFrame, WidiInputService, XT9IME, and LogUploader
[b]2015.07.10[/b]
Long System Format issue resolved - Thanks to [user=2388665]@TheSSJ[/user] for the info.
PCLink Pop-up removed on PC Connection (still shows a CD drive, but no pop-up. Tried to fix it and I broke boot)
Removed adb notification
New PCLink.22 flashable zip uploaded
[b]2015.07.09[/b]
Tweaks to Roam
Black Splashscreen actually flashes now (my fault)
Added some cleanup to flash script
[b]2015.07.07:[/b] 2.19.40.22 base
Project name change!
Default Wallpapers changed - Screenshots attached
A few orphaned files removed
SystemUpdate removed
[b]2015.07.02:[/b] 2.19.40.20 base
All previous additions are added
Cleaned up a few more orphaned files
Updated Roam theme
*Adding slight update for home screen - Removing ASUS and Google folders, adding Gmail to home screen
Added /system wipe. Now you can dirty flash over a previously rooted build (1.2.2)
[b]2015.06.27[/b]
Removed more from /app & /priv-app (Noted in list with *)
Cleaned up stock home screens
Cleaned up random files for removed garbage
Included Roam theme pre-installed (not default).
[b]2015.06.26:[/b] Initial Release
Pictures of boot animation & Roam pictures added
**Special Note: As always, please be sure to ask if you'd like to use any part of our changes. This is a custom ROM, not a base for you to build on. We have put a lot of time into making this work right (as the first custom ROM for the ZF2). Please don't just use this as your own without being the one to do the work.
**Graphics, Themes, etc: If you'd like to use any of the images, themes, splash screens, etc, please talk to @thoughtlesskyle. He's the graphic magician.
DOWNLOAD LINKS ARE IN SECOND POST
Kernel: Stock ASUS Kernel
XDA:DevDB Information
SuperZen - ZE551, ROM for the Asus ZenFone 2
Contributors
Harfainx, thoughtlesskyle
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Current Stable Version: R22
Stable Release Date: 2015-12-30
Created 2015-06-26
Last Updated 2015-12-30
Downloads & Things
SVN Link
SVN Checkout:
SVN is currently on 139
http://teamd3rpg2.mrrogers1.org/ZenF2SuperZen070215
DOWNLOAD LINKS BELOW
2.20.40.156
SuperZen R22
Old Builds
2.20.40.139
R21 - SuperZen R21
2.20.40.90
R20v2 - SuperZen R20 v2
2.19.40.59
R19 - SuperZen R19
------------------------------------------
------------------------------------------
Add-Ons:
*Flash below files in TWRP after flashing ROM if you want to add them back in
Asphault - From 2.20.40.139
Asus Backup - From 2.20.40.139
FlipCover - From 2.20.40.139
FM Radio Zip - From 2.20.40.139
PCLink - From 2.20.40.139
ZenFlash - From 2.20.40.139
------------------------------------------
------------------------------------------
Remove Asus apps from Data:
Note: This is if you are coming from stock and have updated your apps.
If you clean flash (wipe system, data, cache, and dalvik) then you do not need this. This is if you're coming from stock and don't want to wipe everything out (keep your apps that you downloaded, etc). I still suggest a full, clean wipe.
Upon updating from the Play Store, the Asus apps are in /data/app, so just flashing SuperZen does not get rid of them.
This flashable zip will remove the same Asus apps from /data/app that are removed in the main ROM. This will not remove anything from system. It only cleans the data portion. *This does not remove Kindle, since people might actually use that.
Asus Data Removal Zip
Would like
Sent from my 831C using Tapatalk
One more I think
Sent from my 831C using Tapatalk
Nice, I'm gonna flash this now. Thanks for your work.
what's the ram usage like? when i boot i have just under 1 gig, and after some usage it drops to 300mb roughly, on stock.
rp_guy said:
what's the ram usage like? when i boot i have just under 1 gig, and after some usage it drops to 300mb roughly, on stock.
Click to expand...
Click to collapse
Should be less than stock. I removed ~50 apps from the phone.
Didn't add in anything that would eat up RAM or space.
It's a pity i took all that stuff off already but looking forward to the updates
Nice work mate
Sent from my ASUS_Z00AD using Tapatalk 2
chubby65 said:
It's a pity i took all that stuff off already but looking forward to the updates
Nice work mate
Click to expand...
Click to collapse
Going to be a constant work in progress.
Please let me know if I missed anything that you personally removed. I'm still going to be tweaking it for quite a while. :highfive:
Harfainx said:
Going to be a constant work in progress.
Please let me know if I missed anything that you personally removed. I'm still going to be tweaking it for quite a while. :highfive:
Click to expand...
Click to collapse
Definitely be giving this a try especially when the updates start to roll out
Do you think it's safe to remove update system app from system
I doubt very much I'd be using ota updates anyway
Sent from my ASUS_Z00AD using Tapatalk 2
You.. Are... The.... Man
Amazing job man! Thank you very much!
I know this is for the 551, but still tested on my 550 and it did not work even tried to replace the boot.img from the backup I made before, but still not booting =( oh well, had to try restoring the full backup now...
Keep up the great work and if possible to the same for a 550 ROM
Thanks all
Awesome! Thank you!
I wonder if battery life and performance will increase? Flashing tonight.
Just took out system update from system apps
Then tried checking for update seems to check but doesn't come back with anything so all good so far
Sent from my ASUS_Z00AD using Tapatalk 2
hugoprh said:
I know this is for the 551, but still tested on my 550 and it did not work even tried to replace the boot.img from the backup I made before, but still not booting =( oh well, had to try restoring the full backup now...
Keep up the great work and if possible to the same for a 550 ROM
Click to expand...
Click to collapse
I'll download the full 550 ROM and see if I can get it working. Shouldn't be much different at all. I don't have a 550 to test with, but the scripts should all be the same, so that shouldn't be an issue.
I'll let you know when I have something worth testing. :good:
That would be awesome, let me know and I'll test it ASAP.
Thank you =)
small doubt,u removed fmservice..but dont the fm need that?? if needed then please add a flashable of it as addon ...
Updated to the most recent OTA, got rooted, got my bootloader unlocked, and got TWRP installed. Getting ready to put this on next. Exciting that there is custom development for ZenFone2 Now!
please dont remove FM radio. many ppl still listen to radio in other countries.
Functional patch, whose main purpose - simplify the work with the system after flashing / updating to the next build.
Features
• Pixel contacts, dialer and messages
• Stock trash cleaner from 6.x and 7.x based ROMs
• Changes to the audio configs, GPS, hosts for AdAway
• Installed software which I need
• Small changes by Google Pixel Interface
Deleted stock trash
- Gello
- Browser
- CMFileManager
- Eleven
- Email
- Exchange2
- LatinIME
- PicoTts
- MusicFX
- Trebuchet
- Gallery2
- GoogleTts
- BookmarkProvider
- PhotoTable
- LiveWallpapersPicker
- CellBroadcastReceiver
- EmergencyInfo
- BasicDreams
- NexusLauncher
- Wallpaper
- CalendarProvider
- LiveLockScreenService
Added
- AdAway
- Kernel Adiutor
- Google Messenger
- Google Contacts
- Google Dialer
- Google System Sounds
- Google Bootanimation
- Google Splash
- 3G fix
- Solid Explorer
- Nova Launcher
- Gboard
- Titanium Backup
- ADM (downloader for Android)
Changed
• gps.conf (fast connect)
• hosts (adblock)
• mixer_paths_wcd9326.xml (stereo sound mod)
• deleted power.msm8952.so (for better battery
• /system/lib/soundfx, /system/lib64/soundfx, /system/vendor/lib/soundfx (for clean sound)
How to install
• Make a full TWRP backup (you should always make them)
• Wipe Dalvik/ART Cache and Cache
• Install patch on a clean ROM (or dirty install after flashing the ROM)
• Enjoy!
Go to settings -> apps and give each of the app all permissions (Dialer, Contacts and Chat)
Set them as default in settings, so you won't have troubles with them. (Settings -> Apps -> Cogwheel)
Read frequently asked questions and answers for them in post #2
Download
Pixel splash & bootanimation: Dark | White
Patches: PixelDS4 v2.3 | Piano v2.9
Add-on's: EX Kernel Manager v2.98 (Instead of KA)
XDA:DevDB Information
Piano, Tool/Utility for the Xiaomi Redmi Note 3
Version Information
Status: Stable
OS Version: 6.x - 7.x
Piano Version: 2.9 (2017-03-24)
PixelDS4 Version: 2.4 (2017-04-25)
Created 2017-01-28
Last Updated 2017-04-25
Frequently Asked Questions
• Is this a mod or a patch?
This creature can't be called a mod for the simple reason that it doesn't change the system externally. Moving it to other theme isn't necessary.
• What is the main purpose of that?
It's main purpose is to simplify the setup process for the necessary configuration files and to install some useful system applications after updating the ROM. The author was too lazy to spend a lot of time on the initial configuration of the system with multiple reboot to achieve the desired effect. Therefore this patch was created.
• What's the difference from other similar mods/patches?
This patch is not intended to change interface, or prepare your system for global change, it's for simplifying installation process for ROMs. Author added apps that he's using in it.
• What does the name PixelDS4 stands for?
Pixel UI? Definitely not. Pixel UI is not recreated. Here's only 3 Google applications (read OP). Patch takes the name from the same author interface in Nova Launcher. Named as Pixel DualShock 4.
• Do i need to flash this patch every update?
Yes, you'll need to flash it every update.
• Will i have rounded icons after installing this patch?
No, you won't have them. But since it has Nova Launcher you can install icon pack that you want.
If you have trouble:
1) The correct installation of the patch can be considered its immediate installation after the flashing ROM (after a full wipe)
2) If problems are detected after the "dirty" firmware, you should follow the simple recommendations given below:
• Uninstall the Google Keyboard application (GBoard), if one was installed earlier
• Clear data for the Play Market application and roll it back to the original version
• Uninstall Titanium Backup application with tails
• in TWRP wipe Dalvik and Cache
• After that install the patch again
3) If the applications for making calls and SMS do not work correctly - it is necessary to allow Dialer, Contacts and Messanger to control each other in the settings, as well, to set their applications by default
4) You can remove the patch if you flash ROM over the existing system.
Support me! Donate!
Webmoney:
USD $: Z562018958884
EUR €: E829967590697
RUB ₽: R620657063325
UKR ₴: U275930988803
QIWI:
[email protected]
Anyway, thanks for your support! ?
Deleted
Tnx
tuarch said:
Functional patch, whose main purpose - to simplify the work with the system after flashing / updating to the next build.
Click to expand...
Click to collapse
What actually is it..? i dont get it..... mod or patch for wat..?
c_/\/\_k said:
What actually is it..? i dont get it..... mod or patch for wat..?
Click to expand...
Click to collapse
Patch for 6.0.1 and 7.X based ROMs.
Good mod...but we have already have like this..but thnks for this mod
tuarch said:
Patch for 6.0.1 and 7.X based ROMs.
Click to expand...
Click to collapse
patch for what..? Pixel UI..?
This patch is safe when we flashing an OTA? Or we must patching again?
Thanks for sharing...
What about some screenshot...? Pls share...
Thanks and regards!
The first, thanks a lot for your work dev. I really don't understand what this mod do, it's different that the pixel mod for lineage 14.1 that made mgeranimus? Thanks and regards.
SerJo87 said:
Ты веткой не ошибся?!
Здесь нужно было постить: https://forum.xda-developers.com/redmi-note-3/themes
Click to expand...
Click to collapse
Please edit your post and add English, as per our forum rules
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature).
Click to expand...
Click to collapse
Thanks
Pixel Apps? @tuarch
Sent from my Redmi Note 3 using Tapatalk
It cannot be called a Patch. Better call it addon or mod.
Using it on citrus caf.. works well. Thx a lot
no rounded icon?
engloa said:
Please edit your post and add English, as per our forum rules
Thanks
Click to expand...
Click to collapse
Why dont you move this to mod section? Thanks
Camlin3 said:
Why dont you move this to mod section? Thanks
Click to expand...
Click to collapse
Bcz it's not a mod.
suarjaya69 said:
no rounded icon?
Click to expand...
Click to collapse
Nope. If it added round icons it would be in OP.
But since it has Nova Launcher you can change icon pack to what you want
Camlin3 said:
Why dont you move this to mod section? Thanks
Click to expand...
Click to collapse
Well we can't call it a mod, cause it just installs/uninstalls system files + changes some of them, it's more like a patch, than a mod.
Ekwan4943 said:
This patch is safe when we flashing an OTA? Or we must patching again?
Click to expand...
Click to collapse
It doesn't backup and restore itself after updates,so yeah, you need to flash it again.
miguelang611 said:
Thanks for sharing...
What about some screenshot...? Pls share...
Thanks and regards!
Click to expand...
Click to collapse
There's not that much to screenshot
dlearin said:
The first, thanks a lot for your work dev. I really don't understand what this mod do, it's different that the pixel mod for lineage 14.1 that made mgeranimus? Thanks and regards.
Click to expand...
Click to collapse
It doesn't change anything that touches system interface. It replaces/deletes some apks and installs additional apps. Full list is presented in OP.
-------------------------------------------------------------------------------------------
Hi!
Came here to share my Modified ALE-L21 C432B596 DS ROM with you!
Read note first:
HTML:
# Your warranty will be void.
# Battery must be above 50% before flash it!
# I m not responsible for any bricked devices, dead SD cards or what ever!
# YOU are choosing to make these modifications!
# Before flashing do backup from your personal data!
# Backup BOOT, CUST, RECOVEY and SYSTEM images!!!
# You can restore it if mess up or you don t like it!
Change log:
add all networks switch [NEW]
add VoLTE switch [NEW]
add TWRP3.1.0-2 Alice [NEW]
zram change from 1GB to 1,5GB [NEW]
Swiftkey as main keyboard [NEW]
new bar icons and settings icons (EMUI 5)[NEW]
governor set to performance [NEW]
360º screen rotation
Add multi user option
Custom bootanimation
4.5G ON in MEO-PT, NOS-PT and VODAFONE-PT
Virtual Gyroscope ON
Google apps like books for example deleted
Multi Window
Better performance
Idol Launcher with onetouch stream, custom wallpapers with parallax option
Idol 3 compass
Facebook messenger
Call recorder
Team Viewer
Sony experia wheater widget
AudioFX equalizer
Google calendar
File Manager +
NFC Tools
Microsoft Outlook
Swiftkey Keyboard
Terminal Emulator
To flash it you need to be in Androi 6 already then only use TWRP to flash and done!
Attention: It will do a factory reset!
To root:
Download 1.zip and 2.zip then copy to sd card, boot in to TWRP and install 1.zip then reboot, after finish the boot power off again, boot in TWRP again and install 2.zip and reboot! Done!
1.zip
2.zip
The benchmark score is +/- like in print screen.
>>>>> Any issue tell me!!!! <<<<<
------------------------------------------------------------------------------------------------------------------
ROM:
BetoOS_1.0.1_Mod_B596_P8_Lite_Alice.zip
>>>>> Not available <<<<<
Zip tested, works 100% ! Check this video!!!!
------------------------------------------------------------------------------------------------------------------
If you like it, press thanks !
Enjoy it!
:highfive:
persona78 said:
Hi!
Came here to share my Modified ALE-L21 C432B596 DS ROM with you!
Read note first:
HTML:
# Your warranty will be void.
# Battery must be above 50% before flash it!
# I m not responsible for any bricked devices, dead SD cards or what ever!
# YOU are choosing to make these modifications!
# Before flashing do backup from your personal data!
# Backup BOOT, CUST, RECOVEY and SYSTEM images!!!
# You can restore it if mess up or you don t like it!
Change log:
Google apps like books for example deleted
Multi Window
Better performance
Idol Launcher with onetouch stream, custom wallpapers with parallax option
Idol 3 compass
Facebook messenger
Call recorder
Team Viewer
Sony experia wheater widget
AudioFX equalizer
Google calendar
File Manager +
NFC Tools
Microsoft Outlook
Swiftkey Keyboard
Terminal Emulator
To flash it only use TWRP and done!
Attention: It will do a factory reset!
-----------------------------------------------------------------------------------------------
BetoOS_1.0.0_Mod_B596_P8_Lite_Alice.zip
Key: !HMvo3Zv1E7NwjAFz48coM3_9gkRb_EptwM2TzEqvvZ8
-----------------------------------------------------------------------------------------------
Enjoy it!
:highfive:
Click to expand...
Click to collapse
Did you replaced settings app? Or is the icon changed?
JustSomething said:
Did you replaced settings app? Or is the icon changed?
Click to expand...
Click to collapse
Still the same settings apk, i don´t change it.
.
persona78 said:
Still the same settings apk, i don´t change it.
.
Click to expand...
Click to collapse
A little help for v2. Find in build prop hw.multiuser (something like that) delete =0 at the end and replace with =1.
Go to next line and delete =0 at the end and replace with =3.
That enables option USERS in settings
JustSomething said:
A little help for v2. Find in build prop hw.multiuser (something like that) delete =0 at the end and replace with =1.
Go to next line and delete =0 at the end and replace with =3.
That enables option USERS in settings
Click to expand...
Click to collapse
I know that, thanks, but i don't use it.
.
Hmm looks nice, but those are definitely your preferences. BTW you can just flash the newest SuperSU zip or magisk. Don't need to flash 2 zips.
Vinnipinni said:
Hmm looks nice, but those are definitely your preferences. BTW you can just flash the newest SuperSU zip or magisk. Don't need to flash 2 zips.
Click to expand...
Click to collapse
Thanks, i don´t know the link for the new superSU.
And, like i say in post " Came here to share my..." so of course is my preferences. Only install it if you want to try!
Congratulations, I'll try soon I have Wifi
Why not 598?
Suggestion for Pictures enclosed, change first the language to EN then make the screenshots
kilroystyx said:
Congratulations, I'll try soon I have Wifi
Why not 598?
Suggestion for Pictures enclosed, change first the language to EN then make the screenshots
Click to expand...
Click to collapse
There aren´t big changes in B598 ( nothing at first sight) and if i flash B598 i need to start from 0 ( zero ) ...
If Android 7 came then i will change
.
Hi. Cool rom. But why "BetoOS"? And also, I'm making an HSRP (Huawei Stock Rom Project, haha name) on C432B599. I don't want to make a competition or something, just telling you that.
XTutorials said:
Hi. Cool rom. But why "BetoOS"? And also, I'm making an HSRP (Huawei Stock Rom Project, haha name) on C432B599. I don't want to make a competition or something, just telling you that.
Click to expand...
Click to collapse
No problem
BetoOS because i want to give a name to my mod! And why not my name!!!
.
A Issue was found: Can´t change notifications and ringtones
The fix: Flash this zip -> flash_HwThemeManager.zip
Updated - ROM fixed in main post
Awesome rom! Tried it, because I have a lot of school projects and I cannot continue building my rom, for now.
This thread should've beed in "Android Development" or O.A. Development, deserves it.
Also, installing a custom kernel will work on this rom?
Is updated!
persona78 said:
Is updated!
Click to expand...
Click to collapse
Cool! Good job!
No link donwload please link now update today
miquelni said:
No link donwload please link now update today
Click to expand...
Click to collapse
... ?
Have you clicked the window that say " click to show content"?
.
Emui 5.0 design
can you make it look likes emui 5.0 will be great and stable rom ?
belozemeca said:
can you make it look likes emui 5.0 will be great and stable rom ?
Click to expand...
Click to collapse
Rom is stable, and can be possible to turn it like emui 5 but it gives a lot of work...
:good:Thanks to all for downloading (almost 400 ) my B06-slim² !:good:
As promised i made an AROMA ROM based on the B06-slim² version. For me it was more an exercise to complete this AROMA ROM for the G version.
As for the little spare time that i had i tried to make a version that has some features to add and to debloat further to scratch. It’s nothing too fancy but the first AROMA for our G model i think. I’ve enjoyed making it and perhaps i’ll make a new one if there’s enough feedback to add some more features in a next release :cyclops: !
It’s fully functional and tested. Smooth, no bugs (report when there is)
Hope you’ll E N J O Y !!!
Based on :
A2017G B06-slim² ROM
MiFavor 4.2
INSTALL : ( TWRP )
When you're on another ROM, stock (or even on B05-slim or B06-slim²) and you want a clean install just follow this procedure :
For other models, remove the first 2 lines (line1. "assert....". and line2. " abort....." in updater-script (in META-INF), save and rezip..
Or use this file : https://androidfilehost.com/?fid=962021903579490489 . Unzip it and drag the naked updater-script into the META-INF of the ROM with 7-zip and replace the existing one.
0. In case you want to reflash your own apps from B06-slim², backup your personal apps with f.e. TB, ZipMe... (or whatever)
1. Make a full backup of your current device in TWRP ! (use it to RESTORE if necessary) DON’T FORGET !
2. Wipe cache / dalvik / data / system
3. Install : A2017G-N-B06-bootstack : https://androidfilehost.com/?fid=673368273298981646
4. Install : AROMA A2017G SL!M² DF!NR : https://androidfilehost.com/?fid=817906626617938421
5. Choose your stuff to add or debloat, let it RUN and reboot, wait…a minute…or 2…
6. Done ! No more no less :cyclops:
AFTER INSTALL :
1. Go into Adaway/give root permission/download files etc. and update DONE!
2. When you added Youtube Adfree, you’ll have to go into PlayStore/settings and check “no auto updates” ! Otherwise the Youtube app will update again to that TERRIBLE ANNOYING ADD state!
INFO :
Stripped off : (like on B06-slim²)
Accuweather
Browser (ume)
Chrome
Email
Google Video, Films…
Maps
Touchpal (+languages)
Zte clock replaced by Google Clock
Zte calendar replaced by Google Calendar
ZTe File mananger replaced by ES File Explorer (imo a very good ROOT file manager)
….......
Baked into :
AdAway
ES
Google Calender
Google Clock
Minor Modifications :
Boot :
• Init.d enabled
• Dm-verity disabled
Zip aligned apk’s
Build.prop tweaks : (remove them in system/build.prop if not needed)
• Improved performance
• Faster boot
• Phone rings immediately
• Wifi scan interval 180sec
• Better call voice quality
• Better network signal
Added sounds LOS
AROMA Features to choose from :
• Debloat almost all remaining apps
• Choose SuperSU or Magisk (when installing modules aint working : just re-install Magisk in Manager and reboot)
• Add Google Dialer
• Add Google keyboard, Touchpal (activate in settings)
• Add Root Explorer Pro ( and remove ES )
• Center Clock
• Titanium Backup Pro
• Youtube Adfree Black Theme
• Extended Power Menu (normal white color)
Hope you'll E N J O Y !!!
Contributors :
me, myself and I
Credits :
@amarullz
@SuperR.
@Ayush Singh
@Robbie P
@jeboo
@kenet (for his EPM and centerclock – Thnx !)
@benny3 (for his offered help and juice from BBTeam Rom for U-model)
@ZaneZam (iYTB Thnx !)
@Chainfire
@topjohnwu
@jcadduono
@franzyroy
@Robobob1221
@Ricky Divjakovski
ROM OS Version : 7.1.1 Nougat Mifavor 4.2
Source : ZTE stock-rom A2017GV1.2.0B06 / original ZTE upload/reuploaded : https://androidfilehost.com/?fid=817550096634795481
Kernel : stock
Version Information :
Status : Stable
Created : 2017-10-12
Any reason why this wouldn't work on the U version? I might give it a shot tomorrow.
pinkywinky said:
Any reason why this wouldn't work on the U version? I might give it a shot tomorrow.
Click to expand...
Click to collapse
You can flash Universal BL with U modem. See LOS14 Thread
https://androidfilehost.com/?w=files&flid=148464
Just give it a try. Should work too. First BACKUP !
Let me know
Which mifavor version? I assumed 4.2 since based from other.
Thanks!
Is the EPM Mod the colored or the normal version?
Maybe add xposed to additional features.
Spillunke said:
Thanks!
Is the EPM Mod the colored or the normal version?
Maybe add xposed to additional features.
Click to expand...
Click to collapse
Normal version. (i can add coloured version on a new version later on)
If there are enough requests I can make a new one with those additions either on this N-B06 or on a new N-B0X (if there ever comes a new one....)
raystef66 said:
Normal version. (i can add coloured version on a new version later on)
If there are enough requests I can make a new one with those additions either on this N-B06 or on a new N-B0X (if there ever comes a new one....)
Click to expand...
Click to collapse
No thanks, i like the white/normal version.
I hope there will be a new one. Android 8 would be awesome, but we will see... and again: thanks for your work!
raystef66 said:
You can flash Universal BL with U modem. See LOS14 Thread
https://androidfilehost.com/?w=files&flid=148464
Just give it a try. Should work too. First BACKUP !
Let me know
Click to expand...
Click to collapse
Ok I got it to work. however I kept getting "Erro:7" in TWRP. To fix I had to remove the first couple lines in the updater script file. Looks like the patcher wasn't recognizing my phone correctly.
All good though. Great ROM!
pinkywinky said:
Ok I got it to work. however I kept getting "Erro:7" in TWRP. To fix I had to remove the first couple lines in the updater script file. Looks like the patcher wasn't recognizing my phone correctly.
All good though. Great ROM!
Click to expand...
Click to collapse
Yeah, forgot to mention that. The first lines of updater-script has to be removed for other models to work. They're a safety check for G model.
So for other models, open Rom zip in 7zip. Go into META-INF to update-script, open with note++ and remove the 2 first lines ( line1 "assert..." and 2. "abort..."). Save and you're good to go :good:
Can someone please explain what the bootstack file is for? I have a A2017G stock rom. Do I need to use that? And do I flash it with twrp?
Hi
I came from RR and after restoring my apps and parameters from Google cloud, I have a problem with buttons on the notification panel. I can't organize buttons as I want maybe due to parameters from RR.
How can I solve that?
Could you check this app? It throws lots of warnings and I cannot use it. *on your rom ofcouse*
com.truelife.mobile.android.trueiservice
https://drive.google.com/file/d/0B9hMb-2Suv2TYW5DT1pUU0pPOEE/view?usp=drivesdk
I made a mistake, i have wiped system, data, internal storage, dalvik and cache for a clean install but now this ROM doesn't boot. I flashed bootsatck and ROM but doesn't boot. Lineage boot without problem.
What can i do?
fabro91 said:
I made a mistake, i have wiped system, data, internal storage, dalvik and cache for a clean install but now this ROM doesn't boot. I flashed bootsatck and ROM but doesn't boot. Lineage boot without problem.
What can i do?
Click to expand...
Click to collapse
check if system is choosed from mount section from twrp. if not select it
It seems i don't have boot partition. Lineage can work without this partition?
Just installed and it is fantastic. Thank you.
Only issue is the clock on the status bar is in the middle and sometimes is covered by other icons. Any solutions to this?
Sent from my ZTE A2017G using Tapatalk
Jeremy_Huang said:
Just installed and it is fantastic. Thank you.
Only issue is the clock on the status bar is in the middle and sometimes is covered by other icons. Any solutions to this?
Sent from my ZTE A2017G using Tapatalk
Click to expand...
Click to collapse
Yes, in aroma installation set clock on the right side.
GP
Sent from my ZTE A2017G using XDA-Developers Legacy app
foggydew88 said:
Yes, in aroma installation set clock on the right side.
GP
Sent from my ZTE A2017G using XDA-Developers Legacy app
Click to expand...
Click to collapse
Can I just dirty flash it?
Sent from my ZTE A2017G using Tapatalk
Jeremy_Huang said:
Can I just dirty flash it?
Sent from my ZTE A2017G using Tapatalk
Click to expand...
Click to collapse
Over itself? I think you can.
GP
Sent from my ZTE A2017G using XDA-Developers Legacy app
pinkywinky said:
Ok I got it to work. however I kept getting "Erro:7" in TWRP. To fix I had to remove the first couple lines in the updater script file. Looks like the patcher wasn't recognizing my phone correctly.
All good though. Great ROM!
Click to expand...
Click to collapse
hey buddy, i am installing it on 2017u, with lines removed but it isnt installing anything, just go into aroma and show installation but complete in just 2 seconds
and then say no os installed
please help
KNOW WHAT YOU ARE DOING ! I AM NOT RESPONSIBLE OF BRICKING YOUR DEVICE.....
FOR OUR DEDICATED STOCK USERS
Made an new AROMA ROM based on the A2017G-N-B12 stock version. Like the other slim roms it’s just based on stock with some additions and option to debloat further. You can add the JOJOC Battery Tweak later on (as it gave me some troubles to implement on boot) that focuses on improved battery performance. I
It’s fully functional and tested (not on battery SOT). Smooth, no bugs. Magisk/SuperSU fully running without issues.
Hope you’ll E N J O Y !!!
Based on :
A2017G N-B12 STOCK ROM
INSTALL : ( TWRP )
When you're on another ROM, stock (or even on B05-slim,B06-slim² or B08…) and you want a clean install just follow this procedure :
Other models like A2017 and A2017U can flash this too. Only use Universal BL & your specific MODEM ! : https://androidfilehost.com/?w=files&flid=148464
IMPORTANT !!! When coming from a (treble) rom or Oreo rom beware you'll loose your data because you have to revert back to Nougat by wiping/format. When you're on STOCK rom and twrp3210 (or latest) move on to 'FLASH'
For now I'm using the 'old' school method (not yet the Labs Mod).
So follow this to prepare on 'FLASH' :
1. Boot into your twrp (let's say you're on twrp3218treble)
1a. Wipe system/vendor/data/cache/dalvik
2. Flash official twrp3.2.1.0 (or latest) and reboot into recovery AGAIN (not into system !)
3. You will see you have to “cancel” and swype and you’ll have to format again
4. Wipe : /advanced/wipe/choose data/change filesystem to EXT4
5. Then go into wipe : wipe system/data/cache/dalvik to be sure
6. continue with 3a below and so on....
FLASH :
0. In case you want to reflash your own apps, backup your personal apps with f.e. TB, ZipMe... (or whatever)
1. Make a full backup of your current device in TWRP ! (use it to RESTORE if necessary) DON’T FORGET !
2. Wipe cache / dalvik / data / system
3a For G version flash : A2017G-N-B12-bootstack : https://androidfilehost.com/?fid=1322778262903993157
3b For U and CN version flash Universal BL+your MODEM : https://androidfilehost.com/?w=files&flid=148464 ! Don't forget to flash twrp 3.2.1.0 afterwards !
4. Install : AROMA A2017X SL!M➅ DF!NR : https://androidfilehost.com/?fid=1322778262904005937
5. Choose your stuff to add or debloat, let it RUN and reboot, wait…a minute…
6. Done ! No more no less
AFTER INSTALL :
0. Use Jojoc Tweak for best battery result :
A2017X_JojocV2_SuperSU : flash in twrp
A2017X_Jojoc_magiskmodule_v2.1: flash in MagiskManager
A2017X_Jojoc_magiskmodule_v3.2: flash in MagiskManager
1. Go into Adaway/give root permission/download files etc. and update DONE!
2. Go into PlayStore/settings and check “no auto updates” ! Otherwise the Youtube app will update again to that TERRIBLE ANNOYING ADD state!
3. Check with f.e. Kernel Adiutor, when you added JoJoc Tweak, if it’s running ok and see if values are matching like here : https://forum.xda-developers.com/showpost.php?p=75431784&postcount=2
4. If choosen Magisk leave it as Magisk 16.7 (other ones bootloop as known)
INFO :
Stripped off :
Accuweather
Browser (ume)
Chrome
Email
Maps
Touchpal (+languages)
ZTE clock replaced by Google Clock
ZTE calendar replaced by Google Calendar
ZTE File mananger replaced by ES ( you can replace it in aroma )
….......
Baked into :
AdAway
Google Calender (you can remove this later if you want)
Google Clock (you can remove this later if you want)
Youtube Black themed addfree
Minor Modifications :
Boot :
• Dm-verity disabled
Zip aligned apk’s
Build.prop tweaks : (remove them in system/build.prop if not needed)
• Improved performance
• Faster boot
• Phone rings immediately
• Wifi scan interval 180sec
• Better call voice quality
• Better network signal
Added sounds LOS
Faster UI (scaling 0.25)
AROMA Features to choose from :
• Debloat most remaining apps
• Choose SuperSU or Magisk
• Add Google Dialer
• Add Google Keyboard
• Center Clock
• ......
Hope you'll E N J O Y !!!
Contributors :
me, myself and I
Credits :
@amarullz
@SuperR.
@nfsmw_gr (for our work together on his JoJoc tweak , thnx !)
@kenet (for his centerclock script i recompiled – Thnx !)
@ZaneZam (iYTB Thnx !)
@Chainfire
@topjohnwu
@jcadduono
ROM OS Version : 7.1.1 Nougat MiFavor 4.2
Source : ZTE stock-rom A2017GV1.2.0B12 / original ZTE upload/reuploaded : https://dl1.ztems.com/zxmdmp/downlo...K/ZTE/ZTE A2017G/452783/fota_B15_MR_B17_MR.up
Kernel : stock
Version Information :
Status : Stable
Created : 2018.09.15
Uploaded : 2018.09.15
Android Security Patch Level : 2018.07.01
-----
thx.
I heard chinese nougat released update also,can we get a build from that?
Thanks for this build.
Thank you!
I am currently on B10 slim, do you think I can dirty flash it over?
romitkin said:
Thank you!
I am currently on B10 slim, do you think I can dirty flash it over?
Click to expand...
Click to collapse
Preferable would be a clean flash though.
You can try but the aroma setup and endresult might differ although the initial aroma layout is quite the same.
The Jojoc module/zip has to be fashed afterwards now when you want to apply.
Do take a full twrp backup of your existing rom. You can always revert back
Many thanks for this! I decided to move over to LG V30 but want to put the Axon7 back to rooted stock & give to my wife.
hide bootloader msg zip problem
Since I'm planning on handing this over to my wife, who like things "simple" thought I would try your zip to hide the BL message at boot, flashed the zip , but it show ZTE boot screen twice, then goes right back into recovery. Any easy way to uninstall the zip, or do I need a complete do over?
thank you!
christoophat said:
Since I'm planning on handing this over to my wife, who like things "simple" thought I would try your zip to hide the BL message at boot, flashed the zip , but it show ZTE boot screen twice, then goes right back into recovery. Any easy way to uninstall the zip, or do I need a complete do over?
thank you!
Click to expand...
Click to collapse
Did you flash supersu or Magisk? Do that for starters again.
raystef66 said:
Did you flash supersu or Magisk? Do that for starters again.
Click to expand...
Click to collapse
Actually yes, before I flashed the BL zip I uninstalled Magisk using uninstall zip & reinstalled 17.1, then the BL zip.
Ended up starting over, realized during Aroma that I had uninstalled apps I wanted to keep! (lol better learn to read some day)
Still not sure why BL didn't work , as I'm on a A2017G like you.
Noticed that DTTO isn't working. Is that a setting somewhere or is it actually like that always? Been a while since on stock ROM...
Thanks for the rom. Will flash it the next days. <3
christoophat said:
Actually yes, before I flashed the BL zip I uninstalled Magisk using uninstall zip & reinstalled 17.1, then the BL zip.
Ended up starting over, realized during Aroma that I had uninstalled apps I wanted to keep! (lol better learn to read some day)
Still not sure why BL didn't work , as I'm on a A2017G like you.
Noticed that DTTO isn't working. Is that a setting somewhere or is it actually like that always? Been a while since on stock ROM...
Click to expand...
Click to collapse
"4. If choosen Magisk leave it as Magisk 16.7 (other ones bootloop as known)"
Hi !
Thx for this ROM. I was using B10 slim for a long time and decided to flash this over. So far I don't see much difference besides the
security level (which is good, B10 was a great ROM).
romitkin said:
Thank you!
I am currently on B10 slim, do you think I can dirty flash it over?
Click to expand...
Click to collapse
I dirty flashed B12 over B10, no issues so far.
regards
Hmm, I'm hitting the same snag on B12 that I did on B10 months ago. Trying to enter/use Personal Dictionary just won't work. Crashes settings. Been a long time so I forgot if a reason for that behavior is known.
LG G3 D851, PAC-MAN LP ROM, MultiROM, XDA Legacy
Hit another snag. Wanted to use Button Mapper which requires Accessibility. Any attempt at enabling Accessibility (for any app) causes the ROM to restart.
I'll grab logs later if needed.
Moto G5S Plus XT1806, Lluvia OS v1.4-NATURMADE, MultiROM, XDA Legacy
i saw this b12 mod on p4da https://4pda.ru/forum/index.php?showtopic=778560&st=2840#entry76984514
it has a 20band dolby atmos and magisk
Can someone grab the dolby file and put it on androidfilehost? i cant download files from that page.Only yandesk allows me
marcdw said:
Hmm, I'm hitting the same snag on B12 that I did on B10 months ago. Trying to enter/use Personal Dictionary just won't work. Crashes settings. Been a long time so I forgot if a reason for that behavior is known.
LG G3 D851, PAC-MAN LP ROM, MultiROM, XDA Legacy
Click to expand...
Click to collapse
marcdw said:
Hit another snag. Wanted to use Button Mapper which requires Accessibility. Any attempt at enabling Accessibility (for any app) causes the ROM to restart.
I'll grab logs later if needed.
Moto G5S Plus XT1806, Lluvia OS v1.4-NATURMADE, MultiROM, XDA Legacy
Click to expand...
Click to collapse
Hi Marc, can you flash this as a test to your PD.
As foor the ButtonMapper someone should test this (as I'm not on this one atm). Did the BM worked on G-B10 ?
What you also could do is flash the EDL G-B12 and see what happens related to the BM.
Predatorhaze said:
i saw this b12 mod on p4da https://4pda.ru/forum/index.php?showtopic=778560&st=2840#entry76984514
it has a 20band dolby atmos and magisk
Can someone grab the dolby file and put it on androidfilehost? i cant download files from that page.Only yandesk allows me
Click to expand...
Click to collapse
I take it it's one of the two files in the screenshot? I tried to get them but got 404 on the download page.
marcdw said:
I take it it's one of the two files in the screenshot? I tried to get them but got 404 on the download page.
Click to expand...
Click to collapse
i dont mean those 2.Follow the link i have posted (ZTE AXON 7 V1.2.0B12 DEODEX VERSION 2.0
Full firmware 7.1.1)
Updated the firmware V1.2.0B12
1. DEDEKS
2. It's completely cleaned from Google junk (you can install it from PlayMarket - it's the way it's left by the way)
3. Returned the stock El.Post + Weather widget ZTE
4. Implemented the Xperia keyboard
5. Installer was removed from the installer Magisk (put the knobs)
6. Stock DolbyAtmos + mixer
7. Introduced themes from the American version of B35
8. Removed signature verification of applications
9. Stock, net runoff
Addons
-20-band equalizer Dolby Atmos, in the sink 5 strips
i get same error when try to download.U need a account on p4da.I cant register cus of russian security check
Its a nougat dolby atmos with 20band equilizer like in dolby atmos oreo.
He also claims better battery life '' it will be better on autonomy, because there is no Guglokhma ''
What is Guglokhma? cant find anything much about it
raystef66 said:
Hi Marc, can you flash this as a test to your PD.
As foor the ButtonMapper someone should test this (as I'm not on this one atm). Did the BM worked on G-B10 ?
What you also could do is flash the EDL G-B12 and see what happens related to the BM.
Click to expand...
Click to collapse
Thanks. That zip worked perfectly. I can now go into and edit the dictionary. ?
Apologies for being unclear. No issue with Button Mapper. I'm unable to activate accessibility service for any app that may require it (BM, Greenify, etc).
First one selects the app and flip the on/off toggle at upper right. Confirmation dialog pops up detailing the services needed. When selecting OK the ROM soft reboots.
Could be a "just me" thing. ?
Can someone grab the dolby from this link? https://4pda.ru/forum/index.php?showtopic=778560&st=2840#entry76984514