[APP][WINDOWS]ZOE Repair Tool - Sprint HTC One (M7)

So maybe it's just me, but I've been taken off guard by the wipe features on the HTC One clearing /sdcard along with the usual user data a few times. It's a bit of a struggle to find your "happy place" after remembering a couple minutes too late that the bootloader unlock actually erases the media storage too...so much for that nandroid backup you made just in case
Luckily, these phones come with all sorts of backup options right out of the box - but these (DropBox image backup specifically) have a few "quirks" that don't really work in our favor. One that especially ground my gears was the fact that dropbox doesn't play nice with the ZOE's filename-based groupings. So now those 12 ZOE shots you had now show up as 252 individual files. Neat.
So, since I'm overall a very lazy person it's safe to assume I had little to no interest in manually renaming each and every one of these files to make my Zoe collections work again. Ain't nobody got time for that. That's exactly what I made this tool to do for me, because hastily writing a few lines of code sounded way more appealing than fixing all those files just hitting the delete key.
Now, I can't reiterate enough that I'm really lazy. That being said, this tool is poorly written. I even decided that it was easier to simply disable the ability to minimize it rather than bother messing with a crash bug related to that option. Don't worry though, there's still plenty of ways to make this program crash horribly.
So without further ado: I made a thingy, and I'm sharing this thingy that I made with you. In case you're stupid about backing up your media storage, like me.
DISCLAIMER: I AM AN AWFUL PROGRAMMER AND I PUT VERY LITTLE TIME OR EFFORT INTO THIS. I ALSO MAY OR MAY NOT HAVE COAUTHORED THIS WORK IN PARTNERSHIP WITH A BOTTLE OF VODKA. USE AT YOUR OWN RISK, MAKE BACKUPS, AND GENERALLY JUST BE READY FOR DISAPPOINTMENT. I AM NOT RESPONSIBLE FOR ANYTHING THIS APPLICATION MAY OR MAY NOT DO.
Using this app is pretty simple.
1) Copy your defiled Zoe images to a new folder (I can't promise you that this thing won't screw up, so make sure to work with COPIES of the files!). I didn't trust this with my original backups and neither should you!
2) Open the application and choose the directory that you copied the files to.
3) All the JPG files in that folder will be listed in the upper list, these may or may not be in correct order because the backup function doesn't even name them in a way that always sorts correctly. Focus on one Zoe at a time and use the arrows to put the files from that set in the correct order.
4) Use Ctrl/Shift+Click to select all 20 images from that Zoe's set.
5) Once you've selected 20, the app will try to guess which MP4 file to choose in the box below. This feature is super basic, make sure to double check that it has selected the correct file, correct this selection as necessary.
6) Look in your phone's /DCIM/100media folder to see how high the file numbering goes for the images on your phone. There's a box on the application bottom-right to fill in a number. Type in a number that is NOT already associated with another image on your phone.
7) If everything is selected correctly, the "Rebuild my ZOE" button should become usable. Click it. It should (hopefully) tell you that it has finished working on the selected files.
8) Move the newly renamed IMAGXXXX_ZOEXXX files back onto your phone's internal storage.
9) Rinse and repeat until all your files are renamed appropriately to be recognized as ZOEs.
PS - This application was was written in VB2012 using the .net framework 4.5, if you get errors starting it, make sure you have this framework installed. Source code is available upon request if anyone actually wants to put time into making this suck less, but for me it's "good enough".

Looks very handy.. Thanks
sent from the HTC "one"

Tardeaux said:
I ALSO MAY OR MAY NOT HAVE COAUTHORED THIS WORK IN PARTNERSHIP WITH A BOTTLE OF VODKA.
Click to expand...
Click to collapse
Sorry... That little section made me choke! lol You're a funny guy. I can see this being a useful tool though.

Finding this made my day. Thanks man.

Thanks for this, huge time saver! The little preview is a plus to help weed out any accidental inclusions.

I'm glad you guys found this useful
I'm twice as glad that HTC changed the way the Zoes are saved in the new software release :good:

Related

[Q] Change application external write locations

I have been wondering if it is possible to modify where programs store their external data on the SD card, but have not been able to find an answer yet.
Example...
I have the program "FolderOrganizer" and it stores it's backup data to /mnt/sdcard/FolderOrganizer. Now what I would like to do is to clean up my SD card a bit by moving all my program saves to the /mnt/sdcard/Android/xxxxx folders. This way I know where all my backups, skins and etc are located at while keeping my file structure clean.
I have been using Root Explorer to poke around and see if I can find any indication of where these programs set their external save directories at (xml files etc), but I have not been able to figure it out yet.
I bet it is something easy that I am just missing. Can anyone help out or point me in the right direction?
djstaid said:
I have been wondering if it is possible to modify where programs store their external data on the SD card, but have not been able to find an answer yet.
Example...
I have the program "FolderOrganizer" and it stores it's backup data to /mnt/sdcard/FolderOrganizer. Now what I would like to do is to clean up my SD card a bit by moving all my program saves to the /mnt/sdcard/Android/xxxxx folders. This way I know where all my backups, skins and etc are located at while keeping my file structure clean.
I have been using Root Explorer to poke around and see if I can find any indication of where these programs set their external save directories at (xml files etc), but I have not been able to figure it out yet.
I bet it is something easy that I am just missing. Can anyone help out or point me in the right direction?
Click to expand...
Click to collapse
No... it's not something you're just missing... there is no standard and as a result it's almost impossible to achieve what you're aiming for. I too wish for the same, everything simply under <sdcard>/android/ ...
Some apps are hard coded in their code, some allow the user to select, some store in /data/data/xxx/shared_prefs/ - it's a lottery.
djmcnz said:
No... it's not something you're just missing... there is no standard and as a result it's almost impossible to achieve what you're aiming for. I too wish for the same, everything simply under <sdcard>/android/ ...
Some apps are hard coded in their code, some allow the user to select, some store in /data/data/xxx/shared_prefs/ - it's a lottery.
Click to expand...
Click to collapse
Thanks for the response. That is a bummer though, I was really hoping to be able to tell everything where to write to. I currently have a ext4 partition on my SD and that is where all my apps install to... if I can't tell the apps where to save on my SD partition, it would be nice to at least move it all to the ext4 partition.
There is crap all over on my SD card and my OCD is starting to kick in!
Yeah, I know the SD card can get messy... it's really stupid and annoying... Unfortunately, there is no SD card data saving guidelines for developers... and writing to an ext partition is completely out of scope for market apps because not all users have ext partitions... it would be nice, though, to have apps save data under one common folder... say /sdcard/data or /sdcard/Android... maybe we need to petition developers or Google!!
I agree with the saving to and ext partition. I just think it is silly that you can't at least specify a directory to save external data. I know some apps allow this, but I guess that if Google forced a change then everyone would have to change their code.
I wonder what would happen if you took out your SD and tried running those apps. Where would they write to then?
djstaid said:
I agree with the saving to and ext partition. I just think it is silly that you can't at least specify a directory to save external data. I know some apps allow this, but I guess that if Google forced a change then everyone would have to change their code.
I wonder what would happen if you took out your SD and tried running those apps. Where would they write to then?
Click to expand...
Click to collapse
Apps that require the sdcard for storage will usually either give an error when run without an sdcard or just not work at all.
I am also pretty anal about my storage and neatness, and I have given up on my sdcard being organized. What I have done is create folders with capital first letters to bring them to the top of the listing when browsing by default sort, at least I can find what I want easily without sifting through all the data folders..
That is pretty much what I have done. I guess it it better than nothing. If I knew more about programming I would try and build something to look for and modify those paths. I just never really understood/got into the whole programming thing... that is why I ended up in Infrastructure. lol
djstaid said:
That is pretty much what I have done. I guess it it better than nothing. If I knew more about programming I would try and build something to look for and modify those paths. I just never really understood/got into the whole programming thing... that is why I ended up in Infrastructure. lol
Click to expand...
Click to collapse
I'm with you there, long time (20+ years) building and repairing pcs, 0- years programming.
As far as building something to modify the paths used by programs accessing the sdcard in Android, that seems a nearly impossible feat. Each program would have to be modified, requiring reverse-coding (baksmali) each one individually, modifying the code, and recompiling (smali). This would also require re-signing and reinstalling each application, making updating from the market impossible, and would take a lot of work.
Due to the fact that applications are "sandboxed" (so to speak) in Android, I wouldn't think there was a global %externaldata% path variable that can be modified from /mnt/sdcard to /mnt/sdcard/Android, I am pretty sure that path is set in each application.
Though, I could be wrong. However, it is worth noting that if it is a global variable, changing it would result in applications that are already properly coded to use /mnt/sdcard/Android/%appname% or /mnt/sdcard/data%appname% to instead attempt to write the data to /mnt/sdcard/Android/mnt/sdcard/Android/%appname% as they would append their string to the global variable.
I believe, all we can do is petition developers to use a more structured data path in their programs, and learn to live with disorder!
daveid said:
I believe, all we can do is petition developers to use a more structured data path in their programs, and learn to live with disorder!
Click to expand...
Click to collapse
lmao!
this is true though... at least I know that I am not alone. haha
I am definitely with you all on this. I found this post after having the same epiphany just now. There needs to be more structure to the use of external storage. These little things are what set our OS apart from say, the "forbidden" iphone...
I have actually tried digging into different apps to see where the store locations are set at and have had no luck. I guess if I knew how to program or at least modify that one part of the app I would have more luck.
Problem with that is if I modify something in an app and it gets updated, I would have to do it all over again. I guess that is the gift and curse of having such an open OS. I will post back here if I figure something out though. I have been digging into the Android OS a little more, but I am still having problems understanding how it all works underneath.

Unmodified gTabs

Not only am I a newbie, but I am also a timid newbie. I am reluctant to mess around with the stock software, and OS that came with my gTab. Most of the great apps, and advice on this site requires you to either flash the tablet, or root the device, etc. I am WAY too chicken to try this. I would love to be able to get to the usual Market as I can on my phone. I would also like to use Swype. Is there any way to "open" up the tablet to these without "major" surgery? I think a list of apps that can be manually installed would be helpful to inexperienced "chickens" like me. Or any add ons, that might improve our new baby would be most appreciated. Thanks in advance.
Search is a wonderful thing, everyone should try it...
http://forum.xda-developers.com/showthread.php?t=858136
Warning, if you stick stock you may end up returning it
Flashing a room is not difficult if you read/search/research.
copc said:
Search is a wonderful thing, everyone should try it...
http://forum.xda-developers.com/showthread.php?t=858136
Warning, if you stick stock you may end up returning it
Click to expand...
Click to collapse
Don't be ridiculous, it is fine with a few tweaks.
Flashing a room is not difficult if you read/search/research.
Click to expand...
Click to collapse
That is like buying a brand new car, and then replacing the engine. Fine for some, but really not necessary.
Reggie777: I am going to apply the newest update to my stock g-tablet. This usually wipes out all user changes, including installed apps. I will actually follow my own post about doing the changes. I can't remember everything!
wasserkapf said:
Don't be ridiculous, it is fine with a few tweaks.
That is like buying a brand new car, and then replacing the engine. Fine for some, but really not necessary.
Reggie777: I am going to apply the newest update to my stock g-tablet. This usually wipes out all user changes, including installed apps. I will actually follow my own post about doing the changes. I can't remember everything!
Click to expand...
Click to collapse
Funny I had to pull nothing out of my gtab? LOL
Why would I pull the Tegra out just to flash a rom?
PS there is a reason that thread was on page 3 as there are fewer that are not flashing roms.
Plus the original point was that the "SEARCH" was a wonderful thing.
wasserkapf said:
Reggie777: I am going to apply the newest update to my stock g-tablet. This usually wipes out all user changes, including installed apps. I will actually follow my own post about doing the changes. I can't remember everything!
Click to expand...
Click to collapse
I just did the 1.0.1-3053 update, and it appears all previous changes remained. I did have to re-root it with the z4root app. Those complaining of problems after this update seem to be running a customized ROM. You won't have these problems unless you flash a customized ROM.
wasserkapf said:
Don't be ridiculous, it is fine with a few tweaks.
Click to expand...
Click to collapse
This whole argument is ridiculous. Not a single rom has done a single thing to the underlying "Stock" structure. They are all based from the original "Stock" stuff. The only thing they do is either add or subtract from the original base software.
There is no magic here. If you buy a new car and put shiny new wheels on it you have done the same thing. The car still has the stock engine, and basic structure. If you bought a house that was painted pink and didn't like how it looked you might paint it. Same house, just a new look.
So, your stock with tweaks is essentially the same as my stock with tweaks. I just choose to install the majority of the tweaks at one time with a simple rom update. You do yours one by one..
I don't care what anyone does with there tablet as long as you don't use it to start World War III. But the my mods are better than your mods argument is kind of silly.
Do whatever makes you happy. All I can say is that pretty much no matter what you do it can be put back to original in about 5 minutes. Boot loops, hangs, funky looking screens.. All part of the learning process. Some people seem to be more prone to it. Most of the issues I see people have come from them getting in a big hurry, not thoroughly reading the instructions given with almost every mod, and then flashing away. Slow down, read, and understand what you are doing and it will all typically go just fine.
Sprdtyf350 said:
This whole argument is ridiculous. Not a single rom has done a single thing to the underlying "Stock" structure. They are all based from the original "Stock" stuff. The only thing they do is either add or subtract from the original base software.
Click to expand...
Click to collapse
Not true.
Some of the mods are based on the zpad image, a completely different image than the g-tablet. My only objection is people saying flashing custom ROMS is a must. That is nonsense, and I will say so every time I see someone post that.
The more updates that ViewSonic put out, it seems the fewer "tweaks" that will be needed.
Can we keep the trolling to World of Warcraft?
There are minor to major changes that can be done ROM wise. What is important IMHO is to give choices to someone that is just starting.
I have the impression the op would like TnTLite version vs Vega or Cyanogen or even ZPad.
I did start like you... almost happy with stock. But the more basic things I needed I noticed the original TnT wasn't good enough. I have changed to TnTLite myself and couldn't be happier.
Just check that thread. Its one stop and change.
Good luck
Bingo! Choice is king, if you don't like the choice you choose go back to stock. But atleast show all your choices, we are not all wanting the same build, hence we are not talking IPADS.
Thanks for the suggestions, everyone. I gather that rooting the gTab is not such a big deal after all? I had started with the impression that rooting and flashing the rom were similar, and equally "dangerous". I DID find the thread that copc referred me to after my starting this thread. We all have to start somewhere as newbies. Thanks too to Wasserkapf for his help.
Rooting will still allow you to get all VS updates. Same with doing the Market install.
Flashing a ROM can be scary, especially if you have lots of stuff on your tablet. I found that investing in Titanium Backup (requires root) was a great idea. I do a full backup every time I flash my ROM and restore apps and data afterwards; I have never lost data nor settings.
If you decide to flash TnT Lite or VEGAn (which is coming along nicely and really brings the tablet to life IMO), there are not only many posts but many friendly folks who are here to help you out.
I am very happy with my G Tablet and this community has been immeasurably helpful in making it so useful.
-=Sent from my ViewSonic G Tablet (VEGAn) using Tapatalk=-
Reggie777 said:
Thanks for the suggestions, everyone. I gather that rooting the gTab is not such a big deal after all? I had started with the impression that rooting and flashing the rom were similar, and equally "dangerous". I DID find the thread that copc referred me to after my starting this thread. We all have to start somewhere as newbies. Thanks too to Wasserkapf for his help.
Click to expand...
Click to collapse
Exactly we all start as newbies, and it's places like this that are great help.
Good News, everyone. I used z4root, and was able to root my gTab. I also was able to install Launcher Pro, so that now when I turn it on, I get the option of going to the old familiar Android layout as on my Droid. Thanks for the encouragement from you'all. The sky did not fall. Yeah!
I do have some questions, though.
1. If I accidentally load in the TapnTap home screen, I cannot get back to the launcher pro. I cannot find it on the tablet to run it. I can find the apk and it offers to install it again. So, can anyone tell me where it is hidden?
2. I downloaded the vendors apk in an attempt to get the old android market place as on my phone. But it will not install. I am sure I am doing something wrong.
3. There are some icons to the right, the web, messages, and the phone. Is there a way to remove the ones that do not work? Only the web works. I understand that the phone would not, and even the messages. But how can I remove them?
Again, thanks for the moral support and encouragement. I still find the structure of the tablet confusing. Internal SD, external SD, root, etc. Anyone out there with the technical know how could make quite a few dollars by writing a book explaining the wonders, procedures, and pitfalls of our new tablet.
Reggie777 said:
Good News, everyone. I used z4root, and was able to root my gTab. I also was able to install Launcher Pro, so that now when I turn it on, I get the option of going to the old familiar Android layout as on my Droid. Thanks for the encouragement from you'all. The sky did not fall. Yeah!
I do have some questions, though.
1. If I accidentally load in the TapnTap home screen, I cannot get back to the launcher pro. I cannot find it on the tablet to run it. I can find the apk and it offers to install it again. So, can anyone tell me where it is hidden?
Click to expand...
Click to collapse
On my tablet, just hitting the Home icon in the upper-right corner will do that. It is the second one from the top, on the bezel of the screen.
2. I downloaded the vendors apk in an attempt to get the old android market place as on my phone. But it will not install. I am sure I am doing something wrong.
Click to expand...
Click to collapse
That is the second thing on my list of tweaks. You need to download and install several files. Please follow the instructions:
http://forum.xda-developers.com/showthread.php?t=827209
3. There are some icons to the right, the web, messages, and the phone. Is there a way to remove the ones that do not work? Only the web works. I understand that the phone would not, and even the messages. But how can I remove them?
Click to expand...
Click to collapse
You should be able to drop a different icon, from the main screen 'Desktop' on top of it, essentially replacing it. To get different icons on the main screen, open the app drawer, and tap and hold an icon. To remove it from the main screen, tap and hold, and move it to the trash can on the right.
I got as far as downloading the zip file, unzipping it. But I am not sure what "mount as R/W" means. I am also not up on the structure of the storage of the Gtablet, and my computer sees .android_secure, Android, Backgrounds, backups, DCIM, download, and Lost.Dir. As a result, I am not sure where to copy the new files to. I moved the unzipped file to the download folder on the tablet. But I am not sure where to go from here. Being a newbie bites.
Reggie777 said:
I got as far as downloading the zip file, unzipping it. But I am not sure what "mount as R/W" means. I am also not up on the structure of the storage of the Gtablet, and my computer sees .android_secure, Android, Backgrounds, backups, DCIM, download, and Lost.Dir. As a result, I am not sure where to copy the new files to. I moved the unzipped file to the download folder on the tablet. But I am not sure where to go from here. Being a newbie bites.
Click to expand...
Click to collapse
I thought that the instructions were as clear as anyone could make them.
3. Using AndRootFile or any other file manager that supports root access, mount as R/W, and copy the contents of G Tablet\permissions to System\etc\permissions.
Click to expand...
Click to collapse
That means to use a file manager that supports root browsing. The stock one doesn't, so you will need to install one. The link in the original post will get you the AndRootFile app, that should work. I purchased RootExplorer from the Android Market, so that is what I use. It has a "Mount R/W" button at the top, and I assume AndRootFile has something similar.
Oh, and root is to Unix/Linux/Android that Administrator is to Windows. You need root permissions to make system changes.
Once you have mounted it in R/W mode, copy the files to the folders that it says to. When done, don't forget to re-mount it in R/O mode before exiting.
My bad. I had used z4root to do the rooting. I'll try it with the one you suggested. Thanks.
Actually z4root should work for rooting the tablet. But it isn't a file browser with root access. That is where the other apps come into play.
OK. Here is my adventure so far. I got AndRootFile, and installed it. It is now working. But when I try to copy a file to another location, it does not want to copy the file. features.xml is an example of one that it shows the check box for copying, but when I get to the destination, there is nothing to paste. Frustrating. I also tried Rootexplorer, and have the same result. Now it looks as if the other new file in the new permissions folder copies, since it says it exists and do I want to overwrite. I said yes. But the second file, features does not show up even after I try to paste it. The good news is that I am figuring out the structure of the Beast, and so can move around much easier with AndRootFile, and RootExplorer. Thanks for your ongoing patience, and support.
It doesn't sound as if you are first mounting the file system in R/W (Read/Write) mode. And when finished, make sure you mount it back into R/O (Read/Only) mode before exiting.

Automate copying/back up all video and pictures taken

I have a Moto X with Republic Wireless 4.2.2 and am wondering how I automate the following...
Anytime I shoot a video or take a picture on the phone I would like to have the phone automatically make a copy of the file to a different (specific) directory on the phone for backup purposes. I would also like to know if I can do this without rooting. I'm pretty sure I can make a script or something to do it, I just don't know how I would have it act upon seeing a new file created. Also I would prefer it operate in the background without any notifications.
Thanks
EntityPacket said:
I have a Moto X with Republic Wireless 4.2.2 and am wondering how I automate the following...
Anytime I shoot a video or take a picture on the phone I would like to have the phone automatically make a copy of the file to a different (specific) directory on the phone for backup purposes. I would also like to know if I can do this without rooting. I'm pretty sure I can make a script or something to do it, I just don't know how I would have it act upon seeing a new file created. Also I would prefer it operate in the background without any notifications.
Thanks
Click to expand...
Click to collapse
I'm not sure how to do that but you can always backup to google +. It won't share the images unless you ask it to. I've found it quite useful for a phone that only has 16gb of storage.
brian Marshall said:
I'm not sure how to do that but you can always backup to google +. It won't share the images unless you ask it to. I've found it quite useful for a phone that only has 16gb of storage.
Click to expand...
Click to collapse
This. I'm not sure having two copies of an image or video on the same device gives you any real redundancy. However letting them sync with G+ gives you a reliable backup.
Why would you backup the same image or video onto the same device? All you're doing is using more storage, of which is limited.
Thanks guys but I want to do what I said specifically. Nothing more, nothing less. The automated part is optional. I would be fine with having to hit an icon to kick off the process.
EntityPacket said:
Thanks guys but I want to do what I said specifically. Nothing more, nothing less. The automated part is optional. I would be fine with having to hit an icon to kick off the process.
Click to expand...
Click to collapse
you can use rsync to do this. Android doesn't come with it, but you can install it by following instructions here: http://linux.wxs.ro/2011/08/05/rsync-your-android/. There's probably also apps in the play store that provide rsync.
'rsync -a --delete /src/ /dest/' will keep the directory /dest/ in sync with /src/
create a shell script with that in it, and you should be able to schedule it using tasker, or there are apps out there to create icons for shell scripts.
Thanks that's more what I'm looking for. Would that require rooting the phone?
Yeah....I don't get it. 2 sets of the same pics on the same drive is no fail safe at all. If you have a problem where you can't access the regular gallery stored pics, I doubt you'll be accessing the other folder either. Seems pointless?
Are you sure what you want to do is really what your trying to do?
Flashing roms or whatever won't wipe your pics by accident. And if for some strange reason your pics get wiped, chances are your backup pics will get wiped at the same time, since they are both on sd card.
Plus you'll have 2 sets in your gallery. Unless they are put in a backup apps file....which again...will be wiped along with your pics if something happens to your sd card folder.
Makes no sense.
Sent from my XT1058 using Tapatalk
EntityPacket said:
Thanks that's more what I'm looking for. Would that require rooting the phone?
Click to expand...
Click to collapse
The instructions indicate that you should copy it to /system/xbin/ and set the permissions to allow execute access. In order to be able to write to that directory you will need root.
In order to execute the command, you will not need root access. Assuming you're copying to someplace you have write access to.
I haven't tried this, but there's a "busybox non-root app" in the play store that contains rsync. You should be able to install that, and then you'll have access to rsync.
Look at bittorrent sync. You set it up to back up a specific folder or folders on your phone and using torrent technology, you can have it back up to your PC. I use it for exactly this purpose. All my photos of my kids and videos are automatically backed up to an external hard drive.

[Q] [HELP]TiBu can't write backups to SD card

Okay, I'm running a newly rooted SGH-I537—Firmware: 4.4.2—Baseband: NE3
I rooted it this morning no problem with @geohot's towelroot; worked wonderfully.
My next steps were to backup everything and start removing bloat. Unfortunately, I wasn't even able to get to the back s**t up step, naturally.
When trying to backup the files to the exSDcard, I am told that it is unwritable! Funny thing about that though? When I say f**k it and try the backup anyway, it works for a fraction of a second, stops, and says insufficient storage....but each time I've done this a file leaks through and backs up to the destination, wtf?
I have been scouring these and other android forums looking for a solution to the problem, to no avail.
There was one potential solution, linked here: http://forum.xda-developers.com/showthread.php?p=44370296
But, naturally, it didn't work. I mean, I copied to the platform.xml file to my computer, did the necessary edits, and when I tried to paste it back into etc/permissions it wouldn't. So I thought, "maybe I have to edit it from it's location", NOPE! That doesn't work either; won't let me save with modifications. Granted, this method was for a different phone, but then again, so was the root method I used.
Which brings up another point: if I'm rooted, and ES File Explorer has superuser access, why can't I edit a simple .xml file?!
I apologize if this post comes off a little irritated, but I f**king am!
Anyone who can help with this will have my sincere gratitude and advanced thanks.......or I'm taking my phone to the shooting range.
*Warning: Irate rant contained below!*
It's like the folks at Android were sitting around the conference room—brainstorming—when someone spoke up and said, "GUYS! I've got a great idea! For this next update, let's not actually improve things, but rather(!), let's make our platform LESS functional! The consumers will love it! And I've got just the thing! You know how you used to be able to write things to the SD card?! Uh uh uh, NOT ANYMORE! Now what we'll do is pick things out of this hat I have here, whatever comes out is the functionality the end user loses!" And everyone just nodded in agreement! *rage*Oh.My.F**king.God! Who are these people and why is their incompetence so unfathomably pervasive?!
It's not just Android, but EVERY major tech company! Windows 8: Great example! Live Messenger/Skype merger: Great example! Apple(I mean, that's why we're all here, right?): Great example!
I could go on, but that's not why I am here, that's why I am in college.
Thanks (in advance) again guys.

Change the screenshots folder because google photos

Hey all.
Does anybody knows how to change the Screenshots folder to InternalStorage/pictures/screenshots (like all the other android devices) instead of InternalStorage/DCIM/Screenshots?
In the galaxy s10 it saves automatically in the DCIM folders and Google Photos detects it like has been taken with the Camera so it automatically backups all the screenshots like normal photos. This is very frustrating.
Does anybody knows a solution for this?
I am currently using an app named "PinSync" that automatically moves the screenshots for the storage i want but it has a Cons which is that it invalid the Smart screenshot menu, it doesn allow me to edit or share directly. It's only a mending when i want a true solution.
Thanks
Try putting a .nomedia file in the folder. Only drawback is that your gallery won't show them either.
I hate this. I used Pinsync and it was cool but I need Smart Scroll too much
so I just routinely purge Google Photos backup
sigh
I may try the .nomedia file for now since I usually just share screenshots immediately and purge later
vonDubenshire said:
I hate this. I used Pinsync and it was cool but I need Smart Scroll too much
so I just routinely purge Google Photos backup
sigh
I may try the .nomedia file for now since I usually just share screenshots immediately and purge later
Click to expand...
Click to collapse
I was using PinSync also, but now I dont even take screenshots anymore. I use the Smart Select edge panel and select whatever part of the screen to share (or the whole screen), and once I share it to an app and send it, I back out and the image is not saved.
Still, taking a screenshot and immediately pressing Share takes a lot less effort. I wish Samsung would just move their screenshots folder as it being in DCIM violates DCIM standards.
ryan770 said:
I was using PinSync also, but now I dont even take screenshots anymore. I use the Smart Select edge panel and select whatever part of the screen to share (or the whole screen), and once I share it to an app and send it, I back out and the image is not saved.
Still, taking a screenshot and immediately pressing Share takes a lot less effort. I wish Samsung would just move their screenshots folder as it being in DCMI violated DCMI standards.
Click to expand...
Click to collapse
You gave me an idea.
Can I use BXactions or something to trigger smart select? Then I don't need a screen shot. Might negate the time factor and eliminates the Google photos back up issue.
I literally just searched this forum to find out if there was an acceptable solution for this, but I realize that there is not. I will have to do some deep research on how to change the path where the screenshots are saved directly in the system.
It's stunning how a company like Samsung can manage the complexity of producing an amazing smartphone but yet is not competent enough properly configure a storage path for screen shots.

Categories

Resources