Mio A701 & Leopard
Posted: April 18, 2008 Filed under: Apple & Mac, Uncategorized, windows | Tags: A701, Apple & Mac, leopard, Mio Leave a commentFinaly I had some time to play with my “old phone” and connect it with my Leopard and use it as modem to get to the internet.
Here are steps:
- Search for bluetooth device. If you select Mobile Phone for some reason it will not find it. Choose Other Bluetoothe device and then it will find it.
- Select that you want use it to connect to internet.
- You can let it show you modem status in status bar
- Select phone number. I live in Czech and my carrier is Vodafone so I will put *99# as phone number and same as user, password can be empty.
Whoala and you can surf the net without any problem. Just wait for phone bill 🙂
For windows:
- install activesync
- on Mio start Modem Link application
- Click activate and connect USB cable to windows
- It will show you new modem and would need driver, which is on Getting Started CD
- On modem properties in your Windows:
- Select your phone number *99#
- In the guide there is also some extra setting “+cgdcont=1,”IP”,”internet”,””,0,0″ in Extra initialization commands
- You are set
JAVA_HOME in leopard
Posted: April 11, 2008 Filed under: Apple & Mac, java | Tags: apple, JAVA_HOME, leopard, Mac 2 Commentsedit /etc/bashrc
file and add this
export M2_HOME=/Users/marek/programs/apache-maven-2.0.9 export M2=$M2_HOME/bin export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home export PATH=$M2:$JAVA_HOME:$PATH