Active Topics

 



Notices


Reply
Thread Tools
Posts: 58 | Thanked: 31 times | Joined on Feb 2010 @ Shittown
#581
http://robbiethe1st.afraid.org/BackupMenu/ host not available most of the time when i look into it.

I don't know if it runs from your home PC or not, but if you wish i can offer a mirror for the files witch is available 23.5hr per day.
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#582
@Necc: I think it's your DNS - According to my logs, it goes down for about 5 minutes every month or two, and I've not had any trouble recently.
It's also hosted on a professionally-hosted UK VPS along with another site, and that site's users haven't had any issues recently, so..
edit:
Thanks for the offer, though I don't think I need it.
If you want, you can mirror it - it's all GPL.
__________________
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
 
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#583
Can I restore my BackupMenu images through the Nokia Flasher?
Not currently. This is a planned feature, but not in the current version. It -is- possible to convert a BackupMenu image to a Nokia Flasher rootfs image, but it requires a Linux PC with mtd-utils.
Once you have that, the process is as follows(Note, based on this, from Stskeeps:
Code:
#make a temp dir:
mkdir rootfs
#Extract your rootfs tarball:
tar xf *date*-rootfs.tar -C ./rootfs/
#Now, make a file called "ubinize.cfg", edit it, and paste the contents of *note 1*
#Make a ubifs image with our rootfs contents:
mkfs.ubifs -m 2048 -e 129024 -c 2047 -R 4MiB -r ./rootfs/ -v ./base.ubi.img
#Package it up:
ubinize -o ./rootfs.img ubinize.cfg -m 2048 -p 128KiB -s 512
#...And write it to your N900:
flasher-3.5 -r ./rootfs.img -f -R
Note 1:
Code:
[ubifs]
mode="ubi"
image="./base.ubi.img"
vol_id="0"
vol_size="200MiB"
vol_type="dynamic"
vol_name="rootfs"
vol_alignment="1"
vol_flags="autoresize"
NOTE: different versions of mtd-utils sometimes make corrupt images. I find "mtd-utils_20090606-1_amd64.deb" worked for me.

[/QUOTE]

I was trying to make an image i am using backtrack4r2 unstalled on hard drive but i cant gte 8t to pick up phone any ideas how so can make myself a flashable image ..
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Posts: 58 | Thanked: 31 times | Joined on Feb 2010 @ Shittown
#584
According to my ISP, your host IP address is "92.48.69.9".

"www.wildernessguardians.com" uses this IP.

If i try to open "http://92.48.69.9/BackupMenu/" it is a big fat 404 error.

However "http://robbiethe1st.afraid.org/BackupMenu/" is a 1x1 pixel gif file according to my browser (both IE and firefox)

Later i try your site from different ISPs, and if the error is in our side (i also work from an ISP) i'll knock on some heads here to figure this out.
 
ndi's Avatar
Posts: 2,050 | Thanked: 1,425 times | Joined on Dec 2009 @ Bucharest
#585
Not really.

--robbiethe1st.afraid.org--

GET /BackupMenu/ HTTP/1.1
Host: robbiethe1st.afraid.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cache-Control: max-age=0

HTTP/1.1 200 OK
Date: Tue, 01 Feb 2011 00:44:35 GMT
Server: Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1032

The page is not empty, it's a directory listing from an apache.

(Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g Server at robbiethe1st.afraid.org Port 80)
__________________
N900 dead and Nokia no longer replaces them. Thanks for all the fish.

Keep the forums clean: use "Thanks" button instead of the thank you post.
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#586
@necc: Everything's right except for the 1-pix-gif thing; it displays a directory listing for me and ndi.
Also, the IP-based address you can use is http://92.48.69.8/~robbieth/BackupMenu/

@stevomanu:
I'm not sure what you're asking... what are you having problems with?
You -may- want to just not bother with this, especially if you aren't comfortable reflashing a few times - Several people have reported iffy success with that method depending on the version of mtd-tools used.
__________________
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
 
Posts: 58 | Thanked: 31 times | Joined on Feb 2010 @ Shittown
#587
IP-based version works perfectly, thx. I have no idea why the original does not works.
 
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#588
Originally Posted by RobbieThe1st View Post
@
@stevomanu:
I'm not sure what you're asking... what are you having problems with?
You -may- want to just not bother with this, especially if you aren't comfortable reflashing a few times - Several people have reported iffy success with that method depending on the version of mtd-tools used.
Im all good with flashing after last few days of hell with this phone lol nut wouldnt have it any other way, that said phone is almostost perfect time to crete an image of it , the problem is my linux doesnt see the n900 to even start it .
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
sub7's Avatar
Posts: 69 | Thanked: 10 times | Joined on Sep 2010 @ Spain
#589
I got this with the new version.

Udev
1
2
Error with: cp /lib/libac1.so.1 /tmp/disk/lib/ code: 1
cp: cannot stat ' /lib/libac1.so.1': No such file or directory
press any key to continue....

if i press any key i got ...

Error with: cp /lib/libac1.so.1.1.0 /tmp/disk/lib/ code: 1
cp: cannot stat ' /lib/libac1.so.1.1.0': No such file or directory

if i press any key again finally works.

why is this for?
 
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#590
May just be a leftover, unneeded file. Let me know if everything still works right.
__________________
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
 
Reply

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


 
Forum Jump


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