@marc123454321 If you want to mount in this way, it is better, of course, to make a script so that you do not have to type such command every time. Make sure that the username and password are correct. The command may need the root privileges, you can try to use sudo before it, also try adding yet another parameter: vers=2.0
Posts made by Markatrafik
-
RE: File explorer PC files samba acces
-
RE: Securing a Volla Phone against thieves
@dobey there are some nice people who soldering for that, they save me sometimes... with the TV sets, STB and smartphones that had been hard bricked by bad bootloaders / firmware
-
RE: Selling a Xiaomi Redmi Note 7 with UT preinstalled
@domubpkm about Russia - it's all OK... you can install anything you want... even you can sell your phone on an internet noticeboard, to private hands. But official business can only sell something that complies with the law - smartphone must have a number of components installed, all sorts of Russian search engines and office applications, etc...
-
RE: Redmi Note 7 / State of play
and yet few points about the Redmi Note 7 functions ....
- USSD from the dialer does't work, but python scripts in the shell OK
- Compass function, does it work or not, is there any application?
- GPS function. The uNav wasn't working. Is everything OK now?
- IR to control home appliances, in Andorid there is an application
- No charging logo/indicator when powercord is connected
-
RE: Ubuntu Boot problems after install On A2
@carlod Some people claim that the files on the 'persist' (ext4) and 'persist_image' (emmc) partitions were changed, but I saved and restored those too. So something else. Maybe some code inside in the WiFi chip (Qualcomm) ? Unfortunately I do not know yet in detail how it works.
-
RE: File explorer PC files samba acces
@keneda You don't give the impression of a dumb user. On the contrary, an cool hacker, who is correcting runtime code in the RAM directly with hexeditor... at least, that is my impression.
-
RE: Best recent phone hardware for install ?
@domubpkm I confirm that there are problems with the installation on the Redmi Note 7. Let's create a thread in the corresponding conference, and if the developers help us - let's debug it from/under Linux...
-
RE: File explorer PC files samba acces
@keneda this is a Linux, and can be used directly...
mkdir ~/archive && mount //10.20.30.40/archive ~/archive -t cifs -o username=nobody,password=xxxxxx,rw,noexec,nosuid,noacl,iocharset=cp437,uid=32011,gid=32011,noperm,file_mode=0660,dir_mode=0770
and use any application...
-
RE: Best recent phone hardware for install ?
@stanwood where to get that snapshot?
-
RE: LG nexus 5, welcome screen is shifted upwards after switching power on
@keneda If the community will not set a goal of independent operation of UT with smartphone hardware as it do Librem and Pine, after a while Google will shut down the ability to use its components to work UT. For this, cryptographic means of binding of software and hardware can be used by Google. On the other hand, we can go the current way, then if UT gains more popularity, we can make own HAL, independent of Android, and the manufacturers themselves will write drivers for Linux and fit it into that HAL.
-
RE: Login screen/Code input Design
@keneda It would be nice to be able to change the color of the password window from white to black... If all in the Dark theme, this window is knocked out...
-
RE: LG nexus 5, welcome screen is shifted upwards after switching power on
@keneda That's clear... so how does UT still use part of Android to interact with the hardware? And the community does not have the power to normally port all drivers into the mainstream Linux kernel. There is no way to convince manufacturers to do this - there is no market yet. But, what does "correct" Android mean? I guess it's the one that was installed by the manufacturer on the phone when it was sold, and updated in the normal way? And while UT wants Android 9 but not Android 10 - as there are some problems in interfacing with its components? This is all very sad of course... as no one wants to change the situation, or simply there is no power.
-
RE: LG nexus 5, welcome screen is shifted upwards after switching power on
@keneda Googlandroid is very uncomfortable... and, this is not right way
-
RE: Ubuntu Boot problems after install On A2
Sorry for offtopic, but I also had a problem with installation, but on Xiaomi Redmi Note 7, in one case ubports-installer turned the phone into a brick, in other after reflashing it fell out into halium recovery mode. I could only successfully install only through TWRP v10 GSI firmware, which then does not update. I temporarily restored Android from the backup, but now it has broken WiFi, MAC is 02:00:00:00:00:00, BTW, does anyone know how to fix it? with BT somehow everything is slow.
-
RE: Open Ubuntu Touch to all Android applications !
@xray2000 in the Russia they have introduced a slightly strange law, probably meaning versus Google Android and Apple iOS, according to this law into each saled smartphone must be installed with a Russian browser (any "russian" build :), a Russian search engine (Yandex), Russian email service (Mail.ru, etc...), Russian messenger (ICQ? ), and Russian social network (VK.com ?), Russian antivirus (Kasperskiy ?), Russian voice assistant (Yandex Alisa or Mail.ru Marusya), Gosuslugi service for communication with the gov., Mir payment system service (alternative to VISA and MasterCard), Russian cloud storage (Yandex Disk) and Russian software office (something based on "OpenOffice"). Otherwise there will be problems at customs. So we need someone to put it all together, at least in the form of Web-applications.
-
RE: Caller echo
@c_moi ... and yet the problem is not the phone case. I decided to return Android for now, restored backup of all partitions through TWRP, loaded Android, and decided to try this case, will this "echo" under Android. There is no echo, the caller not hear himself, even when this phonecase on the phone. BTW, some kind of problem with echo cancellation under UT!
-
RE: The camera-app is crashing!
@keneda Can the interface/installer say it won't work with these libraries instead of just overwriting the application to make it broken? Somebody should have thought of that when they did the rebuild.
I can't find my old .click package and I can't figure out how to download it from OpenStore either.
P.S. In idea it would be good for me to deploy a development environment on a PC to be able to cross-compile something for the phone, how to do this?
-
RE: The camera-app is crashing!
@keneda Thanks I just pressed the "Update" button and had sex with the system for hours.
-
RE: The camera-app is crashing!
@keneda ubports_GSI_installer_v10.zip
$ dpkg -l | grep libqt5core
ii libqt5core5a:arm64 5.9.5+dfsg-0ubports3 arm64 Qt 5 core moduleWhy doesn't the installer in the interface keep track of this and kill the application as a result?
~$ ldd /userdata/system-data/opt/click.ubuntu.com/com.ubuntu.camera/3.2.3/camera-app linux-vdso.so.1 => (0x00000072f54c8000) libQt5Gui.so.5 => /usr/lib/aarch64-linux-gnu/libQt5Gui.so.5 (0x00000072f501a000) libstdc++.so.6 => /usr/lib/aarch64-linux-gnu/libstdc++.so.6 (0x00000072f4e8b000) libQt5Qml.so.5 => /usr/lib/aarch64-linux-gnu/libQt5Qml.so.5 (0x00000072f4aec000) libQt5Core.so.5 => /usr/lib/aarch64-linux-gnu/libQt5Core.so.5 (0x00000072f45ae000) libgcc_s.so.1 => /lib/aarch64-linux-gnu/libgcc_s.so.1 (0x00000072f458d000) libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x00000072f4447000) /lib/ld-linux-aarch64.so.1 (0x00000072f549d000) libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0 (0x00000072f441b000) libGLESv2.so.2 => /usr/lib/aarch64-linux-gnu/libhybris-egl/libGLESv2.so.2 (0x00000072f43f4000) libpng12.so.0 => /lib/aarch64-linux-gnu/libpng12.so.0 (0x00000072f43c5000) libharfbuzz.so.0 => /usr/lib/aarch64-linux-gnu/libharfbuzz.so.0 (0x00000072f4362000) libz.so.1 => /lib/aarch64-linux-gnu/libz.so.1 (0x00000072f433b000) libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x00000072f428e000) libQt5Network.so.5 => /usr/lib/aarch64-linux-gnu/libQt5Network.so.5 (0x00000072f410c000) libicui18n.so.55 => /usr/lib/aarch64-linux-gnu/libicui18n.so.55 (0x00000072f3e9f000) libicuuc.so.55 => /usr/lib/aarch64-linux-gnu/libicuuc.so.55 (0x00000072f3cfe000) libdouble-conversion.so.1 => /usr/lib/aarch64-linux-gnu/libdouble-conversion.so.1 (0x00000072f3cdd000) libdl.so.2 => /lib/aarch64-linux-gnu/libdl.so.2 (0x00000072f3cca000) libglib-2.0.so.0 => /lib/aarch64-linux-gnu/libglib-2.0.so.0 (0x00000072f3bc3000) libhybris-common.so.1 => /usr/lib/aarch64-linux-gnu/libhybris-common.so.1 (0x00000072f3b95000) libfreetype.so.6 => /usr/lib/aarch64-linux-gnu/libfreetype.so.6 (0x00000072f3af8000) libgraphite2.so.3 => /usr/lib/aarch64-linux-gnu/libgraphite2.so.3 (0x00000072f3acb000) libicudata.so.55 => /usr/lib/aarch64-linux-gnu/libicudata.so.55 (0x00000072f2204000) libpcre.so.3 => /lib/aarch64-linux-gnu/libpcre.so.3 (0x00000072f2193000) librt.so.1 => /lib/aarch64-linux-gnu/librt.so.1 (0x00000072f217c000)
BTW, the application was prelinked by the short library prefix, .5 <- version 5, but could not find the Symbol already after launch.
Either you need to specify the full .5.12 index for linking, or check the dependencies in the distribution package!How to install previous version, that linked with Qt 5.9 ?!