Thursday, December 24, 2009

my nokia e71 said 'hello world'

Once again the simplest , easiest, fastest method to hack a symbian 60 v3 device is helloOX2. these are steps i follwed to hack e71 so that i can install untrusted software.
  1. go this site http://cer.opda.cn/en/ register , login , submit your imei wait till ur certificate and key
  2. download helloOx2 unsigned from http://helloox2.com/
  3. download signsis
  4. after getting ur certificate and key files from opda select it in signsis ,leave pass as 0123456
  5. select unsigned helloOX2 in input sis
  6. signsis (note :-if ur file path of sis file is having space then it my not work )
  7. install the signed sis in phone open it
  8. it may take some time ( it will do everything , no need to go through all steps like instlng a file mngr mapng a drive etc ...)
  9. finally ur fone is hacked :)
Above mentioned method may harm ur phone , do at ur own risk

Monday, December 21, 2009

iProxy v1.4

Though i hav stopped wrestling on iproxy , i was porting it to symbian c++ , i realized that i wont be able to complete it before this week, also i wont be able to do such work since i have to report at infosys mysore for training , so many people are asking for new version of iProxy , (since most of the gateways stopped ),

ChangeLog for v1.4

  • indiatimes wap4 gateway
  • enable or disable external proxy cascade ( will work on Mobile Office)
  • added option to enable/disable autotest at startup
if ur upgrading from previous version will hav to reconfigure at general settings for auto test to take effect
Tested successfully on opera mini 4.2 , opera mini 5 beta 2 on n72 , as usuall not at all tested on s60v3 device use at ur own risk
for download visit gstek

Saturday, December 12, 2009

IProxy , Proxy Server for Symbian

When I made my first Firefox plug-in to free browsing . I thought it will be good to port this method to mobile devices. I took python started testing . while I was wrestling with python one guy (dInGd0nG , Thanks a lot man) from gstek send me a message regarding a similar trick for reliance. So I decided to make my app to include that also. Then I finalized that it will be nice to make a proxy server with modules support to run in different network. I already had a proxy server developed before to do some magic with airtel live, but it was crap and I had to rewrite almost codes to make his catch everything. The main issue was the limited resource, I had a my Nokia 6630 to test , during testing it started to complain about low memory now and then . The memory issue was mainly due to User Interface with a canvas and some pooling threads. So I cut the UI to a simple text , still the memory issue persist. Then I decided to run the proxy as a background daemon ( using e32.start_server ). This eliminated low memory issue. But I know this won't be a good idea to run server in s60 3rd Ed devices because the python launcher in Python package has zero capability , this won't be good for our proxy server since it uses socket connection as well as some file operations to read and write settings . This forced me to repack python for 3rd Ed to repack with all 17 capabilities, and sign it. Since I didn't have access to 3rd Ed device I couldn't test it and I left it. Then I wrote module to redirect requests to indiatimes gateway . everything went fine and to my surprise I found the proxy works well on Opera Mini 4.2 ( + Ucweb) as well :) .
The package includes reliance module too, since I didn't have a reliance connection I couldn't test it. The app includes 'BlueLog' to redirect the messages from proxy daemon to a PC Bluetooth COM port for debugging.



Installation Procedure

First create a new Wap profile
for advanced users : iproxy listens on port 8085 ( default) at local host , create a new Access point with valid access point and proxy as 127.0.0.1 and port 8085
others:
Open menu >> tools>> settings>>connection>>Access points








options>> New access point >> Use default settings



change connection name to "iProxy"


Data bearer to 'Packet Data'
Access point to your valid access point in my case its 'airtelfun.com' since I am on airtel . I think its rcomwap for reliance


Leave username, Prompt password, password, Authentication
change homepage to 'http://www.google.com'




Then options>>Advanced Settings


Change Proxy Serv address to 127.0.0.1





change Proxy port number to 8085



now press back and exit from settings
Note : The procedure may be little different for newer phones please DONT ask customer care people to send you the settings

Installing
2nd Ed. Phones

Download and install python from Source Forge
Download and install iProxy from here

3rd Ed. Phones

Note iProxy is developed under pys60 1.4.5 and NOT new the new 1.9.7 because there is no new python for second Ed. phones ;(. If you have already installed it please uninstall it
Original python package has to be modified to add capabilities to python launcher.exe.

Since I am not rich to buy a symbian signing certificate to run this app you have two options
1) you can sign my application with your phone dependent dev cert. for more details please visit how to get a dev cert here
OR
2) Hack your phone so that you can install untrusted apps. If you already hacked your phone with Binpda secman or Helloworldx2 proceed to the step 4 .You can do this either by this or this

3) if you hacked in some other method then sign application as they say. If you used secman or Helloworldxed your phone no need to sign the app its already signed for your phone

4) Download and install python package from here ( package at sourceforge or at nokia forum wont be able to run iProxy)

5) download and install iProxy from here



configuring

Open iProxy from your menu


Press options menu >> Settings >> General Then press 'Ok'


Press options menu >> Change Module. And select your modules . Installation pack contains to two modules named 'indiatimes' ( for Airtel users) and 'reliance' ( for Reliance users , not yet tested by me )



Press options menu >> Change Access point and select your Access point as the one we created before 'iProxy'



press exit to return to main console
Press options menu >> Settings >> indiatimes Then press 'Ok' (Airtel only)


Verify the proxy address of your original proxy and port as provided by operator


press exit
options >> Start Proxy

wait for console to print 'proxy started' or if you get ' error in starting proxy check settings' please recheck everything. or Restart your phone and try again
now you can exit iproxy remember server is running background


Now open your phone browser

options>>settings>> default access point


change it to 'iProxy'


press back to main widow of browser click on iProxy ,


there you go now start browsing


For opera mini choose 'iproxy' as access point when ask, you may have to run the connection test for first time or manually you can choose connection mode as 'HTTP'

A word about BlueLog

You can find a BlueLog menu in general settings. Its for capturing real time messages from proxy server to PC for diagnostics. For general use no need to enable BlueLog. To enable BlueLog switch on bluetooth on mobile as well as pc, from the blue log menu press 'select device' and choose your pc. iProxy will search for available serial ports and list ( if no serial port find add manually refer your bluetooth driver spec ). select serial port and enable BlueLog. Setup your pc with HyperTerminal or Putty ( Whatever) to listen on the specific bluetooth port and start proxy
If you dont have any idea about this don't worry it doest affect iProxy . Make sure you disable the Bluelog ( iProxy wont start if Bluelog enabled and configured wrongly)

Please note The App is not yet fully tested if u find some bug feel free to contact me i will help as far as i can

Developer note :
Proxy also supprorts custom commands as well as modules. The package includes two modules and one command ( about command enter http://ip*about/ in browser ) . Developed SDK documentation is not yet written if someone intrested i may be able to help to develop your own custom modules and commands.

Note : s60 v3 version and reliance modules are not tested by me.


DotProxy v 1.7

Dotproxy was a proxy server project started to learn threading and sockets in .net , after a long time so many people contacted me for enhancement of dot proxy , requesting new features

Many people were using Dotproxy for getting free GPRS on *eliance as well as *irtel G*RS connection, so decided to make some changes nd featurs

Change in this edition are

1) Fixed bug in HTTP POST method
2) Added Close to Tray
3) Added some UI Refresh enhancement
4) Added Global Header Enable switch
5) Added Global URL mod enable Switch

Download nd Disscussion at GsTech

Sunday, November 22, 2009

Enter USB TV tuner Winamp Plugin

This is just an extension to the Enter USB remote hack as described here. Today we will add a new feature to it , we are going to control winamp through our usb remote. To control winamp i had used my simple plugin
"netWinamp", actually i developed this plugin to control winamp thorugh LAN ,For our remote I modified it to accept controll from local host only,
To install the plugin copy "gen_myr.dll" to winamps plugin directory , it will be like "C:\Program Files\Winamp\Plugins\"
then put the control application "winrmt.exe" in same location as your Remote.exe downloaded earlier. Replace "my.cmd" with the new "my.cmd"


DOWNLAD WINAMP EXTENSION

Friday, November 20, 2009

FIFA 2010 Black Desktop Screen Fix

I was having issue with Fifa 2010 in Windows 7 , when i finish playing , after quiting fifa my desktop wallpaper gets covered by a black color overlay. I can see the icons but not the wallpaper , first thing i did i downloaded the latest display driver from Nvidia but it didnt help. I also tried with the beta drivers from nvidia , no way the black is still black, so i googled for solution , the "fifa 2010 wallpaper goes black " search keyword bring me lot of sites with fifa wallppers , some nice ones too :), i googled and googled nd found two other people (one in a forum nd in other in Yahoo ask) like me both having nvidia Graphics Processor Unit , but none didnt get a relevant reply. So i decided to find a solution my self.
After a thousands of trial nd error , i even loaded fifia in debugger to find problem ,but i couldn't find solution. one way was to logoff and login again , but thats not a applicable solution, then last i found a simple fix

Open task manager ( Press Alt+Ctrl+Del then select task manger OR right click on task bar then click on "Start Task Manager )
Find a process named dwm.exe in Process tab ( Its "Desktop Window Manger" if its not visible tick "show process from all the users " )
select the process and kill him :)
Dont worry the application will restart immediately and youe wallpaper will be back
If you continuously kill dwm.exe you may loose windows aero from desktop , to restore it goto Control panel > Administrative Tools > Services , look for service named "Desktop Window manger service" , then restart it , your aero will be back :>

Thursday, November 19, 2009

Enter USB Remote To Universal Remote For your PC

I have a USB TV tuner card from Enter Multimedia , It comes with a remote controller. The application works with perfect on Windows XP machine, but in Windows seven the TV application window cuts my Windows Aero, but luck comes Windows seven Media center detect my usb tuner and i can watch TV with more clarity and features but the remote controller was not detected my Media center. So decided to find a fix . First I thought a driver update will help, nop driver was uptodate. So i decided to study the original Enter Application and how it handles the remote and found another app called remote.exe. I put him in my favorite debugger and modified it to load my dll and dll will run my.cmd with remote key code . In my case i modifed the cmd file to send key stroke to media center window ( with help of pushkeys.exe ). You can modify the my.cmd to do what you want
Download all the file From HERE
If you need help feel free to mail me n3tmaxter@googlemail.com

About Me

Hi all My name is nizam , Done my B Tech in Electronics and Communication from University of Kerala. I spent most of my valid Ticks with Technology, computers and mobiles ( Though i dont talk much through mobile ). I have a quite a good machine ( Thanks to my brother for his great contribution ), My main OS is Windows Seven Ultimate x64 , also i have one Ubuntu , BackTrack 4 , nd Two Windows XP in virtual machines. In this blog i will be post different tips and Tricks i want to share with you all ... Enjoy..