PINE64
App navigation and PC to Phone how to questions Also charging - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: App navigation and PC to Phone how to questions Also charging (/showthread.php?tid=12144)



App navigation and PC to Phone how to questions Also charging - nbh - 11-13-2020

Well done! I like it. It's not the daily driver - yet; but it has tremendous upside.

How to navigate around putty an applications in general when they dont present the keyboard with tab, esc, alt, etc?

Meanwhile, the usb dock worked with a keyboard that had a wireless mouse (that's one port and cisco usb console cable was in the other port) The dock's hdmi to a TV also worked.  More to come.

How to get Linux PC <==> Manjaro Pine when attached.  For example to load music into Lolly Pop?
Would life be better with a Manjaro VM?

It came with a red blah blah blah cable... can I use my iPhone wall plug to charge my pine?


RE: App navigation and PC to Phone how to questions Also charging - dcarvil - 11-14-2020

See this post for a more useful terminal keyboard.  "Just add the file terminal.yaml to the directory ~/.local/share/squeekboard/keyboards/ (create if necessary) and it should be picked up for the terminal layout."

https://forum.pine64.org/showthread.php?tid=9633&highlight=terminal.yaml

You can modify the terminal if you like.  See https://developer.puri.sm/projects/squeekboard/ for documentation.

My preferred method for copying files to/from the phone is via SSH (scp command).  You can get the IP address of your phone with the "ip addr" command. 

You should use a 3A 5V charger.  I don't know what the iPhone charger is, but it will be marked on the charger.  You may need a magnifying glass to read it, though.


RE: App navigation and PC to Phone how to questions Also charging - nbh - 11-18-2020

(11-14-2020, 02:22 PM)dcarvil Wrote:
Quote:See this post for a more useful terminal keyboard.  "Just add the file terminal.yaml to the directory ~/.local/share/squeekboard/keyboards/ (create if necessary) and it should be picked up for the terminal layout."

https://forum.pine64.org/showthread.php?tid=9633&highlight=terminal.yaml

You can modify the terminal if you like.  See https://developer.puri.sm/projects/squeekboard/ for documentation.

No. Or better without evidence Putty isnt using the keyboard that has the extended keyboard option.  Also if the current Putty keyboard had a tab key we could navigate through fields.

Quote:My preferred method for copying files to/from the phone is via SSH (scp command).  You can get the IP address of your phone with the "ip addr" command. 

I'm good.  Filezilla looks promising too.

By now though expecting the OS to mount the phone's filesystem is within reason.

Quote:You should use a 3A 5V charger.  I don't know what the iPhone charger is, but it will be marked on the charger.  You may need a magnifying glass to read it, though.

While the amp and voltage are important, equally important are the pins because you dont want to send the correct amperage down the wrong pin now would we?

I was and am expecting an Amazon url or vendor+partnumber or "use the charger from your blah phone."

Which one of these?  https://duckduckgo.com/?t=canonical&q=3A+5V+charger.&ia=web



RE: App navigation and PC to Phone how to questions Also charging - ChanceNCounter - 11-22-2020

Quote:By now though expecting the OS to mount the phone's filesystem is within reason.

It's not a storage medium, it's a running computer. It would be alarming if it *did* mount the phone's filesystem.


RE: App navigation and PC to Phone how to questions Also charging - nbh - 11-23-2020

(11-22-2020, 06:18 PM)ChanceNCounter Wrote:
Quote:By now though expecting the OS to mount the phone's filesystem is within reason.

It's not a storage medium, it's a running computer. It would be alarming if it *did* mount the phone's filesystem.


??:- /  up to a 2TB sd card ....and it doesn't hurt to be user friendly and my Linux mounts my iPhone to copy photos _from_ only ...so not unresonable to mount the directories for music and photos.

scp was fine but still... think user friendly..or not


RE: App navigation and PC to Phone how to questions Also charging - ChanceNCounter - 11-24-2020

(11-23-2020, 02:59 PM)nbh Wrote: ??:- /  up to a 2TB sd card ....and it doesn't hurt to be user friendly and my Linux mounts my iPhone to copy photos _from_ only ...so not unresonable to mount the directories for music and photos.

scp was fine but still... think user friendly..or not
And how does the computer log into the phone, which, again, is a running computer? How does the computer know the phone's SD card is a safe filesystem to mount, rather than the running system disk?

Your iPhone has a protocol for this. The stock system is the stock system, and the thing at the other end knows what to expect from it. Think about how many desktop distros there are. How do you propose Manjaro should accomplish the same thing?

If you want it native, you want a DE that offers something like this. Off the top of my head, I only know of Plasma and KDE Connect. Plasma, imo, isn't nearly as mature as Phosh on mobile.

Absent that, you'll have to use something like Nextcloud, or set up your own network storage, and it is what it is.


RE: App navigation and PC to Phone how to questions Also charging - hiimtye - 11-24-2020

the protocol you want is called MTP which I believe stands for Media Transfer Protocol (but I could be wrong).

the joy of Linux is that you have ultimate control over what you enable and don't enable. if you want to enable MTP, there are many resources available on Google on how to do so.


RE: App navigation and PC to Phone how to questions Also charging - nbh - 11-24-2020

(11-24-2020, 06:32 PM)hiimtye Wrote: the protocol you want is called MTP which I believe stands for Media Transfer Protocol (but I could be wrong).

the joy of Linux is that you have ultimate control over what you enable and don't enable. if you want to enable MTP, there are many resources available on Google on how to do so.

I googled mounting remote file systems and this came back with sshfs

https://duckduckgo.com/?t=canonical&q=mounting+remote+file+systems&ia=web

I'll google mtp and thanks.