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

    • Wow, imagine you dump hundreds of hours into completing things and unlocking stuff and you lose it all. Back in the day when cheats were built into games, you could at least unlock things again that way without spending hundreds of hours again. But those days are long gone for some reason as no one builds cheats into games anymore. So it's even more painful that studio that's on its 6th installment **** it up so badly.
    • Spotify finally removes the disco ball app icon in the latest update by Ivan Jenic Image: Spotify Spotify has just released an update that removes its now infamous disco ball icon. The update reverts the app icon to the familiar flat green logo after weeks of mixed reactions online. The icon arrived on May 13 as part of the company's 20th anniversary celebration and was always intended to be temporary, though Spotify only confirmed that after the backlash started. The disco ball took the internet by storm, as the reception was split. A vocal group of users called it ugly and disorienting, with some iOS users noting that the 3D glowing effect made the app look like it was stuck mid-update. On the other end, the icon picked up a following of its own. Its retro, three-dimensional look immediately stood out against the flat, minimalist aesthetic that has dominated app design for years. It even started a small movement, spawning what people started calling "discomorphism," a mashup of disco and skeuomorphism. Other brands started posting disco ball versions of their own logos, probably in an effort to ride the wave of memes that flooded the internet during late May. Spotify has had a turbulent relationship with its user base lately. Besides the disco ball icon, which certainly wasn't appreciated by everyone, the company has also received backlash for its willingness to include AI-generated music on its platform. On May 17, Spotify promised the old icon would return “in a few weeks.” And now it looks like that time has finally arrived. So, whether you liked the disco ball or it made you uncomfortable, it’s now gone for good. The next time you update the Spotify app on your phone, the old, flat-design icon will return.
    • Playground Games confirms Forza Horizon 6 save wipe bug by Taras Buria Forza Horizon 6 was launched last month to critical acclaim (check out our review here), and it became a smash hit in an instant. Now, weeks into the launch, with die-hard fans clocking hundreds of hours, Forza Horizon 6 is facing a serious issue: save wipes. After multiple complaints on Reddit and social media, the studio issued a statement. The problem with missing saves came shortly after Playground Games promised the initial batch of gameplay tweaks and improvements. Unfortunately, there seems to be no temporary fixes for those affected by unexpected save wipes. However, the studio published a new support document with a few important steps users should try. First, affected gamers should open a support ticket immediately (go here to file one) so that the support team can try recovering the lost progress by reverting to an earlier save. Playground Games says this should be done the same day the issue occurs. Meanwhile, gamers are urged not to start new play sessions or create new saves. The studio also published a few things gamers should try to avoid to prevent potential progress loss: Ensure your Gaming Services app on PC or XBOX Series X|S console is fully up to date. On XBOX Series X|S consoles, disable Quick Resume for Forza Horizon 6: To disable Forza Horizon 6 from using Quick Resume, highlight the game box art anywhere in the console experience (Home, My Games & Apps, Pins, etc) and then press the Menu button, then go to Manage game and add-ons > Quick Resume settings > Disable Quick Resume. Ensure you are online when ‘quitting’ the game. Give your saved time to sync to the cloud before powering off or switching devices. Do not force quit the game during save screens. Do not power off the device during gameplay. Always "Quit" (console) or "Exit to desktop" (PC) once you've finished your play session, ensuring the save icon is not visible when you’re closing the game. Before turning off your console, shutting down your PC, or force-closing the Steam app, give your devices or clients at least a few minutes to ensure your latest progress has been synchronized with the cloud. This will reduce the risk of progress reversions as you switch between different platforms. XBOX Series X|S consoles, Steam, and the XBOX app on PC all include game save indicators that confirm your progress has been synced. You can read more about the bug in the official support document here. Forza Horizon 6 is currently available on PC (Steam and the Microsoft Store), Xbox Series X|S, and Game Pass. The game is also coming to PlayStation 5 later this year.
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!