[APP][4.1+] GIF Share Overlay - Search & share GIFs without leaving your favorite app - Android Apps and Games

[APP][4.1+] GIF Share Overlay - Search & share GIFs without leaving your favorite app
GIF Overlay
GIF Overlay provides an overlay that draws on top of other apps and lets you quickly search and share GIFs without leaving your favorite app.
Features
Search and share GIFs - Powered by GIPHY.
Overlay on top of other apps. Search and share without leaving your favorite app.
Multiple theme support.
Support for multiple window positions.
Safe: Only Internet and Draw on top permissions needed. No personal data collection.
Free, no in-app purchases.
Download
Get it on Google Play

You are going good

Hi I need pba ic scrap 8 gb 16gb so my contact no is 9899961391 same as what's app

good app

Doesn't work for me. App themes work, but nothing shows in the gif window no matter what I search. Share button doesn't do anything either, but that could just be because there is nothing to share. Gif Overlay is set to be allowed to draw over other apps in my device btw.

bogarty said:
Doesn't work for me. App themes work, but nothing shows in the gif window no matter what I search. Share button doesn't do anything either, but that could just be because there is nothing to share. Gif Overlay is set to be allowed to draw over other apps in my device btw.
Click to expand...
Click to collapse
That should only happen if there is an error contacting the server for the search or parsing the search response data.
Could you check adb logcat messages? You should see some error there.

rumboalla said:
That should only happen if there is an error contacting the server for the search or parsing the search response data.
Could you check adb logcat messages? You should see some error there.
Click to expand...
Click to collapse
Got it to work! For some reason it didn't work until I disabled my VPN. Then after a successful gif search I rebooted the device and it seemed to be working fine with my VPN. It works great now for most apps, but for the few that it doesn't, is it possible to maybe allow for the Gif to be somehow copied right into whatever text field you're in or is sharing to the app the only way? Great app though btw. Thank you!

bogarty said:
Got it to work! For some reason it didn't work until I disabled my VPN. Then after a successful gif search I rebooted the device and it seemed to be working fine with my VPN. It works great now for most apps, but for the few that it doesn't, is it possible to maybe allow for the Gif to be somehow copied right into whatever text field you're in or is sharing to the app the only way? Great app though btw. Thank you!
Click to expand...
Click to collapse
I could copy the url to clipboard on long press a gif.

rumboalla said:
I could copy the url to clipboard on long press a gif.
Click to expand...
Click to collapse
That would be cool. I guess there's no way to really copy the image itself to clipboard is there? Only text? I've been looking for an app that does that myself for a long time.

bogarty said:
That would be cool. I guess there's no way to really copy the image itself to clipboard is there? Only text? I've been looking for an app that does that myself for a long time.
Click to expand...
Click to collapse
As far as I know, you can copy the image to the clipboard. The problem is that the app where you are pasting will not understand you are pasting an image unless they have implemented that.

rumboalla said:
As far as I know, you can copy the image to the clipboard. The problem is that the app where you are pasting will not understand you are pasting an image unless they have implemented that.
Click to expand...
Click to collapse
Generally, when you touch and hold an image in an app you can share or download it and share it to wherever, but i don't think I've ever seen a "Copy to Clipboard" option except when copying text. I see what you mean about pasting the image though and maybe a gif would be even more complicated to do that with.
I wonder if it would be better if you set it the touch and hold the image function to download the gif instead. Then you could add it anywhere.

Changelog 1.4
Added button to download GIF.
Added button to copy GIF URL.

rumboalla said:
Added button to download GIF.
Added button to copy GIF URL.
Click to expand...
Click to collapse
Thank you! I tried it out and for some reason I'm still having connection problems. Even turning off my VPN doesn't seem to make it search. I noticed that sometimes when turning off my WiFi connection it will search right away, but not all the time. I wonder if I'm the only one having this issue. When it does search it does appear to download, but even when searching my entire sdcard for "gif" or ".gif" or even the name that it says it saved as afterwards I can't seem to find where it saves. It seems as if maybe it's not really saving, at least as a gif. Can't find it when opening the gallery either. Opening it in gallery from the download notification does show it, but it doesn't allow you to view any details on it either, nor does it let you share it when opening it like that. URL copy works fine, though maybe a toast message saying it's copied would help to let people know that it has copied, otherwise, unless you try to paste somewhere it appears as if it's done nothing. Share works fine as usual. Anyhow, I hope this helps. Thank you!

bogarty said:
Thank you! I tried it out and for some reason I'm still having connection problems. Even turning off my VPN doesn't seem to make it search. I noticed that sometimes when turning off my WiFi connection it will search right away, but not all the time. I wonder if I'm the only one having this issue. When it does search it does appear to download, but even when searching my entire sdcard for "gif" or ".gif" or even the name that it says it saved as afterwards I can't seem to find where it saves. It seems as if maybe it's not really saving, at least as a gif. Can't find it when opening the gallery either. Opening it in gallery from the download notification does show it, but it doesn't allow you to view any details on it either, nor does it let you share it when opening it like that. URL copy works fine, though maybe a toast message saying it's copied would help to let people know that it has copied, otherwise, unless you try to paste somewhere it appears as if it's done nothing. Share works fine as usual.
I've a attached a verbose log here for you to look at in case you need it. Had to zip it because apparently 2kb is too big for text on XDA? Anyhow, I hope this helps. Thank you!
Click to expand...
Click to collapse
Can't see anything weird in the logs.
The download triggers the android downloadmanager so the file can go to some weird place like /data/data/com.android.providers.download. I could change it so it goes to the downloads folder but then I need to add an extra permission.
And yeah adding some sort of message or toast is a good idea.

rumboalla said:
Can't see anything weird in the logs.
The download triggers the android downloadmanager so the file can go to some weird place like /data/data/com.android.providers.download. I could change it so it goes to the downloads folder but then I need to add an extra permission.
And yeah adding some sort of message or toast is a good idea.
Click to expand...
Click to collapse
That would be great. I think I figured out that it goes to "/data/data/gif.overlay/cache/image_manager_disk_cache". The files in there were ".0" format, but when I changed it to ".gif" they showed the gifs I was trying to download. Assuming those aren't just the cached images from the search that is. Regardless you can't really access them or share them when they're outside of the sdcard.

bogarty said:
That would be great. I think I figured out that it goes to "/data/data/gif.overlay/cache/image_manager_disk_cache". The files in there were ".0" format, but when I changed it to ".gif" they showed the gifs I was trying to download. Assuming those aren't just the cached images from the search that is. Regardless you can't really access them or share them when they're outside of the sdcard.
Click to expand...
Click to collapse
No the ones inside the gif.overlay folder are either cached images from the search (those are not the final version but downsampled images to make it faster) or files saved before sharing. The downloaded ones should end up as giphy.gif somewhere where the downloadmanager puts it (in my case /data/data/com.android.providers.download).

rumboalla said:
No the ones inside the gif.overlay folder are either cached images from the search or files saved before sharing.
Click to expand...
Click to collapse
Yeah. Just checked and you're right. The gifs do go to"/data/data/com.android.providers.download/cache/". Strange that they weren't showing up in my system wide search. Regardless, it would be cool if they could go to the "downloads" or "pictures" or a "/sdcard/Gif Overlay/" folder or something. Then there would be no end to the possibilities.
Now I just have to figure out why it's only connecting like half the time. Just tried again and it worked. Earlier though it wasn't. It must be something on my end. Not sure.
EDIT: Downloaded "Advanced Download Manager" from the Play Store and set it to auto incercept copied links for now, so that now I just have to click the copy function in the app and ADM asks me where I want to save it to. Clean flashed a new rom too and now I'm not having any more connection issues btw. Must've been something blocking it on my old configuration.

Changelog 1.5
* Added option to select window position.
* Bug fixing.

Related

Gallery : any alternative to this crappy app ?

Hello every body.
I guess this have been already discussed, but I can't find a thread about that. So, I started this one.
I am very disappointed with the stock Gallery App :
- Shows only the leaf folders in a flat mode
- Folder names shortened (no place to see the entire name)
- Maintains a useless "parallel database" and won't show "non-indexed" pictures
- Scans the whole memory card (instead of only a "PICTURES" folder)
- Lags sometimes until the "parallel database" is finished (which takes a long time)
To sumarize, I would greatly prefer something working as :
- Windows file explorer + Windows picture wiewer OR
- ACD SEE
Do you know if there is an alternative app that can be installed AND
launched by the camera when clicking on "view pictures" ?
Thank you for yours answers.
There are several gallery replacement apps in the Market. Did you search in it for any?
JustPictures gets a lot of good word about it across the forums, and even the generic Gallery3D app on the Market is suggested as a better replacement for the one that comes installed.
As for Gallery scanning the whole sdcard, that's not quite accurate as I understand. The "media" scanner scans the whole card for all kinds of media (pics, music, videos). If you want to speed it up, you can add a blank file called .nomedia to any folder that won't have media you want indexed in it. This tells the scanner to skip that folder and ALL it's subfolders.
QuickPic is a good alternative.
distortedloop said:
There are several gallery replacement apps in the Market. Did you search in it for any?
Click to expand...
Click to collapse
I admit I hoped to get some entry points from experimented users.
distortedloop said:
Even the generic Gallery3D app on the Market is suggested as a better replacement
Click to expand...
Click to collapse
Ok, when I saw the icon, I thought it was THE stock one.
distortedloop said:
If you want to speed it up, you can add a blank file called .nomedia
Click to expand...
Click to collapse
I suppose I have to get an app to create these .nomedia files (Windows refuses to do it) ?
bQfQZDEJznX5Y8XiFdhy said:
QuickPic is a good alternative.
Click to expand...
Click to collapse
Ok. But is there a way to tell the camera to use this one instead of the stock app ?
Thank you again in advance.
I second QuickPic!
Thanks! THANKS!
Glad I found QuickPic (the freeware one) because I read this thread!
Freakin nice
fredjm31 said:
I suppose I have to get an app to create these .nomedia files (Windows refuses to do it) ?
Click to expand...
Click to collapse
Run cmd.exe
Code:
type nul: > .nomedia
and press return.
Quickpic is indeed terrific.
It's kind of sad, about the stock Gallery app.
shrivelfig said:
Run cmd.exe
Code:
type nul: > .nomedia
and press return.
Click to expand...
Click to collapse
Or you can do it on the phone with Root Explorer (and probably most other file manager apps)...just navigate to the folder you want to put it in, hit menu, then more, then new file, and name it .nomedia in the popup dialog box.
Once you have a copy, you can always just copy and paste it everywhere you need.
I use JustPictures and it's much better than stock (which seriously sucks and it's gimmicky).
QuickPic is also great, but it doesn't have online capabilities (I like being able to view my SmugMug albums through JustPictures).
I really wish Android had a good Gallery app which combines photos, video and online capabilities.
Just downloaded JustPictures - thx to this thread!
I tried out QuickPic from this thread's recommendation, but is there an app that also browses the video files like the gallery does?
Total bummer that I have to open another app to access my recorded videos.
Any suggestions?
QuickPic does show both pictures and videos.
Thanks for the recommendation. QuickPic is soooooo much better than 3D Gallery on my phone.
I've tried QuickPic and JustPictures, none of these apps are OK.
QuickPic : is fast, but still show my folders in a flat mode.
JustPictures : won't show my PICTURES folder (which contains 1000 folders and 30000 files) where I've placed a .nomedia. If I don't do that, this infamous media scanner scans it, and makes my phone heat, and causes my battery to drain.
Edit : wrong : there's an option for that
But ES Explorer + Quick Pic is OK :
- ES Explorer to browse folders
- Quick Pic to display pictures

[APP][2013-02-12][UPDATE] Pictures Near Me

Hi everyone
I uploaded my new app to the Play store yesterday, but figured I'd post here too
Here's the link: Pictures Near Me
It does what it says on the tin really, shows pictures near your current location, and you can view a map showing where you are in relation to it. The main aim is it might be useful on vacation to find interesting or less obvious stuff to go visit.
I've tested on my Galaxy Nexus, and also the emulator under 2.3. A few friends have tried it on various handsets, but that's still not very representative. Please let me know if it breaks, or any features you'd like to see (I'm already thinking of adding Panoramio support and also a map-view for the 'index'
2013-02-12 1.9 released. Adds location search and picture saving.
2013-01-21 1.8 released. Performance improvements and Daydream screensaver
2012-11-27 1.7 released. Pan around Map search results to view photos in other locations
2012-10-29 1.5 released. Added pinman to map-search results.
2012-10-25 1.4 released. Added caching of search results to help performance.
2012-10-22 1.3 released. New Map View of search results
2012-07-30 1.2 released. Adds navigation button, larger thumbnails, and more columns on tablet devices.
2012-07-19 1.1 released, see http://forum.xda-developers.com/showpost.php?p=29020922&postcount=7
Works Ok once I put the search area up to maximum. Currently in South end on sea UK.
Using HTC One X.
Cheers
Sent from my HTC One X using Tapatalk 2
Congrats, your app has crossed the Atlantic and reached your country's old colonies, haha. North Carolina, kind of middle of nowhere. Default settings had it show the same Pepsi truck twice; I set it to the max (32km?) and now a bunch of stuff is coming up.
This is really neat. Thanks for sharing.
Thanks , this is a sweet app.
Glad it seems to work - surprised at the lack of pictures coming up, in my little town there's quite a lot! But then we get a fair few tourists.
I've pushed version 1.1 live to the Play store.
This adds a few new features, specifically:
- share pictures you find with your friends via many of your other apps (Facebook, Twitter, Email etc.)
- picture descriptions now shown
- added an approximate address of the picture when viewing the map
- added warning when your location not found
- pinch-to-zoom when viewing picture full-size
I've just updated to 1.2.
This adds more thumbnail columns on tablets, and increases the size on phones. Also there's now a button to launch Google Navigation while viewing the photo
This is a great little app! I like it :good:
the_scotsman said:
This is a great little app! I like it :good:
Click to expand...
Click to collapse
Thanks!
Pictures Near Me has been updated to 1.3 - now you get the option of viewing search results in a grid as before, or on a map to give a bit more context of what's around you.
The update should be live in the Play Store now.
Next version I'm looking at caching the search results and thumbnails to speed it up when you repeat search in a similar location to previously...
1.4 released today.
I've added caching so repeat searches in the same kinda area should be noticeably faster.
1.5 released. Small update to show Pinman on the map-search screen so you can see where all the results are in relation to you before tapping through to an individual picture
A few more updates have been rolled out- you can now pan around the map to view photos from other locations!
New update released!
Repeat searches in a location are now much faster as more information is cached
I've also added a "daydream" screensaver option!
this is indeed a nice little app.. thx!
iamelton said:
this is indeed a nice little app.. thx!
Click to expand...
Click to collapse
Thanks! Do let me know of any bugs you find or feature ideas
jmbillings said:
Thanks! Do let me know of any bugs you find or feature ideas
Click to expand...
Click to collapse
a few ideas for ur consideration..
(1) put an option to show/hide the "cache" folder in/from other gallery apps (a .nomedia file trick maybe).. or to make it simpler just put a .nomedia file there as its a "cache" folder after all..
(normally the cache folder files are named cryptically and wont interfere with gallery app, however, i found out that there were a few properly-named files in the cache folder with a JPG extension.. they probably appeared after i have viewed the photo in the app.. and its those JPG files that showed up in my gallery app..)
(2) an export function to save a downloaded image to other locations..
iamelton said:
a few ideas for ur consideration..
(1) put an option to show/hide the "cache" folder in/from other gallery apps (a .nomedia file trick maybe).. or to make it simpler just put a .nomedia file there as its a "cache" folder after all..
(normally the cache folder files are named cryptically and wont interfere with gallery app, however, i found out that there were a few properly-named files in the cache folder with a JPG extension.. they probably appeared after i have viewed the photo in the app.. and its those JPG files that showed up in my gallery app..)
(2) an export function to save a downloaded image to other locations..
Click to expand...
Click to collapse
Currently the cache images don't have the .jpg name. Adding this would be fairly easy, but the filenames bear no relation to the original image- they are actually from the hash of the URL the image came from. Changing this to be a more logical name would be non-trivial.
Adding an option in the picture details screen to simply save the current image to the gallery is possible though, so I'll add this for the next release. I'm also looking to add a location search option to the home-screen; as one user left a negative review in the Play store saying they couldn't search elsewhere (you can, you just need to pan around the map) - they also said the images were rubbish, and obviously didn't spot you can order by interestingness. Unfortunately the play store doesn't let me reply to comments
jmbillings said:
Currently the cache images don't have the .jpg name. Adding this would be fairly easy, but the filenames bear no relation to the original image- they are actually from the hash of the URL the image came from. Changing this to be a more logical name would be non-trivial.
Adding an option in the picture details screen to simply save the current image to the gallery is possible though, so I'll add this for the next release. I'm also looking to add a location search option to the home-screen; as one user left a negative review in the Play store saying they couldn't search elsewhere (you can, you just need to pan around the map) - they also said the images were rubbish, and obviously didn't spot you can order by interestingness. Unfortunately the play store doesn't let me reply to comments
Click to expand...
Click to collapse
for the JPG issue, i did find out that in the cache folder there was 1 JPG file (which was an image that i have viewed in details screen), and im fairly certain that this file was created by this app, and not any other apps as no app would mess with this app's cache folder..
i have viewed a number of images for details and only this one particular JPG file appeared.. i dunno why maybe u can investigate a little..
for negative comments in the play store, u can just ignore them as few users would admit that its their own problem not able to use an app.. most of the times they blamed the apps..

How To stop sync from pc?

Hello everyone. I'm coming from the Infinity forums here at XDA. I jumped ship on that thing. Loving this Sammy Tab. Does anyone know how to stop or remove the tab from grabbing photos from my computer? As soon as I hit the gallery Icon it grabbed my pics. Am on Windows 7 ultimate. So I went to my media player and disabled share with other devices but alas it still finds the pictures. Then when I go to the folder to delete it/them all I get is a select file/folder option or download option. No delete option. So how do I stop and remove this folder? Thanks. Sorry if there is a thread for this already. I searched but couldn't find anything. Maybe I didn't write it out right in the search:silly:
Anyway, Thanks in advance
darkwolfelite said:
Hello everyone. I'm coming from the Infinity forums here at XDA. I jumped ship on that thing. Loving this Sammy Tab. Does anyone know how to stop or remove the tab from grabbing photos from my computer? As soon as I hit the gallery Icon it grabbed my pics. Am on Windows 7 ultimate. So I went to my media player and disabled share with other devices but alas it still finds the pictures. Then when I go to the folder to delete it/them all I get is a select file/folder option or download option. No delete option. So how do I stop and remove this folder? Thanks. Sorry if there is a thread for this already. I searched but couldn't find anything. Maybe I didn't write it out right in the search:silly:
Anyway, Thanks in advance
Click to expand...
Click to collapse
The Note is finding pictures that you windows pc is sharing to your network. It allows you to view them but isn't downloading them unless you hit the download button.
You can remove the network items from the view this way: Menu (from main gallery view not from withing the "folder" of pictures you want to remove) -> View By -> Content in device
PMentior said:
The Note is finding pictures that you windows pc is sharing to your network. It allows you to view them but isn't downloading them unless you hit the download button.
You can remove the network items from the view this way: Menu (from main gallery view not from withing the "folder" of pictures you want to remove) -> View By -> Content in device
Click to expand...
Click to collapse
There's only one problem with this method -- it doesn't stop it permanently. Every time you re-load the gallery app, it re-appears. I find it totally annoying, honestly, and wish there was a permanent way to turn it off. I leave media sharing on my Win7 PC turned on because I use apps that allow me to browse shared media for streaming/etc. I want to be able to see those photos when I want them, but not all the time, and certainly not every time I load up the gallery app.
If the app permitted you to browse network-shared media when YOU want, and could sort it in a useful way (folders, maybe?) ... then the feature would be useful. Otherwise, for me, the hundreds and hundreds of raw digital photos being cataloged each time I load the app is just plain obnoxious.
Thankfully, thus far, this is only one of a very very few annoyances with the Note 10.1! And there's always one solution -- use a different picture/media viewing app .
Nice. Thanks guys. quickpic here I come

help with locker app files

Ok, so my buddy had an app downloaded from the google play store. back when the S4 Mini was newish. He had some kind of photo/file locker app which all i can tell you is it made a folder on the internal storage simply called "Locker" and all the encrypted files that were locked with that app were in there but of course un-readable because that are apparently actually encrypted to some extent. the phone went overboard in the salt water, couldnt be repaired but i managed to get it running enough to pull the "locker" folder with all the locked data off the storage. He doesnt remember the name of the app used and no longer has the google account to look at his download history to find it. but the icon was blue-ish and it created a folder called "locker" on the storage. he entered his passcode on a dialpad looking menu and boom, his locked files showed up. but thats all i know about it. hes trying to get that data readable again, and changing the extension to jpeg or jpg or png didnt work. just wondering if anyone here may have some sugguestions of apps to try to get these files readable again, if i could find the exact program used my plan was to install it on his new phone. set a password and lock a random picture so this way the program would created all the directories or whatever it needed, and i can copy the recovered files from the old phone and copy them into the new phone in the appropriate directory, and hopefully unlock those files. sorry if im jumping around alot. so im trying to find a way to make these files readable again is the end goal. ive tried for days to get them unlocked. and if anyone can help me they are on these forums. Any help ideas would be greatly appreciated.
jaxfljustin said:
Ok, so my buddy had an app downloaded from the google play store. back when the S4 Mini was newish. He had some kind of photo/file locker app which all i can tell you is it made a folder on the internal storage simply called "Locker" and all the encrypted files that were locked with that app were in there but of course un-readable because that are apparently actually encrypted to some extent. the phone went overboard in the salt water, couldnt be repaired but i managed to get it running enough to pull the "locker" folder with all the locked data off the storage. He doesnt remember the name of the app used and no longer has the google account to look at his download history to find it. but the icon was blue-ish and it created a folder called "locker" on the storage. he entered his passcode on a dialpad looking menu and boom, his locked files showed up. but thats all i know about it. hes trying to get that data readable again, and changing the extension to jpeg or jpg or png didnt work. just wondering if anyone here may have some sugguestions of apps to try to get these files readable again, if i could find the exact program used my plan was to install it on his new phone. set a password and lock a random picture so this way the program would created all the directories or whatever it needed, and i can copy the recovered files from the old phone and copy them into the new phone in the appropriate directory, and hopefully unlock those files. sorry if im jumping around alot. so im trying to find a way to make these files readable again is the end goal. ive tried for days to get them unlocked. and if anyone can help me they are on these forums. Any help ideas would be greatly appreciated.
Click to expand...
Click to collapse
Have you tried to open that images on Adobe Photoshop ?
saarav242 said:
Have you tried to open that images on Adobe Photoshop ?
Click to expand...
Click to collapse
I did not. I will definitely try that. ill have to guess which ones are pictures. i know there are videos in there too. Thank you for the suggestion.
jaxfljustin said:
I did not. I will definitely try that. ill have to guess which ones are pictures. i know there are videos in there too. Thank you for the suggestion.
Click to expand...
Click to collapse
Anytime with pleasure mate !! And for video file, You should try Xilisoft Video Editing software and convert video file to another format.
It should be also working fine.
saarav242 said:
Anytime with pleasure mate !! And for video file, You should try Xilisoft Video Editing software and convert video file to another format.
It should be also working fine.
Click to expand...
Click to collapse
I'm not sure which one is the video because there is no file extension or anything. But I will try Photoshop here shortly and see if I can at least open the pictures. I'll post s snapshot of the files
Download
Es file explorer
And press on the picture and choose open as image
And it will work
This screen shot may help you
I have tried both photoshop and es file explorer. no luck with either. i tried every single file as image and even tried video on each. neither worked. any other ideas? i appreciate all the help so far :fingers-crossed:
jaxfljustin said:
I have tried both photoshop and es file explorer. no luck with either. i tried every single file as image and even tried video on each. neither worked. any other ideas? i appreciate all the help so far :fingers-crossed:
Click to expand...
Click to collapse
Okay, try to upload image and video on your Google Account and open. Let see what will you see.
saarav242 said:
Okay, try to upload image and video on your Google Account and open. Let see what will you see.
Click to expand...
Click to collapse
I uploaded one of the smaller files which should be the image and one of the larger ones which should be the video. both just say there are no previews available when i try and open either of them.
If the files were encrypted then no matter which app you use, you won't be able to open them. You need to decrypt them first. To decrypt them you need the password they were encrypted with and the encrypting/decrypting algorithm (provided by the locker app). I would try to find the app (and copy the files to its folder), or try to decrypt it using various decrypting algorithms, provided the app uses a standard well-known one.
jaxfljustin said:
I uploaded one of the smaller files which should be the image and one of the larger ones which should be the video. both just say there are no previews available when i try and open either of them.
Click to expand...
Click to collapse
We will not defeat
Try to fix image and video from below link :
https://online.officerecovery.com/pixrecovery/ and for video : https://online.officerecovery.com/

No Bluetooth option when sharing a file

Hi people.
No matter what I try, I don't get the bluetooth option when I want to share a file. I've even paired with the other phone, tried other file managers, but no luck.
I'll select the file, select the share option, and then get a popup listing what appears to be frequent/recent contacts over various apps in the top row, then a row with what seems to be frequent/recent apps, then an app list, but nowhere is bluetooth an option. I've scrolled up, down, left, right, I've done everything obvious and slightly less obvious that I could think of. Is this a bug, or some stupid security setting or something? The internet is full of bluetooth related issues with the Pixel 2, it seems, but none I've found addresses this issue.
Regards
kowalski5233 said:
Hi people.
No matter what I try, I don't get the bluetooth option when I want to share a file. I've even paired with the other phone, tried other file managers, but no luck.
I'll select the file, select the share option, and then get a popup listing what appears to be frequent/recent contacts over various apps in the top row, then a row with what seems to be frequent/recent apps, then an app list, but nowhere is bluetooth an option. I've scrolled up, down, left, right, I've done everything obvious and slightly less obvious that I could think of. Is this a bug, or some stupid security setting or something? The internet is full of bluetooth related issues with the Pixel 2, it seems, but none I've found addresses this issue.
Regards
Click to expand...
Click to collapse
Bluetooth can only share text files and photos , so it depends on what type of file is being shared. If you want to share other type of files(other than text and photos) then just rename the last part of file name to txt,pdg, mp4, the Bluetooth share Option is available after being shared just rename file to it original name the file will be back.
riyan65 said:
Bluetooth can only share text files and photos , so it depends on what type of file is being shared. If you want to share other type of files(other than text and photos) then just rename the last part of file name to txt,pdg, mp4, the Bluetooth share Option is available after being shared just rename file to it original name the file will be back.
Click to expand...
Click to collapse
That most definitely is not a limitation. I can share that same file from another phone over Bluetooth.

Categories

Resources