Jump to content

What's in your cmd + v right now?


Numberzz
 Share

88 posts in this topic

Recommended Posts

There is the terminal based utility (and source code) - along with copies of the HAEA, HBEA, KBVB, KCVB (RPC1 patched) firmwares for the UJ-857 and UJ-857D.

 

Basic Instructions

------------------

 

You need to download the "SimpleFlash.zip" file, unpack it and then run it using the terminal. e.g. assuming you have downloaded the archive file to your desktop you can unpack like this:

 

ben11s-computer:~ ben11$ cd Desktop

ben11s-computer:~/Desktop ben11$ unzip SimpleFlash.zip

ben11s-computer:~/Desktop ben11$ cd SimpleFlash

 

to use the utility you start it using ONE of the following commands:

 

./simple_flash 0 UJ857-HAEA-MBP-rpc1.dat

or

./simple_flash 0 UJ857-HBEA-MB-rpc1.dat

or

./simple_flash 0 UJ857D-KBVB-MB-rpc1.dat

or

./simple_flash 0 UJ857D-KCVB-MBP-rpc1.dat

 

(choose according to the firmware you need, see below)

Link to comment
Share on other sites

$create-hash = md5 ( fb469d7ef430b0baf0cab6c436e70375 );

$create-hash = generate-secure-hash ( $create-hash );

 

Any offers to decrypt :)

(I didn't create the function or nothing. Client wanted me to edit their site.

Link to comment
Share on other sites

Here are some guides and links to files for these Dell models that have similar hardware

 

Last UPDATE of this guide: February 29 2008

 

For Tiger you can use either Jas 10.4.8 or Uphuck 10.4.9

When installing use cpus=1 at boot to avoid stuttering. There are no working drivers for either Intel or Nvidia cards on Tiger.

 

For Leopard it appears that iAtkos is the easiest way.

Since 10.5.1 Nvidia kexts doesn't work you need to boot with -s option (single user mode) at boot and delete or move NVDAResman.kext in order to boot in the GUI.

 

Now for components:

 

Video:

Nvidia 8x00 use one of these installers: http://forum.insanelymac.com/index.php?showtopic=83931 , http://forum.insanelymac.com/index.php?showtopic=78033 or http://forum.insanelymac.com/index.php?showtopic=78980

 

Intel GMA X3100 check these threads: http://forum.insanelymac.com/index.php?showtopic=70282 or http://forum.insanelymac.com/index.php?showtopic=71784

 

Audio STAC9228:

Use Taruga's AppleHDA patcher 1.16 (work on Tiger and Leopard) thread here: http://forum.insanelymac.com/index.php?showtopic=32859 on the M1330 sound can be heard only thru the first headphones jack.

EDIT: February 4 2008 SOUND NOW WORKS thru speakers look at the AppleHDA thread, also below is the link to the file.

DELETE AppleAzalia.kext (it wil block AppleHDA to wok propperly, thanks to esthetik to remind me this).

 

EDIT: February 9 2008 You can use a gfx string and get rid of Natit/NVinject and AlCinject with this: http://forum.insanelymac.com/index.php?showtopic=81294 if you instal Netkas' PC-EFI V8, if you installed EFI from iATKOS it won't work.

 

Fingerprint scanner:

Use software from Upek, look here: http://forum.insanelymac.com/index.php?showtopic=66791

 

Onboard wired Ethernet:

If it has Broadcom 59xx, there are no working driver yet,

EDIT: February 19 2008

If it has Broadcom 440x you can use an old kext, AppleBCM440XEthernet.kext (Kalyway, and some old DVDs like JAS 10.4.8 have it).

Also you can use an USB to Ethernet adapter, now even Apple sell one: http://store.apple.com/1-800-MY-APPLE/WebO...part=MB442Z%2FA and does not need third party drivers, but someone reports that only works with 10.5.2

 

Onboard WiFi, unless you have a Dell truemobile wireless card (Broadcom chipset) the intel ones does not have working kext ATM, but there is an effort to develop one here: http://forum.insanelymac.com/index.php?showtopic=36976

Also you can use an USB WiFi adapter, check the WiKi, I have a Zydas and Ralink adapters that work with Tiger and Leopard or you can buy the Dell Truemobile 1390 card off ebay for $15 shipped [Jake123 tip]

 

Bluetooth and Webcam are working out of the box

 

It is possible to get SpeedStep with this http://forum.osx86scene.com/viewtopic.php?f=16&t=2727

 

Just one user reported working on XPS M1330 sleep, but he can't reproduce it again, I received reports that sleep works on Inspirons.

 

For battery status you can use the PowerManagement.bundle from here: http://forum.insanelymac.com/index.php?showtopic=80425 and AppleSMBIOS.EFI.1.0.12.macdotnub.zip from here: http://forum.insanelymac.com/index.php?showtopic=15474

EDIT: February 10 2008 in order to make this work you cant select the Sotck AppleACPIPlatform.kext from the Bootloader-> Darwin EFI option from iATKOS installation DVD since the vanilla ACPIPlatform does not contain the necesary AppleACPIPowerSource.kext (plugin). See the section "Power Management, SpeedStep and (S3) Sleep:" at Devilhood's guide

EDIT: February 12 2008 How to edit the AppleACPIPowerSource.kext to match the new 10.5.2 vanilla kexts:

In Terminal or text editor open AppleACPIPowerSource.kext/Contents/Info.plist and go to this part:

	<key>OSBundleLibraries</key>
<dict>
	<key>com.apple.driver.AppleACPIPlatform</key>
	<string>1.0.5</string>
	<key>com.apple.iokit.IOACPIFamily</key>
	<string>1.0.0d1</string>
	<key>com.apple.kernel.mach</key>
	<string>1.1</string>
</dict>

Change to reflect the new versions

	<key>OSBundleLibraries</key>
<dict>
	<key>com.apple.driver.AppleACPIPlatform</key>
	<string>1.2.1</string>
	<key>com.apple.iokit.IOACPIFamily</key>
	<string>1.2.0</string>
	<key>com.apple.kernel.mach</key>
	<string>1.1</string>
</dict>

other guides:

http://forum.insanelymac.com/index.php?showtopic=79526

 

http://forum.

insanelymac.com/index.php?showtopic=65918

 

EDIT: February 13 2008 Guide to update to 10.5.2:

Now there is a patched 10.5.2 update and a package that has patched 9.2.0 kernel that works with many installations like BrazilMAC, Kalyway or iTAKOS.

 

But this is for who want to install with the Vanilla 10.5.2

Better way is to downlaod the update than using Software Update, here is a link from where you can download it: http://www.apple.com/support/downloads/mac...omboupdate.html

 

Before running the update backup any kext that is not vanilla, like AppleHDA, AppleSMBIOS or AppleACPIPlatform, if you are using a non vanilla kernel also backup the kernel (mach_kernel) and the system.kext (non PC-EFI users)

 

PC-EFI users need to edit the Info.plist of the ACPIPS2Nub to match the new vanilla kexts

 

OSBundleLibraries

com.apple.driver.AppleACPIPlatform

1.2.1

com.apple.iokit.IOACPIFamily

1.2.0

com.apple.kernel.libkern

1.1

 

The following commands are from Netkas blog: http://netkas.org/?p=50

Open the Terminal and type:

sudo su

(put your password)

while sleep 1 ; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext ; done

 

Now run the Update when it finishes don't restart, stop the previous Terminal command and edit the following

/System/InstallAtStartup/scripts/1

 

Where it says kextload "/System/Library/Extensions/Dont Steal Mac OS X.kext"

should say kextload /System/Library/Extensions/dsmos.kext (if you are using dsmos, most likely with iATKOS or Kalyway) or

should say kextload /System/Library/Extensions/r3d3.kext (if you are using r3d3, very unlikely)

 

If you are using custom kexts or modified kernel now is the time to place them back, if you are not using PC-EFI also place back the kernel and the system.kext (remember to apply propper Onwership and Permissions)

Now you can reboot

 

the script that runs on the first reboot will install some files and then automatically reboots again so don't panic yourself.

 

Post any link to other files, tips or guides you want to include here, this is a collaborative guide.

 

zip.gif STAC9228_0x83847616.zip

 

zip.gif AppleACPIPowerSource.kext.zip (if you had installed the Vanilla AppleACPIPlatform.kext)

 

AppleACPIPlatform.kext.zip For 10.5.2 (ACPIPowerSource already matched)

 

EDIT: February 14 2008 netkas announced New AppleSMBIOS for PC-EFI and 9.2.0 SpeedStep kernel, see: http://netkas.org/?p=51

 

EDIT: February 29 2008 netkas announced New 9.2.0 kernel with fixed shutdown see http://netkas.org/?p=57

 

EDIT: February 12 2008 cRuNcHiE made a keyboard Layout for UK: zip.gif British_Dell_XPS_M1130_KeyboardLayout.zip

Also he found a thread for solving PS2 issues after 10.5.2 update: http://forum.insanelymac.com/index.php?sho...87139&st=20

 

EDIT: February 15 2008 ranova reports that with XPS M1330: "If after reboot you are not getting any sound, here is the solution: set up a hot corner in expose to "sleep display" and immediately after booting up, before you run any apps that use sound drivers, go to your hot corner to sleep and then unsleep your display, NOT the computer. Your sound should work now." but jstad says that it does not work on his Vostro 1400.

 

EDIT: February 20 2008 ranova got two-finger scrolling to work on his m1330!, he made a guide look the post #246 Didn't work for me though.

 

EDIT: February 22 2008 ovof came with a posible solution for the Shutdown/Restart problem , see his thread: http://forum.insanelymac.com/index.php?showtopic=73234

Link to comment
Share on other sites

Orginaler Westfalia Wohnmobile Vw T2 /type 3 California Vanago mit Hochdach mit Orginale 115132 km Gelaufen Komfortsitze fahrer/ beifahrer ( Drehbar und Armlehnen) Standheitzung programmierbar Eberspächer Alle Gardienen vorhanden auch die für die frontscheibe keine garantie oder gewärleistung Probefahrtmöglich Fahrzeug ist noch angemeldet wird aber vor übergabe an den Käufer abgemeldet

 

:D

Link to comment
Share on other sites

 Share

×
×
  • Create New...