Related
I know some of you new WP7 owners, like myself , are irritated with how the Zune marketplace always jumps back to the top when browsing the apps.
I began looking for a way to browse apps without needing to use the marketplace and I found 2 things:
1. There's this app called Top Apps which collects all the top apps for you to browse from your phone. I just got it an hour ago and it seems to work pretty well. But it's not on your PC, which is what I really wanted so I found a bing website,
2. Just use the search term WP7 app list in bing and a gallery is one of the results and it shows the apps available. Not sure if it's all of them but it looks like it and it's damn convenient IMHO.
Hope this helps someone out there. You have any other methods? Please share.
For Zune.. Just recreate a new hotmail account, and make sure it is a USA as the country when you sign up... and just use this for downloading apps from the market place. I am in canada, so my email was originally created as Canada, and so can't use it.. it is a known issue at this time. So the only workaround from Microsoft is to create new hotmail account and use that.
http://www.appsfuze.com/
The desktop counterpart integrates with explorer and allows you to right click on any file ex docs and pictures and send it to your windows phone! I am not sure how secure the cloud storage is at the moment but this is some nice innovation for a free app.
Read more here: http://wpcentral.com/send-wp7-hits-back-desktop-app
You can compose texts, emails and notes on the desktop and send it to the phone as well. The application utilizes windows 7 jumplists and works almost instantaneously.
I'm impressed.
Cloud is the future. Resistance is futile.
Well, well, well...I guess if Microsoft wasn't going to step in and make SkyDrive play nice on WP7 (access through browser doesn't count if you cannot sync), then someone had to. I like where Send To WP7 is going. It is quite impressive indeed.
It's just a shame that Microsoft, who probably has more data centres than 98% of all corporations in the world, and is in the best position to promote cloud services ( like Windows Live ) is still lagging behind.
I'm the author of Send to WP7, if you have any other suggestions for ways you can send stuff to your phone, do let me know. I'm open to pretty much anything that's technically possibly without costing me an arm and a leg in infrastructure.
The main complaint in the current implementation is that it uploads to a public hosting site. Live Mesh and SkyDrive don't have suitable APIs for doing this, as I would very much like to tie everything into Windows Live. In order to be useful, the files need to be accessible via an HTTP URL, without requiring a cookie or authentication (HTTP auth may be acceptable, but it needs to be opened in the browser to have access to docs and PDFs.
Also do note that this is a preview quality build, I just figured some people may already want to start using it.
If only you could make a "Send From WP7" app...
The ability to send to other Windows Phones would be nice.
kapanak said:
If only you could make a "Send From WP7" app...
Click to expand...
Click to collapse
No APIs to let me do this, unfortunately.
karelj said:
The ability to send to other Windows Phones would be nice.
Click to expand...
Click to collapse
I'm not so sure this is practical, you may as well just email a link, right? if you're talking about from the browser, using the bookmarklet for alternate phones is supported in all desktop browsers.
davux, i'm not sure if it's possible as you don't have socket support, but a possible way to get skydrive access to work is to pass windows phone through fiddler and work out what it does when it syncs a onenote note to skydrive. i'm pretty sure this would be socket base meaning you'd be stuck, but if it isn't, you may just have the information required to directly upload to skydrive, with proper credentials and all.
it's just an idea, but this is what i'd try as a developer (yes i am one, but no where near experienced enough at this stage).
The Gate Keeper said:
davux, i'm not sure if it's possible as you don't have socket support, but a possible way to get skydrive access to work is to pass windows phone through fiddler and work out what it does when it syncs a onenote note to skydrive. i'm pretty sure this would be socket base meaning you'd be stuck, but if it isn't, you may just have the information required to directly upload to skydrive, with proper credentials and all.
it's just an idea, but this is what i'd try as a developer (yes i am one, but no where near experienced enough at this stage).
Click to expand...
Click to collapse
I can actually access SkyDrive via WebDAV already, which is an HTTP protocol. I suspect OneNote sync does something similar, but I haven't checked it out. The primary issue with this approach is that it won't be all that useful. Images and text would transfer well like this, but if you wanted to send a PDF, or Office doc, there would be no way to open it. The only way to open these types of docs is through the browser. I figured a really important use-case is documents, so I decided to take another approach.
BTW - the current build of the desktop app now supports uploading to localhostr.com, serving up files via a local HTTP server, and using your Dropbox account.
davux said:
I can actually access SkyDrive via WebDAV already, which is an HTTP protocol. I suspect OneNote sync does something similar, but I haven't checked it out. The primary issue with this approach is that it won't be all that useful. Images and text would transfer well like this, but if you wanted to send a PDF, or Office doc, there would be no way to open it. The only way to open these types of docs is through the browser. I figured a really important use-case is documents, so I decided to take another approach.
BTW - the current build of the desktop app now supports uploading to localhostr.com, serving up files via a local HTTP server, and using your Dropbox account.
Click to expand...
Click to collapse
Thank you for directly conversing with us Dave. I agree getting documents to the phone is the ideal usage of this application. Keep up the good work!
sayonical said:
The desktop counterpart integrates with explorer and allows you to right click on any file ex docs and pictures and send it to your windows phone! I am not sure how secure the cloud storage is at the moment but this is some nice innovation for a free app.
Read more here: http://wpcentral.com/send-wp7-hits-back-desktop-app
You can compose texts, emails and notes on the desktop and send it to the phone as well. The application utilizes windows 7 jumplists and works almost instantaneously.
I'm impressed.
Cloud is the future. Resistance is futile.
Click to expand...
Click to collapse
just set it up. The push notifications are instant!!!
davux said:
I'm the author of Send to WP7, if you have any other suggestions for ways you can send stuff to your phone, do let me know. I'm open to pretty much anything that's technically possibly without costing me an arm and a leg in infrastructure.
The main complaint in the current implementation is that it uploads to a public hosting site. Live Mesh and SkyDrive don't have suitable APIs for doing this, as I would very much like to tie everything into Windows Live. In order to be useful, the files need to be accessible via an HTTP URL, without requiring a cookie or authentication (HTTP auth may be acceptable, but it needs to be opened in the browser to have access to docs and PDFs.
Also do note that this is a preview quality build, I just figured some people may already want to start using it.
Click to expand...
Click to collapse
Interesting stuff indeed. I for one, appreciate the work you are doing.
Wait a minute, you can use the Desktop app and upload to phone using your own local network? That is significantly easier to trust than a free cloud service.
kapanak said:
Wait a minute, you can use the Desktop app and upload to phone using your own local network? That is significantly easier to trust than a free cloud service.
Click to expand...
Click to collapse
Yes. Unfortunately I can't make it an SSL connection, I'm not willing to pay for a cert. I will see if a test-signed certificate will work, but that is not actually as secure.
davux said:
Yes. Unfortunately I can't make it an SSL connection, I'm not willing to pay for a cert. I will see if a test-signed certificate will work, but that is not actually as secure.
Click to expand...
Click to collapse
I've been trying out the desktop app with the local Wi-Fi method, and this seems to me the best way to get stuff to the phone. It's very quick too.
The dropbox integration isworking, and quite well. I'm wondering is there a way in future to upload to a private dropbox share?
Even though it's only an early preview, the dekstop app is great. I like the integration with Windows 7; I have it pinned to my taskbar. Might be useful to have a "Start with Windows" option in there. I'm sure you're aware of some of the bugs like the lack of proper icons in the jumplist Tasks and the filenaming issue that causes PDFs to be unreadable from WP7. To be expected with a preview.
From a UI point of view, I think the "Set Transfer Destination" option should not be in the jumplist and should be in the main config window instead. It's not a menu item you would need ever access to again after you've set your dropbox settings.
The WP7 app itself is also coming along great. I'm wondering if you will split the file list into categories, eg Notes, Links, Images, Files etc. Or failing that, have just "New" and "All" categories? Perhaps, for things like notes, you can Archive them into an Archive category... just an idea. Oh, and when a file is sent via the desktop app at the moment, for example a photo, instead of displaying just as "File", perhaps it could display as "File - {name}"?
Great stuff, getting great use out of this app so far, and its usefulness will explode when copy and paste arrives to WP7 devices. Thanks!
A big thanks to Dave for this excellent tool, it is also nice to see a thread wherevpeoplevare pushing the boundaries of what can be done with wp7 rather than just slanting it off.
wheresmybeaver said:
The dropbox integration isworking, and quite well. I'm wondering is there a way in future to upload to a private dropbox share?
Click to expand...
Click to collapse
Not likely, as I've been saying, the phone needs to be able to access a share via the web browser. As far as I know, Dropbox private folders won't do this. That's why I've included an option to mutate the name a bit, so someone can't just guess filenames in your public folder.
The WP7 app itself is also coming along great. I'm wondering if you will split the file list into categories, eg Notes, Links, Images, Files etc. Or failing that, have just "New" and "All" categories? Perhaps, for things like notes, you can Archive them into an Archive category... just an idea. Oh, and when a file is sent via the desktop app at the moment, for example a photo, instead of displaying just as "File", perhaps it could display as "File - {name}"?
Click to expand...
Click to collapse
Note that the phone app has absolutely no support for the desktop app at this time, I will bring support for it in an update. Views are likely, I haven't decided what to do yet. I wouldn't expect that update for a couple of weeks though.
adesonic said:
A big thanks to Dave for this excellent tool, it is also nice to see a thread wherevpeoplevare pushing the boundaries of what can be done with wp7 rather than just slanting it off.
Click to expand...
Click to collapse
Thanks.
Send to WP7 Desktop
Dave, thanks for this app. It works well so far & I'm sure I'll get a lot of use out of this. One problem though I'm not getting notifications & when I open the app on the phone I get a push notification error. 'Failed to open channel'. Great work mate. Keep it up. Will send a donation when I get a chance.
davux said:
I'm the author of Send to WP7, if you have any other suggestions for ways you can send stuff to your phone, do let me know. I'm open to pretty much anything that's technically possibly without costing me an arm and a leg in infrastructure.
The main complaint in the current implementation is that it uploads to a public hosting site. Live Mesh and SkyDrive don't have suitable APIs for doing this, as I would very much like to tie everything into Windows Live. In order to be useful, the files need to be accessible via an HTTP URL, without requiring a cookie or authentication (HTTP auth may be acceptable, but it needs to be opened in the browser to have access to docs and PDFs.
Also do note that this is a preview quality build, I just figured some people may already want to start using it.
Click to expand...
Click to collapse
I can not download it in Germany
weepatc said:
Dave, thanks for this app. It works well so far & I'm sure I'll get a lot of use out of this. One problem though I'm not getting notifications & when I open the app on the phone I get a push notification error. 'Failed to open channel'. Great work mate. Keep it up. Will send a donation when I get a chance.
Click to expand...
Click to collapse
I actually have this same problem on my device. I opened the same-named notification channel on a dev build, then I uninstalled that build while it had the channel open - now neither the marketplace build nor new dev builds will open the channel.
I don't know how you got into this situation, but my point is that I don't really know what I can do to help--I'm under the assumption that all I can do to fix my device is to do a master reset (so I'm waiting for the NoDo update). I'm hoping that this bug is fixed in the next update, but I don't know if it's even officially reported.
ceesheim said:
I can not download it in Germany
Click to expand...
Click to collapse
I've selected all possible countries, which I think includes Germany. I don't think there is anything else I can do for you--maybe I could post a link to the XAP and you could sideload it? My only issue with this is that I'll then have to maintain a secondary distribution channel, and will need to build some kind of updater.
you should be able to post a zune link and it should allow him to access it that way. no need to sideload.
The Zune:// link has always been on my product page.
http://www.daveamenta.com/products/chrome-to-wp7/
I have been trying to find out if windows 7 mobile is able to support my excel spreadsheet. Some retailers say yes no problem, others say my formulas are to complex, no one has been able to try it for me. How can I find out if my spreadsheet can be read, edited and it calculates properly before I buy?
Does the handset make any differance or is the win 7 the same on all? I haven't purchased a handset as of yet as I am still trying to find out what apps I can use on them. Any suggestions would be greatly appreciated. I very much want excel and word support, pdf reader is a must - creator would be a real plus. Gps would be real nice too.
Thus far I am leaning towards the htc surround, it seems to be one of the better options in my limited market.
before you buy the device,I have to let you know that,unless you are using microsoft sharepoint,if not the office application is kind of useless.
me as a student,I can't even transfer my lecture note to the device and revise it anywhere.
so,think twice before you buy a device
onenote is the only thing that you can sync to skydrive. so you can edit them on the web as well.
excel and word on the hand has to be emailed back and forth if you don't have sharepoint.
MS did demo a skydrive client at CES, which will be part of mango update, released in fall 2011, so that will be the resolve, but till then email is the only way to do it.
Thanks for the tips, I can see more research is in order.
You don't have to email word and excel documents in order to make them usable on a WP7 device. You can also choose to sync these items with either dropbox - which has several clients for WP7 - or software solutions like homepipe. Both work fine, either way.
But it's truely just a workaround until MS will provide full skydrive support. Which should have been part of WP7 from day one in the first place.
Transfering isn't a big deal, I would like to put the spreadsheet template on the handset, add in the data as needed and have excel do the calculations. Perhaps a quarterly backup to the computer would be fine. Will the handset excel sync with the desktop app, filling in the fields or would that have to be done manually?
Attila7 said:
Transfering isn't a big deal, I would like to put the spreadsheet template on the handset, add in the data as needed and have excel do the calculations. Perhaps a quarterly backup to the computer would be fine. Will the handset excel sync with the desktop app, filling in the fields or would that have to be done manually?
Click to expand...
Click to collapse
I never really tried that, because I hardly use excel. But the way I described works with word, so why should it be any different with excel? Just save the file created on your desktop PC to your dropbox folder (or any other folder you can sync with your handset), then download and open it from the client app on your device.
Attila7 said:
Transfering isn't a big deal, I would like to put the spreadsheet template on the handset, add in the data as needed and have excel do the calculations. Perhaps a quarterly backup to the computer would be fine. Will the handset excel sync with the desktop app, filling in the fields or would that have to be done manually?
Click to expand...
Click to collapse
Well, I just looked into my zune & LG Quantum transfer options, and I could not find any options regarding transferring any type of files that are not music, video or podcasts. EDIT: NM, miss understood your question. I don't believe the spreadsheets will sync. But using dropbox, this wouldn't be an issue, as you would always be opening the dropbox copy of the spreadsheet.
RE: seeing whether or not your excel spreadsheet will run properly, I am not sure how private/personal your spreadsheet is, but you could email it to a user here to test it and report back to you if it works.
Would the dropbox copy be the same as the computer copy? Would someone be willing to try the template for me to see if it will run and calculate properly? That is a great idea! The template is about 1.5 mb. If anyone is willing to try this for me please PM me, thanks.
i use Excel a lot on my windows phone by using a budget spreadsheet I whipped up on my computer. I know there are multitudes of budgets apps but why do that when you can auto calculate averages, sums, and present them graphically with a simple spread sheet?
Now at the moment, the only way to get Office docs (Word or Excel) on the phone is via emailing your self or as others suggested dropbox or file server. The downside is changes made on the phone isn't synced back to the source. You have to email the changes to yourself.
Microsoft has demoed Skydrive integration coming in the Fall update. Changes made then will be automatically synced like One note is now.
As for formulas, my formulas and graphs work and show up on the phone just fine! However I am not sure if more complicated ones work as I was unable to edit an excel timesheet from my job on my phone (says unable to open this file created from earlier office version). I am willing to test this template for you.
Feel free to PM it to me.
Also one way to get office documents on the phone iis utilizing skydrive instead of dropbox
1, I mapped my skydrive "My Documents" folder as a network drive on my Windows 7 PC
2. I save all my office documents there. I can edit them, delete them, rename them just as any other folder.
3. One the phone you can access skydrive via the browser and download your files without needing drop box or 3rd party solutions. The downside is being unable to upload them back!
4. Do maintenance, email your changed document and replace it on the desktop yourself.
Hope this helps.
sayonical said:
1, I mapped my skydrive "My Documents" folder as a network drive on my Windows 7 PC
Click to expand...
Click to collapse
how did you do this? i would like to know as i've always wanted to do this as well. Windows Live Mesh doesn't seem to do it the way i want.
The Gate Keeper said:
how did you do this? i would like to know as i've always wanted to do this as well. Windows Live Mesh doesn't seem to do it the way i want.
Click to expand...
Click to collapse
If you have Office2010 follow this easy guide
http://downloadsquad.switched.com/2010/04/25/use-office-2010-to-map-a-local-drive-letter-to-your-free-25gb-live-skydrive/
awesome! i'll give this a try when i get home.
Google is probably holding back with Google Now, not wanting to scare people away by releasing too many features too soon that show just how much it knows about us. Here are my ideas:
1. Send to Now – As you browse the web or read a book, you could highlight words or people’s names to Google Now so it loads up information about them for you to read through later.
2. Photos – when you take a photo of a landmark, Google Now could load a card with information about the landmark. I think Google Goggles already does this but now would be a better platform.
3. People – when you take or scan a photo of a person or their business card, Google Now could load up a card in the background with their LinkedIn or G+ profile.
4. Things – scan a barcode or object and Now loads up information (price, retailers etc) about it. Again, just like Goggles but better.
5. Rules – Google could let us write rules to trigger cards. For example, I could ask Now to pop up a card reminding me to take my groceries from the fridge in my office when I start my car (connect to my car’s Bluetooth) at work on a Friday evening. I already kind of do this with an app called Automate It by the way – it’s similar to Tasker.
6. Networking – Google Now could load profile cards of people nearby who have opted in to the networking feature.
7. Second Screen – Google Now when prompted could listen to what’s playing on your TV and offer more information about the programme. It could even offer links to purchase products advertised on TV or radio.
8. Related Articles – As you browse the web, Google Now could build up a list in the background of other articles related to those you have read and you could later review the list at your leisure - rating, reading and/or discarding the suggestions as you see fit.
9. Conversations - This one is a little scarier than the others and I’m not sure I would opt in to it myself, but Google Now could listen in on your phone and email conversations and provide related information – links to products you discussed or articles about concepts or news mentioned. As I say, I think I’d pass on this one.
10. Custom Cards – Google could let retailers or even websites build custom cards that are loaded when you check-in to their stores or visit their websites. These cards could include special offers and promotions, best-selling items etc. I imagine Google could even charge businesses for such a service if it were so inclined.
In all of this it would be important that they are opt in only – opt out wouldn’t be good enough. Also, Google Now should always remain non-intrusive but perhaps one should be allowed to set which cards should pop up as notifications, cause the phone to vibrate or simply load in the background. I might want a reminder to trigger a notification by the way but for others I may be happy to ignore or review at my convenience. By the way, I haven’t seen or used Google Now yet so if I’ve completely misunderstood how it works or could work, this is my excuse.
Oh and I apologise in advance if this is not the right forum – I couldn’t immediately find a better one and I see others have posted about Google Now here too, I guess since the G Nex is one of only two devices with it on at the moment.
What are your ideas for Google Now?
How about more integration with GAPPS? (I'm looking at you Calendar!)
anton2009 said:
How about more integration with GAPPS? (I'm looking at you Calendar!)
Click to expand...
Click to collapse
Isn't Calendar already integrated? I see reminders for my calendar entries in Now. Don't know about setting events via Now though, since it isn't completely functional in German / other languages than US english.
On topic, OP has some great ideas! Hope to see some of the less scary integrated
Really? I thought reminders were only within the alarm app... I will have to double check...
anton2009 said:
Really? I thought reminders were only within the alarm app... I will have to double check...
Click to expand...
Click to collapse
I see a reminder for this evening right now, it's definitely integrated
there was a interview with matias, and he confirmed that there is calendar feature, only reading from it.
there isn't any feature to create a calendar entry from NOW. but he emphasise that the API exist and all down to developers.
maybe hinting that its possible for 3rd party developer to write some custom card that can be installed?
I would love to be able to teach Google Now how to pronounce my name, placenames in my area etc. so that dictation works better.
Having said that, I find the accuracy of the dictation to be outstanding for most other things. I love GN!
There are so many possiblilities to this feature. I can't wait to see how it evolves over time. I actually use it quite a bit more than I thought I would. It makes a simple task so much easier, such as setting an alarm! Being able to set calendar appointments would be amazing though!
qwer23 said:
I see a reminder for this evening right now, it's definitely integrated
Click to expand...
Click to collapse
I think they're referring to that you can't use now to create a calendar event. If you want it to remind you of something, it can only set an alarm for you.
Music, it should tell you when an artist you like has a new single or album coming out, and if they are going to be playing a show withing X miles of your location. Or have just announced a tour etc.
Media, it should tell you when a new movie or video game is being released and give ratings for it and such.
I like idea number one, maybe adding in a dictionary for certain words, although that may be part of what your talking about.
That's one of the nice things I like about reading books on my Ipad. You can highlight a word in a book you're reading and, it will define the word.
WiredPirate said:
Music, it should tell you when an artist you like has a new single or album coming out, and if they are going to be playing a show withing X miles of your location. Or have just announced a tour etc.
Media, it should tell you when a new movie or video game is being released and give ratings for it and such.
Click to expand...
Click to collapse
Well for the concert notification, I stumbled upon an app called song kick. Which will scrap your Google music and pandora ( maybe something else too) and email you when an artist you liked or own content from is touring near you.
Sent from my Galaxy Nexus using Tapatalk 2
It should show a card every monday, wednesday, friday morning when I first unlock my device with the day's XKCD comic and the mousover text.
Keeping tabs on movie releasedates would be nice too. Google "The dark knight rises" and on the release day it shows up on a card with the theatre times for your cities movie theatres.
Connect with (Google) TV to give you a tvguide card when your watching tv.
Shows a card with directions to the nearest florists on your anniversary
BrianDigital said:
Well for the concert notification, I stumbled upon an app called song kick. Which will scrap your Google music and pandora ( maybe something else too) and email you when an artist you liked or own content from is touring near you.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I will check it out, thanks!
WORPspeed said:
Keeping tabs on movie releasedates would be nice too. Google "The dark knight rises" and on the release day it shows up on a card with the theatre times for your cities movie theatres.
Click to expand...
Click to collapse
Excellent idea. The more media related info the better imo.
One more feature I'd like to see is the ability to send a time or location based reminder to someone else. The person can then choose to accept the reminder or not. I suspect Apple will do this soon if they haven't already. The reminder could then appear in Google Now along with any notes the sender included.
Sent from my Galaxy Nexus using Tapatalk 2
Integration with Tripit.
Integrate with Tripit directly to send reminders of all the little tripit events you have, check-in, check-out, flights, etc.
I want there to be an actual notes app for which Google Now can create a note and save it.
Sent from my Galaxy Nexus using xda premium
A card to nearby news!
I ditched Microsoft One Drive to go all in with Google 1 upon purchase of my shiny Pixel 6 Pro, but I'm really missing my daily notification at 6am with photos from over the years dating back since my 1st pictures titled "On This Day", it's nice having a brew looking back over the years while you wake up especially when it's a special day like kids birthdays etc... It really does cheer me up. Google photos has some sort of memories thing but they have now disappeared from the app,
I have everything turned on and when I switched to Google photos/Google 1, I painfully uploaded separate albums into yearly folders which consist of around 17,000 pics/videos but still nothing, I had a memory show up in an album at the top of my photos that it thinks I'd be interested in but it consisted of about 6 pics in a slide show format which is just a big NO. I really want "On This Day" back with daily notification spanning across all the years like Ms One Drive does. I do love the speed of Google photos tho.
Am I being thick or does google photos not cater for this as I'm so close to ditching google 1 and going back to Microsoft One Drive. I have searched and posted in Pixel Help Community's to find out that Google may have just given up on these functions. Any advice muchly appreciated.
Wait did you upload to Google Drive or Google Photos? You need them to be uploaded to Google Photos for all the memories. When you do that, there's no need to create albums of years, Google Photos takes care of all that. You'll get stories at the top.
EeZeEpEe said:
I'm getting the notification just fine. Not sure if the exact time but once a day I'll get something.
Click to expand...
Click to collapse
Hi, thanks for the reply could I ask a couple of questions if you don't mind answering when you have time?
Have you been using Google photos for a while? (Do I maybe need to give it time, as I've had my pics uploaded for about 2 weeks ish?)
Is it just exact pictures from this specific day from past years?
Are the presented as a video slide mode or just pictures that you manual scroll through?
I wouldn't mind what time of day I got a notification as long as I could just go and look on each new day.
Many thanks for you time much appreciated.
m1ckbr1t said:
Hi, thanks for the reply could I ask a couple of questions if you don't mind answering when you have time?
Have you been using Google photos for a while? (Do I maybe need to give it time, as I've had my pics uploaded for about 2 weeks ish?)
Is it just exact pictures from this specific day from past years?
Are the presented as a video slide mode or just pictures that you manual scroll through?
I wouldn't mind what time of day I got them just that I get them or I can go and look on each new day.
Many thanks for you time much appreciated.
Click to expand...
Click to collapse
Hey check my updated reply.
- I've been using using Google Photos since day one it came out. I have 60,000+ photos according to my Google Dashboard.
- The stories are usually within a couple days of the today's date.
- They're stories just like on Instagram, Facebook, etc. but if you swipe up you can get an option to "View Day".
EeZeEpEe said:
Hey check my updated reply.
I've been using using Google Photos since day one it came out.
The stories are usually within a couple days of the today's date.
They're stories just like on Instagram, Facebook, etc. but if you swipe up you can get an option to see more for that day.
Click to expand...
Click to collapse
Argh ok, thanks for your time. I'll see if it kicks in soon then and starts giving me them. I have added the only photo widget available to me which says "This Week 1 Year ago" but it's showing me pictures from just a couple of months back. Like I said I'll give it some more time as
m1ckbr1t said:
Hi, thanks for the reply could I ask a couple of questions if you don't mind answering when you have time?
Have you been using Google photos for a while? (Do I maybe need to give it time, as I've had my pics uploaded for about 2 weeks ish?)
Is it just exact pictures from this specific day from past years?
Are the presented as a video slide mode or just pictures that you manual scroll through?
I wouldn't mind what time of day I got a notification as long as I could just go and look on each new day.
Many thanks for you time much appreciated.
Click to expand...
Click to collapse
Hi thanks for your time, intially I uploaded them to Google Drive along with additional folders and then realised something wasn't right, in MS One Drive this is how I had them. So then I painfully created Albums named 2002, 2003 etc.. as I've got a weird OCD thing where I like all the pictures in a folder with the corresponding year as the name. Maybe this is what I'm doing wrong. All my photos in the app are obviously shown in date order and the app is so fast scrolling, loading the thumbnails then viewing them instantly once selected world's apart from MS One Drive that are slow to load.
So I reckon given what you've said if I get over my weird OCD and move all the pictures out of the albums and put them directly in the root of photos it could fix it, it makes sense really.
Screen shot attached of what I see...
I'll keep you posted when I do it later.
Thanks for your time. Really appreciated.
m1ckbr1t said:
Argh ok, thanks for your time. I'll see if it kicks in soon then and starts giving me them. I have added the only photo widget available to me which says "This Week 1 Year ago" but it's showing me pictures from just a couple of months back. Like I said I'll give it some more time as
Hi thanks for your time, intially I uploaded them to Google Drive along with additional folders and then realised something wasn't right, in MS One Drive this is how I had them. So then I painfully created Albums named 2002, 2003 etc.. as I've got a weird OCD thing where I like all the pictures in a folder with the corresponding year as the name. Maybe this is what I'm doing wrong. All my photos in the app are obviously shown in date order and the app is so fast scrolling, loading the thumbnails then viewing them instantly once selected world's apart from MS One Drive that are slow to load.
So I reckon given what you've said if I get over my weird OCD and move all the pictures out of the albums and put them directly in the root of photos it could fix it, it makes sense really.
Screen shot attached of what I see...
I'll keep you posted when I do it later.
Thanks for your time. Really appreciated.
Click to expand...
Click to collapse
I'm a little confused though. You have all your photos showing up in Google Photos but you still have them in Google Drive? Google Drive and Google Photos no longer sync with each other.
"...upload or delete photos in Google Drive or Google Photos, changes won’t reflect in the other product."
Recent changes to Google Photos & Google Drive - Google Photos Help
What’s happening? Starting July 10, 2019, Google Photos and Google Drive will no longer automatically sync. We’re making this change to simplify how things work between the two services. You
support.google.com
But you're saying all the pics you uploaded to Google Drive are showing up? So what method did you go about for that to happen? If you did it by this method, https://support.google.com/photos/answer/6156103?hl=en, then you have duplicated the space used because "If you copy an item from Google Drive to Google Photos, the new copy in Google Photos will also count against your storage."
EeZeEpEe said:
I'm a little confused though. You have all your photos showing up in Google Photos but you still have them in Google Drive? Google Drive and Google Photos no longer sync with each other.
"...upload or delete photos in Google Drive or Google Photos, changes won’t reflect in the other product."
Recent changes to Google Photos & Google Drive - Google Photos Help
What’s happening? Starting July 10, 2019, Google Photos and Google Drive will no longer automatically sync. We’re making this change to simplify how things work between the two services. You
support.google.com
But you're saying all the pics you uploaded to Google Drive are showing up? So what method did you go about for that to happen? If you did it by this method, https://support.google.com/photos/answer/6156103?hl=en, then you have duplicated the space used because "If you copy an item from Google Drive to Google Photos, the new copy in Google Photos will also count against your storage."
Click to expand...
Click to collapse
Hi, I removed them from Google Drive then uploaded them to the albums via web browser. I'm defo not duplicating them. I've literally just finished removing them from the albums, so hopefully I'll start seeing the memories. I really do appreciate your time on helping me out. Many thanks
m1ckbr1t said:
Hi, I removed them from Google Drive then uploaded them to the albums via web browser. I'm defo not duplicating them. I've literally just finished removing them from the albums, so hopefully I'll start seeing the memories. I really do appreciate your time on helping me out. Many thanks
Click to expand...
Click to collapse
Hi @EeZeEpEe, previous years has now showed up for me many thanks again for your time and solution. It's still not like I got on MS One Drive but it's certainly good enough for me to stay with Google Photos. Soo happy.
m1ckbr1t said:
Hi @EeZeEpEe, previous years has now showed up for me many thanks again for your time and solution. It's still not like I got on MS One Drive but it's certainly good enough for me to stay with Google Photos. Soo happy.
Click to expand...
Click to collapse
Thanks for the update and great it worked out for your. Enjoy!
EeZeEpEe said:
Thanks for the update and great it worked out for your. Enjoy!
Click to expand...
Click to collapse
I already have been doing, can't week for next week's update
m1ckbr1t said:
I already have been doing, can't week for next week's update
Click to expand...
Click to collapse
Hi @EeZeEpEe hope you are well? Could I bother you for another question about Google Photos if you don't mind? I thought I'd come to you after you helped me out with my Memories which is awesome by the way.
Is there a way to remove photo albums from view in Google Photos? I have loads of music albums with album covers and they all show up in the library tab. On the Samsung gallery app you could hide the albums from view, I've checked everything, I think! Any help appreciated. Thanks.
m1ckbr1t said:
Hi @EeZeEpEe hope you are well? Could I bother you for another question about Google Photos if you don't mind? I thought I'd come to you after you helped me out with my Memories which is awesome by the way.
Is there a way to remove photo albums from view in Google Photos? I have loads of music albums with album covers and they all show up in the library tab. On the Samsung gallery app you could hide the albums from view, I've checked everything, I think! Any help appreciated. Thanks.
Click to expand...
Click to collapse
I've manage to hide all my music pics from my library. Sorry to bother you.
m1ckbr1t said:
Hi @EeZeEpEe, previous years has now showed up for me many thanks again for your time and solution. It's still not like I got on MS One Drive but it's certainly good enough for me to stay with Google Photos. Soo happy.
Click to expand...
Click to collapse
There are certainly some differences, I also like the MS One Drive approach better, Google only "occasionally" tells you "hey, this happened 3 years ago, have a look" - but there's no noticeable "trigger" to it, you can't force it and it's hard to comprehend why a certain day is now of interest to Google photos and another one is not.
Over the years I noticed that Google likes to tell you of holidays past, so a certain trigger (maybe) are Google Photos albums that are linked to GPS and were made automatically whenever you were on holiday, but that's just my assumption/ anecdote and might be totally coincidental.
Morgrain said:
There are certainly some differences, I also like the MS One Drive approach better, Google only "occasionally" tells you "hey, this happened 3 years ago, have a look" - but there's no noticeable "trigger" to it, you can't force it and it's hard to comprehend why a certain day is now of interest to Google photos and another one is not.
Click to expand...
Click to collapse
Hi, I've got used to it now, my previous years refresh each week and then sometimes it randomly creates an album it thinks I'd like but I'm just loving the actual speed of the app I can scroll from today all the way back to 2004 as fast as I can move my finger down the screen and boom loaded... Also loving the search function which also enables a trip down memory lane by categorising "Things" into Night Clubs, Camping, Swimming etc.... I've long forgotten about MS One Drive Now, especially now I've just figured out how to hide all my music album covers from the Library view. Google Photos is Awesome. Lol
EeZeEpEe said:
Wait did you upload to Google Drive or Google Photos? You need them to be uploaded to Google Photos for all the memories. When you do that, there's no need to create albums of years, Google Photos takes care of all that. You'll get stories at the top.View attachment 5451759
View attachment 5451757
Click to expand...
Click to collapse
Do you install and retrofit skylights? Because your photos sure look a lot like photos I took when I did.
erktheerk said:
Do you install and retrofit skylights? Because your photos sure look a lot like photos I took when I did.
Click to expand...
Click to collapse
Nope. Those views are from my job and were either sunrise or sunset pics.