maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files (https://talk.maemo.org/showthread.php?t=86957)

trafick 2013-11-05 13:34

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by juiceme (Post 1384488)
If you cannot boot Harmattan at all, boot to ubiboot maintanance console, copy the tarfile in device and extract the file there...

i am boot Harmattan,
please share the original files: sbin/evtap & preinit

juiceme 2013-11-05 16:06

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by trafick (Post 1384491)
i am boot Harmattan,
please share the original files: sbin/evtap & preinit

You need those only if you want to use Backupmenu without ubiboot.
Ubiboot uses a bit different approach.

However, if you really need those:
  • The file "/sbin/preinit_harmattan" is same as the original "/sbin/preinit", so you can get it from the preinits.tar file.
  • As for evtap, you can find it in many places, for example if you want to compile it yourself, the source is on my svn server: https://toosa.swagman.org/svn/sillykbd/TRUNK/evtap.c
    Compiled binary you can get from ubiboot rootfs for example: https://toosa.swagman.org/svn/animat.../usr/bin/evtap
    (that's tha latest, version 0.9.0, I am not sure which one you need as the command parameters have changed in different versions...)

hrbani 2013-11-06 17:01

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
1 Attachment(s)
Hi
I had installed BackUp Menu before I installed Ubiboot.
I want to add BackUp Menu to Ubiboot (use Ubiboot to launch to BacUp Menu)
I thought to use NitDroid menu so I tried combinations of these changes to Ubiboot rev. 0.3.3:

a)
1) G_NITDROID_INITSCRIPT="\/sbin\/preinit"
2) G_NITDROID_INITSCRIPT="\/sbin\/init"

b)
1)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/Nitdroid/boot/zImage.pr13"
2)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/backupmenu/boot/zImage.pr13"
3)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/multiboot/boot/zImage.pr13"

c)
above changes with zImage_2.6.32.54-openmode_l2fix

but phone didn't boot!:( and the warning: use maintenance kernel and ...

I attached Screen Shots of BackUpMenu containings.
I would be glad to recieve your guidances to run BackUp Menu with Using Ubiboot.

with regards

juiceme 2013-11-06 17:24

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by hrbani (Post 1384689)
Hi
I had installed BackUp Menu before I installed Ubiboot.
I want to add BackUp Menu to Ubiboot (use Ubiboot to launch to BacUp Menu)
I thought to use NitDroid menu so I tried combinations of these changes to Ubiboot rev. 0.3.3:

a)
1) G_NITDROID_INITSCRIPT="\/sbin\/preinit"
2) G_NITDROID_INITSCRIPT="\/sbin\/init"

b)
1)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/Nitdroid/boot/zImage.pr13"
2)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/backupmenu/boot/zImage.pr13"
3)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/multiboot/boot/zImage.pr13"

c)
above changes with zImage_2.6.32.54-openmode_l2fix

but phone didn't boot!:( and the warning: use maintenance kernel and ...

I attached Screen Shots of BackUpMenu containings.
I would be glad to recieve your guidances to run BackUp Menu with Using Ubiboot.

with regards

First thing is, I suggest you update to ubiboot 0.3.5 as it contains lots of bugfixes.

As for running backupmenu, of course the "correct" way to do that is to embed the backup menu under ubiboot, so that it works in the ubiboot maintanance mode domain. That is still WIP, and I might look at it one of these days when I've got some spare time to do it... :)

What you can do, however is to do what I guess you were after now: Launching bacupmenu in Harmattan preinit context. This would mean chainloading like ubiboot->backupmenu->Harmattan, so that first you boot with ubiboot, and when you select Harmattan you would get into the backupmenu selection before it boots up.
That should indeed be easy, even as I have not checked this myself. Just make sure that the "/sbin/preinit" installed by backupmenu is there, and then set the ubiboot.conf key like you have in a.) - 1.), G_NITDROID_INITSCRIPT="\/sbin\/preinit"

That should work, yes.

Now, as for why your device doesn't boot, when you install ubiboot 0.3.5 it is much easier to debug. You can see what's the problem by looking at the file MyDocs/boot/ubiboot.log.

hrbani 2013-11-07 12:22

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by juiceme (Post 1384701)
...That should indeed be easy, even as I have not checked this myself. Just make sure that the "/sbin/preinit" installed by backupmenu is there, and then set the ubiboot.conf key like you have in a.) - 1.), G_NITDROID_INITSCRIPT="\/sbin\/preinit"

That should work, yes.

Now, as for why your device doesn't boot, when you install ubiboot 0.3.5 it is much easier to debug. You can see what's the problem by looking at the file MyDocs/boot/ubiboot.log.

I did but it went to Nitdroid menu with no kernel and with adding kernels the mentioned error.

juiceme 2013-11-07 12:43

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by hrbani (Post 1384875)
I did but it went to Nitdroid menu with no kernel and with adding kernels the mentioned error.

Did you install ubiboot 0.3.5 ?
If so, please post the log from MyDocs/boot/ubiboot.log
If not, please post the log from /var/log/ubiboot.log

hrbani 2013-11-07 16:23

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
2 Attachment(s)
Quote:

Originally Posted by juiceme (Post 1384880)
Did you install ubiboot 0.3.5 ?
If so, please post the log from MyDocs/boot/ubiboot.log
If not, please post the log from /var/log/ubiboot.log

Hi Dear Juiceme and thanks a lot :)
Not yet, but I will install it tonight.
I attached it.
I don't know any thing about programming of BackUp Menu and Ubiboot, but I think Ubiboot base is runinnig OS in main menu with the selected submenu kernel is it right? So I think we need to an icon in main menu with no sub menu (for kernel selection) that only runs preinit. Or the "i" icon in sub menu (after we select it in main menu) can be used for running preinit.
What is your opininon? Is it easy to change ubiboot-02.menus.cpio to do above idea or its a time taking process?

juiceme 2013-11-07 17:10

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by hrbani (Post 1384937)
Hi Dear Juiceme and thanks a lot :)
Not yet, but I will install it tonight.
I attached it.
I don't know any thing about programming of BackUp Menu and Ubiboot, but I think Ubiboot base is runinnig OS in main menu with the selected submenu kernel is it right? So I think we need to an icon in main menu with no sub menu (for kernel selection) that only runs preinit. Or the "i" icon in sub menu (after we select it in main menu) can be used for running preinit.
What is your opininon? Is it easy to change ubiboot-02.menus.cpio to do above idea or its a time taking process?

Unfortunately the more important log file (ubiboot.log) is empty in your zipfile :(

As for the menu, I think the way to launch the backupmenu is from it's own icon, the tools menu in 0.3.5

dna77 2013-12-18 18:30

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Hi,
i wasnt using android for a long time and recently wanted to boot into it ( im using backup menu boot selector ) and all what happens after choosing android is power off.
I did an android restore from a previously made backup but the problem stays. I gues it happened after i updated to the last version of backup menu 1.1_9 . Is there an older version ie 1.1_8 somewhere to download??
Or maybe you guys know how to fix that issue??

Cheers

farfary 2013-12-18 18:41

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by dna77 (Post 1398325)
Hi,
i wasnt using android for a long time and recently wanted to boot into it ( im using backup menu boot selector ) and all what happens after choosing android is power off.
I did an android restore from a previously made backup but the problem stays. I gues it happened after i updated to the last version of backup menu 1.1_9 . Is there an older version ie 1.1_8 somewhere to download??
Or maybe you guys know how to fix that issue??

Cheers

upload your "/sbin/preinit"

dna77 2013-12-22 19:53

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Thats my preinit:

http://wikisend.com/download/725608/preinit

salahkhani 2013-12-28 14:07

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Dear Fellows

I have a question regarding the matter of flashing the kernel for this app so Do I really have to flash it for installing back up menu and what will happen if I install it with no flashing the kerenl for example

and is it now stable for installing only i need is to back up my apps and everything in the device

Abdulaziz88 2013-12-29 16:58

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
hi salah25 ..


What are you doing here!

juiceme 2013-12-29 17:10

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by salahkhani (Post 1401489)
Dear Fellows

I have a question regarding the matter of flashing the kernel for this app so Do I really have to flash it for installing back up menu and what will happen if I install it with no flashing the kerenl for example

and is it now stable for installing only i need is to back up my apps and everything in the device

Hmm well actually you do not need to flash a different kernel, if you already have an Open Mode kernel installed :)
Just installing the BackupMenu files is enough.

Usually people want to run Nitdroid etc. on the side and that is the reason they want to install Android-compatible kernel.

salahkhani 2013-12-29 17:37

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by Abdulaziz88 (Post 1401849)
hi salah25 ..


What are you doing here!

hey dude am always here

farfary 2013-12-29 18:16

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
backup menu is a script and it run in preinit of harmattan system, and use openmode kernel ( nitdroid kernel ) , if you use ubiboot you can run backup menu now, i working to support it

salahkhani 2013-12-29 18:36

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by farfary (Post 1401879)
backup menu is a script and it run in preinit of harmattan system, and use openmode kernel ( nitdroid kernel ) , if you use ubiboot you can run backup menu now, i working to support it

Hey dude am trying to install sailfish on my devcie and certainly am gonna use ubiboot so what to do install backup menu or wait


one more thing the code of installing backup menu is not working showing me like invalid code and not such a file directory

so what to do

farfary 2013-12-29 20:57

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
i work on it, wait :)

salahkhani 2013-12-30 09:40

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by farfary (Post 1401937)
i work on it, wait :)
output error !

Thanks Dude will be waiting for your output result

dna77 2014-01-01 21:08

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by farfary (Post 1398332)
upload your "/sbin/preinit"

please excuse me for
my previous delay, im having tricky connection to internet currently so after few days ive uploaded it to:
http://wikisend.com/download/725608/preinit


do you have an idea what caues my android to power off at boot time?

farfary 2014-01-01 21:13

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
plz upload in another upload center ( dropbox, 4shared, ... )

dna77 2014-01-02 15:32

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by farfary (Post 1402853)
plz upload in another upload center ( dropbox, 4shared, ... )

Ok here it is:

https://www.dropbox.com/s/y6tp0sqrcxxdxzt/preinit

dna77 2014-01-18 17:59

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
and farfary can you see any reasony why my android is not booting?

dna77 2014-02-14 18:10

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
I have extracted the preinit file from my old bakup of root
and replacet it ( i thought that this could fix my problem ) .
What happened -- my phone is not booting any more!

I have tried to connect it to linux to recover using flasher and n9.zip package that you privided but my linux (ubuntu) doesn't register n9 as a flash drive.

From flasher i get this output:

Suitable USB interface (bootloader/phonet) not found, waiting...

USB device found at bus 001, device address 034.
Device identifier: 357923041376635 (SN: N/A)
Found device RM-696, hardware revision 1507
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3.280.04.1_PR_280
Sending kernel image (2497 kB)...
100% (2497 of 2497 kB, avg. 30461 kB/s)
Sending initfs image (1920 kB)...
100% (1920 of 1920 kB, avg. 30000 kB/s)
Success



But then when i do fdisk -l there is no new drives there.


Please help!
I have very important data on this phone and i need to recover it

neph 2014-05-22 16:19

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

From flasher i get this output:

Suitable USB interface (bootloader/phonet) not found, waiting...

USB device found at bus 001, device address 034.
Device identifier: 357923041376635 (SN: N/A)
Found device RM-696, hardware revision 1507
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3.280.04.1_PR_280
Sending kernel image (2497 kB)...
100% (2497 of 2497 kB, avg. 30461 kB/s)
Sending initfs image (1920 kB)...
100% (1920 of 1920 kB, avg. 30000 kB/s)
Success
Bump, I have the same problem.

lazart 2014-06-17 10:29

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
if you need to flash open mode, you can save your accounts easily using the standard backup (just before flashing) in settings/backup. Worked for me.

Should somebody confirm this or could I put it in the Wiki?

mfiskindal 2014-10-20 10:35

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
It's working with ubiboot ?

mr666acdc 2015-02-17 00:21

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
3 Attachment(s)
Quote:

Originally Posted by juiceme (Post 1384701)
First thing is, I suggest you update to ubiboot 0.3.5 as it contains lots of bugfixes.

As for running backupmenu, of course the "correct" way to do that is to embed the backup menu under ubiboot, so that it works in the ubiboot maintanance mode domain. That is still WIP, and I might look at it one of these days when I've got some spare time to do it... :)

What you can do, however is to do what I guess you were after now: Launching bacupmenu in Harmattan preinit context. This would mean chainloading like ubiboot->backupmenu->Harmattan, so that first you boot with ubiboot, and when you select Harmattan you would get into the backupmenu selection before it boots up.
That should indeed be easy, even as I have not checked this myself. Just make sure that the "/sbin/preinit" installed by backupmenu is there, and then set the ubiboot.conf key like you have in a.) - 1.), G_NITDROID_INITSCRIPT="\/sbin\/preinit"

That should work, yes.

Now, as for why your device doesn't boot, when you install ubiboot 0.3.5 it is much easier to debug. You can see what's the problem by looking at the file MyDocs/boot/ubiboot.log.

I wasn't able to boot backupmenu from Ubiboot with this metod with preinit from backupmenu, anybody knows how to achieve this?

juiceme 2015-02-17 10:36

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by mr666acdc (Post 1461005)
I wasn't able to boot backupmenu from Ubiboot with this metod with preinit from backupmenu, anybody knows how to achieve this?

OK, so exactly how does your device behave?

From the ubiboot log I can see that you got correctly into the ubiboot menu, and selected the kernel zImage_2.6.32.61-plus_20131128 from the Harmattan menu, so at least that much went correctly.

Now what happened after that, did your device just hang up or did it boot to Harmattan directly, with no BackupMenu stage between?

The preinit file you included looks correct, so if the device hangs there might be a permission problem with it.

mr666acdc 2015-02-18 01:56

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
It boots to Harmattan directly, but a little bit longer than with standard preinit. No sign of BackupMenu.

juiceme 2015-02-18 10:39

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by mr666acdc (Post 1461099)
It boots to Harmattan directly, but a little bit longer than with standard preinit. No sign of BackupMenu.

Do you have the backupmenu files correctly installed in "/opt/multiboot/"?
If you have some problem there then the startup script defaults to booting to Harmattan instead of backupmenu.

mr666acdc 2015-02-19 02:50

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
I installed Backupmenu
Code:

tar -xvf /home/user/MyDocs/backupmenu_1.1_9.tar -C /
Tar is unpacked without any errors, /opt/multiboot/ have all files from tar archive.

juiceme 2015-02-19 11:52

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Pretty strange, as at least looking at your configuration it should work correctly;
  • Your ubiboot.conf has G_OS2_INITSCRIPT="\/sbin\/preinit" which means that it will use /sbin/preinit as the next phase initscript.
  • The preinit script that you included looks correct
  • If the permissions of the preinit script were wrong, it would not boot at all

mr666acdc 2015-02-23 02:55

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
I flashed a couple of times and tried with clean device:
  • 2.6.32.54-openmode_l2fix + BackupMenu = works (boots to Backupmenu)
  • 2.6.32.61-plus_20131128 + BackupMenu = works (boots to Backupmenu)
  • 2.6.32.54-openmode_l2fix + Ubiboot + BackupMenu = does not work (boots to Harmattan)
  • 2.6.32.61-plus_20131128 + Ubiboot + BackupMenu = does not work (boots to Harmattan)

juiceme 2015-02-23 13:08

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by mr666acdc (Post 1461730)
I flashed a couple of times and tried with clean device:
  • 2.6.32.54-openmode_l2fix + BackupMenu = works (boots to Backupmenu)
  • 2.6.32.61-plus_20131128 + BackupMenu = works (boots to Backupmenu)
  • 2.6.32.54-openmode_l2fix + Ubiboot + BackupMenu = does not work (boots to Harmattan)
  • 2.6.32.61-plus_20131128 + Ubiboot + BackupMenu = does not work (boots to Harmattan)

Allright, then it looks like there is some problem indeed launching backupmenu from a session running after ubiboot.
I'll have to investigate this sometime when I have spare time.

jmo707 2015-03-30 13:01

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Ok, I've been looking on the web thoroughly, but all the links to BackupMenu seem to be dead --backupmenu_1.1_9-bootit.tar and backupmenu_1.1_9.tar as well--

Is there another backup solution? Or if that's not the case, could anyone upload the packages again?

Thanks a lot!

hedayat 2015-03-30 19:18

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
You can backup your N9 in GNU/Linux using 'maintenance mode' of ubiboot.

jmo707 2015-04-04 22:26

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Do you mean by copying all the content on the partitions? (MyDocs, /user and rootfs)

daols 2015-04-19 05:06

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Quote:

Originally Posted by farfary (Post 1270156)
1- Install flasher for your linux
2- Download this file N9.zip and put on your pc
3- open terminal
4- cd to dir of these files
5- type this command ( as root )
flasher --load -k

hi~ the requested address "https://www.dropbox.com/s/3xlxzx9wcrs30xe/N9.zip" return a page of "404", please re upload it, thank you very much!!

daols 2015-04-19 05:09

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
hi~ the requested address "https://www.dropbox.com/s/3xlxzx9wcrs30xe/N9.zip" return a page of "404", please re upload it, thank you very much!!


All times are GMT. The time now is 17:25.

vBulletin® Version 3.8.8