lemonsqueeze

Results 61 comments of lemonsqueeze

``` $ strings classes.dex |grep 'Lcom.*gms/internal/auth.api' ,Lcom/google/android/gms/internal/auth-api/a; ,Lcom/google/android/gms/internal/auth-api/b; ,Lcom/google/android/gms/internal/auth-api/c; ,Lcom/google/android/gms/internal/auth-api/d; ,Lcom/google/android/gms/internal/auth-api/e; ,Lcom/google/android/gms/internal/auth-api/f; ,Lcom/google/android/gms/internal/auth-api/g; ,Lcom/google/android/gms/internal/auth-api/h; ,Lcom/google/android/gms/internal/auth-api/i; ,Lcom/google/android/gms/internal/auth-api/j; ,Lcom/google/android/gms/internal/auth-api/k; ,Lcom/google/android/gms/internal/auth-api/l; ,Lcom/google/android/gms/internal/auth-api/m; ,Lcom/google/android/gms/internal/auth-api/m< ,Lcom/google/android/gms/internal/auth-api/n; ,Lcom/google/android/gms/internal/auth-api/o; ,Lcom/google/android/gms/internal/auth-api/p; ,Lcom/google/android/gms/internal/auth-api/q; ,Lcom/google/android/gms/internal/auth-api/r; ,Lcom/google/android/gms/internal/auth-api/s; ,Lcom/google/android/gms/internal/auth-api/t; .Lcom/google/android/gms/internal/auth-api/zzs; .Lcom/google/android/gms/internal/auth-api/zzy; /[Lcom/google/android/gms/internal/auth-api/zzs;...

Hi, FakeWifiConnection won't fake the device if that's what you're asking. It can pass some other network (ethernet, 3g ...) as a wifi network, but if the device is not...

Not sure i understand what you're trying to do. If the device is there on wifi the app should just work, you don't need FakeWifiConnection.

SSID shouldn't matter. If it doesn't work check what the app is doing. Specifically how it scans for device, could be using wifi-specific calls that FakeWifiConnection doesn't emulate yet.

Hi, actually this may be more generic issue. I believe there are issues with FakeWifiConnection since android nougat. I don't have time to work on this atm unfortunately, but contributions...

Hi, Looks neat, Yes, it'd be better to get the connectivity change broadcast working.

I don't, but i'd be surprised if someone didn't figure a way to do it with xposed.

I haven't played with the emulator in a while but if you search around others got xposed to work there. Basically you need to root the virtual device, sideload xposed...