![]() |
2014-06-09
, 21:04
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#71
|
The Following User Says Thank You to caveman For This Useful Post: | ||
![]() |
2014-06-09
, 21:27
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#72
|
boemien@boemien-VPCEL23FD:~$ sudo xzcat /home/boemien/Téléchargements/jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée
![]() |
2014-06-09
, 21:31
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#73
|
# Note: nfsnobdy is 4294967294 on 64-bit platforms (-2)
![]() |
2014-06-09
, 21:58
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#74
|
Wow, i think that i missed something!!!
the first command i typed was
without the " > ".Code:xzcat jessie.dd.xz /dev/mmcblk0
now when I type
the result is:Code:xzcat jessie.dd.xz > /dev/mmcblk0
same result with:Code:boemien@boemien-VPCEL23FD:~$ xzcat jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée boemien@boemien-VPCEL23FD:~$ sudo xzcat jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée boemien@boemien-VPCEL23FD:~$
Code:boemien@boemien-VPCEL23FD:~$ xzcat /home/boemien/Téléchargements/jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée boemien@boemien-VPCEL23FD:~$
What is the right command?
PS: Permission non accordée means Permission Denied.
$ sudo sh -c "xzcat jessie.dd.xz > /dev/mmcblk0"
$ sudo su # xzcat jessie.dd.xz > /dev/mmcblk0
$ xzcat jessie.dd.xz | sudo dd of=/dev/mmcblk0 bs=1M
![]() |
2014-06-09
, 22:35
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#75
|
boemien@boemien-VPCEL23FD:~$ sudo su [sudo] password for boemien: root@boemien-VPCEL23FD:/home/boemien# xzcat /home/boemien/Téléchargements/jessie.dd.xz > /dev/mmcblk0 root@boemien-VPCEL23FD:/home/boemien#
![]() |
2014-06-09
, 22:45
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#76
|
Hello Aapo, I had the same problem (** Unable to read file /boot/uInitrd) and it took me hours to see that uInitrd and other files wasn't in folder /boot.
So mkdir boot and then mv files in boot dir.
Hope this helps.
![]() |
2014-06-14
, 17:31
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#77
|
The project's primary mission is that we make Hildon Desktop installable on MeeGo with all the goodies it has on Maemo.
** (hildon-desktop:2378): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files ** (./hildon-desktop:2378): CRITICAL **: SelectionColor: unknown color (./hildon-desktop:2378): GLib-GObject-WARNING **: /build/glib2.0-ioZeJ5/glib2.0-2.40.0/./gobject/gsignal.c:2462: signal 'key-pressed-event' is invalid for instance '0x2d3138' of type 'HdLauncher' ** (./hildon-desktop:2378): WARNING **: Error loading cached background image /home/user/.backgrounds/background-1.pvr. Failed to open file '/home/user/.backgrounds/background-1.pvr': No such file or directory ** (./hildon-desktop:2378): WARNING **: hd_launcher_tile_set_icon_name: couldn't find icon tasklaunch_default_application
Qildon is a set of Qt Widgets to work together with Hildon Desktop without dependencies on Hildon or Gtk+
![]() |
2014-06-14
, 22:43
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#78
|
The Following 2 Users Say Thank You to Android_808 For This Useful Post: | ||
![]() |
2014-06-14
, 22:51
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#79
|
great news aapo but i have a couple of questions.
is hal really necessary though? if we (maemo5) are only using it to automount hotplugged devices, udev+udisks would be sufficient. to use old software maybe but are you risking recreating the whole fork/cross version situation we have already.
bme/mce: are those links the same as the replacements were using/got available on maemo5? i thought ours were RE'd.
I quickly check that is has some tough dependency (I don't yet know where to get)
osso-systemui-modechange-dev
libdevlock-dev
osso-systemui-devlock-dev
osso-systemui-splashscreen-dev
libcal-dev (binary version from this can be installed from NOKIA-binaries)
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2014-06-15
, 07:22
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#80
|