 |
 |
Newest Razor - KRZR
|
 |
|
 |
|
Junior Member
Join Date: Jul 2004
Status:
Offline
|
|
I just picked one of these beauties up, expecting that it would interoperate perfectly with iSync, since I had heard such good things about the Razr family playing nice with OS X. Unfortunately, its not supported.
Is this typical for a new product? I'm not big on cell phone technology and rarely have had opportunity to use iSync.
Thanks.
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Apr 2005
Location: Cambridge, UK
Status:
Offline
|
|
Yes this is typical for a new phone. Give it time, either a new version of iSync or a 3rd party plugin for iSync will come out. (I had to get a 3rd party plugin for my v3x when I got it as it wasn't supported by iSync, I think it might be now though).
|
|
Macbook C2D 2Ghz/2GB RAM/250GB HDD/10.5.5
Macbook C2D 2Ghz/2GB RAM/160GB HDD/10.5.5
|
| |
|
|
|
 |
|
 |
|
Administrator 
Join Date: Apr 2001
Location: San Antonio TX USA
Status:
Offline
|
|
Got pictures? Who's your carrier?
|
|
Glenn -----
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Aug 2006
Status:
Offline
|
|
i lost my phone  im looking for it, but if i dont find it im getting this
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Feb 2006
Location: Northern VA (I hate it here)
Status:
Offline
|
|
|
|
|
iMac 24" | Core 2 Extreme 2.8GHz | 4GB RAM | 500GB HD
PowerBook G4 15" HR | 1.67GHz | 2GB RAM | 100GB HD
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2004
Status:
Offline
|
|
Carrier is Verizon. This phone actually gets reception in all sorts of places I've never gotten so much as a bar at before.
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Jan 2003
Location: ~/
Status:
Offline
|
|
Motorola Krazor?
Weird name.
|
|
OBAMA•BIDEN '08
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jun 2002
Location: Southern California
Status:
Offline
|
|
Heh, looks sorta nice. They suck as bad as the RAZR?
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Jun 1999
Location: Centennial, CO, USA
Status:
Offline
|
|
Originally Posted by bobablob
I just picked one of these beauties up, expecting that it would interoperate perfectly with iSync...
Don't just assume. Check the list before you shop:
http://www.apple.com/isync/devices.html
As someone else said, the other RAZRs are supported. I bet this one will be soon.
Chris
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
Originally Posted by Brien
Heh, looks sorta nice. They suck as bad as the RAZR?
Yeah, phones that have good reception really suck. Why on earth would anyone ever want a phone that you can actually, ya know, make phone calls with. 
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Apr 2005
Location: North Texas
Status:
Offline
|
|
The razr family playing nicely with isync? I have a CDMA carrier (Alltel) and so I had to get the v3c model. It has the crappiest syncing of a phone ever, they shouldn't even list it on the page it's so bad.
At least file transfers work with the alltel model.
|
|
|
| |
|
|
|
 |
|
 |
|
Administrator 
Join Date: Apr 2001
Location: San Antonio TX USA
Status:
Offline
|
|
My RAZR gets signals in places that there AREN'T signals-at least for most other people. And it syncs fine with iSync for most things-though it's pretty picky about what it will and won't sync through that app. However, if you read this forum carefully, you'll see that lots of people have successfully transferred almost every kind of file to their RAZRs through Bluetooth. Some carriers (specifically Verizon) have a history of goobering up the phone's software so some functions don't work, like BT file transfers, but that seems to be something that's in the past now...
I would also point out that I discovered the RAZR worked with iSync by plugging it in-just like the V180 I replaced with it. If it's a seriously needed function, NEVER buy something without KNOWING that it's properly supported for what you want to do.
|
|
Glenn -----
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Apr 2001
Location: Fort Lauderdale, FL
Status:
Offline
|
|
V3 for me.
I actually have two of them, they both are great talkers and great syncers.
KRZR should be a cool phone. I'd like to see some real-life® photos, thanks!
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Oct 2006
Status:
Offline
|
|
Originally Posted by bobablob
I just picked one of these beauties up, expecting that it would interoperate perfectly with iSync, since I had heard such good things about the Razr family playing nice with OS X. Unfortunately, its not supported.
Is this typical for a new product? I'm not big on cell phone technology and rarely have had opportunity to use iSync.
Thanks.
I threw together a fix for isync and KRZR K1m since I had a 150 contacts I did not want to type in
n the Finder, control-click on the iSync application and choose Show Package Contents.
Drill down to the following:
Contents -> Plugins -> ApplePhoneConduit.syncdevice -> Contents -> Plugins -> PhoneModelsSync.phoneplugin -> Contents -> Resources.
In that folder, open MetaClasses.plist in text edit or pico(make a backup first!)
add the following code. save and reopen isync.
<key>com.motorola.krzrK1mVerizon</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<array>
<string>"Motorola CE, Copyright 2004"+K1m</string>
<string>"Motorola CE, Copyright 2000"+K1m</string>
<string>Motorola CE, Copyright 2000+K1m</string>
<string>"Motorola CE, Copyright 2005"+KRZRK1m</string>
<string>"Motorola CE, Copyright 2004"+KRZRK1m</string>
<string>"Motorola CE, Copyright 2000"+KRZRK1m</string>
</array>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.motorola.usb-bt.0x22B8/0x4902</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>MOTV3-black.tiff</string>
<key>ModelName</key>
<string>KRZR K1M</string>
</dict>
</dict>
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Nov 2005
Location: President Skroob's Office
Status:
Offline
|
|
Is the OS the same horrible on as the RAZR?
|
"She's gone from suck to blow!"
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Jan 2006
Location: Darien, IL
Status:
Offline
|
|
I came out of the ice age, and got my first cell phone three weeks ago - a Motorola SLVR L7. I love it, but I want a RIZR when they come out. I hope they chose Cingular as the carrier.
|
|
BlacBook | 2.0ghz core duo | 2x320gb | 2gb ram | mba superdrive
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2004
Status:
Offline
|
|
The OS on the Krazr is the same as the RAZR as far as I can tell. And its not the best. But overall, this phone is the best cell phone I've ever owned and I wholeheartedly recommend one to anyone interested. I pull in a reception everywhere with Verizon, even in places I could not previously. I even get a signal in the subway (Chicago). Battery life is solid too.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2004
Status:
Offline
|
|
Originally Posted by 7xs
I threw together a fix for isync and KRZR K1m since I had a 150 contacts I did not want to type in
n the Finder, control-click on the iSync application and choose Show Package Contents.
Drill down to the following:
Contents -> Plugins -> ApplePhoneConduit.syncdevice -> Contents -> Plugins -> PhoneModelsSync.phoneplugin -> Contents -> Resources.
In that folder, open MetaClasses.plist in text edit or pico(make a backup first!)
add the following code. save and reopen isync.
Unfortunately, I cannot get this fix to work. I have added the text into the appropriate file, right above the last /plist....but still no go once I save and run iSync. Thoughts? Thanks.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2004
Status:
Offline
|
|
On the plus side, standard Bluetooth features work just fine, which I guess makes sense  I can transfer files, etcetera from the Krazr to my desktop. Still would like to get iSync up and running, but right now this is the best cell Phone I've ever used and I guess I can be patient.
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Apr 2001
Location: Fort Lauderdale, FL
Status:
Offline
|
|
dude, let's see some pics, I asked ya 5 days ago!
pics of the phone and pics taken with the phone would make me happy.

|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2004
Status:
Offline
|
|
I'll put up some pics later today 
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Apr 2001
Location: Fort Lauderdale, FL
Status:
Offline
|
|
Originally Posted by bobablob
I'll put up some pics later today
YOU THINK THIS IS A GAME?!
(please?)
|
|
|
| |
|
|
| | |