Related
You have probably heard about a modification that makes your phone look like an old CRT TV when you turn it off. This is actually a builtin effect, but it is disabled by default.
There is a tutorial by tweezit that shows how easy it is to enable this effect - but it requires you to change framework-res.apk. There are different threads that offer those modified files, but to combine different modifications, there have to be many different files with all possible combinations.
To avoid this, I'm developing the Xposed framework, which allows such modifications without changing any APK (or JAR in this case). All you need to do is install the Xposed framework app (root required) and then the attached module for it - both with the normal APK installer as any other app.
Tested with Stock LPQ, but should work for most ICS ROMs (not sure about CM9 though).
This mod is no longer supported. Please use my Tweakbox instead.
Very good work. When we add this apk and the Xposed framework app, the effect is automaticaly enabled or we need to enable this by the app? Thanks.
There is a short installation guide with screenshots in the framework thread.
Yes, you need to click a button to actually install the framework (what you download is the installer) and click a checkbox to enable the module. But both should be easy and fast.
Sweet! I've been looking for the CRT effect for my stock rom. And you have made it surprinsingly easy to install it! Thank you!
I would love to see more of these modules. Thx for the sharing!
Gesendet von meinem GT-I9100 mit Tapatalk
This module is now integrated in my Tweakbox. I recommend using that module instead.
didn't work with cm9
pHyR3 said:
didn't work with cm9
Click to expand...
Click to collapse
I may be wrong, but i think this is for Samsung ROM..
I thought CM9 might already have this as an option? Well anyway, this mod is deprecated. Try using my Tweakbox, which includes this mod in a cleaner version. If that also doesn't work for you, follow these questions (and please also let me know if other Xposed mods work for you).
Shame we cannot do this without root :-(
Im scared to root my phone...
sent via this forum to your face
will it work it lp6 romania vodafone stock rom ?
zecs said:
will it work it lp6 romania vodafone stock rom ?
Click to expand...
Click to collapse
It should work on any stock ICS ROM.
Hello everyone
Does this crt off effect works properly? Because until now there is an annoying flickering of the screen.
Is this problem solved ?
This mod works as good or bad as other CRT mods do. The difference is that you can combine it with other Xposed mods.
The whole thing is just a switch that is enabled, the effect itself is already existing in the ROM. I see the flickering as well. This is reported to be a bug in a native library, so I cannot fix it.
Please also note that this version of the mod is no longer supported as I have integrated it into my Tweakbox.
Just installed the mod, works fine on my device - so simply unchecking it in the Xpose app then restarting will revert it back?
(I actually got the flickering after the effect with another mod with a cwm install but now its not present)
EDIT: Spoke too soon - the flickering came back after a few locks and unlocks... no ideas why, but it's too much of a distraction for me so I had to uninstall it.
Cannor Write
Hi
I can not install Xposed, I get this error:
Ovazealous said:
Just installed the mod, works fine on my device - so simply unchecking it in the Xpose app then restarting will revert it back?
(I actually got the flickering after the effect with another mod with a cwm install but now its not present)
EDIT: Spoke too soon - the flickering came back after a few locks and unlocks... no ideas why, but it's too much of a distraction for me so I had to uninstall it.
Click to expand...
Click to collapse
Yes, unchecking
a mod disables it after a restart. Same thing for uninstalling the mod of course, but then it will be automatically enabled if you install it again.
I personally can live with fhe flickering from time to time, but that's up to every user to decide for themselves.
chispero said:
Hi
I can not install Xposed, I get this error:
Click to expand...
Click to collapse
Updating Busybox should fix that. I think this needs to go into the FAQs, several people reported it already.
There is a fix available for the flickering issue in original android development thread
Sent from my GT-I9100 using xda premium
Yes: http://forum.xda-developers.com/showthread.php?t=1676378
And it's working great for me and many others.
As you are already using Xposed, you could try a beta version that I just uploaded. It contains a setting apply the patch on-the-fly (that is in the memory), so you do not even need to replace any more files.
I had already modified the framework res file with the uotkitchen.
It was only the scrollbar which i made red but now its gone.is there any chance to have my uot mod enabled plus the crt effekt???
Thanks for your app anyway much easier to install the effect then over wm.
Grertings from hamburg,germany
A new version is now out, and it contains some major improvements in terms of performances and speed. It has Las_Venturas 1.0RC3+ kernel packed (thanks @jordfaz), the new camera fix (thanks @stritfajt), the scripts are now up and running (thanks @riemer for the tip), fixed app2sd and cache2cache script, Habarug's modded Phone.apk (disabled the red hang up button), a new Evervolv Toolbox + a superb boot animation (probably the best boot animation I've saw from 2009 till now). It also includes a nice script called 13cpuspeed from where you can set your own values and governor. You can see the values changed in evervolv toolbox under performance tab.
Right now when you flash the zip, the cpu speed is OC'd at: 264-652 smartass V2. I suggest you increase the min value to 352mhz. I've done this to avoid flashing a 'safe' kernel on top of the rom for those heroes that cannot support higher cpu speeds and also it's a safe way to change your values from within the script, no need for 3rd party app.
Why it is improved? Because in v2 and lower, the scripts were lying in init.d but they did not activate on boot thus making them basically useless.
But there is one more script left in init.d that it's not working. This is the *****! '02ramconfig'. This basically sets the internal task killer to higher values giving our hero a little boost in speed. I have tried many ways to force it to start. IT seems that when the boot animation is on, the values are set according to the script, after that, the values turn to normal.
We will investigate this further as we move our focus towards 4.0.5 when the sources are out. But at the time being I will show you other ways to activate the script, so don't delete it:
Keep in mind that you need to do it on every boot. Just choose a way that suits you best and do it every time you reboot your phone.
1. install AMM - auto memory management - from the market, and set it at mild or agressive.
2. If you have android sdk installed on your computer, just make this:
enter cmd and navigate to your android-sdk\platform-tools
Connect your device (make sure you have usb debugging enabled from settings).
Type adb shell and now you should type this command:
Code:
echo 1536,3072,4096,21000,23000,25000 > /sys/module/lowmemorykiller/parameters/minfree
after this, to see if the values are set, you can try this:
Code:
cat /sys/module/lowmemorykiller/parameters/minfree
and if it looks like this; 1536,3072,4096,21000,23000,25000 you are ready to go.
3. If you have 'Root Explorer.apk' you can press on any of the script from init.d (minfree, cpuspeed) and select run as Linux Script Handler -> Execute.
And the values should fire up. Note: for cpu speeds, do this after you've changed your cpu settings using a text viewer (explorer works also).
I suggest you all guys flash this latest version because includes almost all major fixes and the call drop should be fixed in this. Also, you can install apex launcher for a better performance, you will never regret it. You can enable some cool features that LV Kernel comes packed with (zRam or Kernel samepage merging briefly known as ksm). I suggest play with ksm and see how it goes.
Another nice tweak you can make to increase performance is to limit the processes to only "4" from settings-developer options-background process limit. You can play with this value as well but I suggest leaving it at 4 if you want to be enabled.
Disclaimer: I am not responsible for what YOU do to your phone...
You assume all responsibility and risk associated with flashing any ROM. Make a backup!!!
What's Working:
camera
touchscreen
physical & capacitive buttons
wifi
gps
data
calls
sms
mms
audio, ringtones, notifications, alarms
microphone
root
adb
sdcard
usb mass storage
sensors
vibration
trackball navigation, selection, light
notification / charging LED
Partially Working:]
Stock ICS gallery app - displays black boxes. must press and drag finger to shows pics
live wallpapers
Not Working:
camcorder
bluetooth
wifi signal strength icon display
built-in screenshot feature
google music app
Hwa
you tell me....
Known Bugs:
- SetupWizard reloads and turns a black screen for a couple of seconds at start up.
- screen turns black for a couple of seconds when using the gyroscope.
Keep in mind that this is in the early stage of development so not everything will be completely stable or working perfectly.
You flash this ROM at your own risk! Be sure to make a nand backup and do a full wipe before flashing.
Downloads:
ROM - ICS 4.0.3 v2.1.1
HeroICS_4.0.3_V.2.1.1_lvkernel1.0RC3_signed
ROM - ICS 4.0.3 v2
http://www.2shared.com/file/y9H80-YS/hero_ICS_403_v2.html
Lights format all (use it to format boot, cache, data and system)!!
https://hotfile.com/dl/153710444/c085539/Lights_Format_All.zip.html
If you have trouble with bootloops and freezing of youre phone than try to flash this kernel!!
Flykernel 13 max 614Mhz
https://hotfile.com/dl/153728037/28f7ceb/FlyKernel-13-M614-m176.zip.html
No need to flash Gapps, they are included in this build!
Video preview of the ROM: (Thanks to gkillerx)
http://www.youtube.com/watch?v=B8zvkA8SQzs
* Recommended Flashing Instructions * *YOU CAN USE CWM OR AMON_RA***
1 - full wipe: data + cache + dalvik cache
2 - flash lights format all
3 - flash the ROM zip
4 - flash the kernel from above if youre phone does not support cpu settings of 652Mhz
5 - reboot: the first boot will take awhile
6 - ensure everything is loaded and settled by letting the screen timeout and waiting a minute or so before waking it up and proceeding
7 - go through the google setup wizard and then wait another couple mintes to allow the rest of the ROM to load up and any google data to sync
8 - reboot and allow things to load up again
9 - everything should now be ready to go
* Tips *
Enable "Force GPU Rendering" in "Settings - Developer Options" (it helps flinger to be more smooth).
Disable "Report usage and errors" in "Apex Settings - Advanced settings".
Use setcpu.apk or similar overclock app
Use autokiller.apk or similar taskkiller app
In settings->developer options: make sure window & transition animations are off
In settings->language & input->android keyboard: turn off popup/vibrate on keypress
Can open a running apps list by long-pressing the home button & swipe(or long-press) to clear (useful if an app won't open or system slows down to clear out some memory)
Disabling an app is very easy in ICS: either through the manage app screen or by dragging a particular app from the drawer to the "app info" section displayed at the top of the screen, you'll find a button to disable that app
Performance-wise it could be worthwhile to play around with the "background process limit" and "don't keep activities" options in settings->developer options
The ICS launcher makes it simple to create & use folders: just drag one icon on top of another, let go, and they will now be in a folder together which you can name whatever you like.
Apex settings - drawer settings - Disable Show Widgets tab (it helps on app drawer faster open/close).
*Change log*
ICS 4.0.3 V2.1.1:
- changed kernel to Las_Venturas 1.0RC3+ (thanks @jordfaz)
- the new camera fix (thanks @stritfajt)
- scripts up and running (thanks @riemer for the tip)
- fixed app2sd and cache2cache script
- Habarug's modded Phone.apk
- A new evervolv toolbox
- changed the boot animation with a beautiful one.
- added script 13cpuspeed
- limited the cpu at boot to max 652 mhz/smartassV2.
- fixed scarry OFFSET error when flashing the new rom!!
ICS 4.0.3 v2
- Added camera libs (great thanks to stritfajt)
- Replaced Quickpic with working quickpic
I would like to thank the following people for their dedication and hard work on this ROM:
1ceb0x
stritfajt
lost101
nickholtus
vanaf
I hope that a dev could help solve the problem with bluetooth
and the error while searching for other mobile networks. If you like to help send me a PM !!
If you like donate me a beer for my work hit "donate to me"
dont forget to hit the thanks button
looking forward to flashing this. cant flash as of now because need a stable phone but hopefully i'll be able to test sometime next week
i really hope its possible to get a stable ics rom on the hero *fingers crossed*
Nandroiding now Will test for a few hours before I go out
Edit: Slow download or is it just my comp?
@samm000: thank you for your work, can't wait to flash this rom, gotta see the camera working
@Habarug : yeah sloow download speed, it will take 1 hour to download the rom but I am patient
Edit: I flashed it after a full wipe, but not even after waiting 30 minutes it never passed beyond the splash screen (HERO screen), so it was in a bootloop.. gonna try to download the rom again when i get home from work.
Okay, I finally got it working here. Keyboard and pulldown and such is really smooth! but lots of apps, like search, browser, email, voice search etc is FCing all the time :/ Even Launcher is, so I can't use it ....
Edit: trying to reflash
Edit2: ....this is so awesome
Edit3: I'll try this today There are some resize issues, like the statusbar widgets being really high, I can try to fix it when I have time
Ciprilik said:
@samm000: thank you for your work, can't wait to flash this rom, gotta see the camera working
@Habarug : yeah sloow download speed, it will take 1 hour to download the rom but I am patient
Edit: I flashed it after a full wipe, but not even after waiting 30 minutes it never passed beyond the splash screen (HERO screen), so it was in a bootloop.. gonna try to download the rom again when i get home from work.
Click to expand...
Click to collapse
Try to reflash the kernel with flykernel13, that could solve the problem
keep me in touch
samm000 said:
Try to reflash the kernel with flykernel13, that could solve the problem
keep me in touch
Click to expand...
Click to collapse
ok gonna try now
Edit: Nope it still bootloops : full wipe, flash rom, flash flykernel 13, reboot ... stuck on Hero screen for 20 minutes straight. I think the zip I downloaded is faulty ... gonna try to download and flash it again when I get home.
Ciprilik said:
ok gonna try now
Edit: Nope it still bootloops : full wipe, flash rom, flash flykernel 13, reboot ... stuck on Hero screen for 20 minutes straight. I think the zip I downloaded is faulty ... gonna try to download and flash it again when I get home.
Click to expand...
Click to collapse
I will upload the next update on hotfile server perhaps that it will solve youre problem.
has anyone actually gotten this to boot? anyway, try the CM9 launcher, it looks exactly like native ICS launcher but with more options and on glassmacka rom it was reported to be faster than the native launcher
Notn4 said:
has anyone actually gotten this to boot? anyway, try the CM9 launcher, it looks exactly like native ICS launcher but with more options and on glassmacka rom it was reported to be faster than the native launcher
Click to expand...
Click to collapse
The rom boots!!
be sure to wipe all data and system (format boot, data, system and cache in recovery)
I use my ROM for A several days now and I can say that the rom is very fast
there is no need to install other launchers.
if you like you can allways install other launchers.
Thank you so much for this ROM!
After having it installed and used it only briefly I must say it works pretty smooth. It's not slow at all! Feels great that our old HTC is still in the game!
I can confirm that its fast and stable
Sent from my Hero using XDA
Thank you,
I do my best for our hero
However, I will need help to solve the problem with the error when searching for other mobile networks.
finger crossed...
Is this rom ported from http://forum.xda-developers.com/showthread.php?t=1352170 this?
In aplha 1.0 yes, I had a lot of problems making it work right because the port didnt work well.
The other builds are made by me.
I have use the camera base as the base for our camera
Sent from my Hero using XDA
flashing "OpenGL_2.0_by_harut56.zip" will turn the rom's "ro.opengles.version=131072" into "ro.opengles.version=65537" ... isn't that going to revert OpenGL from 2.0 to 1.1 or am I wrong and confused?
Ciprilik said:
flashing "OpenGL_2.0_by_harut56.zip" will turn the rom's "ro.opengles.version=131072" into "ro.opengles.version=65537" ... isn't that going to revert OpenGL from 2.0 to 1.1 or am I wrong and confused?
Click to expand...
Click to collapse
you are right,
I have turn on the hw acceleration in alpha 1.0.2 but didnt test it yet,
it looks like that it can work on opengl 2.0 without flashing it.
please test it again
Thank you for that
no problem gonna leave my phone to charge for a while .. it's at 3% , I'm gonna flash the rom in a few hours.
Ciprilik said:
flashing "OpenGL_2.0_by_harut56.zip" will turn the rom's "ro.opengles.version=131072" into "ro.opengles.version=65537" ... isn't that going to revert OpenGL from 2.0 to 1.1 or am I wrong and confused?
Click to expand...
Click to collapse
OpenGL mod is based on modified OpenGl 1.1 libs,thats why version is 65537,you can try with version 131072,I haven't tested it yet.
Introducing Trickster MOD, bringing Trickster experience to virtually every ROM out there.
Users using Trickster ROM 1.2.1 or newer can use this MOD to update
This CWM zip include the binaries and scripts I used for optimization in Trickster ROM. What it can do/set:
- Zipalign and sqlite DB optimization at boot
- Some android properties tweaks with mobile network speed tweak
- Screen state optimization for kernel task scheduler and virtual memory management (ch33kybutt)
- Set I/O scheduler, read ahead buffer, CPU scaling governor, min and max CPU speed
Following features are dependent on kernel features:
- Color (applied by default), contrast and gamma tweaks
- Generic hotplug
- CPU Temp limit
- Minimal SmartReflex voltage of Core, IVA, and MPU domains
- Nominal SmartReflex voltage for Core, IVA, and MPU domains
- Regulator voltages
- GLaDOS live OC of Core, GPU and MPU
- WIFI mode for screen off (power saving or full speed)
- Vibrator strength
- Headset volume boost
- High performance sound
- Force fast charge
- Battery live extender
- Touch wake and touch wake duration
- fsync control
Download
Trickster MOD 20120709
Control App
Changelogs
Requirements:
- CWM
- Someone who understands instructions below
Installation/Update instructions:
- Reboot to CWM recovery
- Do a nandroid if you're scared (recommended in case you have problem)
- Install zip from sdcard
- Reboot the phone
- If you see /sdcard/trickster directory with configuration files inside then this mod installed successfully
Usage:
By default Trickster color, some android property regarding UI smoothness and mobile data speed tweaks and screen state optimization are applied. If you want to change additional settings then either use the app or :
- Go to /sdcard/trickster directory, you'll see at most four following configuration files, depending on kernel features:
. color.conf: color related tweak
. general.conf: generic tweaks like zipalign, sqlite, and screenstate optimization
. kern_general.conf: generic kernel tweaks like CPU speed, governor, IO scheduler and readahead buffer
. kern_specific.conf: specific kernel features like sound control, WIFI power, fast charge... - Edit any above file to change the settings you want using app like ES Explorer, Root Explorer..., instructions included inside
- Settings are automatically applied when user saves any of these files
- Some changes require restarting your phone
- To check log to see if it works use "logcat|grep Trickster" from adb/terminal
Reinstall boot service, Reset settings, Removal instructions:
- If you install a new kernel that includes ramdisk (boot.img format like franco or leanKernel), you can either reinstall Trickster MOD, run "tricks install" from adb root shell or terminal, or apply this CWM zip from recovery.
- You can delete a configuration file, files, or entire /sdcard/trickster directory to reset to default settings for a file, files or all configuration respectively
- If you mess up and can't boot, say aggressive OC/UV , use this CWM zip to reset
- If you want to uninstall, use this CWM zip
Credits:
- Google
- Our great kernel devs
- chainfire for SuperSU and su
- stericson for busybox
- ch33kybutt's for his brilliant idea on screen state optimizations
- Beta testers for your dedication in testing this
- nexus.prime for his unintallation script
- phone_user for init.d CWM zip
- Anyone I learnt from
Disclaimer: This is provided with NO GUARANTY whatsoever. Use your common sense.
Beta test: If you want to test my stuffs, including other things beside this. Contact me through PM.
This is interesting.
Sent from my Galaxy Nexus
Just wondering if the Trickster Rom is for the Nexus? If it is then where can we try it out, thanks.
smoothone said:
Just wondering if the Trickster Rom is for the Nexus? If it is then where can we try it out, thanks.
Click to expand...
Click to collapse
It is but it's for the GSM Galaxy Nexus as I made it from google IMM76I image, it does not work on toroplus.
bigeyes0x0 said:
It is but it's for the GSM Galaxy Nexus as I made it from google IMM76I image, it does not work on toroplus.
Click to expand...
Click to collapse
So if I where to put this mod on an aosp rom it would be like the actual trickster rom?
Sent from my Galaxy Nexus
Yes, nearly identical. The remaining mod is dalvik-cache in cache partition which free up space for your virtual sdcard. And the other is Zeppelinrox's supercharged services.jar for better multitasking.
bigeyes0x0 said:
Yes, nearly identical. The remaining mod is dalvik-cache in cache partition which free up space for your virtual sdcard. And the other is Zeppelinrox's supercharged services.jar for better multitasking.
Click to expand...
Click to collapse
Thanks for the input.
Sent from my Galaxy Nexus
The values in script are listed ad "binary". Is that what needs to be imputed to activate that particular mod? And the specific integer in those mods? Thnx in advanced r
wow! nice to see this,thanks for sharing
dangambino said:
The values in script are listed ad "binary". Is that what needs to be imputed to activate that particular mod? And the specific integer in those mods? Thnx in advanced r
Click to expand...
Click to collapse
Binary as in 0 and 1 to disable and enable respectively. I thought that is obvious.
So if you want to enable feature named X just set X=1
New version in first post. Remove requirements for init.d and busybox and it has some tweaks to tricks script.
Does anyone know if this will work on paranoid android?
I heard someone flash it successfully. To be sure just do a nandroid before hand.
Question, does it work with rooted stock?
Thanks!
It's only requirements are root and CWM, the next version might not even need root (in private testing), so you can use it on your ROM, sure.
Thanks!
Ok I'm retarded or something... i can't figure this out. Anyways, this is my question... I flashed the zip with cwm, does that mean its working now? Or do I have to use the terminal stuff it said in the Usage section and if I do, how exactly do I do that?
Thanks!
spykedvodka said:
Ok I'm retarded or something... i can't figure this out. Anyways, this is my question... I flashed the zip with cwm, does that mean its working now? Or do I have to use the terminal stuff it said in the Usage section and if I do, how exactly do I do that?
Thanks!
Click to expand...
Click to collapse
I actually have the same question.
If you see directory /sdcard/trickster with file trickster.conf inside after installing through CWM, then it should work. To change settings modify trickster.conf, but you don't really need to if you don't want/need to change settings. The default is good enough in general.
New version released with some nice goodies. Read changelog.
Hello, is there any way how to change autobrightness handling in OOS? I mean like extract it from other rom (cm/los or aosp based) and get it to OOS.. Or change the config or values of brightness inside the oxygen os. Maybe I see it too simple and it can't be done like that. Anyway sorry if it's a stupid question. Thanks.
Note:
I)Tweak improves scrolling and lag there by brings it to almost on par with cm 11 r24.
II)Debloating gives more free ram_almost 460 mb even with zram turned off..com
Update:
-works on "miui 9_7.8.31"/"miui 9_7.9.7".
I)Tweak:
MOD_MIUI 9_7.8.31_sdcard_sound_thermal_buildprop.zip
-Build prop tweaks
-sdcard rewritable permissions
-Better thermal control
-Increase speaker volume to optimum
II)Debloat:
-Before you proceed take a brief note of the following
-There are three flashable Debloating zips,choose one as per your need
-"miui 9 Total Debloat.zip" removes mi launcher so install a custom launcher like Nova launcher before you proceed with it.
-All three Debloating zips remove inbulit chinese keyboard so make sure to install a keyboard like Hackers keyboard or other type of your choice.
1)miui 9_7.8.31 Total Debloat.zip--->Removes all bloatware listed below.
2)miui 9_7.8.31 Debloat_Themes_miAccount_mi Launcher retained.zip--->Theming app,mi launcher,mi account are kept intact.
3)miui 9_7.8.31 Debloat_Themes_miAccount_mi Launcher_Weather retained.zip--->Theming app,mi launcher,mi account,weather app are kept intact.
-List of apps removed by "miui 9 Total Debloat.zip"
a)system/app
AnalyticsCore.apk
AntiSpam.apk
BugReport.apk
CloudService.apk
Email.apk
GameCenter.apk
GuardProvider.apk
HybridPlatform.apk
jjcontainer.apk
jjhome.apk
jjknowledge.apk
jjstore.apk
Joyose.apk
KSICibaEngine.apk
MiAssistant.apk
MiDrive.apk
MiLinkService.apk
MiLivetalk.apk
Mipay.apk
MiuiCompass.apk
MiWallpaper.apk
Notes.apk
PaymentService.apk
PersonalAssistantPlugin.apk
PicoTts.apk
PowerKeeper.apk
SecurityAdd.apk
SecurityCoreAdd.apk
SogouInput.apk
SVIService.apk
SYSOPT.apk
SystemAdSolution.apk
ThemeManager.apk
ThemeModule.apk
VipAccount.apk
VoiceAssist.apk
Whetstone.apk
WMService.apk
XiaomiAccount.apk
XiaomiSimActivateService.apk
XiaomiVip.apk
XMPass.apk
b)system/priv-app
CleanMaster.apk
CloudBackup.apk
CloudServiceSysbase.apk
MiDrop.apk
MiGameCenterSDKService.apk
MiuiGallery.apk
MiuiHome.apk
PersonalAssistant.apk
Weather.apk
WeatherProvider.apk
YellowPage.apk
Will i get ota update after this on 7.8.31 i mean i am on 7.8.31 i debloated it using this script.Will i get 7.9.7 ota
deepak kumar android said:
Will i get ota update after this on 7.8.31 i mean i am on 7.8.31 i debloated it using this script.Will i get 7.9.7 ota
Click to expand...
Click to collapse
You will get ota update but it's size will be that of a full rom.
freeshared said:
You will get ota update but it's size will be that of a full rom.
Click to expand...
Click to collapse
Not ota sized. Can i apply this on 7.9.7.
deepak kumar android said:
Not ota sized. Can i apply this on 7.9.7.
Click to expand...
Click to collapse
Yes you can
System launcher FC when I install miui 9_7.8.31 Debloat_Themes_miAccount_mi Launcher_Weather retained.zip
i updated this rom from updater and when i went to recovery, it was not twrp
how to go back to twrp? i want to flash gapps because there was no playstore. please reply
thanks
Marc Vincent said:
i updated this rom from updater and when i went to recovery, it was not twrp
how to go back to twrp? i want to flash gapps because there was no playstore. please reply
thanks
Click to expand...
Click to collapse
Go to security and enable the root option then download flashify, grant the root permission and download twrp.img then flash it.
lapmv86 said:
System launcher FC when I install miui 9_7.8.31 Debloat_Themes_miAccount_mi Launcher_Weather retained.zip
Click to expand...
Click to collapse
Flash this zip,mean while I will update Debloat scripts.
Hey bro, What types of build.prop tweaks you applied. Bcoz my phone awake all the time.Is this due to build.prop
do u have any idea what is "WMService.apk" stands for?
deepak kumar android said:
Hey bro, What types of build.prop tweaks you applied. Bcoz my phone awake all the time.Is this due to build.prop
Click to expand...
Click to collapse
Flash this zip to getback default build.prop
Install wakelock detector and let us know what's keeping phone in awake state.
jpower73 said:
do u have any idea what is "WMService.apk" stands for?
Click to expand...
Click to collapse
No,l don't.All I know is wmservice opens up multiple other services just like "googleplay services" so it hogs ram and removing it doesn't cause boot loop.
freeshared said:
Flash this zip to getback default build.prop
Install wakelock detector and let us know what's keeping phone in awake state.
Click to expand...
Click to collapse
It was due to google play store not bcoz you your tweaks
your tweak works for Miui v9 7.9.14?
EDIT:
No script for mild debloat?
- I just want to remove the apps I don't like, I saw the filenames within the updater-script, and edit them, i don't know what to remove because I don't know the app of those apk files (I know some of them though). Any help?
I remove the following lines from the script, which where these apk files (i think) are implemented within settings and the apps I like.
Applies to miui 9 v7.8.31 total debloat zip
Code:
delete("/system/app/CloudService.apk");
delete("/system/app/MiDrive.apk");
delete("/system/app/MiWallpaper.apk");
delete("/system/app/Notes.apk");
delete("/system/app/ThemeManager.apk");
delete("/system/app/ThemeModule.apk");
delete("/system/app/XiaomiAccount.apk");
delete("/system/priv-app/MiuiGallery.apk");
delete("/system/priv-app/CleanMaster.apk");
delete("/system/priv-app/CloudBackup.apk");
delete("/system/priv-app/CloudServiceSysbase.apk");
tag/s: @freeshared
EmanzzKie said:
EDIT:
No script for mild debloat?
- I just want to remove the apps I don't like, I saw the filenames within the updater-script, and edit them, i don't know what to remove because I don't know the app of those apk files (I know some of them though). Any help?
I remove the following lines from the script, which where these apk files (i think) are implemented within settings and the apps I like.
Applies to miui 9 v7.8.31 total debloat zip
Code:
delete("/system/app/CloudService.apk");
delete("/system/app/MiDrive.apk");
delete("/system/app/MiWallpaper.apk");
delete("/system/app/Notes.apk");
delete("/system/app/ThemeManager.apk");
delete("/system/app/ThemeModule.apk");
delete("/system/app/XiaomiAccount.apk");
delete("/system/priv-app/MiuiGallery.apk");
delete("/system/priv-app/CleanMaster.apk");
delete("/system/priv-app/CloudBackup.apk");
delete("/system/priv-app/CloudServiceSysbase.apk");
tag/s: @freeshared
Click to expand...
Click to collapse
You can edit the script as per your needs.
If you dont know apk ids you want to remove,you can do one thing.Use aroma fm in twrp and move apks(make sure to move,not delete) to a folder in your sdcard that could possibly be ones you want to remove.
If any thing goes wrong,like a boot loop or wong app removed.You can copy or move back the apk from your sdcard to /system/app or system/priv-app using aroma fm and giving right permissions(i,e 644).
Once you successfully removed all unwanted apks,you can update debloat script with the apk ids you have on your sdcard folder.
el_easy said:
your tweak works for Miui v9 7.9.14?
Click to expand...
Click to collapse
Debloat script will work,
If you want to flash 'Mod sound_thermal_sdcard_buildprop.zip',you need to remove "build.prop" from the zip file.
i,e open zip file--Delete build.prop using xpolre file manager
In this case all mods work except build.prop tweaks.
Or
Edit your rom build.prop(using xplore fm open rom.zip-->copy bulid.prop to sdcard--->copy #Added Tweaks found in build.prop file of 'Mod sound_thermal_sdcard_buildprop.zip'--->open build.prop on your sdcard with text editor--->pasted copied lines at the end.
Now with this new edited build.prop on sdcard replace biild.prop in 'Mod sound_thermal_sdcard_buildprop.zip' using xplore fm.
Now you can flash this zip with working build.prop tweaks too.
As far as I know, whetstone.apk is for RAM management. I read it somewhere about MIUI.
I uninstalled it, not because of this thread, and facing minor issues.
The issue particularly come from background music playing.
Some players with hi res capability often to crashing while playing in thr background, and need to restart the player to make work again.
It occur with: jet audio, neutron, and playerpro. The highest occurrences are with neutron.
no script working on global official 9.2.3 phone is not booting