[Q] googlecontactssyncadapter.apk won't install - Kindle Fire Q&A, Help & Troubleshooting

googlecontactssyncadapter.apk won't install.
it has been copied to /system/app and the permissions are set to rw-r--r--. But when I try to install it from /system/app, i just get "Application not installed"
why would that be?
thanks!

scherbie said:
googlecontactssyncadapter.apk won't install.
it has been copied to /system/app and the permissions are set to rw-r--r--. But when I try to install it from /system/app, i just get "Application not installed"
why would that be?
thanks!
Click to expand...
Click to collapse
You probably aren't using the right apk. Where did you get it?

What you did already is correct (Copied to system/app and change permissions). There is no need to install GoogleContactsSyncAdapter.apk. After you copy it to system/app, just shut down and turn your Kindle Fire back on. After that, you should have the option to sync your contacts.
Go into Gmail -> Menu -> Accounts -> Menu -> Account Settings -> Select your account and you should see Sync Contacts.

thanks! it works

jorusfett said:
What you did already is correct (Copied to system/app and change permissions). There is no need to install GoogleContactsSyncAdapter.apk. After you copy it to system/app, just shut down and turn your Kindle Fire back on. After that, you should have the option to sync your contacts.
Go into Gmail -> Menu -> Accounts -> Menu -> Account Settings -> Select your account and you should see Sync Contacts.
Click to expand...
Click to collapse
I'm in the same boat. I'm assuming setting permissions is necessary. I did not do that so I guess that's why it's not working for me.
Can someone point me to a post with directions on setting permissions please? I haven't used adb much. Never needed it with my EVO.

leebo said:
I'm in the same boat. I'm assuming setting permissions is necessary. I did not do that so I guess that's why it's not working for me.
Can someone point me to a post with directions on setting permissions please? I haven't used adb much. Never needed it with my EVO.
Click to expand...
Click to collapse
If you have Root Explorer you can just navigate to where the file is and change the permissions that way. You don't need to use adb...
chmod 644 filename
or:

scherbie said:
googlecontactssyncadapter.apk won't install.
it has been copied to /system/app and the permissions are set to rw-r--r--. But when I try to install it from /system/app, i just get "Application not installed"
why would that be?
thanks!
Click to expand...
Click to collapse
Where did you get googlecontactssyncadapter.apk? I have this file, but I don't know if there are different versions of this apk

krelvinaz said:
If you have Root Explorer you can just navigate to where the file is and change the permissions that way. You don't need to use adb...
chmod 644 filename
or:
Click to expand...
Click to collapse
I never got around to installing Root Explorer before the thing got this weeks update. I wont have access to it until tomorrow, but can I side load RE, or use adb now that I've lost root?

I followed the instructions above (Gmail -> Menu -> Accounts -> Menu -> Account Settings ->) and then it crashes ["Sorry! The application Gmail (process com.google.android.gm) has stopped unexpectedly. Please try again.]. I am using GoogleCalendarSyncAdapter.apk dated 28 Feb 08 18:33:46 110.80k, and GoogleContactsSyncAdapter.apk dated 28 Feb 08 18:33:46 122.4k. Both have rw-r--r-- permissions set. I have also rebooted my Kindle Fire. Ideas?

jovi_juan said:
Where did you get googlecontactssyncadapter.apk? I have this file, but I don't know if there are different versions of this apk
Click to expand...
Click to collapse
I have downloaded the googlecontactssyncadapter.apk from Cyanogenmod.org website where they have packages of all Google Apps available for download. I installed it on my Huawei M7 using the built-in File manager. The conatct sync now works, however I have two google accounts, and I can only enable sync with one. With the other one, anytime I try to enable auto-sync, it is always back to disabled.

Related

[HOWTO] Get Email reply working on JPH 2.2

Yes people! i've done it! got the Email.apk from Froyo 2.2 JIJP5 and got it working on JPH by deodexing it. Here is a short tutorial howto push it to your phone.
But thats old use the Cyanogenmod Email.apk (it's in this post)
You can choose:
Email deoxed.zip (original email client)
Email.apk (CM email client without security reinforcement)
Requirements:
- ADB and some basic knowledge of ADB
- rooted SGS I9000
- JPH firmware
Con's
- You have to set your Email again
Follow these steps:
1) First backup your original Email.apk (just in case)
Code:
adb pull /system/app/Email.apk
adb pull /system/app/Email.odex
2) Now move the original Email.apk and odex file a backup folder
3) Download the new Email deoxed.zip or the Email.apk (Cyanogen) and extract it in the ADB folder
4) Now push the new Email.apk to your /sdcard/
Code:
adb push Email.apk /sdcard/
5) Remove the original Email.apk and odex from your phone
Code:
adb shell
su
rm /system/app/Email.apk
rm /system/app/Email.odex
6) Make sure Email is gone from the app drawer
7) Move the new Email.apk from /sdcard/ to /system/app
Code:
mv /sdcard/Email.apk /system/app/
8) Check if Email is in the app drawer again
Done! new Email app with a working reply function
Great!
You won't believe, just 30 secs ago - I pushed the cyanogen based (http://forum.xda-developers.com/showthread.php?t=775007) email.apk to the phone!
Btw, can your mod circumvent the security policy?...
hacksome said:
You won't believe, just 30 secs ago - I pushed the cyanogen email.apk to the phone!
Btw, can your mod circumvent the security policy?...
Click to expand...
Click to collapse
Nope can your's? does it work? because i tried the Evo email app and it didn't work! FC'd on me!
Please upload it here!
Mine works!
The Email.apk from the http://forum.xda-developers.com/showthread.php?t=775007 Thread helps circumvent. Just accept the dialog for the first time when it asks during setup. No more bugging.
I removed the stock email.apk/odex files using the SGSTools before installing this.
thanks trying out now.
this will also rendered the mail/contact/calendar to be purged off and requires re setup of the exchange account sync.
zenkinz said:
thanks trying out now.
this will also rendered the mail/contact/calendar to be purged off and requires re setup of the exchange account sync.
Click to expand...
Click to collapse
Jep you need to set your email again!
BackfireNL said:
Yes people! i've done it! got the Email.apk from Froyo 2.2 JIJP5 and got it working on JPH by deodexing it. Here is a short tutorial howto push it to your phone.
But thats old use the Cyanogenmod Email.apk (it's in this post)
You can choose:
Email deoxed.zip (original email client)
Email.apk (CM email client without security reinforcement)
Requirements:
- ADB and some basic knowledge of ADB
- rooted SGS I9000
- JPH firmware
Con's
- You have to set your Email again
Follow these steps:
1) First backup your original Email.apk (just in case)
Code:
adb pull /system/app/Email.apk
adb pull /system/app/Email.odex
2) Now move the original Email.apk and odex file a backup folder
3) Download the new Email deoxed.zip or the Email.apk (Cyanogen) and extract it in the ADB folder
4) Now push the new Email.apk to your /sdcard/
Code:
adb push Email.apk /sdcard/
5) Remove the original Email.apk and odex from your phone
Code:
adb shell
su
rm /system/app/Email.apk
rm /system/app/Email.odex
6) Make sure Email is gone from the app drawer
7) Move the new Email.apk from /sdcard/ to /system/app
Code:
mv /sdcard/Email.apk /system/app/
8) Check if Email is in the app drawer again
Done! new Email app with a working reply function
Click to expand...
Click to collapse
Heeey MEN!!
YOU ARE THE SUNSHINE IN MY HEART.. hahahahahahahaha SOOOO GREAT! many thanks!!
after setting up my exchange account, my calendar doesn't sync anymore, so I'm not sure if this is the culprit. any advise? problem with android exchagne sync is that you can't see the status of the sync progress (unlike ms activesync)
Does this by chance contain any fixes for allowing a non standard port number to be specified when configuring exchange account?
zenkinz said:
after setting up my exchange account, my calendar doesn't sync anymore, so I'm not sure if this is the culprit. any advise? problem with android exchagne sync is that you can't see the status of the sync progress (unlike ms activesync)
Click to expand...
Click to collapse
Have you restarted the phone yet?
BackfireNL said:
Have you restarted the phone yet?
Click to expand...
Click to collapse
yup. restarted
It works here (on XXJPH at least)! Thanks so much!
The only thing I noticed is that the Email.apk from JIJP5 is not localized (at least not to German), but shows English text all around. That's not really a problem though, just in case anyone wonders.
does this fix the imap not deleting emails on the server bug aswell?
baldric said:
does this fix the imap not deleting emails on the server bug aswell?
Click to expand...
Click to collapse
aha! I just installed touchdown for exchange sync and noticed emails deleted in touchdown were still on my PC's outlook... annoying!
anyone know if this email.apk fixes this?
strange, on my JPM it crashes/fc whenever I try to start it.
Hi guys I am trying to run this fix on my email.
I am running ODIN3 Froyo on my captivate but I keep getting a bunch of errors.
When I try to back up both files, it tells me that it cant find them. I tried to browse to the system/app directory but cant see the files.
When I try to copy email.apk to the sdcard I get an error that it a directory. Any help would be greatly appreciated.
Hey Guys,
I tried the above steps, all of the commands worked except that I don't still see the Email app in the drawer. I see the Email.apk file in the /system/app folder, re-started my phone multiple times but the Email app is no where to be seen.
Any pointers?
I was running this on the Froyo 2.2 build on my Captivate!
Code:
mv /sdcard/Email.apk /system/app/
failed on '/sdcard/Email.apk' - Cross-device link
Everything is fine mail is removed but now i am getting this error pushing the new package to my phone.
Any ideas?
I'm getting an error trying to rm Email.apk and Email.odex (read-only system file). I used SuperOneClick to root my phone and I have SU but I'm wondering if it's not truely rooted. Any advice on how I can verify?
When I adb shell and then issue su, I don't get any errors - just the # prompt so it looks like it wants to work.
FYI, I'm doing this because I put Froyo on my new captivate and can't reply/forward exchange emails. I was pointed at this thread as a fix for that issue.
TIA!
Looks like this may have been a reboot or something issue. I was able to get in and remove the Email files.
mallama said:
Code:
mv /sdcard/Email.apk /system/app/
failed on '/sdcard/Email.apk' - Cross-device link
Everything is fine mail is removed but now i am getting this error pushing the new package to my phone.
Any ideas?
Click to expand...
Click to collapse
FYI, I got the same error as mallama above so I just exited shell and did an adb push Email.apk instead of doing the mv from the sdcard... Everything is working great now.
Thanks, yet again, XDA!

[Q]How to restore Sense lockscreen?

This is going to be one of those things where some people cry out "Blasphemy!" But I will ask anyways.
I loaded up a ROM on my Evo that contains Sense everything, except the lockscreen. The ROM is perfect other than this problem. Despite my best efforts all I see is people asking how to remove the Sense lockscreen (wut?) and none trying to add it to a ROM after the fact. So I'm wondering if anyone would be kind enough to aid me in restoring the Sense lockscreen. I'd greatly appreciate the help.
Licht_ said:
This is going to be one of those things where some people cry out "Blasphemy!" But I will ask anyways.
I loaded up a ROM on my Evo that contains Sense everything, except the lockscreen. The ROM is perfect other than this problem. Despite my best efforts all I see is people asking how to remove the Sense lockscreen (wut?) and none trying to add it to a ROM after the fact. So I'm wondering if anyone would be kind enough to aid me in restoring the Sense lockscreen. I'd greatly appreciate the help.
Click to expand...
Click to collapse
Restore nandroid
Find the HtcLockscreen.apk and use adb to push it to /system/app/
bcarter2000 said:
Find the HtcLockscreen.apk and use adb to push it to /system/app/
Click to expand...
Click to collapse
If you're not good with adb, you can also use root explorer.
I've placed htclockscreen.apk into system/app but it doesn't enable the lock screen. Possible the APK I downloaded is misnamed.
Licht_ said:
I've placed htclockscreen.apk into system/app but it doesn't enable the lock screen. Possible the APK I downloaded is misnamed.
Click to expand...
Click to collapse
Did you install it?
Sent from my HTC EVO 4G with Tapatalk
Widget locker works well
A drop of Chuck Norris's semen was placed on Android OS. We now have CyanogenMod.
kd0axs said:
Did you install it?
Sent from my HTC EVO 4G with Tapatalk
Click to expand...
Click to collapse
I tried but it says "Application not installed." I assumed that meant that I couldn't install system APKs or something of the like. I'll look for another source for the file. I'm sure this one is just bad. (Random Mediafire link.)
Edit : I downloaded from a better source. But this file also will not install. Placed it into the correct folder and am now rebooting to see if it works.
Edit 2 : Definitely not working. Am I missing something? I just place it in the folder... then nothing happens.
You have to install it after it's place in the folder. Use your favorite file manager and click on the apk file.
Licht_ said:
I tried but it says "Application not installed." I assumed that meant that I couldn't install system APKs or something of the like. I'll look for another source for the file. I'm sure this one is just bad. (Random Mediafire link.)
Edit : I downloaded from a better source. But this file also will not install. Placed it into the correct folder and am now rebooting to see if it works.
Edit 2 : Definitely not working. Am I missing something? I just place it in the folder... then nothing happens.
Click to expand...
Click to collapse
Okay. Take your htclockscreen.apk, using Root Explorer preferably, and place it in /system/app. There is no need to install anything now. What is needed, is that you need to long press on the htclockscreen.apk after you copy it to the system/app folder, and press permissions. You must make sure that the "user" permissions are set "read" and "write". Make sure they're both checked. Once that is complete, reboot your Evo. You'll have the htc lockscreen, every time.
you can also use adb. If you don't have it all set up, there's an easy way around that. Download 'wireless adb' or 'adb over wifi' from the market. Activate that app (you have to have your wifi on), open up a command prompt and connect to your phone, by typing 'adb connect 192.sss.s.ss:8000' (it'd be your IP address and port, which the app will provide to you). Once connected, navigate to where you downloaded the htc lockscreen apk. (say it was in the folder C:\android, you'd type cd C:\android, then hit enter). Then do this. adb remount (hit enter).
adb push HtcLockscreen.apk /system/app (hit enter). Then type adb reboot (hit enter). That would be all you need to do. Either one of those two methods, with adb or the file explorer should solve your problem.
k2buckley said:
Okay. Take your htclockscreen.apk, using Root Explorer preferably, and place it in /system/app. There is no need to install anything now. What is needed, is that you need to long press on the htclockscreen.apk after you copy it to the system/app folder, and press permissions. You must make sure that the "user" permissions are set "read" and "write". Make sure they're both checked. Once that is complete, reboot your Evo. You'll have the htc lockscreen, every time.
you can also use adb. If you don't have it all set up, there's an easy way around that. Download 'wireless adb' or 'adb over wifi' from the market. Activate that app (you have to have your wifi on), open up a command prompt and connect to your phone, by typing 'adb connect 192.sss.s.ss:8000' (it'd be your IP address and port, which the app will provide to you). Once connected, navigate to where you downloaded the htc lockscreen apk. (say it was in the folder C:\android, you'd type cd C:\android, then hit enter). Then do this. adb remount (hit enter).
adb push HtcLockscreen.apk /system/app (hit enter). Then type adb reboot (hit enter). That would be all you need to do. Either one of those two methods, with adb or the file explorer should solve your problem.
Click to expand...
Click to collapse
I've added the permissions as per your instructions and rebooted twice but I still have the stock lockscreen.
Licht_ said:
I've added the permissions as per your instructions and rebooted twice but I still have the stock lockscreen.
Click to expand...
Click to collapse
What ROM are you running? I was under the assumption (for some reason) that it was a nonsense rom (sense based, but most sense elements removed). Are you on an AOSP rom? If you are, I don't believe you can use a sense htc lockscreen at all, and I apologize for the mis information. If you are actually using a sense based ROM, then I'm not sure why it's not working. What file explorer are you using? Root Explorer?
Edit: I re read your OP. I see you are on a Sense based rom. What rom is it? Maybe I'll flash it and see if I can get the htc lockscreen working. I feel like flashing something....
k2buckley said:
What ROM are you running? I was under the assumption (for some reason) that it was a nonsense rom (sense based, but most sense elements removed). Are you on an AOSP rom? If you are, I don't believe you can use a sense htc lockscreen at all, and I apologize for the mis information. If you are actually using a sense based ROM, then I'm not sure why it's not working. What file explorer are you using? Root Explorer?
Edit: I re read your OP. I see you are on a Sense based rom. What rom is it? Maybe I'll flash it and see if I can get the htc lockscreen working. I feel like flashing something....
Click to expand...
Click to collapse
Eternal Prophecy 4.2
It has most Sense elements but just not the lockscreen.
Sent from my Evo 4G using XDA App

Missing Gmail

I deleted my gmail by mistake. Using root explorer. I cant download it from the market. Were can I get the apk to restore.
You could download one of the ROMs in the Dev section. Take the .apk out of there and push it to /system/app.
However, I'm not 100% positive it will work because of the .odex file.
I found one that was 2.3.5.2 and was modded for the go launcher ex notifactions. Works but not the same as the one that was installed. Its a different look basically. Why wouldnt google have this in the market.
Here's the stock image from google. You can pull it from there.
I take it you have the VZW GN : https://dl.google.com/dl/android/aosp/mysid-icl53f-factory-65895fa8.tgz
yes verizon. i did try and pull the gmail.apk from a rom and tried to install and it wont.
how do i pull the gmail from that file u linked??
You should try pushing it with ADB.
Code:
adb push Gmail.apk /system/app
El Daddy said:
You should try pushing it with ADB.
Code:
adb push Gmail.apk /system/app
Click to expand...
Click to collapse
i suck with adb. what do i need to do?
1) Put the .apk in the same folder as adb.exe (located in Android SDK\android-sdk-windows\platform-tools on my computer. Yours could be different.)
2) Open the command window directed at that folder. (Hold shift and right click then from the drop down window click "open command window here")
3) Then enter
Code:
adb push Gmail.apk /system/app
4) Then
Code:
adb reboot
I've attached the Gmail.apk
it says im a read only file system and will not push it.
The file you sent me is working now. All I did was install the apk file like any other apk using root explorer. Thanks alot for all the help.
Yeah I forgot you had to be rooted.
Glad it worked for you.
Iam rooted. Thats what is werid. Only way I can use root explorer is if im rooted.

[Q] How to hide OTA update notification?

Does anyone know a method specific to the G2? I'm not worried about missing out on Knock Code right now and don't want to go through the effort required to unroot and root again and reinstall TWRP, but this notification just does not want to go away. I've seen similar threads but for other phones and wanted to make sure this phone doesnt have its own method for system update hiding.
You have to be rooted and use a file explorer to rename otacerts.zip or go under app settings and uncheck notifications for Google Services Framework.
Sent from my LG G3 via Tapatalk Pro
can't seem to disable the notification
haoleflip said:
You have to be rooted and use a file explorer to rename otacerts.zip or go under app settings and uncheck notifications for Google Services Framework.
Sent from my LG G3 via Tapatalk Pro
Click to expand...
Click to collapse
OK, I have done both, but cannot seem to disable the "System update downloaded" Notification.
1st I disabled the "Notification" from Google Services Framework and this didn't seem to make the message go away, even after a reboot.
2nd: I renamed the system etc security otacerts.zip file to otacerts.zip.bak using adb shell.
using these commands:
adb shell
# su
# mount -o rw,remount /system
cd /etc/security
# mv otacerts.zip otacerts.zip.bak
#exit
exit
These two things didn't seem to work. I also, don't care about the update if I need to unroot, and reflash.
Anyone have any ideas?
thanks
---------- Post added at 07:04 PM ---------- Previous post was at 06:43 PM ----------
badkarmah187 said:
OK, I have done both, but cannot seem to disable the "System update downloaded" Notification.
1st I disabled the "Notification" from Google Services Framework and this didn't seem to make the message go away, even after a reboot.
2nd: I renamed the system etc security otacerts.zip file to otacerts.zip.bak using adb shell.
using these commands:
adb shell
# su
# mount -o rw,remount /system
cd /etc/security
# mv otacerts.zip otacerts.zip.bak
#exit
exit
These two things didn't seem to work. I also, don't care about the update if I need to unroot, and reflash.
Anyone have any ideas?
thanks
Click to expand...
Click to collapse
I also renamed /system/app/LGFOTA.apk
and cleared the Google services: Settings -> Apps -> All -> Google Services Framework -> Clear data
message is gone.
I deleted the file, instead of renaming it. I also just held down the notification, went to App info and unchecked the box. Rebooted and had no issues afterwards.

Stop prompt to install MM?

The instructions I have to stop the prompt to update to MM is to to System Folder > Etc > Security and rename “Otacerts.zip” to “Otacerts.zip.bak”. However, when I try to rename it, I get "access is denied."
I am using FX File Explorer with the root add on. I'm on 5.1.1.
MrNetwork said:
The instructions I have to stop the prompt to update to MM is to to System Folder > Etc > Security and rename “Otacerts.zip” to “Otacerts.zip.bak”. However, when I try to rename it, I get "access is denied."
I am using FX File Explorer with the root add on. I'm on 5.1.1.
Click to expand...
Click to collapse
I figured out what I was doing wrong in FX File Explorer and was able to rename Otacerts.zip” to “Otacerts.zip.bak. After rebooting, I am still getting prompted to install the system update.
I guess you have to know the correct keywords in search. This is what worked for me: http://forum.xda-developers.com/showpost.php?p=67197819&postcount=4
I hope this helps someone else.

Categories

Resources