[MOD][AROMA][2015.09.16]ImproveG3 v1.2 - G3 Themes and Apps

Hi all,
I took a bit of time (and restoring nandroids) to create an AROMA installer script.
It works on 5.0 stock (based) ROMs as well, please test and report back.
What it does:
Debloat your system
- Remove LG apps
- Remove Google Apps (which can be downloaded from Play Store)
- Remove boot/shutdown animations/sounds
- Remove all other UI/Camera/Alarm/Notification/Ringtone sounds - see 2nd post if you need to restore these easily
Install KitKat external SD fix or restore to stock
CPU Thermal Throttling (CTT) Mod by @Robshr
Sharpening Mod by @Skin1980 - see 2nd post if it bootloops
Click to expand...
Click to collapse
The script currently is in English and German, more localizations welcome.
Disclaimer:
THIS SCRIPT SHOULD BE SAFE TO USE ON STOCK 4.4, 5.0 AND STOCK BASED CUSTOM ROMS AS WELL, INDEPENDENT OF YOUR DEVICE MODEL.
STILL, USE THIS AT YOUR OWN RISK.
ONLY REMOVE APPS YOU DO NOT USE.
I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE LIKE BOOTLOOPS/BRICKS/HAVING TO FLASH STOCK.
MAKE SURE YOU HAVE A CURRENT AND WORKING NANDROID BACKUP.
Click to expand...
Click to collapse
Changelog:
1.2 (2015.09.16):
- updated Sharpening Mod to v3.5
- updated CTT Settings to latest from 2015.09.06
- if you remove GApps after updating or moving them to userspace, only the system part and all app settings will get deleted
1.0 (2014.12.14):
- Moved boot/shutdown animations and sounds, plus all system sounds to extra section for removal - holy crap, nearly 600kb code for this.
- Merged LG PC Sync + Service into one entry and added the USB Autorun ISO for removal.
0.9 (2014.12.12): please test, need feedback
- Added support for 5.0 stock (based) ROMs
0.8.1 (not officially released):
- Added list of "Extremely Dangerous Sh!t!" apps for testing purposes. Works on 4.4 only and most probably will cause (non-physical) damage to your device
0.8 (2014.12.06):
- Included Sharpening Mod by @Skin1980
- More warnings, less terms
- Beautified icon selection (?)
- Updated update-binary-installer with version from Skin1980's mod
0.71 (2014.12.06):
- fixed reset settings problem
- all google apps can now be safely removed (except search, might lead to setup loop - be careful) (thx @tobitege for Google Search info)
0.7 (2014.12.01):
- added approximate file sizes to Debloat module
0.6 (2014.12.01):
- added CPU Thermal Throttling (CTT) Mod by @Robshr
- removed sleep(300) during debloat from original demo script
0.5 (2014.12.01):
- KitKat SD fix added
- Reduced size
0.4 (2014.12.01):
- Code cleanup
0.3 (2014.12.01):
- Actually deletes stuff now
- Testing debloating, re-categorizing apps, enhancing notes
0.2 (2014.11.30):
- Added localizations
0.1 (2014.11.29):
- Initial skeleton release
- Figure out aroma and edify
Click to expand...
Click to collapse
Todo / coming soon:
- Provider-specific apps
- Battery efficient Governor + ReadAhead mod
- volume mod
- Other mods?
- Split aroma code into several files, can't get it to work
Click to expand...
Click to collapse
Known (possible) side-effects:
- After removing everything the debloater offers at once, the phone sometimes would not find the mobile network. Turning off and on again Wifi and Data helped
- Sometimes all settings (new profile) or just language get lost. Restore nandroid and try again.
- It is heavily recommended to setup an alternative keyboard and home screen before removing LG Home and LG Keyboard.
- Removing LGInstallService causes "App Updates" to download LG apps, but not install them.
- Removing Update Center causes Settings->About Phone->Update Center to FC, and you have no (direct) way to open App Updates (LG app updater) or Software Update (OTA updates). Removing Update Center, App Updates and Software Update causes Update Center to not even appear and not cause any issues.
- Removing Google Search is said to lead to a bootloop if you factory reset your device (see this thread) - I don't intend on resetting my device, so no idea.
Click to expand...
Click to collapse
Requirements:
- TWRP recovery
- Stock (based) 4.4/5.0 ROM
Click to expand...
Click to collapse
Usage:
- Create a nandroid backup
- Download the attached .zip and copy it to the root of your external SD card (/storage/external_SD)
- Reboot into recovery
- Install downloaded zip
- Select options
- If debloating, make sure you select the correct OS version. I will not assist if you debloat a 4.4 ROM in 5.0 mode or vice versa.
- If you debloated, wiping dalvik/cache might be a good idea
- Reboot
Click to expand...
Click to collapse
Help requests:
- If you find any bugs or issues, please post here with a detailed description.
- more info on quite a few apps
- As I moved all my Google apps to userspace, please test and report back if removing GApps works (they can be reinstalled to userspace from market)
- Localizations besides DE and EN
- If you know more mods that I should ask the author for permission to include, please link them in here. No build.prop mods.
Click to expand...
Click to collapse
GitHub repository:
https://github.com/subworx/ImproveG3
Click to expand...
Click to collapse
Credits:
@Skin1980 for his Screen Oversharpening Fix kernels and Sharpening Mod
@Robshr for CPU Thermal Throttling (CTT) Mod
@DelBoy for the noob friendly G3 Q&A thread
@amarullz for AROMA Installer
@jasonkx for pointing out changes in L
anyone else I might have forgotten
Click to expand...
Click to collapse
If you miss an app, let me know and I will try to add it as soon as possible.
If you encounter side-effects I did not notice, post here.
If this helped you, please press Thanks
Regards,
Sub

In Case the Sharpening Mod does not work for you ("dirty" boot partition, code security verification error or something like that)
Restore the nandroid Boot backup you did create... didn't you?
If you are using a ROM currently:
- Extract "boot.img" from your ROM zip (should work).
If you are using a custom kernel:
- Extract "boot.img" from the kernel zip (should work).
If you are using stock:
- Download your correct version stock firmware image (KDZ). Extract it using "WindowsLGFirmwareExtract", then extract "boot_xxxxxx.bin" from the resulting .DZ file. Rename it to boot.img. (Guaranteed to work)
For Mac/Linux, there are Python scripts linked around the G3 forums, searching "extract KDZ" or visiting the G3 Index Thread in G3 -> General should help.
Sorry I cannot provide more information for these systems. All commands below should be the same except "adb push /path/to/boot.img /sdcard/boot.img".
Here's a stock 10L kernel for D855 . Extract the zip and rename the .bin file to boot.img.
Connect your phone to pc, open a command prompt, and type everything that is not in ():
Code:
adb push c:\path\to\boot.img /sdcard/boot.img
(copy boot image to internal memory)
adb shell
su
(start a ADB shell and get root permissions)
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/boot
(overwrite current boot partition with all zeros - WILL throw an error, don't worry.)
dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/boot
(overwrite now empty boot partition with kernel image)
exit
exit
adb reboot
(reboot the device)
This completely wipes your boot partition with 0000's, then fills it up with the kernel image you used before.
Now the Sharpening Mod will work.
If you copy the boot.img to the SD manually, you can execute all commands starting from 'su' up to the second exit in a terminal app on the phone itself as well.
Make sure you don't make any typos, and reboot afterwards!
Click to expand...
Click to collapse
If you deleted too many animations/sounds or want them back:
Here's a flashable audio-restore.zip.
Flash it using Flashify or TWRP.
It will restore all animations and sounds to stock state.
Click to expand...
Click to collapse

Safe to remove:
Accessibility
Answer me
EasyHome
E-Mail
Face Unlock
File Manager
Home selector
LG Backup
LG Health
LG Keyboard Black Theme
LGSearchWidgetProvider
McAfee Security
Music widget
Music app
Smart Notice
Smart Tips
and all animations/sounds
Click to expand...
Click to collapse
Safe to remove but have a replacement installed (and better set that to default before debloating).
Also, if doing a Factory Reset, this can lead to Setup Wizard loops. I can not confirm if integrating
alternatives into the system before wiping solves this.:
Home
Home Theme Optimus
Internet
LG Keyboard
LG Keyboard XT9
Click to expand...
Click to collapse
Google Apps:
Chrome
Drive
Gmail
Google Play Books
Google Play Games
Google Play Movies
Google Play Music
Google Play Newsstand
Google Text-to-speech Engine
Google+
Hangouts
Maps
Street View
TalkBack
YouTube
Click to expand...
Click to collapse
Potentially dangerous, can lead to FCs in specific combinations.
See list of Possible side-effects in first post before removing these:
App Updates
Google Search (can lead to Setup Wizard loops after Factory Reset)
LGInstallService
Software Update
Update Center
Click to expand...
Click to collapse
Definitely dangerous, will cause FCs for sure or other issues - not included:
com.lge.sui.widget - causes Settings FC after boot, then Settings to FC on open
LG System Service - makes the LED blink wildly
Click to expand...
Click to collapse
and here go at least 2 characters so my message is not too short.....

Always liked this debloating things.
Will test it later.

Can you feel the difference in speed?

from the moment i flash this mod i have no settings and from soft buutons the only one that is working is the back one...
any ideas??

redcom7 said:
from the moment i flash this mod i have no settings and from soft buutons the only one that is working is the back one...
any ideas??
Click to expand...
Click to collapse
Not yet. What exactly did you select?
I installed/ran/removed everything on my device except the unsafe apps without issues.
Cam you provide some sort of log?
E.g. the one created by the recovery after running

subworx said:
Not yet. What exactly did you select?
I installed/ran/removed everything on my device except the unsafe apps without issues.
Cam you provide some sort of log?
E.g. the one created by the recovery after running
Click to expand...
Click to collapse
i reflash cloudy 1.2 rom and i notice that there is no problem with unistalled apps but the problem is with thermal control mod ...
wrong ... also without flash thermal mod there are problem after this mod/...

redcom7 said:
i reflash cloudy 1.2 rom and i notice that there is no problem with unistalled apps but the problem is with thermal control mod ...
wrong ... also without flash thermal mod there are problem after this mod/...
Click to expand...
Click to collapse
Unfortunately there currently is no way for me to find out what went wrong on your device.
Hoping for a few more people to test the mod and report back if they encounter the same.
After the installer did its job (Mounting partitions, removing stuff, unmounting partitions), you are offered a "save log" button on the bottom left.
Is there a chance you'd be willing to try once more and then attach the log?
This might help with analysis.
Regards,
sub

subworx said:
Unfortunately there currently is no way for me to find out what went wrong on your device.
Hoping for a few more people to test the mod and report back if they encounter the same.
After the installer did its job (Mounting partitions, removing stuff, unmounting partitions), you are offered a "save log" button on the bottom left.
Is there a chance you'd be willing to try once more and then attach the log?
This might help with analysis.
Regards,
sub
Click to expand...
Click to collapse
i will do it when i will find some spare time ....
anyway thank you .....

I tried the mod out and I encountered no problems at all on cloudy. I only removed apps but all is good. So thanks a lot, saved me some time

p70shooter said:
I tried the mod out and I encountered no problems at all on cloudy. I only removed apps but all is good. So thanks a lot, saved me some time
Click to expand...
Click to collapse
Thank you very much for your feedback.

Great work. Is lghome and keyboard also safe to uninstall in case of a factory reset. On the G2 with my debloater removing those together or individually caused a "setup loop".
Going to flag this on the Vs985.

fr4nk1yn said:
Great work. Is lghome and keyboard also safe to uninstall in case of a factory reset. On the G2 with my debloater removing those together or individually caused a "setup loop".
Going to flag this on the Vs985.
Click to expand...
Click to collapse
Hi,
no they are NOT factory reset safe.
I will add a note to the "Safe with Alternative" section of the "readme" before the actual module selection, thank you.
Either you can integrate an alternative launcher and keyboard into the ROM (should work, never tried this before), or create a flashable zip just with these two. If you need to factory reset again, just flash the zip (copying home and keyboard to the correct /system/(priv-app)/ folder) and after the initial setup remove them again.
Edit: Oh nearly forgot, another thread (linked to in the OP) states that moving Google Search to userspace (or deleting it) and then factory resetting the device would lead to some loop (dunno if Boot, Setup or whatever) as well. That is why it's in the "Potentially dangerous" section until I had time (and interest to restore an old backup...) to actually test.
Regards,
sub

I used this on My SPRINT version Unlocked and it was unable to search the Network for some reason Had to restore a NAND Backup.

aukhan said:
I used this on My SPRINT version Unlocked and it was unable to search the Network for some reason Had to restore a NAND Backup.
Click to expand...
Click to collapse
Thanks for the info.
I saw this as well, worked again once I turned Wi-Fi and mobile Data off and on again.

Does the network zip provide any real noticable changes?

Mikessv said:
Does the network zip provide any real noticable changes?
Click to expand...
Click to collapse
What do you mean by network zip?

@subworx: in case you still need Google Search package: it's called "velvet.apk". Use Titanium Backup to display the package and apk names.

tobitege said:
@subworx: in case you still need Google Search package: it's called "velvet.apk". Use Titanium Backup to display the package and apk names.
Click to expand...
Click to collapse
Thank you very much
As I said, I moved the app to userspace, so my Titanium says "APK path: /data/appcom.google.android.googlequicksearchbox-1.apk" - no Velvet to be seen.
I saw Velvet.apk in the unpacked system image, but could not find out what it is/does.
Will add it to the script right away
Not sure if one should remove it though, might be needed by the LG initial setup wizard, could be that the wizard loops without Google.

Related

[Rom Add-On] Clean & Stable Add-On For All Stock Firmware V4[21/07/11][New Market]

[Rom Add-On] Clean & Stable Add-On For All Stock Firmware V4[21/07/11][New Market]
Please Do Not post this elsewhere​
This will not work on newbie5 modded stock rom
Hi All.
I have made this rom add-on to try to keep the device as clean and stable as possible. I could add custom boot screens, launcher (like launcher pro) and much more, but I have only added the essentials. As i think everyone has different tastes and the extras are easily installed. I have chosen to use the software tool which is part of the stock firmware, this insures easy installation on any os. No usb recovery drivers or clockwork mod needed!
V4 Rom Add-On includes:
Market (New)
Google Talk
SuperUser
3D Gallery
Google Calendar
Visionary
YouTube App
(removed titanium backup due to size restraint, can be installed through market)
V4 can be installed over the top of V3, titanium backup will remain
V3 Rom Add-On includes:
Market (Old)[Full]
SuperUser
3D Gallery
Google Calendar
Visionary
Titanium BackUp
YouTube App
If you cannot sync contacts or calendar. Please use this fix http://forum.xda-developers.com/showpost.php?p=12385012&postcount=131
I have updated the rom add-on now so if you use the version with -1 at the end, it contains the fix.
Optional .ZIP's
Small Taskbar (For Advent v1.09 and v1.10 firmware only)
Gmail
Contacts
Google Maps can be downloaded from the market
I highly recommend launcher pro, its available from the market. It is a lot better than the stock launcher, and the payed for version has some great widgets.
Button savior, also available from the market. Is also for me a must for the vega, it adds the missing buttons as on-screen buttons.
This V3 update is more of a clean up. There was a lot of confusion over the multiple .rar parts and some compatibility issues with v1.10 POV firmware. I have now removed the small taskbar and added it as a update, so now my rom add-on is fully compatible with the pov firmwares and does not require multiple .rars. Advent firmware users who want the small taskbar, simply flash the Small_Taskbar.zip. If you have already installed my v2 version there is no need to update, as i said its more of a clean up. There are a few added apps, but they are easily installed.
Install Instructions:
1 - Download the .zip you wish to flash. Copy the .zip to "software update" on your SDcard.
2 - Navigate to settings/software tool/software update on vega, and touch the .zip
3 - Device will reboot and a "out of a box" android will appear and install the parts.
You will not lose any of your apps/data from this process.
Please make sure you have sufficient power to apply Add-On, i would recommend 50%
Root Instructions:
Root is required for some apps. Eg Button savior requires this for it to function fully.
1 - Open visionary
2 - Touch "Temproot now" the screen will go blank for a few seconds and return to the visionary page. Then click it again. (i have no idea why it is required to do this twice, but in my experience it is necessary)
3 - Touch "Attempt Permroot now" After a few seconds a super user prompt will appear, allow the prompt. Then device will reboot and it should be rooted.
If Flash does not work, navigate to /etc/shuttle_data and run the flash.apk. That will reinstall the included flash version.
If all apps are not showing in the market please follow ice-mn tip. Many thanks to him for this.
ice-mn said:
Since there are several post discussing this I have opened this thread instead answering the same on all of them.
To get all apps (at least all I have looked for ) you only have to follow the steps described.
1. Go to Manage Applications (in settings/applications)
2. Press the running tab and select market (if market is not running execute it)
3. Select Market from running apps. And:
Press Clear Cache
Press Force Stop
4. Go back and Select Google Services Framework. And:
Press Clear Data (answer ok on the message warning)
Press Force Stop
5. Try to run Market. You will get an error message.
6. Reboot the device and run market twice (the first one you will get the error message again).
Click to expand...
Click to collapse
Thanks to skyball2 and alphaola for supplying stock POV frameworks
Thanks to demonknight9 for posting the original market_update.zip
Check out my custom boot animation Here: http://forum.xda-developers.com/showthread.php?t=950304
Hi mate just got my vega so this is very welcome,thank you very much
shaddy666 said:
Hi mate just got my vega so this is very welcome,thank you very much
Click to expand...
Click to collapse
Welcome to xda dev. I see this is your first post
Glad you find it useful. i hope to update it soon with a complete package (Flash etc), i just need some where to host it.
original_ganjaman said:
Hi All.
I have been playing with the market enabler (thanks to demonknight9). I have added the small taskbar framework to the update. so now you can have the market and small taskbar on a stock v1.08 vega. More gmail apps can be downloaded from the market. As demonknight9 says its very easy to install. No need for CWM.
1 - Download market_update0.zip file and put on storage card.
2 - Navigate to settings/software tool/software update, and navigate to location of market_update0.zip.
3 - Run the market_update0.zip
4 - Device will reboot and install the parts.
You will not lose any of your apps/data from this process.
It looks like flashing things to are vegas is easy, can be done from the software update. The zip is unsigned. More things can be added but i thought i would keep it simple to start with.
Hope its useful
I have made one with flash,spare parts and superuser as well, but it is larger than i can upload to xda dev. if anybody has somewhere i can upload i would be gratefull.
EDIT:I have added the flash.apk to enable flash, visionary to fully root the device and spare parts to disable compatibility mode for games to the attachments.
Click to expand...
Click to collapse
Good idea to add the bits. Why don't you upload it to fileape? Easy peasy to open an account. Just chose a username and a pass, no email, no confirmation just a plane doddle. go here; www.fileape.com
Upload it to mediafire, you dont even need to register an account to use it
How long does the market updater take, my vega been hanging for about 10 minutes, is this normal?
Walesraider said:
How long does the market updater take, my vega been hanging for about 10 minutes, is this normal?
Click to expand...
Click to collapse
Which part is it hanging on, once run the device should reboot, then a picture of a box with a arrow appears, and the progress bar bellow turns orange. I have flashed this and different versions with no problems.
demonknight9 said:
Good idea to add the bits. Why don't you upload it to fileape? Easy peasy to open an account. Just chose a username and a pass, no email, no confirmation just a plane doddle. go here; www.fileape.com
Click to expand...
Click to collapse
I will take a look at that, thanks. Hopefully i will add a updated one over the weekend.
Once i selected the update zip the screen dimmed but didnt reboot - no picture of the green box. would you suggest i power off and retry?
Walesraider said:
Once i selected the update zip the screen dimmed but didnt reboot - no picture of the green box. would you suggest i power off and retry?
Click to expand...
Click to collapse
sounds like nothing has been flashed, yeah try powering the device back on and trying again.
Ok i've restarted the vega but iv've come back to the dimmed screen..any ideas?
Any ideas why I can't see most of my apps in the marketPlace
LauncherPro etc are not found when I search for them
Jezwick said:
Any ideas why I can't see most of my apps in the marketPlace
LauncherPro etc are not found when I search for them
Click to expand...
Click to collapse
I am looking at that now. It only looks like a few apps are not showing. Not to sure why, i have tried changing the market files but no go.
Walesraider said:
Ok i've restarted the vega but iv've come back to the dimmed screen..any ideas?
Click to expand...
Click to collapse
Thats very odd. I have re-flashed 4 different versions in the last 10 mins with no problems. Try to hold the power button down for six seconds to totally shut down. Plug the device into the power. Then try a reboot. If that does not work then you are going to have to go into recovery and re-flash the stock rom. Sounds like the flash got interrupted for some reason.
original_ganjaman said:
Thats very odd. I have re-flashed 4 different versions in the last 10 mins with no problems. Try to hold the power button down for six seconds to totally shut down. Plug the device into the power. Then try a reboot. If that does not work then you are going to have to go into recovery and re-flash the stock rom. Sounds like the flash got interrupted for some reason.
Click to expand...
Click to collapse
Many thanks, I re-installed the stock rom after putting it into recovery. I tried the market updater again and it worked no problem. Thinking about it now I was on low battery so that why it might not have worked 1st time round..
Walesraider said:
Many thanks, I re-installed the stock rom after putting it into recovery. I tried the market updater again and it worked no problem. Thinking about it now I was on low battery so that why it might not have worked 1st time round..
Click to expand...
Click to collapse
I never thought to put a warning on low battery. I will add it to the first post. Glad you got it sorted
Is there any way to revert back to large notification bar? It does look good but It's a little too small for me.
original_ganjaman said:
I am looking at that now. It only looks like a few apps are not showing. Not to sure why, i have tried changing the market files but no go.
Click to expand...
Click to collapse
Try "Market Enabler" -> http://code.google.com/p/market-enabler/
WaPeR32 said:
Try "Market Enabler" -> http://code.google.com/p/market-enabler/
Click to expand...
Click to collapse
I tried it and it work it. I set up to US T-mobile.
inberno said:
I tried it and it work it. I set up to US T-mobile.
Click to expand...
Click to collapse
I'm glad!
Me alegro!

[MODS][UNLOCKED BL][AROMA][GITHUB] CosmicTweaks v2017.05.05

WHAT IS THIS?
CosmicTweaks is my personal collection of changes and tweaks for MIUI. As of 2017.05.05 it is designed for Xiaomi.eu ROM's but it should work with official and probably any other MIUI mod (make a TWRP backup and report any problems you find!). It is not a full ROM, but modifies existing ROM to act like a customized MIUI ROM.
Highlights:
A tested and proven minimal set of tweaks, modular selection with no fluff or nonsense
Designed for Xiaomi.eu ROM's, but is based on AnyKernel2 scripts so should technicall work on *any* MIUI 8 ROM for Redmi Note 4 as it dynamically patches the system and kernel
Does NOT need a 'deodexed' firmware, and provides a tool in the main menu to move 'dalvik-cache' (ART cache) back to system partition which will reclaim space on /data
Option to add minimal Google apps for Chinese ROM's (thanks to Xiaomi.eu for reference on this)
Fully documented list of changes and hosted on GitHub. I encourage other aspiring modders to check out my work as I've done a lot of tricks here e.g. with Aroma and AnyKernel scripts
About updates, license and future:
I am a busy guy with fickle interests, I tend to contribute to XDA/Android stuff in sporadic and intense burts. I made this patch pack with the goal of minimal maintenence and future-proofing. I will try my best to kee it up to date, but no guarantees (we all do this for fun in our spare time afterall.) If I make no reply to this thread for THREE MONTHS, I give permission for moderators to lock it and another XDA member can fork and take over the work (as long as they make it clear that it's only *based* on my work and not endorsed by me).
MY TIPS FOR MIUI:
Can't press "Allow" in Permissions prompt: This is a long-standing MIUI bug. See my explanation of the bug along with workarounds here.
Titanium Backup: Having trouble restoring apps? Be sure to also enable "Install via USB" in Developer Options. If you get a "This device is temporarily restricted" error, just disable your internet access and toggle it again.
Global icon packs via Unicon: If you want to apply Nova/Apex/etc Launcher icon packs on a global scale with Unicon Xposed module, you will need to clear the icon cache after applying icon theme. This can be done by applying default/any theme in MIUI Themes app, OR you can manually delete the folder at /data/system/theme_magic/ (a root explorer required obviously) and THEN REBOOT IMMEDIATELY.
xMIUI Xposed Module: Highly recommended. It's not as extensive as GravityBox, but it's still got a lot.
Broken/crap Weather info: If using Chinese MIUI and you want working Weather, or just want better weather in general, get "Weather M8" from Play Store. The MIUI weather is actually a cut-down version of M8. If using xMIUI, you can also change the weather info in the notification shade to use M8 instead of stock MIUI.
Encryption: Don't be afraid to enable encryption. The Helio X20 is a beast with it thanks to hardware-level AES (benchmarks better than top snapdragons!).
Whetstone removal: It was terribly broken in older MIUI, but in later 7.x.x versions it seems far better. If you remove it, there is no point to "lock" app in memory (with recents) anymore unless you want to keep whole app loaded as long as possible. You will still need to enable Autostart however (in Settings > Permissions) and this will keep app background services (e.g. Push Notifications) running in background, even when you clear memory in recents screen. In short - without Whetstone there's no need to "lock" an app in memory anymore, just enable Autostart.
Push Notifications sometimes not working? Even though you enabled Autostart for source app already? Disable Battery Saver - either globally (recommended) or for that app only via "Settings > Battery and Performance > Manage apps battery usage".
Automatic Brightness is horrible on this device. Try Velis Auto Brightness on Play Store - it looks horrid but works beautifully, once you tune it for your own use.
For better power-savings get 'ForceDoze' from the Play Store. This tweak pack does enable doze capability, but this app will enforce it and providessome fine tuning.
I'll add some more tips here if I remember or find anything I think is worth knowing.
IMPORTANT INFO FIRST for Systemless Root (all SuperSU) users:
If you use Systemless Root via SuperSU, or plan to, make sure you flash it BEFORE this tweak/patch pack. Installing CosmicTweaks after a fresh ROM flash but before SuperSU will result in a broken or missing busybox install!
I have had severe stability issues with Systemless root (SuperSU) and latest China Stable MIUI. Or it could of been a bug/incompatibility with Magisk v9 and Systemless Xposed for MIUI, not sure. If you get a bunch of FC's suddenly for no reason, or any other problems, please try going back to traditional superuser before complaining to me (use phh's superuser) as many apps and the MIUI system seem to have trouble understanding the complexity or being compatible with systemless mods. Right now I am using phh's and SolarWarez xposed and have had no problem.
If you are on Systemless root and you factory reset, be sure to re-flash your SuperSU followed by this ZIP (you should already know that systemless is located on userdata partition) because the systemless busybox is needed by the MIUI system.
If you want to use Unicon Xposed module, use phh's Superuser instead - incompatible with SuperSU.
THINGS I CANNOT CHANGE WITH THIS PATCH PACK:
China ROM App Store (Mi Market) cannot be removed from China ROM without modifying app/framework code, which requires full deodex (beyond the scope of this tweak pack). It also cannot be disabled/frozen, it will either re-enable itself or bootloop as if it's been removed.
China ROM Video and Game Center are kept, despite being Chinese, to prevent the system reporting "System Modification detected" security alert. You can manually disable/freeze these apps yourself with e.g. Titanium Backup.
ADDITIONAL PERFORMANCE RECOMMENDATIONS THAT I CANNOT INCLUDE:
Developer Options - Disable animations (the the three different scales) will frees almost 100MB RAM.
Developer Options - Memory optimization. Turn it to Middle or High tp enable zRAM (trade a little CPU to provide RAM compression. I strongly recommend it, the X20 can handle it). Note that this may also kill background apps prematurely if you still have Whetstone installed (and don't lock the app in memory with Recents).
LIST OF CURRENT FEATURES:
Code:
- boot.img changes:
- Disabled dm-verity (aka verified boot) in fstab, permits /system modification and probably improves read performance.
- Disabled forced userdata encryption in fstab, now optional. If you want to disable encryption, you need to do "Format Data" (not just swipe to wipe in TWRP, it's the second button) which will also erase internal storage.
- init.d support
- /cust partition changes:
- Completely wiped, it was all either unwanted Chinese stuff or was moved to system partition
- BusyBox installer/upgrader
- v1.25.1 build by YashdSaraf - http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
- Any existing version of Busybox will be cleanly removed beforehand
- Systemless support
- init.d tweaks
- asusm930's Tweaks - "UPDATE 3.0 (C)"
- Set noop scheduler for internal storage only (better for faster storage)
- OOM/LMK tweaks (overcommit_ratio to 80%, less aggressive LMK = much better RAM utilization)
- Clear icon cache on boot (may be useful for Unicon or other themers)
- additional tools:
- Integrate ART Cache. Useful for deodexed ROM's and those using Xposed to reclaim some space on /data
- Enable insecure ADB On Boot, and an optional rootmode-hacked adbd I compiled myself. Useful for hackers and developers.
- /system changes:
- Disable OTA app ZIP validation (etc/device_features/nickel.xml)
- Remove everything in /system/data-app/ (Chinese stuff)
- Delete install-recovery.sh and recovery-from-boot.p
- Remove Chinese carrier app selection (install_app_filter.xml)
- Remove from system (optional):
- Disable MTK PerfService (May help battery life but also cause lag and gaming FPS issues)
- AMAPNetworkLocation (only exists on China ROM, must be removed for Google Location to work)
- AnalyticsCore; Xiaomi stats collection. Has a LOT of suspicious dataminer-like permissions. Already removed on EU
- AutoTest; MTK engineering and diagnostics app. Should be safe to remove
- SogouInput; Chinese IME (Keyboard). Check to let Google Keyboard be the default on China ROM.
- Whetstone; MIUI's memory manager. Buggy on some older versions. See CosmicTweaks thread for details.
- YellowPage; Only useful for China. EU ROM seems to have a custom/translated version so will only be default checked for removal on official ROM.
- Various Chinese-only services
- build.prop (non-optional):
- ro.product.locale=en-US
- ro.setupwizard.mode=OPTIONAL
- build.prop (optional)
- Camera quality tweaks; various improvements to camera image/video quality and capability
- Fast Dormancy; Improves battery life if carrier supports it. RELEVENCE UNCONFIRMED FOR MTK DEVICES (but won't hurt if not)
- Force 4G Disabled; fix deep sleep issue for users with 3G-only SIM cards
- Set Google location service as default; useful for China ROM
- Disable MIUI Optimization; it causes compatibility issues with many apps. You can manually re-enable in Developer options if you want it back
- Scrolling Tweaks; Smaller scrolling cache (saves memory) and fling velocity tweak
- /system additions (all are optional):
- Google apps:
- BookmarkProvider
- GoogleCalendarSyncAdapter
- GoogleContactsSyncAdapter
- GoogleTTS
- GoogleBackupTransport
- GoogleFeedback
- GoogleLoginService
- GoogleKeyboard
- GoogleOneTimeInitializer
- GooglePartnerSetup
- GoogleServicesFramework
- MusicFX (already exists in /apps, but Xiaomi.eu also has two MusicFX.apk... not sure if this is right)
- Phonesky (Google Play Store)
- PrebuiltGmsCore (Google Play Services)
- AOSP Provision (replace MIUI setup wizard, DOES NOT BYPASS ACTIVATION)
- vendor/overlay RRO:
- framework-res (includes all of these):
- Add Google's Location Provider
- Change NTP server to Europe
- Enable Doze, but using ForceDoze app still recommended
- Enable Network Location Overlay
- Disable unsafe media volume warning
- Quick Search Box
- Global-ize and English-ify (useful for China ROM)
CHANGELOG:
Code:
2017.05.05
- Tested with Xiami.eu 7.4.27 but should still work with all others
- New - 'Integrate ART Cache' tool
- New - 'Disable PerfService' and 'asusm930's Tweaks' options
- Change - Google Apps now optional, default-checked for official ROM's only
- Change - Quick Search Box RRO default-checked for official ROM's only
- Change - Update Whetstone description, now unchecked by default as it's not a broken mess like it used to be
- Remove - Google Feedback option (not actually useful, I was confused by ignorance on how system vs data app bug reports work)
2017.02.07
- New - Aroma Installer
- Made lots of existing features optional
- Add Insecure ADB On Boot option
- Probably more awesome stuff that I can't remember because I didn't take full notes
- New - QuickSearchBox translation/globalize overlay
- New - Init.d script - Clear icon cache every boot (useful for Unicon users... Unicon still only works sometimes sadly)
- Remove - MiRemote APK replacement (not very interesting, just keep the original firmware one)
- Remove - WallpaperCarousel APK replacement (as above)
- Remove - /cust wipe feature (no longer useful)
- Fix - Init.d scripts shouldn't block flow control
2016.11.26
- Initial release
- Based on China Stable 8.1.3.0
DOWNLOAD:
Please read all above info AT LEAST once!
Please see Post #2 for known problems/compatibilities and bug reporting guidelines!
Factory Reset should NOT be required, UNLESS you select the Google Apps option. Feel free to report any bugs resulting from dirty flashing as long as Google Apps were left alone.
Download flashable ZIP's from the GitHub releases page
Old Version (Not recommended):
v2016.11.26 @ Google Drive
CREDITS AND THANKS:
asusm930 for some useful tweaks
YashdSaraf for his BusyBox installer script
phhusson for his sepolicy-injector builds & scripts used in his Superuser (I used them as reference for injecting init.d support)
osm0sis for AnyKernel2, it's totally awesome
Xiaomi.eu ROM's and community for some tweak references and some translated/globalized resources
icons8.com for Aroma icons
Known Problems
If you want to report a bug, you MUST do the following first:
Ensure that the bug is not already reported (it will be listed in this post if so)
Make sure that the problem does NOT exist on the base ROM before installing this tweak/patch pack
PLEASE share a TWRP recovery log (Advanced > Copy Log) from when you installed the pack along with the Aroma install log. Many errors can be hidden and not reported to the display text.
Xiaomi.eu weekly
v2017.05.05 working OK on 7.4.27 (and probably later versions) - this is my personal setup
Others?
Assumed OK, please report any problems if not!
Hi !
I'm on the weekly version of xiaomi.eu 6.10.20.
Nobody tried yet ?
benda95280 said:
Hi !
I'm on the weekly version of xiaomi.eu 6.10.20.
Nobody tried yet ?
Click to expand...
Click to collapse
Make a TWRP backup and try
But that is quite an old version. I may only support latest Xiaomi.eu version (6.11.24)
Good...it is work in global stable 8.0.4.0 ?
Sent from my Redmi Note 4 using Tapatalk
I'm on the CN 8.1.3 and applied it without wiping data.
So far just one unusual reboot and a little lower Antutu value (74k vs. 79k before) but these values can change with air pressure and temperature
Thanks for that! I will try!
You tried to remove Mi Market and you get a boot loop right? How can you change the default application for market: links to Google Play Store? Thanks!
ale144101 said:
Good...it is work in global stable 8.0.4.0 ?
Sent from my Redmi Note 4 using Tapatalk
Click to expand...
Click to collapse
Thanks for the report!
_Derk_ said:
I'm on the CN 8.1.3 and applied it without wiping data.
So far just one unusual reboot and a little lower Antutu value (74k vs. 79k before) but these values can change with air pressure and temperature
Click to expand...
Click to collapse
That's very concerning, I've never had a random reboot! Let us know if it happens again....
Antutu score, hmm yeah... try clearing memory in Recents while Antutu is active (a good idea to clear memory manually for any heavy gaming) and see if you get a better score. Since I've removed Whetstone and tuned LMK, the ROM will perform much better with multitasking but could have a slight hit to foreground performance if you don't clear memory. Not sure, could just be fickle Antutu as you say
prismk said:
Thanks for that! I will try!
You tried to remove Mi Market and you get a boot loop right? How can you change the default application for market: links to Google Play Store? Thanks!
Click to expand...
Click to collapse
Yeah, I've even decompiled and inspected the framework (smali code) - in services.jar, Xiaomi has code that specifically and intentionally stops the system from booting if the MiuiSuperMarket APK is missing or modified. We will have to wait for global stable if we want to be free of it completely.
I have not had any issue with it opening the wrong market. Tapatalk asked me to Rate the app, and it asked me which Market to open. And another app had a Pro upgrade prompt, it opened Google market automatically. Maybe it only happens with some apps?
CosmicDan said:
Yeah, I've even decompiled and inspected the framework (smali code) - in services.jar, Xiaomi has code that specifically and intentionally stops the system from booting if the MiuiSuperMarket APK is missing or modified. We will have to wait for global stable if we want to be free of it completely.
I have not had any issue with it opening the wrong market. Tapatalk asked me to Rate the app, and it asked me which Market to open. And another app had a Pro upgrade prompt, it opened Google market automatically. Maybe it only happens with some apps?
Click to expand...
Click to collapse
Yeap, we will need to wait for a Xiaomi.eu Global
I tried to change default market to Google Market, but its no possible. So a clean permissions and defaults for Mi Market and when I open a market:/ link I was able to choose the default app for market:/ link
I tried your patch with China Global and I get error with Google Play Store:
Code:
java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.
I tried to fix running this in a terminal:
Code:
pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION
But it doesn't work. Return something like "could not access the package manager. is the system running". Im investigating this and I will try to fix today
OK so just FYI, I've discovered two bugs which I'm working on fixing:
1) If using phh's superuser, busybox is broken (bug in Busybox installer, already fixed at my end)
2) init.d support not working because I need to patch SELinux
So the init.d tweaks (not much, but still nice) are currently ineffective.
CosmicDan said:
OK so just FYI, I've discovered two bugs which I'm working on fixing:
1) If using phh's superuser, busybox is broken (bug in Busybox installer, already fixed at my end)
2) init.d support not working because I need to patch SELinux
So the init.d tweaks (not much, but still nice) are currently ineffective.
Click to expand...
Click to collapse
Yeap, I discovered the init.d problem too. I was trying to do
Code:
pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION
in init.d and I discover that isn't working
Maybe you can put this code in a github repository? So we can make PRs to upgrade the patches
Do you know why Im getting the ACCESS_FINE_LOCATION permission error?
good tweaks, battery usage is more better than stock miui
update this pack to xiaomi.eu stable rom, and first of thing is a battery usage is more better than with any other rom.
i not use the fingerprint sensor, and any other rom has stay in sense condition(when touch 2 times the display is turn on), but here is not working, i think it use less energy!
keep it up
good works
prismk said:
Yeap, we will need to wait for a Xiaomi.eu Global
I tried to change default market to Google Market, but its no possible. So a clean permissions and defaults for Mi Market and when I open a market:/ link I was able to choose the default app for market:/ link
I tried your patch with China Global and I get error with Google Play Store:
Code:
java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.
I tried to fix running this in a terminal:
Code:
pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION
But it doesn't work. Return something like "could not access the package manager. is the system running". Im investigating this and I will try to fix today
Click to expand...
Click to collapse
CosmicDan said:
WHAT IS THIS?
CosmicTweaks is my personal collection of changes and tweaks for MIUI. I made it for my own use on latest China stable (8.1.3.0) because I was tired of Xiaomi.eu's current weekly builds having too many problems, and global stable is currently old. Thought I'd package it up and share for others to enjoy. It is not a full ROM, but modifies existing ROM to act like a customized MIUI ROM.
Highlights:
In my experience, China 8.1.3.0 + this patch = smoothest, most stable, most capable MIUI experience yet for the Redmi Note 4
Designed for China Stable, but is based on AnyKernel2 scripts and should work on *any* MIUI 8 ROM for Redmi Note 4 as it patches the system and kernel and only replaces or adds files that are generic and universal
A tested and proven minimal set of tweaks, no fluff or nonsense
Not a full ROM but a patch, does NOT deodex the stock firmware
Adds Google apps and Services for Chinese ROM's (thanks to Xiaomi.eu for reference here), should be safe for any ROM
Completely documented list of changes so you can see exactly what you are getting (see list below)
Can manually customize it if you have a bit of know-how. A decent template for making a ROM mod pack. I encourage other aspiring modders to check out the bottom of anykernel.sh and the updater-binary script (it's not a binary) for how to make higher-quality, more generic mod/tweak packs.
About updates, license and future:
I am a busy guy, in fact I am preparing to join the army in next few months so please don't expect me to keep this updated and help everyone out. I will be around for a while, I may continue to make changes and additions to this in my spare time but I don't know how long I will even care about my Note 4 device, let alone modding in. If I do not reply to this thread for THREE MONTHS, I give permission for moderators to lock it and any other person on XDA can take over this work.
MY TIPS FOR MIUI:
Titanium Backup: Having trouble restoring apps? I found out that you need to (a) use phh's superuser (SuperSU broken, (b) Disable SELinux temporarily while restoring apps, and (c) Change restore method to INDIRECT. If you must use SuperSU, you will need to use the update.zip method of restoring apps - I couldn't find any other way.
Global icon packs via Unicon: If you want to apply Nova/Apex/etc Launcher icon packs on a global scale with Unicon Xposed module, you will need to clear the icon cache after applying icon theme. This can be done by either applying default/any theme in MIUI Themes app, OR manually delete the folder at /data/system/theme_magic/ and REBOOT IMMEDIATELY.
xMIUI Xposed Module: Highly recommended. It's not as extensive as GravityBox, but it's still got a lot. Another option is exMIUI, but it has nothing useful for me.
Broken Weather info: If using Chinese MIUI and you want working Weather, get "Weather M8" from Play Store. Literally the same as stock MIUI weather, but actually works (and has more features). Using xMIUI module, the notification pulldown weather display can be changed to show Weather M8 info.
Encryption: Don't be afraid to enable encryption. The Helio X20 is a beast at AES performance (uses hardware acceleration, benchmarks better than top snapdragons at AES) and I can vouch for it personally.
Whetstone removal: With this horrible feature gone, there is no point to "lock" app in memory (with recents) anymore unless you want to keep whole app loaded as long as possible. Instead, enabling Autostart (in Settings > Permissions) for it will make sure the app keeps any services (e.g. Push Notifications) running in background, even when you clear memory in recents screen! In other words, for background operations like Push Notifications, there is no need to lock whole app in memory anymore - just enable Autostart for it instead.
Push Notifications sometimes not working? Even though you enabled Autostart the source app already? Disable Battery Saver - either globally (recommended) or for that app only via "Settings > Battery and Performance > Manage apps battery usage".
Automatic Brightness is horrible on this device. Get Velis Auto Brightness on Play Store - it works beautifully, now that Whetstone is removed (didn't before) - just remember to enable Autostart for it.
I'll add some more tips here if I remember or find anything I think is worth knowing.
IMPORTANT INFO FIRST for Systemless Root (SuperSU) users:
If you use Systemless Root via SuperSU, or plan to, make sure you flash it BEFORE this tweak/patch pack. Installing CosmicTweaks after a fresh ROM flash but before SuperSU will result in a broken or missing busybox install!
I have had severe stability issues with Systemless root (SuperSU) and latest China Stable MIUI. Or it could of been a bug/incompatibility with Magisk v9 and Systemless Xposed for MIUI, not sure. If you get a bunch of FC's suddenly for no reason, or any other problems, please try going back to traditional superuser before complaining to me (use phh's superuser) as many apps and the MIUI system seem to have trouble understanding the complexity or being compatible with systemless mods. Right now I am using phh's and SolarWarez xposed and have had no problem.
If you are on Systemless root and you factory reset, be sure to re-flash your SuperSU followed by this ZIP (you should already know that systemless is located on userdata partition) because the systemless busybox is needed by the MIUI system.
THINGS I SADLY CANNOT CHANGE WITH THIS PATCH PACK:
App Store (Mi Market) cannot be removed from China ROM without modifying app/framework code, which requires full deodex (beyond the scope of this tweak pack). It also cannot be disabled/frozen, it will either re-enable itself or bootloop as if it's been removed.
Video and Game Center are kept, despite being Chinese, to prevent the system reporting "System Modification detected" security alert. You can manually disable/freeze these apps yourself with e.g. Titanium Backup.
ADDITIONAL PERFORMANCE RECOMMENDATIONS THAT I CANNOT INCLUDE:
Developer Options - Disable animations (the the three different scales). Frees almost 100MB RAM.
Developer Options - Memory optimization. Turn it to Middle or High tp enable zRAM (trade a little CPU to provide RAM compression. I strongly recommend it, the X20 can handle it). Whetstone service has been removed, so this setting will only change zRAM function - it will NOT affect background app count.
LIST OF CURRENT FEATURES:
Code:
- boot.img changes:
- Disabled dm-verity (aka verified boot) in fstab, permits /system modification and probably improves read performance.
- Disabled forced userdata encryption in fstab, now optional. If you want to disable encryption, you need to do "Format Data" (not just swipe to wipe in TWRP, it's the second button) which will also erase internal storage.
- init.d support
- /cust partition changes:
- Completely wiped, it was all either unwanted Chinese stuff or was moved to system partition
- BusyBox installer/upgrader
- v1.25.1 build by YashdSaraf - http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
- Any existing version of Busybox will be cleanly removed beforehand
- Systemless support
- init.d tweaks
- Set noop scheduler for internal storage only (better for faster storage)
- OOM/LMK tweaks (overcommit_ratio to 80%, less aggressive LMK = much better RAM utilization)
- vendor/overlay RRO:
- Add Google's Location Provider
- Change NTP server to Europe
- Enable Doze
- Enable Network Location Overlay
- Disable unsafe media volume warning
- /system changes:
- Disable OTA app ZIP validation (etc/device_features/nickel.xml)
- Remove everything in /system/data-app/ (Chinese stuff)
- Delete install-recovery.sh and recovery-from-boot.p
- Remove Chinese carrier app selection (install_app_filter.xml)
- Removed apps:
- AnalyticsCore (Phone-home backdoor app)
- AutoTest (Engineering diagnostics)
- SogouInput (Chinese IME), replaced by Google Keyboard
- Whetstone. This is the built in "app killer". Even with memory optimization off and an app locked, Whetstone will STILL sometimes kill apps when there is plenty of free RAM.
- Various Chinese-only services
- build.prop:
- ro.product.locale=en-US
- ro.setupwizard.mode=OPTIONAL
- persist.sys.miui_optimization=false
- MIUI Optimization causes compatibility issues with many apps. You can manually re-enable in Developer options if you want it back.
- Disable scrolling cache and tweak fling speed
- Enable Fast Dormancy
- Camera quality and Media encoding/decoding tweaks
- Enable Google location services on boot
- /system additions:
- apps added:
- BookmarkProvider
- GoogleCalendarSyncAdapter
- GoogleContactsSyncAdapter
- GoogleTTS
- MiRemote (XMRemoteController) from Global 8.0.x firmware
- WallpaperCarousel (moved MiGalleryLockscreen from cust partition)
- priv-apps added:
- GoogleBackupTransport
- GoogleFeedback
- GoogleLoginService
- GoogleKeyboard
- GoogleOneTimeInitializer
- GooglePartnerSetup
- GoogleServicesFramework
- MusicFX (already exists in /apps, but Xiaomi.eu also has two MusicFX.apk... not sure if this is right)
- Phonesky (Google Play Store)
- PrebuiltGmsCore (Google Play Services)
- Some Google related etc's and framework's
- Add some missing fonts (not sure if they're important but meh)
CHANGELOG:
Code:
2016.11.26
- Initial release
DOWNLOAD:
Please read all above info AT LEAST once!
Please see Post #2 for known issues, bug reporting guidelines, and compatibility with different MIUI ROM's!
v2016.11.26 (Latest) @ Google Drive
CREDITS AND THANKS:
Xiaomi.eu ROM's for reference material
YashdSaraf for his BusyBox installer script
adrianom for his modded boot image, it was inspiration/motivation for me to try out a non-weekly ROM
Click to expand...
Click to collapse
prismk said:
Yeap, we will need to wait for a Xiaomi.eu Global
I tried to change default market to Google Market, but its no possible. So a clean permissions and defaults for Mi Market and when I open a market:/ link I was able to choose the default app for market:/ link
I tried your patch with China Global and I get error with Google Play Store:
Code:
java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.
I tried to fix running this in a terminal:
Code:
pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION
But it doesn't work. Return something like "could not access the package manager. is the system running". Im investigating this and I will try to fix today
Click to expand...
Click to collapse
I had this problem once but then never did again, not sure what causes it.
pm grant for this particular permission does not work, even with root this permission has been "locked" since marshmallow (can't be granted or revoked by pm command at all).
Did you flash this mod pack on a fresh ROM (clean data) or did you flash it after already booting before? I think if you wipe data it may solve it, but I'm not sure.
Sent from my Redmi Note 4 using Tapatalk
CosmicDan said:
I had this problem once but then never did again, not sure what causes it.
pm grant for this particular permission does not work, even with root this permission has been "locked" since marshmallow (can't be granted or revoked by pm command at all).
Did you flash this mod pack on a fresh ROM (clean data) or did you flash it after already booting before? I think if you wipe data it may solve it, but I'm not sure.
Sent from my Redmi Note 4 using Tapatalk
Click to expand...
Click to collapse
I flashed a clean MIUI China Stable, booted and flashed your tweaks. I will try wipe data and flash before boot the ROM
What you think about using a Github Repository for these tweaks? Can you update with busybox installer fix? Thanks!
prismk said:
I flashed a clean MIUI China Stable, booted and flashed your tweaks. I will try wipe data and flash before boot the ROM
What you think about using a Github Repository for these tweaks? Can you update with busybox installer fix? Thanks!
Click to expand...
Click to collapse
It's definitely a bug in AOSP (see this fix that exists in most custom ROM's) that requires Gapps only be installed on fresh, brand new systems - so a factory reset will be needed. I can't include this this fix in the patch since framework mods need a deodex, and I don't want to make a whole custom ROM.
Github repo done, you can download the latest HEAD and flash-away (has the busybox and init.d fixes already, but I won't do a release yet - still want to do more translations). https://github.com/cosmicdan/CosmicTweaks_HMNote4
CosmicDan said:
It's definitely a bug in AOSP (see this fix that exists in most custom ROM's) that requires Gapps only be installed on fresh, brand new systems - so a factory reset will be needed. I can't include this this fix in the patch since framework mods need a deodex, and I don't want to make a whole custom ROM.
Click to expand...
Click to collapse
So, I flash MIUI ROM and flash tweaks after that and I get a bootloop So I flash MIUI, booted, wipe Dalvik, cache and data and flash tweaks and it's working perfect
prismk said:
So, I flash MIUI ROM and flash tweaks after that and I get a bootloop So I flash MIUI, booted, wipe Dalvik, cache and data and flash tweaks and it's working perfect
Click to expand...
Click to collapse
But you will probably get FC's when you try to use Google Location....
...can anybody else confirm bootloop on clean flash in latest GitHub patch?
I will do a backup and wipe and try myself. Are you running "miui_HMNote4_V8.1.3.0.MBFCNDI_5a92469285_6.0.zip"?
I will make a seperate ZIP patch to enable insecure ADB from boot (so we can debug clean flash bootloops, and also incase anybody wants root-mode ADB access e.g. push files directly to /system). I need to download the MM source and compile a hacked adbd binary for this, so it could take a day or two.
CosmicDan said:
But you will probably get FC's when you try to use Google Location....
...can anybody else confirm bootloop on clean flash in latest GitHub patch?
I will do a backup and wipe and try myself. Are you running "miui_HMNote4_V8.1.3.0.MBFCNDI_5a92469285_6.0.zip"?
I will make a seperate ZIP patch to enable insecure ADB from boot (so we can debug clean flash bootloops, and also incase anybody wants root-mode ADB access e.g. push files directly to /system).
Click to expand...
Click to collapse
I don't get FC when I used Google Location and yes, Im running the same version of MIUI.
prismk said:
I don't get FC when I used Google Location and yes, Im running the same version of MIUI.
Click to expand...
Click to collapse
Well that just makes the GMS FC spam even MORE confusing! Wish I knew what caused it, as I said it only happened to me once.... *sigh* I sure don't miss being a professional Android OS engineer lol, this "sometimes it happens" stuff comes all too often!
Anyway, the intention is to still flash the patch on a clean system (because it erases all the preinstall stuff, and sets some default settings in framework overlay) so I will look into that issue. Just need to finish downloading the AOSP MM sources before I can continue debugging that.
Thank you. Going to try it after i get some more courage, because now i'm on stock MIUI 8.0.4.0 & locked bootloader.
From what i read, to unlock bootloader i need to flash China Dev Rom with SP Flash, and only after that i will be free to try any Roms.

[ROM][5.1.1]Ethereal-OS v1.1 -- Custom (Stock-Based) ROM for Alcatel Ideal (4060A)

Ethereal-OS v1.1-Beta
Android 5.1.1 Lollipop
with Viper4Arise v2.5.0.5 Audio Enhancement
& Google Assistant​
DISCLAIMER:
Your warranty is now void by proceeding. Flashing your device's partitions or modifying its stock configuration poses an inherent risk of permanently damaging your device. By proceeding further, you are absolving me of any liability in the event your device is damaged or rendered inoperable. You -- and you alone -- are solely responsible for your device. Follow the instructions carefully and things should go smoothly.
ETHEREAL-OS v1.1​
As its name implies -- Ethereal -- this stock-based Lollipop ROM is very light weight & refined. It combines a pure stock experience with several features and enhancements beyond those of which are included by the manufacturer & service provider. Furthermore, this ROM has been debloated, and freed of those pesky /system apps for which many of us have no need or wish. However, should you have the need for those apps, I will eventually be providing a download link for the /system APKs that I removed.
REQUIREMENTS:
In order to flash this ROM to your device, TWRP custom recovery must be installed. While it is possible to flash this ROM using an on-device flashing utility, such as Flashfire, these instructions will be geared towards custom recovery. If you do not have TWRP already installed on your Alcatel Ideal, simply search the XDA threads for the files and instructions to do so.
SPECIFICATIONS:
Android Version: 5.1.1 Lollipop
Build No. Ethereal-OS v1.1
Kernel Version: 3.10.49-g3d12fcb
Android Security Patch Level: June 1, 2017
Baseband Version: MSM8909.LA.1.1.c7.1-113370119
Build Date: August 15, 2017 15:22.26 EST
FEATURES:
Moderately debloated;
Pre-rooted with SuperSU v2.82-SR3;
BusyBox 1.27.2;
Google Pixel (Dark Mod) boot & shutdown animation;
Zipaligned;
Essential GApps;
June 1, 2017 Android Security Patches;
Insecure boot support;
Init.d support;
GApps Installed:
Google Pixel Camera
Google Chrome
Google Clock
Google Calendar
Google Contacts
Google Drive
Android System WebView
Google Search & Google Voice Search
Google Assistant Launcher
Google Messenger
Gboard - Google Keyboard
MEDIA:
Dolby Digital Plus v1.0
Viper4Arise v2.5.0.5 with FET Compression, FIREqualizer & Convolver
NEON Audio Drivers v2.5.0.4
Sony Music App v9.3.10.A.0.7
Sony TrackID Music v4.6.8.0.20
VLC Media Player v2.1.15
UI & UTILITY APPLICATIONS:
MIXplorer File Manager v6.18.6
SuperSU Root Manager v2.82
Kernel Adiutor-Mod v1.0 (02-28-2017)
BusyBox v57
Nova Launcher v5.3
Pixel Dark Icon Pack v1.8
Pixel Icon Pack v1.1.3
Quick Reboot Pro
Fast Cleaner v3.2.8
Google Wallpapers
INSTRUCTIONS
1. Download the ROM and save it to internal storage or, preferably,
an external micro-SD card;
2. Boot your device into TWRP recovery;
3. Perform a full wipe (/data, dalvik, /system & /cache). NOTE: If you saved the ROM zip on internal storage, DO NOT wipe internal storage. If you saved the ROM zip to external storage, format your /data partition;
4. Select INSTALL from TWRP's main menu, navigate to the storage location of the ROM zip,
select the file, and swipe to commence with installation. The process will take around two minutes;
5. When installation completes, to prevent possible boot looping, wipe cache & dalvik cache. Reboot system. NOTE: first boot may take several minutes. Do not interrupt the process and be patient. Subsequent boot ups will occur much faster.
6. After completing initial setup and signing in with your Google account, it is very important to go ahead and update Google Play Services and all GApps which require updates through the Play Store. This step is important to ensure proper functionality of the Google Assistant Launcher.
KERNEL SOURCE CODE:
https://github.com/zombah/android_kernel_alcatel_msm8909
BUGS:
When reporting a bug, if you are not submitting a bug report, please provide, with as much specificity as possible, the exact nature of the bug. Screenshots can be helpful as well.
NOTE:
I am in the process of adding more features to this ROM, such as the CyanogenMod 12.1 Theme Engine interface or Substratum OMS management. I was not able to implement theming just yet, due to my wishes to get this beta release posted as early as possible.
THANKS & MENTIONS:
I'd like to thank @Chainfire for his ceaseless development of SuperSU. Thanks to TeslaCoil Software for Nova Launcher. Thanks to Hootan Parsa for the best file management app on the planet: MIXplorer. Thanks to @Stericson for BusyBox. Thanks to Viper Acoustic for Viper4Arise for Android, and thanks to Dolby Technologies for Dolby Digital Plus.
I would also like to mention and say thanks to @scohut for his assistance and advice on this project.
DOWNLOAD LINK:
Ethereal-OS v1.1-beta: https://drive.google.com/file/d/0B1Sfod4HWfk2dDJYc1hreldSTTg/view?usp=drivesdk
There's a boot loop in the ROM. I just fixed it. Uploading the patched file now.
UPDATE: boot loop fixed. Replaced download link with fixed ROM...
So far....so good
Without a hitch:good:
edit: camera works wonderful but camcorder seems to error after use "can't connect to camera"
I'm having the same problem too (Screenshot) but everything else seems to be working fine! Like it a lot
Enviado desde mi Alcatel_4060A mediante Tapatalk
ESzn said:
I'm having the same problem too (Screenshot) but everything else seems to be working fine! Like it a lot
Enviado desde mi Alcatel_4060A mediante Tapatalk
Click to expand...
Click to collapse
Hmmmm. So the video recording seems to have a bug. I'll work on it this evening. Did you guys have any trouble with the regular camera at all?
MotoJunkie01 said:
Hmmmm. So the video recording seems to have a bug. I'll work on it this evening. Did you guys have any trouble with the regular camera at all?
Click to expand...
Click to collapse
Do you mean in the stock ROM? I never had any problems with the camera in that ROM. I also tested Open Camera and had the same problem
ESzn said:
Do you mean in the stock ROM? I never had any problems with the camera in that ROM. I also tested Open Camera and had the same problem
Click to expand...
Click to collapse
No I mean in this custom ROM. Does the Pixel Camera take and store photos OK? Is it just the video camera giving camera error?
MotoJunkie01 said:
No I mean in this custom ROM. Does the Pixel Camera take and store photos OK? Is it just the video camera giving camera error?
Click to expand...
Click to collapse
Oh yeah sorry, the camera works perfectly, It's just the video camera
ESzn said:
Oh yeah sorry, the camera works perfectly, It's just the video camera
Click to expand...
Click to collapse
OK. I may know where the problem is. I'll check the camera drivers this evening and try to iron it out. If so, I'll post a patch you can flash from TWRP to fix it.
MotoJunkie01 said:
OK. I may know where the problem is. I'll check the camera drivers this evening and try to iron it out. If so, I'll post a patch you can flash from TWRP to fix it.
Click to expand...
Click to collapse
Nice man thank you
Just curious is there a way on your custom rom to make the sd card part of the overall storage on my device?
furmaneth said:
Just curious is there a way on your custom rom to make the sd card part of the overall storage on my device?
Click to expand...
Click to collapse
Perhaps. I'll check on the possibility of adaptive storage. Yeah you can set it yourself by using a terminal emulator and entering the following:
adb shell sm set-force-adoptable true
I just wanted to let everyone know that the old Rro layers manager works with this OS... Some layers work, some don't... You just have to fool around with it to find one you like that works properly. Here's some of my settings screens with Jeremy Beck's Acid layers installed. For some reason I can't get the main settings screen's background to go dark to match. Same thing on the stock rom though... Does anyone know how to mod the settings app to change the background to black?
MotoJunkie01 said:
Perhaps. I'll check on the possibility of adaptive storage. Yeah you can set it yourself by using a terminal emulator and entering the following:
adb shell sm set-force-adoptable true
Click to expand...
Click to collapse
I just tried that command and it just says device not found.
furmaneth said:
I just tried that command and it just says device not found.
Click to expand...
Click to collapse
Did you type "su" first to grant root access? Also, be sure ADB Debugging is enabled in Developer Options.
MotoJunkie01 said:
Did you type "su" first to grant root access? Also, be sure ADB Debugging is enabled in Developer Options.
Click to expand...
Click to collapse
I did type su to get root access but it did the same thing but I can't find adb debugging unless USB debugging is the same.
USB Debugging is the same as ADB Debugging on this device. You are correct there. I'll see if I can get adoptive storage enabled on mine. If so I'll make a flashable mod.
MotoJunkie01 said:
USB Debugging is the same as ADB Debugging on this device. You are correct there. I'll see if I can get adoptive storage enabled on mine. If so I'll make a flashable mod.
Click to expand...
Click to collapse
Thanks and I am also have this message pop up when I change the song in Spotify.
furmaneth said:
Thanks and I am also have this message pop up when I change the song in Spotify.
Click to expand...
Click to collapse
OK. The audio settings force close I can fix. That's a conflict between Spotify and Viper4Arise. I'll get a patch for it.

[vernee M5] [CUSTOM STOCK MOD ROM] [180609-1-BETA-FIXED] 3lm ROD

-- Disclaimer --
Files provided in this post are made for my personal use. I'm just sharing.
Therefore:
If you make use of them in any way, you do this on your own risk.
I can not be held responsable in any kind of way, wether for bricked phones, sd cards or any other kind of damage.
By downloading the file/s you agree to the conditions mentioned above.
-- Recommendations --
I personally recommend you to make a full TWRP backup before flashing this ROM.
The TWRP file and flashing instructions can be found here.
TWRP is not necessarily needed to flash this ROM, but recommended.
-- About the ROM --
The ROM is based on the latest official stock build vernee_M5_171106_59960-ota-1509963705 provided by vernee
Features / changes in comparison to the stock build (excerpts):
- deodexed
- rooted with Magisk
- BusyBox
- signature spoofing enabled
- signature verification disabled
- Google Play Services replaced by microG with original Google Play Store, Google Calendar, Gboard, GoogleSyncAdapters, ...
- Xposed Framework
- substratum support
- debloated (TouchPal, most GApps, .. )
- apps added (excerpts)
- Ruthless (Pixel 2) Launcher
- MiXplorer
- Material Xposed Installer
- ViPER4AndroidFX Materialized
- Google Markup PORT
- Mie Alcatel Camera
- original AOSP apps
- . . .
- UI and framework tweaks and mods
- fully classic material themed
- faster default animation speed (1 -> 0.5)
- changed DPI (320 -> 282), which results in displaying everything a little smaller
- material shapeless launcher icons (Lollipop/CM12-14.1 style)
- android P style nav- and status bar
- . . .
- and many more ..
-- How to install --
Method I
Flash via TWRP recovery
- Copy the zip file somewhere to your device (internal/external storage)
- Boot into TWRP
- *optionally, but definitely recommended* Factory reset **A dirty flash may work, since this ROM is stock based, but there is no guarantee for that
- Flash the zip
- Reboot
Method II
Flash via SPFlashtool
(NOT RECOMMENDED, BECAUSE YOU WILL MISS SOME MAGISK FEATURES, WHICH YOU HAVE TO RE-INSTALL MANUALLY)
- Extract the zip file
- Open SPFlashtool
- Load the scatter file from the extracted zip folder
- Turn off your phone
- Connect ONLY your usb cable to your pc
- Click "Download"
- Connect your device to the cable
- Let the process finish
- Disconnect your device
- Turn on your device
-- Download --
[MEGA] vernee-m5-3lm-xda-180609-1-beta-FIXED ~ 1.26 GB
[MEGA] vernee-m5-3lm-xda-180512-1-alpha ~ 1.96 GB
CREDITS & THANKS TO ALL THE GREAT DEVS -MAINLY HERE ON XDA- FOR SHARING THEIR WORK AND KNOWLEDGE! :fingers-crossed::good::highfive:
without you, this rom would not have been possible!
3lm
good insertion
Thanks bro!
TOP rom! Thansk! But settings Gboard Always shut down. And Google Play RH-01 error..
How result this problems? Thansk!
Lot of bugs.. Gboard has been stoped.. Many apk shut down..
fantom004 said:
TOP rom! Thansk! But settings Gboard Always shut down. And Google Play RH-01 error..
How result this problems? Thansk!
Click to expand...
Click to collapse
try this:
1. clear data of all google and microg related apps (incl. the three backends)
2. in microg settings enable google device registration and setup the nlp backends
3. start playstore and log in to your google account (now the RH-01 error shows up, right?)
4. reboot
play store and all other google account related things should work now..
fantom004 said:
Lot of bugs.. Gboard has been stoped.. Many apk shut down..
Click to expand...
Click to collapse
which apps force close? gboard for example works perfectly fine for me..
drei.liter.milch said:
try this:
1. clear data of all google and microg related apps (incl. the three backends)
2. in microg settings enable google device registration and setup the nlp backends
3. start playstore and log in to your google account (now the RH-01 error shows up, right?)
4. reboot
play store and all other google account related things should work now..
which apps force close? gboard for example works perfectly fine for me..
Click to expand...
Click to collapse
Ikariam Mobile sometimes shut down, Facebook.
I try reinstall
I tried reinstalling. Unfortunately it did not help.
Bugs:
The Gboard setting causes the application to close.
SMS and MMS settings will cause the application to close.
Even though I'm connected to WiFi, mobile data will be reloaded.
SMS And MMS background black? WTF..
Gallery, when i want edit aby photo, apk will to close..
Emoticons in Gboard
fantom004 said:
I tried reinstalling. Unfortunately it did not help.
Bugs:
The Gboard setting causes the application to close.
Click to expand...
Click to collapse
can not confirm that
SMS and MMS settings will cause the application to close.
Click to expand...
Click to collapse
can not confirm that
Even though I'm connected to WiFi, mobile data will be reloaded.
Click to expand...
Click to collapse
can not confirm that
SMS And MMS background black? WTF..
Click to expand...
Click to collapse
this is due to some wrongly themed elements in the substratum overlays for these apps. will fix it in the next update
Gallery, when i want edit aby photo, apk will to close..
Click to expand...
Click to collapse
confirmed. I guess this happens because there is no app which can handle the picture editing request
Emoticons in Gboard
Click to expand...
Click to collapse
can not confirm that. working fine on my device
Are you installing over TWRP?
fantom004 said:
Are you installing over TWRP?
Click to expand...
Click to collapse
yes, usually i use twrp. but i also flashed with flashtool..
i also installed it coming from the 250917-version.
but i could not reproduce the bugs on my phone. really weird..
perhaps something country related or microg related..
can you upload your logcat? are you familiar with that?
drei.liter.milch said:
yes, usually i use twrp. but i also flashed with flashtool..
i also installed it coming from the 250917-version.
but i could not reproduce the bugs on my phone. really weird..
perhaps something country related or microg related..
can you upload your logcat? are you familiar with that?
Click to expand...
Click to collapse
Somehow, mysteriously, I tried to reinstall the entire TWRP and it works !!! But Ikariam always stopped.
But I still solve the low volume of calls. Even though I have a full volume. How do you solve this problem?
I am glad that it works for you now
fantom004 said:
But I still solve the low volume of calls. Even though I have a full volume. How do you solve this problem?
Click to expand...
Click to collapse
I dont really have this Problem.. Sound is not the best, but way good enough to understand the caller..
I just noticed a little HD icon while I am in a call on the left side of the screen. Do you see it, too?
drei.liter.milch said:
I am glad that it works for you now
I dont really have this Problem.. Sound is not the best, but way good enough to understand the caller..
I just noticed a little HD icon while I am in a call on the left side of the screen. Do you see it, too?
Click to expand...
Click to collapse
Yes I seed it..
fantom004 said:
Yes I seed it..
Click to expand...
Click to collapse
hmm ok, then i don't know..
but there is a magisk module which fixes (or tries to fix) the low incall volume.
in the download section of magisk manager search for "Android Mic Fix".
it is actually targeting qualcomm hardware, but it might work for mtk too, so give it a try..
regarding your ikariam problem: enable google cloud messaging (gcm) in microg settings, then clear data of ikariam and restart the app.. should work now..
drei.liter.milch said:
hmm ok, then i don't know..
but there is a magisk module which fixes (or tries to fix) the low incall volume.
in the download section of magisk manager search for "Android Mic Fix".
it is actually targeting qualcomm hardware, but it might work for mtk too, so give it a try..
regarding your ikariam problem: enable google cloud messaging (gcm) in microg settings, then clear data of ikariam and restart the app.. should work now..
Click to expand...
Click to collapse
Error..
fantom004 said:
Error..
Click to expand...
Click to collapse
:laugh:
You have to install magisk again from magisk manager to use modules
Magisk consists of two parts:
1. Patched boot image
2. Some files in data Partition
Unfortunately I am not able to create a proper userdata image at the moment (I'm working on it)
Therefore the magisk files in data Partition are missing, when you flash the ROM.
Follow these steps:
1. Open magisk manager
2. Go to magisk settings
3. Choose update channel "beta"
4. Go back to magisk main screen
5. Click "install" -> "install" -> "direct install (recommended)"
6. Let installation finish
7. Reboot
Now you are able to use magisk modules.
You have to repeat these steps after every data wipe or factory reset to use modules.
BTW: have you activated Besloudness in sound settings?
And have you tried ikariam again? Is it working now?
Cheers
How is battery life? I get horrible battery life on my stock rom
whise1 said:
How is battery life? I get horrible battery life on my stock rom
Click to expand...
Click to collapse
It is way better than on stock rom. There are a few build.prop tweaks which aim at battery life.
But the main factor is the microg replacement. I would guess, it saves at least 1/3 of battery life..
just give it a try!
btw: today I will post an update with some small, but important changes. so look out!

[All ROMs] [Debloat] [Optimization] Android Acceleration Strip - Performance

What does this do?
This flashable ZIP file attempts to speed up Android OS by implementing tweaks and removing programs that the average Android user may not utilize. It also adds build.prop tweaks, init.d tweaks and a hosts file all aimed at one goal, to reach Android's maximum performance.
Before doing anything, be sure to backup with recovery since things might go wrong.
How to install/update:
First things first, YOU HAVE TO DOWNLOAD A 3RD PARTY LAUNCHER AS THIS MOD REMOVES THE DEFAULT LAUNCHER. I recommend Nova Launcher
1. Download ZIP and transfer it onto your phone's downloads folder (much easier if you download it through phone)
2. Boot into recovery mode and make a BACKUP first before flashing!
3. Flash the downloaded ZIP file.
4. After the process, wipe dalvik-cache and cache partitions (you do not need to format data)
5. Done! Now boot into the system and wait for the boot process to take you to lock screen (should take longer than usual, maybe about 1-10min. Don't be scared if your phone is taking longer than usual)
6. Open Settings > Apps > ::: (3 dots on the top right corner) > Reset app preferences (If you do not have this step, you can skip)
7. Done! After flashing, I recommend calibrating battery (you do not need to do this every update!)
NOTE: For a while, it may seem that Android's performance is worse and the battery is slower. Give it some time to adapt to the new changes
For updates, just download the updated ZIP and follow the installation steps again! Easy peasy.
Common Issues:
Boot Loops
Black Screen on Startup
Phone won't boot
Settings do not respond when opened
Certain apps lost functionality
Spam messages saying: "Unfortunately android.app has stopped working"
Notifications not working
Any issue that comes up, restore it from backup. Usually, uninstalled system apps are what cause these issues. To prevent them, you will need to remove some lines in the updater-script in my ZIP and reflash it. Be sure to report any bugs you find so they can be fixed right away!
Compatibility:
This ZIP file should be compatible with all ROMs (stock-based, AOSP-based and even stock), mods, devices and Android versions, but it was specifically tested and built around an S7 Edge (G935W8) running stock-based ROM (Superman ROM v3.0.1).
Tested on:
- LineageOS 16.0 ROM Android P
- Superman ROM v3.0.1
- The Galaxy Project
Changelog:
1.5.2
- Added more programs to debloat list
- More ads blocked in the hosts file
- Added more build.prop tweaks
1.5.1
- Tested and working
- Programs in updater-script are now sorted in alphabetical order for easier finding
1.5beta3 *UNTESTED*
- Added a LOT more BuildProp tweaks (115+ lines!)
- Added mxt224_ts_input.idc (makes touch screen better and responsive)
- System apps are now included in Doze
- Added sysctl.conf (extra protection)
- Added a LOT more init.d tweaks
- Added local.prop (values for performance)
- For older versions, visit - https://forum.xda-developers.com/s7-edge/themes/roms-android-acceleration-strip-t3841643
1.5beta2 *UNTESTED*
- Fixed the HOSTS file
. - Remove invalid rows
. - Added 13,000 new lines (now containing over 61,000 lines!)
. - Removed useless lines
. - Sorted alphabetically
. - Removed empty lines
1.5beta *UNTESTED*
- Added a LOT more Init.d tweaks (increases performance by managing cpu and ram better and many more)
- Added a LOT more BuildProp tweaks (increase performance)
- Added a hosts file (contains over 48,000 lines!) that blocks malware and ads, thus increasing speed
1.4.1
- Tested and fixed some issues. Includes all changes below.
- Ignore the error, "failed to mount /cache". It will function regardless
1.4beta3 *UNTESTED*
- This version has not yet been tested so it might not work and will probably give an error 7 in TWRP (if it does not give an error, please let me know)
- Included v1.3.3 changes
1.4beta2 *UNTESTED*
- This version has not yet been tested so it might not work and will probably give an error 7 in TWRP (if it does not give an error, please let me know)
- Added buildprop tweaks
- Does not include v1.3.3 changes
1.4beta *UNTESTED*
- This version has not yet been tested so it might not work and will probably give an error 7 in TWRP (if it does not give an error, please let me know)
- Added init.d tweaks
- Does not include v1.3.3 changes
1.3.3
- Added ADAPT SOUND and PRINTERS to debloat list
1.3.2
- Added a build prop tweak to utilize hyperthreading
1.3.1
- Added more apps to debloat list. Expect more apps to be added in the future
1.3
- Added more to debloat list
- Added buildprop tweaks
- This should fix error 7 in TWRP
- COMING SOON: Init.d tweaks
1.2.1
- I'll add build.prop and init.d tweaks when I can
- More apps to added to debloat. BACKUP
- After flashing be sure to wipe cache and dalvik
1.2 - DO NOT DOWNLOAD. ERROR IN UPDATER-SCRIPT. FIXING IN v1.3
- Added init.d tweaks
- Added BuildProp tweaks
- Added more to debloat list
1.1
-Added more to debloat list, be sure to backup just in case anything goes wrong!
1.0
- Init
Permissions:
- Feel free to take anything from the zip file, however, you must credit me as creator.
- If you are reuploading this on another website, add a link to this xda thread.
123keelos said:
1. Download ZIP (much easier if you download it through phone)
Click to expand...
Click to collapse
It is better if a mirror link also available...
Thanks
HemanthJabalpuri said:
It is better if a mirror link also available...
Thanks
Click to expand...
Click to collapse
I'll try to get a mirror up. Also, how does a mirror link being available make it better?
123keelos said:
I'll try to get a mirror up. Also, how does a mirror link being available make it better?
Click to expand...
Click to collapse
Since I cant able to download the attachment.. it shows error..
Thanks
HemanthJabalpuri said:
Since I cant able to download the attachment.. it shows error..
Thanks
Click to expand...
Click to collapse
I see. Check the description, I uploaded a mirror link
Hi it's really efficient for battery and performance or not? I've a custom kernel and custom stock rom. I use ex Kernel manager for tweaking my kernel with naptime and servicely too, thx in advance. In deepsleep my phone loose only 4% in 8 hours.
narco14 said:
Hi it's really efficient for battery and performance or not? I've a custom kernel and custom stock rom. I use ex Kernel manager for tweaking my kernel with naptime and servicely too, thx in advance. In deepsleep my phone loose only 4% in 8 hours.
Click to expand...
Click to collapse
- Battery Life: Will be a bit better since it removes aps that would run in the background. It also adds performance settings that would drain the battery a little bit, but overall, it would be better
- Performance: It will improve since not as many apps are running in the background as opposed to stock
I, too, use a custom ROM and kernel.
Can I flash by Magisk Manager? or TWRP only?
My device arch is x86. can I use?
Hi! I have a problem, I can't access system or any data from TWRP, so I can't flash your zip even through sideload.
Can you make a Magisk version? It would be great!
dhampire said:
Can I flash by Magisk Manager? or TWRP only?
My device arch is x86. can I use?
Click to expand...
Click to collapse
I dont know about flashing with Magisk so I think it's best that TWRP is used.
No devices (are known) are incompatible with this zip file so you can flash it on any Android
evilarthas said:
Hi! I have a problem, I can't access system or any data from TWRP, so I can't flash your zip even through sideload.
Can you make a Magisk version? It would be great!
Click to expand...
Click to collapse
I dont have any experience with making a Magisk version.
Go to TWRP, click on Mount and check System then press BACK (dont click mount system). This probably would fix your issue.
Hi, first of all thank you for your effort.
I can't get your mod working on my phone. I removed some essential lines from update script, then I even formatted data in order to have access to my system and data and then flashed. It says that it can't get access to /cache. However, as I can observe, the patch is applied. I boot up my phone and have another welcome application, I proceed and then it is stuck on "Android is starting". Very disappointed, wanted this mod to work and to get the bloat out of my phone.
My phone is sm-935s. TWRP is installed, as well as Magisk.
Stock oreo 8.0.0
evilarthas said:
Hi, first of all thank you for your effort.
I can't get your mod working on my phone. I removed some essential lines from update script, then I even formatted data in order to have access to my system and data and then flashed. It says that it can't get access to /cache. However, as I can observe, the patch is applied. I boot up my phone and have another welcome application, I proceed and then it is stuck on "Android is starting". Very disappointed, wanted this mod to work and to get the bloat out of my phone.
My phone is sm-935s. TWRP is installed, as well as Magisk.
Stock oreo 8.0.0
Click to expand...
Click to collapse
For me, it says that cache cant be accessed after I flash it. It still works for me even though. This error can be ignored
As for the Android starting stuck, it means that the updater-script is removing some applications that are necessary for a functioning phone. You will have to do some experimenting and remove lines until you find the issue.
Hi, 1.5.1 working without issues and without deleted some lines in updater script ?
It works on S7 Edge ?
dawidk750i said:
It works on S7 Edge ?
Click to expand...
Click to collapse
man, did you read OP???
Compatibility:
This ZIP file should be compatible with all ROMs (even stock), mods, devices and Android versions, but it was specifically tested and built around an S7 Edge running stock-based ROM (Superman ROM v3.0.1).
Click to expand...
Click to collapse
I tried v1.5.1 on my Moto X4 (Android 9) and have error 7 in TWRP..
My phone just become worse
In the first message, there are so many errors written that unfortunately the human is hesitant to install.
For this reason, many people may think again when they want to install it.
Error in flashing on GT-N7000
Failed to mount '/cache (No such file or directory)'

Categories

Resources