Pushbullet Question About Link Copy From Notification - Samsung Galaxy Note 8 Questions and Answers

Back on my Note 5 when I was still on Lollipop I was able to copy links from Pushbullet right from the notification pull down. Wish I had a screen shot of it but there was an option right under the notification (when I pulled the notification window down) that said "Copy" or "Copy Link". It saved me from having to open the Pushbullet app itself in order to copy the text or link I had pushed from my PC.
Now on Nougat it seems that option has disappeared. When I share links pushed from my PC to my phone it was much easier to be able to copy the link right from the notification instead of opening the app to copy. I'm wondering if anyone here know what I'm talking about and if they might know a way to bring this ability back?
The attached pic shows how it looks now on this new OS version we're all on. But on Lollipop the option to "Copy" was right under the notification.

Related

[Q] where are s memo lite images stored?

When you press the stylus button and double-tap the screen, s memo lite pops up and you can record a note. Does anyone know where the note is stored once saved? It never appears in my gallery, and I cannot find any of them!
/sdcard/Application/SMemo/switcher
Thanks for that!
They are in PNG format, and so do not show up in the Gallery. I can't see any way to open them form anywhere but a file manager, either. Seems like a but of a stuff up generally.
I'll put it under Sugarsync control so I don't lose them, but it would be nice to have proper access.
jeromepearce said:
They are in PNG format, and so do not show up in the Gallery. I can't see any way to open them form anywhere but a file manager, either. Seems like a but of a stuff up generally.
I'll put it under Sugarsync control so I don't lose them, but it would be nice to have proper access.
Click to expand...
Click to collapse
Gallery handles PNGs fine. What's stopping them from showing by default is an empty marker file called /mnt/sdcard/Application/SMemo/switcher/.nomedia - delete that and they'll show up.
edanfalls said:
Gallery handles PNGs fine. What's stopping them from showing by default is an empty marker file called /mnt/sdcard/Application/SMemo/switcher/.nomedia - delete that and they'll show up.
Click to expand...
Click to collapse
cheers the best tip i've had in ages if not ever.
I did look for that, but on reading your post I looked harder and realised I had not displayed hidden files.
Thanks!
Now working as desired? I still think it's a stuff-up as they should want these accessible in some way after saving.

Dropbox glitch

Anyone know how come my dropbox web access on tablet hides first line of files or folders? Also how do you move the files from one folder to the other with the android app?
Sent from my cm_tenderloin using Tapatalk 2
Mellowmark said:
Anyone know how come my dropbox web access on tablet hides first line of files or folders? Also how do you move the files from one folder to the other with the android app?
Sent from my cm_tenderloin using Tapatalk 2
Click to expand...
Click to collapse
Hi I don't know why you're missing the first line unless it is to do with font size I have mine set to large and do get an overlap on some websites/apps .
Regarding moving files the only way I have been able to do it is by creating a new folder in dropbox and re-uploading the files to a specific folder I have created. Which is a bit long winded but doesn't really take to long if the files aren't to large.
Sorry I don't have anything more positive.
Mellowmark said:
Anyone know how come my dropbox web access on tablet hides first line of files or folders? Also how do you move the files from one folder to the other with the android app?
Sent from my cm_tenderloin using Tapatalk 2
Click to expand...
Click to collapse
I would seem that dropbox has addressed this problem with its latest update. All you do now is a long press on a file you wish to move, this will for want of a better word put it into edit mode all then do is put a tick in the box next to the file and any others you want to move and click on the send icon in the top right hand corner ( third one in ). This then brings up a menu asking where to send it ,just select any existing folder or create one before hand. The second icon in ,which looks like a couple of sheets of paper will copy your file/files to another folder without moving them .
I assume this is new as haven't noticed it before !!
Hope this solves your problem.

[HOW TO] Manually invoke send text template

Hey guys,
I made a little discovery today while attempting to figure out a way to send native SMS messages on the gear.
What I discovered is a way we can manually invoke the text template popup to any specified number, this can be useful if you want to save various text templates in gear manager and would like to actually send them, rather then only just use them to reply with.
At the moment the only way to preform the intent is using tasker or adb shell, this is more a educational post for those of you who would be considered advanced users can possibly make it a little more user friendly !
Perhaps someone can code a simple app with a contact list so that we can send text templates, @st-tps I'm talking about you
SHELL COMMAND:
Code:
am start -a android.intent.action.VIEW -n com.samsung.accessory.texttemplateprovider/com.samsung.accessory.texttemplateprovider.TextTemplateListActivity -e phone_number 0401010101
*NOTE* Replace "0401010101" with the desired destination number.
I will also include a tasker example once I make one.
Happy hacking.
I´m definitely up for the challange.
I´ll try to get something running as soon as I get some time to look at it.
Another interresting thing is the /data/data/com.samsung.accessory.texttemplateprovider/databases/texttemplate.db wich stores the Templates. If we find a way to edit the db we could actually write what message we want to the db, then open the dialog and chose the newly created message and send it to what number we want. I´we got some ideas about this, I´ll try em out as soon as I get your shell commands working.
That is about how close we can get to native SMS right?
st-tps said:
I´m definitely up for the challange.
I´ll try to get something running as soon as I get some time to look at it.
Another interresting thing is the /data/data/com.samsung.accessory.texttemplateprovider/databases/texttemplate.db wich stores the Templates. If we find a way to edit the db we could actually write what message we want to the db, then open the dialog and chose the newly created message and send it to what number we want. I´we got some ideas about this, I´ll try em out as soon as I get your shell commands working.
That is about how close we can get to native SMS right?
Click to expand...
Click to collapse
Oh thats awesome, didn't realize the templates were stored there..
If we can edit the database, We would have a kind of working solution, although I really want to figure out how to send custom text. Rather to relying on the templates.
Also another thing I havnt figured out yet tho is how we can pull the contacts from the phone, it doesn't look like there stored on the gear anywhere that I have found anyway. It seems there pulled from the host phone everytime the contacts app is executed.
fOmey said:
Oh thats awesome, didn't realize the templates were stored there..
If we can edit the database, We would have a kind of working solution, although I really want to figure out how to send custom text. Rather to relying on the templates.
Also another thing I havnt figured out yet tho is how we can pull the contacts from the phone, it doesn't look like there stored on the gear anywhere that I have found anyway. It seems there pulled from the host phone everytime the contacts app is executed.
Click to expand...
Click to collapse
My plan is to make it something like this:
Start app, choose recipient and write the message. The message is added to an local texttemplate.db file with only that row. When you press Send, the original texttemplate.db file is renamed, the local one is pushed to the directory, the Reply Dialog opens with only one option (The message you recently created) select the message and it gets send away, the "one row" .db is then deleted and the original one got it´s real name back...
If this works, nothing gets f**ked up by changing in the real .db file. This only my thoughts so we will see if I manage to achieve it...
The contact name and phone number for recieved messages and missed calls are stored in NotificationSync.db in the table SyncNotiInfo and in fields mMainText and mPhoneNumber. I assume that info is used when replying to messages.
fOmey said:
Also another thing I havnt figured out yet tho is how we can pull the contacts from the phone, it doesn't look like there stored on the gear anywhere that I have found anyway. It seems there pulled from the host phone everytime the contacts app is executed.
Click to expand...
Click to collapse
i get my contacts through google contacts after tethering with my phone.
the problem with 'stock' contacts was that it took ages to load (i guess it's synchronized everytime you open the app) and most contacts are missing on my list due to custom label (instead of just 'mobile' i use labels like AT&T).
Here comes a real early beta (More like an alpha) of NativeSMS, the most fancy about it may be the progress bar at launch
What it does: list all your contacts (If you´we sometimes synced with Google Contacts that is) that´s got a phone number attached to it, tap a contact and wait until the template box appears, select template and click send.
What it doesn´t do: Sort the contacts alphabetically. Save the list until next appstart. Create own messages.No fancy icon yet.
Download HERE!
st-tps said:
Here comes a real early beta (More like an alpha) of NativeSMS, the most fancy about it may be the progress bar at launch
What it does: list all your contacts (If you´we sometimes synced with Google Contacts that is) that´s got a phone number attached to it, tap a contact and wait until the template box appears, select template and click send.
What it doesn´t do: Sort the contacts alphabetically. Save the list until next appstart. Create own messages.No fancy icon yet.
Download HERE!
Click to expand...
Click to collapse
it does work! waiting for further development to ease the whole process, like direct message shortcut
hurdlejade said:
it does work! waiting for further development to ease the whole process, like direct message shortcut
Click to expand...
Click to collapse
Ofcoure it does
We´ll see how far we can go on this. Interresting anyways.
st-tps said:
Here comes a real early beta (More like an alpha) of NativeSMS, the most fancy about it may be the progress bar at launch
What it does: list all your contacts (If you´we sometimes synced with Google Contacts that is) that´s got a phone number attached to it, tap a contact and wait until the template box appears, select template and click send.
What it doesn´t do: Sort the contacts alphabetically. Save the list until next appstart. Create own messages.No fancy icon yet.
Download HERE!
Click to expand...
Click to collapse
A excellent start ! Works perfectly fine.. for a first release doesn't look bad cosmetically either !
Bravo.
st-tps, i installed nativesms, it gave me an error sub:main_activity_resume (java line: 318) java.lang.nullpointerexeption, because i didnt have the people app installed.
Might want to put some kind of check to see if the app is installed.
Btw im SemRumo in f0mey null chat
maelstorm said:
st-tps, i installed nativesms, it gave me an error sub:main_activity_resume (java line: 318) java.lang.nullpointerexeption, because i didnt have the people app installed.
Might want to put some kind of check to see if the app is installed.
Btw im SemRumo in f0mey null chat
Click to expand...
Click to collapse
Great idea, perhaps just throw out a relevant error
"People app was not found, please reinstall rom", also I found you can share contacts via bluetooth which is great... I dont use GAPPS so I've transferred over my "favourites" ! Nice and easy.
st-tps said:
Here comes a real early beta (More like an alpha) of NativeSMS, the most fancy about it may be the progress bar at launch
What it does: list all your contacts (If you´we sometimes synced with Google Contacts that is) that´s got a phone number attached to it, tap a contact and wait until the template box appears, select template and click send.
What it doesn´t do: Sort the contacts alphabetically. Save the list until next appstart. Create own messages.No fancy icon yet.
Download HERE!
Click to expand...
Click to collapse
does this work withl 100% STOCK rom?
does this work with stock contacts?
DomZH said:
does this work withl 100% STOCK rom?
does this work with stock contacts?
Click to expand...
Click to collapse
No it does not. You must have a contacts database & contacts application in order to use this.
maelstorm said:
st-tps, i installed nativesms, it gave me an error sub:main_activity_resume (java line: 318) java.lang.nullpointerexeption, because i didnt have the people app installed.
Might want to put some kind of check to see if the app is installed.
Btw im SemRumo in f0mey null chat
Click to expand...
Click to collapse
I´ll certainly do, good point.
I´ll put in a check for com.android.provider.contatcs in the create part of the Activity, if OK - Load contacts, if NOK - Message box about missing app and then exit.
---------- Post added at 11:53 AM ---------- Previous post was at 10:57 AM ----------
Small update, I´we done some tests regarding editing the db file, very unsuccessfull..
Pulled the original db to computer and did the edit.
Try 1: Delete all rows but one and sent back to Gear - App FC when the Dialog would show
Try 2: Only did minimal changes, editet first row only - App FC when the dialog would show
Try 3: Edit one row only, and renamed the journal file aswell, the only valid file in directory is the edited db wich opens fine in Root Browser - App FC when the Dial would show.
Anyone got ideas what´s causing the Template send FC?
st-tps said:
I´ll certainly do, good point.
I´ll put in a check for com.android.provider.contatcs in the create part of the Activity, if OK - Load contacts, if NOK - Message box about missing app and then exit.
---------- Post added at 11:53 AM ---------- Previous post was at 10:57 AM ----------
Small update, I´we done some tests regarding editing the db file, very unsuccessfull..
Pulled the original db to computer and did the edit.
Try 1: Delete all rows but one and sent back to Gear - App FC when the Dialog would show
Try 2: Only did minimal changes, editet first row only - App FC when the dialog would show
Try 3: Edit one row only, and renamed the journal file aswell, the only valid file in directory is the edited db wich opens fine in Root Browser - App FC when the Dial would show.
Anyone got ideas what´s causing the Template send FC?
Click to expand...
Click to collapse
Permissions & owner ?
fOmey said:
Permissions & owner ?
Click to expand...
Click to collapse
Nope, permissions and owner is the same..
The only difference is that the original db file got a journal file attached to it.
Will try to copy both the db and the journal to computer, edit and then push them both back.
Edit: Fail aswell...
st-tps said:
Nope, permissions and owner is the same..
The only difference is that the original db file got a journal file attached to it.
Will try to copy both the db and the journal to computer, edit and then push them both back.
Edit: Fail aswell...
Click to expand...
Click to collapse
Hmm, I think we need to dig a little deeper.. perhaps figure out how the JSON requests are being sent to phone and generate our own.
Try to unravel the SDK one line of code at the time.
fOmey said:
Hmm, I think we need to dig a little deeper.. perhaps figure out how the JSON requests are being sent to phone and generate our own.
Try to unravel the SDK one line of code at the time.
Click to expand...
Click to collapse
Yeah, I´ll pull the APK and decode it, then I start the search for something usefull.
I would be awesome if we could put the Message as extra content to the intent, just like the phone_number
st-tps said:
Yeah, I´ll pull the APK and decode it, then I start the search for something usefull.
I would be awesome if we could put the Message as extra content to the intent, just like the phone_number
Click to expand...
Click to collapse
I know right, would be so easy !
Sadly the phone_number is the only extra which exists
fOmey said:
I know right, would be so easy !
Sadly the phone_number is the only extra which exists
Click to expand...
Click to collapse
Too bad,
How did you find the intent content?

How do you access the clipboard to paste?

I've noticed that clipboard comes up sometimes when you want to copy text, but how do I open up the clipboard to paste various things that have been saved? Usually in a text field, Ill only get to paste the last thing copied. Do I need the pen out or something?
It's a virtual place, not really an app to open. And it just stores the last thing that was copied/cut.
Edit: If you long press in a text field, an option for the clipboard is available.
spinkick said:
I've noticed that clipboard comes up sometimes when you want to copy text, but how do I open up the clipboard to paste various things that have been saved? Usually in a text field, Ill only get to paste the last thing copied. Do I need the pen out or something?
Click to expand...
Click to collapse
I have the same question
On the sprint note 5 make the keyboard pop-up. Hold down on the microphone button (next to space bar ) you get several options, the middle option is the clipboard. Using samsung keyboard hope this helps a little
Sent from my SM-N920P using Tapatalk
mikejones13 said:
On the sprint note 5 make the keyboard pop-up. Hold down on the microphone button (next to space bar ) you get several options, the middle option is the clipboard. Using samsung keyboard hope this helps a little
Sent from my SM-N920P using Tapatalk
Click to expand...
Click to collapse
Anyway to do it when using a 3rd party keyboard?
How to lock a file or text on clipboard so it won't be deleted as long as I lock it. I have this feature on my galaxy Note 2, but I can't find the option to lock a file in clipboard option. With Note 5 now I can't save the copied text from a week ago or so.
I have thi wierd clipboard issue. Currently just with gmail app. Ill post the screenshots.
I can access the clipboard when im in 'To' and 'subject' section, but not when in 'compose email' section. Any help on that? I previously have been using clipboard in compose email section too but not since last 2 days.
Ever figure out this issue
jadedstardust said:
How to lock a file or text on clipboard so it won't be deleted as long as I lock it. I have this feature on my galaxy Note 2, but I can't find the option to lock a file in clipboard option. With Note 5 now I can't save the copied text from a week ago or so.
Click to expand...
Click to collapse
Ever resolve this? I'm coming from a samsung galaxy s5 sane OS and it seems on my note 4 I have no ability to save anything in my clipboard. Any help would be great. Thx

Samsung Notes problem

Hi, I've been having problems with Samsung Notes sharing, I was wondering if anyone knew where the actual notes are located so that when I can't share one to my compuer (which I never can) I can at least grab a copy from there. I tried looking but I couldn't find anything
Did you know that you can hold the s-pen button, double tap on the screen(unlocked), and it will open a new blank note? I have disabled the auto open air menu because of that, its so handy
To answer your question.. no clue.
Sent from my SM-N950U using Tapatalk
The only thing you can do is share notes in PDF format to, say, your Dropbox account and view them from there. The notes directory cannot be accessed without root, and even then I'm not sure there is any PC app that can read the format.
I know it's not ideal, but you do a screen capture and then transfer the picture/screen capture
pedmond said:
The only thing you can do is share notes in PDF format to, say, your Dropbox account and view them from there. The notes directory cannot be accessed without root, and even then I'm not sure there is any PC app that can read the format.
Click to expand...
Click to collapse
The problem happens exactly when I press on PDF, even sharking the Image would be fine for me but I can do neither. If I try to share the pdf it gets stuck in an infinite loading screen. Same with image. If I try text only then nothing happens. Only thing I can do is sdoc which well isn't really very useful and I've noticed that if I try to open some of them I get a "corrupted" message

Categories

Resources