Insufficient Memory - Galaxy Note 3 Q&A, Help & Troubleshooting

I have the n900t
rooted
Bam Rom
Android 4.2.2
Can't seem to download some apps from Google Play store. I get "insufficient memory" error.
I have over 9gb of memory on the phone. Already attempted Lucky Patcher, App Cache Cleaner, cleared data form Google Play services and Store apps. Uninstalled any apks associated with the apps in question (Instagram, etc.)
What am I missing? Anyone have a clue what I can do. Never had a problem until today.

conasabi said:
I have the n900t
rooted
Bam Rom
Android 4.2.2
Can't seem to download some apps from Google Play store. I get "insufficient memory" error.
I have over 9gb of memory on the phone. Already attempted Lucky Patcher, App Cache Cleaner, cleared data form Google Play services and Store apps. Uninstalled any apks associated with the apps in question (Instagram, etc.)
What am I missing? Anyone have a clue what I can do. Never had a problem until today.
Click to expand...
Click to collapse
happened to me too, is caused by unused .odex files. Just go to data/app/ folder and search for odex files, there should be one named as the app that you can't install

effry said:
happened to me too, is caused by unused .odex files. Just go to data/app/ folder and search for odex files, there should be one named as the app that you can't install
Click to expand...
Click to collapse
Found an unassociated .odex file in there. Deleted that one but didn't resolve the issue. Could .odex files be hiding anywhere else. I swear I've been up and down the file explorer in search for anything it could be.

conasabi said:
Found an unassociated .odex file in there. Deleted that one but didn't resolve the issue. Could .odex files be hiding anywhere else. I swear I've been up and down the file explorer in search for anything it could be.
Click to expand...
Click to collapse
In my case deleting the odex solved the issue... maybe try with sd maid it's on the play store
Inviato dal mio SM-N9005 utilizzando Tapatalk

Related

Where are the installed apps stored on the NC running from eMMC?

Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
votinh said:
Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
Click to expand...
Click to collapse
If you have a SD card installed, it depends on the app. There is a setting in CM settings for applications to by default it set to automatic. In that case, the app chooses where it wants to install. You can change it to card or internal. I believe there is also an internal partition that mimics SD so they may be going there. I don't have mine with me to look right now. Perhaps someone can provide more detail.
If you're just looking for the apk, I usually get the path via package manager in terminal.
Open terminal (or adb shell) then enter the following command
pm list packages
This will show a list of packages for the system installed. They are usually named com.android.application.name (that an example) or similar, so its easy to find which one you want. After you find the appropriate package you can use the following command to find where it is location
pm path com.android.application.name
It should spit out the path and you can find it via file manager or anything else.
I'm sure there is an easier way to do it, but that usually works for me.
Big thanks to both patruns and biohazrd for your quick response.
@patruns,
I tend to use my NC w/o an uSD card, so no, I don't have it installed.
Yes, I am aware of the "application" setting and I did set it to "internal" from the default "automatic".
I keep thinking they were stored under /system/app but apparently not.
If you do have time, pls help with the answer. TIA
@bio,
Never think of that way. I'll definitely try it out, hopefully I can learn something new.
Thanks, m8
votinh said:
Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
Click to expand...
Click to collapse
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
At least, that's what the sizes and mod times on the files would indicate, and the only obvious jarfiles I can find are from Apparatus (in /sdcard/Apparatus) and in /system/framework.
If you're looking for app config info and minor storage, that's in /data/data, in a stylized tree that (I suspect) lets the app manager find and clear an app's data and cache when you tell it to, and in /sdcard for some apps.
I'm having a hard time making things put their data in /emmc, but the default music player finds .mp3 files in /emmc/My Files/Music automagically.
The app framework hides much of this inside abstracted APIs, so the app itself may not actually know where its files are. Try getting a filename out of the Music app...
stolenmoment said:
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
Click to expand...
Click to collapse
.apk files are what I am looking for. I'll look into the /data/app folder.
You meant, I won't be able to get those .apk files from the /data/app folder after installed since they gets over-written?
Thanks stolenmoment
I found .apk files in 2 locations:
mnt/asec & system/app
stolenmoment said:
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
At least, that's what the sizes and mod times on the files would indicate, and the only obvious jarfiles I can find are from Apparatus (in /sdcard/Apparatus) and in /system/framework.
If you're looking for app config info and minor storage, that's in /data/data, in a stylized tree that (I suspect) lets the app manager find and clear an app's data and cache when you tell it to, and in /sdcard for some apps.
I'm having a hard time making things put their data in /emmc, but the default music player finds .mp3 files in /emmc/My Files/Music automagically.
The app framework hides much of this inside abstracted APIs, so the app itself may not actually know where its files are. Try getting a filename out of the Music app...
Click to expand...
Click to collapse
/data folder is empty. Nothing in there.
/sdcard/download. I don't have an external uSD installed so /sdcard is empty.
I don't even know where those downloaded apps stored.
patruns said:
I found .apk files in 2 locations:
mnt/asec & system/app
Click to expand...
Click to collapse
/mnt/asec is empty and nothing in there.
/system/app has a lot of .apk files but all of them are the built-in apps, not the manually downloaded apps.
Maybe stolen was right as they got over-written after installed.
I did what biohazrd instructed and sure enough, all the .apk files (packages actually) are indicated storing under /data/app, which exactly what stolen has said earlier.
How come I see NOTHING there. I'm sure I am not blind as I tried both Astro Manager and built-in File Manager.
Are you sure you gave the file manager root permissions? You can usually find this in settings.
---
- Sent from my LG Optimus V using Tapatalk
votinh said:
I did what biohazrd instructed and sure enough, all the .apk files (packages actually) are indicated storing under /data/app, which exactly what stolen has said earlier.
How come I see NOTHING there. I'm sure I am not blind as I tried both Astro Manager and built-in File Manager.
Click to expand...
Click to collapse
Astro doesn't do root access. For the best filesystem digging, buy Root Explorer. Yes, it's a paid app, but it was the first app I bought; this is why.
Astro claims that /data is empty for me too, but Root Explorer shows me everything.
Sent from my NookColor using XDA Premium App
votinh said:
/data folder is empty. Nothing in there.
/sdcard/download. I don't have an external uSD installed so /sdcard is empty.
I don't even know where those downloaded apps stored.
Click to expand...
Click to collapse
Look in /emmc/download; that's the /media NC partition and is supposed to be treated like an SD card.
If you get Root Explorer, do a find for apk and see what turns up. The .dex files are dalvik "object" files, but they contain the apk filename they were compiled from, so they'll show up in the search results.
Sent from my NookColor using XDA Premium App
stolenmoment said:
Astro doesn't do root access. For the best filesystem digging, buy Root Explorer. Yes, it's a paid app, but it was the first app I bought; this is why.
Astro claims that /data is empty for me too, but Root Explorer shows me everything.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
That may be it.
Will do
Thanks m8
stolenmoment said:
Look in /emmc/download; that's the /media NC partition and is supposed to be treated like an SD card.
If you get Root Explorer, do a find for apk and see what turns up. The .dex files are dalvik "object" files, but they contain the apk filename they were compiled from, so they'll show up in the search results.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
I don't have my NC with me now but I swear to Buddha that I don't have "download" folder under eMMC. Only .LOST (directory?) and some of my own self-created folders.
Anyway, will take a look at it again.
Until I get the Root app, I rest my case here.
Big thanks to all
votinh said:
Until I get the Root app, I rest my case here.
Big thanks to all
Click to expand...
Click to collapse
I'm going to assume you want to pull the apks off the device?
biohazrd51 said:
I'm going to assume you want to pull the apks off the device?
Click to expand...
Click to collapse
Yes, m8, that's what I intend to do.
In some case, when I boot off the uSD (both CM7 and Honeycomb), some apps were not available on Market for some reason, so I try to get those apk files that currently installed on my NC eMMC for sideloading them later on the uSD boot-off.
votinh said:
Yes, m8, that's what I intend to do.
In some case, when I boot off the uSD (both CM7 and Honeycomb), some apps were not available on Market for some reason, so I try to get those apk files that currently installed on my NC eMMC for sideloading them later on the uSD boot-off.
Click to expand...
Click to collapse
Well, there are a few ways to get around that.
1) Use adb to copy the .apk off the device.
adb pull /data/app/nameofapplication.apk c:\locationyouwanttocopyto
Use the push command to send it to it/another device.
http://developer.android.com/guide/developing/tools/adb.html
2) Another way to get around the new market device restrictions is to uninstall the Market updates OR find an old gapps zip file and sideload vending.apk. Either one of these will revert the market back to old where devices restrictions weren't there.
I know either of these methods will work in CM7. I haven't touched HC so I'm not sure.
Thanks again, bio
Will definitely try it out.
votinh said:
I don't have my NC with me now but I swear to Buddha that I don't have "download" folder under eMMC.
Click to expand...
Click to collapse
I humbly apologize for being wrong. I don't have one, either...
Do you have the Downloads app? Does it show any files? You can download things w/o the SD in, right?
I took out my SD and it remembers the downloads, but can't find them.. I'm gonna reboot and play around.
Sent from my NookColor using XDA Premium App

[Q] Where is the apk file downloaded from google play stored?

I have a question. You download an app from google play store to your device. And it fails to install due to device incompatibility or certificate error.
So where is the downloaded apk file stored in the device. Like in windows we have a temp folder, do we have a temp folder where the apk file is stored temporarily?
I don't think you can grasp the apk file after install failed as you can't even see the file after it installed correctly. (please correct me if that is wrong) I think this is about copyright protection issues.
Anyways as (almost) always there is an app for that: Try "appmonster". There is a free trial availbe in google play. It saves downloaded apk's to your sd card so you can install it again and again.
I hope that helped you ;-)
Manipur, try to look into /data/apps folder. You may require root permission to access this folder. There should be all user installed apk packages stored. But I'm not sure if there are also apks of applications that failed to install. Just look there and you'll see
boelze said:
I don't think you can grasp the apk file after install failed as you can't even see the file after it installed correctly. (please correct me if that is wrong) I think this is about copyright protection issues.
Anyways as (almost) always there is an app for that: Try "appmonster". There is a free trial availbe in google play. It saves downloaded apk's to your sd card so you can install it again and again.
I hope that helped you ;-)
Click to expand...
Click to collapse
Thanks. But applications that failed to install are not backed up.
t-fuse said:
Manipur, try to look into /data/apps folder. You may require root permission to access this folder. There should be all user installed apk packages stored. But I'm not sure if there are also apks of applications that failed to install. Just look there and you'll see
Click to expand...
Click to collapse
Apps that failed to install are not backed up though.
There is a program called "APK Downloader" (codekiem.com) which is able to download apk's from Google Play. It only works with free apps so it is "not illegal" but it is against the ToS of Google Play. Use at your own risk!
I have not tested it though...

Says I am out of space and can't install apk when I have 800+mb left, why?

I'm not even installing a game, just another app that takes a few mb's.
I go into storage and see I have 800mb left.
What's the problem?
it says: "_____ couldn't be installed. Free up some space and try again."
i have faced this problem, try to uninstall the app u install before this message
Sent from my HTC Sensation XL with Beats Audio X315b using xda premium
i'm actually having problem with only one app- vplayer.
can anyone help?
I can install other apps no problem. I'm trying to download vplayer from the play market, and it just wouldn't install. It says not sufficient storage, but I do have sufficient storage, and I can install other apps no problem.
I had vplayer previously, but uninstall it, is there anyplace I can clear the data? this is quite frustrating
You can try deleting the .odex file for that app under /data/app (I think you might need a root explorer)
Cryingmoose said:
You can try deleting the .odex file for that app under /data/app (I think you might need a root explorer)
Click to expand...
Click to collapse
if you are rooted, otherwise
open Terminal
Code:
su
cd /data
cd /app
ls
rm (packagename.odex)
ls will allow u to see the list of all the files in that folder and help u type the exact name with ease.
Just download lucky patcher it will automatically remove unused odex files
Cryingmoose said:
You can try deleting the .odex file for that app under /data/app (I think you might need a root explorer)
Click to expand...
Click to collapse
Just log-in to say thank you! It worked for me! :laugh:
Cryingmoose said:
You can try deleting the .odex file for that app under /data/app (I think you might need a root explorer)
Click to expand...
Click to collapse
Worked for me. Posting to let everyone know this works.
Thanks.
Having an issue with memory as well.. The amount of data I have doesn't equal what its says I have left.. Running cm 10.1 rc2 where has all the space gone? I'd this a memory leak?
Sent from my Nexus 7 using Xparent Cyan Tapatalk 2
Hassaan.W said:
Just download lucky patcher it will automatically remove unused odex files
Click to expand...
Click to collapse
Excellent fool-proof way of solving the problem! Thanks!
Hassaan.W said:
Just download lucky patcher it will automatically remove unused odex files
Click to expand...
Click to collapse
I had no idea that would work. Bingo! Solved that error for me. =-}
Another reason to love Lucky Patcher, thanks.
Cryingmoose said:
You can try deleting the .odex file for that app under /data/app (I think you might need a root explorer)
Click to expand...
Click to collapse
Worked for me too..

[Q] Is deleting files from /System/App safe?

Navigating through my root tree, I´ve stumbled at so many bloatware files I just want to delete to save some storage space (16GB version here) but I´m a little afraid of. They are on the /System/App folder and for every .apk there´s a .odex file, so I would like to delete them both. Is it safe? Is there any verification process at boot of these files? Some of them look like really system apps that I´ll never touch, but others are for other phone carries in my country, social networks I´ve never heard before etc.
There´s another folder called /System/Apps/Bootup that I would love to delete files from, there´s a lot of LG crapware in there that I think are loaded at boot but I have the same fear of bootloops...
Any solution to my urge to free some memory?
Hi,
Delete some apps in /system/app not gonna free up your "sd card" storage... You always will have the same free amunt of memory available on your 16 Gb...
It's normal to have an .odex file under eachs system apps, your rom is odexed (search on Google if you don't know what is it).
You can delete some system apps but be careful at what apps you delete, make a backup first.
Some system apps are alright to delete along with the .odex ones too. There's a list in the general section I believe that lists off apps that can be deleted with no issue.
Problem is though unless you plan to store stuff in your system partition, deleting apps doesn't really increase your usable storage.
Sent from my LG G2
Re,
Yes there is a (brief) list here: http://forum.xda-developers.com/showthread.php?t=2456974&highlight=list or http://forum.xda-developers.com/showthread.php?t=2521066.
Like SupaSwag said when you delete an app, delete the .odex file too. If you don't know what you are doing I recommend you to leave the system apps as there are to avoid any kind of issues. At best you'll gain a little free RAM and maybe a little battery life without some apps runing/connecting to the network in background but in any case you will not gain more usable storage. At worst some function will not work at all, Force Closes, bootloop, etc...
In any case backup first (backup in recovery if something goes wrong and you encounter a bootloop) or at least a backup with an app like Titanium Backup (and make an uptade.zip in Titanium).
And what do you think of the apps in the bootup folder?
And then, how van I free some space for my mp3s? Coming from a S3 with a 64gb microSD card.
sylviofurtado said:
And what do you think of the apps in the bootup folder?
Click to expand...
Click to collapse
Re,
It's some LG apps, the name of the apps say all: TaskManager, FileManager, etc... Nothing very important it's LG stuff but it depends of you... I deleted all the apps in the /system/apps/bootup because I don't need them with my use, but you?
I think the best is to freeze those apps with Titanium Backup, use your phone as "normal" for a few days and if you don't have any issues or if you realize that you don't need them, then delete them...
Another solution is to rename the apps you don't want with the .bak extension, in case you need an app you can rename it by removing the .bak extension, reboot and the app is here

Can't uninstall pre-loaded all - missing apk in TB

I have a rooted Rogers G2. I've used TB to uninstall most of the pre-loaded apps, but I get an "missing apk file" error when trying to uninstall the Rogers bloatware. I'm imagining the apk has been locked somehow in the permissions?
Anyone able to give me some direction on how to Get these useless apps off my device so I can reclaim some more storage?
Thanks in advance.
Sent from my LG-D803
nivag1710 said:
I have a rooted Rogers G2. I've used TB to uninstall most of the pre-loaded apps, but I get an "missing apk file" error when trying to uninstall the Rogers bloatware. I'm imagining the apk has been locked somehow in the permissions?
Anyone able to give me some direction on how to Get these useless apps off my device so I can reclaim some more storage?
Thanks in advance.
Sent from my LG-D803
Click to expand...
Click to collapse
Instead of TB use root browser look in system/app or apps and just delete them straight out of there
I don't see them in either of those locations. There were the apk files in the vendor folder, but the file sizes were quite small and although I deleted them, the applications are still showing up under The settings.
If they update, would there be another folder location I should be looking in?
Sent from my LG-D803
nivag1710 said:
I don't see them in either of those locations. There were the apk files in the vendor folder, but the file sizes were quite small and although I deleted them, the applications are still showing up under The settings.
If they update, would there be another folder location I should be looking in?
Sent from my LG-D803
Click to expand...
Click to collapse
Did you also check priv-app?

Categories

Resources