GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > PalmOS /HP and others


PalmOS /HP and others Palm, Treo, Sony CLIÉ, Tungsten, Zire, Handspring and other Palm Operating System based Devic

Reply
 
LinkBack Thread Tools Display Modes
Old 01-27-2012, 03:26   #1 (permalink)
Freak Poster
 
KUMARANSUGUMAR's Avatar
 
Join Date: Mar 2008
Location: INDIA
Age: 34
Posts: 484
Member: 726340
Status: Offline
Sonork: 100.1624264
Thanks Meter: 86
unlock hp veer


hello friends,
How to sim unlock hp veer?
Any guide please
  Reply With Quote
Old 01-28-2012, 11:34   #2 (permalink)
Junior Member
 
Join Date: May 2005
Age: 59
Posts: 3
Member: 147214
Status: Offline
Thanks Meter: 1
look at this
Dogbert's Blog: Free Unlocker for Palm/HP Phones
  Reply With Quote
The Following User Says Thank You to esykas For This Useful Post:
Old 02-08-2012, 11:29   #3 (permalink)
Insane Poster
 
Join Date: Oct 2011
Location: pakistan
Posts: 80
Member: 1673508
Status: Offline
Sonork: umer saleemi
Thanks Meter: 25
A few weeks back, I ditched my iPhone for good and got my hands on a used Palm Pre. Unfortunately, it was net-locked by the provider. Fortunately, the modem is Qualcomm device and hence, all security features can be bypassed so easily that they appear meaningless in the first place. I've written unlocking scripts that work on every webOS phone, i.e. Palm Pre (Plus), Palm Pre2, Palm Pixi (Plus), HP Veer, or HP Pre3. You do not need a SIM card, and the unlock is perfectly safe, i.e. you can't brick your device. Here's a quick how-to:

Install python 2.6.x (32 bit/x86 version): Python 2.6 Release
Windows: Install pywin32 for python 2.6: Python for Windows extensions - Browse Files at SourceForge.net
Install pyserial: Python Serial Port Extension - Browse Files at SourceForge.net
Linux: Use your packet manager to install the required libraries, e.g. sudo apt-get install python-serial for Debian based distributions (Ubuntu, Mint, etc.)
Download the unlocker (Pre/Pre2/Pixi, Pre3/Veer) and unpack it (e.g. into the directory C:\unlock)
Calculate the USB passthrough key: go to device info, write down the "Serial Number", and use pre_keygen.py to generate the key from this number. The serial number is also printed on the back of your device and/or underneath the battery.
Start the phone without a SIM card, then start the dialer: either select "emergency call" from the notification area at the bottom and delete the number (911, 112 etc.), or just type "BZ" (#*) on the keyboard. Enter "#*USBPASS# (#*8727277#) in the dialer application and press the dial icon. A window will appear which asks you to enter the passthrough key. After you've done that, select "Diag" for the "USB PORT 1" (only for that port, the rest has to be set to "None").
If you have trouble enabling the passthrough mode, install Preware and install the "Enable USB Passthrough" application from Preware.
Windows: Connect your phone to your machine and install these drivers for the serial diagnostics port (not the R-ACM or any other device). The first time you plug in the phone in diagnostics mode, Windows will ask you for drivers. You can also force the driver installation in the device manager by right-clicking the unknown serial port under "Other devices" and selecting "Update drivers". You might have to acknowledge a few warnings about broken driver signatures.
Linux: Insert the module usbserial module with vendor and product parameters matching the vendor and product ID (lsusb), e.g. sudo modprobe usbserial vendor=0x0830 product=0x8043. You have to make the device file (usually /dev/ttyUSB0) accessible to regular users, or you have to run the unlock script with root privileges.
Run pre_unlock.py / pre3_veer_unlock.py and write down your network unlock code.
If the serial port is not found automatically or if the search is stuck, you can specify it as a command line parameter. Open up a command prompt, navigate to the directory (cd \unlock) and run the unlocker, e.g. pre_unlock.py --diagPort COM5
If the firmware version has not been recognized, update your device to either the latest webOS 1.4.x or 2.x version. If you don't have a Palm account, you can obtain the updater here.
Disable the passthrough mode: enter "#*USBPASS# (#*8727277#) and press the dial icon again. Set "None" for "USB PORT 1".
Shutdown the phone. Put in a SIM card that is not accepted by the phone and boot it up again.
Carefully enter the network unlock code obtained in step 8. If it gets rejected, please contact me with the perso.txt file that has been saved to the directory of the script. Reboot and enjoy your unlocked phone.
If and only if the unlock code does not work for you ("Enter Unblock Code"), try running the script with the parameter --writeBack from the command prompt. After it has completed successfully, reboot your phone and it should be unlocked.
If you need to activate your phone, but your carrier does not support data services, you can try this.
  Reply With Quote
Old 02-08-2012, 11:30   #4 (permalink)
Insane Poster
 
Join Date: Oct 2011
Location: pakistan
Posts: 80
Member: 1673508
Status: Offline
Sonork: umer saleemi
Thanks Meter: 25
A few weeks back, I ditched my iPhone for good and got my hands on a used Palm Pre. Unfortunately, it was net-locked by the provider. Fortunately, the modem is Qualcomm device and hence, all security features can be bypassed so easily that they appear meaningless in the first place. I've written unlocking scripts that work on every webOS phone, i.e. Palm Pre (Plus), Palm Pre2, Palm Pixi (Plus), HP Veer, or HP Pre3. You do not need a SIM card, and the unlock is perfectly safe, i.e. you can't brick your device. Here's a quick how-to:

Install python 2.6.x (32 bit/x86 version): Python 2.6 Release
Windows: Install pywin32 for python 2.6: Python for Windows extensions - Browse Files at SourceForge.net
Install pyserial: Python Serial Port Extension - Browse Files at SourceForge.net
Linux: Use your packet manager to install the required libraries, e.g. sudo apt-get install python-serial for Debian based distributions (Ubuntu, Mint, etc.)
Download the unlocker (Pre/Pre2/Pixi, Pre3/Veer) and unpack it (e.g. into the directory C:\unlock)
Calculate the USB passthrough key: go to device info, write down the "Serial Number", and use pre_keygen.py to generate the key from this number. The serial number is also printed on the back of your device and/or underneath the battery.
Start the phone without a SIM card, then start the dialer: either select "emergency call" from the notification area at the bottom and delete the number (911, 112 etc.), or just type "BZ" (#*) on the keyboard. Enter "#*USBPASS# (#*8727277#) in the dialer application and press the dial icon. A window will appear which asks you to enter the passthrough key. After you've done that, select "Diag" for the "USB PORT 1" (only for that port, the rest has to be set to "None").
If you have trouble enabling the passthrough mode, install Preware and install the "Enable USB Passthrough" application from Preware.
Windows: Connect your phone to your machine and install these drivers for the serial diagnostics port (not the R-ACM or any other device). The first time you plug in the phone in diagnostics mode, Windows will ask you for drivers. You can also force the driver installation in the device manager by right-clicking the unknown serial port under "Other devices" and selecting "Update drivers". You might have to acknowledge a few warnings about broken driver signatures.
Linux: Insert the module usbserial module with vendor and product parameters matching the vendor and product ID (lsusb), e.g. sudo modprobe usbserial vendor=0x0830 product=0x8043. You have to make the device file (usually /dev/ttyUSB0) accessible to regular users, or you have to run the unlock script with root privileges.
Run pre_unlock.py / pre3_veer_unlock.py and write down your network unlock code.
If the serial port is not found automatically or if the search is stuck, you can specify it as a command line parameter. Open up a command prompt, navigate to the directory (cd \unlock) and run the unlocker, e.g. pre_unlock.py --diagPort COM5
If the firmware version has not been recognized, update your device to either the latest webOS 1.4.x or 2.x version. If you don't have a Palm account, you can obtain the updater here.
Disable the passthrough mode: enter "#*USBPASS# (#*8727277#) and press the dial icon again. Set "None" for "USB PORT 1".
Shutdown the phone. Put in a SIM card that is not accepted by the phone and boot it up again.
Carefully enter the network unlock code obtained in step 8. If it gets rejected, please contact me with the perso.txt file that has been saved to the directory of the script. Reboot and enjoy your unlocked phone.
If and only if the unlock code does not work for you ("Enter Unblock Code"), try running the script with the parameter --writeBack from the command prompt. After it has completed successfully, reboot your phone and it should be unlocked.
If you need to activate your phone, but your carrier does not support data services, you can try this.
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unlocking 5190 Ryu Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 23 01-07-2018 17:14
$50 Reward for unlocking my 6150!!! TheDon Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 5 03-23-2015 14:21
FAQ about unlock n0kia man0n Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 6 11-29-2010 19:06


All times are GMT +1. The time now is 01:09.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.19824 seconds with 10 queries

SEO by vBSEO