• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

PinePhone

Scheduled Pinned Locked Moved General
584 Posts 85 Posters 651.0k Views 29 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      admsjas
      last edited by 25 Feb 2020, 21:17

      i thought this was the place to discuss thing regarding UT on pinephone if not my apologies. the issue was the same running from sd card and from the emmc

      1 Reply Last reply Reply Quote 0
      • 13 days later
      • P Offline
        PINE64
        last edited by 9 Mar 2020, 11:30

        Today's build brings many new improvements to the PinePhone, including performance and the modem automatically starting at boot (as well as auto-rotating the display - although I haven't gotten that working just yet).

        Open. Friendly. Community Driven.

        A 1 Reply Last reply 9 Mar 2020, 12:52 Reply Quote 8
        • A Offline
          AppLee @PINE64
          last edited by 9 Mar 2020, 12:52

          @PINE64
          Oooh nice 🕺
          I can't wait to go back home and test it

          M 1 Reply Last reply 9 Mar 2020, 15:44 Reply Quote 0
          • M Offline
            Marathon2422 @AppLee
            last edited by 9 Mar 2020, 15:44

            @AppLee
            #244 I had the wifi disconnect after making a call.
            #246 ,,i had to move to a strong signal area to connect cell, after that ,it worked in usuall locations.
            Sound quality is good
            Screen brightness , set about 3/4 ,( in bright light , difficult to see )
            Now to put it on the emmc

            1 Reply Last reply Reply Quote 0
            • D Offline
              darkeye
              last edited by darkeye 3 Sept 2020, 21:27 9 Mar 2020, 21:26

              If this would help anyone i made a small script to decrease the power draw of the pinephone until it would be adjusted in th main repo....

              #!/bin/bash
              
              loadAVG=$(cat /proc/loadavg  | awk '{print $1}')
              threshold=1
              highthreshold=3
              status=$( echo "$loadAVG > $threshold" | bc )
              highstatus=$( echo "$loadAVG > $highthreshold" | bc )
              
              echo $status
              
              if [ $status -gt 0 ]; then
                      if [ $highstatus -gt 0 ]; then
                              echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
                      else
                              echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
                      fi
              else 
                      echo "powersave" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
              fi
              

              I've placed it in crontab at adjust the governor every minute not ideal but it does help alittle...

              (you do have to install 'bc' for it to work : sudo apt install bc)

              1 Reply Last reply Reply Quote 1
              • M Offline
                Marathon2422
                last edited by 10 Mar 2020, 01:44

                i checked mine recently , about 30% in 2 hrs , (not being used)

                1 Reply Last reply Reply Quote 0
                • 13 days later
                • R Offline
                  ricardo65
                  last edited by 22 Mar 2020, 15:11

                  @PINE64 I would like to know when the pinephone can be purchased again and with which capacities of 2gb-16 or 3gb-64

                  P 1 Reply Last reply 27 Mar 2020, 13:38 Reply Quote 0
                  • P Offline
                    PINE64 @ricardo65
                    last edited by 27 Mar 2020, 13:38

                    @ricardo65 We'll have some announcements coming soon

                    Open. Friendly. Community Driven.

                    A R T 3 Replies Last reply 27 Mar 2020, 14:06 Reply Quote 5
                    • A Offline
                      AppLee @PINE64
                      last edited by 27 Mar 2020, 14:06

                      That's how you make a teaser @PINE64
                      Can't wait !

                      D 1 Reply Last reply 27 Mar 2020, 14:28 Reply Quote 0
                      • D Offline
                        domubpkm @AppLee
                        last edited by 27 Mar 2020, 14:28

                        @AppLee Yes, that's the kind of answer that's probably going to drive people crazy (especially if they're confined to their homes like so many people in the world). 😉

                        1 Reply Last reply Reply Quote 0
                        • R Offline
                          ricardo65 @PINE64
                          last edited by 27 Mar 2020, 16:00

                          @PINE64 We'll be waiting. Thank you very much.

                          1 Reply Last reply Reply Quote 0
                          • T Offline
                            trainailleur @PINE64
                            last edited by 27 Mar 2020, 23:01

                            @PINE64 said in PinePhone:

                            @ricardo65 We'll have some announcements coming soon

                            So you're saying we should stand by for the 8GB/256GB Rockchip version? :face_with_tears_of_joy:

                            P 1 Reply Last reply 2 Apr 2020, 21:11 Reply Quote 1
                            • D Offline
                              domubpkm
                              last edited by 1 Apr 2020, 09:46

                              @PINE64 Hi. At this point, what is the most advanced esploitation system on the pinephone ?

                              A P 3 Replies Last reply 1 Apr 2020, 09:59 Reply Quote 0
                              • A Offline
                                AppLee @domubpkm
                                last edited by 1 Apr 2020, 09:59

                                @domubpkm
                                Mirror on the wall, who's the prettiest of the realm... :face_with_tears_of_joy:
                                Beware you may not like the answer 😉

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  AppLee @domubpkm
                                  last edited by 2 Apr 2020, 11:21

                                  @domubpkm
                                  News is still fresh but going viral : https://ubports.com/blog/1/post/271

                                  T N 2 Replies Last reply 2 Apr 2020, 16:29 Reply Quote 7
                                  • T Offline
                                    trainailleur @AppLee
                                    last edited by 2 Apr 2020, 16:29

                                    @AppLee said in PinePhone:

                                    @domubpkm
                                    News is still fresh but going viral : https://ubports.com/blog/1/post/271

                                    I updated the OP with that and with the screen protector info you posted elsewhere. Thanks!

                                    1 Reply Last reply Reply Quote 1
                                    • M Offline
                                      Marathon2422
                                      last edited by 2 Apr 2020, 17:40

                                      ordered my community edition , only extra $25.00 for DHL.

                                      i had fun finding the ordering part of the page , got there by clicking on MORE, at the bottom of the page,
                                      ( could be frustrating) ...........

                                      R 1 Reply Last reply 2 Apr 2020, 19:15 Reply Quote 0
                                      • R Offline
                                        ricardo65 @Marathon2422
                                        last edited by 2 Apr 2020, 19:15

                                        @Marathon2422 I went to the site to buy the community pinephone and it only comes out to pay with paypal.no you can pay with normal credit card ?

                                        ? M 2 Replies Last reply 2 Apr 2020, 20:51 Reply Quote 0
                                        • ? Offline
                                          A Former User @ricardo65
                                          last edited by A Former User 4 Feb 2020, 20:58 2 Apr 2020, 20:51

                                          @ricardo65 I believe you can pay with normal credit card on the paypal site 🙂 It should be an option located under the area where you are prompted to sign in to Paypal.

                                          R 1 Reply Last reply 2 Apr 2020, 21:02 Reply Quote 0
                                          • R Offline
                                            ricardo65 @Guest
                                            last edited by 2 Apr 2020, 21:02

                                            @Loops I'm back on the site and I've reached the end and it only comes out with paypal.it would be good if this could be cleared up because everybody doesn't have paypal

                                            1 Reply Last reply Reply Quote 0
                                            525 out of 584
                                            • First post
                                              525/584
                                              Last post