Skip to content

joecks/android_frameworks_base

 
 

Repository files navigation

MultiLink

Multi Link enables more then one internet connection simoutanisly to enable quick link switching or bundling features. This is not very useful for a work release, but for research, as with mobile ip .

To build a system with multilink follow the instructions on cyanogenmod-wiki , but after
repo init -u git://github.com/CyanogenMod/android.git -b froyo

edit the manifests defualt.xml file

vi .repo/manifests/default.xml

and change 2 lines, which are the different repos for the multilink version:

<!-- <project path="packages/apps/Settings" name="CyanogenMod/android_packages_apps_Settings" remote="github" />--> <project path="packages/apps/Settings" name="joecks/android_packages_apps_Settings" remote="github" /> <!-- <project path="system/core" name="CyanogenMod/android_system_core" remote="github" />--> <project path="system/core" name="joecks/android_system_core" remote="github" />

then continue the instructions by calling

repo sync

About

Android base frameworks (cyanogenmod) - MultiLink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.0%
  • C++ 25.7%
  • C 9.2%
  • C# 0.1%
  • JavaScript 0.0%
  • Assembly 0.0%