![]() |
New Phosh image - first impressions - 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: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: New Phosh image - first impressions (/showthread.php?tid=9201) |
RE: New Phosh image - first impressions - PureTryOut - 03-06-2020 (03-06-2020, 01:02 AM)quixote Wrote: I've been trying to apk update && apk upgrade, but all I get is: Make sure you use sudo. Also, are you sure you have a working internet connection? RE: New Phosh image - first impressions - quixote - 03-06-2020 (03-06-2020, 07:40 AM)PureTryOut Wrote: Make sure you use sudo. Also, are you sure you have a working internet connection? Yes, I should have made that clear. I do use sudo of course. As to the working connection, I'm a lot less clear. I was pretty sure I had one yesterday, when I was trying that. This morning, on coming back from suspend, I don't. I'll reboot and see what I get. A bit later: hmph. Nope. Now I can't get any connection at all. The gui Settings is more responsive than it used to be, but still has the important buttons offscreen so I can't use that. I tried Code: sudo ofonoctl poweron and it said the modem was on and doing its thing, but no icons appear confirming that. Since I get my internet connection via cellular provider, that's a problem. I also tried to get on a wifi connection in the house but, again, the dialog boxes are mostly offscreen. And :redface: I can't readily find the cli way of hopping on. I think maybe what I need is a kind soul to re-summarize all the commands to do this. Maybe the currently valid ones could be in a sticky at the top of the threads on the PMOS forum? RE: New Phosh image - first impressions - PureTryOut - 03-07-2020 Well you can get a working internet connection through USB via your PC. Please make sure you read the wiki, it contains lots of useful stuff ![]() RE: New Phosh image - first impressions - bcnaz - 03-23-2020 I just downloaded the most recent version of postmarketos/phosh Calls and text work both directions with fair quality. However, attempting to use the firefox browser resulted in CHAOS, the keyboard is really screwy, the delete button causes the = symbol to appear then no way are you going to browse anywhere. The time location app will not scroll west at all, and entering text here produces nothing. If your location IS on the map, maybe it will work for you. (?) After using the firefox app the rest of the OS seemed to be a bit weird.... Trying to access the data function, seems to run in circles unable to finish, the screen scaling puts all the buttons off the screen. What does work, works OK, but........ DO NOT OPEN FIREFOX..! It will ruin the experience. RE: New Phosh image - first impressions - bcnaz - 03-27-2020 How about a new 'img.gz' image ? the last one is kind of "Dated" and limited functions. RE: New Phosh image - first impressions - PureTryOut - 03-30-2020 You do not need a new image, just update your existing system. Any new image would just give you what regular system upgrades would as well. Code: # apk update RE: New Phosh image - first impressions - someGermanGuy - 03-30-2020 is there a way to upgrade without ssh into the device? i have no forwarding at the moment from lan<->wifi (security reasons), i would really love to just install some kind of terminal and execute those update commands, unfortunately i can not open any terminal as there is none installed which can be executed RE: New Phosh image - first impressions - PureTryOut - 03-31-2020 Just plug your device into your PC using USB and use that to SSH in? Once plugged in: Code: ssh <youruser>@172.16.42.1 RE: New Phosh image - first impressions - someGermanGuy - 03-31-2020 (03-31-2020, 01:42 AM)PureTryOut Wrote: Just plug your device into your PC using USB and use that to SSH in? I have a Laptop without usb ports. Btw. who/what should give the device an ip address when running plain win10 ltsc? edit: guess it would be much much simpler to just install any kind of terminal so users can use the phone with only wifi and not hacking around their hardware edit #2: i ssh'd to the router and ssh'd from that to the pinephone (how ugly... but currently theres no other way for me). i was able to do an apk update but the upgrade fails because of no free space left on the device. i checked with "df -h" and was a bit surprised. i thought, the / partition gets extended by default on first boot to match the sd card size. the sd card size is 128gb edit #3: if anyone else having the problem with sdcard, its quiet easy to extend: Code: pine64-pinephone:~$ sudo fdisk /dev/mmcblk0 -> do a reboot, otherwise its not recognized (dont know if a "sync" command exists for the kernel to recoginze the change of partition layout) RE: New Phosh image - first impressions - Seferi - 03-31-2020 I'm trying to install telegram but I'm getting ' unsatisfied constraints ' when I give ' sudo apk add telegram-desktop ' What am I missing? |