Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Releases: ExploiTR/DeAutherDroid

V2.0.5-X3

07 May 21:38
Compare
Choose a tag to compare

• Wifi scan fix
• Migrated to AndroidX
• Small UI changes

V2.0.5-X2

30 Jun 15:26
15a0725
Compare
Choose a tag to compare
V2.0.5-X2 Pre-release
Pre-release

TRIED fixing a bug that resulted in a crash on Xaomi

Don't know why, but I'm getting fine results with this, but users are facing crashes.. :-( 👎

Well, one thing, just removed the GET_ACCOUNTS permission. haha. I'm not facebook 👀

V2.0.5 -X1

27 Jun 18:10
7577330
Compare
Choose a tag to compare
V2.0.5 -X1 Pre-release
Pre-release
  • Icon updated
  • Changed the whole UI
  • Fix internal wifi scan feature
  • Log messages saving feature added
  • Option to disable wifi list colour changing func

: Permission Descriptions : → The New Version Requires A Lot Of Perms : Let Me Tell You WHY?


  • GET_ACCOUNTS : Totally redudant . You can turn it off. I forgot to remove it.
  • INTERNET : You know why. →required
  • ACCESS_NETWORK_STATE : For checking if any network is connected or not →required
  • CHANGE_NETWORK_STATE : For changing connection state →required
  • ACCESS_WIFI_STATE : For checking if any wifi is connected or not →required
  • CHANGE_WIFI_STATE : For changing wifi state →required
  • ACCESS_COARSE_LOCATION : For scanning wifi | It's a bit wierd. But, from android M, you need GPS enabled to scan wifi →required
  • ACCESS_FINE_LOCATION : Same as above →required
  • READ_EXTERNAL_STORAGE : Reading logcat →required
  • WRITE_EXTERNAL_STORAGE : Writing logcat →required

Bug : Forgot fixing a bug

V2.0.5 || Warning !! Signature Changes !!

06 Jun 10:56
Compare
Choose a tag to compare

Warning !! Signature Changes !!
Must uninstall any previous version of the apk installed there before installing this one!!!

Compatible with DeAuther V2.0.5~

v1.2.5

09 Sep 08:40
Compare
Choose a tag to compare

Fix : android.view.WindowManager$BadTokenException

v1.2.4

09 Sep 07:53
Compare
Choose a tag to compare

Released without minifying/shrinking resources to help myself debugging crashes. ++ Tried fixing a bug.

V1.2.3

09 Sep 07:05
Compare
Choose a tag to compare

Fixed a logical bug existed in version 1.2.2

V1.2.2

07 Sep 06:37
Compare
Choose a tag to compare
V1.2.2 Pre-release
Pre-release

Fix some bugs, add some customizations.

[Don't use this version(critical bug)]

V1.2.1

06 Sep 07:11
Compare
Choose a tag to compare

Fixed a crash that appeared on some LG devices.

V1.2

05 Sep 07:33
Compare
Choose a tag to compare

Fix a small bug that seldom leaded a crash.