Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
google will take control ...
Forum: General
Last Post: bilaljack23
5 hours ago
» Replies: 22
» Views: 8,504
|
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: FEC
6 hours ago
» Replies: 0
» Views: 6
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
Yesterday, 01:51 PM
» Replies: 4
» Views: 241
|
Trying to attach a serial...
Forum: RockPro64 Hardware and Accessories
Last Post: marietto
Yesterday, 08:50 AM
» Replies: 0
» Views: 21
|
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
08-02-2025, 08:55 PM
» Replies: 1
» Views: 240
|
Keyboard availability?
Forum: PinePhone Pro Accessories
Last Post: Peter Gamma
08-02-2025, 01:00 PM
» Replies: 8
» Views: 1,052
|
* /lib64 is a symbolic li...
Forum: PineNote Software
Last Post: Francus
08-02-2025, 08:16 AM
» Replies: 3
» Views: 179
|
incorporate a multimeter ...
Forum: General
Last Post: hinomi
07-31-2025, 03:39 PM
» Replies: 1
» Views: 378
|
Pine Phone Pro audio on p...
Forum: PinePhone Pro Software
Last Post: DominiqueM
07-31-2025, 05:37 AM
» Replies: 49
» Views: 36,110
|
Want to buy second hand P...
Forum: General Discussion on PinePhone
Last Post: MaryOtero
07-31-2025, 01:14 AM
» Replies: 1
» Views: 1,297
|
|
|
firefox-esr stopped working after June 18 update |
Posted by: HLing - 06-20-2021, 10:25 PM - Forum: Mobian on PinePhone
- Replies (17)
|
 |
It's been a while, and now I come back feeling like I missed a bunch of important events. My own fault for not able to hang around as often. Am I the only person affected because I'm still on 5.10? I get an error message is i try to go anywhere beyond the welcome page when I start Firefox-ESR:Your connection is not secure(skipping a bunch).......error code: NS_ERROR_NET_INADEQUATE_SECURITY
|
|
|
Anyway to set up automatic backups? |
Posted by: AwHereWeGoAgain - 06-20-2021, 07:44 AM - Forum: Mobian on PinePhone
- Replies (1)
|
 |
Hey Guys, Im going to start making customization's and modifications to my pinephone to more finely adjust it to my liking. The thing is, if I do something I don't like or brick the OS having an emergency backup would be pretty sweet. I know that a lot of people use Timeshift in the desktop community but I would prefer something that actually makes an image of the SD card. (I can do this on my laptop by yanking the SD card each time I want to make a large change but I was hoping there might be something out there that would let the pinephone do it with the tap of a button. Basically I would make a special partition on the SD card just to store my backups and make an image of the boot/root/home partitions. Normally I would just install a sweet of programs to take care of these needs but I have been finding that a lot of the programs im used to are not set up for the ARM cpu architecture which has been slowing me down a bit. Any options for me or is it better to yank the SD card and use my laptop to make the images?
Thanks
|
|
|
Help needed: Jump drive not working |
Posted by: UsnR2 - 06-20-2021, 06:50 AM - Forum: PinePhone Hardware
- Replies (5)
|
 |
Hello there fellow PinePhoners,
I'm a Braveheart owner, who have been playing around with this device here and there whenever I have had the time to do so. At the moment I'm operating on a, boot encrypted, Mobian image from march which is flashed to the eMMC.
To make the USB-C functionality work I have done the VCONN Hardware Fix myself using a soldering iron. After flashing the updated anx7688 firmware everything worked perfectly for a couple of months (testing by connecting mouse and keyboard through a simple USB-C to USB A-hub). Until it suddenly stopped working all of a sudden.
What is even worse, is that the JumpDrive won't work anymore. I have tried different cables and setups, but whatever I do nothing shows up when i run lsblk on my desktop.
Do you guys have any idea what could have gone wrong here? I'd guess it's very possible that I have accidentally bricked the phone by trying to fix the HW issue myself.
Let me know if I should provide with you some specific log outputs or other information?
Cheers!
|
|
|
Pinephone in Canada using Shaw mobile provider |
Posted by: RRman - 06-19-2021, 06:35 PM - Forum: Mobian on PinePhone
- No Replies
|
 |
I just want to say that Mobian is working fine with Shaw mobile in Canada. I change the APN and now I get 4G signal in area that usualy has very poor reception. Sms works, calls work, data works too, no busy signal when try to call my phone and audio is fine. I did remove firefox-esr, anglefish and I'm using Falcon browser. Looks like it's ready for a dally driver to me. Nothing else works for me and I have 2 of the new phones 2G and 3G trying every image and new updates all the time to find the best working one. BTW the Mobian is on 64GB SD and working fine. Just my $0.02.
|
|
|
Self-compiled GTK4: artefacts and missing icons |
Posted by: Zombie Feynman - 06-19-2021, 11:21 AM - Forum: Mobian on PinePhone
- Replies (4)
|
 |
I compiled GTK4 in my home directory (specifically, in /home/mobian/build) because I want to use the latest version of Megapixels on Mobian. Compilation itself went fine, but for some reason, most icons are missing, and I'm getting strange coloured artefacts.
GTK4 demo application: https://i.imgur.com/MMrO6Qv.png
Megapixels: https://i.imgur.com/K4qRRmL.png
To see if I wasn't missing anything, I followed the same steps to compile GTK4 on my Gentoo desktop, and the demo application there looks normal: https://i.imgur.com/ocFLhbC.png The key difference is that I used the Wayland backend on the PinePhone, and the X11 backend on Gentoo.
The packages I manually compiled are atk-2.36.0, gdk-pixbuf-2.42.6, glib-2.68.2, gobject-introspection-1.68.0, gtk-4.3.0, libepoxy-1.5.8, pango-1.48.5, and wayland-protocols-1.21. Other dependencies are installed systemwide from Mobian's standard repos (total package list here: http://dpaste.com/A3WZZ8Q2N). Environment variables: Code: $ export
declare -x CPPFLAGS="-I/home/mobian/build/include"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
declare -x FEEDBACK_THEME="/usr/share/feedbackd/themes/pinephone.json"
declare -x GSETTINGS_SCHEMA_DIR="/home/mobian/build/share/glib-2.0/schemas"
declare -x HOME="/home/mobian"
declare -x LANG="en_GB.UTF-8"
declare -x LDFLAGS="-L/home/mobian/build/lib -L/home/mobian/build/lib/aarch64-linux-gnu"
declare -x LD_LIBRARY_PATH="/home/mobian/build/lib:/home/mobian/build/lib/aarch64-linux-gnu"
declare -x LOGNAME="mobian"
declare -x LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:"
declare -x MOTD_SHOWN="pam"
declare -x MOZ_ENABLE_WAYLAND="1"
declare -x OLDPWD="/home/mobian/build/source/gtk-4.3.0"
declare -x PATH="/home/mobian/build/bin:/home/mobian/build/bin:/home/mobian/build/bin:/home/mobian/build/bin:/home/mobian/bin:/home/mobian/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x PKG_CONFIG_PATH="/home/mobian/build/lib/pkgconfig:/home/mobian/build/share/pkgconfig:/home/mobian/build/lib/aarch64-linux-gnu/pkgconfig"
declare -x PS1="\\[\\033]0;\\u@\\h:\\w\\007\\]\\[\\033[01;32m\\]\\u@\\h\\[\\033[01;34m\\] \\w \\\$\\[\\033[00m\\] "
declare -x PWD="/home/mobian/build/source"
declare -x QT_QPA_PLATFORM="wayland"
declare -x QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_TTY="/dev/pts/0"
declare -x STY="11127.pts-0.mobian"
declare -x TERM="screen.xterm-256color"
declare -x TERMCAP="SC|screen.xterm-256color|VT 100/ANSI X3.64 virtual terminal:DO=\\E[%dB:LE=\\E[%dD:RI=\\E[%dC:UP=\\E[%dA:bs:bt=\\E[Z:cd=\\E[J:ce=\\E[K:cl=\\E[H\\E[J:cm=\\E[%i%d;%dH:ct=\\E[3g:do=^J:nd=\\E[C:pt:rc=\\E8:rs=\\Ec:sc=\\E7:st=\\EH:up=\\EM:le=^H:bl=^G:cr=^M:it#8:ho=\\E[H:nw=\\EE:ta=^I:is=\\E)0:li#59:co#238:am:xn:xv:LP:sr=\\EM:al=\\E[L:AL=\\E[%dL:cs=\\E[%i%d;%dr:dl=\\E[M:DL=\\E[%dM:dc=\\E[P:DC=\\E[%dP:im=\\E[4h:ei=\\E[4l:mi:IC=\\E[%d@:ks=\\E[?1h\\E=:ke=\\E[?1l\\E>:vi=\\E[?25l:ve=\\E[34h\\E[?25h:vs=\\E[34l:ti=\\E[?1049h:te=\\E[?1049l:us=\\E[4m:ue=\\E[24m:so=\\E[3m:se=\\E[23m:mb=\\E[5m:md=\\E[1m:mh=\\E[2m:mr=\\E[7m:me=\\E[m:ms:Co#8:pa#64:AF=\\E[3%dm:AB=\\E[4%dm:op=\\E[39;49m:AX:vb=\\Eg:G0:as=\\E(0:ae=\\E(B:ac=\\140\\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:po=\\E[5i:pf=\\E[4i:Z0=\\E[?3h:Z1=\\E[?3l:Km=\\E[<:k0=\\E[10~:k1=\\EOP:k2=\\EOQ:k3=\\EOR:k4=\\EOS:k5=\\E[15~:k6=\\E[17~:k7=\\E[18~:k8=\\E[19~:k9=\\E[20~:k;=\\E[21~:F1=\\E[23~:F2=\\E[24~:kB=\\E[Z:kh=\\E[1~:@1=\\E[1~:kH=\\E[4~:@7=\\E[4~:kN=\\E[6~:kP=\\E[5~:kI=\\E[2~:kD=\\E[3~:ku=\\EOA:kd=\\EOB:kr=\\EOC:kl=\\EOD:km:"
declare -x USER="mobian"
declare -x WINDOW="1"
declare -x XDG_DATA_DIRS="/home/mobian/build/share"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="4"
declare -x XDG_SESSION_TYPE="tty"
Has anyone seen issues like these on the PinePhone before, and if so, is there a simple fix (that doesn't involve switching distros or installing GTK4 systemwide)?
|
|
|
My pbp is a sleek, black, flat brick, and won't boot from any kind of media |
Posted by: rotwang - 06-19-2021, 09:01 AM - Forum: General Discussion on Pinebook Pro
- Replies (15)
|
 |
Hiya PBP folks,
My new pinebook pro will not give any indication of booting regardless of media. Now before you tell me the PBP isn't brickable, let me say that I've searched the forums here and found lots of answers describing non-booting PBPs, but none of them match the behavior I'm seeing. Let me also run down what I've tried:
- I tried to power on with an SD card flashed with this image: https://github.com/nadiaholmquist/archiso-pbp/releases
(With a nice long hold on the power button.)
- I tried to power on with a USB drive flashed with that same arch linux image (on the opposite-side USB port from the SD card to eliminated the chance that it was something wrong with the mini-board).
- I tried removing the eMMC and disabling with the eMMC switch on the board and powering on with an SD or USB drive.
- I tried disconnecting the battery and connecting the bypass cables and tried to power on using the eMMC, SD, and USB.
- I tried re-seating the mini-board connector cable.
- I tried pushing the reset button. A lot.
In all cases the only life of any kind the PBP will show is a red light for the battery indicator when the power supply is plugged in. (So _some_ kind of power is going through the system.)
Here's some background that may or may not be relevant:
I got this unit a month or two ago. From the very first time I booted it the keyboard didn't work correctly. It seems it was an unusual hardware problem with the keyboard, see this thread for details: https://forum.pine64.org/showthread.php?tid=11300
The PINE64 folks replaced the keyboard and shipped it back to me. Manjaro booted and the keyboard worked perfectly at that point. The first thing I did was try to boot it off the SD card with that Arch image because I wanted to install Arch. But the SD card would not boot and would not be recognized by Manjaro. _Before_ the keyboard was replaced, I had booted this same SD card with the same Arch Linux image (and when the keyboard didn't work correctly in Arch on the SD I knew it wasn't a software problem with the keyboard.)
So I pacman -Syu updated Manjaro, including the uboot flash because I was hoping this might fix my SD card not reading. It was after that update that it would never boot again.
My guess:
I suspect there's probably two things going wrong at the same time (the really tricky problems are always compound like that!) I suspect the SD card reader (and possibly the mini board) is not working (hardware). And at the same time I toasted the eMMC with the uboot flash (software). But then why I can't I boot my USB drive? Is there a way to move USB up the boot order so the PBP wants to boot from it first?
I contacted PBP support about this, but since it (initially) sounds so much like the normal toasting of the eMMC, they sent me back to the forum to get your opinions on whether this is purely a software issue.
Let me know if you have any insights! And thanks for reading!
|
|
|
2 weeks in! This is how it went! |
Posted by: AwHereWeGoAgain - 06-19-2021, 05:55 AM - Forum: General Discussion on PinePhone
- No Replies
|
 |
So I got my new Pinephone and obviously started playing with it immediately. While the phone itself worked, I was running into various issues with the hardware I was sticking in it. Various non compatible sims, bad micro SD cards, etc. (The stuff that is frustrating but in no way pinephones fault and all part of the process.) The micro SD cards im more salty about as I purchased a 3 pack of fast 64gb micro SD's and when they arrived they were labeled as 64gb but they were actually around 8 gig and not fast. (I had fell victim to one of the fake SD card scams that had been going around lately.) Basically every time I tried to resize to 64 gig, the SD card would corrupt itself. I used various tricks in Gparted to resize to just under 8 gig and it booted Mobian. (Frustrated, I went out to Wallyworld and purchased a new set of 64 gig SD cards and they worked.) Needless to say, if your new SD card dont work, consider using a different make/model.
The operating systems I used: Mobian as well as Manjero Phosh, I played around with the included Plasma and decided it had enough potential I would let it stay....it just needs to mature a bit.
I learned that patience is a virtue. When booting your OS for the first time, be prepared for Manjero Phosh to dump you to a terminal login prompt and look like it is hung for a good several minutes.
(This is OK...dont shut your phone down and screw it up like I did )
Mobian was nice enough to put up a splash screen informing me that it was resizing the SD and thus was going to take a bit......like about an hour and a half......
(Apparently this is also OK...dont shut your phone down and screw it up like I did )
Once the OS's are set up, they work pretty well although a bit laggy at times. The last sytem update for Mobian speed up Mobian a noticeable amout for me. (Currently Mobian is feeling like it will be my favorite all though Manjero is very similar and has a precompiled Anbox which works well enough.
The sim experience.
Me sticking in a verizon sim via Visible: Fail..... Nothing works...proceed to spend 4 hours looking for APN configurations and then finally realize that Visible is listed on the not compatible carrier list generously provided by the PinePhone Wiki. Lol Should have researched that one ahead of time.
Me then grabbing an old flipphone that has a Verizon sim via Straight Talk: Success! I made 2 call and made 1 text before ST shut me down and send me a message informing me to put the sim back in the original phone. (Well gee thanks ST....wont be doing business with you anytime soon )
I finally got a US Mobile sim and it worked great. I highly recommend them. Service costs about 16USD after tax and the customer service is decent.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Things that work:
All Calls, Text, and data seem to be working well. Very pleased.
The dock is proving very helpful
The camera is better than expected.
Screen rotation works on all OS's
Anbox works!.....enough.
Most apps work with the occasional cant fit on the screen issue.
The battery lasts longer than anticipated!
Mobian can mount a docked SD card.....eventually
Things that dont work or significant issues.
Apparently im dead.....the GPS says I am currently residing in the Lynn Wood Cemetery. (At Least I got good reception out here )
Oh....this is an Arm based CPU.....I guess a lot of my linux programs aren't going to like that much very much......
Everything is rather slow....... The Plasma OS seemed much snappier. I wonder if it has to do with it being on the EMMC instead of the SD card. (Does putting the OS on the EMMC speed the OS's up any?)
--------------------------------------------------------------------------------------------------------------------------------------------------------
Things i haven't tried but am going to.
Hot Spot.
Setting up my VPN
Installing my first successful 3rd party linux app on this thing. (Just got to find one that will work lol)
Overall, this phone is pretty exciting. I have started carrying it on my person along with my android. (My pinephone is getting its daily driver training ) I look forward to each update and thank everyone for their hard work on this project! Its looking good so far!
|
|
|
Pinebook pro nearly unusable after using manjaro-arm-installer |
Posted by: TheCounselor - 06-18-2021, 03:34 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
Good afternoon everyone, about a month ago I tried using the manjaro-arm-installer script to flash the emmc. This completely bricked my device, no booting from emmc or sd card, not even the green LED power light would come on. Finally got around to opening the thing up and hitting the RESET button. This got booting from the sd card working again, but the performance is absolute garbage. I can get to the manjaro KDE desktop but it will freeze if I try to do anything useful. I'm at my wit's end with this thing, any guidance you can offer would be greatly appreciated, Thank You!
|
|
|
|