Jump to content

standard contact application


Guest miguelsanchez79

Recommended Posts

Guest miguelsanchez79

Im looking for standard android contact application for my desire (not HTC one)

I know it's available in the kitchen but I dont really want to bake new ROM and flash it again as everything works charm.

Is there any chance to push it from zip file into device using recovery mode?

Where can I find it?

Thanks for any help

Link to comment
Share on other sites

Guest n8schicht
Im looking for standard android contact application for my desire (not HTC one)

I'm also looking for the stock contacts.apk. Any help appreciated :)

Link to comment
Share on other sites

Guest miguelsanchez79
I'm also looking for the stock contacts.apk. Any help appreciated ;)

I extracted contacts.apk from kitchen ROM but Im not permitted to upload this on forum :)

Link to comment
Share on other sites

Guest craigcrawford1988
I extracted contacts.apk from kitchen ROM but Im not permitted to upload this on forum :)

Upload it here then.

Edited by craigcrawford1988
Link to comment
Share on other sites

Guest miguelsanchez79
Upload it here then.

can you confirm if you managed to install it?

I couldnt check it as I left my phone at friends last night :)

Link to comment
Share on other sites

Guest n8schicht
can you confirm if you managed to install it?

I couldnt check it as I left my phone at friends last night ;)

I pushed it in /system/app/ and it works great! Thank you! :)

Link to comment
Share on other sites

  • 4 weeks later...
Guest inamak

Hi - How do i use this? Complete noob - have rooted my phone using r5.

Tried adb push Contacts.apk /system/app/ but get failed notice.

Tried adb install and also fails.

Thanks.

Link to comment
Share on other sites

  • 1 month later...
Guest mike_freegan

Also a complete Noob here.

Eventually managed to root my desire (had to use the R5 method on XDA Dev as the R6 here refused to work.

I have the Contacts.apk from this thread. Could someone explain how to 'push it' to the device? I'd really appreciate it.

I've been reading this guide, but I don't know how to get to the 'recovery screen with green menu' without re-rooting the whole thing, which I don't really want to do.

Cheers

Mike

Link to comment
Share on other sites

Guest Rexx Calibur

Tried to install this using ADB and got the error message: Failed to copy 'contacts.apk' to '/system/app/contacts.apk': Read-only file system.

Any idea what the problem might be?

Link to comment
Share on other sites

Guest DarrenMowat

You can't push files too the phones system partition when its booted normally because its read only. If you reboot into recovery, then run

adb shell mount /system
then you can push the file over with
adb push contacts.apk /system/app/contacts.apk

hope this helps :angry:

Link to comment
Share on other sites

Guest Rexx Calibur

Thanks. Tried that. It seems happier, but when I boot my phone it doesn't appear to be there. When pushing the file, I get "1459 KB/s (0 bytes in 700451.00s)" But nothing appears to happen. What am I doing wrong?

Link to comment
Share on other sites

Guest DarrenMowat

Yeah, it might not work, it all depends on whats been altered in the rom your using.

How would I mount the system partition then?

Reboot into recovery, go to the partition menu, then click mount /system. Then try and push the file over :angry:

Link to comment
Share on other sites

Guest miguelsanchez79
Yeah, it might not work, it all depends on whats been altered in the rom your using.

Reboot into recovery, go to the partition menu, then click mount /system. Then try and push the file over :angry:

It works with 2.1 but not with 2.2 FroYo.

Hope it help

Link to comment
Share on other sites

Guest tonemgub

I can push the Contacts.apk to the /system/app folder but it doesn't actually install...

adb install Contacts.apk gives me, /sbin/sh: pm: not found

Also tried installing the zip file through recovery but I have the same problem. It shows up in /system/app but isn't actually installed.

I'm running the stock 2.1 ROM rooted using unrEVOked.

Any ideas?

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.