Installing HTC contacts app on KF - Kindle Fire Q&A, Help & Troubleshooting

I rooted my Kindle Fire. I use the HTC contacts app (People) on my Thunderbolt. I was hoping to put the same contacts app on my KF.
I copied the HtcContacts.apk file over to my KF. When I try to install it I get a message "application Not Installed"
Any suggestions on how to install this app successfully? Are there log files that I can look at to try and figure out what is failing? I am guessing that I need some additional files copied over.

Related

Installing AOSP apps on the evo

Hi everybody,
This is a total n00b question, but I was hoping someone could point me in the right direction. I want to install some of the AOSP apps onto my rooted Evo. So I downloaded eclair from google and built it it. Then I copied the Gallery.apk onto my SDK card and tried to install it. It goes through the motions, even as far as telling me which permissions that the app needs to run (Storage, etc).
Then it says, "Application not installed." with a done button.
I probably simply can't do what I'm trying to do, but if you can point in the right direction, I'd love to have a hand. I can't find log files or anything that would be useful.
-Ted
I'm not sure about AOSP apps, but here's what you do to add HTC apps back into roms:
1. Get something like Root Explorer so you can easily write to /system/
2. Copy your apk to /system/app/
3. Change it's permissions to match those of other apk's in the folder
4. Reboot phone
(And this should have gone in Q&A, but it's all good )
K I'm also confused about this but the HTC app part. If I wanted the stock clock widget can I make them work with launcher pro?
Also kind of confused about what exactly asop is in laments terms
Sent from my PC36100 using XDA App
I posted something along these lines in Q&A. Of course the problem with Q&A is there aren't nearly as many people around, but I did eventually get somewhat of an answer.
I was trying to take the apks from bugless beast and install the AOSP dialer, calendar, calculator, browser, and messaging apps into another ROM. I love bugless beast, but ironically it has some pretty bad bugs, hopefully we will see some updates.
At any rate, I eventually got some assistance on installing from adb, you may want to just look at the thread, but the short explination is to run
Code:
adb remount
and then you can do an adb shell command to get onto the phone (or use "adb shell <on-phone command>") to run
Code:
install <apk name> /system/app
This will be a very easy way to bugger things up, as I have found out from trying to get the contacts/dialer app running. I would love to hear what all I need to do to get the contacts/dialer/phone portion running as it is in bugless beast.
http://forum.xda-developers.com/showthread.php?t=715635
Thanks for this. It didn't error or anything, but it didn't work either. The app isn't available.
tedroden said:
Thanks for this. It didn't error or anything, but it didn't work either. The app isn't available.
Click to expand...
Click to collapse
So you did the remount, and then either ran adb shell install <apk> /system/app or ran "adb shell" which entered the phone, and then tried "install <apk> /system/app ???
There were no error messages, and then did you reboot?
If you did all of that, what apk were you trying to install?
I really want the calendar app. I tried doing something like this to install the calendar on the emulator. It didn't work there either. It acted like it worked, but all I got was a calendar app that would launch then fail immediately.
nlowhor said:
I really want the calendar app. I tried doing something like this to install the calendar on the emulator. It didn't work there either. It acted like it worked, but all I got was a calendar app that would launch then fail immediately.
Click to expand...
Click to collapse
You probably need the calendar provider apk. I'm using the apks from bugless beast, other ones may have problems I'm not having.
did the remount, and then ... ran "adb shell" which entered the phone, and then tried "install <apk> /system/app ???
There were no error messages, and then did you reboot?
If you did all of that, what apk were you trying to install?
Click to expand...
Click to collapse
Yep, I did all of that. Trying to install Gallery.apk
From what I recall about install, it just copies the file with the proper permissions, it's not doing anything super fancy. I can manually verify that the apk is in the /system/app folder, so technically, 'install' worked. It's just not showing up as an app that I can use.
laydros said:
You probably need the calendar provider apk. I'm using the apks from bugless beast, other ones may have problems I'm not having.
Click to expand...
Click to collapse
I have them both and put that into the same folder. Didn't seem to be good enough to make the emulator happy.

[Q] Unable to reinstall some apps

I've searched for this and no luck... I'm using Myn's Warm 2.2 RLS4 and trying to reinstall some of the removed .apks that are in the optional folder, and others that I have moved myself using Root Explorer. Some of them I could just click and they would install via the app installer with no problem. However, I'm getting an "application not installed" message for some.
I've tried installing from the folder (with success for some apk's) and also tried moving the files back to the original location system/app and installing from there. (I've also had this work in one instance). In addition, I've tried rebooting and wipes of dalvik in between attempts.
An example: I moved HTCTwitter to the sd card and the app (Peep) was gone as expected. Next I tried reinstalling to test whether or not it would work and got the dreaded "app not installed" message. After that I tried just moving file back to the original location using root explorer and a restart. The file moved to the correct location, but no sign of the app. I tried installing from within system/app and same "app not installed".
This is not isolated to this ROM for me. Had same issue with AVA Froyo. Any help would be appreciated.
Thanks
Are the one's that you are having trouble with "System Apps"?
It seems like it's mostly the apps that came pre-installed like Peep in the example and I remember the issue with Teeter as well. I recall having an issue with twitter, when I moved it thinking it was the peep app and could not reinstall that app. However, I went to the mkt and the twitter app install with no problem.
So, yes. It seems like systems apps.
Try setting your permissions mask to match an installed app. While you're at it check ownership and chown to match.
Oh yeah I'm sure you're first uninstalling, then installing a new.
kperry1911 said:
I've searched for this and no luck... I'm using Myn's Warm 2.2 RLS4 and trying to reinstall some of the removed .apks that are in the optional folder, and others that I have moved myself using Root Explorer. Some of them I could just click and they would install via the app installer with no problem. However, I'm getting an "application not installed" message for some.
I've tried installing from the folder (with success for some apk's) and also tried moving the files back to the original location system/app and installing from there. (I've also had this work in one instance). In addition, I've tried rebooting and wipes of dalvik in between attempts.
An example: I moved HTCTwitter to the sd card and the app (Peep) was gone as expected. Next I tried reinstalling to test whether or not it would work and got the dreaded "app not installed" message. After that I tried just moving file back to the original location using root explorer and a restart. The file moved to the correct location, but no sign of the app. I tried installing from within system/app and same "app not installed".
This is not isolated to this ROM for me. Had same issue with AVA Froyo. Any help would be appreciated.
Thanks
Click to expand...
Click to collapse
Try using adb what you need to do is place your apk in your androidsdk tools folder, open cmd, cd to your androidsdk/tools folders, and push the apk to there location wanted. Example pushing gmail would be as follows.
Code:
Adb remount
Adb push gmail.apk system/app
An reboot
Sent from my unrEVOked using xda app
Thanks. Going to give adb a try. I saw that suggestion somewhere else too. It seems like just copying to system/app places the file there, but doesn't have the same effect as adb push.
Also, I did try matching permissions when I was having issues with teeter trying to use root explorer. The strange thing is that I was able to do this a few months ago with the same apk, if I recall correctly, by just installing from Astro file mgr.
Thanks for the help guys.
-kp
Iirc the only time I ever got that message was when froyo apps2sd lost its links and I filled my phone memory with apps.
What's your memory?
Sent with Super-Sonic Vision using XDA app.

[Q] I need help restoring the Htcmsgwidgets.apk

Im new at this and deleted the "peoples" widget on the evo. When I try to store a new contact I get an error message that reads: The process android.process.acore has stopped unexpectedly. please try again. Please help!
Dmarano1010 said:
Im new at this and deleted the "peoples" widget on the evo. When I try to store a new contact I get an error message that reads: The process android.process.acore has stopped unexpectedly. please try again. Please help!
Click to expand...
Click to collapse
Drop the .apk you want to restore into the "tools" folder in the Android SDK then open a command window there and use adb
adb remount
adb push name.apk /system/app
Where name is replaced by the name of the .apk you are moving there, it has to match exactly caps and all.
And you can get the apk by downloading your rom from the dev section and unzipping the file. Look under /system/app.
Sent from my PC36100 using XDA App
I wouldn't worry about using ADB or command lines. I have found with APK's, it's easiest just to use something like ES file Explorer, or Astro File manager (both free in the market).
Just find the file on your SD card, and click on it, it will allow you to install it from there. I attached the APK to make it easy. If you are browsing from your phone, just download and install this. You don't even need a file manager.

Toward working google apps

[Market downloads cause a market FC]
grab: //goo-inside.me/gapps/gapps-gb-20110729-signed.zip
Install a file manager (or mail yourself the relevant APKs)
Install the Google Services Framework apk, as well as, say, the Books app.
Open books. Add your Google account. If you have apks for other Google apps, you can install them and they should behave.
GMail works fine. Maps works fine. Market falls over on download.
Which one is gmail and which one is google reader? What abotu voice?
blacked out gmail 2.3.5: http://www.mediafire.com/?26pujxmqvmaubjb
sound like device id issue which we did nookcolor before
obra said:
[Market downloads cause a market FC]
grab: //goo-inside.me/gapps/gapps-gb-20110729-signed.zip
Install a file manager (or mail yourself the relevant APKs)
Install the Google Services Framework apk, as well as, say, the Books app.
Open books. Add your Google account. If you have apks for other Google apps, you can install them and they should behave.
GMail works fine. Maps works fine. Market falls over on download.
Click to expand...
Click to collapse
nm - grabbed the wrong file
Hmmm...I downloaded the zipfile, copied the unzipped files over to the Kindle, and tried to install using ES File Explorer. I was able to install YouTube just fine, but when I tried to install the "GoogleServicesFramework.apk" file, the installation failed with an "Application Not Installed" error message. Any ideas?
Yes, I do have the "Unknown Applications" permission set correctly, as I've sideloaded and installed a bunch of other stuff.
doug2311 said:
Hmmm...I downloaded the zipfile, copied the unzipped files over to the Kindle, and tried to install using ES File Explorer. I was able to install YouTube just fine, but when I tried to install the "GoogleServicesFramework.apk" file, the installation failed with an "Application Not Installed" error message. Any ideas?
Yes, I do have the "Unknown Applications" permission set correctly, as I've sideloaded and installed a bunch of other stuff.
Click to expand...
Click to collapse
I've already side-loaded dropbox to speed things up a bit over here.
doug2311 said:
Hmmm...I downloaded the zipfile, copied the unzipped files over to the Kindle, and tried to install using ES File Explorer. I was able to install YouTube just fine, but when I tried to install the "GoogleServicesFramework.apk" file, the installation failed with an "Application Not Installed" error message. Any ideas?
Yes, I do have the "Unknown Applications" permission set correctly, as I've sideloaded and installed a bunch of other stuff.
Click to expand...
Click to collapse
I have the same issue
I'm at work and my kindle is supposed to arrive today... but now that there is root, has anyone tried to install gapps by restoring them via titanium backup?
"Can't establish a data connection to the server"
Update 3:
Working Google Apps:
Voice
Talk
Maps
YouTube
Reader
Google+
Books
Gmail
Partially Working:
Market (Force Closes when updates or downloads are attempted)
UPDATE 2: All of my gapps are working now with the exception of Market. Any ideas as to how to get market running?
UPDATE: I was able to sign into my account, but the only app that doesn't force close is books. Market and gmail both force close when I try to open them.
I am online and able to surf the internet right now on my fire just fine . . . but for some reason when I try to sign into my google account I get the error
"Can't establish a reliable data connection to the server.
His could be a temporary problem or your phone may not be provisioned for data services. If it continues, call Customer Care."
Any ideas?
I am rooted and have BusyBox installed​
Everything is working great for me except Talk, which won't install.
As far as the market, I have no problem installing it, but it doesn't create an icon. If I choose to open the market immediately after installing, however, it opens, and works flawlessly.
For those with the market issue, you may want to chmod the vending.apk to 6775 to correct permissions. Maybe that'll help? You'll have to do it locally with a terminal emulator though, I've had no luck getting ADB to give me root access.
The reason I mention chmod is, I had originally pushed the files out to the system/app folder manually, and set permissions, but I had no way to open the apps that way, since the fire is very picky on what it gives icon space to, unlike vanilla android.
DarkSi08 said:
Everything is working great for me except Talk, which won't install.
As far as the market, I have no problem installing it, but it doesn't create an icon. If I choose to open the market immediately after installing, however, it opens, and works flawlessly.
For those with the market issue, you may want to chmod the vending.apk to 6775 to correct permissions. Maybe that'll help? You'll have to do it locally with a terminal emulator though, I've had no luck getting ADB to give me root access.
The reason I mention chmod is, I had originally pushed the files out to the system/app folder manually, and set permissions, but I had no way to open the apps that way, since the fire is very picky on what it gives icon space to, unlike vanilla android.
Click to expand...
Click to collapse
This worked PERFECT. market works now - installed the apk by opening it from file manage on the kindle, then navigated to /data/app and fixed permissions - as to your google talk issue, I just copied talk.apk directly into /system/app, fixed permissions, and rebooted, and it showed up in ADW Launcher as installed and worked perfectly - doesnt show up in the kindle launcher tho.
abremel said:
This worked PERFECT. market works now - installed the apk by opening it from file manage on the kindle, then navigated to /data/app and fixed permissions - as to your google talk issue, I just copied talk.apk directly into /system/app, fixed permissions, and rebooted, and it showed up as installed and worked perfectly.
Click to expand...
Click to collapse
What are the correct permissions?
ckong1 said:
What are the correct permissions?
Click to expand...
Click to collapse
rw-r--r--
644? i think is the number?
I wasn't able to launch google talk from kindle launcher, but once I installed Go Launcher talk came up right away and works.
ckong1 said:
I wasn't able to launch google talk from kindle launcher, but once I installed Go Launcher talk came up right away and works.
Click to expand...
Click to collapse
mybad. I'm an idiot. Yeah, I have adw launcher installed - it showed up on there, not the kindle launcher.
abremel said:
mybad. I'm an idiot. Yeah, I have adw launcher installed - it showed up on there, not the kindle launcher.
Click to expand...
Click to collapse
Ah, makes sense. I haven't considered installing any other launchers yet.
I wonder what it is about the stock launcher that suppresses installed apps from showing up. It makes no sense to me that gmail and maps would show up as they should, but not the marketplace and talk.
Ok got Talk working perfectly. What's the correct permissions for the market?
ckong1 said:
Ok got Talk working perfectly. What's the correct permissions for the market?
Click to expand...
Click to collapse
rwx for owner, just r for the other 2. I'm unrooted now so i can no longer see the numbers...
Still getting FC's for the Market app...
ckong1 said:
Still getting FC's for the Market app...
Click to expand...
Click to collapse
did you install it by copying over the apk to the device and selecting it, or copy it directly to /system/app - it force closed on me if i copied it to /system/app, but if i just copied it over to the internal sd, selected it and installed, and then fixed the permissions of the installed vending.apk in /data/app, it worked.
---------- Post added at 07:54 PM ---------- Previous post was at 07:48 PM ----------
I'm curious, does anyone have calendar working and properly syncing yet? That's one I haven't been able to figure out.

[Q] Stuck with no default Calendar app

Hi guys,
I just updated to a custom ICS (AOKP 7.2) on my Desire HD, and it left me with no Calendar application.
I found the app inside of the ROM's .zip, but it fails the installation... It just returns "Installation failed" at Package manager...
What can I do?
Check if your ROM file was corrupt.
If it isn't, manually pull the apk and put it into the /system/app directory or where ever it should be, along with the other system applications, set permissions and reboot.

Categories

Resources