Kashchei
Oct 17, 11:04 PM
Cami Stockel or Macline Rue Neuve...
Si j'�tais � Bruxelles le 26, j'acheterais le nouveau chat pour tout le monde!
Si j'�tais � Bruxelles le 26, j'acheterais le nouveau chat pour tout le monde!
G5Unit
Sep 19, 11:47 PM
Finished watching it! At the begginning the kid was using safari on a mac!
mdgm
Mar 1, 11:48 PM
Nice. How does that compare with your results in 10.6? Could you post your results in 10.6 as well?
Zazza
Dec 5, 11:23 AM
Greetings everyone,
I'm pretty newbie for the Mac world, so be patient please.
I have the chance to have a look at an Imac G3 400Mhz (Tangerine) 384Mb (64Mb originally).
Had to swap the hard disk because the 15Gb Quantum inside was broken.
So, reinstalled OS 9.2.2 on the new disk. Everything went fine.
Sorry for the preamble but the problem is:
I have a firewire inclosure like this: http://www.byteccusa.com/product/enclosure/ME-320.htm (model is: ME-320F - Oxford 911 chip) but can't have it recognized by the system.
The "System Profiler" shows the firewire bus (2.8.6) with (obviously) nothing attached to it.
I've tried dvd-rom burner, dvd-rom reader, hard disk but with no luck.
The device is not detected in startup, too. (I'd like to boot with that).
I've upgraded the iMac to the latest firmware but with same results.
Another strange thing: on the label on the back of the iMac I read: 400Mhz/512K L2/64MB/10GB/DVD/56. So I think that "DVD" should state for DVD-Rom reader, right? But actually there's only a CD-ROM reader in this iMac... How is it possible?
I hope you could help me.
Thank you very much.
Bye,
Andrea
I'm pretty newbie for the Mac world, so be patient please.
I have the chance to have a look at an Imac G3 400Mhz (Tangerine) 384Mb (64Mb originally).
Had to swap the hard disk because the 15Gb Quantum inside was broken.
So, reinstalled OS 9.2.2 on the new disk. Everything went fine.
Sorry for the preamble but the problem is:
I have a firewire inclosure like this: http://www.byteccusa.com/product/enclosure/ME-320.htm (model is: ME-320F - Oxford 911 chip) but can't have it recognized by the system.
The "System Profiler" shows the firewire bus (2.8.6) with (obviously) nothing attached to it.
I've tried dvd-rom burner, dvd-rom reader, hard disk but with no luck.
The device is not detected in startup, too. (I'd like to boot with that).
I've upgraded the iMac to the latest firmware but with same results.
Another strange thing: on the label on the back of the iMac I read: 400Mhz/512K L2/64MB/10GB/DVD/56. So I think that "DVD" should state for DVD-Rom reader, right? But actually there's only a CD-ROM reader in this iMac... How is it possible?
I hope you could help me.
Thank you very much.
Bye,
Andrea
iJohnHenry
Apr 8, 11:17 AM
"They can kiss my big, black ass!!" - Vijay Singh :cool:
Myzhi
Apr 29, 10:11 PM
I dloaded that iphone3,1_4.3.2.zip file. (which was selected when I picked the iphone4, 4.3.2 selection. When I unzip it, there is no .ipsw in it. all I find is a bunch of .dmg files and other folders.
Change the file name from 4.3.2.zip to 4.3.2.ipsw
Change the file name from 4.3.2.zip to 4.3.2.ipsw
Nermal
May 1, 06:53 PM
Hmm, I just checked that, doesn't seem to be the answer... any other thoughts?
It needs to be unticked if you want Expose etc.
It needs to be unticked if you want Expose etc.
Mr. MacBook
Mar 25, 07:50 PM
No, my dad still has mine until April 2nd.
jav6454
Dec 22, 10:16 PM
Still down... tried to call an Aunt, nothing.
kentkomine
May 3, 06:52 PM
I'm using iMovie '11 to make a slideshow out of some photos I have in my library. The transitions etc. are really nice, and I'm enjoying the user experience very much. However, when I go under the Inspector for the still photos, I cannot change the duration! If the original duration was, say 5 seconds, and I change it to 3 seconds, when I hit done it reverts back to the 5 seconds! Please help!!
zwodubber
Apr 18, 05:03 PM
Not sure what to tell you, I had no issues using the MDP to HDMI. I have a bootcamp win7 install.
After installing windows did you insert the mac os cd and update all the drivers?
After installing windows did you insert the mac os cd and update all the drivers?
David Schmidt
Aug 20, 03:47 PM
I've tried several cheap SCSI->IDE plugged into IDE->CF solutions, and all seem to fail on older macs when I go to partition and format. I have yet to find classic Mac software that will successfully do that step. I can see the "drive," and some seek-ish stuff works, but partitioning it always seems to fail with one of those cryptic numerical error messages.
I've had good luck with IDE->CF solutions in later PowerMacs that have internal IDE busses; that seems to work just fine.
I've had good luck with IDE->CF solutions in later PowerMacs that have internal IDE busses; that seems to work just fine.
Blorzoga
Apr 2, 09:02 AM
Just read that Apple will announce the 2i at the WWDC and it will be the iPad 2 with a retina display. This model with cost an extra $150.
That was an April fools joke, if you didn't already know.
That was an April fools joke, if you didn't already know.
MayPeng
Apr 19, 05:19 AM
Shouldn't that be:
IOServiceGetMatchingServices
It is case sensitive you know!
What happens if you try to find something that isn't implemented by yourself.
B
Sorry for it. Above it will appear in 64bit mac os, but 32bit os is ok.
Another problem :
My device is hid device, if I use the following code, my device can't be found.
IOHIDManagerRef mgr;
mgr = IOHIDManagerCreate(kCFAllocatorDefault, kIOHIDOptionsTypeNone);
IOHIDManagerSetDeviceDeviceMatching(mgr, NULL);
IOHIDManagerOpen(mgr, kIOHIDOptionsTypeNone);
CFSetRef device_set = IOHIDManagerCopyDevices(mgr);
CFIndex num_devices = CFSetGetCount(device_set);
.....
then I print all device fount(num_devices = 4), which are apple keyboard ,mouse and so on, my device can't be found.
Why? thank u!
IOServiceGetMatchingServices
It is case sensitive you know!
What happens if you try to find something that isn't implemented by yourself.
B
Sorry for it. Above it will appear in 64bit mac os, but 32bit os is ok.
Another problem :
My device is hid device, if I use the following code, my device can't be found.
IOHIDManagerRef mgr;
mgr = IOHIDManagerCreate(kCFAllocatorDefault, kIOHIDOptionsTypeNone);
IOHIDManagerSetDeviceDeviceMatching(mgr, NULL);
IOHIDManagerOpen(mgr, kIOHIDOptionsTypeNone);
CFSetRef device_set = IOHIDManagerCopyDevices(mgr);
CFIndex num_devices = CFSetGetCount(device_set);
.....
then I print all device fount(num_devices = 4), which are apple keyboard ,mouse and so on, my device can't be found.
Why? thank u!
chibianh
Oct 22, 10:52 PM
Hi everyone. After a long hiatus, I'm back at folding again. Hopefully I'll be climbing the ranks in the MR team here soon! So watch out! :P
byeehaaw
Jul 5, 04:23 PM
price lowered to 40 a ticket + shipping. please let me get rid of em! dont miss out yankees vs redsox!
nhexima
May 18, 12:18 AM
I updated the pages to mention the March '09 iMacs.
jent
Feb 7, 12:36 PM
I love my new MacBook Air and I'm trying to squeeze every bit of battery life out of it as possible. As a result, I'm taking a different approach from my MacBook and not installing Flash on my MacBook Air. There is the occasional piece of content on the web that's Flash only, so I was wondering if instead of installing Flash altogether, can I simply use Google Chrome when I want to play such content? I've heard that Flash is built-in to Chrome, and I use Safari as my primary browser. This way I could keep my current workflow as it is, and simply launch Chrome whenever I want to play Flash content. Would that work?
dusanv
Mar 26, 05:15 PM
I bought a Samsung 160 GB 5400 rpm laptop ATA hard drive to replace the stock 4200 rpm 40 GB that came with the first generation 1.25 GHz G4 mini. I disassembled the machine and put in the new disk and the problems began. The mini will no longer boot from the Leopard install DVD. It just doesn't find it. I reset the PRAM, didn't help. Held the option button during startup, doesn't find any bootable drives. So I pop the stock hard drive in and everything starts working just fine. It boots from it or from the Leopard install DVD.
I pretty sure I installed the new disk in properly. Is there anything I can do or is that new Samsung just incompatible?
edit: Disregard the thread. Solved it. I guess the disk has to be plugged in all the way, not even a 0.5 mm gap.
I pretty sure I installed the new disk in properly. Is there anything I can do or is that new Samsung just incompatible?
edit: Disregard the thread. Solved it. I guess the disk has to be plugged in all the way, not even a 0.5 mm gap.
iDAG
Jan 12, 03:46 PM
...I finally won.
97451
Just remember to use that reality distortion field! ;)
97451
Just remember to use that reality distortion field! ;)
tech324
Apr 25, 01:58 PM
I have Mac OS 10.6.7 and in my mail program certain emails show up with weird characters. They look like squares with A's in them. Its not in every email. The email renders fine on my ipod touch. Anyone else experience this?
eroxx
Apr 27, 08:49 PM
Oh my ...
That's a "DUH" moment - can't believe I forgot about that!
One question related to -- is there any mouse/trackpad movement/app that can "simulate" a tab-press?
That's a "DUH" moment - can't believe I forgot about that!
One question related to -- is there any mouse/trackpad movement/app that can "simulate" a tab-press?
Danneman101
Apr 16, 11:56 AM
I should have said that I've tried the bannerViewActionDidFinish-function, but when dismissing the iAd it isn't called.
Perhaps the problem is that I'm using it incorrectly if that is indeed the function to be used.
.h-fil
#import <iAd/ADBannerView.h>
#import <iAd/iAd.h>
@interface DetailViewController : UIViewController <UIPopoverControllerDelegate, UISplitViewControllerDelegate, UIWebViewDelegate, ADBannerViewDelegate>
{
Perhaps the problem is that I'm using it incorrectly if that is indeed the function to be used.
.h-fil
#import <iAd/ADBannerView.h>
#import <iAd/iAd.h>
@interface DetailViewController : UIViewController <UIPopoverControllerDelegate, UISplitViewControllerDelegate, UIWebViewDelegate, ADBannerViewDelegate>
{
kelving525
Mar 30, 09:30 PM
Wirelessly posted (Ipod touch 4g 4.2.1: Mozilla/5.0 (Sonny Bro!; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)
It isnt the dev teams fault that you rely on jailbreaking to get your apps ILLEGALLY, why dont you just buy them instead of creating a post venting your frustrations
Well, the OP didn't mention that he's jailbreaking his iPod for illegal downloads.
I jailbreak and I still pay for my apps, through the App Store or even through Cydia itself. There are just some apps that I need that requires jailbreaking (ex. ibluever-- tethering my phone's data so I can use the internet without needing Wi-Fi)... and yes I paid $5 for that app.
It isnt the dev teams fault that you rely on jailbreaking to get your apps ILLEGALLY, why dont you just buy them instead of creating a post venting your frustrations
Well, the OP didn't mention that he's jailbreaking his iPod for illegal downloads.
I jailbreak and I still pay for my apps, through the App Store or even through Cydia itself. There are just some apps that I need that requires jailbreaking (ex. ibluever-- tethering my phone's data so I can use the internet without needing Wi-Fi)... and yes I paid $5 for that app.