Welcome to CyanogenMod
![]() |
Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
|
install streetview google maps 4.5 unsuccessful
Started by marcod, Sep 10 2010 08:22 AM
19 replies to this topic
#1
Posted 10 September 2010 - 08:22 AM
I'm just upgraded google maps to 4.5 and i want to install the Streetview plugin from the market, but i keep getting "installation unsuccessful"
Any tips?
Thanks
Any tips?
Thanks
#2
Posted 10 September 2010 - 08:41 AM
Same ...
Want a manual install ! Didn't find the apk on the web so.
Want a manual install ! Didn't find the apk on the web so.
#3
Posted 10 September 2010 - 10:12 AM
this is because we have recently switched to HTC Desire footprint
i think is google fault
i think is google fault
#5
Posted 10 September 2010 - 12:24 PM
wait a fix from google
or
reboot into recovery (green menu)
# adb pull /system/build.prop c:\build.prop
open it with a text editor
replace
ro.build.type=userdebug
ro.build.description=2.10.405.2 CL226611 release-keys
ro.build.fingerprint=htc_wwe/htc_bravo/bravo/bravo:2.2/FRF91/226611:user/release-keys
with
ro.build.type=user
ro.build.description=passion-user 2.2 FRF91 43546 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys
not 100% sure if "ro.build.type=user" is needed
# adb shell mount /system
# adb shell rm /system/app/Street.apk
# adb shell rm /system/app/Maps.apk
# adb push c:\build.prop /system/build.prop
reboot
and install both google maps and street view
or
reboot into recovery (green menu)
# adb pull /system/build.prop c:\build.prop
open it with a text editor
replace
ro.build.type=userdebug
ro.build.description=2.10.405.2 CL226611 release-keys
ro.build.fingerprint=htc_wwe/htc_bravo/bravo/bravo:2.2/FRF91/226611:user/release-keys
with
ro.build.type=user
ro.build.description=passion-user 2.2 FRF91 43546 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys
not 100% sure if "ro.build.type=user" is needed
# adb shell mount /system
# adb shell rm /system/app/Street.apk
# adb shell rm /system/app/Maps.apk
# adb push c:\build.prop /system/build.prop
reboot
and install both google maps and street view
#6
Posted 10 September 2010 - 02:01 PM
No need to change anything in build.prop. Just do this:
-Delete Street.apk in System/App
-Reboot
-Install Street View from the Market.
-Delete Street.apk in System/App
-Reboot
-Install Street View from the Market.
Edited by Fender, 10 September 2010 - 02:02 PM.
#7
Posted 10 September 2010 - 02:05 PM
Kali-, can we not simply append the new settings to the end of the file? I believe these will override any settings found earlier in the file. I'm asking because I use scripts to modify my build.prop.
cat >/system/build.prop <<EOF ro.build.type=user ro.build.description=passion-user 2.2 FRF91 43546 release-keys ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys EOF
Edited by venturerider, 10 September 2010 - 02:05 PM.
#10
Posted 10 September 2010 - 02:24 PM
Fender, on 10 September 2010 - 02:14 PM, said:
I wonder why it would solve the problem for me and other people, and not for others. You deleted it while in recovery?
No, just using astro file manager and remove the file in system\app...
How can i remove the file in recovery?
#11
Posted 10 September 2010 - 02:38 PM
marcod, on 10 September 2010 - 02:24 PM, said:
No, just using astro file manager and remove the file in system\app...
How can i remove the file in recovery?
How can i remove the file in recovery?
That's why it didn't work for you. Boot to recovery, mount /system, and remove the file with ADB. Find an app called Android Commander if you want a GUI for ADB.
#12
Posted 10 September 2010 - 03:29 PM
Fender, on 10 September 2010 - 02:38 PM, said:
That's why it didn't work for you. Boot to recovery, mount /system, and remove the file with ADB. Find an app called Android Commander if you want a GUI for ADB.
booted into recovery, start Android Commander in recovery mode, but can't find the /system/app folder... system dir exists, but no app dir
ps. Thanks for your help! i'm new to this stuff..
Edited by marcod, 10 September 2010 - 03:35 PM.
#13
Posted 10 September 2010 - 03:39 PM
marcod, on 10 September 2010 - 03:29 PM, said:
booted into recovery, start Android Commander in recovery mode, but can't find the /system/app folder... system dir exists, but no app dir
ps. Thanks for your help! i'm new to this stuff..
ps. Thanks for your help! i'm new to this stuff..
In the recovery menu on your phone, did you "Mount /System"?
#16
Posted 11 September 2010 - 04:25 PM
Could also use Titanium and delete the streetview app, then reboot, then you can install it..
#17
Posted 11 September 2010 - 04:29 PM
Is this always the case with apps that are built into the rom? for example google search also has a minor new version
#18
Posted 11 September 2010 - 08:10 PM
It's really weird, because normally I can't install any official apps from the market. But with the new 4.5 gmaps it installed fine.
I am still using a nightly (pre-stable) build of CM6.
I am still using a nightly (pre-stable) build of CM6.
#19
Posted 12 September 2010 - 04:07 AM
masters, on 11 September 2010 - 04:25 PM, said:
Could also use Titanium and delete the streetview app, then reboot, then you can install it..
Really frustrated here.
I've tried Root Explorer, Terminal, Astro, Titanium... I can't seem to remove this Street.apk file, it resurrects even after root explorer tells me it's been successfully deleted and I verify the file's gone in Astro for good measure! Renaming, same thing: Astro shows the file's been renamed, I reboot, and there it is again. And the supposedly renamed file no longer exists either...
Is ADB Shell the only option left to me? I'm rooted btw.
Edited by nawoa, 12 September 2010 - 04:09 AM.
#20
Posted 12 September 2010 - 06:12 AM
nawoa, on 12 September 2010 - 04:07 AM, said:
Really frustrated here.
I've tried Root Explorer, Terminal, Astro, Titanium... I can't seem to remove this Street.apk file, it resurrects even after root explorer tells me it's been successfully deleted and I verify the file's gone in Astro for good measure! Renaming, same thing: Astro shows the file's been renamed, I reboot, and there it is again. And the supposedly renamed file no longer exists either...
Is ADB Shell the only option left to me? I'm rooted btw.
I've tried Root Explorer, Terminal, Astro, Titanium... I can't seem to remove this Street.apk file, it resurrects even after root explorer tells me it's been successfully deleted and I verify the file's gone in Astro for good measure! Renaming, same thing: Astro shows the file's been renamed, I reboot, and there it is again. And the supposedly renamed file no longer exists either...
Is ADB Shell the only option left to me? I'm rooted btw.




















