Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Hardware - Troubleshooting and Discussion > Consumer Hardware & Components > Newest Razor - KRZR

Newest Razor - KRZR
Thread Tools
Junior Member
Join Date: Jul 2004
Status: Offline
Reply With Quote
Oct 3, 2006, 05:04 PM
 
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
Reply With Quote
Oct 3, 2006, 05:33 PM
 
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
Reply With Quote
Oct 3, 2006, 05:55 PM
 
Got pictures? Who's your carrier?
Glenn -----
     
Forum Regular
Join Date: Aug 2006
Status: Offline
Reply With Quote
Oct 3, 2006, 06:25 PM
 
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
Reply With Quote
Oct 3, 2006, 07:00 PM
 
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
Reply With Quote
Oct 3, 2006, 07:12 PM
 
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
Reply With Quote
Oct 3, 2006, 09:35 PM
 
Motorola Krazor?
Weird name.
OBAMA•BIDEN '08
     
Mac Elite
Join Date: Jun 2002
Location: Southern California
Status: Offline
Reply With Quote
Oct 3, 2006, 10:51 PM
 
Heh, looks sorta nice. They suck as bad as the RAZR?
     
Professional Poster
Join Date: Jun 1999
Location: Centennial, CO, USA
Status: Offline
Reply With Quote
Oct 3, 2006, 11:04 PM
 
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
Reply With Quote
Oct 4, 2006, 12:11 AM
 
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.

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist 2.5.2. Macworld - five mice!
     
Junior Member
Join Date: Apr 2005
Location: North Texas
Status: Offline
Reply With Quote
Oct 4, 2006, 02:17 AM
 
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
Reply With Quote
Oct 4, 2006, 08:16 AM
 
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
Reply With Quote
Oct 4, 2006, 10:58 AM
 
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!
     
7xs
Fresh-Faced Recruit
Join Date: Oct 2006
Status: Offline
Reply With Quote
Oct 5, 2006, 10:53 PM
 
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
Reply With Quote
Oct 6, 2006, 11:00 AM
 
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
Reply With Quote
Oct 6, 2006, 02:37 PM
 
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
Reply With Quote
Oct 7, 2006, 03:07 PM
 
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
Reply With Quote
Oct 7, 2006, 03:14 PM
 
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
Reply With Quote
Oct 8, 2006, 09:16 PM
 
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
Reply With Quote
Oct 9, 2006, 02:41 AM
 
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
Reply With Quote
Oct 9, 2006, 10:51 AM
 
I'll put up some pics later today
     
Moderator
Join Date: Apr 2001
Location: Fort Lauderdale, FL
Status: Offline
Reply With Quote
Oct 13, 2006, 11:27 AM
 
Originally Posted by bobablob
I'll put up some pics later today

YOU THINK THIS IS A GAME?!





(please?)