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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,942
» Latest member: new88betus
» Forum threads: 16,329
» Forum posts: 117,429

Full Statistics

Latest Threads
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
10 hours ago
» Replies: 17
» Views: 8,170
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
Today, 02:37 AM
» Replies: 1
» Views: 1,902
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 689
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 474
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
03-25-2026, 12:55 PM
» Replies: 23
» Views: 18,435
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
03-25-2026, 09:39 AM
» Replies: 18
» Views: 34,033
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 90
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 105
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,694
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 187

 
  How to flash modebian to emmc
Posted by: maybl8 - 10-17-2020, 11:41 AM - Forum: Mobian on PinePhone - Replies (4)

How do I flash the modebian image to the emmc on the pinephone?


  (Glass) screen protector
Posted by: guenther - 10-17-2020, 08:58 AM - Forum: PineTab Accessories - Replies (2)

To the people who had installed a glass screen protector...what kind of protector (tablet brand / model) have you used and how does it fit? Do you think there will be a dedicated protector for the PineTab in the future?


  [WIP] Sailfish OS Alpha
Posted by: peperjohnny - 10-17-2020, 06:09 AM - Forum: PineTab Software - Replies (54)

Hello dear piners!
First of all a big thanks for Adam Pigg and Danct12 who made a lot of the initial work, without which this would not be possible.

I've been working on Sailfish OS the last couple of days and there is something somewhat presentable now. Be WARNED as this build has some issues:

Things that do not work:
Sound
Volume buttons
Browser (another one is included)
Plymouth boot splash
Attachable keyboard
Camera
Battery life is probably really bad

That being said it's quite usable for me already and since I'll be having a bit less time to work on it, someone might help a bit with that. Not all things have PRs for upstream currently. I'll hope to write them soon. There will be an image, that I took from my SD card for you at the end of this. The card is a 16gb one, so beware if you're using something smaller.

THIS A LENGTHY AND QUITE CUMBERSOME THING TO DO, BE WARNED THAT IT MAY BE BEST TO WAIT FOR A TIME UNTIL THINGS IMPROVE UPSTREAM. I'VE DONE ALL THE BUILD ON ARCH, SO STUFF MAY VARY FOR YOUR DISTRO.

Ok let's start.

1. Get the flash.it script from https://github.com/sailfish-on-dontbeevil/flash-it and flash a SD card with the pinetab image.
2. In the mean time get the kernel I patched for sfos from: https://github.com/peperjohnny/linux-pine64-sfos
3. You will need to build this kernel yourself, as the changes in porter upstream are missing as of today.

Code:
cd linux-pine64-sfos
export ARCH=arm64
export CROSS_COMPILE=aarch64-linux-gnu-
export LOCALVERSION=-sfos
make clean
make defconfig KBUILD_DEFCONFIG=config
make -j4 Image modules dtbs
4. Create a folder named linux_modules. Please note that you have to change the path Wink
Code:
make modules_install INSTALL_MOD_PATH=path_to/linux_modules/
5. By this time the flashing of your sd card is hopefully done. Mount the boot and data partitions and copy the following files:
Image from arch/arm64/boot/Image to the root of the boot partition.
arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dtb and arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts to the root of the boot partition.
Modules from ../linux_modules to /lib/modules on the data partition.
6. Now we need some firmware for Bluetooth and camera (Camera does not work currently)
Code:
git clone https://megous.com/git/linux-firmware
git clone https://github.com/pmsourcedump/ov5640
7. Copy the folder ov5640 to /lib/firmware on the data partition.
Copy the folder rtl_bt to /lib/firmware on the data partition.
8. Open the /var/lib/environment/compositor/droid-hal-device.conf with your favourite editor and change the last line to event1.
9. Create two files under /home/nemo/ .jolla-startupwizard-done and .jolla-startupwizard-usersession-done with owner nemo and group privileg. They need to be empty. We need those files because at this time, you will lack some packages which won't show you some icons.
10. Unmount the sd card and put it in your Pinetab. It make take a while but it should boot now. Please note there is no boot splash screen at the time of writing.
11. Once in the system connect to a wifi and go to developer tools to set a password. This will be your sudo or devel-su as it's called in sfos password.
12. Open the terminal app and install the missing icons with:
Code:
devel-su zypper install sailfish-content-graphics-default-z1.0
With the completed installation you can reboot the device once more and should have all the missing icons.

You should now be able to have a somewhat working Sailfish OS install Wink

Now for those of you who aren't inclined to this monumental work I took an image from my sd card which should be usable too. http://peperjohnny.org/dl/sfos_alpha2.img.gz

I hope to upstream those things as soon as possible, but that may take some time unfortunately.


  128GB eMMC in Pinetab.
Posted by: frank-zappa - 10-17-2020, 05:48 AM - Forum: PineTab Hardware - Replies (1)

I bought a 128Gb eMMC to use in my 14" Pinebook. 
Would it work in the PineTab ?

My Pinebook needs a new display and I may be waiting a while until a replacement is available.


  Sticker request / the PineX-"trademark"
Posted by: fxk8y - 10-17-2020, 01:27 AM - Forum: General - Replies (1)

Hello there,

I appreciate the general style of the mostly-unbranded Pine64 products and many users on twitter like that too.
But as I love the Pine devices very much(PBP, PP and PT collected so far) I would like to show this off to everyone.

So I would like to see some stickers in the store, in matching sizes for the devices. Like half the width of the phone and half the height of the PBP screen?
Just want to stick a big pine cone onte them ^^

(I also looked at this thread but didn't want to dig it up. Also a full skin is not what I want, because I tend to cover my notebook in stickers. Ok would spare the pine cone though)

Best regards,
fxkk8y

edit: I just discovered that there are third-party(?) stickers on redbubble, but as in the case with the PP tpu protector which contains a donation fee, I would buy them at a higher price and support you or your donation projects.


  Article: Create Your Own PineTime Watch Face in Rust... And Publish on crates.io
Posted by: lupyuen - 10-16-2020, 05:12 PM - Forum: Development Discussion on PineTime - Replies (2)

Publish your Watch Face in Rust on crates.io... For all PineTime Owners to Discover, Install and Enjoy! Here's how...

Create Your Own PineTime Watch Face in Rust... And Publish on crates.io


  Random but persistent imperfections
Posted by: HLing - 10-16-2020, 04:45 PM - Forum: Mobian on PinePhone - Replies (6)

I have been using my UBPort CE Pine Phone on Mobian as my daily driver since mid September. I'm with T-mobile in the US. My Pine Phone always boots up to full bars, 4G.  While the data for getting online still needs rebooting from time to time, I've not have to use my back up phone for a while. I am forever amazed at the Mobian team for keeping up the good work. I have learned a few things, like never rebooting with the phone charging cable plugged in, or never covering/obscuring the top portion of the phone while not on the phone, or always making sure data is working before doing the update/upgrade....Happy to be able to learn from my mistakes.

On my end, I feel not too well-versed in how to customize my phone.  For some reason, none of the Software Store apps work. I mean, they would install, but would not start up. (and then Software Store will complain that such and such cannot be used).  Then I tried to get Skype to work, and I ventured off and installed Snapd. I was able to download skype classic.  Then while installing, it said that the software is not for arm64 structure. I'm confused as far as what exactly I can use. Am I wrong in assuming that something .deb is compatible with the Pine phone? Is there a workaround I need to learn?

Also, is it possible to go back to Camera until Megapixel works? With Camera I had decent picture quality, AND i could do video.  Now I cannot do video at all.  At times it's necessary to have a video camera in the phone. 

Switching between headphone (wired) and regular phone didn't seem possible without rebooting in between, which is not ideal , as it potentially interrupts a phone call.  Is there something I can do about that?


  Website logins on Firefox ESR
Posted by: MarkF - 10-16-2020, 04:00 PM - Forum: Mobian on PinePhone - Replies (2)

Hi All,

Wonder whether anyone can help with this.  I have Mobian installed on my Pinephone 3GB/32GB, and I've noticed a peculiarity with Firefox ESR when I log in to the Guardian website.  It seems to lose my login and password as I progress further into the site, and specifically, if I try to look at the comments to an article, I'm asked to log in again.  But when I do, entering my login id and password, it has no effect - it still keeps asking me to login.  And then, if I come back up to the first page of the site, it's restored my login.

The other browser, Web, doesn't have this problem and everything works fine, albeit very slowly.

Any observations/help welcome.

Thanks, Mark


Photo Remove activity manager bar on right side of screen - plasma kde
Posted by: motezart - 10-16-2020, 03:16 PM - Forum: General Discussion on Pinebook Pro - Replies (3)

There is a black transparent bar on the side of the screen that I cannot figure out how to close. It is transparent and is related to the activity manager. I do not want this to stay open since I can't work with this over top of stuff.

How can I close this? The icons on it have no affect on anything.



PS - I can I  use the highlighter in Okular? I wanted to mark the area in question of my image but could not figure out how. The highlighter was added to the annotation tools.    


  mhwd-kernel: command not found
Posted by: motezart - 10-16-2020, 02:43 PM - Forum: General Discussion on Pinebook Pro - Replies (1)

I am trying install virtual box https://wiki.manjaro.org/index.php/Virtu...on_Manjaro

The first line says to check the kernel type but entering the above command throws an error. How can I debug this? 

It's a  new in Fall 2020 PBP with the default manjaro but I don't know how to check the exact specs yet Sad