I am working on a research task and I need to use wifi and mobile data connection simultaneously for different tasks in an Android app. Is it possible? if yes then how? Any suggestions for work-around are also appreciated.
Asked
Active
Viewed 863 times
4
-
hey have u found any solution? – ArchFever Jun 26 '14 at 12:23
-
no .. it is not possible with current android policy. I then modified the android kernel and hacked the policy code to allow both services activated at the same time. – Kanwar Saad Jul 01 '14 at 14:57
-
This might help http://stackoverflow.com/questions/24429190/how-wifi-and-mobile-data-both-work-simultaneously-in-android-for-obd2-device – Chadwick Robbert Jul 03 '15 at 16:05
-
@KanwarSaad Have you found any solution without changing the kernel? I know that since Android 6 it is possible to have both connections simultaneously. – mohsen_og Feb 08 '17 at 15:16
-
yes i tried with android 6. They have introduced few APIs to enable both connections simultaneously. – Kanwar Saad Feb 09 '17 at 08:44
1 Answers
0
A bit late but straight answer is no.
Android automatically changes to WiFi when available because it is faster.
Sorry
There maybe a way if you root your device

Racing121
- 235
- 1
- 15