Skip to content

Commit

Permalink
Fix slowmotion
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed Aug 12, 2017
1 parent cf299c0 commit 5923116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smali/bdu.smali
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@

if-eq v9, v12, :cond_0

const v12, 0x1e

if-ne v10, v12, :cond_0

const v10, 0x3c

:cond_0
Expand Down

4 comments on commit 5923116

@gladiac
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, slowmotion still crashes on my oneplus 3t. What does the fix actually do?

@amirzaidi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix is only to make it work on ROMs with a compatible XML file. OxygenOS does not have this

@gladiac
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi again! I'm am on LineageOS. I found THIS patch and now it works perfectly fine!
Thanks a lot for the help!

@antsund
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

Please sign in to comment.