Active Topics

 



Notices


Reply
Thread Tools
Posts: 669 | Thanked: 433 times | Joined on May 2010
#1001
Originally Posted by RobbieThe1st View Post
So, lets see. I dunno; I may come back and help a little again.
I've just grabbed all my old files, put together my n900 folder(fortunately most of my files were on my N900 so I didn't lose much when my HD got wiped). Also, I now have a N900 with a working USB port, so I can safely mess with things.

Anyway, I just grabbed the last copy I had, added libacl1 to the dependencies(just in case; there's a good reason I added it I'm sure), upped the version and uploaded it to devel.

Now, I've been out of the loop for many months; can one of you guys please give me a summary of what's happened, what changes I could make to improve, and what would help.

I can't say I'll be able to do everything - I now have a 40+hr a week job, and am only at my main computer on weekends - but I can help out a bit.
Also, I'm always in #maemo on Freenode, so...
Eventually i realized that there is no need to create & format the partition from a pc at all - just update the BackupMenu's files for ext4 instead of ext3, change the startup mount scripts to ext4 also and let Backupmenu format the partition (while running the restore for optfs process).

All is well now and finally i'm all ext4
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#1002
That's actually... interesting. I might be able to just implement a switch for the optfs restore so you could simply say format as: ext2, ext3, ext4... and possibly do a proper search and replace on the startup scripts aswell.
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following 6 Users Say Thank You to RobbieThe1st For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Jan 2012 @ Italy
#1003
having issue backupping my phone, using MyDocs on ext2, i had a look at backupmenu.item and hoply made it working with any vfat/ext2/ext3 partition with a simple
:%s/-t vfat/-t auto/
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#1004
Hm, does that actually work?
If so, I'll change it immediately. I remember trying to do something like that at one point, and I had to specify the FS... but that could have been the UBIFS stuff.
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following User Says Thank You to RobbieThe1st For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Jan 2012 @ Italy
#1005
at least it seems to
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1006
RobbieThe1st, I know that it's quite a bold idea - considering Your limited time - but, as we have proper framebuffer output now (via kernel-power, which, in near future, will become Community Kernel, bundled with CSSU) maybe it's worth to consider - in "unspecified future" - to use it, instead of text2screen?

I'm quite sure, that it would much simplify the code, allowing other people to more easily contribute patches, in the long run, reducing amount of work that You would have to do

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 4 Users Say Thank You to Estel For This Useful Post:
Posts: 198 | Thanked: 76 times | Joined on Mar 2010
#1007
while considering to update to CSSU, i wanted check out backupmenu first.
downloaded http://repository.maemo.org/extras-d....1.1-1_all.deb and inspected the package to see, what's about to be installed.

first thing, that strikes me odd, is

/usr/share/backupmenu/.functions.sh.swp

second, more serious, thing, is that the postinst script sends the device's IMEI as part of a request to

http://robbiethe1st.afraid.org/BackupMenu/install.php?uid=<IMEI>

is there a reason why this kind of private data is sent? why is the IMEI required at all? as far as i can tell, it makes no difference if the IMEI is sent or not.
 

The Following 6 Users Say Thank You to arne.anka For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1008
RobbieThe1st explained it long time ago, as way to count installations on unique devices. I was rather skeptical about way it's implemented and suggested, to make more clear info about that.

In any way, I have no single doubt, that RobbieThe1st *isn't* using it for any evil reasons. Yet, it's only faith, so everyone concerned can remove this line and re-pack - everything will work fine.
---

By the way, congratulations for proper "investigation" of code - it's rarely seen these days.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 3 Users Say Thank You to Estel For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#1009
Originally Posted by arne.anka View Post
while considering to update to CSSU, i wanted check out backupmenu first.
downloaded http://repository.maemo.org/extras-d....1.1-1_all.deb and inspected the package to see, what's about to be installed.

first thing, that strikes me odd, is

/usr/share/backupmenu/.functions.sh.swp

second, more serious, thing, is that the postinst script sends the device's IMEI as part of a request to

http://robbiethe1st.afraid.org/BackupMenu/install.php?uid=<IMEI>

is there a reason why this kind of private data is sent? why is the IMEI required at all? as far as i can tell, it makes no difference if the IMEI is sent or not.
Yup, robbie the thiest be harvesting our credz for nefarious schemes.

I am cool with it, robbie is a total bro.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post:
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#1010
its a big thread so i coudnt follow it that much. but is it possible to use recovery boot with backupmenu. coz sometimes i need to access the terminal to fix something if i mess up anythng. for ex- to change the transition.ini of hildon-desktop
 
Reply

Tags
backup, backupmenu, cssusupplement, max(useful), rescue-console, restore, system


 
Forum Jump


All times are GMT. The time now is 20:35.