Benefits and drawbacks to more vs. less packages? - Windows Mobile Development and Hacking General

Sorry if this is a n00b question, but I did a search and I can't seem to narrow down the results enough to find an answer. Anyway, OEMs tend to stick all apps into 1 or 2 folders, usually OEMAPPS and also sometimes Default.
What is the benefit of doing that vs. making a separate folder package for each and every app, other than being less modular? I find putting every app into its own folder with its own .dsm is simpler to keep track of. However, OEMs must throw them all in one folder for a reason. Does putting them all in one folder save space on the device because there's only one UUID vs. many?
I noticed there are a ton of files in the Windows folder whose filenames are UUIDs. Are these related every installed package?

Related

Hiding folders created by apps?

Hi guys,
I know this is an issue for many alike myself, I HATE how some android apps and the system automatically create folder on the SDcard (tmp, LOST.DIR, albumthumbs, adobe etc) and even worse have stupid names for some of them. Im quite the perfectionist so i really would like to have them gone (hidden) or at least renamed. As hiding them is the easier option I want to know if this is even possible?
I've tried mounting my SDcard and changing those files to hidden, but in Android they still display. I've tried the '.' method of hiding but this causes errors for some apps as the folders aren't being located correctly.
I've searched around with no solution as of yet so if anybody has a way please let us know.
no stupid comments about hiding your porn and **** please.
I hate to not be any help, but I would also like a way to do this.
I hate looking into my SD card and seeing a bunch of random sh!t.
so bump i guess
Even though it don't bother me i don't understand why developers don't do like linux apps and use /sdcard/.twidroid type of folder?
This drives me insane as well. Unfortunately there isn't much you can do about it. This is on the developers of the apps to fix.
Does Google actually recommend a specific folder to put these files, something like .config or .cache like in Linux?
It would have been so easier if all these folder went inside a single folder like program files .. I m too frustated bocs these app folders
They recommend /Android/data/<package_name>/files/
see: http://developer.android.com/guide/topics/data/data-storage.html#filesExternal
One option is to override what the below two routines return. (AOSP code)
getExternalStorageDirectory() and
getExternalFilesDir()
i.e. set it to /sdcard/data/
ps: I remember asking this a year ago, still bugs me that nobody has done it yet.
suhas_sm said:
It would have been so easier if all these folder went inside a single folder like program files .. I m too frustated bocs these app folders
Click to expand...
Click to collapse
+1 This would be a good idea.

Not a Developer - want a deeper understanding of the OS.

I am computer savvy, began building PCs in the late 70's - early 80's, beginning with DOS 1.0. I know a little basic, a little UNIX, etc., but am not a programmer.
I am as psyched about my HTC Hero Android as I am about Windows 7. I love it! Like all users, I download and delete apps on a fairly regular basis. I also rooted my phone to OS 2.1. Here's my (minor) dilemma; the deleted apps (I think) leave artifacts, files and folders. When I rooted the phone, photos and other files are now in different folders. I also see twice the number of photos and wallpaper as the system seems to be creating logo sized duplicates.
I've been searching, without success, for something that will tell me what the file/folder hierarchy is. What's the structure? How to determine which apps use which folders. Which folders are used by the OS and the mobile OS? I want to be able to keep the memory and SD clean just as I do with my PCs, as well as copy files to the appropriate folders so that they will appear correctly in whatever app should be
calling them up.
I hope all this makes sense. And I hope you know of some source of information, be it a book, blog, or other, that will provide some insight in this domain.
Thanks for the help!
I rooted to Damageless' FRESH 2.1.
I have the sdk but have not opened it yet. I'll check out Android Commander.
I have sone some UNIX and did quite a bit in MTOS on large Telecom voice switches, so I can probably eek my way through.
Thanks for the direction BWBL.
Brian
basically Android is a dalvik virtual machine(stripped down java for embedded devices essentially) that is sitting on top of a Linux kernel. My understanding is that unless a program has root, it cannot access internal storage, especially write access. All prefs are saved to a database and applications are completely sandboxed, therefore no artifacts will remain on internal memory. Unfortunately the same cannot be said for your SD card. If you grant a program access to your SD card it can **** all over it and the OS doesn't. protect you. I have found that HTCs stuff is guilty of copying pictures all over.
bnbaldwin53 said:
I am computer savvy, began building PCs in the late 70's - early 80's, beginning with DOS 1.0. I know a little basic, a little UNIX, etc., but am not a programmer.
I am as psyched about my HTC Hero Android as I am about Windows 7. I love it! Like all users, I download and delete apps on a fairly regular basis. I also rooted my phone to OS 2.1. Here's my (minor) dilemma; the deleted apps (I think) leave artifacts, files and folders. When I rooted the phone, photos and other files are now in different folders. I also see twice the number of photos and wallpaper as the system seems to be creating logo sized duplicates.
I've been searching, without success, for something that will tell me what the file/folder hierarchy is. What's the structure? How to determine which apps use which folders. Which folders are used by the OS and the mobile OS? I want to be able to keep the memory and SD clean just as I do with my PCs, as well as copy files to the appropriate folders so that they will appear correctly in whatever app should be
calling them up.
I hope all this makes sense. And I hope you know of some source of information, be it a book, blog, or other, that will provide some insight in this domain.
Click to expand...
Click to collapse
1)Backup apps with androzip.
2)Backup the entire sd to pc(you may need to format but should not).
3)Wipe(data,delvic,uid mismatches). This will get rid of those apk leftovers/uta fc's....
4)Install a fresh copy of damage
5)Now right after initial boot, back up your sd card file structure
6)Drop your pc backup folders in their corresponding freshly set-up counterparts
7)Do yourself a favor and get a good file browser and you can check out the system heirarchy for yourself. These are MY personal faves,
a)androzip-explore sd/free market
b)root explorer-explore system/paid xda
c)astro-both free/market
d)android commander-for pc free/google
e)android sdk is another invaluable tool free/google
If you need further assistance, feel free to pm. Good Luck
Awesome! Thanks Magnus.

Trying to understand file system

I use Solid Explorer and am not rooted. When I look at ways to get to a "file" at root, I see:
Root/sdcard/file
Root/storage/sdcard0/file
Root/storage/emulated/legacy/file
Root/storage/emulated/internal memory/file
Root/mnt/sdcard/file
Why so many and what does it all mean? Can I delete any of the folders? Any of them open in my browser if the file is an html file with file:///
understand filefystem
tcat007 said:
I use Solid Explorer and am not rooted. When I look at ways to get to a "file" at root, I see:
Root/sdcard/file
Root/storage/sdcard0/file
Root/storage/emulated/legacy/file
Root/storage/emulated/internal memory/file
Root/mnt/sdcard/file
Why so many and what does it all mean? Can I delete any of the folders? Any of them open in my browser if the file is an html file with file:///
Click to expand...
Click to collapse
I would not recommend trying to delete any of the folders; most of them are basically symlinks, and deleting them will NOT reclaim storage. As to understanding the filesystem after the move to 'multi-user android 4.2', I have problems in that aspect myself. Indeed, on my (rooted) nexus, I have difficulties in getting my folders visible for other applications (where on 4.1 they were very visible indeed).
As one of the cracks on this forum, Chainfire, who releases the StickMount app, has similar problems (he has not been able to make StickMount work yet on Android 4.2), I guess there are some real questions out there.
Chances are, within the next few days or weeks, more is known about the way the filesystem is working, and perhaps tips as how to make it better will come floating about.
For now though, I would just "sit still" if I were you, and just ignore all the other ways, and just use one of them.
(And which one? I guess I would go for /sdcard/file myself...
Kind regards,
Roel
Happy I'm not the only one. Before the update "Root/storage/sdcard0/file" seemed to be the path. Now it looks like each app chooses it's path randomly. I would guess many developers are pulling their hair out (or cursing Google)
I think I've got my head round the symbolic links but can't, along with tcat007, understand the reasoning. Another question that I hope is proper here is "How does Windows 8 (and earlier) decide what is "Internal Storage" - I've got a subdirectory that can be seen through either the sdcard or storage paths but will not display in W8.

Previous Versions/Shadow Copies

I searched and checked the FAQs, nothing appeared on this.
Micro. said some blabber about no one used this in Win 7 and that it slowed down the system. I used it, and loved it, along with a lot of other power users if you Google it.
Apparently, there are still shadow copies in Win 8, so I copied the folder to the window pane on the left in explorer. In the address bar, type:
\\computername\c$\Users\computerusername
e.g. \\mylaptop\c$\Spongebobsquarepants
Has anyone else been using this? Apparently on the network, previous versions, including the tab is still there. Anyone have any tips on this? If I could get the previous version tab in the properties section I would run around naked singing.
Shadow Copies are still present, but they're (in theory) used only for the "System Restore" feature that's been around in one form or another since Windows ME. You may recall that on Vista and Win7 you had to manually enable Previous Versions for any drive but the system one, and stuff like that? My guess is that that's why the feature didn't get enough usage; people didn't have it turned on to use it much.
Anyhow, like you, I made very heavy use of Previous Versions and was pissed to see it get cut (the new Windows Backup is almost good enough to be a substitute, but they serve different purposes, dammit!). I'd love to see a way to get it brought back for data files (as opposed to system files and programs only).
There is also "File History" which works much the same way but from a seperate GUI.
The backup files have to be stored on an external drive, but you can get around this by creating a network share that points at one of your local drives.
And it only does Libraries, but since you can create libraries, and put any folders you like in them, it means you can back up pretty much anything.
marcd2k12 said:
There is also "File History" which works much the same way but from a seperate GUI.
The backup files have to be stored on an external drive, but you can get around this by creating a network share that points at one of your local drives.
And it only does Libraries, but since you can create libraries, and put any folders you like in them, it means you can back up pretty much anything.
Click to expand...
Click to collapse
Ah, I never knew this. I tried selecting the same drive as Windows 8 but it refuses, I selected my other partition with Windows 7 and it accepted that location. I'll see how that goes. Thanks a lot.

"IndexService" issue solved..(Quick battery drain & endless or error index process)

"IndexService" issue solved..(Quick battery drain & endless or error index process)
"IndexService" issue cause drain your battery very very quickly... Especially, if your sd card loaded with a lot of big pdf files...
If you dont want to index your "files" go to "s search" settings through menu softkey (long press for open s search then enter menu) and uncheck files... and voila.. your pdf's and another user files not index anymore..
Actually, i really want all of my files content index by note3.. This is very very useful for my pdf library.. But for my situation; several pdf's (some of them are big textbook's, thousands of page) cause never ending indexing process and it's ruin battery life terribly..
If someone find a REAL solution beside of mine, please tell us...
Reason4444 said:
"IndexService" issue cause drain your battery very very quickly... Especially, if your sd card loaded with a lot of big pdf files...
If you dont want to index your "files" go to "s search" settings through menu softkey (long press for open s search then enter menu) and uncheck files... and voila.. your pdf's and another user files not index anymore..
Actually, i really want all of my files content index by note3.. This is very very useful for my pdf library.. But for my situation; several pdf's (some of them are big textbook's, thousands of page) cause never ending indexing process and it's ruin battery life terribly..
If someone find a REAL solution beside of mine, please tell us...
Click to expand...
Click to collapse
There is an easy solution. Create a folder for your pdfs, drop a .nomedia file in the root of that folder, and put all of your pdfs you dont want indexed in there.
I found that the indexservice process is taking more cpu and time when I have more number of pdf files i my memory card.
So, right now either you can put less number of pdf files on your device to avoid the lag or just wait till the indexing completes.
After the indexing completes, the device works as wonderfully as it was working before inserting my memory card.
Hope I helped...Cheer!!!
Or you can just kill it in settings/apps/active...
It shuts up untill you reboot.
Send From My Samsung Galaxy Note 3 N9005 Using Tapatalk
I really hope samsung pushes out an update about it. Even after indexing is done whenever I try to do something quickly it seems it will FC because of the indexer. can't really play any games on it as well because of it.
ShadowLea said:
Or you can just kill it in settings/apps/active...
It shuts up untill you reboot.
Send From My Samsung Galaxy Note 3 N9005 Using Tapatalk
Click to expand...
Click to collapse
Wat you mean, i don't have root, wat i need to kill ?
WandersonGD said:
Wat you mean, i don't have root, wat i need to kill ?
Click to expand...
Click to collapse
I don't have root either. Just go to settings > general > application manager > running, tap .com.samsung.android.strokesearch:service. (down near the bottom) Hit 'Stop' and then 'yes'.
Now it stays away until you reboot, at which point you need to do this again. Bit tedious, but it's quicker than rooting.
Screenshot attached.
Send From My Samsung Galaxy Note 3 N9005 Using Tapatalk
Easy way to root ant fix this issue
You can fix this issue very easily.
1. Root your phone in under 1 minute at towelroot.com
2. download a freezing app (I paid for a really good one, $6 for titanium backup pro)
3. freeze the offending service.
I didn't know how to do any of these things an hour ago. A quick google question for any you need to learn will give you easy answers.
towelroot is insanely easy. be sure your settings allow non play store apps to be installed; go to towelroot.com; click on the red symbol thing to download the apk; run the apk and you are rooted. done.
I have most recent OS and updates as of the date of this post, sprint Note 3 with 4.4.2 and cnc5 baseband/build number
NOT SOLVEDSamsung Galaxy Tab Pro battery still drains with yesterday's KK update
Reason4444 said:
"IndexService" issue cause drain your battery very very quickly... Especially, if your sd card loaded with a lot of big pdf files...
If you dont want to index your "files" go to "s search" settings through menu softkey (long press for open s search then enter menu) and uncheck files... and voila.. your pdf's and another user files not index anymore..
Actually, i really want all of my files content index by note3.. This is very very useful for my pdf library.. But for my situation; several pdf's (some of them are big textbook's, thousands of page) cause never ending indexing process and it's ruin battery life terribly..
If someone find a REAL solution beside of mine, please tell us...
Click to expand...
Click to collapse
I'm sorry, I don't understand what you mean by 'files' and 's search'. Do you mean that you have to uncheck each .pdf file in some way? What if we have thousands of them?
Or do you mean something else?
Someone else suggested putting all the .pdf files in a separate subdirectory and adding a .nomedia file. This hides ALL the .pdf files from every app that might search for them including the ones you use to read .pdf files.
We called Samsung this morning. Three levels, no help. They did NOT even understand the problem. "Do a factory reset." Did that, major nuisance, especially losing all the bookmarks in the .pdf files. No solution, it just started indexing again. It says it will take 5 hours to index and there are only 4 hours of battery left. If you plug it into the charger the Galaxy Tab shuts down after half an hour.
I was thinking of replacing my BLU phone (which has serious Play Store/storage problems) with a Samsung, but now I'm not so sure.
Bev999 said:
I'm sorry, I don't understand what you mean by 'files' and 's search'. Do you mean that you have to uncheck each .pdf file in some way? What if we have thousands of them?
Or do you mean something else?
Click to expand...
Click to collapse
Lomg press the menu softkey to bring up S Finder. Hit the menu softkey again, go to settings > Select Search Category. Uncheck everything. That's it.
Someone else suggested putting all the .pdf files in a separate subdirectory and adding a .nomedia file. This hides ALL the .pdf files from every app that might search for them including the ones you use to read .pdf files.
Click to expand...
Click to collapse
I've suggested that in several boards. It's what works for me. Frankly it's best to put one in every directory that you don't actively require the mediafiles from. (actively being ringtones and music.)
So any folder with documents, books, comics, navigation maps, magazines, films... You can launch all from the file explorers. (the maps don't need to be seen at all by mediascanners.) nomedia files apply to subdirectories as well, so one in each directory will suffice. You can copy one from the Android folder.
I've got one folder with 30GB worth of PDF files.
I do occasionally get an indexservice wakelock, but that's always because it hangs on a corrupt file, not the pdfs.
We called Samsung this morning. Three levels, no help. They did NOT even understand the problem. "Do a factory reset." Did that, major nuisance, especially losing all the bookmarks in the .pdf files. No solution, it just started indexing again. It says it will take 5 hours to index and there are only 4 hours of battery left. If you plug it into the charger the Galaxy Tab shuts down after half an hour.
Click to expand...
Click to collapse
Factory resets don't solve these things. Customer support employees are hired for their affinity with service, not their technical and product knowledge. They usually don't know much at all.
Sent from my SM-N9005 using Tapatalk 2
ShadowLea said:
Lomg press the menu softkey to bring up S Finder. Hit the menu softkey again, go to settings > Select Search Category. Uncheck everything. That's it.
I've suggested that in several boards. It's what works for me. Frankly it's best to put one in every directory that you don't actively require the mediafiles from. (actively being ringtones and music.)
So any folder with documents, books, comics, navigation maps, magazines, films... You can launch all from the file explorers. (the maps don't need to be seen at all by mediascanners.) nomedia files apply to subdirectories as well, so one in each directory will suffice. You can copy one from the Android folder.
I've got one folder with 30GB worth of PDF files.
I do occasionally get an indexservice wakelock, but that's always because it hangs on a corrupt file, not the pdfs.
Factory resets don't solve these things. Customer support employees are hired for their affinity with service, not their technical and product knowledge. They usually don't know much at all.
Sent from my SM-N9005 using Tapatalk 2
Click to expand...
Click to collapse
We have a Samsung Galaxy Tab Pro SM-T520 running android 4.4.2 just updated today. We also have a 12.2 Note, and I assumed things were similar. Maybe not. He just followed your instructions. Indexing is still running in the background. It won't stop. I'm reluctant to reboot, but will if it's necessary. Is it?
I don't understand how the .nomedia thing works for you and not for us. He uses ES File Explorer and EBookDroid and neither could see the files in the subdirectory containing the .nomedia file.
I would have assumed that if you persist you can find someone in the 'help' department who at least understands the problem. Apparently not.
This is extremely discouraging
Bev999 said:
We have a Samsung Galaxy Tab Pro SM-T520 running android 4.4.2 just updated today. We also have a 12.2 Note, and I assumed things were similar. Maybe not. He just followed your instructions. Indexing is still running in the background. It won't stop. I'm reluctant to reboot, but will if it's necessary. Is it?
I don't understand how the .nomedia thing works for you and not for us. He uses ES File Explorer and EBookDroid and neither could see the files in the subdirectory containing the .nomedia file.
I would have assumed that if you persist you can find someone in the 'help' department who at least understands the problem. Apparently not.
This is extremely discouraging
Click to expand...
Click to collapse
I've got a NotePro 12.2 too. Strange how it doesn't work on yours...
Is ES File Explorer not seeing the .nomedia files or is the folder suddenly empty?
Did he reboot after placing the files and changing the settings? Indexingservice will always run for a few minutes after a reboot.
Alright, have him hook the sdcard to a pc (preferably with a cardreader) and let explorer search it for 0kb files. It depends on your system language, in english you can search for 'size:empty'. You can also click the advanced search options and select size.
Any file it finds that isn't a nomedia file or a playlist, delete (or move to the pc.)
Then do the same with the tablet itself. (this will take a while, mtp is agonisingly slow.)
Surely at some point this must begin to make sense.
Sent from my SM-N9005 using Tapatalk 2
ShadowLea said:
Lomg press the menu softkey to bring up S Finder. Hit the menu softkey again, go to settings > Select Search Category. Uncheck everything. That's it.
I've suggested that in several boards. It's what works for me. Frankly it's best to put one in every directory that you don't actively require the mediafiles from. (actively being ringtones and music.)
So any folder with documents, books, comics, navigation maps, magazines, films... You can launch all from the file explorers. (the maps don't need to be seen at all by mediascanners.) nomedia files apply to subdirectories as well, so one in each directory will suffice. You can copy one from the Android folder.
I've got one folder with 30GB worth of PDF files.
I do occasionally get an indexservice wakelock, but that's always because it hangs on a corrupt file, not the pdfs.
Factory resets don't solve these things. Customer support employees are hired for their affinity with service, not their technical and product knowledge. They usually don't know much at all.
Sent from my SM-N9005 using Tapatalk 2
Click to expand...
Click to collapse
ShadowLea said:
I've got a NotePro 12.2 too. Strange how it doesn't work on yours...
Is ES File Explorer not seeing the .nomedia files or is the folder suddenly empty?
Did he reboot after placing the files and changing the settings? Indexingservice will always run for a few minutes after a reboot.
Alright, have him hook the sdcard to a pc (preferably with a cardreader) and let explorer search it for 0kb files. It depends on your system language, in english you can search for 'size:empty'. You can also click the advanced search options and select size.
Any file it finds that isn't a nomedia file or a playlist, delete (or move to the pc.)
Then do the same with the tablet itself. (this will take a while, mtp is agonisingly slow.)
Surely at some point this must begin to make sense.
Sent from my SM-N9005 using Tapatalk 2
Click to expand...
Click to collapse
The 12.2 Note hasn't been updated yet. Has yours? Fear and trepidation...
There were no 0-lenth files when he read the card on the computer. Sizes of the files seemed not-abnormal and he spot checked a few, which were OK. BTW, we're using linux, not windows.
Possible misunderstanding: Previously he created a subdirectory called .nomedia and put all the pdf files in it. The subdirectory itself was invisible to ES file explorer etc.. He's now putting all the pdf and epub files in /sdcard1/pdf and adding a 0-length file called .nomedia to the subdirectory.
The index service is running and the damn thing is warming up. He's plugging it into the charger and going to bed (he keeps odd hours.) More whenever.
Google doesn't seem to be willing to offer much help unless you own a Nexus -- they just tell you to contact your manufacturer. Given that they sell android to the manufacturers, presumably at a profit, this seems at the very least cheesy and certainly not in keeping with the "Do no evil" mantra. How can the manufacturers possibly be expected to cope with the inner workings of how the OS itself operates?
Skynet baby steps...
Bev999 said:
The 12.2 Note hasn't been updated yet. Has yours? Fear and trepidation...
Click to expand...
Click to collapse
Nope. Still on P905XXUANC3/P905XXUANA7/P905DBTANC3. (It's the LTE edition) I don't update a device unless the update improves something.
There were no 0-lenth files when he read the card on the computer. Sizes of the files seemed not-abnormal and he spot checked a few, which were OK. BTW, we're using linux, not windows.
Click to expand...
Click to collapse
Ah. I don't know the search string for Linux, sadly. But if the entire card was free of them, at least that's not the cause. (It usually is).
Possible misunderstanding: Previously he created a subdirectory called .nomedia and put all the pdf files in it. The subdirectory itself was invisible to ES file explorer etc.. He's now putting all the pdf and epub files in /sdcard1/pdf and adding a 0-length file called .nomedia to the subdirectory.
The index service is running and the damn thing is warming up. He's plugging it into the charger and going to bed (he keeps odd hours.) More whenever.
Click to expand...
Click to collapse
Ah. Folders with a . as the first symbol are hidden folders. They're still scanned by indexingservice, just not shown. (ES has an option in settings > Display to enable them) I usually just copy the .nomedia file from SDcard/Android and past it in the folder where I need it.
Basically it should be Sdcard(or sdcard1)/pdf, with in it the .nomedia file followed by all the pdfs. You can sort the pdf's into folders inside /pdf, because the nomedia file in /pdf excludes the folders in it as well.
Google doesn't seem to be willing to offer much help unless you own a Nexus -- they just tell you to contact your manufacturer. Given that they sell android to the manufacturers, presumably at a profit, this seems at the very least cheesy and certainly not in keeping with the "Do no evil" mantra. How can the manufacturers possibly be expected to cope with the inner workings of how the OS itself operates?
Click to expand...
Click to collapse
The issue doesn't exist on a Nexus because they don't have MicroSD slots. Samsung, HTC, Sony, LG and the others add the MicroSD slot and support themselves, and thus Google says is it their problem to solve. Makes sense, in a twisted sort of way.
Skynet baby steps...
Click to expand...
Click to collapse
I always thought that was EA Games...
ShadowLea said:
Nope. Still on P905XXUANC3/P905XXUANA7/P905DBTANC3. (It's the LTE edition) I don't update a device unless the update improves something.
Ah. I don't know the search string for Linux, sadly. But if the entire card was free of them, at least that's not the cause. (It usually is).
Ah. Folders with a . as the first symbol are hidden folders. They're still scanned by indexingservice, just not shown. (ES has an option in settings > Display to enable them) I usually just copy the .nomedia file from SDcard/Android and past it in the folder where I need it.
Basically it should be Sdcard(or sdcard1)/pdf, with in it the .nomedia file followed by all the pdfs. You can sort the pdf's into folders inside /pdf, because the nomedia file in /pdf excludes the folders in it as well.
The issue doesn't exist on a Nexus because they don't have MicroSD slots. Samsung, HTC, Sony, LG and the others add the MicroSD slot and support themselves, and thus Google says is it their problem to solve. Makes sense, in a twisted sort of way.
I always thought that was EA Games...
Click to expand...
Click to collapse
Another kernel update -- same one, but from the Samsung guy at Best Buy. The sfind thing is consuming as much battery as the screen. No way to stop it. Samsung apparently doesn't give a ****. Not happy here. One more trip across the street to see if the Samsung guy can locate some internal Samsung person who may be able to help. Yeah, right...
I just cleared cache with help of Titanium backup and problem was solved.
I have to mention I am rooted.
Bev999 said:
Another kernel update -- same one, but from the Samsung guy at Best Buy. The sfind thing is consuming as much battery as the screen. No way to stop it. Samsung apparently doesn't give a ****. Not happy here. One more trip across the street to see if the Samsung guy can locate some internal Samsung person who may be able to help. Yeah, right...
Click to expand...
Click to collapse
Hm.. You can try to go to settings > Applications > All > S Finder and force stop, clear data and cache; perhaps that has an effect. Also, delete any search widget.
It's so much not that Samsung doesn't care. It's more that the service employees are all monumental idiots. :silly:
ShadowLea said:
Nope. Still on P905XXUANC3/P905XXUANA7/P905DBTANC3. (It's the LTE edition) I don't update a device unless the update improves something.
Ah. I don't know the search string for Linux, sadly. But if the entire card was free of them, at least that's not the cause. (It usually is).
Ah. Folders with a . as the first symbol are hidden folders. They're still scanned by indexingservice, just not shown. (ES has an option in settings > Display to enable them) I usually just copy the .nomedia file from SDcard/Android and past it in the folder where I need it.
Basically it should be Sdcard(or sdcard1)/pdf, with in it the .nomedia file followed by all the pdfs. You can sort the pdf's into folders inside /pdf, because the nomedia file in /pdf excludes the folders in it as well.
The issue doesn't exist on a Nexus because they don't have MicroSD slots. Samsung, HTC, Sony, LG and the others add the MicroSD slot and support themselves, and thus Google says is it their problem to solve. Makes sense, in a twisted sort of way.
I always thought that was EA Games...
Click to expand...
Click to collapse
ShadowLea said:
Hm.. You can try to go to settings > Applications > All > S Finder and force stop, clear data and cache; perhaps that has an effect. Also, delete any search widget.
It's so much not that Samsung doesn't care. It's more that the service employees are all monumental idiots. :silly:
Click to expand...
Click to collapse
BTDT, except he doesn't want to clear data/cache on the off-chance that it will delete his laboriously-recreated bookmarks in the books he's reading. It would be nice if apps would tell you exactly what they're going to delete/clear/empty.
I had a vague hope that the Samsung guy would perhaps know somebody in Samsung engineering, thereby bypassing the useless helpdroids.
http://futuremaza.com/download/91853/microsoft-tech-support-1235
Choose your size. It's a keeper.
Clearing Data/Cache on S Finder affects only the data gathered by S Finder. S Finder is nothing more than a search app. So it only clears the indexed search data.
The bookmarks made in the books he is reading are stored in the data of the reader app he is using or the files themselves. S Finder can't touch those.
I always prefer this one
I have a Note 4 and was having the same issue. The culprit in my case was the SD Card. I first used a Samsung Class 10, 64GB. "Index" was killing my battery. I formatted the card inside the phone, but it was no use. Then I exchanged the card for Sandisk Ultra 64GB, which I believe is in the same Class. Magically, "INedex" issue stopped and then I got very good battery Life! Result is: Samsung Card was not compatible with Samsung phone... Who can understand these things happenning..?!

Categories

Resources