[MOD][ROOT] Overclock your screen to 75hz refresh rate - Redmi K20 / Xiaomi Mi 9T Themes, Apps, and Mods

Edit:
Some news sites report this mod is made by other developers, but I actually made it myself, at least for the Mi 9T / K20.
Hi everyone! I was able to reverse engineer the mod used on Mi 9 and K20 Pro and apply it to the K20.
The mod works, but is not "the cleanest solution" since it's hardcoded. I'm currently working on compiling a cleaner mod. Since the mod is based on the MIUI.eu stable version 10.3.12, it's suggested to use it only on this one for now. You can try on other previous versions, but in case of fails revert back to backup.
I'm copying the instructions from the K20 Pro thread:
- 75hz working perfectly
- Minimal battery drain due to slight overclock from original(60hz)
Use it at your own risk! It is unknown if it causes any long term or temporary damage to the screen yet. (But since it uses the same screen as the mi9, which has the same mod released a while back, it should be fine!)
==================================
USAGE INSTRUCTIONS
==================================
MAKE A BACKUP OF DTBO PARTITION FIRST!! (Two Methods choose one)
>>>Via TWRP
- Boot to TWRP
- Select Backup
- Select only the DTBO partition
- Select storage location, click backup
>>>Via Lanthanum System Toolbox App
- Download the attached Lanthanum System Toolbox.apk file, install the apk, then open it
- Select partition settings from the hamburger menu
- Select dtbo, make a backup of it (Export image)
FLASH THE MOD
>>>Via Fastboot
- Connect phone(bootloader mode) to computer
- Open up command prompt
- Type fastboot devices to ensure device is connected
- Type: Fastboot flash dtbo dtbo_mod_75hz.img
- Done!
You should see the changes immediately after the restart. It's way smoother than before.
If you want to go back to default, flash your backed up dtbo image file either via fastboot or TWRP restore partiton
==================================
DOWNLOAD (extract the two files *.img and the apk)
==================================
View attachment Mod.zip

Nice done dude.
I'm pretty curious about this mod.
Can I pm you to get some info about it?

Adriano-A3 said:
Nice done dude.
I'm pretty curious about this mod.
Can I pm you to get some info about it?
Click to expand...
Click to collapse
Why not ask here?

Screen no damage after some time?

zioloiso said:
Screen no damage after some time?
Click to expand...
Click to collapse
Check Mi 9 overclock thread for reference and user feedbacks about the mod (which works in the same way).

Nice one!
Now I'm really Tempted to unlock that bootloader.

Zenkrey said:
Why not ask here?
Click to expand...
Click to collapse
Who knows xD
I don't know if you wish to keep the secret...
But if you don't, pls tell us the steps.

Thanks buddy, flashed and already feeling the difference

DualPerson said:
Thanks buddy, flashed and already feeling the difference
Click to expand...
Click to collapse
Can you please provide rom version?

DualPerson said:
Thanks buddy, flashed and already feeling the difference
Click to expand...
Click to collapse
Do you feel the difference during gaming or just everyday use?

DualPerson said:
Thanks buddy, flashed and already feeling the difference
Click to expand...
Click to collapse
Did you use it on the EU Rom?

alex13200 said:
Do you feel the difference during gaming or just everyday use?
Click to expand...
Click to collapse
All games are limited to 60 fps, and some even to 30 fps, so you will notice it only on transitions through the launcher and apps

Tested on the EU stable Rom and it work fine

thanks!

tested on xiaomi.eu_multi_HMK20MI9T_V10.3.12.0.PFJCNXM_v10-9 and it is working great! Many thanks! Very good job!

Zenkrey said:
Can you please provide rom version?
Click to expand...
Click to collapse
xiaomi.eu latest one.
alex13200 said:
Do you feel the difference during gaming or just everyday use?
Click to expand...
Click to collapse
normally the difference can be noticed scrolling
Benfatica said:
Did you use it on the EU Rom?
Click to expand...
Click to collapse
ya, the latest one

DualPerson said:
xiaomi.eu latest one.
normally the difference can be noticed scrolling
ya, the latest one
Click to expand...
Click to collapse
Is it the developer version, because I heard it giving twrp some issues

Is this normal

Works on GSI (tested on Havoc OS).
BUT, green tint when brightness is below 80%, only noticeable when wallpaper/theme is dark.

working on xiaomi.eu_multi_HMK20MI9T_V10.3.12.0.PFJCNXM
aida 64 confirm 75hz mod working
no problem so far
mi9t 128go

Related

[stock camera][port][patched][updated]

STOCK ANDROID NOUGAT [N] CAMERA FOR ALL CUSTOM ROM
How To Install
1. Download Zip file
2. Reboot into TWRP recovery
3. Flash Zip file
4. Reboot
5. Done Enjoy Stock Camera on any custom rom
I'd like to give credit to DevendraMilmile121 for the original port here.
Also credits to data365 for his mod here
I patched the apk to avoid the FC when com.motorola.frameworks.core.addon.jar is present.
No need to delete the com.motorola.*** .jar files from system/framework/
Download v6.0.54.1
Download v6.0.78.1
Enable Write to external sdcard:
ExtSD_Fix_rw-signed-v1.9b.zip
Thank you so much. Working fine on pure Nexus
Enviado desde mi Moto G4 mediante Tapatalk
Many thanks for this, working on resurrection remix 5.8.3 26/04 build without issue. how did you get around the FC problem, if I may ask?
Working fine on crDoid. Thank you so much!
echo92 said:
Many thanks for this, working on resurrection remix 5.8.3 26/04 build without issue. how did you get around the FC problem, if I may ask?
Click to expand...
Click to collapse
My understanding is that when /system/framework/com.motorola.frameworks.core.addon.jar is present
com.motorola.camera.device.framework.CameraMotExt.<clinit> fails to find class "android.hardware.Camera$EnvDetectCallback"
So I emptied out the static method (<clinit>) and initialised a couple of variables outside.
I used DexPatcher to modify it.
Then the behaviour is the same as if /system/framework/com.motorola.frameworks.core.addon.jar wasn't there.
Clearly this is a workaround not a fix. It would be nice to know why it can't find the class and fix it so that "CameraMot" is supported (I guess this is some hardware optimisation)
Would you please share another link beside afh because i get some problem with download from afh
Thank you for this. After I deleted those files, an FC message saying "Motorola Settings" has stopped would greet me at every boot. This'll take care of that.
I don't believe it has anything to do with video recording though, does it?
baunthiyal said:
Thank you for this. After I deleted those files, an FC message saying "Motorola Settings" has stopped would greet me at every boot. This'll take care of that.
I don't believe it has anything to do with video recording though, does it?
Click to expand...
Click to collapse
I didn't see issues with video recording either with the patched Moto camera and deleting the .jar files, or using this Moto camera as is. The Motorola settings seems to pop up whenever, but dismissing it doesn't seem to cause issues with the camera app or the system itself - curious!
dedik46 said:
Would you please share another link beside afh because i get some problem with download from afh
Click to expand...
Click to collapse
https://ufile.io/y6fm5
How to change the storage location to external SD card.? It is not accessible through settings.
Thanks in advance.
ramansehra said:
How to change the storage location to external SD card.? It is not accessible through settings.
Thanks in advance.
Click to expand...
Click to collapse
https://forum.xda-developers.com/mo...-motorala-camera-write-to-externalsd-t3498573
gabriwinter said:
My understanding is that when /system/framework/com.motorola.frameworks.core.addon.jar is present
com.motorola.camera.device.framework.CameraMotExt.<clinit> fails to find class "android.hardware.Camera$EnvDetectCallback"
So I emptied out the static method (<clinit>) and initialised a couple of variables outside.
I used DexPatcher to modify it.
Then the behaviour is the same as if /system/framework/com.motorola.frameworks.core.addon.jar wasn't there.
Clearly this is a workaround not a fix. It would be nice to know why it can't find the class and fix it so that "CameraMot" is supported (I guess this is some hardware optimisation)
Click to expand...
Click to collapse
Yes look forward to [emoji4]
gabriwinter said:
STOCK ANDROID NOUGAT [N] CAMERA FOR ALL CUSTOM ROM
How To Install
1. Download Zip file
2. Reboot into TWRP recovery
3. Flash Zip file
4. Reboot
5.Done Enjoy Stock Camera on any custom rom
Download
All credits to DevendraMilmile121 for the original port here.
I just patched to avoid the FC when com.motorola.frameworks.core.addon.jar is present.
No need to delete the com.motorola.*** .jar files from system/framework/
Click to expand...
Click to collapse
Thx!!!!!!!!!!!!!!!!!!
Can we auto-update via Playstore to newer version?
Is quality as good as it's on stock roM? thx!!!!!!
optionalmgrr.la said:
Thx!!!!!!!!!!!!!!!!!!
Can we auto-update via Playstore to newer version?
Is quality as good as it's on stock roM? thx!!!!!!
Click to expand...
Click to collapse
It can't be updated or it would loose the patch.
Quality wise I would say it's close to stock but probably a little below (can someone confirm this?)
For now I think this is the best we can get for non stock roms.
If someone wants to step up and try to get a proper fix that would be ideal.
gabriwinter said:
It can't be updated or it would loose the patch.
Quality wise I would say it's close to stock but probably a little below (can someone confirm this?)
For now I think this is the best we can get for non stock roms.
If someone wants to step up and try to get a proper fix that would be ideal.
Click to expand...
Click to collapse
Cool. Let's hope someone fix this further
i mean, perhaps setup a wrapper to divert the error message.... something like that.
btw, on stock there is a "Camera tuner for Moto G(4)", is it needed?
https://play.google.com/store/apps/details?id=com.motorola.imagertuning_athene
optionalmgrr.la said:
btw, on stock there is a "Camera tuner for Moto G(4)", is it needed?
https://play.google.com/store/apps/details?id=com.motorola.imagertuning_athene
Click to expand...
Click to collapse
I'm using cr droid and had this camera tuner by default
i'm geting "device not compatable" when i open the camera. And nothing to delete com system/framework
i have an moto x2 (xt1097) on aosp extended 7.1.2
help
tiagovicente2 said:
i'm geting "device not compatable" when i open the camera. And nothing to delete com system/framework
i have an moto x2 (xt1097) on aosp extended 7.1.2
help
Click to expand...
Click to collapse
This camera port is for athene only.

new sound 3s/3x (beta2)

Beta1
Modification of the sound using the standard means of system. What was done: Changed the sampling rate from 48000Hz to 192000Hz, plugged libs 64 instead of 32 and changed the audio bit depth from 16 to 32. Should work for all firmwares nougat, firmware MIUI is not proven, in any case, make a backup copy.
Installation: Copy the files from the archive to the folder system/etc with the replacement , don't forget to set permission rw-r-r-- On the work of a huge modification please indicate in the subject, changes Natalini the sound of the headphones, you can check on the dynamics.
Download: https://drive.google.com/file/d/0B4KKCAwFOT7WbUtrM2I0bi1GOE0/view?usp=drivesdk
Beta2
Changes:
Force sampling 384000Hz, the installation in TWRP Recovery.
Only nougat, MIUI not verified.
Download: https://drive.google.com/file/d/0B4KKCAwFOT7WTVVuU3A2UmNCM1k/view?usp=drivesdk
Can't i flash it via twrp?
sidS6 said:
Can't i flash it via twrp?
Click to expand...
Click to collapse
Now I have no script under TWRP, will be too late
sidS6 said:
Can't i flash it via twrp?
Click to expand...
Click to collapse
Download beta2, install twrp
Romanov Evgeny said:
Download beta2, install twrp
Click to expand...
Click to collapse
How to Uninstall it
Ushubh Singh said:
How to Uninstall it
Click to expand...
Click to collapse
It was necessary to make a backup of the system partition to roll back...
really working?
Developer. said:
really working?
Click to expand...
Click to collapse
No I try base2 after that I play music but their is no sound, only few noise are coming. Slowly, I hv to wipe all data to remove this. My advice don't flash it
Ushubh Singh said:
No I try base2 after that I play music but their is no sound, only few noise are coming. Slowly, I hv to wipe all data to remove this. My advice don't flash it
Click to expand...
Click to collapse
because it delete deep_buffer,you only need to restore audio_effects.conf,it will work
Developer. said:
because it delete deep_buffer,you only need to restore audio_effects.conf,it will work
Click to expand...
Click to collapse
Can Plz explain....
The mod is extremely great thank u very much. Beta 1 caused few bugs, will try beta 2 asap
Please explain the benefit in forcing up sampling or oversampling. To my knowledge it's only decreasing sound quality when you force "unnatural" rates, most audio files are 44100 or 48k and the very high quality rare ones are 96k.
http://wiki.audacityteam.org/wiki/Sample_Rates
http://productionadvice.co.uk/high-sample-rates-make-your-music-sound-worse/
Just wondering..
Will it work on oreo??? Xperience 12?
Add uninstall please

[P9000 Lite] [ROM] [7.1.2]AOKP Nougat [(un)official]

Rom based on this: https://forum.xda-developers.com/elephone-p9000/development/rom-aokp-nougat-t3690278
Full credits go to the AOKP team who made the rom for P9000.
To use on P9000 Lite you may need CWM 3.0.2.8 and you have to restore the backup zip provided in the link.
Features:
- Same as P9000 AOKP rom.
- Gapps (Micro) come preinstalled.
Warnings:
- The unpacked rom uses up to 5200MB, so make sure you got free space!
- Put the rom backup on an SD Card, not on internal memory.
- Fingerprint options make the settings app crash (Obviously).
Bugs:
- The rom occupies about 20GB because of a bug.
- Charging seems to be painfully slow. (If someone could fix this, it would be really awesome.)
Installation:
You have to put the folder from the zip in TWRP\BACKUPS.
It should appear and then you should be able to see the rom and install it.
Download Links:
http://aftermath-studio.go.ro/IBOVHQ49DEAML78T.zip
http://aftermath-studio.go.ro:8080/Upload/IBOVHQ49DEAML78T.zip - Edit: I also added a torrent in the attachments.
(Please post to mirrors and post comments with the mirrors, and I'll update the original post)
Good luck!
Update:
For my phone, it charged the battery a bit, or so it seems, and then it kept going down.
Not sure what the bug is, at least for now.
So keep this in mind while downloading.
Any contribution is greatly appreciated.
xnd_bogdan said:
Update:
For my phone, it charged the battery a bit, or so it seems, and then it kept going down.
Not sure what the bug is, at least for now.
So keep this in mind while downloading.
Any contribution is greatly appreciated.
Click to expand...
Click to collapse
ATM I can only point you to CONFIG_MTK_PUMP_EXPRESS_(PLUS_)SUPPORT.
Did you set the following in devconfig?
Code:
CONFIG_MTK_PUMP_EXPRESS_SUPPORT=y
CONFIG_MTK_PUMP_EXPRESS_PLUS_SUPPORT=y
Tarkness said:
ATM I can only point you to CONFIG_MTK_PUMP_EXPRESS_(PLUS_)SUPPORT.
Did you set the following in devconfig?
Click to expand...
Click to collapse
he ported the rom, doesnt seem like he build it
Ruben Craveiro said:
he ported the rom, doesnt seem like he build it
Click to expand...
Click to collapse
Yup.
That's what I did
xnd_bogdan said:
Yup.
That's what I did
Click to expand...
Click to collapse
you need to change more modules and change some stuff on boot.img i think on the file init.rc on boot.img to allow charging
Ruben Craveiro said:
you need to change more modules and change some stuff on boot.img i think on the file init.rc on boot.img to allow charging
Click to expand...
Click to collapse
I'll definitely try doing that but for now I took a break, since finals are coming.
If somebody fixes it before I get to have some free time, that would be even better to be honest.
xnd_bogdan said:
I'll definitely try doing that but for now I took a break, since finals are coming.
If somebody fixes it before I get to have some free time, that would be even better to be honest.
Click to expand...
Click to collapse
i doubt that will happend, i dont think many people use the lite version, me in particular use the normal version, so i cant really fix it.
Do we know if anyone fixed it?
Sent from my Redmi 5 Plus using Tapatalk
Hi!
Anybody fixed the problems?
Hello.
I was going to continue porting this but unfortunately my phone failed so I was forced to buy a new one.
I'm afraid I can't work on this anymore, as I no longer have a p9000 lite

[MOD][FIX] Audio Bitrate Increase For Mi 9T Pro (320, 960kbps)

Disclaimer :
Code:
I am not responsible for any damage to your device!
Use this mod at your own risk!
What's this?
This mod increases the audio bitrate on video recording from a disgraceful 96kbps to a respectable 320kbps and 960kbps 6-way channel. Thus, giving a richer, more pleasing audio quality.
Still confused? Click here for a better explanation
Requirements :
- A rooted phone with magisk installed
- An opened mind (important!)
Contributors :
@Jt380p
@ishaqtkr
@Alienx_1017
* NOTES * (READ) :
- Not all ROMs are compatible with this mod, you might end up in a bootloop. YOU HAVE BEEN WARNED!
Download :
__________________________________________
** RECOMMENDED **
320kbps :
https://drive.google.com/file/d/1i6izFGAC7b2Gb4A6yJdgDZCby7_5GvU9/view?usp=sharing
__________________________________________
** EXPERIMENTAL **
960kbps 6-way channel :
https://drive.google.com/file/d/1E635_msQf7a8apolVAqVUPBmdWQ3dvkT/view?usp=sharing
__________________________________________
Instructions :
- Flash with Magisk Manager
Source :
https://forum.xda-developers.com/Mi-9/themes/magisk-audio-bitrate-increase-t3927810
Audio files provided by @ishaqtkr
Thanks to :
@Dearminder for helping me troubleshoot bootloops in specific ROMs
@topjohnwu for Magisk
Created : 17/11/2019
Last updated : 17/11/2019
reserved
Cheers mate, So MIUI 10 is compatible?, If something goes wrong i can copy paste back the original right?, Which permissions?
Sent from my Redmi K20 Pro using Tapatalk
ishaqtkr said:
Cheers mate, So MIUI 10 is compatible?, If something goes wrong i can copy paste back the original right?, Which permissions?
Sent from my Redmi K20 Pro using Tapatalk
Click to expand...
Click to collapse
Yes, it is compatible. The file is exactly the same. If anything goes wrong you can just uninstall the module like any other magisk module. Also, what permissions are you talking about? This mod is plug-and-play.
Awsome! This i Will try to put on my Phone when i get it.
Jt380p said:
Yes, it is compatible. The file is exactly the same. If anything goes wrong you can just uninstall the module like any other magisk module. Also, what permissions are you talking about? This mod is plug-and-play.
Click to expand...
Click to collapse
Ah so on removing module it will automatically revert to stock right?, No need to manually move original file?
Sent from my Redmi K20 Pro using Tapatalk
ishaqtkr said:
Ah so on removing module it will automatically revert to stock right?, No need to manually move original file?
Sent from my Redmi K20 Pro using Tapatalk
Click to expand...
Click to collapse
Yes.
Any audio samples available with stock vs 320kbps and 960kbps?
flat7 said:
Any audio samples available with stock vs 320kbps and 960kbps?
Click to expand...
Click to collapse
Unfortunately, no. But one rn7 user did post stock vs 320. Heres the link : https://forum.xda-developers.com/showpost.php?p=80839727&postcount=4
Jt380p said:
Unfortunately, no. But one rn7 user did post stock vs 320. Heres the link : https://forum.xda-developers.com/showpost.php?p=80839727&postcount=4
Click to expand...
Click to collapse
Thanks for the link but the patched clip sounds even worse. It has a more scratchy and distorted sound almost like a gain increase. I guess the mics in these phones are of low quality and then it doesent matter how high bitrate is used if the hardware itself is not up to the task.
Can I use this mod with MIUI 11? I'm currently running
EEA 11.0.3.0QFKEUXM
EDIT: Also If I use this will it work with ViperFX
EDIT 2:
Both are co-existing right now and it seems to work fine. I don't really notice the difference yet I'll write a more detailed review later.
Made a full backup just in case
Anyone tried this mod on Havoc OS 3.0?
retrofitted said:
Can I use this mod with MIUI 11? I'm currently running
EEA 11.0.3.0QFKEUXM
EDIT: Also If I use this will it work with ViperFX
EDIT 2:
Both are co-existing right now and it seems to work fine. I don't really notice the difference yet I'll write a more detailed review later.
Made a full backup just in case
Click to expand...
Click to collapse
Yes, you can, and you may use Viper as Viper is only a filter and doesnt touches system files (at least from my understanding), also, Viper doesnt use the recording files of the device anyways. Youre also right about taking a backup, though, you can just flash the Magisk uninstaller through TWRP.
Hello mate,
do you think I can use tihs with mi 9T(non-pro) on miui 10?
Thanks!
hovnonium said:
Hello mate,
do you think I can use tihs with mi 9T(non-pro) on miui 10?
Click to expand...
Click to collapse
Yeah, I just received the file a couple days ago, people didnt post their file for a few days so I had to wait. Will be coming soon!
How do u install viperfx on miui 11?
Mine is always stuck on redmi logo when restart then after that it will restart 1 more time then boot on fastboot
IchsanWin32 said:
How do u install viperfx on miui 11?
Mine is always stuck on redmi logo when restart then after that it will restart 1 more time then boot on fastboot
Click to expand...
Click to collapse
May I ask how is this related to my mod?
Are This mod works on K20Pro with Latest global stable Miui 11.03.0 ?
wkobaint said:
Are This mod works on K20Pro with Latest global stable Miui 11.03.0 ?
Click to expand...
Click to collapse
yes

Cyberpunk 2077 for OnePlus 7T on stable and beta channel!!!

Finally Cyberpunk 2077 for 7T!!!
This module contains the following:
>>Cyberpunk Bootanim
>>Cyberpunk edgelights
>>New warp anim and fp anim
>>Custom cyberpunk clock by me
>>Lock , unlock, and warp sound
>>Custom about phone image.
Strictly to be flashed in magisk!
FOR THE MODULE TO WORK, FLASH OVERLAY MOUNT FIX FROM MAGISK REPOSITORY.​
*People on rice should choose between either of the 2...(sadly)
Installing this along with rice might mess up your phone and I AM NOT RESPONSIBLE FOR THAT!
THOSE WHO WANT EDGE LIGHTS, PASTE THE feature_list in /oneplus using a sane root explorer. If u mess up, I'm not responsible!​
Feature_list link:
feature_list
drive.google.com
Preview:
https://imgur.com/a/Jb29bC9
Download link (for stable):
Cyberpunk7T 10.0.15 & 10.3.7-Magisk.zip
drive.google.com
Download link (for beta 9 users):
Cyberpunk2077 BETA9 7T-Magisk.zip
drive.google.com
Credits to Adil sir and Panl sir for helping throughout!
VICKY is the other guy that made it possible to port it❤
tried it our with lastest stable but didnt work, get bootscreen and was able to get edge lights but no other future besides that.
lil_kujo said:
tried it our with lastest stable but didnt work, get bootscreen and was able to get edge lights but no other future besides that.
Click to expand...
Click to collapse
Some other module u have installed might be conflicting with this one. If on rice, uninstall that. Or try removing all the modules and then installing just this one...I've tried this and many other people did it too, was working fine.
did'nt for my phone too. only boot animation take the changes...
RedSkulxHYDRA said:
Some other module u have installed might be conflicting with this one. If on rice, uninstall that. Or try removing all the modules and then installing just this one...I've tried this and many other people did it too, was working fine.
Click to expand...
Click to collapse
No other module, actually I even clean flash the lastest update cause I was on a custom rom, fully fresh flashed, no modules just that one . Tired several times and no luck. Perhaps is model dependant I don't know. I do get the bootscreen which is very nice, so it is flashing it's just not flashing everything.
By the way i just tried your other module, the one that changes fod and it works just fine. So it might be and issues the the zip file.
cleaned flash beta 9 no mods just this only one and also it didnt work again same thing just bootanimation is working rest of the modifications dont take effect.
lil_kujo said:
cleaned flash beta 9 no mods just this only one and also it didnt work again same thing just bootanimation is working rest of the modifications dont take effect.
Click to expand...
Click to collapse
Flash overlay mount fix from magisk
linozoid said:
did'nt for my phone too. only boot animation take the changes...
Click to expand...
Click to collapse
Flash overlay mount fix from magisk
I flashed this with mount fix when i try to switch CP77 theme in themes it crashes system so hard that it wont even boot beyond to bootanimation. Device is clean flashed OB9 with no other modifications done. Any ideas about it?
bdogan1912 said:
I flashed this with mount fix when i try to switch CP77 theme in themes it crashes system so hard that it wont even boot beyond to bootanimation. Device is clean flashed OB9 with no other modifications done. Any ideas about it?
Click to expand...
Click to collapse
I'll check if something like that is present sir. Will edit and post the new zip soon
RedSkulxHYDRA said:
I'll check if something like that is present sir. Will edit and post the new zip soon
Click to expand...
Click to collapse
Great. Awaiting response from you then
bdogan1912 said:
Great. Awaiting response from you then
Click to expand...
Click to collapse
Sorry for your loss
RedSkulxHYDRA said:
Sorry for your loss
Click to expand...
Click to collapse
Well someone had to test it, gladly i backup all my stuff on cloud account so it doesnt affects me that much for now, i hope it get fixed soon ^^
bdogan1912 said:
Well someone had to test it, gladly i backup all my stuff on cloud account so it doesnt affects me that much for now, i hope it get fixed soon ^^
Click to expand...
Click to collapse
Found the problem. Uploading fix in a few mins. Also, added support for 7 pro.
RedSkulxHYDRA said:
Found the problem. Uploading fix in a few mins. Also, added support for 7 pro.
Click to expand...
Click to collapse
Wowzer! that was hottest hot-fix ever I'll be waitin'!
bdogan1912 said:
Wowzer! that was hottest hot-fix ever I'll be waitin'!
Click to expand...
Click to collapse
Uploaded sir
RedSkulxHYDRA said:
Found the problem. Uploading fix in a few mins. Also, added support for 7 pro.
Click to expand...
Click to collapse
Confirming the fixed version is working without issues. Thanks again!
bdogan1912 said:
Confirming the fixed version is working without issues. Thanks again!
Click to expand...
Click to collapse
Glad u like that
Thanks bro will flash now!

Categories

Resources