Saturday, May 26, 2012

ABSINTHE CONNECTED DEVICE NOT SUPPORTED SOLUTION

Absinthe was code with support for the following firmwares.

9A405
9B206
9A406
9A334

Apple added a new firmware ending with 208 on itunes. anytime you update direct through itunes your device is update to that new firmware and absinthe cannot jailbreak.

simply download a any of these builds and restore and jailbreak will be successful.






Monday, November 21, 2011

HOW TO MAKE S-OFF DESIRE HD


One click ENG S-OFF
HTC - Quietly UnlockedI have created a small and simple tool to S-OFF a Desire HD after it has been permrooted with Visionary. After you have run this tool, you will have an engineering hboot (S-OFF). Remember that making a phone S-OFF is dangerous business, and you use this tool at your own risk! The tool also works with any custom ROM, as long as you have root permissions (and Radio S-OFF, which was required to flash the custom ROM in the first place).System requirements:
Windows XP SP2 or higher
.NET Framework 3.5
HTC Sync (or ADB drivers)
Desire HD with lower than 1.7x stock ROM OR any custom ROM, tick "I have Radio S-OFF" in the toolSo, in detail, the process goes like this:
Install
Visionary
Open Visionary and tap temproot, then attempt permroot now. Your device will reboot.
Connect your phone to a computer (make sure you have USB Debugging enabled. Connect charge only!)
Open my "Desire HD easy s-off.exe", click "S-OFF it"! Allow possible SuperUser request on your phone.
There could be force closes after the process, just reboot and everything will be fine.
Done. (Remember to click the thanks button)
Now that your device is S-OFF, and you can get Rom manager from the market, which will install a ClockWorkMod recovery for you. Just open it up and tap "Flash ClockworkMod recovery".Reverting to stock:
Do
Radio S-OFF according to instructions
Follow the Radio S-OFF thread S-ON instructionsYou can revert back to original hboot manually by: (adb shell or terminal emulator)
subusybox dd if=/sdcard/hboot_original.bin of=/dev/block/mmcblk0p18

If you like my work, please consider (or just hit the thanks button ):Thanks: Paul O'Brien for visionary, scotty2 and others who found the method to patch P7, Guhl and everyone else who has worked on the G2 root, gfree and wpthis, link to the source code, those have been released under GPLDownloadcount:v0.1: ~500v0.2: 5781v0.3: 1602v0.4: 3451
Attached Files
EasyS-OFF_05.zip

HOW TO ROOT DESIRE HD AFTER DOWNGRADING TO 1.32

How to Root 1.32:1. Download and install Visionary+ to your Desire HD2. Open Visionary+ and choose "Temproot now". The screen may go black and may become unresponsive, please allow it to finish.3. After temproot, choose "Attempt permroot now". This will attempt to permanently root your Desire HD. Your device should then reboot.4. After reboot, you should successfully be rooted. How to Radio S-Off & SimUnlock Your Desire HD - Thanks to jkoljoHow to Flash recovery with ClockworkMod1. Search Android Market for a free app called 'ROM Manager'. Once found, install it.2. Once it has been installed, launch 'ROM Manager' on your phone.3. In ROM Manager, tap 'Flash ClockworkMod Recovery'. Tap on 'Desire HD' when it pops up.4. Be patient as ClockworkMod is installed, as it can take quite some time. Once it has finished , you have ClockworkMod recovery installed on your phone.You should now have stock 1.32, root, S-off, and CWM Recovery.You can now flash a ROM using Clockworkmod .

DOWNGRADE DESIRE HD ANY VERSION

Here is a guide to Temproot and downgrade any HTC Desire HD Gingerbread BuildThis method has been confirmed working for all DHD Gingerbread builds!


Temp Root:1. Enable USB debugging on your phone and place your phone on CHARGE ONLY (If this doesn't work, try choosing 'HTC Sync' when connecting USB)2. Download the DHD Downgrade folder and extract it to the root of your hard drive (usually this is the "C:\" drive on your COMPUTER. http://forum.xda-developers.com/attachment.php?attachmentid=667614&d=1311764579
3. Run the file named "RUN THIS FOR ROOT". A command prompt will open and will begin to do the adb steps for you.
Alternatively (If step 3 fails):1. Open a command prompt (right click "Run as Administrator" is using Vista or W7) and locate the downgrade folder (type "CD C:\DHDDowngrade" minus the quotes in CMD)2. Run the below commands (be sure to press enter after each line)adb push fre3vo /data/local/tmp adb shell chmod 777 /data/local/tmp/fre3voadb shell /data/local/tmp/fre3vo -debug -start FBB00000 -end FFFFFFFF

If the scan hangs, just reboot your DHD and start again.You may not get all the messages (due to flushing issues when we kill adb), but if you get kicked back to your system command prompt, try "adb shell" If you see '#' you successfully have temproot.

If you want to use Titanium Backup, you must do the following:1. Download Busybox, su & fixsu.sh and Superuser.apk2. Run the following commands in CMD...
adb push fixsu.sh /data/local/tmpadb push su /data/local/tmpadb push busybox /data/local/tmpadb shell chmod 777 /data/local/tmp/fixsu.shadb shell chmod 777 /data/local/tmp/suadb shell chmod 777 /data/local/tmp/busybox
3. Install Superuser.apk4. Install Titanium Backup from the Market5. Run the following commands in CMD:
adb shell# cd /data/local/tmp# ./fixsu.sh
If you see...
rm failed for /system/bin/su Read-only file system
...ignore itYou can now use Titanium to backup all User Apps + Data (You can backup System apps too)If you don't want to go any further than rooting, and just want temproot to remove bloatware, you can also use Titanium backup to do that.Temproot will be enabled until phone is rebooted.Downgrade:1. Create a goldcard:
1. Format SDCard to FAT322. Download Goldcard Helper from Android Market3. Open Goldcard Helper with the SDCard in the phone, and you will see the mmc2 reverse CID
Note: Do not use the Copy feature in the app as this will copy the wrong CID!
Alternate to the Goldcard helper app:
1. Open up a command prompt (Windows Key + R, type "CMD", press enter)2. connect your phone as "charge only" and have usb debugging enabled3. navigate the command prompt to the downgrade folder.4. Type the following command:
adb shell cat /sys/class/mmc_host/mmc2/mmc2:*/cid
5. Select and copy the cid
4. Go to http://psas.revskills.de/?q=goldcard5. Enter your email address and the mmc2 reverse CID that is showing on the Goldcard Helper app then submit it6. The img file will be emailed to you, download and save it somewhere you will remember7. Download this hex editor - http://mh-nexus.de/en/downloads.php?product=HxD 8. Open HxD hex editor on your computer by right-clicking it and clicking 'Run as Administrator'9. Mount your SD card to your computer, preferably using a card reader but you can use your phone as well10. Go to 'Extra' menu > 'Open Disk'. Select Removable Disk (which should be your SD card) under Physical Disk (and NOT logical disk), uncheck 'Open as Readonly' and click OK11. Go to the 'Extra' > 'Open Disk Image' and open the goldcard image downloaded in Step 6. . Select '512 (Hard disks/Floppy disks)' as the sector size when prompted and click OK12. In the goldcard image tab, go to 'Edit' > 'Select All' and then 'Edit' >'Copy'13. In the 'Removable Disk' tab, highlight offset (line) 00000000 to offset (line) 00000170 including the 00000170 line and go to 'Edit' menu > 'Paste Write'14. Click 'File' > 'Save' and accept any warning that you get
2. Place the stock 1.32 PD98IMG.zip on the root of your SDcard/Goldcard4. Open the file in the folder named "RUN THIS FOR DOWNGRADE". The command prompt will opn and begin to do the adb steps for you.
Alternatively (If step 4 fails):Run the below commands in CMD: adb push misc_version /data/local/tmpadb shell chmod 777 /data/local/tmp/misc_versionadb shell /data/local/tmp/misc_version -s 1.31.405.3 adb reboot bootloader
5. You should see a white bootloader screen, press the power button to enter the bootloader and it should automatically start to detect the PD98IMG.zip file. 6. You will see a blue progress bar on the right of the screen while the file is being checked. You should now be asked to confirm if you want to install this ROM, press 'Volume Up' to confirm. Wait patiently while the ROM is installed.7. Once the installation is complete, press the 'power' button to restart your phone.You have successfully downgraded to stock 1.32.

Saturday, November 5, 2011

BLACKBERRY ALL SMS COMING AS ONE SENDER SOLUTION

IF YOU ALREADY KNOW OF THIS JUST IGNORE THIS THREAD, AM POSTING THIS BECAUSE I SEE MANY PEOPLE ASKING IN PM.THIS IS A SITUATION WHEREBY ALL SMS FROM ALL SENDERS APPEAR AS IF THEY WERE ALL SENT BY ONE PERSON. THIS IS CAUSED BY CONTENT PROTECTION ERROR ON SOME NEWER FIRMWARE VERSION.SOLUTIONDOWNLOAD BBSAK AND INSTALLDOWNLOD THIS net_rim_bb_sms.cod
save somewhere on your pc and back up your sms cus all sms will be deleted
connect your phone and open bbsak
click modify codes
click read system
search for net_rim_bb_sms_compose.cod
click it then click remove
wait till phone reboots, then connect again and read system
click install codes then select this one you downloaded
install and wait for phone to reboot, restore your data and all is done.

here is the code
http://www.mediafire.com/?5ghngzzjuth

Thursday, November 3, 2011

BLACKBERRY MEP0 SOLUTION







MANY PEOPLE ARE ALREADY FAMILIAR WITH THIS TOPIC BUT FOR THOS WHO DONT KNOW, MEP 0 is SITUATION WHERE BY YOUR BLACKBERRY UNLOCK ATTEMPTS OF 10 TIMES HAS ALREADY BEEN WASTED WITH WRONG CODES. THIS PUTS THE PHONE IN 0 MEP LEFT STATE MEANING EVEN IF YOU HAVE YOUR CORRECT UNLOCK CODE YOU CANNOT UNLOCK YOUR PHONE.










HERE ARE A FEW SOLUTIONS.










FIRST OPTION IS TO GET A TURBO UNLOCK SIM LIKE UNIVERSAL SIM TO USE WITH YOUR PHONE, THIS OPTION REQUIRES THE TRUBO CHEAP TO ALWAYS BE IN THE PHONE ALTHOUGH ITS QUITE CHEAP, MANY PEOPLE WANT THE FREEDOM OF HAVING ONLY THERE SIM IN THE PHONE. ABOVEIS A PICTURE OF WHAT THE TRUBO SIM LOOKS LIKE.


SECOND OPTION IS VERY TECHNICAL BUT APPEARS TO BE FREE.

THIS OPTION SHOULD ONLY BE PERFORMED BY SOMEONE WITH CIRCUIT AND PCB EXPERIENCE AS WELL AS SOLDERING.


THE BB PHONES HAS A SILMUS BATTERY ON PCB AND ALL YOU HAVE TO DO IS GET A TINY SOLDERING IRON AND GENTLY SOLDER OUT THE BATTERY FROM PCB. BE CAREFUL TO MAKE SURE THE BATTERY IS NOT SHORTED AS IT WOULD BE DEAD AND THAT WILL LEAVE YOUR PHONE ANILHILATED. ONCE THE BATTERY IS DESOLDERD FROM PCB, LOOK FOR A BULB OR I PREFER LIGHT RESISTOR, PLACE ON THE BATTERY - AND + UNTIL THE BATTERY IS COMPLETLY DRAINED OF VOLTAGE. LEAVE FOR UP TO 15 MIN OR MORE AND FIX BACK ON BOARD, CHARGE YOUR PHONE AND YOU WILL SEE THAT ALL DATA IS LOST. YOU SHOULD HAVE 10 ATTEMPTS LEFT.


















FREE UNLOCK BLACKBERRY PHONES.



BLACKBERRY PHONES AS WE KNOW IF BOUGHT FROM A NETWORK OPERATOR IS SIM LOCKED TO USE ONLY THE OPERATOR'S SIM CARD. E.G IF YOU BOUGHT A BLACKBERRY FROM TMOBILE US, THE PHONE WILL BE LOCKED TO ONLY ACCEPT TMOBILE SIM CARD. FOR SOME REASONS YOU MAY WANT TO USE ANOTHER SIM IN YOUR PHONE. FOR THIS METHOD YOUR FIRST OPTION SHOULD ALWAYS BE TO CALL THE OPERATOR AND EXPLAIN THAT YOU NEED TO USE ANOTHER SIM CARD ON YOUR PHONE. IF ALL EFFORT TO RETRIEVE YOUR MEP2 CODE FROM OPERATOR FAILS, MANY SITES OFFER THE UNLOCK CODE FOR A TOKEN.






I AM GOING TO PROVIDE THE FREE UNLOCKING SERVICE HERE BUT FIRST YOU WILL HAVE TO PTOVIDE YOUR MEP AND IMEI. HERE IS HOW TO GET YOUR MEP AND IMEI.






DOWNLOAD ME READER FROM THIS LINK









INSTALL DRIVERS AND EXTRACT MEP READER SOMEWHERE ON YOUR PC, CONNECT YOUR PHONE AND MAKE SURE PASSWORD IS DISABLED COMPLETLY, MASS STORAGE MODE IS OFF, CLICK READ MEP THEN COPY MEP AND IMEI AND POST HERE AS COMMENT, I WILL DROP YOUR FREE UNLOCK CODE.