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)

meemorph 2013-02-10 20:12

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

Originally Posted by n9revised (Post 1312248)
Hi, I am a new member..
I reach the final screen on the backup menu: http://i50.tinypic.com/4fztxi.jpg
On my screen are only 4 squares!! the first 3 contain the numbers 1, 2, 3 and the last one the letter Q!! squares 4 and 5 are missing.
Pressing any of the 3 first squares i get the message "wrong selected Again..." the 6th reboots. The android and meego images work fine. I used the 'Backupmenu (Bootit) v 1.1_9' file during setup.How can I fix this issue? Thank you!

The screen you are talking about says: press 1 2 3 to start backup menu. You should press 1 first, 2 second and 3 third and after that you will see the backup menu.

meemorph 2013-02-10 20:26

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

nice work - I like it. There is a little bug in your /opt/multiboot/bootit-xxxx scripts.

bug: echo "bootit="xxxx"" > /sbin/bootit
result: bootit=xxxx
-> this can result in errors in the preinit script if you source the /sbin/bootit, like you did.

correct: echo "bootit=\"xxxx\"" > /sbin/bootit
result: bootit="xxxx"
that is what you want, I think. It works perfect with this.

Thank you, for that hack.

farfary 2013-02-10 23:31

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

Originally Posted by meemorph (Post 1322312)
Hi farfary,

nice work - I like it. There is a little bug in your /opt/multiboot/bootit-xxxx scripts.

bug: echo "bootit="xxxx"" > /sbin/bootit
result: bootit=xxxx
-> this can result in errors in the preinit script if you source the /sbin/bootit, like you did.

correct: echo "bootit=\"xxxx\"" > /sbin/bootit
result: bootit="xxxx"
that is what you want, I think. It works perfect with this.

Thank you, for that hack.

very thanks :) , i didn't know this
my next update is in way , i fix it

dna77 2013-02-18 23:17

Re: [ Announce ] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Boot Up , Backup System and User Files
 
Hi,
thanks farfary for the great job!


i dont know if that was already posted but i have one bug in menu.
when my phone is switched off and i plug in a charger then the phone switches on, and then freezes on the backup menu. Would be so nice to fix this.

I have also.a.wish to have a small clock on backup menu ( useful for me)

Greetings

farfary 2013-02-22 04:06

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

Originally Posted by dna77 (Post 1323725)
Hi,
thanks farfary for the great job!


i dont know if that was already posted but i have one bug in menu.
when my phone is switched off and i plug in a charger then the phone switches on, and then freezes on the backup menu. Would be so nice to fix this.

I have also.a.wish to have a small clock on backup menu ( useful for me)

Greetings

thanks , i didn't have this problem , so i don't know what is it and how fix it , but i try to fix :)

in next update the GMT time ( not local time ) , and battery state, and battery charging state in backupmenu's top bar , and backup & restore state ( percentage ) is showed in backup & restore process

lbee 2013-03-06 08:10

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
ubiboot is ready, any plan for backupmenu @farfary. Im waiting for this. Thks :p

thedead1440 2013-03-06 08:13

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

juiceme has said farfary is working on an updated backupmenu to work with ubiboot. Maybe they'll take some time as juiceme is improving ubiboot so backupmenu should follow after that :D

farfary 2013-03-06 08:28

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

warypopp 2013-03-06 17:41

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
How can I delete the Backup folder menu, it did not install properly.

've Just installed without kernel. and that's wrong.

warypopp 2013-03-06 17:43

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
I mean the folder opt Backup menu

farfary 2013-03-06 22: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 warypopp (Post 1327291)
I mean the folder opt Backup menu

in terminal with root :
Code:

rm -rf /opt/backupmenu

n0x 2013-03-07 01:15

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 thedead1440 (Post 1327183)
lbee,

juiceme has said farfary is working on an updated backupmenu to work with ubiboot. Maybe they'll take some time as juiceme is improving ubiboot so backupmenu should follow after that :D

Does that mean we can expect a "recovery mode" like the CWM/TWRP in Android? I know it's a huge leap, but that would be awesome.

farfary 2013-03-07 01:46

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 n0x (Post 1327373)
Does that mean we can expect a "recovery mode" like the CWM/TWRP in Android? I know it's a huge leap, but that would be awesome.

yes , maybe like CWM
but we don't have SD Card, and more rom
Only Like Nanodroid Backups and Restore

warypopp 2013-03-07 20:58

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

Quote:

Originally Posted by farfary (Post 1327345)
in terminal with root :
Code:

rm -rf /opt/backupmenu


warypopp 2013-05-06 18:56

Nokia N9 / N950
 
it is impossible to develop a program that allows a full backup of the Nokia N9.,.

Symbian has in the PC Suit can make a full backup, really funny from Nokia, which sell for 600 € a half-finished product. really funny nokia strategy.

The next mobile phone is a Samsung Gallaxy because you can even control the TV with and it is even be to backup.,.:mad::mad::mad::mad::mad::mad:

myname24 2013-05-06 19:12

Re: Nokia N9 / N950
 
*backupmenu* says hi . And what a reason to buy the galaxy S4 because it can control TV :P
p.s : even nokia link can make backup also .

peterleinchen 2013-05-15 21:05

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

What about further development?
Especially integration into ubiboot?

juiceme 2013-05-16 08:07

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 peterleinchen (Post 1343906)
@farfary

What about further development?
Especially integration into ubiboot?

Again, it's partly blocked by me :o

For farfry to be able to continue BackupMenu integration, there are few things needed to be added to the ubiboot rootFS; mainly, ssh service and bmestat.

Currently I'm blocked with bmestat 'cos I cannot get the backend dsme-server working on the environment :mad:
It's damn too dependant on whole lot of stuff integrated to the device control. Propably what I'll do is I'll implement an own "bmestat" interface that just pulls the charging state info straight off sysfs.
As for sshd, I had trouble building the TLS libraries off the Harmattan PR1.3 sources, so what I'll propably do is just build it on original sources (when I have time...)

gobar 2013-07-14 09:34

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

I have a problem:

-I made full backup earlier (march), now I restored it, but I can't boot into meego :S

everytime I launch meego, it restarts the phone after the "nokia" logo appears

warypopp 2013-07-14 10:02

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 gobar (Post 1358813)
Hello,

I have a problem:

-I made full backup earlier (march), now I restored it, but I can't boot into meego :S

everytime I launch meego, it restarts the phone after the "nokia" logo appears

I had also somehow then shot up the backup menu , I asked the n9 secured with emmc.bin and my docs. kernel back on it and backup menu back on it and that backup back play .

ridmaur 2013-07-14 10:44

Re: Nokia N9 / N950
 
Quote:

Originally Posted by myname24 (Post 1341699)
*backupmenu* says hi . And what a reason to buy the galaxy S4 because it can control TV :P
p.s : even nokia link can make backup also .

If it doesn't fail with an EDP_FAILED_TIMEDOUT error, which it does all the time. Completely useless software if you want to backup your N9 using a Mac.

gobar 2013-07-19 13: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 warypopp (Post 1358822)
I had also somehow then shot up the backup menu , I asked the n9 secured with emmc.bin and my docs. kernel back on it and backup menu back on it and that backup back play .

I used to flash only the main.bin...now I fashed main.bin+ emmc.bin, it helped me out, now it is working :)

Garp 2013-09-06 08:42

Is Backmenu compatible and useable with Ubiboot?

peterleinchen 2013-09-06 12: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 Garp (Post 1372449)
Is Backmenu compatible and useable with Ubiboot?

Maybe read last page?
Especially link.

Garp 2013-09-06 17:30

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 peterleinchen (Post 1372491)
Maybe read last page?
Especially link.

Sorry too old!:o:o
http://talk.maemo.org/showpost.php?p...&postcount=453

TonyUkuk 2013-09-07 09:19

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
@farfary, thank you very much bro!!! very good idea and very nice app!

i have some little issue. want to test your app but - everything seems working. the icons menu (bootit) and during boot selection althoug everything showing, so everything in wright place. BUT, the icons on my home screen not working - im tapping backup/ssh/android/meego icon and nothing happening, i just tapping them forever and nothing happen :D this is situation on home screen, now telling the problem during booting - the android and meego icons during booting, working fine instead of bootit on homeacreen. i tap to the android and my android os booting, no problems. althoug its like that without problems boots my meego when tapping on meego icon. but the problems are in backup and ssh menus. instead of bootit on home screen, during booting the backup is working, so i can enter to backup, BUT then the issue - after entering backup, there no R or B options, it shows me just 1/2/3 down right of the backup screen and when im selectin 1 or 2 or 3 it gives me "wrong selection! again please". and there is Q on down left of backup screen - the Q is working :D tapping it, it quiting and gooing to reboot, so works as must work. but 1 2 3 not working,so cant enter to backup functions. and the bootit icons on my homescreen although no have any reactions when i select them. but im repeat that during booting the selection of os'es working good as must work, but backup - here i can enter but cant use functions, because giving me "wrong selection. try again"

i have installed all with your instructions, open mode fine opensh fine , tar process went also fine, i have no mind where my fail :( may be my device is chines - brand, 64G, just 003 software variant. i dont know, why this perfect app working so issuely on my device :( KOMAK farfary :)

EDIT: solved - you must type step by step 1 and 2 and 3 to enter to the menu - yea so easy and my stupid head:D

Garp 2013-09-24 19:13

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Backupmenu thinks curren date is 01.01.1970?

http://talk.maemo.org/showpost.php?p...&postcount=169

Ancelad 2013-09-24 19:23

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 Garp (Post 1376511)
Backupmenu thinks curren date is 01.01.1970?

http://talk.maemo.org/showpost.php?p...&postcount=169

Don't think, that it is backupmenu bug...

Garp 2013-09-24 22:56

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 Ancelad (Post 1376514)
Don't think, that it is backupmenu bug...

What then?:confused:

Ancelad 2013-09-25 02:58

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 Garp (Post 1376564)
What then?:confused:

Kernel+? ;)

juiceme 2013-09-25 05:46

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 Ancelad (Post 1376586)
Kernel+? ;)

No, see this post: http://talk.maemo.org/showpost.php?p...&postcount=170

Ancelad 2013-09-25 05:48

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 1376599)

But it takes time normally with default open-mode kernel :)

juiceme 2013-09-25 07:03

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 Ancelad (Post 1376601)
But it takes time normally with default open-mode kernel :)

Well it might be it has a different inplementation of RTC, maybe it's possible to obtain datetime directly inside the kernel but there cannot be any harm in running hwclock from userland, is there? :)

Ancelad 2013-09-25 07:15

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 1376608)
Well it might be it has a different inplementation of RTC, maybe it's possible to obtain datetime directly inside the kernel but there cannot be any harm in running hwclock from userland, is there? :)

Certainly :)

Garp 2013-09-25 07:20

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 1376608)
Well it might be it has a different inplementation of RTC, maybe it's possible to obtain datetime directly inside the kernel but there cannot be any harm in running hwclock from userland, is there? :)

Never had problem with date etc in backupmenu before need to flash N9 and did it with new kernel:confused:

Old kernel zImage.pr13
New kernel from here
http://maemo.cloud-7.de/HARM/N9/1.3/openmode-kernel/

juiceme 2013-09-25 08:01

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 Garp (Post 1376614)
Never had problem with date etc in backupmenu before need to flash N9 and did it with new kernel:confused:

Old kernel zImage.pr13
New kernel from here
http://maemo.cloud-7.de/HARM/N9/1.3/openmode-kernel/


Aaa, so it might well be that most people using backupmenu are actually running the Nitdroid kernel by e-yes...?
It well might be so that it contains the RTC->date functionality missing from "normal" N9 kernels.

TonyUkuk 2013-10-29 11:52

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
I've done, works great for me. Backed up all - rootfs and home and restored without any issues, nice work! :) Will donate

juiceme 2013-10-29 12:27

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
Which reminds me... maybe I should release ubiboot 0.3.5 as it is, as sshd & sftpd are implemented now.

I was hoping to get the WLAN access done in this release but if I push that into 0.3.6 then Backupmenu could use the new features in ubiboot.

trafick 2013-11-05 11:54

Re: [Announce] BackupMenu N9 v 1.1_9 : A Touch Backup Menu On Harmattan Boot Up , Backup System and User Files
 
help me please uninstall Backupmenu (Bootit) v 1.1_9, I do not have the backup of the original files.
please share the original files: evtap & preinit

juiceme 2013-11-05 13:03

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 1384475)
help me please uninstall Backupmenu (Bootit) v 1.1_9, I do not have the backup of the original files.
Backupmenu (Bootit) v 1.1_9 does not work
I use ubiboot 0.3.5

Well, backupmenu hooks into /sbin/preinit so to remove it, you need just to restore the original.

Download http://www.swagman.org/juice/ubiboot/other/preinits.tar and extract it with command "tar -xvf preinits.tar -C /"

If you cannot boot Harmattan at all, boot to ubiboot maintanance console, copy the tarfile in device and extract the file there...


All times are GMT. The time now is 23:22.

vBulletin® Version 3.8.8