@thepeter just to add that if /data doesn't contain system-data and user-data (better said it is just empty) thing that might help is on phone side mounting it by:
mount /data
that should help (thanks to people in telegram group for quick help)
@thepeter just to add that if /data doesn't contain system-data and user-data (better said it is just empty) thing that might help is on phone side mounting it by:
mount /data
that should help (thanks to people in telegram group for quick help)
There is a feature in android phones (motorola) which I would like to see in UT, it's starting a flashlight by shaking the phone.
I imagine that it would have to be probably implemented somewhere on layer of kernel, but don't know enough to say that it is doable or not ... is there anybody who does know? (and would agree on implementing this kind of feature)
PS: using sargo as daily driver, interested in jasmine_sprout and hammerhead as well
@billboy5690
this may shed at least bit of light (mostly part about being in recovery mode)
https://forums.ubports.com/topic/1683/migrate-data-from-device-to-device/19?_=1644615177730
@unisuperbox
thank you for all your decisions I could witness over these years of my more-less passive presence in this community, I consider them being very wise and bold (including this one), take care
Consider this my "log" how I've transferred data from phone to phone (worked between two nexus 5 devices) without SD card
I hope it will be helpful for somebody - but I've basically used combination of two methods described before plus some man pages
NOTE: both devices have ubports image installed and are prepared for adb access ()
After connecting source device on PC commands in terminal as follows:
adb reboot recovery
adb root
adb shell
(command prompt will change to #
sign)tar -czpv -f /system-data.tgz /data/system-data/ >/system-data.out 2>/system-data.err
Ctrl+D
)cd
and mkdir
commands)adb pull /system-data.tgz
adb pull /system-data.out
and adb pull /system-data.err
but it is not necessaryuser-data
instead of system-data
excluding .cache
foldertar -czpv -f /user-data.tgz /data/user-data/ --exclude='*data/user-data/phablet/.cache*' >/user-data.out 2>/user-data.err
, adb pull /user-data.tgz
etc.)adb reboot recovery
adb root
adb push ./system-data.tgz /
and adb push ./user-data.tgz /
rm ./system-data.tgz
in adb shell and then returning by Ctrl+D
to PC shell)adb shell
(command prompt will change to #
sign)tar -xzv -f /system-data.tgz
and tar -xzv -f /user-data.tgz
After finishing and documenting the process, I'we found out that WiFi settings has not been transferred to destination device those must be somewhere in .cache
folder then (I don't really mind, messages, apps, contacts and other settings are quite enough for me)
I just want to be sure, before investing money, that on nexus 5 I can have two bluetooth devices at the same time working together (meaning keyboard and mouse) because I already have BT keyboard and working Slimport adapter ... last thing from HW perspective I am missing is mouse
Did you get your Gemini PDA? I am considering that device, so if you have usable insigthts I would like to know as much as possible
use naming convention Tethering (which is "terminus technicus") instead of hotspot in system settings etc
on it (from scratch - be patient with me plz )
answer could be libertine manager (scope called desktop apps) into which you can install software running on PC (you have to have one) by this I would get VNC client on phone and running server on raspi and wifi, you can use phone as screen for it
the "PC" can as well be the same raspi where you can run some ubuntu distro if you have temporarily different screen and move vnc client to phone
looking forward for it I would like to know who actually is working on halium implementation from our ubports side (besides Mariogrip) where can I check for any update on it (github?)
Having extended work with SIM though GUI would be nice (turning on/off the GSM, being possible to not send number when calling so receiver will not see it, etc)
@doniks yep, I actually have that scope but it is necessary to have "big" computer AFAIK with ubuntu and process is not what could be described as easy one
Maybe it was already discussed, but capability to work (and have easy way to install without need to enabling write mode on the system) linux desktop apps, like any other distro (would prefer if straight from debian) especially for PC mode
@JosuΓ© so this cool feature will actually be in OTA3? Cause now that is shiny
@Flohack these are all good news to hear, I hope BQ will want to cooperate in this after all. You are doing amazing job out there, thank you.
there is a possibility to use script /usr/share/ofono/scripts/offline-modem with parameter /ril_0 which will stop receiving signals from network, so typing in terminal:
/usr/share/ofono/scripts/offline-modem /ril_0
will turn off SIM1 ... and to say B-side as well
/usr/share/ofono/scripts/online-modem /ril_0
will trun it back on
if you want to manipulate SIM2 just use /ril_1
parameter for those scripts
In means of convergence verb "to converge" should be Guqula according to google translate. (btw system > uhlelo)
While giving it a deeper thought, question may also be: What do we want to express by name of the system? and since there is not yet longterm goal besides make the system working, that might be a very difficult question to answer.
@Flohack : example of words starting with ub in zulu or those which contains ub
Branding of linux distro is IMHO mostly based on packaging system, so question about name of system should be derived out from question: do we use packages anyhow connected to ubuntu? and for now answer is: yes, because AFAIK our development tools are from ubuntu desktop linux, and also at-least here we assume developer for this system would have ubuntu on desktop
And if it comes to suggestions geeky name UB3 crossed my mind at current circumstances (suggesting that U'll be free with this distro )
If we achieve freedom from desktop distributions and still would like to have some (well hidden) link to ubuntu, we may generate new name the way they did - for instance "mobile" (adjective) according google translate in zulu is "hambelayo" or "bukhali" for "smart" and "thintana" is verb for "to touch / to contact"; but we also can go completely our way - same as ubuntu and basically everyone did when derived from debian - for instance showing that this is "the linux distro for mobile devices": molix, mode linux, or just smartdev linux / touchscreen linux etc ...
Hi all,
the name is Peter ValachoviΔ I am IT teacher from Slovakia, some years ago after finishing FIIT in Bratislava I've decided that I want to work on making world a better place, so I quit ERP systems maintaining and development and I teach on high school and help kids with studies in free time.
My phone of everyday use is Ubuntu BQ 5 HD, I was thinking about translations to Slovak even earlier, although I havenΒ΄t started yet. IΒ΄ll gladly help with testing apps and if IΒ΄ll have time (which is not really often) I can help with some apps development too