
08-09-2009, 02:11 AM
|
| CrackBerry Newbie Device(s): 8130 (Pearl) Carrier: Verizon | | Join Date: Aug 2009 Posts: 1 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Working on BlackBerry Pearl 8130
I just got this working on my BlackBerry Pearl 8130. I followed mostly the same directions, with a few differences:
I kept noticing that /var/log/system.log kept having the following message logged to it:
VZAccess Setup Assistant: *Blackberry fatal error - file /System/Library/Extensions/BlackberryUSBDev.kext/Contents/Plugins/embeddedVSP is missing !!!
So, I looked and lo and behold the file was there:
/System/Library/Extensions/BlackberryUSBDev.kext/Contents/PlugIns/embeddedVSP
Note that the i in Plugins is capitalized on the file system, but not in what the VZAccess Setup Assistant is looking for.
Probably not a big deal on a default installation of OS X, but I am using a case-sensitive file system, so it was a big deal. So I created a symlink with the following commands:
cd /System/Library/Extensions/BlackberryUSBDev.kext/Contents/
sudo ln -s PlugIns Plugins
But it didn't work, even after restarting kextd. So, I then downloaded PocketMac and the updated drivers. Same issue, so I recreated the symlink again using the above instructions, fired up VZAccess Manager, and lo and behold my Pearl was detected, and VZAccess Manager did it's thing.
I had been toying around with getting berry4all to work, but was having no luck; now that I have this working, I'm just glad to be able to get my money's worth on the tethering plan.
Just thought I'd pass this along to anyone trying to tether using VZAccess Manager on a case-sensitive file system on a Mac, to help them avoid the frustration I'd been feeling in trying to get this to work.
Also, I discovered that I did not need to have Mass Storage Mode on when having it detect my Pearl in order to get it to work. YMMV.
|