![]() |
2009-03-30
, 21:57
|
Posts: 34 |
Thanked: 6 times |
Joined on Jan 2008
|
#101
|
![]() |
2009-03-31
, 21:49
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#102
|
![]() |
2009-05-06
, 13:47
|
Posts: 44 |
Thanked: 15 times |
Joined on Jan 2009
@ China
|
#103
|
![]() |
2009-05-06
, 14:22
|
Posts: 44 |
Thanked: 15 times |
Joined on Jan 2009
@ China
|
#104
|
cd /home/user/.gvm
cp gvm.store gvm.store_orig
cp gvm.store gvm.store_10 cp gvm.store gvm.store_20
#!/bin/sh /usr/bin/gvm/gvm -g gvm.store_10 -O -z 1.5 -L 0x0000,0x0000,0x0000 -f -i D050 -a Filz -n PN12A345B6CD -u "John Doe:1234"
cd /home/user/MyDocs
chmod +x Filez.sh
sh Filez.sh
#!/bin/sh cd /home/user/.gvm rm gvm.store ln -s -b gvm.store_10 gvm.store
chmod +x GMed.sh
sh GMed.sh
![]() |
2009-05-06
, 14:58
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#105
|
There are some programs pre-installed--the PIM apps and Prefs. These apps use OLD Palm PIM app formats (i.e., Palm T3 and earlier) so they will not be able to read the PIM database files from your newer Palm devices.
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2009-05-06
, 15:31
|
Posts: 18 |
Thanked: 10 times |
Joined on May 2009
|
#106
|
The Following User Says Thank You to ZehHa For This Useful Post: | ||
![]() |
2009-05-06
, 17:58
|
Posts: 44 |
Thanked: 15 times |
Joined on Jan 2009
@ China
|
#107
|
#!/bin/sh dest=/media/mmc2/gvm-backup.tar ( cd $home tar cvf $dest .gvm )
#!/bin/sh gvbk=/media/mmc2/gvm-backup.tar ( cd $home if [ -f $gvbk ]; then tar xvf $gvbk else echo "$gvbk doesn't exist" fi )
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=Filez Exec=/home/user/MyDocs/Filez.sh X-Osso-Type=applications/x-executable Comment=launch Filez in the GVM
![]() |
2009-05-07
, 06:25
|
Posts: 18 |
Thanked: 10 times |
Joined on May 2009
|
#108
|
![]() |
2009-05-07
, 07:34
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2008
@ OSAKA JAPAN
|
#109
|
Finally, anyone want to stab a guess as what GVM ROM TOOL V1.10 does?
Garnet VM
Cheers!
![]() |
2009-05-07
, 12:08
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#110
|
-Choose one of the Palm apps
-Hit the Launch button
-After the GVM starts, hit the Home button on your NIT and go back to the GVM Launcher screen
-While the Palm app is running in the background, use the GVM Launcher "Install" button to install applications.
I have found this procedure to be considerably faster than NOT having the GVM running in the background, but I choose not to do it because:
-I've often forgotten that the GVM is running and I've tried launching one of the newly-installed apps to see how it runs. When you try to run more than one instance of the GVM at one time, you will cause a crash which can wipe out your entire installation and set you back to square one.
-When using this procedure, I've had the GVM Launcher crash on me a few times after installing half a dozen apps in a row.