LG Vu message board, discussions new cell phone by LG, AT&T LG Vu, LG Vu phone, AT&T LG Vu phone, LG Vu
Get LG Vu for Free with a Contract LG Vu Forum, LG Vu message board, discussions new cell phone by LG, AT&T LG Vu, LG Vu phone, AT&T LG Vu phone, LG Vu, LG Vu phone
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to LG-Vu.com  Click here to Register!
LG Vu Forum, LG Vu message board, LG Vu phone, new LG Vu phone by LG, AT&T LG Vu phone, LG Vu, LG Vu phone  
Best Screen Protector for LG Vu                 Get InvisibleSHIELD for Your LG Vu Free Ringtones and Wallpapers   Add to Google
Pages: [1] 2 3 ... 6
Reply Print
Author Topic: 11-22 NEW Touchscreen version of Google Maps!  (Read 16837 times)
TheDave
VIP Member
Jr. Member
***

Cookies: 1
Posts: 50

CU920 - Cingular (ATT)


« on: September 12, 2008, 01:15:23 PM »

11-22 - EDIT 6
Latest version is Touchscreen Compatible 2.3.2.  Minimally tested so please comment on functionality.
Credit goes to kw0k415 for the find!

***Please note: If you have 2.3.2 non-touchscreen version previously installed, it will tell you that you have this version installed already.  Continue anyway.


Download a NEWLY attached jar file and check it out!
The old versions non-touchscreen versions will be "archived" in a locked post in the "Additional Downloads" section, as they are sometimes difficult to find

To install:
Simply copy the jar file to your SD Card, and open up the file from the Vu menu system to install the program.

****Note:  Unlike previous versions, the touchscreen version works without a jad file.  Install & run Jar file only.
   

« Last Edit: November 25, 2008, 02:13:39 PM by BuffaloSS » Logged
LG Vu
« on: September 12, 2008, 01:15:23 PM »

 Logged
CoolDude
Official LG Vu Tester
Pro Member
***

Cookies: 11
Posts: 747


"Where Amazing Happens."


« Reply #1 on: September 13, 2008, 01:03:23 AM »

do they use internet???
Logged

BuffaloSS
Administrator
Pro Member
*******

Cookies: 13
Posts: 1466


AT&T Vu CU920


« Reply #2 on: September 13, 2008, 05:28:50 PM »

I downloaded and installed this app and it won't work.

EDIT:  I did the .jar file.  Should I have done the .jad file instead?  What's the difference?

EDIT2: Just saw that you updated your post...not fully compatible, eh?  NVM.
« Last Edit: September 13, 2008, 05:39:43 PM by BuffaloSS » Logged

TheDave
VIP Member
Jr. Member
***

Cookies: 1
Posts: 50

CU920 - Cingular (ATT)


« Reply #3 on: September 16, 2008, 06:33:15 PM »

bump for the newly added zip file that has a WORKING "Menu" button!
Logged
Vodulas
VIP Member
Full Member
***

Cookies: 1
Posts: 148



« Reply #4 on: September 17, 2008, 04:25:09 PM »

There's a program called Mobile GMaps that is compatible and uses google maps.
Logged

Glitter is the herpes of the craft world.

-Vod
BuffaloSS
Administrator
Pro Member
*******

Cookies: 13
Posts: 1466


AT&T Vu CU920


« Reply #5 on: September 17, 2008, 09:39:36 PM »

do they use internet???

Yes, it uses internet...and plenty of it!  Shocked  I'm on a 5Mb plan and, ummmm, I think I need to upgrade.
Logged
TheDave
VIP Member
Jr. Member
***

Cookies: 1
Posts: 50

CU920 - Cingular (ATT)


« Reply #6 on: September 18, 2008, 02:06:13 AM »

There's a program called Mobile GMaps that is compatible and uses google maps.

I tried that program and didn't like it as much as the regular Google Maps Mobile app I was already used to.
Logged
producingyou
VIP Member
Full Member
***

Cookies: 2
Posts: 131


« Reply #7 on: September 18, 2008, 09:33:46 AM »

I'm curious how you changed the hardware buttons inside of the google maps program.  If you can, please PM me and let me know how.
Logged
TheDave
VIP Member
Jr. Member
***

Cookies: 1
Posts: 50

CU920 - Cingular (ATT)


« Reply #8 on: September 18, 2008, 02:12:16 PM »

I'm curious how you changed the hardware buttons inside of the google maps program.  If you can, please PM me and let me know how.

At first I went through, and decompiled both versions of the Java Apps (1.4.2 & 2.2.0).
After seeing some differences in the way button press events were defined, I looked through the jad files, and saw that it was just right there.

Code:
SelectKey: -5
AltZoomInKey: 0
AltZoomOutKey: 0
RightSoftKey: -7
LeftSoftKey: -6
TalkKey: -10
MenuKey: -9995
BackKey: -9991
ClearKey: -9997

Those are a few lines from the stock 2.2.0 jad file I was able to download.
I modified the jad file for the Vu buttons, changing those lines as follows:

Code:
AltZoomInKey: -10
AltZoomOutKey: -16
BackKey: -9991
SelectKey: -9994
RightSoftKey: -7
LeftSoftKey: -6
ReverseSoftkeys: false
MenuKey: -9995
TalkKey: -9999
ClearKey: -8


I found all of those Vu specific key definitions through ALLOT of trial and error (I must have installed and tested gmm 40-50 times, all with different jads).

Really I was hoping to make the Vol+ / Vol- keys be the Zoom in/out commands, but after trying sooooo many key definitions (all the way from -1 through -35ish), I gave up and settled on what is in the zip file now.

The Vu keys I found defined (at least as gmm understands them) are as follows:
Code:
-1 == Up arrow
-2 == down arrw
-3 == left arrw
-4 == rght arrw
-5 == OK bttn

-6 == LeftSoftKey
-7 == RightSoftKey

-10 == call button
-15 == lock key
-16 == back / cancel key

Those 1st 7 are the on screen "touch" keys. The last few are "hard" keys on the Vu.


---------------------------------------------------

Unrelated to the button topic above, I have some other details about GMM that I found yesterday worth sharing.

After installing the latest 2.2.0 version of Google Maps Mobile, I found that it KEPT asking me to "agree" to the TOS every other time I would start the application.
In addition, it would ALWAYS "forget" what I had previously search for.

I found what appears to be a fix for those two problems as well.
First, inside of your Vu's "Applications" listing, highlight "Google Maps" and press the on screen options button, and choose "Delete".

Next, hook your phone up to BitPim or EFS Explorer, and browse to the directory:
/LGAPP/Media/Images/

Inside of that directory, is a sub-directory called: GoogleAppsData

Delete that directory, and ALL of the files inside of that directory.

You might need to restart your phone after that, wouldn't really hurt just to be sure.

After that, just re-install the GMM application, and your previous searches should now be saved for later, as well as NOT having to keep agreeing to the TOS when starting GMM.
« Last Edit: September 19, 2008, 02:53:55 PM by TheDave » Logged
roger_the_turtle
Newbie
*

Cookies: 0
Posts: 1


« Reply #9 on: September 19, 2008, 11:02:28 PM »

The modified version is working well and now that I can finally zoom in and out googlemaps is actually usefull, thanks for posting it!
Logged
rayj321
Newbie
*

Cookies: 1
Posts: 23



« Reply #10 on: September 20, 2008, 02:14:42 PM »

hi was wondering if there is a map app that will utilze the touch screen?
Logged
irenebalogun
Newbie
*

Cookies: 0
Posts: 6


« Reply #11 on: September 20, 2008, 07:35:38 PM »

Thank you so much!!!   Shocked  This is fantastic.  I'm still kind of aghast at the way google handled this (or should I say didn't handle it), especially when it's just a matter of friggin button mappings!
Logged
Rescue7
Full Member
***

Cookies: 2
Posts: 101


Rescuing others one day at a time!


WWW
« Reply #12 on: September 20, 2008, 08:40:53 PM »

You have two zip files, which is the updated version?
Logged
TheDave
VIP Member
Jr. Member
***

Cookies: 1
Posts: 50

CU920 - Cingular (ATT)


« Reply #13 on: September 21, 2008, 12:08:11 AM »

Thank you so much!!!   Shocked  This is fantastic.  I'm still kind of aghast at the way google handled this (or should I say didn't handle it), especially when it's just a matter of friggin button mappings!

Your welcome Wink

I can see why Google didn't put this version out there with just the button re-mapping I did.
It isn't really a full & complete application (but it is close enough for me to use Cheesy ).

Besides, I'm sure they would want to put out an app that would fully utilize the touchscreen, as well as be a "full" screen application. Even with that in mind though, they still have lagged behind in fully supporting this phone. And probably other touchscreen phones.


You have two zip files, which is the updated version?

I updated the main post to try and make it a little more clear now.
Logged
roland-sh-1000
Sr. Member
****

Cookies: 1
Posts: 157


vintage synthesisers and drum macines


WWW
« Reply #14 on: September 22, 2008, 08:23:44 PM »

hmm where r ppls getting this file?.. i keep getting fatal errors or it just quits on me.....


 boo


hiss....lol


Logged

LG Vu
   

 Logged
Pages: [1] 2 3 ... 6
Reply Print

Jump to: