Do you have a 'dropbox' folder in your ROOT directory? - Kindle Fire General

This folder just looked fishy to me because it was on my device before I had even installed Dropbox on my Kindle Fire or even rooted it. I have never seen an app install a folder in the main root directory, they're usually in the sdcard folder or within another folder.
Only reason I'm suspicious is because I bought my KF 'open box' and am not sure if someone may have tinkered with it. Can anyone check if you also have this folder? Thanks.

ags29 said:
This folder just looked fishy to me because it was on my device before I had even installed Dropbox on my Kindle Fire or even rooted it. I have never seen an app install a folder in the main root directory, they're usually in the sdcard folder or within another folder.
Only reason I'm suspicious is because I bought my KF 'open box' and am not sure if someone may have tinkered with it. Can anyone check if you also have this folder? Thanks.
Click to expand...
Click to collapse
I have it in both my Fires.
Contains a bunch of txt files and a recovery folder.
​

Cool. Unusual name then for a logging/ recovery folder. Wonder if Dropbox will sue? lol thanks

Yeah, some Android devices, completely unrelated to Dropbox the file sharing service, have a "dropbox" directory where the kernel "drops" crash debug reports.
The term "dropbox" has existed long before Dropbox the company existed... My company has been using that term for LAN file drops since before I started.

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

App install Fails?

hey all iv noticed this a lot with the stock 2.2 rom on my POV Mobii tegra 2 (advent vega rebrand).
e.g i uninstalled a game called jelly defence, then tried to install an updated version of it. the install fails saying aplication not installed.
ok so i then tried to reinstall the first version i had working on the tablet, and that also fails to install saying again application not installed..
why would this be happening? iv noticed that it happens on a fair few number of apps that i install, then uninstall, then try to install again and they fail to install.
installation is done via apk file from sd card. even tried over wifi and still same error.
I know this might sound rude, but did you try Google?
http://stackoverflow.com/questions/4226132/application-not-installed-error-on-android
ahh, could be something to do with the certificates or the AndroidManifest.xml file.
where is this file located so that i can check its permissions?
This might be a tough nutt to crack...
"AndroidManifest.xml" file is inside .apk files.
ok i managed to fix the problem. i mounted my sd card to the pc with card reader, and in the android.secure folder there was a file called smdl2tmp1.asec , i deleted that and now the app installs fine. got both jelly defence and few others installed with no issues.
strange how i cant see that folder on the tablet itself because its hidden. need an app to see the folder and its contents directly on the tablet so i can delete it again if needed.
Yeah, folders and files with a dot infront of their names are invisible.
It's a Linux thing!
Glad you got that sorted out!
is there no file manager app that can see these files directly on the tablet?
Just tried "iFileManager" app I got with stock tablet software and it can see hidden files/folders.
I also tried Root Explorer and it can see hidden files/folders, but this is a paid app.
Astro File Manager can also see hidden files/folders, but you need to go into Preferences-->Look and Feel-->and enable "Show Hidden Files" option.
Maybe your current file manager app also has such an option?
Hope I helped, and don't forget to give a thanks!
ahh, i have stock ifilemanager, but i dont use it, i use ES File Explorer since i can access my LAN shares with it easily over the wifi. will give ifilemanager a go in few mins time.
thanks again.
just checked ifilemanager can see the folder but it cant see any of the file which are inside the folder.
Just checked some "hidden" folders myself on my tablet.
Some have files / sub-folders inside and some don't.
Not all folders need to have files inside.
but when i check the folder on the pc via sdcard reader, there are files in the folder.
cant see them directly on the tablet, but when connected to pc i can see the files in exact same location.

storage/emulated/0/

can someone please explain to me why, since updating to 4.2, I have what looks like a duplicate of my SD card contents in a sub folder called storage/emulated/0/?
all my gallery apps, Gallery, DroidIris etc. see duplicates of all my pictures now?
And If I save a pic from a browser It points to the folders in storage/emulated/0/, not the SD card ones?
deleting any file in one folder effects the other, so it is probably not a true duplicate thats taking up space is it?
I assume this has to do with the multi user addition to 4.2, but I have not set up a second user at all.
Does this just occur to people upgrading, or to people who installed a fresh version as well?
Cheers.
CarsnGadgets said:
can someone please explain to me why, since updating to 4.2, I have what looks like a duplicate of my SD card contents in a sub folder called storage/emulated/0/?
all my gallery apps, Gallery, DroidIris etc. see duplicates of all my pictures now?
And If I save a pic from a browser It points to the folders in storage/emulated/0/, not the SD card ones?
deleting any file in one folder effects the other, so it is probably not a true duplicate thats taking up space is it?
I assume this has to do with the multi user addition to 4.2, but I have not set up a second user at all.
Does this just occur to people upgrading, or to people who installed a fresh version as well?
Cheers.
Click to expand...
Click to collapse
I think this has been added as part of the multi-user feature and is where the data/content is stored for other users. It has been mentioned on the forum somewhere else, cant remember where I seen it though.
I also wondered this but then thought logically.
Two users using the same SD card wouldn't be a good idea.
So they sort of virtualise the SD card, and then when a new user is created a sort of partition is created for the user.
I was wondering what that was in ASTRO I thought it was something I did wrong and yes if you delete one file it will end up deleting both of them so be careful luckily I deleted some old downloads I didn't need anymore GOD BLESS YOU GUYS
Sent from my Nexus 7 using xda app-developers app
thats all fine, thanks guys,
but now, if I download a new pic from dolphin browser to the /emulated/0/pictures folder, the gallery sees my SD/pictures as well as the /emulated/0/pictures folder, the original has 99 files in, and the new one 1 file in, both are called "pictures".
the "save picture as" action opens up its own file explorer, and it wont let me go back far enough in the file tree to access the SD/pictures folder so I can only save in the new /emulated/0 folder and its sub folders?
cheers.
I can't find the folder on my pc. I am trying to run a backup app and it stores it there. I try to replace the backup location to downloads for example and it won't work. It's driving me mad.
The linked directories are linked to look like separate directories but they link to what is called a mount point that the actual physical storage and the actual file. What you do in any of folders will be done in all the folders.
I'm still wrapping my mind and this and my Linux knowledge it's weak. So I'm not going to try to suggest how to deal with these folders. As much as possible I'm letting the app handle the files.
Sent from my Nexus 7 using xda premium
CarsnGadgets said:
can someone please explain to me why, since updating to 4.2, I have what looks like a duplicate of my SD card contents in a sub folder called storage/emulated/0/?
all my gallery apps, Gallery, DroidIris etc. see duplicates of all my pictures now?
And If I save a pic from a browser It points to the folders in storage/emulated/0/, not the SD card ones?
deleting any file in one folder effects the other, so it is probably not a true duplicate thats taking up space is it?
I assume this has to do with the multi user addition to 4.2, but I have not set up a second user at all.
Does this just occur to people upgrading, or to people who installed a fresh version as well?
Cheers.
Click to expand...
Click to collapse
Same for me. Music player, gallery and other apps now show two copies of files. Any solution to fix this yet?
algus said:
Same for me. Music player, gallery and other apps now show two copies of files. Any solution to fix this yet?
Click to expand...
Click to collapse
I think you are confusing a symlink'd directory with a second copy.
No one - so far - has reported a real problem related to duplicate file - so don't be expecting a fix.
Spend the time reading up on Linux directory structures instead.
rmm200 said:
No one - so far - has reported a real problem related to duplicate file - so don't be expecting a fix.
Spend the time reading up on Linux directory structures instead.
Click to expand...
Click to collapse
This.
It's not broken do don't expect a fix. It only 'looks' like you have duplicate files. A change you make in any single place will show up in all locations. Delete a file in one place it will be gone everywhere. The whole file system is an optical illusion. Layers on layers of naming parts of the file system.
For instance /sdcard is actually /data/media/0 if you created another user on your tab they would get /data/media/1 but they would find their files under /sdcard in a file manager.
Sent from my Nexus 7 using xda premium
I understand that it is a link. As I said problem is that applications show two copies of all files put in /sdcard folder. Because applications treat each link as a separate file. This is exactly what the original poster and I wrote in our posts.
So far I fixed this problem for myself by deleting all files from /sdcard (they disappeared from other linked locations as well) and saving them back straight to /storage/emulation/0 (they appeared in other linked locations, including /sdcard, but this time the gallery and other apps show single copy of each file in their collections).
This is not confortable for a typical user to learn about all these linked folders and I consider it as a drawback of Jelly Bean.
algus said:
I understand that it is a link. As I said problem is that applications show two copies of all files put in /sdcard folder. Because applications treat each link as a separate file. This is exactly what the original poster and I wrote in our posts.
So far I fixed this problem for myself by deleting all files from /sdcard (they disappeared from other linked locations as well) and saving them back straight to /storage/emulation/0 (they appeared in other linked locations, including /sdcard, but this time the gallery and other apps show single copy of each file in their collections).
This is not confortable for a typical user to learn about all these linked folders and I consider it as a drawback of Jelly Bean.
Click to expand...
Click to collapse
I am trying to understand what you are seeing.
On my device, the gallery app only shows pictures in my user: emulated/0. This is from selecting a picture and then asking for info on it.
What apps are showing duplicates, other than a file explorer that you would expect to show symlinks?
I should add - are you copying pictures directly to /sdcard from somewhere else?
Well I had a problem...because of all the multiuser crap I was unable to restore a titanium backup cause of all the emulated directories that another user makes...I had to delete every /0 directory that it made cause if you install another Rom it makes a new /0 directory inside the other /0 directory so after flashing CM10, MIUI and slim bean I finished with a directory like this: sdcard0/0/0/0.
Sent from my GT-I9300 using xda app-developers app
restoring backups seems to be a problem too in cwm. Hmm how to fix it
Sent from my Nexus 4 using xda app-developers app
I ran into this problem with Titanium Backup and my Nexus 7. I was trying to copy the titanium backup folder on the Nexus 7 to my windows PC (also tried mac too) as it was taking up a lot of space on the Nexus but Windows and Mac wouldn't have any of it. It just copied the folder and not the contents. Android file Transfer manager on mac just keeped crashing. I did not try adb pull folder with WugFresh toolkit, so that may work. I ended up copying from the nexus 7 to a USB drive using an OTG cable.
I been looking into this too, this is what I find so far I did a fresh install after I installed my Rom I wipe storage on my N7 so I have a clean storage nothing on it about 27.80gb after I installed one game that is 2gb and its show on both storage emulated and 0 n after my available space is 23.72gb. So I think its does create a duplicate that take space. But Im not sure.I going to run some more tests. If this is true this kinda suck cus then my 32gb n7 is only 16gb then.
Ps. Also if u reboot ur n7 and u go to storage there is another folder under emulated with 0 with the same files you can deleted this folder is save you won't loose anything but if you reboot and go back to storage the file reappear and you can delete but once u reebot again it will reappear again and over again.
Sent from my EVO using xda premium
No way are there 2 copies of files (unless you are auto backing up, which I do). My free space was 3.9gb before and after 4.2. Have all the extra meaningless folders.
You could think of the emulated storage locations like a shortcut. You could place multiple shortcuts to your 'My Documents' folder on your desktop without creating multiple copies of 'My Documents'.
Same problem with Galaxy Nexus
I have the same problem with my Galaxy Nexus and Android 4.2.1
In my Windows Explorer i dont see the same files like in my Phone with Total Commander on my Storage.
This is not funny.

[q] *** need nexus 4 call logs from backup files ***

I recently sold my N4 and basically copied all the files from the local/system sd unto my pc. I need to check my call log for a a call I had recieved a couple weeks ago.
In desperate need, how can I find this information in my files that I've backed up!
PLEASE HELP!!!!
wallizzle said:
I recently sold my N4 and basically copied all the files from the local/system sd unto my pc. I need to check my call log for a a call I had recieved a couple weeks ago.
In desperate need, how can I find this information in my files that I've backed up!
PLEASE HELP!!!!
Click to expand...
Click to collapse
i know its one .db(if im correct) and it is stored on /data/data/(something with android on it, i will take a look wait mins)
EDIT: /data/data/com.google.android.dialer/databases
opssemnik said:
i know its one .db(if im correct) and it is stored on /data/data/(something with android on it, i will take a look wait mins)
EDIT: /data/data/com.google.android.dialer/databases
Click to expand...
Click to collapse
Is it possible to be somewhere else? I dont have that folder... I see all the com.google.android.* folders but not that.
demplls Osterhaus
wallizzle said:
Is it possible to be somewhere else? I dont have that folder... I see all the com.google.android.* folders but not that.
Click to expand...
Click to collapse
In my root folder copied directly from the phone I have an 'android' folder that has a data folder in it with the com.google.android directories and I also have a 'data' folder at root. however that folder has nothing in it.
wallizzle said:
In my root folder copied directly from the phone I have an 'android' folder that has a data folder in it with the com.google.android directories and I also have a 'data' folder at root. however that folder has nothing in it.
Click to expand...
Click to collapse
what u used to make a backup? if u got just from copying and pasting from mtp, no way to get those things back then.(at least, if your phone had 4.4,but probably would be the same for 4.3 or 4,.2)
Be a whole lot quicker to ask your phone Co to send you the information. They will for a small fee
By backwards engineered alien technology.....

150273 Folder Created Automatically

Hello everyone.
I have a Nexus 4 with Stock Android 5.1.1 running. I did a factory reset yesterday and then installed all of my apps. I noticed a folder named "150273" in ES File Explorer. Just wanted to clarify whether its Android's folder or some app created it, or is it some kind of "virus"(I know i'm being paranoid).
What is this "150273" folder is the question as i've never seen this folder before.
I also have this folder, though mine is empty. Probably created by some app or utility, no need to worry.
vishal007 said:
I also have this folder, though mine is empty. Probably created by some app or utility, no need to worry.
Click to expand...
Click to collapse
I deleted it. Thanks for your response though

Categories

Resources