ssh [email protected]
#fix updated for waydroid 1.2
sudo -s
mount -o rw,remount /
mount -o rw,remount /var/lib/waydroid/rootfs/vendor
cp /system/lib64/libui.so /var/lib/waydroid/rootfs/vendor/lib64/libui.so
cp /system/lib64/libbinder.so /var/lib/waydroid/rootfs/vendor/lib64/libbinder.so
cp /system/lib64/[email protected] /var/lib/waydroid/rootfs/vendor/lib64/[email protected]
cp /system/lib64/[email protected] /var/lib/waydroid/rootfs/vendor/lib64/[email protected]
cp /system/lib64/android.hardware.configstore-utils.so /var/lib/waydroid/rootfs/vendor/lib64/android.hardware.configstore-utils.so
cp /system/lib64/[email protected] /var/lib/waydroid/rootfs/vendor/lib64/[email protected]
# power save and ram optimization
waydroid prop set persist.waydroid.suspend true
waydroid prop set ro.config.low_ram true
clear
echo "done , if it still dont boot check waydroid logcat"
Thank you, but adb doesn't seem to be working, at least for me.. neither on Ubuntu connected to a PC / Linux. The 'Developer Mode' switch doesn't seem to do anything (with Passcode)From the Terminal in Ubuntu Touch, you should be able to use adb push to copy files into the LOS environment.
I guss that's why kenzo use pre build ril stuffThank you.. it worked now! I had to remove and re-install Waydroid, then the additional commands, and this time it started up pretty quick into LineageOS - amazing!
How can I access the internal storage within Waydroid? Any terminal commands? I know there is a file manager in LineageOS, but how do I transfer files into there?
Some additional feedback on the ROM in general..
- Incoming calls do come in, but only show up quickly and vibrate once, then disappear
- Outgoing calls do connect, but sound and mic don't seem to work, once connected
- SMS seems to work
What is that??Thanks for your work. This project look interesting. I'm new with ubuntu so my question is can I turn this ubuntu phone into a vps server?
An answer step by step below this thread describe what I want
In ut ssh is enabled by default and if u want vnc there may be apps that u can install...An answer step by step below this thread describe what I want
![]()
Run an ubuntu 16.04 server instance on an Android device (no GUI necessary)
I'm not a fan of the recurring fee subscriptions necessary to launch cloud instances. I'd like to make a cheap purchase of an Android phone and use it as an Ubuntu Server. I would basically use onl...askubuntu.com
But now we have ubuntu in ur phone, some how make it act like a server ubuntu we buy from Digital Ocean, Azure,...
I'm searched and try some way but look like it's not functional enough, some way just ubuntu emulator
Which network did u test on.... Calls seem to work good on Vodafone for me on v4Thank you.. it worked now! I had to remove and re-install Waydroid, then the additional commands, and this time it started up pretty quick into LineageOS - amazing!
How can I access the internal storage within Waydroid? Any terminal commands? I know there is a file manager in LineageOS, but how do I transfer files into there?
Some additional feedback on the ROM in general..
- Incoming calls do come in, but only show up quickly and vibrate once, then disappear
- Outgoing calls do connect, but sound and mic don't seem to work, once connected
- SMS seems to work
You can increase the size of rootfs by resizing /data/rootfs.img from twrpCan i increase size for /dev/loop0 ??? Thanks
[email protected]:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p46 24G 4,0G 21G 17% /userdata
/dev/loop0 2,9G 2,5G 288M 90% /
/dev/loop1 748M 464M 269M 64% /android
Cool...maybe some upstream halium changes fixed it...Video capture is working for me when the audio is fine, but I have issues with taking pictures.
You can ask at ubports teligram group https://t.me/ubports_portingHello everyone,
I own a Lenovo M10 HD 2 gen (TB-X306X) in which I'd like to install ubuntu touch, but sadly no build has been done for the device. Due to the lack of other custom ROMs or os' for this device, I'd like to build ubuntu touch for it but I'm no expert whatsoever in the trade. Could someone more experienced than me help me in this journey so I can share the build software with everyone?
Thanks a lot
sudo -s
mount -o rw,remount / && apt update && apt install waydroid && waydroid init
ssh [email protected]
#fix updated for waydroid 1.2
sudo -s
mount -o rw,remount /
mount -o rw,remount /var/lib/waydroid/rootfs/vendor
cp /system/lib64/libui.so /var/lib/waydroid/rootfs/vendor/lib64/libui.so
cp /system/lib64/libbinder.so /var/lib/waydroid/rootfs/vendor/lib64/libbinder.so
cp /system/lib64/[email protected] /var/lib/waydroid/rootfs/vendor/lib64/[email protected]
cp /system/lib64/[email protected] /var/lib/waydroid/rootfs/vendor/lib64/[email protected]
cp /system/lib64/android.hardware.configstore-utils.so /var/lib/waydroid/rootfs/vendor/lib64/android.hardware.configstore-utils.so
cp /system/lib64/android.hardware.confi[email protected] /var/lib/waydroid/rootfs/vendor/lib64/[email protected]
# power save and ram optimization
waydroid prop set persist.waydroid.suspend true
waydroid prop set ro.config.low_ram true
clear
echo "done , if it still dont boot check waydroid logcat"