Repositories
bootstrap
Repository of files needed to bootstrap your device for webos-internals operation.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/bootstrap.git bootstrap cd bootstrap
Add this repository as a remote to an existing local repository:
git remote add bootstrap git://gitorious.org/webos-internals/bootstrap.git git fetch bootstrap git checkout -b my-local-tracking-branch bootstrap/master_or_other_branch
cross-compilation
Files related to cross-compilation for the Palm Pre.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/cross-compilation.git cross-compilation cd cross-compilation
Add this repository as a remote to an existing local repository:
git remote add cross-compilation git://gitorious.org/webos-internals/cross-compilation.git git fetch cross-compilation git checkout -b my-local-tracking-branch cross-compilation/master_or_other_branch
precomd
A replacement for the novacomd program supplied by Palm for communicating with the Palm Pre
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/precomd.git precomd cd precomd
Add this repository as a remote to an existing local repository:
git remote add precomd git://gitorious.org/webos-internals/precomd.git git fetch precomd git checkout -b my-local-tracking-branch precomd/master_or_other_branch
podcatcher
A series of scripts to download podcast episodes and update a playlist for the Music Player. more…
Note that these scripts are based on BashPodder, and are therefore (unlike the rest of the webos-internals repositories) licensed under the GPL.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/podcatcher.git podcatcher cd podcatcher
Add this repository as a remote to an existing local repository:
git remote add podcatcher git://gitorious.org/webos-internals/podcatcher.git git fetch podcatcher git checkout -b my-local-tracking-branch podcatcher/master_or_other_branch
usbnet-pre
Various usbnet drivers to create an IP network over USB between the Palm Pre and a host computer.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/usbnet-pre.git usbnet-pre cd usbnet-pre
Add this repository as a remote to an existing local repository:
git remote add usbnet-pre git://gitorious.org/webos-internals/usbnet-pre.git git fetch usbnet-pre git checkout -b my-local-tracking-branch usbnet-pre/master_or_other_branch
modifications
Modifications to Palm applications. Context diffs only, no posting of complete files (since they are Palm copyright). more…
All submissions to this repository (or clones of this repository) are explicitly licensed with the MIT Open Source license.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/modifications.git modifications cd modifications
Add this repository as a remote to an existing local repository:
git remote add modifications git://gitorious.org/webos-internals/modifications.git git fetch modifications git checkout -b my-local-tracking-branch modifications/master_or_other_branch
drupal-feed-module
IPKG feed module for Drupal
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/drupal-feed-module.git drupal-feed-module cd drupal-feed-module
Add this repository as a remote to an existing local repository:
git remote add drupal-feed-module git://gitorious.org/webos-internals/drupal-feed-module.git git fetch drupal-feed-module git checkout -b my-local-tracking-branch drupal-feed-module/master_or_other_branch
drupal-preware-website
Preware Website for adding and managing webos apps for the feed.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/drupal-preware-website.git drupal-preware-website cd drupal-preware-website
Add this repository as a remote to an existing local repository:
git remote add drupal-preware-website git://gitorious.org/webos-internals/drupal-preware-website.git git fetch drupal-preware-website git checkout -b my-local-tracking-branch drupal-preware-website/master_or_other_branch
sivans-clone
-
Cloning this repository:
git clone git://gitorious.org/~sivan/webos-internals/sivans-clone.git sivans-clone cd sivans-clone
Add this repository as a remote to an existing local repository:
git remote add sivans-clone git://gitorious.org/~sivan/webos-internals/sivans-clone.git git fetch sivans-clone git checkout -b my-local-tracking-branch sivans-clone/master_or_other_branch
egaudets-clone
-
Cloning this repository:
git clone git://gitorious.org/~egaudet/webos-internals/egaudets-clone.git egaudets-clone cd egaudets-clone
Add this repository as a remote to an existing local repository:
git remote add egaudets-clone git://gitorious.org/~egaudet/webos-internals/egaudets-clone.git git fetch egaudets-clone git checkout -b my-local-tracking-branch egaudets-clone/master_or_other_branch
egaudets-modifications
-
Cloning this repository:
git clone git://gitorious.org/~egaudet/webos-internals/egaudets-modifications.git egaudets-modifications cd egaudets-modifications
Add this repository as a remote to an existing local repository:
git remote add egaudets-modifications git://gitorious.org/~egaudet/webos-internals/egaudets-modifications.git git fetch egaudets-modifications git checkout -b my-local-tracking-branch egaudets-modifications/master_or_other_branch
decimations-clone
-
Cloning this repository:
git clone git://gitorious.org/~decimation/webos-internals/decimations-clone.git decimations-clone cd decimations-clone
Add this repository as a remote to an existing local repository:
git remote add decimations-clone git://gitorious.org/~decimation/webos-internals/decimations-clone.git git fetch decimations-clone git checkout -b my-local-tracking-branch decimations-clone/master_or_other_branch
applications
Simple example(s) for getting started with webOS / Mojo application development.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/applications.git applications cd applications
Add this repository as a remote to an existing local repository:
git remote add applications git://gitorious.org/webos-internals/applications.git git fetch applications git checkout -b my-local-tracking-branch applications/master_or_other_branch
dbsooners-modifications
-
Cloning this repository:
git clone git://gitorious.org/~dbsooner/webos-internals/dbsooners-modifications.git dbsooners-modifications cd dbsooners-modifications
Add this repository as a remote to an existing local repository:
git remote add dbsooners-modifications git://gitorious.org/~dbsooner/webos-internals/dbsooners-modifications.git git fetch dbsooners-modifications git checkout -b my-local-tracking-branch dbsooners-modifications/master_or_other_branch
acydlords-webos
-
Cloning this repository:
git clone git://gitorious.org/~acydlord/webos-internals/acydlords-webos.git acydlords-webos cd acydlords-webos
Add this repository as a remote to an existing local repository:
git remote add acydlords-webos git://gitorious.org/~acydlord/webos-internals/acydlords-webos.git git fetch acydlords-webos git checkout -b my-local-tracking-branch acydlords-webos/master_or_other_branch
flare576s-clone
-
Cloning this repository:
git clone git://gitorious.org/~flare576/webos-internals/flare576s-clone.git flare576s-clone cd flare576s-clone
Add this repository as a remote to an existing local repository:
git remote add flare576s-clone git://gitorious.org/~flare576/webos-internals/flare576s-clone.git git fetch flare576s-clone git checkout -b my-local-tracking-branch flare576s-clone/master_or_other_branch
lclarkjrs-modifications
-
Cloning this repository:
git clone git://gitorious.org/~lclarkjr/webos-internals/lclarkjrs-modifications.git lclarkjrs-modifications cd lclarkjrs-modifications
Add this repository as a remote to an existing local repository:
git remote add lclarkjrs-modifications git://gitorious.org/~lclarkjr/webos-internals/lclarkjrs-modifications.git git fetch lclarkjrs-modifications git checkout -b my-local-tracking-branch lclarkjrs-modifications/master_or_other_branch
mvapp
Move applications from /var to /media/internal
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/mvapp.git mvapp cd mvapp
Add this repository as a remote to an existing local repository:
git remote add mvapp git://gitorious.org/webos-internals/mvapp.git git fetch mvapp git checkout -b my-local-tracking-branch mvapp/master_or_other_branch
samk-sandbox2
-
Cloning this repository:
git clone git://gitorious.org/~samk/webos-internals/samk-sandbox2.git samk-sandbox2 cd samk-sandbox2
Add this repository as a remote to an existing local repository:
git remote add samk-sandbox2 git://gitorious.org/~samk/webos-internals/samk-sandbox2.git git fetch samk-sandbox2 git checkout -b my-local-tracking-branch samk-sandbox2/master_or_other_branch
badger-modifications
-
Cloning this repository:
git clone git://gitorious.org/~badger/webos-internals/badger-modifications.git badger-modifications cd badger-modifications
Add this repository as a remote to an existing local repository:
git remote add badger-modifications git://gitorious.org/~badger/webos-internals/badger-modifications.git git fetch badger-modifications git checkout -b my-local-tracking-branch badger-modifications/master_or_other_branch
timcheungs-clone
-
Cloning this repository:
git clone git://gitorious.org/~timcheung/webos-internals/timcheungs-clone.git timcheungs-clone cd timcheungs-clone
Add this repository as a remote to an existing local repository:
git remote add timcheungs-clone git://gitorious.org/~timcheung/webos-internals/timcheungs-clone.git git fetch timcheungs-clone git checkout -b my-local-tracking-branch timcheungs-clone/master_or_other_branch
zannalovs-modifications
-
Cloning this repository:
git clone git://gitorious.org/~zannalov/webos-internals/zannalovs-modifications.git zannalovs-modifications cd zannalovs-modifications
Add this repository as a remote to an existing local repository:
git remote add zannalovs-modifications git://gitorious.org/~zannalov/webos-internals/zannalovs-modifications.git git fetch zannalovs-modifications git checkout -b my-local-tracking-branch zannalovs-modifications/master_or_other_branch
devinkrays-modifications
-
Cloning this repository:
git clone git://gitorious.org/~devinkray/webos-internals/devinkrays-modifications.git devinkrays-modifications cd devinkrays-modifications
Add this repository as a remote to an existing local repository:
git remote add devinkrays-modifications git://gitorious.org/~devinkray/webos-internals/devinkrays-modifications.git git fetch devinkrays-modifications git checkout -b my-local-tracking-branch devinkrays-modifications/master_or_other_branch
devinkrays-modifications-new
-
Cloning this repository:
git clone git://gitorious.org/~devinkray/webos-internals/devinkrays-modifications-new.git devinkrays-modifications-new cd devinkrays-modifications-new
Add this repository as a remote to an existing local repository:
git remote add devinkrays-modifications-new git://gitorious.org/~devinkray/webos-internals/devinkrays-modifications-new.git git fetch devinkrays-modifications-new git checkout -b my-local-tracking-branch devinkrays-modifications-new/master_or_other_branch
frosteas-modifications
-
Cloning this repository:
git clone git://gitorious.org/~frostea/webos-internals/frosteas-modifications.git frosteas-modifications cd frosteas-modifications
Add this repository as a remote to an existing local repository:
git remote add frosteas-modifications git://gitorious.org/~frostea/webos-internals/frosteas-modifications.git git fetch frosteas-modifications git checkout -b my-local-tracking-branch frosteas-modifications/master_or_other_branch
akamils-modifications
-
Cloning this repository:
git clone git://gitorious.org/~akamil/webos-internals/akamils-modifications.git akamils-modifications cd akamils-modifications
Add this repository as a remote to an existing local repository:
git remote add akamils-modifications git://gitorious.org/~akamil/webos-internals/akamils-modifications.git git fetch akamils-modifications git checkout -b my-local-tracking-branch akamils-modifications/master_or_other_branch
decimations-modifications
-
Cloning this repository:
git clone git://gitorious.org/~decimation/webos-internals/decimations-modifications.git decimations-modifications cd decimations-modifications
Add this repository as a remote to an existing local repository:
git remote add decimations-modifications git://gitorious.org/~decimation/webos-internals/decimations-modifications.git git fetch decimations-modifications git checkout -b my-local-tracking-branch decimations-modifications/master_or_other_branch
jaycanucks-modifications
-
Cloning this repository:
git clone git://gitorious.org/~jaycanuck/webos-internals/jaycanucks-modifications.git jaycanucks-modifications cd jaycanucks-modifications
Add this repository as a remote to an existing local repository:
git remote add jaycanucks-modifications git://gitorious.org/~jaycanuck/webos-internals/jaycanucks-modifications.git git fetch jaycanucks-modifications git checkout -b my-local-tracking-branch jaycanucks-modifications/master_or_other_branch
adamrmcd-modifications
-
Cloning this repository:
git clone git://gitorious.org/~adamrmcd/webos-internals/adamrmcd-modifications.git adamrmcd-modifications cd adamrmcd-modifications
Add this repository as a remote to an existing local repository:
git remote add adamrmcd-modifications git://gitorious.org/~adamrmcd/webos-internals/adamrmcd-modifications.git git fetch adamrmcd-modifications git checkout -b my-local-tracking-branch adamrmcd-modifications/master_or_other_branch
cryptks-modifications
-
Cloning this repository:
git clone git://gitorious.org/~cryptk/webos-internals/cryptks-modifications.git cryptks-modifications cd cryptks-modifications
Add this repository as a remote to an existing local repository:
git remote add cryptks-modifications git://gitorious.org/~cryptk/webos-internals/cryptks-modifications.git git fetch cryptks-modifications git checkout -b my-local-tracking-branch cryptks-modifications/master_or_other_branch

