[SOLVED] Installing large apps "application can not be installed"

bluesock

Member
Jun 8, 2013
34
10
0
Has anyone else had problems installing larger apps? I tried installing "Broken Sword" from one of the Humble Bundles a while ago. It seems to just stop installing and says the application can not be installed. There is no detailed error at all.

I can install other (smaller) applications from the bundle. Maybe the partitioning is decided in a wrong way, I have the following:

Internal memory:
11,87GB - 11,52 free
Internal memory:
1,00 GB - 759 MB free
SD-Card:
7,41 GB - 5,69 GB free

The apk I want to install is on the SD-Card already and is 540MB which shouldn't be too much for any of the memorys, except maybe the second internal memory? Why is there this second internal memory?


SOLUTION 1: If you don't use an external SDcard changing the mount point of /sdcard1 and /sdcard0 should help, there is a package for that there: http://forum.xda-developers.com/showpost.php?p=32093304&postcount=179

OR you might want to consider to just make /sdcard1 a symlink to /sdcard0 with at least the drawback of not being able to use external sdcards anymore, as long as this is a symlink and not a directory - and maybe other sideeffects!

SOLUTION 2: Specifically for this app, the app itself has some glitches, see there the last post on how to install this specific app: http://forum.revolution.co.uk/topic/636/?page=4

Thanks for help and clarifying, maybe a repartition will be needed? (If it is needed, any link to a useful guide for someone that can manage UNIX / GNU/Linux systems but doesn't know too much Android specific stuff would be the most helpful)

Or is the problem maybe another one?


The partitioning isn't the issue, what else could be the problem?

----
My System Details:
Nook Tablet bought from ebay with CM10 (I think) installed already in internal memory, but no working internal recovery - installed CWM 6.0.3.7 and CM10.1.2 internally using a bootable CM10.1.x sdcard. Maybe the partitioning also isn't the default but was done by the pre-owner.
 
Last edited:

bluesock

Member
Jun 8, 2013
34
10
0
Okay, seems like size wasn't the issue :(

I repartitioned according to the following thread:

http://forum.xda-developers.com/showthread.php?t=1531120

And now made internal memory 1 to be 3,3 GB and Internal memory 2 to be 9,99 GB

Any of these still has enough space left, so there must be another problem ... any help?

Then some other issues that seem to persist: adb is shown "offline", I am running Linux and don't need to mess with Windows driver issues, all relevant solutions that I found for this didn't work, I also tried with data/factory reset and a new cm10.1.2 and nothing else on the system, still it is always "offline" ( adb in cwm works ).

Is there overall something else to care about with the Nook Tablet that I might have overlooked? It is also not too nice that the usual "central resource" for installing CM ( http://wiki.cyanogenmod.org/w/Install_CM_for_acclaim ) does only show a non-working general guide... but I don't want to complain ;)
 

skelnik

Member
Sep 6, 2013
15
0
0
I am also having the same issue. I have a nook tablet 16gb running CM 10.1 with 3.3 GB Internal Storage for all of the apps and 9.99 GB Internal Storage for everything else.

I have 2.8 GB free on the apps storage partition and 9 GB free on the other partition. when I go into Settings --> Apps and look at the SD Card tab, I see that 326 MB are listed as available for SD Card storage with 0 MB. I am not using an external SD Card.

I am unable to "move to SD Card" for any apps even though the option is highlighted. All apps have installed fine, but when I ran Minion Rush for the first time it stopped and said that I need 70 MB of available SD Card storage space to download additional data for the game. I have plenty of space available on both partitions, but for some reason this app doesn't recognize either of these partitions as an internal SD Card.

Is there a way to configure this device to use either of these partitions as internal an SD Card?
 

skelnik

Member
Sep 6, 2013
15
0
0
Okay, seems like size wasn't the issue :(

I repartitioned according to the following thread:

http://forum.xda-developers.com/showthread.php?t=1531120

And now made internal memory 1 to be 3,3 GB and Internal memory 2 to be 9,99 GB

Any of these still has enough space left, so there must be another problem ... any help?

Then some other issues that seem to persist: adb is shown "offline", I am running Linux and don't need to mess with Windows driver issues, all relevant solutions that I found for this didn't work, I also tried with data/factory reset and a new cm10.1.2 and nothing else on the system, still it is always "offline" ( adb in cwm works ).

Is there overall something else to care about with the Nook Tablet that I might have overlooked? It is also not too nice that the usual "central resource" for installing CM ( http://wiki.cyanogenmod.org/w/Install_CM_for_acclaim ) does only show a non-working general guide... but I don't want to complain ;)

I figured it out bluesock. There is a former post that provides a solution. There is a ROM you will need to install that will fix this issue.

http://forum.xda-developers.com/showpost.php?p=32093304&postcount=179

I copied the ROM to an SD Card then booted up into CWM and installed this ROM. After the reboot the second partition is renamed to SD Card and shows 10 GB of total space. Under file manager this partition is listed as sdcard 0 instead of sdcard 1. After that I was able to install apps of any size successfully.
 

bluesock

Member
Jun 8, 2013
34
10
0
Ok this "ROM" basically only modifies /system/etc/vold.fstab and switches sdcard0 around with sdcard1. This probably helps when not having a sdcard like in your case.

My problem wasn't this one, I have an external sdcard - so both sdcard0 and sdcard1 have enough space left!

But there was a problem with this specific app, check the last post on how to install: http://forum.revolution.co.uk/topic/636/?page=4 - sorry for not reporting back earlier, I will edit the first post in some minutes with our two "solutions" / explanations.

But first:
For you the better solution might be to do what digixmax said in that thread: http://forum.xda-developers.com/showthread.php?t=2430335

I will reply there in some seconds with more details about what he said!