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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,716
» Latest member: Lulex54
» Forum threads: 16,266
» Forum posts: 117,218

Full Statistics

Latest Threads
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
7 hours ago
» Replies: 3
» Views: 147
sd card problems
Forum: PinePhone Accessories
Last Post: ottahe
7 hours ago
» Replies: 0
» Views: 28
no SD boot on replacement...
Forum: PinePhone Pro Hardware
Last Post: biketool
7 hours ago
» Replies: 1
» Views: 50
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: biketool
9 hours ago
» Replies: 11
» Views: 5,960
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: biketool
10 hours ago
» Replies: 5
» Views: 353
what is the point?
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 10:32 AM
» Replies: 6
» Views: 347
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
11-28-2025, 07:38 AM
» Replies: 3
» Views: 11,851
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
11-28-2025, 06:09 AM
» Replies: 0
» Views: 84
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
11-28-2025, 03:39 AM
» Replies: 10
» Views: 6,792
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
11-27-2025, 05:01 PM
» Replies: 3
» Views: 336

 
  Silly Kali Linux script for Mobian SD card
Posted by: sergio.pantalone - 03-08-2021, 10:08 PM - Forum: PinePhone Software - No Replies

Hey all,

I wrote a kind of dumb script to turn your phone into a cyberpunk accessory. Since Kali and Mobian are both based off Debian all it really does is take a Mobian install and remove most of the packages, then add the Kali repositories to apt and install all the tools. When done it takes up about 30 GB (if more of the base OS can be removed, please let me know. I'm no expert on this. Also if packaging this into an image is an option, I'm all ears). It also adjusts the theme and background, and changes the default username from 'mobian' to 'h4x0r' (obviously). I'd also change my ssh port to '1337' but that's just

If you're pretty new to Linux but with aspirations to become a world-class (white-hat) hacker you can:


- install Mobian to an SD card, following the instructions here: https://wiki.mobian-project.org/doku.php?id=install. Just a note, that if you install an encrypted version via the installer it will alter the UUID of the eMMC-LUKS-partition if you already have an encrypted version of Mobian on you eMMC. Instructions for restoring the original OS can be found here: https://gitlab.com/mobian1/issues/-/issues/235. I'm not sure how this bug affects other installs.


- open up a terminal (King's Cross) in Mobian and type:


Code:
nano 1337.sh

- copy this script into it:


Code:
#! /bin/bash

# get rid of all crap. h4x0r has no time for games
apt purge gnome-2048 gnome-authenticator gnome-calculator gnome-calendar gnome-chess gnome-clocks evince firefox-esr fractal geary lollypop gnome-maps gnome-todo gnome-weather telegram-desktop gnome-software gnome-sound-recorder gnome-software-plugin-flatpak nemo file-roller gedit totem epiphany-browser gnome-contacts -y && apt autoremove -y

# here check to make sure you're getting the good stuff
apt-key adv --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6
# and you want the good stuff
echo 'deb http://http.kali.org/kali kali-rolling main contrib non-free' | tee -a /etc/apt/sources.list > /dev/null

# live in the now
apt update && apt dist-upgrade
# get rid of old kernel to stop small boot partition from complaining
apt purge linux-image-5.9-sunxi64

# load up toolbelt (least important)
apt install kali-tools-*

# look the part (most important)
apt install kali-themes
gsettings set org.gnome.desktop.interface gtk-theme 'Kali-Dark'
gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/kali/kali-neon.xml'

# how can you be mobian? you are h4x0r (this part taken from mobian wiki)
old="mobian"
new="h4x0r"
# Home paths
ohp="home/$old"
nhp="home/$new"

# Change username
for file in group gshadow passwd shadow subgid subuid
do
    sed -i "s/$old/$new/g" /etc/$file*
done

# Rename home folder
mv /$ohp /$nhp

# Fix path references in /home for new user
grep -rl "$ohp" /$nhp | xargs sed -i "s+$ohp+$nhp+g"

# Set user info
echo
chfn $new
sync

# like 1337 phoenix, you are reborn
reboot

- save and exit by typing Ctrl-x and saying yes


- make the file executable with


Code:
chmod +x 1337.sh


- run the script with elevated privileges


Code:
sudo ./1337.sh



I've tried to comment everything in the script so folks can customize as necessary. Any recommendations are also welcome.


  lightdm-mobile-greeter mobian
Posted by: dawg161 - 03-08-2021, 08:59 PM - Forum: Mobian on PinePhone - No Replies

Hey all

Does anyone else use lightdm-mobile-greeter with mobian?
https://raatty.club:3000/raatty/lightdm-mobile-greeter

I ran across this on the fedora pinephone distro. It’s awesome for convergence because it lets you choose between multiple sessions including phosh and any other session you’d like whilst otherwise being like a phone lock screen. I had to build it for Debian, it needed git flex bison make cargo glib2.0 libcairo2-dev libatk1.0-dev libpango1.0-dev libgdk-pixbuf2.0-dev liblightdm-gobject-dev libgdk3.0-cil-dev libgtk-3-dev libhandy-0.0-dev

I removed development packages after the build. So far it’s working really well, it would be awesome to get this into Debian (I sadly don’t have those skills)


Photo Getting started with Mobian...stuck
Posted by: LG123 - 03-08-2021, 07:01 PM - Forum: General Discussion on PinePhone - Replies (5)

Hello, I'm working on setting up a pinephone for the first time. When it boots up, the Mobian logo comes up briefly. Then the phone enters what looks like a Command centre with a keyboard at the bottom. 

No matter what I enter, I get this string momentarily before I'm back at the keyboard: begin: mounting root file system ... Begin: running scripts/local-top ...

These are the six icons I see when looking at the pinephone's contents on my mac: boot.scr, image.gz, initramfs.gz, sun50i-a64-pinephone-1.0.dtb, sun50i-a64-pinephone-1.1.dtb, sun501-a64-pinephone-1.2.dtb

The phone also only boots up when connected to a power source. 

Will I need to get an SD card and try to follow the instructions to flash a new OS onto the phone that way? Anyone else encountered this problem?


  Battery replacement alternative
Posted by: sax1960 - 03-08-2021, 02:17 PM - Forum: PinePhone Hardware - Replies (7)

Ordering a battery from the Pinestore is sometimes expensive for the shipment and import taxes.
Looking for an alternative I've ordered the PATONA Battery EB-BJ700CBE 3000mAh on Amazon.
So far seems to last more than the original battery and reaches the 75% as maximum.


  Pinephone
Posted by: james1664 - 03-08-2021, 12:21 PM - Forum: General Discussion on PinePhone - Replies (1)

I'm waiting for order the pinephone being out of order about one month ago  Huh

https://pine64.com/product-category/pine...46c16e2e66


  MIPS joins RISC-V
Posted by: barray - 03-08-2021, 11:05 AM - Forum: General - No Replies

It appears MIPS has become a member of RISC-V: https://tuxphones.com/mips-joins-risc-v-...-standard/

I would really recommend checking out MIPS, these processors can be found in the wild in lots of random low-power devices, including WiFi routers.

MIPS could become *very* interesting if they start adding ASEs (application specific extensions) to their 64 bit RISC processors: https://en.wikipedia.org/wiki/MIPS_architecture

For example an MCU (great for getting Linux running), SIMD, virtualization, multi-threading and 3D graphics. As it becomes a member of RISC-V, in theory these features will be open, allowing for rock solid kernel development rather than some reverse engineering effort.


  Video Tutorial: SDR/GQRX- Listening In To Voice On Pinetab (Internal SDR)
Posted by: RTP - 03-08-2021, 04:51 AM - Forum: PineTab Software - Replies (1)

[When the Pinetab becomes available again there should be an option for the internal SDR card]

I made this video tutorial on GQRX + SDR. For the threaded SMA antenna connector part (small modification) see my previous post on opening Pinetab/adding this.

LINK: Video Tutorial On Listening To Voice GQRX/SDR


  Network connection question???
Posted by: davehetfield - 03-07-2021, 09:58 PM - Forum: General Discussion on Pinebook Pro - Replies (1)

Top three highest-rated robot vacuum cleaners for a flawlessly clean home

Vacuum engineering technologies have significantly evolved in the last ten years or so. You no longer need to drag around a bulky and heavy-wheeled canister to vacuum your house. Better still, you don’t even need to get off your couch during weekends as vacuuming tasks are now taken care of by robots. That said, the best vacuum cleaners of the 21st century can be super compact and convenient to use. So why wasting your valuable time while smart robot vacuums can always keep your house clean?

But how do you identify the most suitable machine for your home? Though robot vacuums are newcomers in the vacuuming world, there are many models to choose from, which might confuse you. So let us help you out with this short Top vacuum cleaners review of the three best options for your consideration. Let’s take a look!

1. iRobot Roomba i3+

Specifications

• Dimensions: 13.34'' x 13.26'' x 3.63'''

• Weight: 11 pounds

• Warranty: 1 year limited

• Intelligent mapping navigation

• Tangle-resistant rubber brushes

• High-efficiency filter

• Self-emptying base

[Image: rboeGKX.jpg]

This Amazon Choice’s product is a not-to-be-missed model. It comes with tangle-resistant brushes to enhance the cleaning capabilities. With a smart navigation system, it can get the job done quickly by mapping your home using tracking sensors.

While other robots can easily get stuck on furniture or other obstacles, the i3+ is equipped with Reactive Sensor Technology. This feature effectively alerts the robot where it can go and where it shouldn’t, so no more sudden stops when working.

One of the biggest problems most pet owners have to deal with is removing tangled pet hair trapped in the brush roll after each vacuuming session. This i3+ sets you free from this frustration as it is outfitted with the Unique Dual Multi-Surface Rubber Brushes. These uniquely designed brushes adjust and flex, minimizing tangled hair.

2. Roborock S6 MaxV

Specifications

• Dimensions: 19.4'' x 15.9'' x 6.1''

• Weight: 12.1 pounds

• Dual cameras

• 2500Pa strong suction

• Multi-level mapping technology

• Run time: 180 minutes

• Customized suction and water level

This device perfectly combines a vacuum and a map in a smart design. It has a built-in camera with an impressive set of AI features, bringing you more peace of mind.

Thanks to the upgraded HyperForce airflow design, the machine can generate 25% more suction power, making it an ideal choice for carpeted floors. Besides, its “No-Go Zones” lets you set the areas needed to avoid. Moreover, you can even set the level of suction or water to use in different areas of your house.

Another useful feature is the Auto Top-up: when it needs to clean large spaces, the machine automatically returns to the dock to top up the battery and continue where it left off.

3. iRobot Roomba S9+

Specifications

• Dimensions: 12.25’’ x 12.25’’ x 3.5’’

• Weight: 8.2 pounds

• Anti-Allergen filtration system

• 3-stage cleaning mechanism for enhanced efficiency

• PerfectEdge technology for better edges cleaning

• Warranty: 1year

iRobot makes some of the Best Vacuum Cleaners for automatic cleaning, and the S9+ is one of those. With well-made navigation features, it leaves no corners of your house untouched. Additionally, the tool’s Anti-Allergen system ensures that your living space is free from 99% of allergens and pollutants.

Edge cleaning seems to be a challenge for most robots, but this i9+ is an exception. It features the PerfectEdge technology to deep clean all edges and corners. More importantly, its wider Dual Rubber Brushes do not get tangled with pet hair - making this machine a perfect companion for homes with pets.

[Image: x1tnZc4.jpg]

The bottom line,

These days, the Best vacuum cleaner brands always come with modern technologies to free up our valuable time and energy. Robots are truly exciting innovations that change our life, and I hope this review has provided you with some useful recommendations. Two models from iRobot are armed with distinctive features to meet the needs of different customers. The Roborock S6 MaxVis dedicated to those looking for a combination of vacuuming and mopping functions in one little machine.


  Alternative touch screens and SIM cards
Posted by: DippingMyToesIn - 03-07-2021, 05:26 PM - Forum: P64-LTS / SOPINE Hardware, Accessories and POT - No Replies

I'm currently trying to figure out which Pine hardware might be most suitable for a project I want to build. I asked questions in the Pinephone hardware forum here; https://forum.pine64.org/showthread.php?...1#pid91141

I want to build a bicycle computer around an android device that has a high quality camera and powerful LED like Arducam on a swivel mount. The 7" touchscreen offered on the Pinestore is larger than I'd prefer, and I'm not certain which board to get, and if it will be possible to interface the Arducam with any of them.

Any help would be appreciated.


Big Grin PineTime Devkit - 30 units brand new for sale
Posted by: steiner - 03-07-2021, 11:42 AM - Forum: General - No Replies

Good morning!

A few months ago my team and I bought 30 units of PineTime Dev Kit for a University project (in Spain).
However, we didn't end up using them and they are still brand new, unused in their boxes.
I have the purchase invoice and all the corresponding documents, so I publish the following add:

I have 30 units of PineTime Dev Kit, new and in perfect condition, for sale. The price is negotiable, since I am not looking to make business, only to get back some of the investment. International shipping can be arranged.

Thank you very much! Big Grin

For any questions you can contact me at the following address: ogilmiro@gmail.com