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)

thedead1440 2012-10-06 09:49

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by death_jax (Post 1277155)
Great app farfary ;), but If I want to reduce the 49 (:eek:) seconds to start MeeGo, which part of the preinit file should I edit?

line 352-363:

Code:

multiboot()
{
        modprobe vibra_spi
        modprobe twl4030_keypad
        modprobe twl4030_pwrbutton
        mknod /tmp/touchscreen c 13 67
        mknod /tmp/vibra c 13 70
        mknod /tmp/keypad c 13 68

        /usr/bin/show_png /opt/multiboot/multiboot-full.png
        touch=`cat /proc/bus/input/devices | grep  -A 4 "mXT" | grep "Handlers" | cut -b 13-`
        ii=49

Use a text editor to edit or simply use nano to edit /sbin/preinit/

death_jax 2012-10-06 10:06

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by thedead1440 (Post 1277171)
line 352-363:

Code:

multiboot()
{
        modprobe vibra_spi
        modprobe twl4030_keypad
        modprobe twl4030_pwrbutton
        mknod /tmp/touchscreen c 13 67
        mknod /tmp/vibra c 13 70
        mknod /tmp/keypad c 13 68

        /usr/bin/show_png /opt/multiboot/multiboot-full.png
        touch=`cat /proc/bus/input/devices | grep  -A 4 "mXT" | grep "Handlers" | cut -b 13-`
        ii=49

Use a text editor to edit or simply use nano to edit /sbin/preinit/

Ok thanks, I just wanted to confirm that ;)

thedead1440 2012-10-06 10:14

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Also once you use farfary's preinit, it replaces the previous preinit so there is no such thing as a clean installation...You are replacing one file with another...

If you still want to do so just delete /sbin/preinit and then use farfary's preinit after that...


Edit: Think of preinit as a boot-menu type of thing...By default the n9 will boot into meego but preinit will intercept the regular boot and give you options to boot into a particular OS...Also you can imagine it as something like installing Ubuntu on Windows...You would need GRUB to be able to boot into Ubuntu but if you don't have GRUB properly configured it'll boot into Windows by default...Same thing here...

death_jax 2012-10-06 11:27

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by thedead1440 (Post 1277183)
Also once you use farfary's preinit, it replaces the previous preinit so there is no such thing as a clean installation...You are replacing one file with another...

If you still want to do so just delete /sbin/preinit and then use farfary's preinit after that...


Edit: Think of preinit as a boot-menu type of thing...By default the n9 will boot into meego but preinit will intercept the regular boot and give you options to boot into a particular OS...Also you can imagine it as something like installing Ubuntu on Windows...You would need GRUB to be able to boot into Ubuntu but if you don't have GRUB properly configured it'll boot into Windows by default...Same thing here...

Yes, I know well dual/multi boot OS (Linux & Windows) with GRUB or BURG :D, but I ask for a clean installation because in a previous post, the user MAX9 said that had a problem with:

1. turn device off
2. really off
3. connect it to the charger
4. let automatically boot, don't touch
5. freeze on the old nitdroid multiboot menu

thedead1440 2012-10-06 11:44

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by death_jax (Post 1277213)
Yes, I know well dual/multi boot OS (Linux & Windows) with GRUB or BURG :D, but I ask for a clean installation because in a previous post, the user MAX9 said that had a problem with:

1. turn device off
2. really off
3. connect it to the charger
4. let automatically boot, don't touch
5. freeze on the old nitdroid multiboot menu

Ok I just tested this with Nitdroid preinit, reboot then installed Backup Menu...

- Switched off my phone by pressing the button for 8seconds

- Plug into charger

- The phone boots up and the Backup Menu's boot menu is shown

I don't press anything and allow the 49s to lapse...After 49s the screen blanks with the charging icon appearing and the white led blinking slowly to indicate charging...


Maybe MAX9 used an older version?

death_jax 2012-10-06 11:46

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by thedead1440 (Post 1277221)
Ok I just tested this with Nitdroid preinit, reboot then installed Backup Menu...

- Switched off my phone by pressing the button for 8seconds

- Plug into charger

- The phone boots up and the Backup Menu's boot menu is shown

I don't press anything and allow the 49s to lapse...After 49s the screen blanks with the charging icon appearing and the white led blinking slowly to indicate charging...


Maybe MAX9 used an older version?

Maybe so, thanks again ;)

farfary 2012-10-06 21:09

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by death_jax (Post 1277155)
PS2: The "Creat" instead of "Create" still remain in 4-Backupmenu-start and m-e files

Oww :D I correct this !

Quote:

Originally Posted by thedead1440 (Post 1277183)
Also once you use farfary's preinit, it replaces the previous preinit so there is no such thing as a clean installation...You are replacing one file with another...

If you still want to do so just delete /sbin/preinit and then use farfary's preinit after that...


Edit: Think of preinit as a boot-menu type of thing...By default the n9 will boot into meego but preinit will intercept the regular boot and give you options to boot into a particular OS...Also you can imagine it as something like installing Ubuntu on Windows...You would need GRUB to be able to boot into Ubuntu but if you don't have GRUB properly configured it'll boot into Windows by default...Same thing here...

Yes thedead1440 preinit like a multiboot but its not a multiboot
in stock , preinit is a prepare for init , like mount system , and start WD for omap

and 49s is many :D , i lower this

death_jax 2012-10-06 23:21

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by farfary (Post 1277392)
Oww :D I correct this !



Yes thedead1440 preinit like a multiboot but its not a multiboot
in stock , preinit is a prepare for init , like mount system , and start WD for omap

and 49s is many :D , i lower this

Also m-e-s and m-e-s-f files :D :D
However, I also think that 49 there are too many seconds :D

farfary 2012-10-06 23:34

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by death_jax (Post 1277429)
Also m-e-s and m-e-s-f files :D :D
However, I also think that 49 there are too many seconds :D

Wow Sorry for these wrong spelling :| :D
my english not good
thanks for say these :D
but i dont want release the m-e-s menu :(
i think its not important

death_jax 2012-10-07 08:00

Re: [ Announce ] BackupMenu N9 v 1.1_8 : A Touch Backup Menu On Boot Up , Backup System and User Files ( Released !)
 
Quote:

Originally Posted by farfary (Post 1277432)
Wow Sorry for these wrong spelling :| :D
my english not good
thanks for say these :D
but i dont want release the m-e-s menu :(
i think its not important

Why you said is it not important? I think it's very important for the safety of all :D

PS: I also think that there isn't an english problem but a copy & paste problem :D


All times are GMT. The time now is 10:14.

vBulletin® Version 3.8.8