Project: Macbook Tablet


Recommended Posts

Originally this was just on my blog, but I thought I might post it here for the few interested souls as I go through the process of creating my own Macbook tablet.

The computer in question is a 2007 model (Core2Duo) Macbook (not pro) whose battery exploded and bent the chassis and killed a few parts. I decided to buy a new macbook pro instead and this sat there for a while until I decided to do something with the still working parts. Originally it was to become the guts of a G4 tower case I have here, that was until The_Decryptor told me to make it a tablet and so I took a look.

If you want to see all this information in an unbroken line and sans comment click here: http://www.i-dahr.com/?p=131

So step 1: Hardware Dismantling

Time to dismantle the old macbook

Firstly I opened up the old macbook and took out the damaged parts:

IMG_0274.JPEG

Oh dear god, just look a that mess. It really is a wonder this thing stayed on for 3 years and didn't die any sooner than it did. It lived a pretty hard life, travelling to and from uni, work or just about anywhere else and it looks like that took it's toll over the years.

Firstly let's remove the damaged parts: DVD drive, power connector, battery and part of the casing

IMG_0278.JPEG

I got the dvd drive out (above), but there was some resistance... oh dear, all those hidden pesky screws.

IMG_0277.JPEGwhoops

I took the screen off and tested the connections to make sure it was okay

IMG_0279.JPEG

Look it's an Amiga Keyboard Mac!

IMG_0281.JPEG

The device still works fine without the screen and external video output seems to keep working fine.

The screen is now all marked out on the top cover for cutting:

IMG_0318.JPEG

Next Steps:

- Find a 13.3 inch 16:10 resistive touchscreen [Done]

- Get a dremmel and cut the screen dimensions out on the other side of the top case

- Screen rotation

- Shielding for the parts at the bottom of the screen (foil?)

- A new battery: Rechargeable Battery - 13-inch MacBook (White)

Find a way to re route the cables for:

- Backlight

- iSight

- Airport antennae

- Video out

Update: 17th April, 10pm

The screen has been purchased!

w1.jpg

Includes:

4 wire Resistive Touch Screen (Film on Glass.. epic)

Connecting Parts / PBC RJ to usb controller

Operation Supports : Windows 98 / ME / XP / 2000 /Vista windows 7, Linux, Mac OS operation.

Compatible with 13.3"(16:9)-inch Touch Screen Models.

Dimensions / Size: 299 x 195 x 2 (mm)

The dimensions are JUST what I need:

w5.jpg

Update 19th of April: On the software front

Drivers:

Just got the driver information from the supplier:

Firstly it is definitely OSX compatible, and secondly it has 4 point AND 24 point calibration. By the looks of the driver and software information it's an eGalax Touch Screen (they are an OEM provider so that's a plus), I also found the company website with the other drivers if I need them.

http://home.eeti.com.tw/web20/eg/drivers.htm

software.png

I haven't installed it onto the tablet mac hardware yet though, as currently it's connectivity is kinda limited. Basically I can't find an ethernet cable and the airport antennae isn't connected due to the screen being pulled off at present.

Screen Rotation:

Given it will be a tablet I will need to rotate the screen so I had to find some software. (Thanks to Steve for making me look/think of it)

Software.pngOSX

The program is meant to have some shortcuts (Example: command option 0 for landscape), but I can't get them working so that is something to investigate later. For now I can use the drop down box using my finger to select the option I want.

Dropdown.pngOSX

Software Source: http://www.magesw.com/displayrotation/

On Screen Keyboard

Apparently you cant just whip up an apple script to bring up the keyboard anymore, nor can you just drop the application into the dock. Great. This is where a tip from Alex comes in.

In 10.6 they took away that ability, so I need an app and a script for that.

Download and install keyboardViewer:

sudo install keyboardViewer /usr/local/bin

Script:

tell application "System Events"
	if exists (process "Keyboard Viewer") then
		click process "Keyboard Viewer"'s window 1's buttons whose subrole is "AXCloseButton"
	else
		do shell script "/usr/local/bin/keyboardViewer"
	end if
end tell

One that is all done I can click an apple script in the dock to launch the keyboard rather than fiddle with the little drop down menu.

Software Source: http://github.com/nriley/keyboardViewer

Up Next... Construction!

Marking out the screen roughly for the first cuts:

IMG_0370.JPG

The marking was done in pen on the interior of the case and the exterior marked in tape as seen above. This was done to retain the cosmetic appearance (obviously), I will be leaving a good deal of margins to be safe and cut it down as I go.

Once that was done it was time to test fit the screen in it's new orientation and make sure all of the cables would make it to where they need to go.

IMG_0371.JPG

Screen frame inverted and the cable routing checked:

IMG_0369.JPG

A few notable issues here:

- The iSight simply will not fit with it's current frame

- The display cable is at risk of being damaged in this configuration

- The silver tape on the airport cables once removed exposed the shielding (what the hell?)

- The inverter board is going to be a serious problem (see below)

IMG_0372.JPG

I don't see how to re route it without changing or modifying the cable in some way at this point, I'll have to see how it works out. I may do it like this:

IMG_0374.JPG

And simply make the cable just that bit longer to stretch back to the original position. Once the touch panel arrives I'll be happier to actually cut out the front , but until then I have to wait. At this point it could be friday next week before I see it.

Whilst I wait for the screen it was time to investigate the power button;

The big problem was I did not want to dismantle the keyboard to kind out, just in case. The documentation is also kinda sparse unless you're a developer apparently, that sucks a little. After a quick search I found that the keyboard appeared to be USB based (see below), that's a plus because USB is only 4 pins

080163011122_01.jpg

But I had to confirm, so I found a project that used one of the keyboards as a USB keyboard and this is what I found:

dsc00131.jpg

This confirmed it for me, we had 6 data pins, 1 ground and one isolated cable in the ribbon. This splits out to 10 pins at the ribbon connector:

Screen%20shot%202010-04-30%20at%209.40.31%20PM.png

Excuse the quality, but what you will see is the usb pins (marked in red) and the two unknown pins moving into the PBC in another direction (in green). From what I've been able to ascertain I need to short these two pins using a low-value resistor (100-470 Ohm), but you have to be very careful (oh joy) and you may short something else out if you aren't.

More from me once the screen is here.

Link to comment
https://www.neowin.net/forum/topic/896998-project-macbook-tablet/
Share on other sites

Likes tedious but pretty cool. How long did this first step take you? lol

I've been doing this on and off whilst doing university reports, but I'd say no more than a few hours in total so far. It's been really straight forward so far, the hard part is going to be the touchscreen, inverter board and the power button.

Those will take a fair few hours and maybe a but of fabrication to get around.

I've been doing this on and off whilst doing university reports, but I'd say no more than a few hours in total so far. It's been really straight forward so far, the hard part is going to be the touchscreen, inverter board and the power button.

Those will take a fair few hours and maybe a but of fabrication to get around.

It's only taken him a couple of hours so far - but give it another hour and the thing will be in pieces, on the floor, on fire, with him running around doing some kinda dance.

;)

I may end up watermarking them once the project is finished, but I still have to make sure I get it all going, looking perty and with no major screw ups. But for now I'm happy to be naive about the whole thing and just enjoy it once it's done.

I confirmed that the cable isn't being impinged with the lid closed today and I looked through the apple at the back as the computer booted through to the desktop, so that's a plus. I'm really itching to cut the hole in the lid to see it properly, but I have to behave myself and wait for the touch screen. Even a few mm of difference could expose the surround of the touch display and I don't want it to look like crap.

FYI: Mage Software's Display Rotation Menu will not work on a MacBook with an Intel chip set.

Apparently, Apple decided it did not need to write a full driver for the internal display in its white MacBooks from 2006 to 2008. Consequently, portrait orientation is not possible on the internal display on these MacBooks (curiously, they can run a rotated external display just fine). Recently, this decision may have come back to bite them.

Anyway, you can still do a 180 degree rotation with MacFlip or fb-rotate.

What you are doing is quite similar to an Axiotron Modbook conversion except you are using a touch screen, and they use a pen tablet.

FYI: Mage Software's Display Rotation Menu will not work on a MacBook with an Intel chip set.

Apparently, Apple decided it did not need to write a full driver for the internal display in its white MacBooks from 2006 to 2008. Consequently, portrait orientation is not possible on the internal display on these MacBooks (curiously, they can run a rotated external display just fine). Recently, this decision may have come back to bite them.

Anyway, you can still do a 180 degree rotation with MacFlip or fb-rotate.

What you are doing is quite similar to an Axiotron Modbook conversion except you are using a touch screen, and they use a pen tablet.

Ah cheers for the heads up on the rotation, I'll have to use the alternative method then; much appreciated :D . It looks like that one is better than what I was going to be using anyway, so that's awesome. My real goal in all this was to do the conversion in a cheap but effective manner. At the moment the only cost I have incurred is the touch screen and that was under $100. If I can get away with making a tablet mac for 100$ or less I'd be ecstatic, but we'll see how we go and how effective the screen is.

It also looks like the touchscreen has finally made it into the country, but given I have uni every weekday I wont get to it until the weekend. I should post some pics up once I get it in my hand and make sure everything lines up.

The screen arrived and it's damaged, so Im not impressed

Firstly I looked like a crack dealer at the post office:

IMG_0379.JPG

Secondly because it looked like the fit was bloody perfect, why am I ****ed the fit is perfect?

IMG_0380.JPG

There is a problem...

IMG_0381.JPG

With the damage it has it's not fit for use, you can see the marks so clearly with a backlight on

IMG_0382.JPG

It's not good at all

IMG_0383.JPG

Note: The screen is awesome, its a glass on film overlay and the opacity is fine. I want to use this as the screen for it, but I can't because the screen is damaged. It's a real shame, but now I have to see what the manufacturer will do about replacing the item, it's in a disgusting state for something that's meant to be new.

I decided to install the thing anyway, judt to see how it went...

Just after I installed it:

EDIT: uploaded to youtube: (might still be processing)

IMG_0389.jpg

IMG_0390.jpg

This was after installing the software for the first time:

EDIT: uploaded to youtube: (might still be processing)

The files aren't small 13 and 40 mb respectively, Ill youtube it later. For now ignore the rounded corners and that the screen doesn't line up on top, I'll be sorting that out. The backlight works, the airport works and Ill try something with the iSight soon.

Note to any attempting this: At all times wear a mask when cutting the case

I know it might seem stupid to say it, but trust me you want one on.

and now I have to run to uni! but I wanted to have at least this done by the time I left..

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!