w-shackleton / android-netspoof

Network Spoofer
http://digitalsquid.co.uk/netspoof
GNU General Public License v3.0
335 stars 94 forks source link

Network Spoofer #188

Open Holy1324 opened 7 years ago

Holy1324 commented 7 years ago

Don't work

ghost commented 7 years ago

I'm trying to work on it today.. you have android 6.0, am I right? cause I have the same problem

Holy1324 commented 7 years ago

I have android 7.0

Holy1324 commented 7 years ago

I hope you fix it :)

Holy1324 commented 7 years ago

When you fix it where can i find new version?

w-shackleton commented 7 years ago

Hi - thanks for looking into this! If you figure out what needs fixing in network spoofer, feel free to put up a pull request - I'll happily review and publish a new version of the app :)

On Sat, 5 Aug 2017, 16:58 Holy1324, notifications@github.com wrote:

When you fix it where can i find new version?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/w-shackleton/android-netspoof/issues/188#issuecomment-320448312, or mute the thread https://github.com/notifications/unsubscribe-auth/ACCkUHruLZb7TRGb0rSvl6-S36KLrYq1ks5sVIMVgaJpZM4OsKil .

ghost commented 7 years ago

well, so after an investigation, I found the first problem, which was removing the update check from the first activity..(commented it out)

then, I made some changes in the rootcheck, and now when I press Start for a spoof, the app's Activity fails on memory leak...It's really hard to debug it, cause and studio doesn't really want to debug it, and I need to find the exact memory leak, as there's no exception when that happens... Anyways, if I fix this, I'll send you a pull request

Holy1324 commented 7 years ago

Ok,thanks )

ghost commented 7 years ago

I am able to debug it with and studio, but the memory leaks are the worst ones to debug :( still trying to find the bottleneck...simply, 15mb of memory is not enough :(

Holy1324 commented 7 years ago

I understand in programming, but it's still difficult for me, for Android I'm not very programming),so i hope for you)