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

    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
  • Recent Achievements

    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      ATLien_0
      92
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!