On my 32GB Transformer Prime (rooted with jcase's nachoroot method) I suddenly cannot install or update any apps via the Market. I get the message "Package file is invalid" right at the beginning of the install process, before it has even finished downloading.
I tried all the usual things: clearing Market and Download Manager caches and data, uninstalling Market updates, rebooting, clearing /data/dalvik-cache and rebooting again, but the problem persists.
So I did "adb shell" then "su" then "df" and I see this:
Code:
Filesystem Size Used Free Blksize
/dev 492M 32K 492M 4096
/mnt/asec 492M 0K 492M 4096
/mnt/obb 492M 0K 492M 4096
/system 503M 485M 18M 4096
/data 27G 4G 23G 4096
/cache 421M 7M 414M 4096
/Removable 492M 0K 492M 4096
/mnt/sdcard 27G 4G 23G 4096
/Removable/MicroSD 7G 52M 7G 32768
which shows that there are only 18 megabytes remaining in the /system partition.
I don't know a whole lot about Android's filesystem layout but I looked inside /system/app and I see a bunch of .apk and .zip files, which I take it are my apps. I do have quite a lot installed.
If this is my problem and I have run out of space for apps, what can I do?
Also, why is the System partition made so small when there's 27GB of space still in the internal memory?
Thanks for any help.
EDIT: On closer inspection the apps under /system/app seem to be just the built-in ones. How much space do other people have in /system? Thanks.
actually all memory can be used for apps if you want. this is how android changed it from b4 to where u only had a limited amount. how can u have alot of apps left n still have 27gb? you start off with 27 free out of 32 when device out of box. I would suggest you carry this question and that log you posted to the Nachoroot thread where Jcase could help you out on it. maybe the root somehow messed up permissions for app installation. do you have enable non market apps checked off?
demandarin, thanks for the reply. I have now figured out what the problem was, and I was barking up quite the wrong tree. I had recently installed an app called Set DNS and used it to configure my tablet's DNS server settings manually. The DNS servers I was using deliberately resolve some domain names to proxies to get around regional restrictions. Switching back to Google DNS got the Market install and update functions working again. I suspect that the custom DNS servers were routing me through a proxy that was confusing Google about my location, and that I was running afoul of some regional restriction on the packages or on my Market account. Whatever it was, switching back to Google DNS seems to have fixed the problem.
So partly my fault, but they could have provided a more informative error message.
Hello I've got the same problem & not even rooted the TPRIME yet. I tried to install apps from the market & on getting the same error message. If u have any advice please post it. Thanks
Related
So... I'm showing /data mounted with 11GB free, and all of the custom apps I've loaded from the Market are in /data/app. The 1GB of "user" storage is mounted at /mnt/media.
Either I'm really stupid, or perhaps we already have access to the full NT memory???
anlog said:
So... I'm showing /data mounted with 11GB free, and all of the custom apps I've loaded from the Market is are in /data/app.
Either I'm really stupid, or perhaps we already have access to the full NT memory???
Click to expand...
Click to collapse
That's weird. Has there been an OTA update that we weren't told about, or did the root do a whole lot more than we thought? I'm confused.
conundrum768 said:
That's weird. Has there been an OTA update that we weren't told about, or did the root do a whole lot more than we thought? I'm confused.
Click to expand...
Click to collapse
I haven't received any OTA. I think root basically gave us access to the /data mount. B&N wasn't anticipating root or the ability to load Amazon/Android markets...
anlog said:
I haven't received any OTA. I think root basically gave us access to the /data mount. B&N wasn't anticipating root or the ability to load Amazon/Android markets...
Click to expand...
Click to collapse
Well, isn't that dandy.
Get busy and try side-loading 10GB of applications and see what happens!
Although I suspect /data is a mount point for the two file systems, app and whatever the B&N one is called.
What does /etc/fstab show?
rmm200 said:
Get busy and try side-loading 10GB of applications and see what happens!
Although I suspect /data is a mount point for the two file systems, app and whatever the B&N one is called.
Click to expand...
Click to collapse
It looks like the standard /data mount from any other Android device. They just didn't anticipate end users having access to it...
anlog said:
So... I'm showing /data mounted with 11GB free, and all of the custom apps I've loaded from the Market are in /data/app. The 1GB of "user" storage is mounted at /mnt/media.
Either I'm really stupid, or perhaps we already have access to the full NT memory???
Click to expand...
Click to collapse
Not to discredit you at all, but would you be able to post a screenshot for the guy who was asking for proof on repartition info earlier in another thread?
Speaking of which, is there an easy method to take a screenshot?
Sent from my Nook Tablet using Tapatalk
downsay said:
Not to discredit you at all, but would you be able to post a screenshot for the guy who was asking for proof on repartition info earlier in another thread?
Speaking of which, is there an easy method to take a screenshot?
Sent from my Nook Tablet using Tapatalk
Click to expand...
Click to collapse
You can run a "df" from an ADB shell to see the mount points.
/data is there with over 11GB free.
This is all stock - no repartitioning required.
Unfortunately I have not had the chance to root yet. I guess tons of others have and they should easily be able to verify your findings. Looking forward to your one click root btw.
Sent from my Nook Tablet using Tapatalk
Could you post the contents of /etc/fstab and the output of these two commands:
Code:
df -h
mount
I'd appreciate it. I am currently deciding between the KF and the NT, leaning towards the NT, and I think being able right away to use the entire space available for apps would seal the deal.
Thanks.
downsay said:
Looking forward to your one click root btw.
Click to expand...
Click to collapse
Indirect has incorporated my gapps install into his root script, so it's better to use his now.
Good luck!
rmm200 said:
Get busy and try side-loading 10GB of applications and see what happens!
Although I suspect /data is a mount point for the two file systems, app and whatever the B&N one is called.
What does /etc/fstab show?
Click to expand...
Click to collapse
See below...
tsubus said:
Could you post the contents of /etc/fstab and the output of these two commands:
Code:
df -h
mount
I'd appreciate it. I am currently deciding between the KF and the NT, leaning towards the NT, and I think being able right away to use the entire space available for apps would seal the deal.
Thanks.
Click to expand...
Click to collapse
I've loaded over 500MB in apps from the Android Market and can see all of my apps and settings stored in /data. It's the real deal.
# df
df
Filesystem Size Used Free Blksize
/dev 456M 44K 456M 4096
/mnt/asec 456M 0K 456M 4096
/mnt/obb 456M 0K 456M 4096
/system 602M 392M 209M 4096
/data 11G 580M 11G 4096
/cache 419M 7M 412M 4096
/bootdata 47M 3K 47M 512
/rom 47M 15K 47M 512
/mnt/media 1021M 7M 1014M 4096
/mnt/secure/asec 29G 5G 23G 32768
/mnt/sdcard 29G 5G 23G 32768
/mnt/secure/asec 29G 5G 23G 32768
500MB still fits within the 1GB user area.
Can't you dummy up a copy to exceed the 1GB boundary, just to see if it is real?
Easy for me to dream up work for other folks...
anlog said:
I've loaded over 500MB in apps from the Android Market and can see all of my apps and settings stored in /data. It's the real deal.
# df
df
Filesystem Size Used Free Blksize
/dev 456M 44K 456M 4096
/mnt/asec 456M 0K 456M 4096
/mnt/obb 456M 0K 456M 4096
/system 602M 392M 209M 4096
/data 11G 580M 11G 4096
/cache 419M 7M 412M 4096
/bootdata 47M 3K 47M 512
/rom 47M 15K 47M 512
/mnt/media 1021M 7M 1014M 4096
/mnt/secure/asec 29G 5G 23G 32768
/mnt/sdcard 29G 5G 23G 32768
/mnt/secure/asec 29G 5G 23G 32768
Click to expand...
Click to collapse
Thanks!
10char
rmm200 said:
500MB still fits within the 1GB user area.
Can't you dummy up a copy to exceed the 1GB boundary, just to see if it is real?
Easy for me to dream up work for other folks...
Click to expand...
Click to collapse
The 1GB area is mounted at /mnt/media, but sure I can try pushing more data to it...
downsay said:
Speaking of which, is there an easy method to take a screenshot?
Click to expand...
Click to collapse
Screenshot = press 'n' button and '-' volume button. It ends up in your Pictures folder.
I have read through those instructions many times. Unfortunately the instructions aren't clear cut enough for me. I have no idea on how to change to the proper directory, nor what that proper directory may be. I will wait for someone to create a step by step guide with numbers and every specific so that it is noob proofed for people like me.
I guess i should add...do i need to unzip the files first after downloading and before running the script.
Sent from my Nook Tablet using Tapatalk
Even before root all of my side loaded apps and amazon apps were getting installed into the B&N content storage(or what ever you want to call it.) I've already used 1.17 gb's in there.
Apps installed from market are one thing, but are we able to mount the partition as well? I.e. to sideload music or video files from our computers, in the usual drag and drop manner.
Sorry if I'm repeating the same question again!
Edit: i.e. Similar to in the SGS II, where there is 2GB for apps (more than enough), 11gb for app data/internal sd, plus external sd.
Hey guys I feel ridiculous asking this question because I feel like it's something I should be able to figure out myself with some searching, but after all my efforts of trying to figure it out, I'm still stuck. ;P
I cannot install any more applications on my tablet, it's saying insufficient storage. Whether trying to push the install using "adb install" or uploading the .apk to like say /sdcard/ and try installing it from the device, both methods come back with insufficient storage.
The exact error is: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
I currently do _not_ have an external storage drive in.
But this is where I get a little bit confused, if I have all this free space, why would it be complaining about space?
---
[email protected]:/ # df
Filesystem Size Used Free Blksize
/dev 491M 48K 491M 4096
/mnt/asec 491M 0K 491M 4096
/mnt/obb 491M 0K 491M 4096
/system 503M 241M 262M 4096
/data 27G 3G 24G 4096
/cache 421M 58M 362M 4096
/mnt/sdcard 27G 3G 24G 4096
[email protected]:/ #
---
Thanks guys, I'm sure it's something ridiculous. :silly:
mmerlina said:
Hey guys I feel ridiculous asking this question because I feel like it's something I should be able to figure out myself with some searching, but after all my efforts of trying to figure it out, I'm still stuck. ;P
I cannot install any more applications on my tablet, it's saying insufficient storage. Whether trying to push the install using "adb install" or uploading the .apk to like say /sdcard/ and try installing it from the device, both methods come back with insufficient storage.
The exact error is: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
I currently do _not_ have an external storage drive in.
But this is where I get a little bit confused, if I have all this free space, why would it be complaining about space?
---
[email protected]:/ # df
Filesystem Size Used Free Blksize
/dev 491M 48K 491M 4096
/mnt/asec 491M 0K 491M 4096
/mnt/obb 491M 0K 491M 4096
/system 503M 241M 262M 4096
/data 27G 3G 24G 4096
/cache 421M 58M 362M 4096
/mnt/sdcard 27G 3G 24G 4096
[email protected]:/ #
---
Thanks guys, I'm sure it's something ridiculous. :silly:
Click to expand...
Click to collapse
How many apps do you have installed? im not sure if this is the case on the TFP but on my Galaxy s1 when ever i ran into this problem it meant the /datadata or /data/data partion was full.
if you uninstall some large applications does it allow you to install others?
Are you unlocked? if so try wiping your cache partition through CWM or TWRP
if you can install other apps this way root your device and install sd maid and clear your /cache partition
hopefully this helps
I have about 33 apps installed, that's counting maps and gmail and such. Even on the apps screen it says "Internal storage 3.2G used 24GB free".
I noticed that it doesn't have a problem updating apps. For instance it just downloaded the 6mb updated app for facebook and updated it without a problem. It only seems new installations are a problem.
Yes I am unlocked and rooted. I wiped the cache via TWRP but it did not solve the problem either.
I uninstalled a few things and got sdmaid installed, I used it to clean stuff up but it's still giving me insufficient storage errors for new installs that are a little larger, such as titanium backup.
I'm so confused here.
of those 33 apps are any sideloaded and require root?
Yes but looking through them quickly I'd probably guess only 1 or 2. I did not realize the system actually cared how an app was installed.. what effect does sideloading apps have?
Guessing that app is luckypatcher?
http://www.transformerforums.com/forum/transformer-pad-300-help/24847-solved-installing-apps-2.html
found this through a google search
Dont cheat devs on there hard work if that is one of the apps you got
Actually no I've never had lucky patcher installed on the tablet. The apps that I use that have updated "pro" versions I do pay for.. there are only a handful maybe. Rom Manager, TexTab, and mSecure from what I'm looking at.
I don't cheat on the devs, I can screenshot my gogole play "my apps" section if you like.
Good!, i was hoping that wasnt the case, but yeah go ahead im thinking this is a confliction with an APP causing this somehow
I just wonder how this phone manages its internal storage and phone storage. If I go to 'settings' - 'storage', I see the attached page, while says my phone has about 1.8G internal storage, some it used by `apps' and some by `misc'. If I click on `apps', I get a list of my downloaded apps; if I click on `misc', I can see my own files on the phone (/sdcard contents).
IIUC, Android should have 'internal storage' (mounted as "/data") and 'phone storage' (mounted as "/sdcard"). Does L9 somehow mix these two (say they are on the same partition, and 1.8GB is the total volume)?
I'm just confused. Anyone with better understanding please explain? Many thanks. Also I'm on stock ROM with P769, but I guess the same applies to all versions of L9.
mrmathematica said:
I just wonder how this phone manages its internal storage and phone storage. If I go to 'settings' - 'storage', I see the attached page, while says my phone has about 1.8G internal storage, some it used by `apps' and some by `misc'. If I click on `apps', I get a list of my downloaded apps; if I click on `misc', I can see my own files on the phone (/sdcard contents).
IIUC, Android should have 'internal storage' (mounted as "/data") and 'phone storage' (mounted as "/sdcard"). Does L9 somehow mix these two (say they are on the same partition, and 1.8GB is the total volume)?
I'm just confused. Anyone with better understanding please explain? Many thanks. Also I'm on stock ROM with P769, but I guess the same applies to all versions of L9.
Click to expand...
Click to collapse
Yes. L9 and most new devices merge /data and /sdcard to same internal phone partition. I'm confuse at first but after google more info on web I know that it's google ICS design. Not sure what's good for this but many people complain about it, me too. It make external SD card less useful to store app/game data. You must root your phone and do some extra work to fix this. And this is a main reason why I rooted my phone.
Thanks bro. That explains it. Also I did a df:
C:\>adb shell df
Filesystem Size Used Free Blksize
/dev 383.57M 52.00K 383.52M 4096
/mnt/asec 383.57M 0.00K 383.57M 4096
/mnt/obb 383.57M 0.00K 383.57M 4096
/system 985.59M 646.19M 339.40M 4096
/data 1.80G 1.11G 703.00M 4096
/cache 738.20M 12.55M 725.66M 4096
/dvp 4.84M 1.04M 3.80M 1024
/persist 7.26M 1.51M 5.75M 1024
/mpt 15.48M 11.10M 4.39M 4096
/mnt/sdcard 1.80G 1.11G 703.00M 4096
Seems the /cache and /dev could be a bit smaller for more space for /data and /sdcard. But I haven't found any way to adjust internal partition sizes...
AW: [Q] Internal Storage
P760 has 2.33Gb for data/sdcard.
Hi all !
I've got a massive problem with my xperia y which I unlocked bootloader & root using transcendance kernel : http://forum.xda-developers.com/showpost.php?p=43516134&postcount=271
After rooted the mobile, wanted to install CM9 using CWM but after wipe data, I forgot to copy in sdcard my new rom & the gapps...arf !
So, I turned off the mobile to connect it to my computer using usb cable and it's not working !
When I turn on the mobile, I can see the freexperia icon, and it's starting almost well (apn is not working, my SIM card is not recognized...etc) so I have to fix it !
The mobile is recognized (can hear windows sound when I plug it) I've got the adb interface in my system settings. But i can't have access to the sdcard like before, it's not appeared in my computer window...
How can I fix it ?
Regards
freud44 said:
Hi all !
I've got a massive problem with my xperia y which I unlocked bootloader & root using transcendance kernel : http://forum.xda-developers.com/showpost.php?p=43516134&postcount=271
After rooted the mobile, wanted to install CM9 using CWM but after wipe data, I forgot to copy in sdcard my new rom & the gapps...arf !
So, I turned off the mobile to connect it to my computer using usb cable and it's not working !
When I turn on the mobile, I can see the freexperia icon, and it's starting almost well (apn is not working, my SIM card is not recognized...etc) so I have to fix it !
The mobile is recognized (can hear windows sound when I plug it) I've got the adb interface in my system settings. But i can't have access to the sdcard like before, it's not appeared in my computer window...
How can I fix it ?
Regards
Click to expand...
Click to collapse
Since are about to flash new rom anyways, you dont need to worry about your SIM not getting detected and stuff right now.
Code:
adb kill-server
adb devices
Your device should be listed. You already said it, but just in case.
Now see if your card is already mounted:
Code:
adb shell "df"
This command will list mounted partitions. You will get something like
Code:
Filesystem Size Used Free Blksize
/dev 390.6M 64.0K 390.6M 4096
/mnt/asec 390.6M 0.0K 390.6M 4096
/mnt/obb 390.6M 0.0K 390.6M 4096
/system 1.1G 739.0M 444.1M 4096
/data 1.5G 642.1M 962.9M 4096
/cache 252.1M 4.3M 247.7M 4096
/persist 15.7M 4.0M 11.6M 4096
/ftmd 7.9M 4.0M 3.8M 4096
/lta-label 15.7M 4.2M 11.5M 4096
/ftma 63.0M 4.0M 58.9M 4096
/firmware 63.9M 39.5M 24.4M 16384
/storage/sdcard1 29.6G 1.1G 28.5G 4096
/storage/sdcard0 4.0G 831.5M 3.2G 32768
/mnt/secure/asec: Permission denied
/mnt/asec/com.quoord.tapatalkxda.activity-1 5.0M 3.1M 1.8M 4096
/mnt/asec/com.kiloo.subwaysurf-1 27.0M 25.8M 1.2M 4096
If it doesnt, try
Code:
adb shell "cat /proc/mounts"
If your card is not mounted ( very less likely ) you will have to get your hands dirty with more commands. But I hope tats not the case.
Find where is your SD card is mounted. Usually its like /storage/sdcard1
Now that you know where your card is, simply push your zip file with adb
Code:
adb push file.zip /storage/sdcard1/
If you are on windows, use adb.exe.
Now you can boot into recovery and do whatever you want
Only one thing to say....thank you !
It worked fine !
I fixed my mobile and install cyanogenmod 9 on it.
Hello all,
Picked up one of these lovely phones (an XT1524) last week and, after rooting it using the TWRP recovery method, thought I'd try out the Xposed Alpha to see if it was usable at all and I've encountered some ever so slightly phone specific issues (I think they are as I've not seen them on my N5, N7 or Nvidia Shield that I've also installed the alpha on). After having rooted and flashed the Xposed zip the phone starts complaining that the system is running out of space (needing a minimum 250MB free). I adb onto the phone and a cursory df reveals the following storage stats:
Filesystem Size Used Free Blksize
/dev 438.9M 64.0K 438.9M 4096
/sys/fs/cgroup 438.9M 12.0K 438.9M 4096
/mnt/asec 438.9M 0.0K 438.9M 4096
/mnt/obb 438.9M 0.0K 438.9M 4096
/system 1.7G 1.4G 365.9M 4096
/data 5.0G 381.2M 4.6G 4096
/cache 248.0M 192.0K 247.8M 4096
/persist 3.9M 176.0K 3.7M 4096
/firmware 59.0M 48.3M 10.7M 4096
/fsg 1.1M 1.1M 0.0K 1024
/mnt/shell/emulated 5.0G 381.2M 4.6G 4096
/storage/emulated/legacy 5.0G 381.2M 4.6G 4096
As you can see, any partition that is supposed to have > 250MB assigned has at least 250MB of free space, and the /system partition has 365.9MB of free space. In addition, when trying to install the Xposed installer app I receive the following error: "Failure [INSTALL_FAILED_DEXOPT]". My Google-fu skills have failed me with this as I can only find development level resolutions to this issue (concerning the number of methods in the app) which I am clearly not skilled enough to fix (I can put together a basic app, but Xposed is far too advanced for me).
My question is the following: Has anyone else encountered these issues and, if so, have they got any fixes that I could apply to my phone?
If there are any other people who've seen this I can try to put together a bug report and submit it over on the Xposed forum/GitHub.
Xposed is still pretty buggy. Try to wipe cache in twrp.