Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,490
» Latest member: camillo
» Forum threads: 16,199
» Forum posts: 116,886

Full Statistics

Latest Threads
Multiple NEMA 17 stepper ...
Forum: General
Last Post: Harry
Today, 12:24 AM
» Replies: 0
» Views: 35
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: tuxifan
Yesterday, 03:11 AM
» Replies: 2
» Views: 150
PinePhone Pro: Camera App...
Forum: General Discussion of PinePhone Pro
Last Post: intriguedoves
08-20-2025, 10:04 PM
» Replies: 2
» Views: 2,186
Bare metal on Pinephone P...
Forum: PinePhone Pro Software
Last Post: alain
08-19-2025, 07:58 AM
» Replies: 0
» Views: 193
Seeking Contributors: Apa...
Forum: PinePhone Pro Software
Last Post: geometrylitegame12
08-19-2025, 01:38 AM
» Replies: 4
» Views: 4,078
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: KC9UDX
08-18-2025, 06:15 PM
» Replies: 5
» Views: 384
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: Kevin Kofler
08-18-2025, 04:30 PM
» Replies: 8
» Views: 718
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: Jite
08-18-2025, 02:57 PM
» Replies: 2
» Views: 232
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: biketool
08-18-2025, 04:12 AM
» Replies: 5
» Views: 1,110
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
08-16-2025, 06:40 PM
» Replies: 2
» Views: 260

 
Heart PineTab Games Thread
Posted by: PixelPaintbrush - 12-08-2020, 09:36 AM - Forum: General Discussion on PineTab - No Replies

Maybe we can sticky/important this one?

Hey guys, I'm back again with another games post!  This time it is for the PineTab, yeah I know the hardware is the same as PinePhone, but for some reason I get different results for games on each device.  I also wish to have another forum section here so others with the Tab can easily post about games that work and such!

First up: Zandronum!

Code:
#https://wiki.zandronum.com/Compiling_Zandronum_on_Linux#Debian.2FUbuntu (Gives req. deps) ARCH

pacman -S --needed gcc make cmake sdl mercurial zlib bzip2 libjpeg-turbo \
fluidsynth gtk2 timidity++ nasm mesa glu openssl tar glew

Make Games folder:

mkdir Games
cd Games

CLONE ZANDRONUM FROM GIT:

git clone https://github.com/ptitSeb/zandronum
cd zandronum

Make Directory if it's not already there:

mkdir build

cd to zandronum source first, go to the game-music-emu/CMakeLists.txt and go to line 87 and change the [3-9- to [0-9]

cd build
ccmake ..

"c" to configure

NO_FMOD = ON

NO_ASM = ON

NO_OPENAL = OFF

"t" for advanced

SET_CFLAGS = -mcpu=native

"c" to config again

"g" to generate

make -j4
This should make properly but if it does not please make sure you *also* have these dependencies

base-devel
cmake
sdl2
libglvnd
openssl
sqlite3
gtk2
zlib
nasm
gxmessage
kdialog
fluidsynth
sdl
extra/glu
glew-wayland
glew1.10


Thumbs Up Low Power Consumption Phone
Posted by: undo - 12-08-2020, 09:26 AM - Forum: PinePhone Hardware - Replies (8)

Background:

I have seen it mentioned some times that an e-reader would be a nice addition to the Pine production line. Luke has gently shot down all of these suggestions because it would be too hard to compete against Kindle and friends. I think that this is true, but I also think that there is a genuine untapped market right next to this field.

Deeper Background:

I have been using a feature phone as my main phone for ever. It has a battery life of three weeks. Now, the phone obviously doesn't do much. It can call and text. But it is extremely small (the size of two zippo lighters) and durable. The thing is, the phone is so trustworthy compared to my work phone (iPhone) or the Pinephone that I still have not taken my sim out and basically can't think of the Pinephone as a daily driver. Of course this trustworthines is based on me forgetting to keep the other two phones loaded, but this exactly is the point: I want a device that I can forget for a week and it will still do what I need it to do.

My proposition:

I think Pine should seriously consider competing in Low Power Consumption Phones. Put an e-ink display on the phone, not because you compete against Kindle, but because you compete in the empty space between a traditional smartphone and a traditional feature phone. Sell a solar panel for the backside of the phone and you can say you have a phone that can keep on going without touching an outlet.

Besides being a person who dislikes when my devices make daily requests on me, I also happen to work in an area where I sometimes end up in places where you really might go a week without electricity. In these harsher conditions I have basically come to see a standard smartphone as dead weight. I can imagine an array of special professions that could benefit from having a customizable low power consumption smartphone with them.


  PinePhone Game Thread
Posted by: PixelPaintbrush - 12-08-2020, 07:25 AM - Forum: General Discussion on PinePhone - Replies (28)

Can we get a sticky/important on this thread?

I'm starting an official(unofficial?) Pinephone games thread!  We have one for the PinebookPro, and I feel like this will help others looking to run games and stuff without all the digging and wasted hours (I spent maaaaaaaaany on zand).

First up: Zandronum

Code:
#https://wiki.zandronum.com/Compiling_Zandronum_on_Linux#Debian.2FUbuntu <---deps for general zandronum building

Building on Pinephone:
mkdir /Games <--doesn't matter where but preferably /home/user/Games
cd Games

grab these deps (doesn't matter if they don't all take, most will already probably be there on the device)
pacman -S --needed gcc make cmake sdl mercurial zlib bzip2 libjpeg-turbo \
fluidsynth gtk2 timidity++ nasm mesa glu openssl tar glew


sudo pacman -Syu
base-devel
cmake
sdl2
glew-wayland
glew1.10
libglvnd
openssl
sqlite3
gtk2
zlib
nasm
gxmessage kdialog fluidsynth
sdl sdl2
extra/glu

#now with all those it should build correctly



make sure you're still in /Games

git clone https://github.com/ptitSeb/zandronum
cd zandronum
mkdir build
cd build

ccmake ..
"c" to configure
NO_FMOD=ON
NO_ASM=ON
NO_OPENAL=OFF
hit "t"
set CFLAGS to -mcpu=native
hit "c" to configure
hit "g" to generate

make -j4
============================================================================
it *should* build but *if* it fails then you will need to go to the source folder

navigate to game-music-emu and fine CMakelists.txt and around line 87 or so change [3-9] to [0-9]

make -j4 should now work
============================================================================
in the place you built it type ./zandronum

if it asks for a wad it's built!

(put wads wherever, or in the zandronum.ini folder, but link them!!!!
       


  Pinebook Pro refuses to boot from eMMC
Posted by: pivic - 12-08-2020, 05:59 AM - Forum: General Discussion on Pinebook Pro - Replies (23)

Hi there!

I've tried to run my issue with Pine64 support, but they're no longer responding, so I reach out to you.

The main problem is that my computer suddenly wouldn't boot. The lights that usually go on to indicate that it's starting up were just dead: no lights.

I'll run my email conversation here, top->bottom, oldest->latest.

My initial email to support, politenesses cut:



When I attach the power cable to the supply, the light next to the power-cable entry-point shines red (as it always does when attached to a power cable), but other than that, it's completely dead.

I press the power button and nothing happens. I hold it for half a minute, yet nothing happens, by which I mean there are no lights that go on (which they otherwise usually have, i.e. the power light and the other lights between the keyboard and the screen).

I've charged the battery to the max, and nothing happens when I try to switch it on.

I've tried using a microSD card that's previously worked to boot from, but nothing happens this time. I used a Debian image then, without any issues.

I've opened the Pinebook Pro up and checked the cables and the switches, but they are as they should, according to https://wiki.pine64.org/index.php?title=Pinebook_Pro_Troubleshooting_Guide#New_from_the_factory_-_Pinebook_Pro_won.27t_boot_.2F_power_on - and I've not opened the Pinebook Pro prior to this problem occurring.

All the switches look as they should, and using the 'reset' button (underneath the hood, i.e. the button next to the one named 'restore') doesn't help either.




Pine64 support replied:

Please open the Pinebook Case, unplug the Lithium battery, connect the two jumper cable on the mainboard. Plug in DC power supply,
please advise whether your Pinebook Pro able to power up everytime.

Please note that jumper cable and battery connection is mutual exclusive.




My response:

I've just tried what you suggested, but the computer still won't start. I can't even see a red light after I've followed your instruction and connected the power cable.



Pine64 support asked whether I'd tried using different USB-C charging cables, possibly to make sure I wasn't trying to use a 0%-battery computer. I'd tried several different ones and also attached the electrical-charging cable that was included with Pinebook Pro. The battery should be fine, fully charged, and the battery was in superb condition when disaster struck.

Pine64 support then answered this:


Please check out the below steps and check whether your Pinebook Pro back to life.

1. Disable eMMC using switch #24 list on https://wiki.pine64.org/index.php/Pinebook_Pro_Main_Page#Mainboard_Switches_and_Buttons
2. Please add Android image to microSD card, the build locates at here: https://wiki.pine64.org/index.php/Pinebook_Pro_Software_Release#Android_7.1_microSD
3. Plug in the microSD card to Pinebook Pro and check whether able to boot up properly.
4. If able boot up, this implied your eMMC may be corrupted. If not, please lets know your observation.



I responded this:

I can confirm that I *can* boot the computer by disabling eMMC and then running the Android image from a MicroSD card!



Pine64 responded:

Please try download this build, dd to microSD. Boot up from microSD and follow on screen instruction to rebuild eMMC. 
 https://osdn.net/projects/manjaro-arm/storage/pbpro/kde-plasma/20.02.1/Manjaro-ARM-kde-plasma-pbpro-20.02.1-emmc-installer-20.02.1.img.xz

Kindly take note that data in eMMC will be format and lost.




I was *not* able to boot from that image (after I unarchived it and used dd to MicroSD, and also tried using Etcher just to make sure - both methods worked to burn the image to the MicroSD card).

I tried to boot with both eMMC disabled and enabled, via the switch under the bottom panel of Pinebook Pro, and neither worked.

I've since tried to boot from different images from Pine64 via MicroSD, but I haven't been able to boot from Manjaro, Kali, or Debian (all eMMC/MicroSD bootable according to the aforementioned Pine64 software page that their support people linked to): the lights on the keyboard level of the computer won't come on.

However, they *do* come on when I boot from the Android 7.1 image. I'm able to boot the image and use the OS, which is currently the only way for me to use the computer at all.

I also tried to boot a postmarketOS image (eMMC/MicroSD bootable) from MicroSD and after a while a big screen pops up and says 'unable to mount root partition'.

If anybody here has any tips on how to fix this, please comment.

Please know that I'm not at all Linux-savvy, which means I've not tried anything beyond the above. I'd love to be able to just use the Pinebook Pro and not have it collect dust while I wait for Pine64 to answer, if they will.


  GUIs on top of ArchLinux
Posted by: lat - 12-08-2020, 04:40 AM - Forum: Arch Linux on PinePhone - Replies (3)

I'd like to install a GUI other than Phosh starting from barebone archlinux.
Lomiri is currently my top preference by far.
Here's Lomiri on Manjaro, Alpha2.

I'm starting this thread so that people could share their thoughts and experiences using various GUIs on top of archlinux on pinephone.


  Read speeds of microSD slot and eMMC
Posted by: bartgrefte - 12-08-2020, 02:51 AM - Forum: PineTab Hardware - Replies (9)

When Googling for the max read speeds, I came across the PinePhone FAQ, which says

Quote:What's the speed difference between the eMMC and SD cards?
Maximum transfer speed of the eMMC is around 85 MB/s, while SD cards are limited to approximately 23 MB/s (even with faster cards).
Do those speeds apply to the PineTab as well? Since both seem to be around 23MBps.

For testing I followed https://www.binarytides.com/linux-test-drive-speed/ , dd'ing a large file to /dev/null.


  Possible to disable display of SMS text messages?
Posted by: Zebulon Walton - 12-07-2020, 08:58 PM - Forum: Mobian on PinePhone - Replies (2)

I'm sure I'm in a small minority but I don't like to be bothered by text messages. I don't want people sending them to me and don't want to be bothered by texts from my carrier, politicians, or other spammers. My flip phone does not automatically display texts, it merely puts a tiny icon up on its tiny screen to indicate their presence (no audio or vibrating alert is given) and I can go through the phone's menus to look at them if desired. SMS is working in my Mobian installation in testing but it's not something that I plan to use when going live with the Pinephone.

Is there a background daemon in Mobian that can be disabled so incoming text messages are not displayed? (I assume there's no way to stop receiving them since that capability is part of the modem - just not having them pop up on the screen would be sufficient.)


Lightbulb Future Upgrade Options? a 'small' request
Posted by: Lyrixcaz - 12-07-2020, 06:46 PM - Forum: General Discussion on Pinebook Pro - Replies (10)

Hey folks,
I don't know where to put such post on the Pinebook Pro so i thought id fit here Confused the nature of this post is of a request but in hopes to sort of inspire with a few ideas on what I personally would like to see on this 'budget' laptop which has shown to have a lot of potential to be so much more than a devtoy. Now, I do not have any experience with code (maybe some bash, and some html ABCs) meaning I'm not really a dev but I am a consumer that likes to tinker. Initially i got this device because i thought it was neat; the specs (though i overlooked the ram space a little), and the fact that it wasn't intel or amd based and it was power efficient and etc. At the time I needed a cheap laptop and at the time I wasn't pleased with what was  on the market so i thought what the hell; the money helps further some projects so I ordered. Fast forward to now after seeing the weaknesses and strengths of this device I'm still impressed by what can be accomplished if enough dedication and focus is put into this. First and foremost portability is a 10/10 This thing is notebook size, the screen is very nice, the keyboard at first was a bit hard to get into but it grew on me and now i hardly miss-press a key; not to mention I sorta like the feel of it. The trackpad at first it was brutal.. and it still sort of is but its gotten better with software/firmware updates, I just wish it would have been a better trackpad since when i try to move a few knobs on my music production program i slowwwwly move my wrist just so that i can get the pointer to align with the button better. The speakers suck, big time. Ive never heard speakers this bad ... I'm tempted to say on a budget laptop but I don't think I've ever heard them in anything. And lastly the power delivery, though it works, it would have been even better if i can get this thing to charge quick/quicker being that the battery is 10,000mah (correct me if im wrong on this).

Anyways, as i stated the nature of this post is to maybe inspire some type of idea or future of this device so I've been thinking of a few things that I think may make this device a very attractive option:

A metal chasis: a more rugged/sturdy chasis to really make this thing take quite a beating, I'm ok if it gains a few pounds!
A glass trackpad/a better trackpad: I think we can all agree on this
A Backlit keyboard
Better set of speakers
Bigger battery

I think all these can even be sold as accessories so that we may upgrade our pinebook pros. There are some options that I'm not sure if they will require more to upgrade but It would be nice if the webcam can be upgraded to a better one; I'm not sure if it forms part of the panel, I'm also not sure if software can fix the quality of the webcam but last time i checked the webcam wasn't that great.

I'm aware this is a budget device but it would be great if these options could be available.
* Also I'm aware that there were talks of having some sort of upgrade kit of the pbp so that's a plus


  OS WITH OPERATIONAL PHONE?
Posted by: snow season - 12-07-2020, 06:22 PM - Forum: General Discussion on PinePhone - Replies (3)

Im going to get the latest Jovian and ubuntu touch and try the phone again but so far I cant make a call on either OS on TMobile-USA. Anybody else having luck with a particular OS in the USA? Willing to try something new as well


  Why can't Pinebook Pro have TOR browser and other programs?
Posted by: SanjevR - 12-07-2020, 03:56 PM - Forum: General Discussion on Pinebook Pro - Replies (7)

I am an extreme novice when it comes to Linux computers in fact up until I bought this Pinebook Pro I've never actually a Linux computer in my life. I remember reading that the hardware of the ARM 64 device doesn't allow certain capabilities which is why its not possible (at present) to use TOR browser and other common programs that you can find on the MAC and Windows computers and perhaps other Linux