Anyone know where I can extract the Google Voice .apk from my phone to be installed on my brother's? I want him to be able to use the free calling trick like I do, since I have the old version of Google Voice.
Enable "USB debugging" under Settings/Applications/Development on both phones.
Connect your phone and from SDK tools folder, run following:
"adb remount" (don't know if this is needed)
"adb pull /system/app/googlevoice.apk"
Then connect brother's phone anf follow this post: http://androidforums.com/droid-all-...nly-file-system-when-trying-adb-push-app.html
Of course, replace "blah blah blah" with application name, like this:
"adb push googlevoice.apk /system/app/googlevoice.apk"
and restart the phone.
Maybe you have to remove the original app from you brother's phone before pushing the new one, like desrcribed in "Barebones" guide.
Anyone know where I can extract the Google Voice .apk from my phone to be installed on my brother's? I want him to be able to use the free calling trick like I do, since I have the old version of Google Voice.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.