MultiPath TCP - Linux Kernel implementation - Google Nexus 5 (Android 4.4)
http://multipath-tcp.org/pmwiki.php/Users/Android
Bundles for Android are available here. If you have maintain MPTCP for another Android version, let us know atmptcp-dev@listes.uclouvain.be
The most recent version of the MPTCP kernel works on the Google Nexus 5 :
- Google Nexus 5 (Android 4.4) : http://www.multipath-tcp.org/android/boot_20150421_mptcp0.89.5_android4.4.4.img (backport performed byGregory Detal andSebastien Barre from Tessares)
To install the Multipath TCP 0.89.5 kernel on your rooted Nexus 5, you need our kernel image and Android 4.4.x (the image does not work on 5.x Lollipop!). You also need fastboot tool.
Reboot the phone in bootloader mode (POWER + VOLUME DOWN or `adb reboot bootloader`) and launch the following commands:
# fastboot flash boot boot_20150421_mptcp0.89.5_android4.4.4.img # fastboot reboot
To use it, you also need to modify Android to enable the utilisation of two interfaces at the same time (by default, Android only uses one interface at a time).
Gregory Detal wrote an initial Android package to enable this feature. This package has been extended byMatthieu Baerts and Quentin De Coninck. You can obtain it from
https://github.com/MPTCP-smartphone-thesis/MultipathControl
Older versions of the MPTCP kernel on smartphones
In the past, some users have ported MPTCP to different Android-flavours. These historical images are available on github:
- Google Nexus 7 (Android 4.4.2): https://github.com/vtt-markus/android-msm-flo-3.4-kitkat-mr2-mptcp (based on MPTCP v0.86.x)
- Google Nexus 5 (Android 4.4): https://github.com/gdetal/mptcp_nexus5 (based on MPTCP v0.86.x)
- Google Nexus 4 (Android 4.2.1 -> 4.3): https://github.com/gdetal/kernel_msm_mptcp (based on MPTCP v0.86.x)
- Samsung Galaxy Nexus (Android 4.1): https://github.com/mpeuster/mptcp-galaxy-nexus (based on MPTCP v0.86.x)
- Google Nexus S: https://github.com/mptcp-nexus - See https://github.com/mptcp-nexus/android for information on how to install. (based on MPTCP v0.86.x)
- For the Samsung Galaxy S2 (Android ICS): https://github.com/mptcp-galaxys2 have a look at the github-wiki for how to install MPTCP on your Galaxy S2 (based on MPTCP v0.86.x)
Enable WiFi and 3G/LTE at the same time (deprecated)
An Android application that enables WiFi and the data connection at the same time has been developed. This is obviously only useful when you have a MPTCP-enabled Android phone (e.g. seehttps://github.com/gdetal/mptcp_nexus5/wiki to install MPTCP on your nexus 5). The application is free and is available on the Play store for alpha testers only. It requires a rooted phone (it has been successfully tested on a Nexus 5 with SuperSU).
If you are interested, you need to join the Google+ community called "Multipath Control app Alpha Testers". You can search for it or click on the following link to joinhttps://plus.google.com/communities/112421770331871180500
To install the application you need to go on https://play.google.com/apps/testing/be.uclouvain.multipathcontrol with the same Google account as the one you joined the community. You then need to click on "Become a tester" and click on "Download Multipath Control from the Play Store" which should redirect you to the Play store page where you can finally click on "Install".
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通