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
#1
Posted 10 September 2010 - 08:22 AM
Any tips?
Thanks
#2
Posted 10 September 2010 - 08:41 AM
Want a manual install ! Didn't find the apk on the web so.
#3
Posted 10 September 2010 - 10:12 AM
i think is google fault
#5
Posted 10 September 2010 - 12:24 PM
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
-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
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:
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:
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:
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:
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
#17
Posted 11 September 2010 - 04:29 PM
#18
Posted 11 September 2010 - 08:10 PM
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:
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:
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.














