https://github.com/rolandtritsch/android-charge-finder
Find charging stations for E-Cars in Germany
https://github.com/rolandtritsch/android-charge-finder
Last synced: 6 months ago
JSON representation
Find charging stations for E-Cars in Germany
- Host: GitHub
- URL: https://github.com/rolandtritsch/android-charge-finder
- Owner: rolandtritsch
- Created: 2011-03-23T19:21:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-26T13:10:25.000Z (about 13 years ago)
- Last Synced: 2025-02-10T13:44:34.893Z (8 months ago)
- Language: Java
- Homepage: http://code.google.com/p/chargefinder/
- Size: 1.03 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
OVERVIEW/INTRODUCTION
---------------------ChargeFinder is the "best" way to re-fuel your E-Car using an Android
Phone. The application connects to a Postgres/PostGIS backend and
finds/displays charging stations that are still in range.To test the backend go to ...
http://chargefinder.tritsch.org/stations.php?point_x=8&point_y=50&radius=0.3
... and try radius=0.1, radius=0.2, radius=0.3.
INSTALLATION
------------1. Android Platform
Please install the complete Android Platform with all platforms and
all revisions.http://developer.android.com/sdk/index.html
2. Maven
Please install maven.
http://maven.apache.org/download.html
3. Edit/Run setup_env.sh to set env vars
4. Run setup_mvn_repo.sh to install android jar files in maven repo
5. Run mvn install to build application
6. Run android list target to find the suitable target. Edit and run setup_avd.sh to create avd for emulator
7. Run emulator -verbose -avd AVD_${ANDROID_VERSION}-${ANDROID_API_VERSION}
Wait until emulator is started.
8. Run mvn android:deploy to deploy application onto the emulator
9. Goto to the emulator and start ChargeFinder :)