Write the reason you're deleting this FAQ
Is your mobile storage memory full? Can't fit any more photos or videos on it or can't store any more loot you've earned in Clash of Clans game? Then here I have a solution for you, a Clash of Clans storage full fix and way to free up space on your mobile device so you can loot more clans, take more photos and store more videos and never run out of storage space again right when it's needed!
There's an app for that! Well actually, there's several apps for that.
Most mobile smartphones come with around 16GB storage space standard today. But this can soon get full up quite quickly when you're taking pictures or recording videos, downloading apps and filling them up with usage data which all takes up space on the internal storage drive. Take those people who are at the 2016 Rio Olympics, all taking pictures and recording videos on their mobiles and they're getting full up and sometimes right at the most crucial moments. Meaning they wasn't able to take a picture or record a full video of the moment Usain Bolt grabbed another gold medal to complete a triple treble!
Let's say for instance, you have an iPhone or iPad with a 16GB storage drive. Once you've got all your apps and games installed, and you've take some nice high res photos and recorded some nice HD videos, before you know it, you're full! You can of course, go on a mad deleting spree, deleting apps you like to have and it can be a real problem.
And this is something Google has been exploiting as well recently in an commercial advertisement that is shown to people at the Olympic stadiums in Rio pitching it as a reason to get their Google Photos App which can be a fix to the storage full issue that the spectators are having since it provides unlimited backup and automatic transfers from your smartphone for every picture snapped and video recorded. But just one of several solutions to get more space and let's talk about some more.
NOTE: This mainly applies for Apple devices (iPhone's/iPad'). Most Android phones don't suffer from this problem because Android mobiles come with external memory slots so you can backup your photos/videos files etc onto them for more space on the phone. Where as Apple devices don't! Although it's said that the iPhone 7 will start with 32GB of storage space instead of 16GB hopefully making this much less of an issue for people.
But here's some solutions to get more free space on your mobile device.
Google Photos App
The Google Photos App came out last year in 2015 and now has over 200 million monthly users. This is probably because of the very generous unlimited storage space that it offers. That also includes free unlimited backup and transfers from your mobile for every photo and video taken on your device. There is also automatic uploading from your PC as well but you will have to connect your device to your PC/laptop first and the images resolution is reduced a little as well but they're still great for making large high quality prints.
Other than this there isn't really issues with the Google Photos App and it provides a great way for you to free up space on your mobile by storing them in the Google app on a Google server somewhere. The app can be a bit tricky to find old photos and videos you've taken though. But the iPhone Camera Roll always was. So as a tip, try to tag the photos you snap and videos you record with some tags to make them easier to find later on.

Perhaps one day in the future we wont have storage drives, whether HD or SD and everything will just be uploaded to the cloud for us in split seconds. Now that would fix this problem forever right!?
That's the power of the cloud! :D Perhaps one day in the future we wont have storage drives, whether HD or SD and everything will just be uploaded to the cloud for us in split seconds. Now that would fix this problem forever right!?
Are you sure you want to delete this post?
I was so stuck with my old Samsung Galaxy 2, even after cleaning up catches, removing photos etc I was still getting alert that memory is full and i couldn't do many things. So after I completely removed few applications and restore my phone I used it again... Anyway in mean time I bought J5 which is very good smartphone and running so smooth now
Wish i had this information couple months before :) I was so stuck with my old Samsung Galaxy 2, even after cleaning up catches, removing photos etc I was still getting alert that memory is full and i couldn't do many things. So after I completely removed few applications and restore my phone I used it again... Anyway in mean time I bought J5 which is very good smartphone and running so smooth now :D
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Hi Cristian, well actually yes, [b]Google Photos Online[/b] has been around for years but I don't think many people use it but it's a part of that. I'm not sure if your images are added there or not though. The actual app can be got from [url=https://photos.google.com/apps]Google Photos App[/url] and it has a link for both iOS/Android and web versions of it. I think there must be a setting or option somewhere to disable that or make images non-public. I think they can only access it if they have the actual link though. There was a discussion about on Reddit here [url=https://www.reddit.com/r/google/comments/3zkjwo/google_photos_sharing_absolutely_ridiculous_that/]Google Photos sharing: absolutely ridiculous that there's a public link[/url] with a couple links and tips on handling it you might like to know. :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='18930' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='18930' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT * FROM seoclerks.members WHERE USERID='272' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='55' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='55' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=272 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=272 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=18930 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=18930
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='18930' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='18930' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104521 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104521
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104570 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104570
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104538 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104538
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104554 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104554
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104568 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104568
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104789 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104789
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=104794 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=104794
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=167290 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=167290
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='18930' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='18930' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='18930' AND status='1' AND (question like '%Storage Full? Space Photos Videos Clash Clans Loot? App That!%' OR question like '%Storage%' OR question like '%Full?%' OR question like '%Space%' OR question like '%Photos%' OR question like '%Videos%' OR question like '%Clash%' OR question like '%Clans%' OR question like '%Loot?%' OR question like '%That!%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='18930' AND status='1'
AND (question like '%Storage Full? Space Photos Videos Clash Clans Loot? App That!%' OR question like '%Storage%' OR question like '%Full?%' OR question like '%Space%' OR question like '%Photos%' OR question like '%Videos%' OR question like '%Clash%' OR question like '%Clans%' OR question like '%Loot?%' OR question like '%That!%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='19120' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19120' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='28978' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='28978' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='28624' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='28624' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17130' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17130' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=18930%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=18930%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='254580.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='254580.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
Lynne
Thanks for sharing this. I now save absolutely everything in the Cloud because I had a bad experience a good number of years back.. think it was 6 years ago?
I was doing bookkeeping for a number of companies,freelancing from home. I had Quickbooks loaded on my laptop and my desktop. In February (yes YEAR end!) both my machines just died (completely) on the same day. Yes I had some backups but I still lost a LOT of work. In addition to that my Quickbooks was out of date so when I wanted help with it they said they couldn't offer me any assistance.
The result was that I lost a lot of my work. I managed to get everything sorted out, you know like you do when just have no other choice. BUT it was painful and an experience I never ever want to repeat.
I have learned from that experience and I changed everything to be online since then. If I take a photo with my phone it immediately uploads it to dropbox so when my phone says it's memory is full I just clean everything out.
I have nothing saved on my machines anymore and it is wonderful. 2 years back I poured a cup of coffee over my laptop. I just went out to the shop and bought another one. Within an hour of losing my machine I was back at work finishing the urgent work I was busy with.
It is a game changer for sure. I currently use Dropbox and I use Google Drive too. Hey MIke Thanks for sharing this. I now save absolutely everything in the Cloud because I had a bad experience a good number of years back.. think it was 6 years ago? I was doing bookkeeping for a number of companies,freelancing from home. I had Quickbooks loaded on my laptop and my desktop. In February (yes YEAR end!) both my machines just died (completely) on the same day. Yes I had some backups but I still lost a LOT of work. In addition to that my Quickbooks was out of date so when I wanted help with it they said they couldn't offer me any assistance. The result was that I lost a lot of my work. I managed to get everything sorted out, you know like you do when just have no other choice. BUT it was painful and an experience I never ever want to repeat. I have learned from that experience and I changed everything to be online since then. If I take a photo with my phone it immediately uploads it to dropbox so when my phone says it's memory is full I just clean everything out. I have nothing saved on my machines anymore and it is wonderful. 2 years back I poured a cup of coffee over my laptop. I just went out to the shop and bought another one. Within an hour of losing my machine I was back at work finishing the urgent work I was busy with. It is a game changer for sure. I currently use Dropbox and I use Google Drive too.
Are you sure you want to delete this post?