Oops :S - myTouch 3G, Magic General

Hey everyone..
Anyway by my own stupidity I accidently deleted the /system/app folder on a Hero ROM. (MyHero 1.1.0).
Anyway I figured I could just push the app folder back onto the device, but it pushes around 4 apps then says something along the lines of :
"No space left on device"
There IS in fact space.

WaterMan! said:
Hey everyone..
Anyway by my own stupidity I accidently deleted the /system/app folder on a Hero ROM. (MyHero 1.1.0).
Anyway I figured I could just push the app folder back onto the device, but it pushes around 4 apps then says something along the lines of :
"No space left on device"
There IS in fact space.
Click to expand...
Click to collapse
Probably, because Redglasses replace toolbox's ls symlink with busybox... I'm not sure of this but I hope this help, check here:
http://forum.xda-developers.com/showthread.php?p=4426587&highlight=space#post4426587

Related

Storage issue

well i am having problems with the market again. i cleared the cache and it didnt help. it says my app can be downloaded because of "Insufficient storage available" is there anything i can do to fix this??
I have 123MB of internal storage and i am running Darktremor A2SD
Would a partition repair work??
do you know how to use adb or have a root files explorer.
I think it happens because a directory is left behind in /data/data
You need to figure out if there is a directory in there for your app and delete it. Problem is sometimes the app name and the file name are completely different but you should be able to figure it out.
There could be stuff left behind in the /data/dalvik-cache too but I don't think the Market has a problem with that.
Finally there is the actual app itself in /data/app but your problem normally happens because that file got deleted and the directory in /data/data didn't
I have this same problem occasionally. I will go to update some apps in the market and one will end up being unsuccessfully installed. What I do is uninstall the app from the applications menu in settings, then clear the the market cache and defaults and uninstall updates. That usually works for me. Also, if you happen to have a TI backup of the app, you should be able to restore it from there.
centran said:
do you know how to use adb or have a root files explorer.
I think it happens because a directory is left behind in /data/data
You need to figure out if there is a directory in there for your app and delete it. Problem is sometimes the app name and the file name are completely different but you should be able to figure it out.
There could be stuff left behind in the /data/dalvik-cache too but I don't think the Market has a problem with that.
Finally there is the actual app itself in /data/app but your problem normally happens because that file got deleted and the directory in /data/data didn't
Click to expand...
Click to collapse
ok i know alittle. i will try

[Q] Rooted Samsung Fascinate v. Google talk service

So yes, Titanium Backup and the deletion of google talk are at it again. This time I actually knew I shouldn't delete then brain farted and did it anyway. So here lies my marketless and FC gapps everytime I pull the market app up.
For the record I searched as best as possible for a solution and the closest I got was a link for gtalk and the Evo 4G, and needless to say it still doesn't work, the market and the force close gapps.service still happens after re install
A solution without a flash and re-root is preferred, please educate the new guy! Thanks for the record I know I'm a jack wagon lol.
Search these forums (or Google) for Fascinate System Dump. It will have whatever files you deleted.
So dump files obtained. Is this is simple drag and drop to the OS or do I need a program on the computer to be able to interface with the filesystem on the Fascinate?
Bare with me guys, while I bring myself up to speed on tearing through the Andriod OS, hacking windows is one thing - tearing apart my phone for the first time - thats a whole nother ball game for me.
DeezNotes said:
Search these forums (or Google) for Fascinate System Dump. It will have whatever files you deleted.
Click to expand...
Click to collapse
So I did that, finally got the files onto my phone and reinstalled all the google.apks including ones that were already existing on the phone.
To no avail I still get the gapps Force close and I'm still unable to download from market after restoring Google Talk Service.
Any help or a simple suggestion would be appreciated - been trying this all day with no success.
I'm not sure if you "installed" the apps or if you placed them back in their proper folder(s), but my guess is that any app you had pre-installed which you deleted was previously in the /system/app folder. The dump has all the files in this folder. You don't need to re-install these files, you need to just copy them back to the /system/app folder.
When you download and install an app, it will install to /data/app. If you "installed" the files rather than copying them back to /system/app, that may be the problem.
On a side-note, this is why I like to move files from one folder to another rather than use Titanium Backup to delete apps/files.
Don't forget to reboot your phone after you copy the files back to /system/app.
Lastly, I'm not responsible for what you break.
DeezNotes said:
I'm not sure if you "installed" the apps or if you placed them back in their proper folder(s), but my guess is that any app you had pre-installed which you deleted was previously in the /system/app folder. The dump has all the files in this folder. You don't need to re-install these files, you need to just copy them back to the /system/app folder.
When you download and install an app, it will install to /data/app. If you "installed" the files rather than copying them back to /system/app, that may be the problem.
On a side-note, this is why I like to move files from one folder to another rather than use Titanium Backup to delete apps/files.
Click to expand...
Click to collapse
Roger that side note - that will be my new policy when managing files.
As far as the clarification - I have been indeed installing the apps instead of moving them to the appropriate location - I guess the difference in installation location never occurred to me. Thank you in advance for the heads up and I'll report my success or failure, hopefully success after i get out of work this evening.
Don't worry if I brick I won't hold you accountable - after all I'm the one who deleted Google apps from the Andriod phone. LOL, In hindsight it was a terrible Idea.

[Q]How to install apps manually??

My question is.. what happens when an app is installed..
(i.e.) what all files are placed where and with what permission??
It would be nice if someone gives me a small mechanism..
Thanks in advance.
What are you trying to do ?
19.nvv.11 said:
My question is.. what happens when an app is installed..
(i.e.) what all files are placed where and with what permission??
It would be nice if someone gives me a small mechanism..
Thanks in advance.
Click to expand...
Click to collapse
The files needed to run the app go into the internal memory of the phone.. On eclair devices it all goes in internal i.e the phone memory but in froyo you have the option to move it to the sd card..a part of it still remain in the phone memory though..
And regarding the permissions, they are showed in market when you are about to install the app...
Rapier07 said:
The files needed to run the app go into the internal memory of the phone.. On eclair devices it all goes in internal i.e the phone memory but in froyo you have the option to move it to the sd card..a part of it still remain in the phone memory though..
And regarding the permissions, they are showed in market when you are about to install the app...
Click to expand...
Click to collapse
nice.. but what i asked was.. for example
.apk goes to /system/app
classes.dex goes to /data/dalvik-cache
and the database,cache,libraries and preferences files go to /data/com.example.apk/
is that all or any other modifications need to be made..
i want the app shown in the app drawer..
also what are the permissions for each file..
BUBBLE said:
what are you trying to do..
Click to expand...
Click to collapse
just learning a few things..

[Q] Accidentally Deleted Swype

whats up guys!
So, I was fiddling around with Titanium backup today (First Mistake) and saw that the swype app was hogging up a lot of space, so I tried making it a user app to see what it does (Second Mistake) and I realized I hadn't made a back up of it (Third) I then cancelled the process by pressing random buttons (Guess!) now, it has deleted swype and I want it back.
So, my question is, how do I fix this?
If I could get a backup file, or something that puts it in as a system app, or a method of making it work, preferably without root explorer, would be helpfull...
Thanks in advance!
Search google for Swype.apk
aniket.lamba said:
Search google for Swype.apk
Click to expand...
Click to collapse
I know, but I want it to be a system app, and not take extra space, this phone already has a space problem...
Tyfe_Alive said:
I know, but I want it to be a system app, and not take extra space, this phone already has a space problem...
Click to expand...
Click to collapse
Get swype.apk and paste system/app/here and change permissions to rw-r-r it will note take any space as it was its default place
this might seem like a stupid question, which version of swype comes preloaded on the phone?

[Q] What is /data/data/com.android.providers.downloads?

What is /data/data/com.android.providers.downloads?
My /data/data/com.android.providers.downloads/cache directory is 3.4GB, which is a major chunk of my internal storage, which is down to around ~768MB. Can I safely delete the contents of /data/data/com.android.providers.downloads/cache?
I have so little internal storage that I can't complete app updates without going in and manually cleaning up cruft. And yes, I've moved apps to external storage and am saving photos and movies on it as well.
My thanks to those who take the time to help me with this.
C'mon folks. 74 views and no one has any advice?
Please, help me with this.
Fat Rat Bastard said:
C'mon folks. 74 views and no one has any advice?
Please, help me with this.
Click to expand...
Click to collapse
Just checked and I don't have this file! So can't really give any advice ... sorry!
robmeik said:
Just checked and I don't have this file! So can't really give any advice ... sorry!
Click to expand...
Click to collapse
Thank you for the reply!
On my phone I can't see this directory with my filesystem GUI of choice, X-Plore File Manager, but it's accessible from a terminal. which is how I discovered it was filled with over 3GB of cruft. I'm about ready to just clean the cache dir in that path and see what happens. :silly:
Answered
So, tired of waiting for input (except for you, robmeik. Thanks!) I decided to just clear the /data/data/com.android.providers.downloads/cache directory an pray it is just what it appears to be, a temp directory. Turns out, yes, that is all it is. I deleted the files and have suffered no deleterious effects.
Hi, Fat Rat Bastard. So sorry no one replied to you because I have the same issue. What happened when you deleted those large files? Did you android device even notice them missing?
-Ileana
help me too here
can you help me here in the same case . I wanted to ask that did you accessed the said flder and deleted it? as for me I am unable to locate it. Can you please tell me how to access the folder data/user/0/com.android.providers.downloads/cache . As I downloaded some stuff via the google app and it is now showing up anywhere else.
anonVJ said:
can you help me here in the same case . I wanted to ask that did you accessed the said flder and deleted it? as for me I am unable to locate it. Can you please tell me how to access the folder data/user/0/com.android.providers.downloads/cache . As I downloaded some stuff via the google app and it is now showing up anywhere else.
Click to expand...
Click to collapse
You need a rooted phone and a root capable file manager to access that folder, android 101
Free: https://forum.xda-developers.com/showthread.php?t=1523691

Categories

Resources