Jump to content

Google Map 5.0.0


Guest zeiger

Recommended Posts

Ok so to get it working is put the new XML in /etc/permissions/ (do i need to delete the old XML android.hardware.touchscreen.multitouch.xml)

and go to etc/permissions/ handheld_core_hardware.xml file by adding this line <feature name="android.hardware.touchscreen.multitouch.distinct.xml" />

Can i do this using root explorer?

Link to comment
Share on other sites

Guest jnovello

I'm on Steve's 1.5.1 and after watching the walk through from pocket lint I find that it does rotate if you do it as they show. It doesn't go around completely in some places.

Link to comment
Share on other sites

I'm also getting no luck with twist; I added the xml and created a new line in the permissions file and everything.

Running 1.5

Me either, am on 1.5.1, tried everything. I even try deleting original XML, still doesn't want to rotate for me. Tough luck

Link to comment
Share on other sites

Guest djstocks7414

two finger twist and rotate plus 3d buildings working like a charm running 1.5.1

some cities/towns have not been fully updated with 3d buildings yet :)

Link to comment
Share on other sites

Guest homeiss
Me either, am on 1.5.1, tried everything. I even try deleting original XML, still doesn't want to rotate for me. Tough luck

This is what you do to get it working. Open root explorer and navigate to /etc/permissions then at the top of root explorer click the Mount R/W button. Now scroll down and long press on handheld_core_hardware.xml and select Open in Text Editor from the menu.

Scroll down in the text editor till you see this section:

	<feature name="android.hardware.camera" />

	<feature name="android.hardware.location" />

	<feature name="android.hardware.location.network" />

	<feature name="android.hardware.sensor.compass" />

	<feature name="android.hardware.sensor.accelerometer" />

	<feature name="android.hardware.bluetooth" />

	<feature name="android.hardware.touchscreen" />

	<feature name="android.hardware.microphone" />
All you have to do is add a few lines to the end of that so it looks like this:
	<feature name="android.hardware.camera" />

	<feature name="android.hardware.location" />

	<feature name="android.hardware.location.network" />

	<feature name="android.hardware.sensor.compass" />

	<feature name="android.hardware.sensor.accelerometer" />

	<feature name="android.hardware.bluetooth" />

	<feature name="android.hardware.touchscreen" />

	<feature name="android.hardware.microphone" />

	<feature name="android.hardware.touchscreen" /> 

	<feature name="android.hardware.touchscreen.multitouch" /> 

	<feature name="android.hardware.touchscreen.multitouch.distinct" />

Hit the menu button and select Save & Exit then reboot and enjoy rotation in maps. :)

Link to comment
Share on other sites

Guest kohiiou

For the 3D buildings, I went to Vancouver, BC, Canada as a reference (my hometown).

At first there were no 3D buildings - I tried everything, except zoom in almost all the way!

Here are the criterias to get the 3d buildings to show:

- go to a city with 3D buildings

- turn off "terrain"

- turn off "satellite"

- zoom in almost all the way~

As a test reference, try this with BC Place in Vancouver, BC (or anywhere in Downtown)

Link to comment
Share on other sites

This is what you do to get it working. Open root explorer and navigate to /etc/permissions then at the top of root explorer click the Mount R/W button. Now scroll down and long press on handheld_core_hardware.xml and select Open in Text Editor from the menu.

Scroll down in the text editor till you see this section:

	<feature name="android.hardware.camera" />

	<feature name="android.hardware.location" />

	<feature name="android.hardware.location.network" />

	<feature name="android.hardware.sensor.compass" />

	<feature name="android.hardware.sensor.accelerometer" />

	<feature name="android.hardware.bluetooth" />

	<feature name="android.hardware.touchscreen" />

	<feature name="android.hardware.microphone" />
All you have to do is add a few lines to the end of that so it looks like this:
	<feature name="android.hardware.camera" />

	<feature name="android.hardware.location" />

	<feature name="android.hardware.location.network" />

	<feature name="android.hardware.sensor.compass" />

	<feature name="android.hardware.sensor.accelerometer" />

	<feature name="android.hardware.bluetooth" />

	<feature name="android.hardware.touchscreen" />

	<feature name="android.hardware.microphone" />

	<feature name="android.hardware.touchscreen" /> 

	<feature name="android.hardware.touchscreen.multitouch" /> 

	<feature name="android.hardware.touchscreen.multitouch.distinct" />

Hit the menu button and select Save & Exit then reboot and enjoy rotation in maps. :)

Thank you for showing me way.lol works like charm

Link to comment
Share on other sites

Guest superutp
This is what you do to get it working. Open root explorer and navigate to /etc/permissions then at the top of root explorer click the Mount R/W button. Now scroll down and long press on handheld_core_hardware.xml and select Open in Text Editor from the menu.

Scroll down in the text editor till you see this section:

	<feature name="android.hardware.camera" />

	<feature name="android.hardware.location" />

	<feature name="android.hardware.location.network" />

	<feature name="android.hardware.sensor.compass" />

	<feature name="android.hardware.sensor.accelerometer" />

	<feature name="android.hardware.bluetooth" />

	<feature name="android.hardware.touchscreen" />

	<feature name="android.hardware.microphone" />
All you have to do is add a few lines to the end of that so it looks like this:
	<feature name="android.hardware.camera" />

	<feature name="android.hardware.location" />

	<feature name="android.hardware.location.network" />

	<feature name="android.hardware.sensor.compass" />

	<feature name="android.hardware.sensor.accelerometer" />

	<feature name="android.hardware.bluetooth" />

	<feature name="android.hardware.touchscreen" />

	<feature name="android.hardware.microphone" />

	<feature name="android.hardware.touchscreen" /> 

	<feature name="android.hardware.touchscreen.multitouch" /> 

	<feature name="android.hardware.touchscreen.multitouch.distinct" />

Hit the menu button and select Save & Exit then reboot and enjoy rotation in maps. :)

brilliant....worked for me...I just needed to edit the touchscreen multitouch distinct line..it had somehow been disabled......thanks...;)

Link to comment
Share on other sites

Guest haynesteve

Edited handheld_core_hardware.xml and added the extra lines for touchscreen - and it's made no difference :) Am I missing something else ? You only have to add the 3 extra lines ?

And is the line <feature name="android.hardware.touchscreen" /> needed twice ?

Edited by haynesteve
Link to comment
Share on other sites

Guest LorD CLockaN
Edited handheld_core_hardware.xml and added the extra lines for touchscreen - and it's made no difference :) Am I missing something else ? You only have to add the 3 extra lines ?

And is the line <feature name="android.hardware.touchscreen" /> needed twice ?

have you coppied the file from the second post??

Link to comment
Share on other sites

Double checked, turns out my problem was a bit of mis-typing (forgot to close the " mark, and I added an .xml extention)

Its working now!

Edited by gilrad
Link to comment
Share on other sites

Guest homeiss
Edited handheld_core_hardware.xml and added the extra lines for touchscreen - and it's made no difference :) Am I missing something else ? You only have to add the 3 extra lines ?

And is the line <feature name="android.hardware.touchscreen" /> needed twice ?

Haha I didn't even notice i put it in there twice. Doesn't seem to matter. I see you got it working in a later post.

have you coppied the file from the second post??

I never copied that file in the second post to my Streak. Just did what I showed in my previous post and it worked fine... ;)

Link to comment
Share on other sites

Guest offthahorse
Haha I didn't even notice i put it in there twice. Doesn't seem to matter. I see you got it working in a later post.

I never copied that file in the second post to my Streak. Just did what I showed in my previous post and it worked fine... :)

same here, thanks this is pretty cool

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.