Crazy problem here - Please help?

Hey Guys,
I was helping a friend to install some apps and widgets on her 15 Inch PowerBook G4. One of the things I installed was the "SecondaryTrackpadClick" package... after that it requested for a restart so I restarted it.
Now, the computer boots up and gets to the login screen... the trackpad responds but the keyboard is unresponsive.
Some of the keys on the keyboard work... like lowering or rising the volume (it even shows the animation on the screen) or changing the brightness... but the rest of the keys don't seem to do anything!
Please help, I am stuck at the login screen... everything else works, the lights light up, the controls work... but the keyboard keys (characters and numbers) are frozen. I can't log in because it prompts for the password and I can not type it in.
Any ideas?
I already tried resetting the PRAM and PMU, still the same.
Thanks for your help.

I'm not going to be able to hang around very long tonight, so let's get to the point . . .
What exactly did you install on your friend's machine? Did you just install the SecondaryTrackpadClick package, or did you install any other Intel-based software?
If you just installed the one package (and I won't ask where you got it), then what you've essentially done is replace the kext file(s) for the trackpad with (a) file(s) that are unusable in that machine. To replace the file(s), you will need to have use of your keyboard. Since you can't use the PowerBook's keyboard, you will have to try to use Keyboard Viewer, which is a virtual keyboard that is a part of Mac OS X.
If there is a national flag icon (e.g., American, English, Spanish, . . .) in the menu bar on your friend's machine, then you will be able to activate and use Keyboard Viewer with a mouse cursor. Just click on the flag and choose Keyboard Viewer.
If there is no flag icon in the menu bar, then you will have to activate it in System Preferences > International > Input Menu. Open that pane, check Keyboard Viewer at the top of the window, and check the box, 'Show input menu in the menu bar' at the bottom of the window.
If you are unable to get to the desktop because you have to log in and you can't type, you will have to try booting into safe mode, holding down the Shift key immediately after the startup chime to see if the new kernel extension you installed is prevented from loading, thus allowing you to type. If that works, enable Keyboard Viewer from safe mode, and also go to System Preferences > Accounts and enable Automatic Login for an Admin User of the machine. Then reboot normally, go to the flag icon in the menu bar, open Keyboard Viewer, and use the mouse to click the keys you need to type to download and install Pacifist which is available at http://www.charlessoft.com/
Pacifist is a utility that will enable you to extract particular files from the Install disc(s) and reinstall them on your computer so that you don't have to reinstall your entire OS. What you need to do is figure out what was installed, what was replaced, and then you need to trash what was installed and extract the replaced file(s) from the Install disc that came with the computer or from the Mac OS X 10.4 retail package.
EDIT: You may be able to figure out what was installed by SecondaryTrackpadClick.pkg by Control-clicking on its installer .pkg file and choosing Show Package Contents from the contextual menu that opens. Navigate through the Contents to locate the items that may have been installed. (You can also use Pacifist to navigate that .pkg file.)
Pacifist comes with good documentation. Read it, and try to follow the instructions given by the user in the linked topic above:
. . . Insert your OS X disk (DVD or CD) and locate the missing AppleADBKeyboard.kext file with the help of Pacifist. Install it. Then download and install the latest [10.4.7] Combo update. Do not use SoftwareUpdate, but download it from the provided link. Then, repair permissions and cross your fingers.

Similar Messages

  • Counting lines problem. Please help!!

    Hi all,
    I just have a small problem i cannot resolve, here it is: I read through a file and i like to count the lines of the file there is before a special word.
    E.g
    My file contains:
    "hi
    how are you
    my name is john
    and i live
    britain"
    I'd like to count how much lines there are in the file before the word LIVE ==> result would be 4.
    I proceed with StreamTokenizer, but i don't knor how to specify the word. Here is my code:
         try {FileReader fr = new FileReader("test2.dat");
                   BufferedReader br = new BufferedReader(fr);
                   StreamTokenizer stk = new StreamTokenizer(br);
                   do {
                   n = stk.nextToken();
                   li = stk.lineno();
                   if (n == stk.TT_NUMBER) {
                        n = stk.nextToken();
                   if (n == stk.TT_EOL) {
                        li++;
                        n = stk.nextToken();
                   if (n == stk.TT_WORD) {
                        String str = stk.sval;
                        if ("entier".equals(str)) {
                             System.out.println(li);
                        else {
                             n = stk.nextToken();
                   while (??????????????);
    I want here to specify the word "entier" but how to do this??
    Thanks very much for your precious help....

A: Counting lines problem. Please help!!

Use LineNumberReader, which counts lines for you. Here's a complete program in 16 lines:
import java.io.*;
public class test4 {
  public static void main(String[] argv) {
    if (argv.length < 2) { System.err.println("no arg"); System.exit(0); }
    try {
      LineNumberReader in = new LineNumberReader(new FileReader(argv[1]));
      String line;
      while((line = in.readLine()) != null)
        if (line.indexOf(argv[0]) != -1)
          System.out.println("Found match at line " + in.getLineNumber());
    } catch (IOException e) {
      e.printStackTrace();
}If you want case insensitivity, you can make both lines lower-case before searching. Or you can use regular expressions.

Use LineNumberReader, which counts lines for you. Here's a complete program in 16 lines:
import java.io.*;
public class test4 {
  public static void main(String[] argv) {
    if (argv.length < 2) { System.err.println("no arg"); System.exit(0); }
    try {
      LineNumberReader in = new LineNumberReader(new FileReader(argv[1]));
      String line;
      while((line = in.readLine()) != null)
        if (line.indexOf(argv[0]) != -1)
          System.out.println("Found match at line " + in.getLineNumber());
    } catch (IOException e) {
      e.printStackTrace();
}If you want case insensitivity, you can make both lines lower-case before searching. Or you can use regular expressions.

  • Went to open a file in words and got message. "You need a newer version of Pages to open this document." I have latest version.  All other files open w/o a problem.  Please help.

    Went to open a file in words and got message. "You need a newer version of Pages to open this document." I have latest version.  All other files in words open w/o a problem.  Please help.
    Thank you.
    <Email Edited by Host>

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Installed successfully but network is not connected. Yet when I go on my Mac network is connected. Is there any other way to solve this problem? Please help.

    Hi,
    I have just installed Windows 7 Home Premium on my Mac book Pro 13inch, it installed successfully but there is no network connection. Yet when I go on my Mac I can get online no problem. Please help or what other way I can do to connect windows online?

    Did you download Windows Support Software when you started installing windows via Bootcamp. If yes you need to then install the Support Software after installing windows which contains Windows drivers for Mac hardware.

  • How come my external hard drive is no longer visible in finder even after ticking it in preferences? it shows in the disk utilities but does not allow me to find a problem or fix the problem? Please help.

    it shows in the disk utilities but does not allow me to find a problem or fix the problem? Please help. also my external hard drive is a seagate free agent go, 500GB. it is visible on my tv but has no files in it… i'm scared i've lost everything?

    Honestly i cannot remember sorry, i got it like 5 maybe 6 yrs ago and just started downloading things to it as the memory on the computer started filling up and when i wanted to see photos/videos on my TV.
    My wife did tell me after i had written this post that she did try and record TV to it as it was plugged in. I think by doing so somehow has deleted everything.   It reads on my TV yet has no files in it but won't show up on my computer. hope this helps.
    Starting to think it is going to cost more to retrieve files on it than it will be to buy a newer and larger one.

  • My new iPhone 5 has black and white lines on the screen. It's not been damaged. I've tried turning it off but this does not solve the problem? Please help.

    My new iPhone 5 has black and white lines on the screen. It's not been damaged. I've tried turning it off but this does not solve the problem? Please help. I can't find my answer on the Internet.

    By far the most common problem hardware-wise seems to be scuffs on the aluminium. Yours is the first report of a faulty screen I've seen.
    If you use the same Apple ID on both devices it'll sync whatever you want it to - music/apps/photos/messages/etc.
    I've just switched from a Galaxy S3 to iPhone 5 (having already owned an iPad for a while) so I'm in a similar position!

  • Adobe Content Viewer problem. Please Help me...

    Hi after updating online. Folio, I tried to update the trial version of the publication on my iPad but I get this message: "the issue isavailable for dowload, but new signing for an application version. Update the application from the App Store. "I went to the AppStore and was not any update of the Content Viewer ... I deleted the version on my iPad I downloaded again ... but without success gives me the same problem ... Please help me ... how can I do??
    thanks

    Hello Bob and thank you for responding so quickly ... Would you be kind enough to send me the link where I can download older versions of Folio Builder and Folio Producers Panel tools for InDesign 5.5. I'm looking for them but I can not find them.
    Thank you for your patience.
    Il giorno 21/gen/2012, alle ore 16:18, Bob Levine ha scritto:
    Re: Adobe Content Viewer problem. Please Help me...
    created by Bob Levine in Digital Publishing Suite - View the full discussion
    As discussed in numerous threads already, the new viewer has not been approved by Apple yet.
    If you’re a pro or enterprise customer you can create your own viewer app. If not, you’ll have to wait or roll back to the older tools.
    Bob
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4155907#4155907
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4155907#4155907. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I kept my iphone on my table so with a half charged battery. I picked it up and it would not turn on then i charged it about an hour but still is not turning on.is it a battery problem? please help!

    i kept my iphone on my table so with a half charged battery. I picked it up and it would not turn on then i charged it about an hour but still is not turning on.is it a battery problem? please help!

    Press and hold both the home and power button until the apple symbol shows up, about 15 seconds.

  • I am not able to sync some videos and apps onto my iphone 3gs. it shows a sync error: 0xe8008001.i updated it but still i am getting the same sync error problem..please help.

    i am not able to sync some videos and apps onto my iphone 3gs. it shows a sync error: 0xe8008001.i updated it but still i am getting the same sync error problem..please help.
    aman

    Are you using Windows...?

  • My IPOD menus suddenly appear in Japanese or Chinese and are impossible to understand for me who is european. Has somebody else had this problem? Please help? The song titles are still in the language they were entered though. /Jane

    My IPOD menus suddenly appear in Japanese or Chinese and are impossible to understand for me who is european. Has somebody else had this problem? Please help? The song titles are still in the language they were entered though. /Jane

    Fingers crossed, the following document might be of some assistance:
    iPod: Changing the display language

  • Tried to access programs and get Error: 16 message. What's the problem? Please help!

    Tried to access programs and get Error: 16 message. What's the problem? Please help! Photoshop, photoshop elements, Dreamweaver - none of my Creative Cloud apps will start-up, since my last update. I need to access these programs for jobs I'm working on.

    Hi wdriver,
    It seems like due to some unknown reason permission from the Licensing folder is removed. Please try launching any of the apps by right clicking and select Run as an Administrator, it should fix the issue by doing that.
    Please let us know if it helps.
    Regards,
    Abhijit

  • Trouble to connect to wireless G routers after installed the latest update 10.10.2  . Anyone with the same problem? Please help Apple support team!! Macbook Pro mid 2010. PS.: Only with wireless G routers, the rest are fine (N, B...)

    Trouble to connect to wireless G routers after installed the latest update 10.10.2  . Anyone with the same problem? Please help !!! Macbook Pro mid 2010. PS.: Only with wireless G routers, the rest are fine (N, B..., and both radio bands)

    Trouble to connect to wireless G routers after installed the latest update 10.10.2  . Anyone with the same problem? Please help !!! Macbook Pro mid 2010. PS.: Only with wireless G routers, the rest are fine (N, B..., and both radio bands)

  • My Ipod doesen't work when I try to connect it on my iTunes! How can I solve this problem? Please help me

    My Ipod doesen't work when I try to connect it on my iTunes! How can I solve this problem? Please help me

    Itunes doesen't see the ipod and it is all dark!

  • Is my iPhone 4 greyed out wifi and non working bluetooth software or hardware... seems that the forums are full of this issue with no consistent or official answer. is it all coincidence that so many are having the problem? Please help...

    Is my iPhone 4 greyed out wifi and non working bluetooth software or hardware... seems that the forums are full of this issue with no consistent or official answer. is it all coincidence that so many are having the problem? Please help... I have scoured the net trying everything the last few days.

    Please correct your porfile: iPhone 4 do not have IOS 6.1.4.
    The usual troubleshooting steps are, also remember to test it after every step:
    1. Restart
    2. Reset
    3. Restore from backup
    4. Restore as new.
    If no joy, make an Appointment with the Apple genius and have them evaluate

  • I have already downloaded the ios 7 but cannot access the iTunes Radio from the music app. There is no iTunes Radio icon at all! How did that happen? How can I resolve the problem? Please help. Thanks!

    I have already downloaded the ios 7 but cannot access the iTunes Radio from the music app. There is no iTunes Radio icon at all! How did that happen? How can I resolve the problem? Please help. Thanks!

    It didn't show up in my music app for several hours.   Don't know why... But it's there.
    I can now access and add stations through the iTunes Store to play through music app icon.

  • Maybe you are looking for

    • Printing with HP Deskjet 1510 from wireless connected ipad using computer connected to broadband

      Hi, I am trying to figure out easy way to print any content from my ipad connected with wifi through xp computer to HP Desjket 1510,

    • ILife from a MacBook Pro

      Ok, so about three months ago I was forced to reinstalled Leopard on my macbook. My macbook originally ran OS X Tiger so it originally had iLife '06. Now, before I reinstalled OS X Leopard I had iLife '08 from a iLife '08 disk. The disk has been lost

    • How to use session object in windows application

      hi, I am programming in jdeveloper. i need to know that while i m making a web application i can use a session object for the particular session. now i m builiding a windows application for my final semester and i need to insert product id and then i

    • Creating Quotation in SAP based on the data from 3rd party sys

      Hello experts, My client is using a 3rd party system where the Quotations are created. The Requirement is, the same quotaions have to be created in the SAP automatically. Please advice how to achieve the above Thanks in advance, Chintu

    • Sharpness/Softness control in edit

      On my Mac-Mini iPhoto, the edit function in iPhoto is different from my newer OSX 10.5.6. In particular, the older version has a better "Sharpness" control in the edit function. In the older version the default position is in the center, equally betw