MeidokonWiki:

Samsung Galaxy S

The Telstra model.

*#1234#

A recommendation for settings:

Handy links:

Cyanogen Mod 7:

http://www.romkitchen.org/samsung/?s=generator

Good howtos: http://forum.xda-developers.com/showthread.php?t=723596

Hardcore hacking: http://forum.xda-developers.com/showthread.php?t=1018862&page=10

Making a "recovery jig" if Three Button Recovery isn't working: http://forum.xda-developers.com/showthread.php?t=819551

Other useful links:

Bootloaders for 2.3:

Upgrading to MIUI

After the previous Romkitchen upgrade, a few things didn't work. It's taken this long to bother getting around to trying again.

Current:

Setup:

Links:

Following http://forum.xda-developers.com/showthread.php?t=1047924

APNs:

Well here goes nothing:

What's changed? Only the kernel, nothing else (as expected).

Now flash it:

Syncing includes all your apps, so it's busily installing all my shit again. I guess that's okay.

Hm, I guess BML/MTD is optional?

New details:

Problem with Google Authenticator

Google Authenticator reliably force-closes at startup, exactly as documented here: http://code.google.com/p/google-authenticator/issues/detail?id=140

The issue is that it tries to chmod something, and the chmod command isn't found where it's expected. This sounds like it's only a problem on Cyanogen-based distros (I'm running MIUI).

This comment has a workaround: https://market.android.com/details?id=com.google.android.apps.authenticator&reviewId=15071831872562752248

Summary:

  1. Start a terminal
  2. Get root
  3. Remount /system as read-write (not sure if this is strictly necessary)

    mount -o remount,rw /system
  4. cd to /system/bin

  5. Symlink the chmod binary into here

    ln -s ../xbin/chmod chmod
  6. Now Google Authenticator works again, and you're no longer locked out of your account. \o/

MeidokonWiki: furinkan/Samsung_Galaxy_S (last edited 2012-01-27 02:27:19 by furinkan)