Application not installed - Galaxy Ace S5830 Q&A, Help & Troubleshooting

I'm trying to install a certain .apk file. and it keeps showing me "application not installed".
I've tried it on stock, and it installs.
After checking logcat this is what it says:
D/PackageManager( 1399): Scanning package com.abcdef.android.abcdef.abcdef.apk
W/PackageManager( 1399): Cannot install platform packages to user storage
W/PackageManager( 1399): Package couldn't be installed in /data/app/com.abcdef.android.abcdef.abcdef.apk
How can i fix this.
Thanks.

Which is your default install location? It might be causing problems
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________

Application moving is unchecked..
I tried checking it, and tried all locations.
still, the same problem...
How do i fix it?!

One more thing!
I realised that all other apk install properly, only apps that are supposed to be installed to internal storage (data\app) dont install properly.

Internal apps installing using android commander, check the install as system app box. The traditional root explorer thing can also be done.

Xr01d_GT said:
Internal apps installing using android commander, check the install as system app box. The traditional root explorer thing can also be done.
Click to expand...
Click to collapse
But those apps don't need to be copied to system \app.
They are normal apps like UOT Themes and stuff.

Did you try adb to install? Check if that works.

The problem is that these are normal apk's.
because of this issue, i have to start from scratch.

masterex567 said:
The problem is that these are normal apk's.
because of this issue, i have to start from scratch.
Click to expand...
Click to collapse
When you say normal apk, does that refer to stock apk?

Like Themes, and games and all types of apk that are supposed to be installed on internal, (data\app) can't get installed.

Are you using multiple sd-ext scripts?

nope. not partitioned.
Actually it works on other roms, just issue wid mine.
That's why i decided to start from scratch.

OK. Then use spare parts apk and check the compatibility mode box.It might help.

Xr01d_GT said:
OK. Then use spare parts apk and check the compatibility mode box.It might help.
Click to expand...
Click to collapse
Nope. Didn't work.
I'm just gonna switch the base over to unnoficial.

Okay. Good Luck with the ROM. Hoping to see more features in V2 :good:

Thanks..
Problem is official cm apps don't work on unofficial. So i have to compile all modded apps again.

Related

google goggles - what is google doing

???
just tried to load & install newest update of google goggles - install failed "insufficient storage available"....
running CM 4.2.9.1.....
does that mean google goggles "tries" to install itself into internal storage?
does that mean google found a way to circumvent apps2sd?
wtf
shmigao said:
???
just tried to load & install newest update of google goggles - install failed "insufficient storage available"....
running CM 4.2.9.1.....
does that mean google goggles "tries" to install itself into internal storage?
does that mean google found a way to circumvent apps2sd?
wtf
Click to expand...
Click to collapse
I didn't have any issues installing it. It didn't install on my G1's internal storage which currently has 79.52MB available.
shaithis01 said:
I didn't have any issues installing it. It didn't install on my G1's internal storage which currently has 79.52MB available.
Click to expand...
Click to collapse
weird...
just to check what is going on (whether something really wrong on my side), i installed another app (backgrounds), and the installation went fine.
another person in the market comments reported the same issue
...
I'd check your A2SD was actually working It might be installing as a system app, I'm not sure, and I don't know if your system apps are in sd\app_s or in system\app.
shmigao said:
weird...
just to check what is going on (whether something really wrong on my side), i installed another app (backgrounds), and the installation went fine.
another person in the market comments reported the same issue
...
Click to expand...
Click to collapse
it gets more weird... i just checked.
even if google goggles wants to install itself into the internal phone storage, there is still 59.73MB free...
i don't get it
question:
did you all try to install the latest update?
I use CM 4.2.9.1 as well and did not have any problems upgrading to Goggles 1.0.1.
Does "adb logcat" report anything interesting?
Hellek said:
I use CM 4.2.9.1 as well and did not have any problems upgrading to Goggles 1.0.1.
Does "adb logcat" report anything interesting?
Click to expand...
Click to collapse
logcat says:
- Failed to cache package shared libs
- java.io.IOException: Parent directory of file is not writable: /data/data/com.google.android.apps.unveil/lib/tmp20957tmp
- Package couldn't be installed in /data/app.com.google.android.apps
- com.android.vending.api.LocalAssetDatabase.notifyListener(): -5982560687551630360 / INSTALL_FAILED
-com.android.vending.AssetDownloader$DownloadManagerBroadcastReceiver$MyPackageInstallObserver.packageInstalled(): Package install from content://downloads/download/84 failed: Insufficient storage available.
... that's the first time this happened to me
did a complete reinstall of CM ROM, etc., but still the same problem.
weird
next CM update i will wipe then it may work.
I search the file .apk (goggles 1.0.1). Thanks
I had this issue onCM4.2.9.1 as well but got around it by uninstalling 1.0.0 and installing 1.0.1. It didn't use any internal memory either.
shmigao said:
Parent directory of file is not writable: /data/data/com.google.android.apps.unveil/lib/tmp20957tmp
Click to expand...
Click to collapse
There's your problem. Uninstall Goggles and try installing it again from the Market. If you get the same error, do this:
Code:
adb remount
adb shell
su
rm -rf /data/data/com.google.android.apps.unveil
and then try installing it again.
Chahk said:
There's your problem. Uninstall Goggles and try installing it again from the Market. If you get the same error, do this:
Code:
adb remount
adb shell
su
rm -rf /data/data/com.google.android.apps.unveil
and then try installing it again.
Click to expand...
Click to collapse
it worked!
Thank you!
... any idea why i had this issue?
shmigao said:
it worked!
Thank you!
... any idea why i had this issue?
Click to expand...
Click to collapse
Can't say for sure, but somehow the permissions on that folder were different from what the app required. This can sometimes happen if you originally install the app manually (e.g. downloaded the APK from somewhere) instead of directly from the Market.
I search apk file (goggles v1.0.1)
This happens to me every once in a while. I usually just reboot and try the install again, and it works.
Chahk said:
Can't say for sure, but somehow the permissions on that folder were different from what the app required. This can sometimes happen if you originally install the app manually (e.g. downloaded the APK from somewhere) instead of directly from the Market.
Click to expand...
Click to collapse
well i didn't, but i did try to uninstall Amazon MP3 manually (via SU File Management System) - i might have hit the wrong file and messed up the permissions folders...
anyway, it works now
thanks
other people running 4.2.9.1 are seeing the same thing. it isn't google's app.

Unable to install Titanium Backup

Hello friends!
I am presently running rooted Simplicity 2.2.1 on XXJVU with Semaphore 2.5.0bm kernel. After installing this ROM, I installed Titanium Backup Pro and then recovered all my backed up apps,data and settings. Everything was working fine until yesterday when I found that Titanium Backup Pro was gone. So after searching for it and finally unable to trace it, I tried installing it again, both from the apk file that I had in my SD card and from the market, but it failed everytime giving an error message saying "Out of Space: Titanium Backup could not be installed. Free up some space and try again"
This is strange because I have a hell lot of space available and still it is showing this error. I tried installing other softwares and there wasnt any problem with that. This message is flashed only when I try installing TB.
Can you guys please help me to come out of this situation because TB is a must have software for me?
Thank you.
Try looking at last few comment on below thread, they might help you.
http://forum.xda-developers.com/showthread.php?p=26199582
Sent from my GT-I9000
Try to delete titanium.odex
I 've faced this problem like you but i'm not sure the name of file to delete so let try to delete it in /system/app for file Titanium....odex.
frankind said:
I 've faced this problem like you but i'm not sure the name of file to delete so let try to delete it in /system/app for file Titanium....odex.
Click to expand...
Click to collapse
Thanks. The file is actually in /data/app. Thanks anyways. It did help.
go4saket said:
Thanks. The file is actually in /data/app. Thanks anyways. It did help.
Click to expand...
Click to collapse
Thanks. Had same problem and deleting file /data/app/com.keramidas.TitaniumBackup-1.odex:good:
For those of you who have used Lucky Patcher for Titanium Backup, removing the .odex will not solve the issue.
The solution is to remove the patch with Lucky Patcher:
In Lucky Patcher click on Titanium Backup > Open Menu of Patches > Remove ODEX with Changes!
If you have uninstalled the app before removing the patch, you will not be able to update it.
In this case just install the same version as before (this will work), then remove the patch and upgrade the app.
hope this helps
dinci5 said:
For those of you who have used Lucky Patcher for Titanium Backup, removing the .odex will not solve the issue.
The solution is to remove the patch with Lucky Patcher:
In Lucky Patcher click on Titanium Backup > Open Menu of Patches > Remove ODEX with Changes!
If you have uninstalled the app before removing the patch, you will not be able to update it.
In this case just install the same version as before (this will work), then remove the patch and upgrade the app.
hope this helps
Click to expand...
Click to collapse
You are right, I removed the odex file but it still doesnt allow me to install the updated version as I had patched the previous version with lucky patcher. I followed all that you said but I am still not able to install an updated version. After uninstalling the older version, when I try to install the new version, it gives "Application not installed"... Now what?
go4saket said:
You are right, I removed the odex file but it still doesnt allow me to install the updated version as I had patched the previois version with lucky patcher. I reinstalled the old version but in lucky patcher there is nothing called "remove odex with changes". Now what?
Click to expand...
Click to collapse
It is long press titanium Backup in lucky patcher to get "remove odex with changes"
Did that but still not able to install the new version
go4saket said:
Did that but still not able to install the new version
Click to expand...
Click to collapse
Did you reboot phone, after deletes?
if you have root explorer you can try going to /data/dalvik-cache and delete [email protected]@[email protected]
and
[email protected]@[email protected] after that reboot phone
Thanks...Done...
After trying just about everything, THIS WORKED. So I did hit the Thanks Button.
dinci5 said:
For those of you who have used Lucky Patcher for Titanium Backup, removing the .odex will not solve the issue.
The solution is to remove the patch with Lucky Patcher:
In Lucky Patcher click on Titanium Backup > Open Menu of Patches > Remove ODEX with Changes!
If you have uninstalled the app before removing the patch, you will not be able to update it.
In this case just install the same version as before (this will work), then remove the patch and upgrade the app.
hope this helps
Click to expand...
Click to collapse
I've tried everything in this thread, but I still seem to be received the 'Out of space' message.
Anyone else have any other ideas?
DJDrew said:
I've tried everything in this thread, but I still seem to be received the 'Out of space' message.
Anyone else have any other ideas?
Click to expand...
Click to collapse
which rom you are using
so I uninstalled it before trying the luckypatcher method. and I deleted some titanium folder that was empty. I rebooted and still not luck. I just kept trying to install and eventually it did it, after about 10 times.
I've been in this scenario heaps, different apps. almost like custom roms don't uninstall apps properly. I'm on omega note 2.
Even I also faced da same problem.. u have to wipe data/format n dalvic cache n restart da rom
Sent from my GT-P1000 using xda app-developers app
srikzrulez said:
Even I also faced da same problem.. u have to wipe data/format n dalvic cache n restart da rom
Sent from my GT-P1000 using xda app-developers app
Click to expand...
Click to collapse
lmao fck that man....
Sent from my GT-N7100 using xda app-developers app
go4saket said:
Thanks. The file is actually in /data/app. Thanks anyways. It did help.
Click to expand...
Click to collapse
I encounter the same problem due to using the lucky patch several month ago. According your guidance , i fixed the problem of installing problem.
Thanks a lot!
in google you can also make a back up
danny_bron said:
Thanks. Had same problem and deleting file /data/app/com.keramidas.TitaniumBackup-1.odex:good:
Click to expand...
Click to collapse
that worked

How exactly do I uninstall and reinstall my adb drivers?

I'm trying to fix the "daemon started successfully" problem, but I don't think I'm uninstalling and re-installing the driver correctly, I just uninstall the device from device manager, then plug the phone back in and let it install.
That must be wrong because it's not working. The program I'm trying to use is xUltiamte2.4 to deodex my phone.
Astralogic said:
I'm trying to fix the "daemon started successfully" problem, but I don't think I'm uninstalling and re-installing the driver correctly, I just uninstall the device from device manager, then plug the phone back in and let it install.
That must be wrong because it's not working. The program I'm trying to use is xUltiamte2.4 to deodex my phone.
Click to expand...
Click to collapse
If anyone has had this problem and fixed can you please tell me how you did it?
Astralogic said:
I'm trying to fix the "daemon started successfully" problem, but I don't think I'm uninstalling and re-installing the driver correctly, I just uninstall the device from device manager, then plug the phone back in and let it install.
Click to expand...
Click to collapse
Why is that a problem? You want the "daemon" to start successfully, ADB won't work if it doesn't... If it stays stuck on that, maybe you have some program interfering/using ADB. Maybe you have some other ADB program open (flashtool) or maybe you use Bluestacks; check your running processes for a running "adb.exe" process and kill it, then try again.
Removing the drivers should should work as you're doing it already, but before connecting your phone, you should reinstall the drivers first. Or, once it's installed, manually update the drivers through the Windows "Device Manager", by locating the "sa0105adb.inf" file manually.
It can be extracted from the drivers installer (the one that comes with Flashtool) with 7zip, or you might find it still in your temp folder.
Antiga Prime said:
Why is that a problem? You want the "daemon" to start successfully, ADB won't work if it doesn't... If it stays stuck on that, maybe you have some program interfering/using ADB. Maybe you have some other ADB program open (flashtool) or maybe you use Bluestacks; check your running processes for a running "adb.exe" process and kill it, then try again.
Removing the drivers should should work as you're doing it already, but before connecting your phone, you should reinstall the drivers first. Or, once it's installed, manually update the drivers through the Windows "Device Manager", by locating the "sa0105adb.inf" file manually.
It can be extracted from the drivers installer (the one that comes with Flashtool) with 7zip, or you might find it still in your temp folder.
Click to expand...
Click to collapse
Nothing works, isn't there a better way of deodexing then using this stupid program?
Edit: I have a better question. The only reason I want to deodex is so that I can debloat using this guide, that thread already gives me the list of bloatware, isn't there a way I can just go in and manually delete the bloat? Without have to worry about deodexing in order to get the debloat script to run?
Astralogic said:
Nothing works, isn't there a better way of deodexing then using this stupid program?
Edit: I have a better question. The only reason I want to deodex is so that I can debloat using this guide, that thread already gives me the list of bloatware, isn't there a way I can just go in and manually delete the bloat? Without have to worry about deodexing in order to get the debloat script to run?
Click to expand...
Click to collapse
Actually you can also debloat your rom while its odexed. At least as long as the framework is not changed.
Just do a backup, then get a root file manager and delete the safe to remove apps and their odex files. Reboot afterwards.
The only reason why the debloat script doesn't support odexed roms ia that the odex files are not deleted during the script. (However, it would be easily possible to add these lines)
WhiteNeo said:
Actually you can also debloat your rom while its odexed. At least as long as the framework is not changed.
Just do a backup, then get a root file manager and delete the safe to remove apps and their odex files. Reboot afterwards.
The only reason why the debloat script doesn't support odexed roms ia that the odex files are not deleted during the script. (However, it would be easily possible to add these lines)
Click to expand...
Click to collapse
Could you tell me what folder those files are in that I should delete?
Astralogic said:
Could you tell me what folder those files are in that I should delete?
Click to expand...
Click to collapse
Well, if you were following that guide you would have seen that practically everything it's deleting is in /system/app:
delete("/system/app/FBCalendarSync.apk"
Click to expand...
Click to collapse
The odex files are in the same folder, and have the same name aside from the .odex extension.
Then again, that program sometimes has issues; you could always copy the files from /system/app and /system/framework manually without using ADB to the corresponding folders, after starting the program open the Windows Task Manager and kill of the "adb.exe", and the program will continue running and let you deodex the files. Then you'd just have to figure out how to copy them back which is not hard.
Or you could also try a different deodexing program such as Universal Deodexer V4. I've never used any of those since I've deodexed my ROM with dsixda's Rom Kitchen, for which you'd just need to follow the instructions and then copy the resulting files manually (as you'd have to do in the above mentioned example anyway).
Antiga Prime said:
Well, if you were following that guide you would have seen that practically everything it's deleting is in /system/app:
The odex files are in the same folder, and have the same name aside from the .odex extension.
Then again, that program sometimes has issues; you could always copy the files from /system/app and /system/framework manually without using ADB to the corresponding folders, after starting the program open the Windows Task Manager and kill of the "adb.exe", and the program will continue running and let you deodex the files. Then you'd just have to figure out how to copy them back which is not hard.
Or you could also try a different deodexing program such as Universal Deodexer V4. I've never used any of those since I've deodexed my ROM with dsixda's Rom Kitchen, for which you'd just need to follow the instructions and then copy the resulting files manually (as you'd have to do in the above mentioned example anyway).
Click to expand...
Click to collapse
I don't mean I want to manually deodex, I mean I want to manually debloat, deleting the appropriate APK and ODEX file from /system/app seems easy enough, but what would I delete (if anything) from the /system/framework folder?
Astralogic said:
I don't mean I want to manually deodex, I mean I want to manually debloat, deleting the appropriate APK and ODEX file from /system/app seems easy enough, but what would I delete (if anything) from the /system/framework folder?
Click to expand...
Click to collapse
I know, I'm just giving you a solution since that program you're using has always given me issues, and even now, knowing that ADB works, it still get's stuck on that "starting ADB daemon" message.
I'm not trying to be rude, but if you're following the guide you'd have noticed that nothing gets deleted from the framework folder. All it tells you are which apps are safe to remove; whichever apps you do end up removing are up to you. I think the Google Talk app is garbage, but someone else might use it, so debloating is also subjective.
Also, you could just as easily do this with Titanium Backup and actually just freeze the app first in case you're not sure about deleting it.
Astralogic said:
I don't mean I want to manually deodex, I mean I want to manually debloat, deleting the appropriate APK and ODEX file from /system/app seems easy enough, but what would I delete (if anything) from the /system/framework folder?
Click to expand...
Click to collapse
I know, manually deodexing that way would cause a bootloop because of missing classes.dex files in every system app.
Some people that dont like the preinstalled Sony apps prefer getting rid of all the bloat and remove SemcGenericUXPRes.apk from framework folder.. And some (or most) of the framework jar files beginning with "com.sony..."
This will of course bring noticeable smoothness increases, but is very likely to cause bugs when not done by experienced users.
And it could cause a bootloop on odexed builds as the odex files in system/app do no longer fit to the framework.
Just for information.
WhiteNeo said:
I know, manually deodexing that way would cause a bootloop because of missing classes.dex files in every system app.
Some people that dont like the preinstalled Sony apps prefer getting rid of all the bloat and remove SemcGenericUXPRes.apk from framework folder.. And some (or most) of the framework jar files beginning with "com.sony..."
This will of course bring noticeable smoothness increases, but is very likely to cause bugs when not done by experienced users.
And it could cause a bootloop on odexed builds as the odex files in system/app do no longer fit to the framework.
Just for information.
Click to expand...
Click to collapse
I'm just gonna use titaniums backups freeze feature, I never knew it could do that.
I don't suppose someone somewhere has listed which of the com.sony*** files are safe to disable have they?
Astralogic said:
I'm just gonna use titaniums backups freeze feature, I never knew it could do that.
I don't suppose someone somewhere has listed which of the com.sony*** files are safe to disable have they?
Click to expand...
Click to collapse
TiBu's freeze doesnt help against some apps. They keep running in background but are no longer shown in Settings or Greenify.
Nope, but you might check any flashable "Xperia Media App port" zip. The more complete, the better.
The files that are included in framework folder are usually safe to remove. :good:
WhiteNeo said:
TiBu's freeze doesnt help against some apps. They keep running in background but are no longer shown in Settings or Greenify.
Click to expand...
Click to collapse
I have yet to see this happen. Maybe you can point me to one example, since I'd like to test this?
Antiga Prime said:
I have yet to see this happen. Maybe you can point me to one example, since I'd like to test this?
Click to expand...
Click to collapse
OmniSwitch.
Add it to Greenify first, then freeze it and reboot. Check Greenify main activity and you'll see.
Was getting on my nerves for two months, till I finally decided to uninstall it.
WhiteNeo said:
OmniSwitch.
Add it to Greenify first, then freeze it and reboot. Check Greenify main activity and you'll see.
Was getting on my nerves for two months, till I finally decided to uninstall it.
Click to expand...
Click to collapse
Well, don't know why you would add it to Greenify first, makes no sense, but nonetheless, you're right. But then again, this might be due to the way OmniSwitch is integrated into OmniRom in order to use it for the Recent Apps switch. I don't remember this happening on Carbon, which also has OmniSwitch without that integration. I'm on Omni right now so I can't verify this.
In Titanium Backup some apps are red, any idea why?
I'm going to disable two of those com.sony things every morning, but most of them are red.
Astralogic said:
In Titanium Backup some apps are red, any idea why?
I'm going to disable two of those com.sony things every morning, but most of them are red.
Click to expand...
Click to collapse
Most of the framework stuff cannot be disabled, it has to be uninstalled because Dalvik cache would have to be rebuilt when its gone.
I suggest trying doenen's heavily debloated 4.3 rom. Or at least having a look at its apps and framework to see what he has removed. :good:
Astralogic said:
In Titanium Backup some apps are red, any idea why?
I'm going to disable two of those com.sony things every morning, but most of them are red.
Click to expand...
Click to collapse
Titanium Backup has a help section which explains the colors. A red colored app means it's a System Service. I'm sure you can open the help section and check out what the other colors mean.
And as @WhiteNeo said, having a look at some other debloated ROM will help you decide what you can remove or not; don't disable or uninstall something just for the sake of disabling it. Find out what it's for and then decide if you need it, or if your Rom needs it in order to function properly.
If it's of any help you can use this as a reference. I made that back when I used to use Stock ROMs .
WhiteNeo said:
TiBu's freeze doesnt help against some apps. They keep running in background but are no longer shown in Settings or Greenify.
Nope, but you might check any flashable "Xperia Media App port" zip. The more complete, the better.
The files that are included in framework folder are usually safe to remove. :good:
Click to expand...
Click to collapse
Antiga Prime said:
I have yet to see this happen. Maybe you can point me to one example, since I'd like to test this?
Click to expand...
Click to collapse
WhiteNeo said:
OmniSwitch.
Add it to Greenify first, then freeze it and reboot. Check Greenify main activity and you'll see.
Was getting on my nerves for two months, till I finally decided to uninstall it.
Click to expand...
Click to collapse
Just confirming that @WhiteNeo is right. Even on Carbon Omniswitch's process is still active even though it's frozen/disabled. It doesn't consume RAM as far as I can tell, but this is odd behavior.

[Q] Help with root problem (apps that use sd card broken)

I rooted with kingo and installed Urdriod version 2 via safestrap version 3.75. Then installed Titanium backup pro. Problem is Titanium doesn't work anymore. All the options are not there. It is saying current backup location is inaccessible.
I then noticed that many of my applications that work in conjunction with the sd card do not work. Youtube is broken on 4G. Evernote is broken. Many of my games are broke as well.
I then did a clean install of another Rom Dynamic Kat. It didn't fix anything.
Any suggestions?
Install xposed framework and this module.
http://forum.xda-developers.com/xposed
http://forum.xda-developers.com/xposed/modules/kitkat-sd-card-access-t2790992
Its telling me every time that:
Could not extract Xposed-Disabler-Recovery.zip
Could i do this manually some how?
bloodedemon said:
Its telling me every time that:
Could not extract Xposed-Disabler-Recovery.zip
Could i do this manually some how?
Click to expand...
Click to collapse
You shouldn't need the zip did you try installing the apk?
It looks like its installed with the rom but not active. I cannot activate it and i cant seem to get the module to work either. I tried the apk but it just says that i already have it and it wont install.
Phone is alot less useful if it cant interact with the sd card. Is there another way to get this going or to get the phone to read the sd?
Is superuser installed and working?
yes it is. I don't believe it's that.
bloodedemon said:
yes it is. I don't believe it's that.
Click to expand...
Click to collapse
What error message are you getting when you try to install the framework from the xposed installer app? You might also try uninstalling the xposed installer app then installing the version from the download link
Here is exactly what the message says:
SDcard:/storage/emulated/0/android/data/de.robv.android.xposed.installer/files
Copying Xposed-Disabler-Recovery.zip
Could not extract Xposed-Disabler-Recovery.zip
I know the copy I have isn't working but if I erase it I might never even get a copy on. But the copy I have won't even install or update.
bloodedemon said:
Here is exactly what the message says:
SDcard:/storage/emulated/0/android/data/de.robv.android.xposed.installer/files
Copying Xposed-Disabler-Recovery.zip
Could not extract Xposed-Disabler-Recovery.zip
Click to expand...
Click to collapse
Looks like this came up in the xposed forum here
Sounds like the xposed updater app extracts a backup to the external sd card during installation...which you can't access, hence the error. The consensus seems to be to install this app https://play.google.com/store/apps/details?id=com.devasque.fmount&hl=en to fix the folder permissions then xposed should install properly.
Well I think installing FolderMount did the trick. after i put it on the phone it detected a script error and asked if i wanted to fix it.i agreed and it rebooted and that did it! Thanks everyone!!!!!

Cm13 Can't Install any apps

A few days ago i just noticed i can't install any apps from Internal Storage. I Dirtyflashed the Rom but not helped. When i tryed install apps from /data/app Everything worked. But when i try normalny i getting error like on screenshot. Can anybody help me? I dont want wipe all :/ also Apps installing normalny from Play Store
You have to give Storage permission to Package installer.
ovi1602 said:
You have to give Storage permission to Package installer.
Click to expand...
Click to collapse
It worked! Thanks. But i dont understand one thing. How the permission got disabled? I was never doing it :/

Categories

Resources