MarcoG3 / WhatsDump

Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
https://plainsec.org
GNU Lesser General Public License v3.0
268 stars 58 forks source link

Whatsapp not working in emulator due to missing cellular data connection #38

Open andrea-narciso opened 4 years ago

andrea-narciso commented 4 years ago

At the "Agreeing to EULA" step, initialization of Whatsapp app in the emulator cannot proceed properly, the following message is shown:

no_connection

However, checking the emulator options, cellular data should be enabled, as shown in the following image:

data_enabled

Is there anything I could check (e.g. config files in the SDK folder) to correctly activate the cellular data network, so that Whatsapp activation can proceed? Thanks