Hi I've searched the forums to the best of my ability, and cant figure out how to install a system app. I pulled the app (Via ADB Pull) and tried to push it back into /system/app and it works, but never installs? And i cant find it with astro or other software. =( Im using a G1 with Cyan, If you need more information please tell me!
Pushing does install. It doesn't have the install text like adb install does, but that is how you push files so it should work.
You could check to see if you have it set as read only, or delete the file then copy over the new one.
Im not sure what i did but i just kept trying and rebooting untill something worked =/ Lol Thanks though.. What do you mean by Read Only?
System partition is read-only by default, you need to change it to read-write if you want to install or push anything to it. I can never remember commands but they are all over this forum.
Greetings from sunny ??? nottingham
I have a folder with a bunch of files that all show as 0kb that i can not remove.
Does anybody have an idea how i can get rid of these?
The story so far....
I am/was on rocket rom v2, previously i had put the google currents app on, but that was a couple of roms ago and i have not put it back.
I started having a few odd problems and realized my int sd was full. i eventually narrowed it down to a google currents folder. this was not so easy as any app that tried to scan the int sd in any way would crash or freeze. Even in manage apps it would only show details of apps from a to c any after that hung on 'computing'. i managed to delete over 5 gb from that folder, all except one folder.
Now i am left with a folder on the int sd inside the android/data folder called 'com.google.android.apps.currents' inside that is a folder 'cache' inside that a folder 'blobs.120.1184434912' inside that a folder thats a bunch of letters and numbers, inside that a folder 'att' and finally inside that a bunch of files all with single letters, numbers or symbols as there filename and all 0kb in size.
These remaining files and folders i can not get rid of.
I have tried....
Delete with root explorer and a couple of other file apps crash's or locks
Cut and paste elsewhere fail
Connect to computer and...
Delete fail
Move fail
Erase fail
Unlock freezes pc
Change permissions blocked
Re-name fail
Scanned with virus and spyware progs clean
Delete with dos fail
Factory reset fail
Factory reset with format usb crash's or locks
Flash a pit file in pc odin Still there
I wouldnt mind just leaving them there, but as i say any app that in any way scans the int sd crash's or freezes this makes the note almost un-useable.
I'm sure I've missed a few things i have tried but you get the point.
I have searched xda and the web as best i can and tried pretty much every idea I've come across.
Help !!!
Please !
What an odd problem....
have you tried aroma file manager?
Thanx p107r0
I havent tried that particular file manager, many others though.
Downloading it now, very busy next couple of days so will give it a go as soon as i can.
many thanx
have fun
all the best
rich
Cant you try copying all your important information off the sd then formatting it?
Sent from my GT-N7000 using Tapatalk
Thanx Postmonkeh
Unfortunatly i have formatted it several times now and those files still remain.
Are you familiar with adb tools? You could try using adb to delete the files.
Ftb
Hi Postmonkeh
Unfortunatly abd is over my head, i wouldnt have a clue what i was doing.
Maybe i need to do some learning Do you know if theres a basic tutorial anywhere ?
Many thanx
all the best
have fun
rich
It's fairly simple once you get the hang of it, but i don't know any guides off the top of my head.
Not on my laptop at the minute but once I'm downstairs I'll give you a quick run through of what to do to delete that folder. Might not work, but then again it might
Ftb
Hey mate thank you very much.
Please dont rush as i am just leaving and will be away for a couple of days. I will get onto it as soon as i return.
Many thanx
Rich
Sent from my GT-N7000 using xda premium
it won't let you rename or delete because they reside on googles servers, that's why they are showing 0kb. u can't change permission because it's on sd card and w don't have the ability to do so on sd card. i promise a format got rid of them but u didn't notice it because google cache server put links back as your phone started. the explorer crashes because as fast as is trying to remove them the server is already putting them back. basically what im trying to say is just ignore them cause there not really there anyways.
Sent from my SPH-D710 using xda premium
veritasaequita said:
it won't let you rename or delete because they reside on googles servers, that's why they are showing 0kb. u can't change permission because it's on sd card and w don't have the ability to do so on sd card. i promise a format got rid of them but u didn't notice it because google cache server put links back as your phone started. the explorer crashes because as fast as is trying to remove them the server is already putting them back. basically what im trying to say is just ignore them cause there not really there anyways.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
dik64 said:
I wouldnt mind just leaving them there, but as i say any app that in any way scans the int sd crash's or freezes this makes the note almost un-useable.
Click to expand...
Click to collapse
as above, these files seem to be causing problems.
my google currents folder has a lot of these folders, but none of the files are empty.
although having said that, it may be an idea to deselect the option to have google back up your app data.
i'd also maybe try installing the currents app then (if you can) go into the app settings and clear the data.
---------- Post added at 01:16 PM ---------- Previous post was at 12:35 PM ----------
http://forum.xda-developers.com/showthread.php?t=1241935
that thread gives a good guide to getting adb installed, and gives a good grounding of what it can do. it's a bit more in depth than what you need though, all you need is to install it, add the path to the environment vaiables as described in that thread (that is an optional step but it makes things much easier)
the path you'll be looking for is /mnt/sdcard/Android/data/com.google.android.apps.currents
be sure to remember that the case of the letters in the linux (and therefore android) file systems is vital - ie mnt/sdcard/Android is an entirely different folder than mnt/sdcard/android.
so basically once you've your note connected (with the screen unlocked) open a command line and type (minus the quotes) "adb devices"
it should (hopefully) list your note in there.
then type these commands in order, being careful to observe the correct case when typing filenames or folder names.
adb shell
rm -r /mnt/sdcard/Android/data/com.google.android.apps.currents
it could take a while if there are a lot of files. once it's finished, you should be back to a line with a flashing cursor, then just type exit and it should take you back to your standard windows command line.
i would try taking off the "back up my settings to googles servers) and installing currents and wiping the data first though.
OK time for an update.....
Aroma file manager same as all the others, it either freezes or crash's out altogether.
I have already deselected back up to google, no effect.
I have already tried re-loading google currents and populating it with fresh downloads. Then clear data and un-install, no effect.
Finally took me a while to get adb set up and working, but............
wait for it............................................................................
No effect !!
It starts the process, and scrolls info very fast. I left it for about 20 mins and it was still going. eventually i clicked on the window and it said something along the lines of no such file or directory then endlessly scrolls att.
I appreciate the suggestions given, but i do hope there are some more.
I am completely lost with this now.
all the best
have fun
rich
Seems kind of similar to problems I used to have in the good old Palm OS days, sometimes due to some app errors 0b files would appear on SD card, and - to make long story short - the only thing that would help was taking the card out and formatting it on the computer.
Maybe flashing with repartitioning could help?
Sent from my GT-N7000 using xda premium
dik64 said:
Greetings from sunny ??? nottingham
I have a folder with a bunch of files that all show as 0kb that i can not remove.
Does anybody have an idea how i can get rid of these?
The story so far....
I am/was on rocket rom v2, previously i had put the google currents app on, but that was a couple of roms ago and i have not put it back.
I started having a few odd problems and realized my int sd was full. i eventually narrowed it down to a google currents folder. this was not so easy as any app that tried to scan the int sd in any way would crash or freeze. Even in manage apps it would only show details of apps from a to c any after that hung on 'computing'. i managed to delete over 5 gb from that folder, all except one folder.
Now i am left with a folder on the int sd inside the android/data folder called 'com.google.android.apps.currents' inside that is a folder 'cache' inside that a folder 'blobs.120.1184434912' inside that a folder thats a bunch of letters and numbers, inside that a folder 'att' and finally inside that a bunch of files all with single letters, numbers or symbols as there filename and all 0kb in size.
These remaining files and folders i can not get rid of.
I have tried....
Delete with root explorer and a couple of other file apps crash's or locks
Cut and paste elsewhere fail
Connect to computer and...
Delete fail
Move fail
Erase fail
Unlock freezes pc
Change permissions blocked
Re-name fail
Scanned with virus and spyware progs clean
Delete with dos fail
Factory reset fail
Factory reset with format usb crash's or locks
Flash a pit file in pc odin Still there
I wouldnt mind just leaving them there, but as i say any app that in any way scans the int sd crash's or freezes this makes the note almost un-useable.
I'm sure I've missed a few things i have tried but you get the point.
I have searched xda and the web as best i can and tried pretty much every idea I've come across.
Help !!!
Please !
Click to expand...
Click to collapse
If you cannot delete the folder with del or erase command in dos I think you have a bad block there. In this case you have to leave this folder alone.
Hi, thanx for the further suggestions
tknguyencsu leaving alone is not a good idea as it does affect how the note works. Anything that scans the int sd freezes or crash's out when it gets to that folder. for instance if i go to manage applications it will only give me detailed info on apps from A to C any after that it wont display the size of data etc, just stays on 'computing'. so i really need to get rid of this folder.
p107r0 Any idea how i try your suggestion of 'flashing with repartitioning' ?
I have done several full wipes inc usb storage, i have formatted usb storage from recovery several times also.
There are a couple of options in recovery i have not tried because i dont know what they really mean and so im a little scared to try with all the bricking thats been going on.
many thanx
all the best
have fun
rich
Lots of reading to be safe, but afair there is Dr ketan's guide on flashing LBF with repartitioning, which should be theoretically safe when performed from/over GB ROM. I'll look for the link later.
Here.
P.S. There's also app by chainfire which checks if your device is prone to superbrick: Got Brickbug
Sent from my GT-N7000 using xda premium
Thanx p107r0 i've had a quick look/search in that thread. Not much detail about re-partitioning, i am now assuming it is connected with pit file ?
If that is correct then i have tried that and unfortunatly it did not help.
I am out of my depth here, so if i have misunderstood please forgive me, and enlighten me.
many thanx
all the best
have fun
rich
Are you still on the same ROM? Maybe formatting int sd from other one would do the trick?
Hi p107r0
Yes i am on the same rom, but now a later version.
I am using Rocket Rom. the problem first came to light after upgrading from v1 to v2. since then i have been back to GB to RR v1, RR v2 and am now on RR v3.
I am out of time tonight, and on the road all day tomorrow, so will try a completely different rom as soon as i can.
many thanx
all the best
have fun
rich
Update 2:
So now I can see most of the files with ES, but OI file manager isn't seeing them. What the heck is going on? Ghost files?
Alright, so I'm in a bit of a pickle.
I was having problems with Rdio and wanted to wipe all traces of it from my phone to install an older version. Using ES File Explorer, I searched for all the files related to the app in "/" and once I found them, I foolishly used select all and delete. Problem is, it seems "select all" actually selected all the folders in / and not only those found using the search function.
The odd part is I can see all the folders in / when I use OI file manager (though some are empty, namely /data and /datadata), but not when I use ES.
Does anybody have an idea as to what I can do? Odd thing is the phone is working fine and not all files on it have been deleted (the files inside EFS seem to have been though, but I still have signal). I'm afraid to reboot it since I figure it might become bricked. I've got a recent Nandroid backup which wasn't deleted, so I'll be fine if I can get to recovery, but is there any chance of that not happening?
Anyways, I'm feeling really dumb and stressed out.
Thanks for looking and/or helping!
Cheers!
Update
Making a call seems to have restored the files (.bak and others) in the efs folder and some other files seem to be reappearing. Maybe if I just wait it out all the files will come back from the dead? Files that weren't showing 10 minutes ago are back and are dated earlier than today.
Again, I'm mainly looking to know if I can reboot into recovery (or normally?) without many problems.
Thanks!
Sorry i copied this from another area
Quote:
Originally Posted by wajiman View Post
Hey guys,
i need help our here. i am facing a rather odd problem which started yesterday. whenever i tried to open gallery, it says "
Not enough space. Delete unnecessary items such as download softwares, videos and documents."
I have factory reset the device 3 times deleted everything, flashed using ODIN but no avail. Any body has any solution for this?
I am using:
Stock ROM XXMEB5
Stock Kernel
Stock Recovery
EDIT: Finally Solved the Problem. The phone was not resetting properly, so for users facing this problem there are 2 possible solutions:
1. Flash stock rom, goto stock recovery and from there wipe data if CWM does not do it properly (In my case CWM did not do it properly)
2. The other solution, the info i figured out was that it had to do something with a folder in Android/Data directory. Try to delete folders one by one to see if this fixes the error
I recently updated OTA to 4.1.2 and have suddenly got this same problem today, im not technically that great so all i did was save the files i wanted to keep and did a factory reset but nothing has changed. I can open my pictures in Smart Gallery Lock Free but im also having the problem that nothing deteles properly, everything i delete re-appears when i re enter Smart Gallery
I have tried removing the files directly from "My Files" but it will only work on the extSdCard not sdcard0 its says deleted but doesnt go anywhere.
I have looked at point 2. but i dont know what i can delete without making things worse
Hope somebody can help
same problem in my SGS II, nothing woks, wipe data reset factory i have done every thing nothing works my only alternativ eis using quickpic app
Ive used my droid turbo for 18 month or so. I always enjoy the convenience of installing an app first and drag data into the obb folder under emulated/0/Android.
But yesterday, I can't find it anymore(all those app data is not lost). I wanted to create a new obb folder but the phone tell me that the folder already exists. When I connect the phone to my computers(both mac and windows), I still can't find the obb folder and as I drag in a blank obb folder that I've just created, my phone crashed and restart. I used shell to check permission and it turns out the folder is there and I have full permission to Read and Write. And I backed up my device and give it a wipe. But no luck.
So, I know that the obb folder is still there, but hidden. I think it may be the Es explorer since the problem happens after I used es explorer to clean app residue after deleting an app which could trigger the write protection?
So Im bit frustrated after working on the issue or this long. So Im asking you guys, have you ever run into issues like this? Is there a viable solution?
Are you rooted? If so, try Root Explorer to see if you can see it.
Wouldn't hurt to re-flash SuperSu again in TWRP, either.
On the droid turbo it was a pain to find this folder, went with some suggestions creating new one, copying the whole folder. etc none worked, I gave up on the phone at that time also bootloader was locked, I went with moto maxx, what a ease
siberian85 said:
On the droid turbo it was a pain to find this folder, went with some suggestions creating new one, copying the whole folder. etc none worked, I gave up on the phone at that time also bootloader was locked, I went with moto maxx, what a ease
Click to expand...
Click to collapse
you are saying the problem is solved with an unlocked bootloader?
ChazzMatt said:
Are you rooted? If so, try Root Explorer to see if you can see it.
Wouldn't hurt to re-flash SuperSu again in TWRP, either.
Click to expand...
Click to collapse
Sadly, I haven't rooted my device yet....any alternatives?