http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html
Perl Download Manager
IntroThis is my PERL downloader program, with resume.Only works if
SERVER has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 11 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
or other important information using apps available from Android Market
Contacts if synced to Google's
servers would be synced back
Make a list of applications and gadgets installed if you want to install them back.
Procedure - Unlock your bootloader
After backup, Shutdown your phone, (Let your friends know you are rooting just in case :D ). Press power button and choose Power off.
Connect your phone to your laptop via the data cable.
Press the Volume Up button and then the power button to turn ...
Published 6 months, 1 week ago