Quantcast KRZR Verizon help
This is a discussion on KRZR Verizon help in the Verizon forum at Cell Phone Forums

Go Back   Cell Phone Forums > Cell Phone Service Providers > Verizon



Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 08-23-2008, 03:27 PM   #1
Newbie
Posts: 3
Rep Power: 0 chris2 is on a distinguished road
CPF $: 563.89 Donate

KRZR Verizon help


My screen broke off my KRZR and I'm trying to get the contacts off it onto my MacBook. The phone still works it just doesn't have the top half. Could someone help me set up a Bluetooth thing with my computer? I just need to know how many times to press each button to set it up. THanks


chris2 is offline Reply With Quote
Cell Phone Links
Advertisement
 
Old 08-24-2008, 04:17 AM   #2
Sr. Member
 
spikejones's Avatar
Cell Phone: Motorola RAZR-V3m Silver
Provider: Verizon Wireless
Posts: 192
Rep Power: 2 spikejones will become famous soon enough
CPF $: 3,078.60 Donate

Re: KRZR Verizon help


have you tried connecting with Mac OS X build of the latest version of BitPim? Try connecting under the v3cm module for verizon. Seeing as how the krazr and razr have the same firmwares on them, it should be able to back up your phone book with no problem.

of course you may need to manually set the comport since the autodetect will always fail.

try plugging the phone to the comp with a mini USB cable. if the phone starts to charge, you are in luck as the drivers will have been loaded on the OS already. Now, considering that MAC OS X is Unix based like linux, I will walk you through terminal commands I use in linux to get info on where the phone is connected at. You need to open your bash terminal to do this, and you may need to issue sudo command to get some of this done (or swap to super user mode) if there is no super user password already, you should be able to set one by issuing the command:

Code:
sudo passwd root
it will prompt you for your password and then ask you to set the new password for the super user.

to switch to super user role, you issue the command:
Code:
su
i will do the rest from superuser mode:

Code:
[root@localhost chris]# lsusb
Bus 001 Device 003: ID 0781:b6b7 SanDisk Corp.
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 011: ID 22b8:2a62 Motorola PCS E815 GSM Phone (AT)
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 15d9:0a33
Bus 002 Device 001: ID 0000:0000
[root@localhost chris]# dmesg | tail
usb 3-1: USB disconnect, address 10
usb 3-1: new full speed USB device using uhci_hcd and address 11
usb 3-1: configuration #1 chosen from 1 choice
cdc_acm 3-1:1.0: ttyACM0: USB ACM device
[root@localhost chris]#
The first command tells me the phone is connected in AT mode, which is what we want (ignore the phone model - it is incorrect, but bitpim will connect to it) the second command tells me where abouts in the /dev folder that the device is mounted - in this case, it is mounted at /dev/ttyACM0 - this is what I enter into BitPim as the com port.

good luck with this and let me know how you fare with it.
__________________
click my username and then the link for my "homepage" to get some useful info on hacking the Razr.


spikejones is offline Reply With Quote
Old 08-24-2008, 08:49 PM   #3
Newbie
Posts: 3
Rep Power: 0 chris2 is on a distinguished road
CPF $: 563.89 Donate

Re: KRZR Verizon help


Quote:
Originally Posted by spikejones View Post
have you tried connecting with Mac OS X build of the latest version of BitPim? Try connecting under the v3cm module for verizon. Seeing as how the krazr and razr have the same firmwares on them, it should be able to back up your phone book with no problem.

of course you may need to manually set the comport since the autodetect will always fail.

try plugging the phone to the comp with a mini USB cable. if the phone starts to charge, you are in luck as the drivers will have been loaded on the OS already. Now, considering that MAC OS X is Unix based like linux, I will walk you through terminal commands I use in linux to get info on where the phone is connected at. You need to open your bash terminal to do this, and you may need to issue sudo command to get some of this done (or swap to super user mode) if there is no super user password already, you should be able to set one by issuing the command:

Code:
sudo passwd root
it will prompt you for your password and then ask you to set the new password for the super user.

to switch to super user role, you issue the command:
Code:
su
i will do the rest from superuser mode:

Code:
[root@localhost chris]# lsusb
Bus 001 Device 003: ID 0781:b6b7 SanDisk Corp.
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 011: ID 22b8:2a62 Motorola PCS E815 GSM Phone (AT)
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 15d9:0a33
Bus 002 Device 001: ID 0000:0000
[root@localhost chris]# dmesg | tail
usb 3-1: USB disconnect, address 10
usb 3-1: new full speed USB device using uhci_hcd and address 11
usb 3-1: configuration #1 chosen from 1 choice
cdc_acm 3-1:1.0: ttyACM0: USB ACM device
[root@localhost chris]#
The first command tells me the phone is connected in AT mode, which is what we want (ignore the phone model - it is incorrect, but bitpim will connect to it) the second command tells me where abouts in the /dev folder that the device is mounted - in this case, it is mounted at /dev/ttyACM0 - this is what I enter into BitPim as the com port.

good luck with this and let me know how you fare with it.
When I try to do the Terminal thing, it says the bus was inaccurate or something. And now that I made a super user, it shows up on my log in screen and I don't want it there. How do I log out of super user? And BitPim doesn't work. Whats v3cm? I also can't tell if my phone is charging when I plug it in because the screen is not working. I'm having trouble with all this Terminal stuff because I'm not experienced at all, I really appreciate the help though. Do you have any other suggestions? Thanks
chris2 is offline Reply With Quote
Old 08-24-2008, 09:10 PM   #4
Sr. Member
 
spikejones's Avatar
Cell Phone: Motorola RAZR-V3m Silver
Provider: Verizon Wireless
Posts: 192
Rep Power: 2 spikejones will become famous soon enough
CPF $: 3,078.60 Donate

Re: KRZR Verizon help


edited....

i just had a buddy with a krazr try out that method on his windows box and it didnt work. sorry that it wont work that way.

dont know anything about BT myself, but i bet if you go to hacktherazr.com or howardforums, someone there will know
__________________
click my username and then the link for my "homepage" to get some useful info on hacking the Razr.



Last edited by spikejones; 08-24-2008 at 11:17 PM.
spikejones is offline Reply With Quote
Cell Phone Links
Advertisement
 
Reply

Bookmarks

Tags
krzr, verizon

Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: KRZR Verizon help
Thread Thread Starter Forum Replies Last Post
KRZR Verizon help chris2 Motorola 0 08-23-2008 02:50 PM
Verizon and the KRZR suck!! jc1305us Motorola 1 10-24-2007 10:31 PM
Verizon Wireless KRZR Kevin Sutherland alt.cellular.motorola 1 06-05-2007 11:54 PM
Anyone have this problem with the KRZR? (Verizon) jc1305us Motorola 6 01-25-2007 01:13 AM
Mobile17.com and the KRZR K1M from verizon soysauce1523 Motorola 7 12-04-2006 07:27 AM




All times are GMT -6. The time now is 01:37 AM.

Add to MyYahoo Add to NewsGator Add to MyAOL Add to Rojo Add to Bloglines Add to NewVibes Add to Technorati Favorites Add to Google

Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
©2004 - 2008 Sugarman Studios, LLC. All Rights Reserverd.