Trouble installing from Removed Aps folder in MikFroyo4.5 - EVO 4G Q&A, Help & Troubleshooting

I tried to instal .apk files from the Removed Apps folder on my Sd card using Root Explorer and when I hit the install button. It says app not installed.
Any ideas why?
Oh yeah, incidentally, when I try to install the com.fede.launcher.apk by copy and pasting it into the system/app folder I get the same message "app not installed.
Thanks in advance for your help.

Related

help getting apps to show up

so i removed friendstream.apk because of forcecloses and htcfacebook for sense i got the apks from a stock rom and used root explorer to mount and paste the files into the /system/app folder so theyre there, but i dont see the apps or widgets but when i try to install them using the app manager on android it says its already installed, any ideas? thanks!
any help guys! thanks!!!

[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] Adding own apps into cm7?

hi guys, just switched to cm7.1, its a good rom, i was wondering if its possible to add your own apps into the rom and then flashing it? what i mean is to add your own essential apps into the rom and then to zip it so it uses up more rom space and leaves more internal space. if there is a method, can some one please give some idea on it. thanks
Of course it is. Just copy the app's apk from /data/app in the /system/app folder of the zip file.
Thanks but can you explain abit more in detail please, like if i put the apks in that folder, will the apps automaically be installed? and as for the rom zip file, will that need to be zipped up back in a special way? also will the apk's need to be signed with a special program? a small accurate guid would be sweet. thanks
There are two ways, either manually open the zip (no need to extract it) then just drag and drop your apk files to the System/app folder or data/app folder then close the window. Sometimes it doesnt work it depends I think on how the files was compiled or something.
Or use ROM manager. Look it up in the forums.
Edit: Its Rom Editor if my memory recalls it correctly.
kuljit55 said:
Thanks but can you explain abit more in detail please, like if i put the apks in that folder, will the apps automaically be installed? and as for the rom zip file, will that need to be zipped up back in a special way? also will the apk's need to be signed with a special program? a small accurate guid would be sweet. thanks
Click to expand...
Click to collapse
No, just open the zip and stick the apk's in that directory. Then when you go to flash just disable signature verification..
I'm not sure as to how this will go about saving space though.. it's the same as installing apps AFAIK
bortak said:
I'm not sure as to how this will go about saving space though.. it's the same as installing apps AFAIK
Click to expand...
Click to collapse
In a way it does save space. I remove some apps that I don't need from the CM zip like ROM Manager, live wall paper etc and then add my apk files on system instead of it being saved in data folder.
Sthankyou, can i manually move apps in the data folder into the system with root explorer? i am s-off.
kuljit55 said:
Sthankyou, can i manually move apps in the data folder into the system with root explorer? i am s-off.
Click to expand...
Click to collapse
with root explorer yes, but I don't think they'll actually be installed just by putting them there..
kuljit55 said:
Sthankyou, can i manually move apps in the data folder into the system with root explorer? i am s-off.
Click to expand...
Click to collapse
Yes you can manually install apks to the system/app using root explorer. But you have to modify the permission of the apk file upon transferring. It is best that you first copy the apk from the data/app folder to sd. Then uninstall the app. Then use root explorer to transfer the app from sd to system/app. Update the permission then reboot.
Take note that not all apps will work with this method. Some apps just needed to be on the data/app folder based on my experience.
Sent from HTC Desire via XDA App
Or use titanium backups "Covert to system app" functionaility
rootSU said:
Or use titanium backups "Covert to system app" functionaility
Click to expand...
Click to collapse
Yup. I forgot about that. Yeah damn easy too.

[Q] Can't install apks or move apks to app folder

I'm on Fresh Evo and the video camera force closes....
So, i tried uninstalling the htccamera and installing the camera.apk from CMs rom, since that camera is much better than htccamera.
Anyway, I've tried putting the apk on the sdcard and when I click on it to install, it says "application not installed."
If I try moving the apk to the system/app folder I get an error "java.io.filenotfound/system/app/Camera.apk(permission denied)
I've tried pushing and pulling from adb, also with errors.
I'm fully rooted, is there something I'm missing? a Checkbox somewhere? I've allowed installing applications from unknown sources, so that's not it.
Any help would be appreciated. Thanks
I don't know if it will work for the camera, but when installing a system app, I use root explorer (which isn't free from the market) to mount r/w permissions in the system/app folder so that I can copy and paste the app inside that folder. Then I long press the app and click on permissions, then only check the boxes for Owner/Read, Owner/Write, Group/Read, and Other/Read. The app then installs itself when I reboot the phone.
shortydoggg said:
I don't know if it will work for the camera, but when installing a system app, I use root explorer (which isn't free from the market) to mount r/w permissions in the system/app folder so that I can copy and paste the app inside that folder. Then I long press the app and click on permissions, then only check the boxes for Owner/Read, Owner/Write, Group/Read, and Other/Read. The app then installs itself when I reboot the phone.
Click to expand...
Click to collapse
Downloaded Root Explorer, finally was able to copy the camera.apk into the system/app folder. Success there, but...
Changed all the permissions like you said, then clicked on the apk to install it. A window opened up with an install button, clicked it, and then it came up with the message "application not installed." I rebooted and it looked like the camera installed, it showed up in the app list, but when I click it, it force closes, comes up with an error "we're sorry, camera has closed unexpectedly, com.android.camera, please try again.
Any ideas on how to get passed the force close. It's doing exactly what the htccamera would do when I tried to use the video camera.
Thanks in advance.

Rom flashable .zip not working properly

I made a rom with bloat removed and some of my useful app into /system/app, after flashing the zip phone boots to OS but
i dont see my apps installed into system, also the airplane mode toggle is also missing from power menu.
I trying to flash stock GB rom.
when i look into system/app using root explorer i can see my apps there with proper permission but they are not installed
What can be the problem?
Are the APK files well-signed ?
Try to install them manually directly from the /system/app folder.
Hope I helped.
Cheers.
xdlol123321 said:
Are the APK files well-signed ?
Try to install them manually directly from the /system/app folder.
Hope I helped.
Cheers.
Click to expand...
Click to collapse
I figured it out my self, those .apk files were having space in their name and so they didnt install in /system/app.
Great !

Categories

Resources