Free reliance net on PC !!!!

>> Tuesday, April 20, 2010

1)Download dotproxy !!!
Dotpx by kunalTG

2) install Microsoft .NET Framework 3.5 SP1.[if you are a windows 7 user then no need to do this step u can directly go to the 3rd step]
Dotnetfx35 by kunalTG[231.5MB]
::link for reliance users::

if you are having low bandwidth problem then you can download this compact file but
it is not tested yet its just 23MB.trick is perfectly working with the 231.5 mb dotnet!!!
compact dotnetfx

3) unzip the archive and run DotProxy.exe.

4) fill with following values local port :1234
remote proxy 10.239.221.22 or 10.239.221.5 port 8080
in url mod click add and type 0:id=jCustomerWAPProv

5) before doing this make sure that you are connected to net using rcomwap in pc..normally u get popup like 460kbps connected and all then do following !
click on start buttn.[if you are getting DONT SEND error then there is problem in dotnetfx,try reinstalling dotnetfx]

6) open ur browser and set it to use proxy as : 127.0.0.1 and port as : 1234

Enjoy free browsing !!!
this help file(read first) is also given in zip file !!!

you can also download,,do the same settings in IDM & done !!!
Enjoy free downloading

ANY PROBLEMS ASK HERE BY COMMENTING !!

Read more...

Installing Python in S60V3 for TLP !!! {IN DETAIL}

>> Sunday, April 18, 2010

1)Download all these files !!
Python By KunalTG

PythonScriptShell by KunalTG

ExtraPowerModulePack BY KunalTG

2)install all three files & enjoy !!!!!{Plz install all these files in ur phone memory )

3)Now i am giving you link for Time Lapse photography script ,download this & then copy in python folder located in phone memory(C:) or memory card(E:) using any file manager(i prefer Xplore)

Script by kunalTG

4)Now start python !!!
this window will appear

select run script as shown...
5)now select time lapse script.py from list and done ,,,,now it will start capturing images !!!

Read more...

GET ADSENSE Account APPROVED !!!

>> Wednesday, April 14, 2010


Get your adsense account approved easily !!!!

this is not fake i have got approved my account in the same way & with less efforts !!
you just make one account on Indyarocks.com
and then apply for google adsense program through it !!
of course you have to full fill the requirements which is very easy for you !!you can check here..........

Read more...

TIme lapse Photography using S60 mobile !!

Just do the following steps to capture Time Lapse Photo using ur cell !!!
1)Install python in your S60 mobile !!!!
just google it you will get it !!!









Custom Search







if you are having any problems then u can request me here by COMMENTING!!!
(U also need to intall python modules pack which is generally there with python)

2)Then make a new text file and copy following code in it !!


import appuifw

import time

import camera

import os

import graphics
## Change sleepcount to modify the gap (in seconds) between two images

##Don't set it too low or it won't work.
sleepcount=10

i=0

starttime=time.time()
os.mkdir('E:\Images\%f'%(starttime))

appuifw.app.screen='full'

appuifw.app.body=canvas=appuifw.Canvas()

while True:

phototime=time.time()
##Images are captured with 640x480 resolution..If you change it, make sure your camera supports it. Night mode etc is not used.

Img=camera.take_photo("RGB",(1024,768))

canvas.blit(Img.resize(canvas.size))

## print "captured %d"%(i)

Img.save("E:\Images\%f\%s.jpg"%(starttime,str(i).zfill(6)))

## print "saved %d"%(i)

savetime=time.time()

timediff=savetime-phototime

## print sleepcount-timediff

time.sleep(sleepcount-timediff>0 or 0)

i=i+1



3)Save this file as .py extension.
4)Copy this file to python folder in ur cell,,(if not there then create )
5)open python & select run script from options tab.
6)Then select file created by you i.e.XXX.py.
7)Now it will start capturing images continuously after every 10 seconds.
8)You should not move ur cell now..according to me prefer tripod !!!
9)I will advice u to run the script for longer time ,for good Time lapse Photography !
10)The script will store images in images folder only,,you just copy those images in ur PC & make video from them using quicktime pro !!!

now you have done ,,,,,enjoy time lapse photography using your S60 phone!!!!!!!!!!!!!!!!!

**here i have posted just a procedure , because i thing you will get the applications easily from google! if having some trouble then request me here using COMMENTS !!!!

Read more...

About This Blog

__

__

  © Blog Presented BY $ Kunal The Gr8 $

Back to TOP