티스토리 툴바


In the middle of the ... :
Admin : New post
Guestbook
Local
media
Catergories
Recent Articles
Recent Comments
Recent Trackbacks
Calendar
Tag
Archive
Link
Search
 
  시스템 full backup을 외장 sdcard에 하기 /sdcard-ext 
작성일시 : 2012/01/19 19:08 | 분류 : 기술

CWM recovry가 가장 확실한 백업 방법이라고 하지만 기본적인 시스템이 작동되어야 하고,
루팅된 기기는 필수 요건이다.

기기가 정상 작동을 하지 않을 경우에는  전원버튼을 눌러 휴대폰 전원이 들어올때 초록색 LED 램프가 켜지는 순간  볼륨 다운을 눌러서 부트 옵션을 선택하는 메뉴로 들어간다.
여기서 RSD lite를 사용하거나 fastboot 모드로 들어가 moto-fastboot을 사용할 수 있다.


이 경우는 좀 더 low level의 시스템 접근이므로 좀 더 자유도가 높다.
CWM recovery에 비해 많이 번거로운 절차를 거쳐야 하며, 임베드 기기에 대한 지식이 전혀 없으면
접근 자체가 어려울지도 모르지만 이런 접근 자유도로 인해 알아두어 야 할 것 같다.

XDA-developer 사이트에 adb를 이용해 시스템 파일을 백업하고,
그것을 다시 moto-fastboot으로 flashing 하는 것이다.


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

[GUIDE] How to do a full backup to /sdcard-ext

How to backup your atrix with adb

Prerequisites:
update: adb,fastboot,moto-fastboot all in one zip
1. Get adb (from one of the following) (awesome thread about adb where to get it and how to use it)

a) Android adk
b) Gladroot or many of the other older rooting methods that are script based in the stickys
c) obtain moto-fastboot for your os version
32 or 64 bit ms windows xp, vista, or 7
64 bit linux
32 bit linux
Mac osX
fastbootandfriends?
d) Drivers for your device - windows 32 and 64 bit (motorola.com site) other os's do not need driver files.
2. Obtain root on your device
a) look in the sticky threads (I prefer the CWM zip here)

Warnings:
Do not restore /data "/dev/block/mmcblk0p16" if your going from one rom to another. use titanium backup or another utility.

Do not restore /pds "/dev/block/mmcblk0p3" unless you have a issue with your touchscreen or unless instructed to do so by someone that understands /pds.
Do not ever share your pds.img with anyone



Backup:

adb shell
su

Then type the dd commands below to create a image file on your external sdcard for the following...

Boot

dd if=/dev/block/mmcblk0p11 of=/mnt/sdcard-ext/boot.img

System

dd if=/dev/block/mmcblk0p12 of=/mnt/sdcard-ext/system.img

Data

removed use tibu

Osh/Webtop

dd if=/dev/block/mmcblk0p13 of=/mnt/sdcard-ext/osh.img

Recovery

dd if=/dev/block/mmcblk0p10 of=/mnt/sdcard-ext/recovery.img

PDS

dd if=/dev/block/mmcblk0p3 of=/mnt/sdcard-ext/pds.img

MOVE YOUR IMAGE BACKUPS OFF YOUR SDCARD!!!


Restore:
to restore use moto-fastboot (from the pudding thread)
boot

moto-fastboot flash boot boot.img

System

moto-fastboot flash system system.img

Data

removed use tibu

Osh/Webtop

moto-fastboot flash webtop osh.img

Recovery

moto-fastboot flash recovery recovery.img


WARNING - PDS is tricky - Do not touch pds unless you have to.
Also do not ever share your pds.img with anyone

PDS

adb push pds.img /data/local/tmp
adb shell
su
chmod 777 /data/local/tmp/pds.img
dd if=/data/local/tmp/pds.img of=/dev/block/mmcblk0p3

__________________
  CWM recovery란 무엇인가 
작성일시 : 2012/01/19 00:22 | 분류 : 기술


아트릭스와 같은 모바일 기기 뿐 아니라 PC에서도 시스템을 해킹하기 전에 필수적으로 수행해야 하는 작업이 백업이다. 백업을 해두면 실패했을 경우 최소한 시작점으로 되돌아 갈 퇴로는 확보한 것이다.
백업을 안 하면 그 동안 왔던 길이 잘못된 길이 었을 경우 되돌아 갈 곳이 없어지게 된다.

물론 A/S 센터에서 복구를 할 수 도 있지만 루팅이나 부트로더 수정의 경우는 유상 수리이므로 기기값을 넘는 수리비 지출을 각오해야 한다. 

이런 점을 알면서도 기본적인 백업 툴부터 확인해 보지 않고 덜컥 루팅, 우분투 설치에 도전했다가 실패하고 보니 역시 기본이 중요하다는 점을 다시 깨닿게 된다. 소잃고 외양간 고치기 겠지만...

공장 초기화로 되살리지 못하는 모바일 기기 자료들을 파티션 단위로 전체 백업과 복구를 수행하는 툴이 CWM recovery (clockworkMod Recovery)이다.

피시에 설치해서 플래쉬 메모리에 전송하는 방식으로 알았는데 그건 fastboot를 이용하는 방식이며 CWM의 경우는 안드로이드 앱으로 설치된다.

시스템 백업을 수행한 다음에 sd 메모리에 이미지를 저장하고 복구할 수 있게 하는 것이다.


그럼 모토롤라에서 배포하는 RSD lite는 어떤 경우에 쓰이는 것인가? 안드로이드 SDK에 포함된 adb(android debug bridge)는 어떤 경우에 사용되는 것인가?

RSD나 adb는 가장 low level 의 시리얼 통신을 지원하는 툴 인것 같다.
부트로더 이미지를 플래수 메모리에 바로 넣을 수 있어서 복구의 기본인 부팅 가능 상태로 만드는 것.
일단 부팅이 되면 시스템 이미지나 android ROM 등의 설치를 fastboot이나 CWM recovery에서 할 수 있게 되는 것 같다.

아닌가?

아직도 헷갈리는 개념이 많다.
갈길이 멀지만 천천히 가 보도록 해야겠다.

http://www.addictivetips.com/mobile/what-is-clockworkmod-recovery-and-how-to-use-it-on-android-complete-guide/



What Is ClockworkMod Recovery And How To Use It On Android [Complete Guide]

  • ClockworkMod – also known as Clockwork and CWM – is a customrecovery for Android phones and tablets that allows you to perform several advanced recovery, restoration, installation and maintenance operations on your Android device that aren’t possible with the stock recovery. In what follows, we will cover all that this recovery is capable of doing, and how to do it.

ClockworkMod Recovery Logo Large

Here is what we shall be covering in this guide:

  1. About Android recovery
  2. Introduction to ClockworkMod
  3. Installing ClockworkMod
  4. Booting into ClockworkMod
  5. Feature tour
  6. Using ClockworkMod for ROM, kernel, apps, theme or mod installation.

Now let’s take a look at each of these topics in detail.

About Android Recovery

All Android devices ship with a recovery console that is basically a partition on the device’s internal memory and can be booted into. The stock recovery of almost all Android devices provides a few basic yet handy options that allow you to factory reset your device and also to recover its operating system using an official ROM in zip format, but that’s all you can do with it. That’s where a custom recovery comes handy.

A custom Android recovery basically replaces the stock recovery with one that lets you do all you can do with the stock recovery, plus a plethora of more options to give you a lot more control on your device. With a custom recovery, you can install official and unofficial ROMs as well as other updates including apps, themes, kernels etc. using zip files, wipe not just user data but pretty much every partition on your device, mount the storage card for USB mass storage access without leaving recovery, partition your SD card, wipe Dalvik cache and battery stats, fix permissions, perform, manage and restore backups and so on.

Introduction To ClockworkMod

ClockworkMod recovery is one of the most widely used custom Android recoveries that is available for most mainstream Android devices. It is our custom recovery of choice here at AddictiveTips and almost every custom ROM that we install on our devices is done using this recovery.

ClockworkMod recovery has been developed by Koushik Dutta (also known as Koush) – the same guy who brought us the Android ROM Manager. He can be found at his blog hacking away at Android devices and at Twitter.

Installing ClockworkMod

What sets ClockworkMod recovery apart from most other custom Android recoveries is its dead simple installation process on most devices. It does require you to fully root your device in order to be installed but once rooted, installing it is as simple as installing ROM Manager from Market, launching it and using its first option i.e. the one that says ‘Flash ClockworkMod recovery’. We have this method covered in detail in our guide on how to install ClockworkMod recovery to your Android device.

However, in certain cases, this ROM Manager method will not work. The following scenarios will require alternative installation methods:

  • Your device doesn’t have an official version of ClockworkMod recovery released yet but you have found a custom version built by someone else using the ClockworkMod recovery source code.
  • Your device does have an official version of ClockworkMod recovery released but there is either a yet-unreleased official version or an unofficial version that you want or need to install instead.
  • Your device has some added protection enabled by the manufacturer preventing the automatic ROM Manager method for installing the recovery, as with some Samsung Galaxy S series devices.
  • Your device isn’t a native Android device but Android has been ported to run on it and it therefore requires a specialized method for installing ClockworkMod recovery, as with the HTC HD2.

We have most of these scenarios already covered and you can use the following guides to install ClockworkMod recovery if the automatic ROM Manager method fails for you.

Multiple devices:

Specific devices:

Booting Into ClockworkMod

Once you have ClockworkMod recovery installed on your Android device, booting into it is quite simple. All you have to do is launch ROM Manager and tap ‘Reboot into Recovery’.

Also, if you have ADB installed on your computer, you can simply enable USB debugging mode on your device from Settings > Applications > Development, connect it to your computer via USB, launch a Command Prompt / Terminal window on your computer and enter this command:

adb reboot recovery

The above methods will not work in certain cases though, for instance if you can’t boot into Android in the first place due to some issue, or if you are using a device like the HTC HD2 that doesn’t natively support an Android recovery. Many solutions are available in these cases.

  • Using hardware button combination on most Android devices:
    On most Android devices including ones by HTC, you can enter recovery by powering your device off and then powering it back on while keeping either the ‘Volume Down’ or the ‘Volume-Up’ button pressed, depending on the device. This will enter the bootloader from where you can select the ‘RECOVERY’ option by navigating to it with the Volume key and entering it with the ‘Power’ key.
    On most Samsung devices specifically Samsung Galaxy S series devices, you must keep both the ‘Volume-Up’ and ‘Home’ keys pressed while powering on the device, to directly enter recovery.
  • Using MAGLDR on HTC HD2:
    Entering ClockworkMod recovery on the HTC HD2 can’t be done via ROM Manager or any hardware button combination but that doesn’t mean it is difficult in any way. All you have to do is power the device off, power it on by keeping the Power key pressed till you see the MAGLDR bootloader’s menu and finally selecting the ‘AD Recovery’ option.

Feature Tour

Now that you have ClockworkMod recovery up and running on your phone or tablet, let’s take a look at all the options it offers you to manage your Android device. We are using a Nexus S running ClockworkMod recovery 3.0.0.5 but the details should apply to other devices and other 3+ versions of the recovery as well, while versions prior to 3 will have some very minor changes that shouldn’t be an issue.

This is what you see when you reboot your device into ClockworkMod recovery:

ClockworkMod Recovery 3

You can navigate these options by using the Volume-Up and Volume-Down keys to highlight an option and the ‘Power’ key to enter/launch the highlighted option on most Android devices. On devices equipped with a trackball or an optical track pad such as G1, G2, Nexus One, HTC Desire etc., the trackball or track pad can be used for navigation and clicking it can be used to enter/launch the selected option. Let’s review each of these options and their sub-menu options in detail.

  1. reboot system now
    This one is self-explanatory.
  2. apply update from sdcard
    This can be used for installation of any official or unofficial update, ROM, kernel, theme etc. that is in a zip format installable from recovery, as long as the file is named update.zip and it has been placed on the root of your SD card (i.e. not in any sub-folder). Selecting this option (and most of the options featured below) will bring up a rather annoying confirmation prompt but this has saved us on multiple occasions from a lot of trouble we would have been into due to accidental key presses. This is what we are talking about:
    ClockworkMod Recovery 3 Confirmation
  3. wipe data/factory reset
    This option wipes all user data on the device as well as cache. Doing this will leave your phone in the state it was in when you bought it or when any custom ROM was first installed. It will also wipe any sd-ext partition that you might have setup (more on this later).
  4. wipe cache partition
    Wipes the cache partition of the device to clear all the data accumulated there over use. This is often used before installing a new ROM, app, kernel or any similar mod via recovery.
  5. install zip from sdcard
    This option brings up the following sub-menu:
    ClockworkMod Recovery 3 Apply Update 

    1. apply /sdcard/update.zip
      This one is essentially the same as the ‘apply update from sdcard’ option of the main menu.
    2. choose zip from sdcard
      Lets you install any zip file (with any name) from any location on your SD card. The file can be for a ROM, a kernel, an application, a theme or any mod as long as it is in recovery-flashable zip format. This is the most widely used option for installing a ROM that you have downloaded and copied to your SD card. Entering this option will bring up a screen that will allow you to browse your SD card for the zip file and select it for installation as in this screenshot:
      ClockworkMod Recovery 3 Browse
    3. toggle signature verification
      Turns the signature verification on and off. When signature verification is on, you will not be able to install any custom ROMs that haven’t been signed by the developers (most custom ROMs aren’t signed). Switching it off skips the signature verification check and proceeds with the installation.
    4. toggle script asserts
      Seldom-used option for a vast majority of users. It simply turns script asserts on or off. If you don’t know about these (we don’t), it’s best not to change this option.
    5. +++++Go Back+++++
      Takes you back to the main recovery menu, obviously!
  6. backup and restore Undoubtedly one of the most important features provided by a custom recovery, the backup and restore feature – also known as Nandroid backup – allows you to take a snapshot of your phone’s entire internal memory including all partitions, and save it on the SD card. Here is how it looks:
    ClockworkMod Recovery 3 Nandroid 

    1. Backup
      Takes a Nandroid backup, as explained above.
    2. Restore
      Lets you restore a previously taken backup. Entering this option presents you with a list of existing backups from the SD card that you can choose from for restoration.
    3. Advanced Restore
      This option is similar to the Restore option but once a backup has been selected to be restored, this option allows you to choose what parts of it to restore. You can choose to restore the boot, system, data, cache and sd-ext partitions, as shown here:
      ClockworkMod Recovery 3 Advanced Restore
  7. mounts and storage
    Allows you to perform maintenance tasks on all the internal and external partitions of your android device
    ClockworkMod Recovery 3 Mounts 

    1. mount/unmount /system, /data, /cache, /sdcard or /sd-ext
      These options let you toggle between mounting or unmounting these respective partitions. Most users don’t need to change these options.
    2. format boot, system, data, cache, sdcard or sd-ext
      These let you directly format any of these partitions. Take extreme care with this option as formatting any of these partitions will result in losing all data on them, especially the boot and system partitions. Formatting the system partition will remove your ROM and leave your phone without an operating system while wiping the boot partition may brick your phone unless you restore or flash another one before rebooting your device. To learn more about the contents of all these partitions, see our guide to Android partitions.
    3. mount USB storage
      Lets you enable USB mass storage mode for your SD card right from recovery so that you can connect it to your computer via USB and transfer any files to/from it without having to leave recovery.
  8. advanced
    This section contains a few options most users will not require, though these can come handy quite often, especially wiping Dalvik cache, which is required before most ROM installations. Here are the options from this section:
    ClockworkMod Recovery 3 Advanced 

    1. Reboot Recovery
      Lets you directly and very conveniently reboot from recovery right back into recovery. This is useful option for certain back-to-back installations that require the device to at least boot once between them.
    2. Wipe Dalvik Cache
      Allows you to wipe the cache for the Dalvik virtual machine (the custom-built Java virtual machine for Android).This is required before most ROM installations and at other occasions too, for fixing some problems.
    3. Wipe Battery Stats
      Wipes the saved battery usage statistics and effectively recalibrates the battery. Useful in various scenarios when Android isn’t showing correct battery levels.
    4. Report Error
      In case of errors, this feature can be used to save a log of recent ClockworkMod recovery operations on the SD card that you can later report from Android using ROM Manager.
    5. Key Test
      Lets you press any of the hardware keys to see if they are properly functioning, and to see their key codes.
    6. Partition SD Card
      This option gives you a no-frills way to partition your SD card properly for use with ROMs that support data2ext (a very handy hack for low internal memory devices that enables an /sd-ext partition on the SD card to be used as the internal user data storage i.e. as the /data partition). Once this option is selected, you will be given options to choose the sizes for the /sd-ext partition as well as an optional /swap partition on the SD card, and will then automatically format it for you, leaving the remaining space for normal SD card usage. This option will wipe all data from your SD card so use it with caution!
    7. Fix Permissions
      Fixes the file permissions for the internal memory partitions back to default. This is very useful as a fix for several errors and Force-Closes that start appearing after you or an application you installed and provided root access end up messing up the permissions of important files.

Using ClockworkMod For ROM, Kernel, Apps, Theme Or Mod Installation

While in the complete feature tour we have already shown you how to install a ROM, kernel, app, theme or any similar mod from a recovery-flashable zip file using the recovery options, those of you who jumped straight to this section expecting to get just this information quickly are at the right place!

This guide is primary focused on a full feature tour of ClockworkMod recovery but in our previously written guide on how to flash a ROM or app from a zip to an Android device file from recovery, we have already covered in detail how to use ClockworkMod for installing any ROM, kernel, app, theme or mod using a recovery-flashable zip file. While that guide is based on an older version of ClockworkMod recovery, everything in it still applies to the latest versions and should work flawlessly.

That’s all there is to ClockworkMod recovery so far. We hope you enjoy using it as much as we do!

  fastboot을 이용한 플래싱 
작성일시 : 2012/01/19 00:10 | 분류 : 기술


또 다른 기초 지식으로 fastboot을 이용하여 usb를 통해 파티션 이미지를 심는 것에 대한 기본 설명.


http://www.freeyourandroid.com/guide/fastboot-guide
Fastboot Guide


Fastboot

What is Fastboot?

Fastboot is a command line tool used to directly flash the filesystem in Android devices from a host via USB. It allows flashing of unsigned partition images. It is disabled in most production devices since USB support has been disabled in the bootloader. In order to use Fastboot, you must have an unlocked bootloader or an Engineering SPL

Pre-requisites

- You must have ADB drivers installed for your device. Some devices have fastboot specific drivers too, so Google that for your device.
- Fastboot package, available HERE

Typical Partition Layout

 

recovery
N/A
A 'backup' kernel, initrd, and OS 
for system recovery / maintenance
mtdblock1
Can flash custom recovery.img (Amon_Ra, ClockworkMod, etc). 
boot
boot.img
The main kernel and ramdisk
mtdblock2
Can flash custom boot.img
system
system.img
The main OS
mtdblock3
This is the /system partition
cache
cache.img
Temp storage
mtdblock4
Unused. 
userdata
data.img
User data and settings
mtdblock5
This is the /data partition

Examples

Manual Nandroid restore
Make a Nandroid backup, and copy the folder off your SD card to your desktop.
cd ~/Desktop/path/to/backup/
fastboot flash userdata data.img
fastboot flash system system.img
fastboot flash boot boot.img
fastboot reboot
Flash Custom Recovery.img
fastboot flash recovery /path/to/.img
fastboot reboot
Flash Custom boot.img
You should make a Nandroid backup first, in case you need to recover your boot.img
fastboot flash boot /path/to/.img
fastboot reboot
Development
If you are developing a kernel, you may find it helpful to delete your boot.img and recovery.img to force booting into fastboot:
fastboot erase boot
fastboot erase recovery
You can then manually boot from your custom kernel and a ramdisk:
fastboot boot
Once you have a working kernel and ramdisk, you can automagically combine them within fastboot:
fastboot flash:raw boot

 

 

NOTE - THANKS TO THE CYANOGENMOD WIKI FOR THE BASE FOR THIS GUIDE
  안드로이드 기기의 해킹을 위한 필수 기초 지식 
작성일시 : 2012/01/19 00:07 | 분류 : 기술

아트릭스에 포함된 우분투는 모토롤라에서 커스터마이징을 한 것으로, 일반적인 apt-get 이나 synaptics를 이용하여 수행하는 우분투 repository 파일을 사용할 수 없다.
update repository source  파일을 수정하여 apt-get upgrade를 수행하는 방법이 가능할 수도 있으나,
이런 경우 모토롤라에서 설정을 변경한 파일들까지 덮어씌워버려 시스템 전체를 사용하지 못하게 될 수 있다.

내가 그런 상황에 처했다.

하드디스크도 아닌 플래쉬 메모리에 롬을 해킹하는 작업인데,
기본적으로 수행해야 할 사전 작업인 펌웨어 백업도 해 놓지 않고 인터넷에서 찾은 full ubuntu 설치 스크립트를 직접 아트릭스에 띄운 터미널에서 실행했다.

그 결과 apt-get install 단계에서 설치를 진행하다가 의존성 에러가 발생하며 더 이상 진행되지 않는다.
이전으로 되돌리는 것도 불가능하다.
apt-get 이나 aptitude, dpkg 등의 관리 프로그램에서 force 옵션을 주어보아도 더 이상 진행되지 않는다.
수백개에 달하는 패키지를 일일이 찾아 force 옵션으로 강제 설치하는 것도 불가능해 보인다.

안드로이드 시스템 자체에는 아무 이상이 없는데 webtop이 정상작동 하지 않는다.

당연하다, 안드로이드 시스템을 건드린건 아니고, 아트릭스에 별도 파티션으로 심어진 우분투를 건드린거니까.

하지만 아트릭스를 사고자 했던 궁극적인 목적인 랩독, 웹독을 이용한 우분투 사용이 불가능하게 되었으니
필히 해결을 해야할 문제이다.

할수 없이 그 동안 뭔지도 모르고 인터넷에 적힌대로 따라했던 작업들이 어떤 것이 었는지 다시 한번 살펴보고 이다.

안드로이드 기기가 PC 와는 다른 embedded 기기 이므로, 파티셔닝, 부트로더 등 개념이 차이가 많이 난다.

그나마 가장 친절히 설명된 링크가 아래의 xda-developer 사이트같다.
http://forum.xda-developers.com/showthread.php?t=619153


[Newbie Guide] adb/fastboot/bootloader/android 101

The purpose of this document is to clarify a few basics about HTC Android Phones and basic commands to interface with the phones. Think of this as a beginner's guides to the Android device from a non-traditional user's point of view. I'll keep it simple and plain as much as I can for the new users. I'll also try to keep all the technical aspects true as much as I can while keeping it simple.

Before you go on, please read this and understand the basic concepts and how and why following commands are being used. Do not follow anyone's instructions/tutorials/guides without prior basic understanding of what each command do. I do want to believe it's humans visiting this forum and not lemmings. If you do not understand, feel free to ask here. I will or someone else also knowledgeable will answer your questions. DO NOT QUOTE THIS AS A WHOLE. My pet peeves and a complete waste of screen space. 

Sometime, depending on your OS, command names may change (e.g: mouse / mouse.exe / mouse-linux / mouse-mac). For general purpose, we'll use mouse instead of an OS specific commands in this instructions. 

So to repeat myself, if you understood the concepts of the commands, and you are on a linux system and someone's guide says touch index.php, you will automatically type touch-linux or whatever the name of your executable is on your system.

We shall assume you know how to install needed drivers and where to get android sdk and put the sdk binaries (executables) in the system path. If we need to expend this let me know and I'll expend this here. 

Further, if I get any parts wrong, PM me and I'll get those parts corrected.

Android Partition, SPL etc.

Partitions:
Followings are a list of partitions on your android phone.

misc - misc partition - 
recovery - Recovery Partition - This is where the original HTC recovery or Amon Ra's recovery or any other Recovery would go. Basically if you reboot into recovery it'll boot from here.
boot - This is your boot partition
system - This is where all your system information (ROM resides)
cache - cache (When you factory reset the phone, this area is wiped)
userdata - user data (like your login, your user settings etc) When you factory reset the phone, this area is wiped)

So, if you replace the recovery image, you are pretty much set for updates provided here at XDA. Note: By replacing your recovery image, you may not be able to have OTA updates. 

ROM images will normally replace boot and system images at the same time and often time, userdata and cache too; reseting the phone completely. 


SPL/Bootloader/Radio/Bricking Phones:
SPL / Bootloader is like BIOS on a computer. At least I think of it that way. SPL can be updated! SPL comes as either Security-On of Security-Off (S-ON/S-OFF). 

Note: It is my understanding that radio will boot first, followed by other systems. So it is IMPORTANT that your radio image/version will work with your SPL image/version. This is the one and only reason for phones being bricked. You can not brick your phone by flashing a ROM or Boot image or recovery image. Once you flash the wrong radio for the SPL, the only known method of recovery is to send the phone back into HTC for repair.

How do I know the phone is bricked? A bricked phone can not boot into bootloader, recovery, or into normal operation modes. You can not connect to a bricked phone via adb or fastboot. You can only see one screen on the phone and it will be the first splash screen. 


Commands:

adb - Android Debug Bridge - One of the two things you'll need to know if you ever want to do anything non-conventional on your android based phone. 
List of commands that can be used by adb can be prompted by typing adb at the system shell (command prompt or terminal)

Notable adb commands:

adb devices - If you don't know anything, this is the ONE thing you have to know. 
adb devices will give you a list of devices connected to the computer. This is also a good way to make sure that your phone is actually connected to the computer. 

adb reboot (bootloader|recovery)
adb reboot - this will reboot your phone normally.
adb reboot bootloader - this will reboot your phone back into the bootloader (white screen with the android on wheels)
adb reboot recovery - this will reboot your phone back into recovery console (either default or amon_ra's recovery).
adb shell - this will shell into the phone and you can now explore the phone. Remember phone's native backend os is linux so know your linux commands.
adb remount - remounts the system partition on the phone so you can you read/write to it.
adb push xxx yyy - will push xxx file from computer into yyy location/file on phone (needs rooted access)
adb pull xxx yyy - will pull xxx file from phone into yyy location/file on computer (needs rooted access)


Fastboot is protocol used to update the flash filesystem in Android devices from a host over USB. It allows flashing of unsigned partition images.

Notable fastboot commands:

fastboot devices - If you don't know anything, this is the ONE thing you have to know. 
fastboot devices will give you a list of devices connected to the computer. This is also a good way to make sure that your phone is actually connected to the computer. 

fastboot reboot - this will reboot your phone normally
fastboot oem unlock - this will unlock your bootloader - NOTE THIS WILL VOID YOUR NEXUS ONE WARRANTY
fastboot erase XXX - Will erase the partition XXX (such as userdata, cache) - mainly used for resetting phone and clearing userdata / factory settings.
fastboot flash XXX YYY - This will flash XXX partitionn with YYY image. 
e.g: fastboot flash system system_update.img will flash/update your system partition with an image called system_update

If anyone needs me to dig deep into using anything else, please PM me. I'll add it on here. Hopefully this will help all newbies about the basic commands and what they do.

FAQs (UPDATED Feb 09, 2010)
Q: One question about the Android SDK. Do I need it to flash my N1 or just to program new apps? Where can I get it?
A: Android SDK is not entirely needed to flash the N1. However, there are tools in there that you need. Adb / Fastboot etc. Although they can be downloaded by themselves, the windows version of the SDK also have the Drivers that are needed for android devices for USB connection. So, it is recommended to get it. You can get it from
developer.android.com

Q:I have never experienced anything like this when I did a hard-spl on my winmo phone. Radio versions are included with SPL's, right?
A: Official packages from HTC did come with nbh packaging, meaning it is a all in one upgrader that will update Radio, ROM, System etc, it is very much common for active development area here at XDA to get the radio or SPL or ROM separately and independently of one another. And as such, you will most likely flash them seperately (who wants to wait 6-8 months). Also, since this phone is released by google, HTC will most likely not update any major Radios. However, it is very likely that we will be hacking in Radio updates or any other "updates" from HTC from their new device - HTC Bravo.

Q: Is there a guide for snow leopard? I'm kind of stuck.
A: I personally ran android SDK and aforementioned executable on both MAC OS 10.5 and 10.6. Like I posted, the commands and the executable names may be slightly different. I may call adb and you may find it as adb-mac. I am not going to write 3 separate documents for 3 separate OSes. You have to know that adb=adb-mac (on your mac), adb-linux (for linux) etc. And yes the above guide will work universally.

Q: Can i replace the splash image..?? (unlocking related)
A: As of the above date (next to the FAQ) no you can not. Issue is probably a few folds. One of them is that splash1.img is not going in due to security lock. Remember, you unlocked the phone. HTC will not like it.  Anyhow, I like the current quad color X. If you are thinking of getting rid of the lock logo, good luck. Even if you can get rid of it, you will still have to overcome the pink text that says ***UNLOCKED*** on your bootloader.

Q: Can you run Windows Mobile on Android Phones?
A: With enough resources given, sure. Will it ever happen? No. Why? Windows mobile compiler and builder cost $. As a matter of fact, as of version 5, it was going to cost me $75 per device. That's one of the reasons why handset makers went to Android open platform. Android is free and universal so as long as you use certain chipsets and certain items, you are good to go. Can it ever be ported? Sure. With right amount of time and money anything can be done. But at this point, it's cheaper for you to go buy a windows mobile smartphone.

Q: How do I know the phone is bricked? 
A: You can not brick a phone unless you are flashing Radio/SPL packages. Make sure if you are doing that, you follow directions VERY CAREFULLY. A bricked phone can not boot into bootloader, recovery, or into normal operation modes. You can not connect to a bricked phone via adb or fastboot. You can only see one screen on the phone and it will be the first splash screen.

Q: I have installed the Android SDK however, i cannot seem to get the laptop to detect the nexus. What have i left out?
A: Most common item that people forget to enable is USB Debugging. Settings => Applications => Development => USB debugging [checked]

Q: I have rooted n1. when I go to recovery to do backup, I get the triangle with the little green android guy, but phone is stuck there. I have to remove battery to reboot phone. What have I done wrong?
A: You still have the stock (shipping) recovery. If you want a different recovery (Amon RA's), download it, the from fastboot, run fastboot flash recovery downloaded_recovery.img

Q: Which step of the rooting / recovery procedure does it give root?
A: Root and Recovery are two totally different things. Recovery is a partition that contain recovery information. Stock recovery is what allows OTA updates etc. Normally it will search for update.zip in the root folder of the SD card. Amon_RA's Recovery or any other recovery images are there to enhance the traditional stock recovery. Amon Ra's Recovery for example, contains thing such as ability to update from different zip files, and backup/restore of your data/system.
Rooting is not done by recovery but is a kernel level access (simply put) that will give root or "SU". It is done by patching the boot partition of the your android device. 

Q: What are the differences, advantages, disadvantages of the different ROM's?
A: They are all different. Some have some features, some are plain stock, some are made for bleeding edge kernel etc. You'll have to try them out and figure out yourself. I may make a chart of what they are (see the bottom at my signature - wiki) but with too many android devices, I will need some major help. One person alone will not have total knowledge of all the ROM releases. There are just way too many devices and ROMs.

Q: Which ROM will allow OTA updates?
A: Stock ROM WITH Stock Recovery.

Q: If the phone is SIM/carrier unlocked and you root do you have to SIM unlock again?
A: SIM/Carrier unlock has nothing to do with rooting your phone. You can still have root and still be carrier locked. Nexus One comes carrier unlocked from factory.

Q: How much space is there for apps? is using the sd card really necessary? (on Nexus One)
A: Search google? The phone has 512MB or space. That SHOULD be more than enough for you. If not, you have some serious issues. I do not believe you will not App2SD for Nexus One. Google did say during the release conference that they will update Android/N1 so that apps can be run/installed to SD but that requires some system and security changes (mainly to prevent pirated software - Yes if I write something, I deserve to get paid for it).

Q: When you do "flash zip from sdcard" or "fastboot flash image" does this merge and overwrite the files in to the partition?
A: When you update a software (via recovery), software my be merged. However, if you fastboot flash, just like the word flash says, it will flash and overwrite the partition. 

Q: Which partition does "flash zip from sdcard" affect?
A: Depends on what you are flashing. It could be any or all of the partitions such as SPL, Boot, System, Recovery, Radio. You should study first before randomly flashing things.
 
  아트릭스 루팅 
작성일시 : 2011/09/23 08:47 | 분류 : 분류없음

2년을 사용한 노키아 5800을 버리고 모토로라 아트릭스로 옮겼다.
CES 2011에서 첫 등장한 이 제품을 보자마자 "꼭 사고싶다"는 생각이 들게한 제품이다.

그 이유는 당연히 all-in-one.
냇북, 노트북, 멀티미디어 기기를 하나로 합친 제품이니 앞으로 모바일 기기의 가야할 길을 제시한거 아닌가?
더더욱 흥미로운 건 단순한 안드로이드 기기가 아니라. 가상화를 통해 안드로이드 OS와 우분투 리눅스가 동시에 수행된다는 점이다. 잘만 해킹하면 진짜로 넷북으로 쓸수도 있는 것이다.

문제는 가격인데, 고맙게도 모토로라의 인기가 바닥인지라 나온지 얼마되지 않아 초저가로 등장.
결국 기기변경으로 바꾸고도 KT의 뭉치면 올레 서비스까지 합치니 월요금은 오히려 정액인 35000원보다 낮게 나올거 같다. 노키아보다 훨씬 싼 셈.

사서 제일 먼저 추가 구매한 액서서리가 바로 HDMI - DVI 젠더와 USB 키보드.
이걸 이용해 아트릭스 멀티미디어 독을 통해서 회사 모니터에 webtop 화면을 띄우고 키보드, 마우스를 사용해서 인터넷 검색에 성공하는데는 사흘이 걸리지 않았다.

터미널 앱을 통해서 보니 /osh/ 디렉토리에 ubuntu linux가 거의 그대로 들어가 있다.
문제는 여기 설정을 바꾸고, 프로그램을 설치하려면 루팅이 필수적이라는 것.


그래서 검색해 본 끝에 아래 방법을 찾아냈다.

 1. 아트릭스 USB 드라이브 설치
http://www.mymotorola.co.kr/product/PrdDownUsb.aspx



2. 루팅 프로그램을 C:\에 압축 해제
 moto-fastboot-win32.zip


3. 아트릭스를 볼륨 아래키를 누른 상태에서 전원키를 눌러 Fastboot 모드로 들어가게 해서 

"Starting Fastboot protocol support" 메세지가 뜬 상태에서 컴퓨터에 연결 



4. 시작->실행->CMD 입력 해서 명령 프롬프트를 실행



5. "cd c:\moto-fastboot-win32" 입력


6. "moto-fastboot.exe flash preinstall preinstall.img" 입력 후 대기.


7. 성공 메시지가 뜨면 "moto-fastboot.exe reboot" 입력



8. 폰 재부팅 후 아래 명령을 차례대로 입력
--------------------------------------------------------------------- 
1. adb shell
2. /preinstall/su
3. /bin/mount -o remount,rw /system
4. cp /preinstall/su /system/bin/
5. chmod 6755 /system/bin/su
6. PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
-------------------------------------------------

이렇게 루팅만 해서 확장성을 확인해 보기로 한다.

부트로더 언락은 영원히 복구 불능이라고 하니 일단은 보류.

root와 unroot 방법을 잘 정리해 둔 atrix forum의 글.
http://www.atrixforums.com/forum/motorola-atrix-hacks/4414-how-root-motorola-atrix-all-versions-including-stock-locked-2-3-4-a.html

 I have tested this on my phone being on AT&T 4.5.91 (2.3.4 Gingerbread) after the official OTA update, with a LOCKED bootloader, previously rooted with Superuser app left over from previous root. You don't need to have been rooted before and you can also have an unlocked bootloader as well.

Below instructions are for Windows only. Download links lead to the original posting website to give them traffic credit.

Prerequisites
Drivers installed 32-bit or 64-bit
ADB-Fastboot package
Root image
Instructions
You may plug your phone in to the PC via USB no and leave it plugged in the entire time.
Extract (you may need to download 7-Zip to extract the files from their .zip) the ADB-Fastboot package and root image to your C:\ Drive under a new folder titled “root” - You should now have everything in C:\root (Please see the picture at the bottom of the post that shows all files that are supposed to be in C:\root)
Put your device into Fastboot mode: – Turn off your device. – Hold down the power button and downward volume button until you see “Fastboot” on your screen – Push the upward volume button to start Fastboot (if you're already plugged in it will auto-reboot,just hold Vol down as it starts to reboot.)
Open your command prompt (Start >> run “cmd” >> enter)
Type the following commands, hitting Enter after each line:
Code:
cd C:/root

fastboot flash preinstall root.img

fastboot reboot
After phone fully reboots (wait about 30 seconds after it comes back up) go in and make sure to enable USB debugging (Settings >> Applications >> Development >> USB Debugging)
Type the following commands, hitting Enter after each line:
Code:
adb shell

/preinstall/dosu
You will now see this error, but this is where you're supposed to be: "bash: groups: command not found 
root@localhost:/#"
Type the following commands, hitting Enter after each line:
Code:
/bin/mount /system -o remount,rw

cp /preinstall/su /system/bin/su

chmod 6755 /system/bin/su

PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
Congratulations! You are rooted!
Type 'exit' and hit Enter each three times to get out of root, ADB shell and the command prompt.
Make sure your USB selection on your phone is set to None and unplug the cable.
You're Done!!
***If you get an error when installing the Superuser.apk, just download the Superuser app from the Market***



How to Un-root after using the /preinstall root method:

You must still have full root access to accomplish this. This will remove root access and also erase the traces (most) of root access from your phone. There may still be evidence on log files, but that's something I cannot help with.

First, start by downloading Android Terminal Emulator from the Market

This will only apply to the /preinstall root method posted above as different root methods place files in different locations, but if you know where they are located you can use the same methods to remove them. 

I'm going to use the Terminal to delete everything, but you can also accomplish the same thing using Root Explorer or another root file manager.


Un-root Steps:

1. Open Android Terminal Emulator (see download link above)

2. Type in the following commands, hitting ENTER after each line of code: (after typing 'su' below, look for the Superuser request and approve it, you can only continue if you get the # prompt.

Code:
su

mount -o rw,remount /dev/block/mmcblk0p12 /system

mount -o rw,remount /dev/block/mmcblk0p17 /preinstall

rm /system/bin/su

rm /preinstall/sqlite3

rm /preinstall/dosu

rm /preinstall/Superuser.apk

rm /preinstall/su

reboot

3. Let the phone reboot fully and then go into Settings > Applications > Manage Applications > find Superuser and uninstall it just like any other app.

4. You're un-rooted and all files that /preinstall put on your phone have been removed.

  유시민이 설명하는 전라도 혐오증 
작성일시 : 2011/09/19 19:41 | 분류 : 분류없음

쇼핑 관련 정보나 보려고 들어가는 사이트에서 본 좋은 글.
 
http://www.ppomppu.co.kr/zboard/view.php?id=issue&no=23025

좋은 글은 나누어야 할 거 같아서 무단으로 펌.


우리나라에서 지금 문제가 되는 것은 일반적인 '지역감정'이 아니라 다른지역 사람 들이 모두 전라도 사람을 싫어한다는 사실이다. 그리고 이것은 단순한 '감정'의 수준을 넘어서 일종의 '편집증' 단계에 이른 '질병'이기도 하다. 그래서 나는 '지역 감정' 이라는 말 대신 '전라도 혐오증' 이라는 단어를 써야 제대로 이야기 할 수 있다고 본다. 

내가 겪은 대로 말하자면 경상도 사람들의 전라도 혐오감은 '전라도 사람을 한 번도 본 적이 없는 어린 시절'에서부터 형성된다. 주로 서울에 살거나 살다온 가족과 친지들에게서 듣는 좋지 못한 이야기 때문이다. 예컨대 '아무개 집주인이 전세금을 띠묵었는데 전라도 사람이라 카더만' 이라든가, '아무개네 가게 경리직원이 돈을 빼돌리다가 들켰는데 전라도 어디 여자라 카더라' 는 식의 구체적인 '피해사례'가 화재로 오르면, 사실 여부나 그런 못된 짓을 한 '바로 그 사람'은 중요하지 않고 오직 '전라도 사람'이라는 것만 부각된다. 

그래도 무슨 구체적인 사건을 근거로 말하면 좀 나은 편이다. 너도 나도 맞장구를 치다 보면 '전라도 사람은 배신을 잘하기 때문에 아무리 충성 하는 것처럼 보여도 조심해야 한다' 거나 '군부대 철조망이 누구 때문에 생겼나' 하느 따위의 일반적 이고 추상적인 주의 주장까지 거침없이 튀어나오기 때문이다. 

어릴 때부터 이런 이야기를 많이 듣고 자리기 때문에 경상도에는 아무리 입이 심심 해도 해태껌은 사지 않는 아이들이 있다. 곧바로 출발하는 광주고속 버스에 빈 자리가 있는데도 30분씩 기다렸다가 (광주고속이 정말 전라도 사람의 회사인지도 모르면서) 다른 회사 차를 타는 젊은이도 드물지 않다. 나는 대구에 사는 동안 이런 아이와 젊은이들을 많이 보았다. 나 역시도 예외가 아니어서 대학에 들어갈 때 까지는 전라도 사람들이 '아무래도 좀 그럴 것' 이라는 선입견을 가지고 있었다. 

한 번도 전라도 사람을 만난 적이 없으면서 편견을 가지기로는 어른들도 마찬가지 이다. 88고속도로가 뚫리기 전 대구와 광주는 서로 왕래가 드문 도시였다. 그래서 전라도 사람에 대한 대구 사람들의 '혐오증'은 거의 전적으로 서울 등 객지에 나갔다 온 사람들이 주는 정보 때문에 생긴 것이라고 할 수 있다. 이런 현상은 강원 충청,경기도등 다른 지역에서도 다르지 않다. 

어떤 사람들은 이것이 매우 '한국적인 특수문제'인 것처럼 이야기하지만 나는 
그렇게 생각하지 않는다. 이것은 일정한 사회경제적 환경이 조성되면 어느 나라 어느 시대에나 생기는 현상이라는 말이다. 나는 대구를 떠난 이후에는 경상도 출신 치고는 전라도 사람들을 많이 겪어본 편이다.대학 기숙사 식당 주방 아주머니들에서 봉천동 고개 꼭대기 달동네 자취방 주인 아주머니, 단골로 다니던 봉천 중앙시장 순대집 아저씨가 그랬고, 신산스러웠던 80년대를 헤쳐 나갔던 동지들 중에도 유난히 그 동네 출신이 많았다. 당원들이 거의 백 퍼센트 전라도 출신이었던 평민당에 들어가 관악을 지구당(신림동) 교육부장으로 일한 기간에 사귄 사람들도 많다. 

나는 전라도 사람들을 좋아한다. 그들은, 내가 겪은 바로는, 다른 지방 사람들에 비해 싹싹하고 정이 많으며, 기회가 생기면 적극적으로 재미있게 잘 논다. 물론 어느 지방이나 그렇듯 개중에는 '욕심 많은 사람'과 '나쁜 사람'이 있고 '너그러운' 사람과 '좋은 사람'도 있다. 특별히 어느 한쪽이 많다는 느낌을 받은 적은 없다. 

그런데 문제는 어느 쪽에 속한 사람이건 하는 일이 대개 '험한 직업'이라는 사실 이다. 예컨대 무슨무슨 부장이나 대의원 등 직함을 가지고 있거나 지구당 사무실에 자주 나타나는 사람들을 보면 공사판 노가다,포장마차 사장,중극집 종업원,복덕방 주인 등이 적지 않고 중고자동차 매매업을 하거나 이른바 '마치꼬바' 사장,약사 또는 제법 번듯한 점포를 가진 상인쯤 되면 성공한 편에 속한다. 

물론 가끔은 부동산을 좀 가졌거나 작은 기업체를 경영하는 사람도 없지는 않다. 대학을 나와서 사무직 근로자로 일하거나 의사 등 전문직업을 가진 사람들은 선거 철에 특별당비 모금 구좌로 후원금을 넣기는 하지만 '김대중 당'의 지구당 사무실에 나타나는 일이 거의 없다. 빈손을 쥐고 서울에 올라와 남들이 꺼려하는 험한 일을 해서 먹고 살다 보니 특별히 머리가 좋은 경우를 제외하고는 공부를 제대로 시키지 못해 자녀들 역시 생산직이나 하급 사무직 근로자,음식점 등 서비스업체 종업원으로 일하는 경우가 많다. 

87년 대선 당시 김대중과 김영삼의 선거유세를 다 가 본 사람은 누구나 느꼈겠지만 '양김'의 지지자들은 행색이 판이하게 다르다. 김대중 유세에 나오는 사람들은 잠바 를 걸친 사람들이 대부분이고, 옷차림뿐만 아니라 얼굴이나 손을 보아도 고생하며 사는 흔적이 역력하다. 반면 김영삼 유세장에는, 그가 이직 야당 후보였던 시절에도 말끔하게 넥타이를 매고 바바리를 입은 신사들을 흔히 볼 수 있었다. 

전라도 사람들이 업신여김을 받는 이유를 찾으려고 '차령 이남은 지세가 배역의 기운이 있으니 그 곳 사람은 중용하지 말라' 고 한 고려 태조 왕건의 훈요십조까지 거슬러 올라갈 필요는 전혀 없다. 

'전라도 혐오증' 의 원인은 딱 하나, 전라도 사람들이 가난하다는 것이다. 
돈 없고 '빽' 없고 배운 것 없이 객지에 가서 그 사회의 맨 밑바닥 일을 하는 사람 들은, 그들이 특정 지역 출신이든 특정한 인종 집단이든 멸시를 받게 되어 있다. 

지금은 어떤지 모르겠지만 70년대와 80년대의 우리나라 텔레비전 연속극에서는 목욕탕 때밀이,작부,깡패,도둑놈,식모,사기꾼,노가다,노점상 등은 거의 예외없이 전라도 사투리를 했다. 시나리오 작가와 프로듀서가 전라도 사람을 미워해서가 아니라 실제 사회가 그랬기 때문이다. 만약 이런 직업을 가진 등장인물들이 주로 투박한 경상도 사투리를 했다면 그 드라마는 '리얼리티가 없다'는 핀잔을 들을 수 밖에 없을 것이며, '높으신 분들'께서 호통을 쳐서 당장 '바로' 잡았을 것이다. 

대한민국 사람 셋 가운데 하나가 사는 수도권에서 이런 밑바닥 직업을 거의 다 전라도 사람들이 하는데, 그들이 멸시 받지 않는다면 오히려 이상한 일이라 해야 할 것이다. 

서울에 사는 경상도 사람들이 (다른 지역 출신도 마찬가지이지만) 보는 전라도 사람 들은 가난하고, 제대로 배우지 못했고, 행색이 초라하고, 몇 푼 되지도 않는 돈 가지고 악착같이 다투고, 대낮에도 술먹고 다니고..., 한마디로 말해서 함께 어울 리고 싶지 않은 사람들이다. 그래서 고향에 가서 '그런 전라도 사람' 들에 대한 험담을 주저없이 한다. 그러나 그들은 고향에 뿌리박고 사는 전라도 사람들이 어떤지는 전혀 모른다. 뿐만 아니라 서울에서 자기네가 본 전라도 사람들이 왜 그렇게 가난한지를 따져보지도 않는다. 

나는 전라도 사람들의 '상대적 빈곤'이 박정희 시대에 진행된 지역적 불균등 발전의 결과라고 본다. 아다시피 80년대까지 대한민국의 공장이라는 공장은 거의 모두 수도권과 경남북에 몰려 있었다. (경남북이 전남북보다 산업 입지가 좋았기 때문이 라는 주장은 타당성이 없다고 보지만 여기서 따지지는 않겠다.) 따라서 경기도와 경남북의 시골 사람들은 농사만 지어서는 먹고살 수가 없는 경우에도 그렇게 멀리 까지 갈 필요가 없었다. 가까운 지역 공장에서 일하다가 유사사에는 언제든 고향집 에 갈 수 있었고, 서울까지 가는 것은 확실한 일자리가 있는 경우뿐이었다. 

다시 내 경험을 가지고 이야기 해 보자. 우리 친척들은 친가와 외가를 막론하고 대부분 대구와 영천,경주 일대에서 살았는데, 내가 중학교에 다니던 70년대 초번에 나보다 나이가 서너 살 많은 친척형과 누나들은 학교를 다니지 않으면 모두들 대구 에서 공장을 다녔다. 누나들은 모두 시집을 가서 지금은 살림만 하지만 형들은 기술 을 배워서 조그만 공장을 차리기도 했고, 그런 누나와 형들의 도움으로 공업 고등 학교나 대학 공부를 한 내 또래 사촌들은 서울이나 수원 등지의 대기업에서 일하고 있다. 

반면 한반도의 곡창 전라도 사람들은 60년대 후반 이후에 진행된 농업의 해체로 인해 가장 큰 타격을 받았고 그 지역에 산업시설이 없었기 때문에 무작정 서울로 갈 수밖에 없었다. 나이 들어 간 사람들은 몸으로 때우는 궂은 일밖에 할 수가 없었고 기초교육이라도 받은 젊은이들은 공장으로 갔다. 내가 개인적으로 충격 받은 것은 특히 젊은 여성들의 경우였다. 

대학 신입생이던 78년 여름부터 나는 구로공단 노동 야학에서 선생노릇을 했는데, '호남선 완행열차를 용산역에서 내려서, 길을 건너지 않고 버스를 타면 구로공단 행이요, 길을 건너서 타면 청량리 588' 이라는 말을 들은 것이 그맘때였다. 야학 학생이 약 40명 쯤 되었는데 거의 다 섬유,봉제,전자 공장에 다니는 열일곱에서 스물 사이의 내 또래 전라도 처녀들이었다. 학생들의 신상자료에는 월 평균 급여액 이 나와 있었는데 매주 60시간 정도 일한 대가가 2만5천원 정도였다. 당시 학교 기숙사에 식비로 내는 돈이 월 2만1천원, 신림9동 골목의 2인 1실 하숙비가 월 3만 5천원 이었고, 나는 고2짜리 남자아이에게 매주 여섯시간 영어와 수학을 가르치는 일로 월 6만원을 버는 참이었다. 

야학 학생들의 근로시간과 월급 액수는 나에게 적지 않은 정신적 충격을 안겨 
주었다. 당신 많은 젊은이들이 그랬던 것처럼 나도 노동자들과 어울리면서 비로소, 이른바 명문대학을 졸업한 사람들이 누리는 안정된 생활과 높은 지위가 불평등이 라는 사회악에 '오염된 열매' 라는 사실을 깨달았다. 

별 힘은 없지만 박정희 정권의 유신독재를 끝장내기 위한 싸움에 참여해야 하겠다고 마음먹은 것도 이때였다. 이야기가 조금 엇길로 나갔지만 내가 말하려고 하는 것은 분명하다. '서울의 전라도 사람들'을 그렇게 만든 것은 '전라도의 지세' 도 아니고 '전라도 사람의 타고난 근성'도 아닌 박정희 정권의 과격한 농촌 해체 정책과 걍상도 위주의 불균등한 산업유치 정책이었다는 것이다. 

이렇게 보면 '전라도 혐오증'은 단순한 '감정'이 아니라, 특히 경상도 사람에게는 치료하기가 매우 어려운 정신적인 '질병'이다. 경상도 사람들은 (물론 다 그런것은 절대로 아니다) 자기네가 30년 동안 대통령을 배출했다고 자랑하면서도, 그 대통령 들의 잘못된 정책 때문에 피해를 본 전라도 사람들에 대해서 미안해 하기는 커녕 그들을 싫어하고 업신여긴다. 

장기간에 걸쳐 반복해서,주위의 충고와 권유를 무시하면서, 이치에 맞지 않는 주장 이나 행동을 하는 사람을 보면 보통 '저 사람 제정신이 아니다' 라고 말한다. 이런 의미에서 다른 지역사람이라면 모를까, 경상도 사람이 스스로 '전라도 혐오증' 을 가지고 있다는 사실을 의식하고 있으면서, 또 그것을 노골적으로 내보이기까지 한다면, 이것을 '정신병' 말고 다른 어떤 말로 표현할 수 있을까? 

이 표현이 옳지 않거나 지나치다고 생각하는 사람이 있을지도 모르니까 구체적인 예 를 몇 가지만 들어보자. 청와대를 포함해서 우리나라 정계,군부,관계,학계,재계의 의사결정 구조 꼭대기에는 '부산 복국집'에서 '지역감정이 확 일어나야 한다' 고 말한 전직 법무 장관과 내무관료들 같은 경상도 출신 '나으리' 들이 앉아 있다. 이 사람들은 평소에 인사권을 행사할 때 경상도 출신을 우대해 중요한 자리에 기용하면 서도 전라도 사람들은 '출세길' 을 막아 버린다. 

그러고는 아주 중요한 직책에 사람을 쓸 때는 '능력에 따른 인사를 하다 보니 
경상도 사람이 좀 많게 되었다' 고 주장한다. 김영삼 대통령도 집권 중반기 내각에 전라도 출신이 거의 없는 것을 기자들이 지적하자 이런 말을 한 적이 있다. 옳은 말이다! '노른자위 보직을 여럿 거친 사람일수록 업무능력이 뛰어나다' 는 기준을 가지고 사람을 찾으면 전라도 사람이 보일 리가 없다. 원래부터 노른자위 보직은 그 사람들에게 주지를 않았기 때문이다. 

만약 어떤 대학교에서 재단 이사장과 총장이,아무리 능력이 있는 사람이라도 전라도 출신은 교수로 뽑지 않는다는 것을 교수 인사의 원칙으로 삼고 있다면 (지금은 달라 졌기를 바라지만 몇 년 전까지만 해도 그런 대학이 정말 있었다), 그런 사람들이 정신병 환자가 아니라고 할 수 있을까? 육균사관학교에 입학할 때는 전라도 청년이 경상도 청년만큼 수가 많은데, 별을 단 사람을 보면 전라도 사람이 거의 없는 이유 가 '경상도 사람이 유전적인지 어떤지는 모르겠지만 어쨌든 지휘업무를 더 잘하기 때문에 별을 많이 달았다'고 누가 말 한다면,이 사람을 제정신이라고 할 수 있을까? 

우리 언론과 국민들은, 경상도 사람이건 전라도 사람이건, 일본에 사는 우리 동포 들이 일본 사람에게서 차별을 당하며 사는 것을 보고 매우 분개한다. 이것은 당연한 일이다. 그런데 이상한 것은 그렇게 분개하는 사람들이 자기가 사는 대한민국에서 이루어지고 있는 지역 차별에 대해서는 별로 분개하지 않는다는 사실이다. 민족차별 이나 인종 차별은 나쁘지만 같은 민족 안에서 지역 차별을 하는 것은 괜찬다고 생각 하는 것일까? 

일본사람들은 (다 그런 것은 아니겠지만) 예나 지금이나 '조센징은 더럽다'고 한다. 그런데 식민지 주민 '조센징'이 일본 사람들이 '더랍게' 여기는 일을 하면서 '더럽게' 산 것은 지극히 당연한 일이었다. 그런 일에 부려먹을 생각이 없었다면 그네들이 조선을 집어 삼킬 이유가 없었을 것이니까. 그들은 또 국적을 포기하지 않는 조선인 또는 한국인이 일본 사회에서 정상적으로 살아갈 수 있는 길을 자기네 손으로 오늘날까지 여전히 막아 놓고 있다. 

'조센징'이 자기네가 '더럽다'고 여기지 않는 일은 할 수 없도록 해 놓고는 그 입으 로 '조센징은 더럽다' 고 하는 것이다. 이런 짓을 하는 일본 사람을 제정신이 아니 라고 생각하는 점에서는 경상도와 전라도 사이에 아무런 차이가 없다. 그런데 경상도 출신의 '나으리'들은 자기네도 똑같은 짓을 하면서 자기가 정신 나간 사람 이라고는 생각하지 않으며, 다른 지역 사람들 역시 정신 나간 짓 그만두라고 충고 하는 법이 별로 없다. 모두가 정신이 나간 것일까? 

전라도에도 요즘에는 공단이 생긱고 있다. 중국경제가 번창하고 서해안 고속도로가 다 뚤리면 더 좋아질 것이라고 하지만 그 정도로는 '전라도 혐오증'이 치유될 수 없다. 달동네에 몰려 사는 '서울 전라도 사람들'이 호화 빌라와 고급 아파트에 사는 '서울 경상도 사람들' 만큼 잘 살게 되어야 비로서 이 질병의 '발병 원인'이 사라질 것이기 때문이다. 

그래서 나는 문제의 본질을 덮어둔 채 막연히 '우리 모두 지역감정을 청산합시다!' 하고 외치는 분들께 제발 좀 가만히 있어 주시라고 부탁하고 싶다. 그런 개탄 보다는 속마음을 열고 소근소근 조용하고 끈기있게 토론하고, 팔도의 시민들이 저마다 다른 지역을 오가면서 그 곳의 실정과 거기 사는 사람들의 심정을 (특히 전라도 사람들의 심정을) 이해할 수 있도록 상호교류를 지원하는 것이 당장 효과가 눈에 보이지는 않겠지만 문제 해결에 차근차근 다가서는 바른 길이기 때문이다. 

나는 '전라도 혐오증' 이라는 이 '집단적 정신병' 을 그 자체로서는 별로 해롭지 않은 '지역 감정' 수준으로 완화하는 데만도 몇십 년이 걸릴지 모른다고 생각한다 
  Anygate XM-142 windows 7 64bit driver 
작성일시 : 2011/09/07 01:39 | 분류 : 분류없음

새로 i-5 2500 기반으로 피시를 조립하게 되면서 기존에 사용하던 e7400 기반의 PC를 세컨 피시로 사용하게 되었다. 다른 방으로 옮기고 보니 네트웍 연결이 번거롭고 지저분해 질 거 같아서 굴러다니던 애니게이트 XM-142 USB 무선 랜카드를 꽂앚다.

당연히 자동 인식이 될 줄 알았는데 인식이 되지 않는다.
장치 관리자에는  "Cohiba 3887a rev1"라는 장치 명칭이 있고 사용 불가 상태다.

XG-705a라는 중국 zcomax라는 회사 제품을 수입해서 애니게이트에서 XM-142라는 모델명으로 판 모양이다.
http://www.zcomax.com/indoor.htm#XG-705A
 이 사이트에서 드라이버를 받았다. 하지만 역시나 xp 32비트만 지원된다.

64비트 지원은 역시나 칩셋 제작사에 알아봐야 하나?

칩셋 제작사는 intersil 또는 connexant 이다.
아마도 인수 합병을 통해 connexant로 포함된 제품인가 본데, 사운드 칩셋, 모뎀 칩셋 등에서 악명이 자자한 connexant 제품 답게 생산 중단과 더불어 후속 지원이 종료된 모양이다.

GA-705a와 GW3887이란 키워드를 들고가 다시 구글신께 여쭈어 보았다.

신탁을 내려주셨다.

한때 리눅스 드라이버가 없엇, 리눅스 커뮤티니에서 드라이버 개발을 위한 움직임이 진행되었던가 보다.
이 칩셋의 명칭이 PRISM 54였고 리눅스용 드라이버 개발을 위한 프로젝트가 있었다.

칩셋은 신호 입출력만 담당하고 PC의 CPU에서 소프트웨어 적으로 신호 처리를 하던 소프트모뎀의 개념이
이 칩셋에 적용된 제품이라 드라이버 지원이 힘들었던가 보다.
역시 이런 컨셉으로 저가형 칩셋을 양산하여 드라이버 지원에서 악평이 자자한 connexant 답다.

http://lekernel.net/prism54/faq.html

What is the firmware ?

Every ISL38xx-based device contains an embedded microcomputer based on an ARM946E CPU. The firmware is the software run by that CPU, which is sent by the device driver every time the device is detected.

What is FullMAC ?

FullMAC is the first 802.11 software solution for 802.11, developed by Intersil. It requires a big (~90k) firmware to be loaded into the device, which takes care of most of the 802.11 protocol. FullMAC requires a supported chipset, with a lot of memory. FullMAC firmwares have a 1.x version number.

What is SoftMAC ?

This is the successor of FullMAC, developed to reduce costs. We don't know exactly who designed it. The 802.11 medium access control which was entirely implemented in the FullMAC firmware has been split in two parts, the LMAC (Lower MAC), which is the device firmware itself, executed on its embedded ARM CPU, and the UMAC (Upper MAC) which is a binary library executed on the host, which provides a completely opaque API for the device driver it's (statically) linked with. This scheme allows the RAM embedded in the device to be divided by 4. SoftMAC works with all chipsets, even those designed for FullMAC. SoftMAC firmwares have a 2.x version number.

 각설하고, 이 PRISM54 프로젝트는 성공적으로 개발이 되어 리눅스 커널에 드라이버가 올라갔던거 같다.

http://wiki.debian.org/prism54
http://linuxwireless.org/en/users/Drivers/p54 

아마도 예전의 intersil 시절에 PRISM이란 명칭으로 칩셋 시리즈가 개발 시판이 된 것 같고,
USB 동글 버젼의 칩셋은 ISL 3887 rev.2 로 제작된 것 같다.
이 칩셋이 connexant 로 넘어가면서 GW3887로 바뀐 것이 찾아낸 정보다.

마지막 으로 진짜 필요한 윈도우 7 64bit 드라이버 차례.
WikiDevi라는 사이트가 있다.
http://www.wikidevi.com/wiki/Main_Page
 Wiki 형식으로 모든 디바이스 드라이버를 관리하는 프로젝트 인거 같은데,
 초기 단계라 무선 어댑터에 대한 드라이버 리스트가 만들어 진걱으로 보인다.

 이 싸이트에서 PRISM54의 윈도우 7 용 드라이버를 찾았다.
http://www.wikidevi.com/wiki/Intersil/p54/usb/windows
http://www.wikidevi.com/files/p54usb_windows.zip

 
여기서 p54usb_windows.zip 파일을 다운로드하여 압축을 풀었다.
윈도우 7의 장치관리자로 가서 작동되지 않는 cohiba 3887a rev 1을 선택하고 드라이버 업데이트를 해준다.
드라이버 경로에 위의 파일의 압축을 푼 경로를 넣어주면 드라이버 설치가 시작된다.
그 다음부터 무선 AP 리스트를 찾아서 연결해 주면 드디어 무선랜 사용이 가능해 진다!! 썅...

그냥 1~2만원 주고 802.11n  어댑터를 하나 사는게 더 간단한 해법이다.

속도도 겨우 54mbps 밖에 지원 안되는 구형 제품 재활용에 이런 시간과 노력을 허비하다니. 
  How to Enjoy the Taste of Beer 
작성일시 : 2011/07/25 18:30 | 분류 : 분류없음

Wikihow 너무 좋아....


http://www.wikihow.com/Enjoy-the-Taste-of-Beer

How to Enjoy the Taste of Beer


Even though it's the oldest fermented drink in the world,[1] beer isn't beloved by everyone and there is a fair sized group of people who just don't like the taste of beer. Yet when everyone else around you continues to extol the virtues of every bottle of beer they've consumed, you might begin to wonder just what it is you're missing out on.

You may not believe it right now but to many people, good beer drinking experiences are akin to tasting fine wine or single malt scotch; indeed, one of the tests of a fine beer is that it does taste good. For you, liking the taste of beer may have to be an acquired approach but it can grow on you gradually through a better understanding of which beers might taste better (to you) and how to serve each beer so that it is at its optimal flavor. Perhaps it's time to reacquaint yourself with beer and to find a taste in beer that does please you.

 Steps

  1. 1
    The ingredients in beer make all the difference to the taste
    The ingredients in beer make all the difference to the taste
    Learn about the basic ingredients of beers. The history of beer is fascinating and there are good histories you can read online or in books by beer devotees. Check the drinks section of your local library or bookstore for such books. In a nutshell for now, beer is the product of fermentation of extracts of malted cereals, in particular barley, and flavored with hops. Different countries have varying levels of strictness as to the "purity" of the beer brewing choices though. For example, under the German Purity Law (applicable in Germany and Norway),[2] the only grain permitted is barley (along with malt, hops, yeast, and water).[3] In most other countries, other grains rich in starch are also permitted to form the basis of beer, including maize, wheat, rice, rye, sorghum or oats. Barley continues to make up the majority of malt for beers though.

    • Malting/maltings is the term used for soaking the grain, allowing it to begin germination and then drying it under controlled conditions in a kiln. There are different malting processes too, with some brewers preferring the heavily labor-intensive floor malting while others use ventilated boxes.[4]
    • Malt itself comes in a variety of flavors. The manner in which a grain has been malted affects its flavor, such as aromatic toasted malt, honey malt, and biscuit malt.[5]
    • Hops come in a variety of flavors, depending on where they're grown. Some hops varieties have higher levels of essential oils, making for distinctive flavors, including herbal, mint, pine, floral, spicy, and citrus flavors.[6] Premium hop growing regions are considered to be Europe and North America.[7] Hops can be used uniquely or blended with other varieties of hops to create a more complex flavor.
    • Instead of hops, beer may also be flavored with many other ingredients including fruit (apples, cherries, apricots, peaches, etc.), grains of paradise, herbs and spices (ginger, cinnamon, chili, etc.), chocolate, coffee, licorice, thistle, heather, orange peel, elderberry, and even seaweed. Honey and maple syrup are also used to sweeten some beers. However, hops is the most common flavoring.[8]
    • Added sugar has its own role to play in the taste of beer (that is, sugar that has not arisen from the grain itself). The addition of sugar can change the beer flavor; for example, Belgian beers can have a rum like flavor due to the addition of candy sugar while Australian lagers can taste like the cane sugar that is added to them, thinning the beer texture.[9]
  2. 2
    Familiarize yourself with the styles of beer.
    Familiarize yourself with the styles of beer.
    Familiarize yourself with the styles of beer. There are four main categories of beer, namely ales/porters/stouts (top fermentation), lagers (bottom fermentation), wheat beer (top fermentation), and wild fermentation/lambic. The variety or style of beer impacts the taste and this may be where your dislike of beer has arisen if you have only tried very commercial, bland varieties. Beer taste is considered to be measurable on a spectrum of three: 1. Malty beer (sweet); 2. Hoppy beer (bitter); and 3. Dark beer (heavily roasted malt), to pale and heavy (more alcoholic), to light (session). Bitterness (from the hops and tannins) should never reach acridity;[10] if it does, it's a beer very few people would like regardless of their love of beer! In the four main types of beer, you will find these flavor generalizations apply:[11]
    • Ales, porters and stouts (English style): These beers tend to have fruitier flavors, such as strawberry, orange, or dessert apple flavors, and sometimes a butterscotch flavor.
      Ales, porters and stouts (English style): These beers tend to have fruitier flavors, such as strawberry, orange, or dessert apple flavors, and sometimes a butterscotch flavor.
      Ales, porters and stouts (English style): These beers tend to have fruitier flavors, such as strawberry, orange, or dessert apple flavors, and sometimes a butterscotch flavor. The butterscotch flavor tends to be most evident in ales from northern Britain and from Scotland. Coffee and chocolatey flavors can be detected in some of these beers.
    • Lagers (German style): These beers tend to have an aroma of new-mown hay.
      Lagers (German style): These beers tend to have an aroma of new-mown hay.
      Lagers (German style): These beers tend to have an aroma of new-mown hay. Other detectable flavors in lagers can be fresh bread, cookies, caramel, etc. A truly clean lager will taste of nothing more than malted grains and hops (with all the varying flavor overtones of both the malt and the hops). They should be crisp.
    • Wheat beers: These beers tend to have varying flavors dependent on the source of yeast.
      Wheat beers: These beers tend to have varying flavors dependent on the source of yeast.
      Wheat beers: These beers tend to have varying flavors dependent on the source of yeast. For example, yeast from South German beers can have such flavors as banana, bubblegum, and clove. Wheat beers should be tart and refreshing to taste.
    • Wild fermentation using yeasts from the air (lambics): These beers can taste acidic in a way similar to rhubarb, along with flavors added to them such as fruit.
      Wild fermentation using yeasts from the air (lambics): These beers can taste acidic in a way similar to rhubarb, along with flavors added to them such as fruit.
      Wild fermentation using yeasts from the air (lambics): These beers can taste acidic in a way similar to rhubarb, along with flavors added to them such as fruit. For some, this flavor can seem funky or sour, and it isn't to everyone's taste. Only a few breweries continue to use this style of brewing, so they tend to be boutique beers.
  3. 3
    Try different beers.
    Try different beers.
    Try different beers. Rather than judging your dislike of beer based on only a certain variety or even brand, prepare to broaden your experience by testing different styles of beer. It isn't possible to identify the "best" beers all in a single article; besides which, what is best to you may be very different from someone else's impressions. However, it is possible to point you in a general direction so that you know what to look for and try as you ease yourself into enjoying the taste of beer. The following steps suggest a few beer choices that you might like to try in order to broaden your beer palate.
    • Visit a brewery or microbrewery and sample local or small production run beers. Many beer oriented bars and restaurants brew on site. This is a great way to support the beer culture in your community and might even give you the opportunity to develop a liking for your local beer's flavor and style.
    • The best way to find great beer is to try as many as possible. If you see something on tap you've never seen before ask the bartender for a sample (they'll usually oblige), or take the plunge and get a pint! If you don't like it, at least you tried it (it helps to have friends who drink beer no matter what – you can offload the beers you don't want onto them).
  4. 4
    Try a stronger tasting beer.
    Try a stronger tasting beer.
    Try a stronger tasting beer. Stronger tasting beer might prove an interesting discovery for you, especially if you've only ever tried weak, sugary beer targeted at the mass market. You may find that a full-bodied beer will taste better to you even if you haven't enjoyed beers before. Stronger beers include stouts, ales and reds:
    • Imperial stouts are the extreme of the "dark" spectrum
    • India pale ales are the extreme of the "hoppy" spectrum
    • Flemish reds are the extreme of the funky/sour spectrum.
    • Barleywines are the extreme of the heavy/boozy spectrum.
    • Porters and milk stouts are the extreme of the malty/sweet spectrum.
  5. 5
    Try a lighter beer.
    Try a lighter beer.
    Try a lighter beer. Session beers such as Kolsch, Dortmunder, Pilsners and pale ales tend to have lower alcohol, fewer calories and a lighter flavor. Make sure this kind of beer is cold and hasn't been exposed to light for a significant amount of time as light may make these kinds of beers skunky and undrinkable. And believe it or not, Guinness is a light beer too!
  6. 6
    Try cask-conditioned beer.
    Try cask-conditioned beer.
    Try cask-conditioned beer. This is the English style of serving. Drawn beers have much less carbonation than bottled or draught beer, and have added flavor from the cask. Cask conditioning can greatly change the character of familiar beers. Visit a traditional pub in England (or one that has been set up in your own country with the same style of cask-conditioned beer) and enjoy. Typical English beers include brown and pale Whitbread, pale ale, and British beers include Scottish Gordon (at Christmas time) and Irish Guinness.[12]
  7. 7
    Beer from around the world
    Beer from around the world
    Try beer from different countries. Beer making has a long history in almost every culture and due to the natural conditions for growing grains, hops, and other additions, as well as variations to the brewing process, you'll find that beers from elsewhere will usually have very different tastes and flavors. This exploration may even unearth a particular variety of beer that you truly enjoy even if all other beers are still disliked! A few examples of beers from other countries to try include:[13]
    • German beers from Bremen, Cologne, Dortmund, and Munich (Spaten, Kapuziner, and Löwenbräu). Berliner Weisse and smoked Bamberg beer are other options from Germany.
    • Belgian beers such as Gueuze, Kriek, Roddenbach, Chimay, and Jumet.
    • Czech beers such as Czech Pilsner (pilsner Urquell) and Czech Budweis.
    • French beers such as Champigneulles, Kanterbräu, Mutzig, Meuse, Kronenbourg and Ancre Old Lager.
    • Danish beers such as Carlsberg or Dutch beers such as Heineken. These tend to be very light but bitter.
    • Other countries producing beer you might consider trying include Argentina, Chile, Mexico, Singapore, India, the Philippines, Australia, New Zealand, and Russia. Indeed, most countries where alcohol is part of the culture will have its own beers. And naturally, if you're not from North America, try beers from the USA and Canada; even if you are from here, have you tried boutique brewery (microbrewery) beers?
  8. 8
    Drink beer at the right temperature
    Drink beer at the right temperature
    Drink the beer at the correct temperature suggested for the variety. If you consume beer at the wrong temperature (for example, too warm or too cold), some of its flavor elements will be anesthetized and therefore the beer may taste bland or one element of the fine balance might overwhelm the other flavors in the beer. The best serving temperatures for beer are as follows:[14]
    • Light beer should be consumed at 7ºC to 9ºC.
    • Dark beer should be consumed at room temperature or wine cellar temperature.
    • Every kind of beer has to be enjoyed in a certain way. Research on the internet for the best temperature, the most appropriate glass, possible mixers, etc. Enjoying a beer appropriately served is the only way to fairly judge it.
    • Store beer properly; opened beer deteriorates quickly and isn't pleasant to resume drinking. Beer that hasn't been stored properly can become skunky (it tastes just at it reads!), which can put off even a diehard beer lover. Read How to Store Beer Properly for more details on good beer storage.
  9. 9
    Use the right glassware for drinking beer.
    Use the right glassware for drinking beer.
    Use the right glassware for drinking beer. For some people, the whole drinking from the bottle and can is enough to put them off the beer drinking experience. Therefore, it's good to know that there is appropriate glassware for beer:
    • Use balloon glasses and tumblers for normal beers.
    • Use tulip or tall beer glasses for very frothy beers.
    • Use ceramic tankards if in Germany or at the Oktoberfest; pewter tankards for English beer.
    • Beers are not soft drinks, so don't drink them with ice. Beer is watered down by ice, adversely affecting the taste.
    • Don't drink beer from a frosted mug, as it can cause some of the beer to freeze which spoils the taste.
  10. 10
    Have the right atmosphere when enjoying a beer.
    Have the right atmosphere when enjoying a beer.

  현대차, 세계에서 놀라운 성장세를 과시 
작성일시 : 2011/06/30 23:34 | 분류 : 사회

Wall street Journal에 실린 기사.
현대차가 엄청난 성장세를 보이고 있으며, 이제는 추격자가 아닌 선도 업체로서의 위치를 고려해야 한다는 충고를 한다.
그런데 기사를 보다가 의아한 내용을 발견했다.

한국 자동차 노동자 임금이 미국에 비해 30% 낮은 수준이라고 한다.
심지어 미국 앨러배마의 현대차 공장고 조지아의 기아차 공장에서 일하는 노동자들은 GM, 포드 등의 노조원에 비해 절반 수준의 임금을 받는다고 한다.

2009년에 G20 관련 회의에서 대통령께서 미국보다 우리나라 자도차 노동자 임금이 더 높지만, 생산성은 더 떨어진다고 하셨는데...이 무슨....

WSJ의 유언비어 유포죄에 대해서 검찰이 수사에 들어가야 하지 않나 싶다.

현대차 노동자 임금이 미국
http://realtime.wsj.com/korea/2011/06/30/%ED%98%84%EB%8C%80%EC%B0%A8-%EC%84%B8%EA%B3%84%EC%97%90%EC%84%9C-%EB%86%80%EB%9D%BC%EC%9A%B4-%EC%84%B1%EC%9E%A5%EC%84%B8%EB%A5%BC-%EA%B3%BC%EC%8B%9C/

 GM 소속 엔지니어들은 현대차 엘란트라를 해체해서 엔진을 연구하며 현대자동차가 앞으로 어떤 개선을 할지 예측하려 했다. 올해 최신형 엘란트라가 출시되었을 때 GM엔지니어들은 충격을 받았다. 무게, 연비, 가격 면에서 예상을 초월하는 수준이었기 때문이다.

“탄력을 받았다는 면에서 (현대는) 다른 어느 업체보다 큰 위협이 되고 있다”라고 GM의 전 부회장이며 현재도 컨설팅을 받고 있는 밥 러츠는 말한다. “걱정이 될 정도이다.”

최근 현대자동차와 계열사 기아자동차는 강력한 경쟁상대로 떠올랐다. 약 10년 전만 해도 현대차는 잘 고장 나는 싸구려 차라는 인식이 팽배했다. 국제자동차제조연합에 따르면 1990년대 후반 현대자동차와 기아자동차는 합쳐서 세계 13위였다고 한다.

하지만 지난 10년 동안 현대자동차는 결함을 줄이고 품질과 디자인을 개선하고 비용이 저렴한 곳으로 생산을 확장하는 한편, 10년 보증 등 경쟁사보다 나은 조건을 제시하기 위해 노력을 경주해 왔다. 덕분에 경쟁사들이 꿈도 꾸지 못했던 성과를 내놓게 되었다.

...
하지만 현재 중국과 인도, 브라질의 자동차업계가 빠르게 추격해 오고 있다. 10년 전만 해도 자동차산업이 존재하지 않았던 국가에서 자동차제조로 인한 직업 및 수익창출이 이루어지기 시작한 것이다. 4천9백만 명 인구밖에 되지 않는 한국의 현대자동차가 가장 눈에 띄는 예이기는 하지만, 중국의 SAIC나 인도의 타타그룹도 세계시장에 진출할 가능성을 안고 있다.

“업계의 중심이 신흥국, 특히 아시아로 이동하고 있다”라고 다임러의 최고경영자 디터 제체는 말한다.

그렇다고 해서 현대자동차가 급성장을 계속하리라는 보장은 없다. 얼마나 빠르게 생산능력을 확장할 수 있는지에 따라 성장세가 제한될 수 있기 때문이다. 또한 도요타의 예를 봐서 알 수 있듯이 빠른 성장은 품질문제를 초래하는 경우가 많다. 실제로 현대자동차는 최근에 발표된 JD파워 품질평가 조사에서 조금 떨어진 성적을 보였다.

사세 확장에 따라 현대자동차는 전통적 한국기업문화에서 점차 벗어나 고위직을 외국인에게도 개방해야 할 것이다. 많은 기업에게 있어 어려운 과정이다.

...

현대차가 상대적으로 신생업체이기 때문에 저비용을 유지하는 한편, 추가 기능을 제공하면서도 이익을 낼 수 있는 것이라고 컨설팅업체 올리버와이먼의 파트너 론 하버는 말한다. 한국은 미국과 독일, 일본 등에 비해 저비용 국가이다. 한국 자동차공장 노동자의 평균 임금은 미국에 비해 30% 낮은 수준이다.

현대 차량의 절반 이상은 현재 외국에서 생산되고 있으며 현대차는 현저한 비용우위를 점할 수 있는 국가로 확장해 나가고 있다. 중국에는 현재 2개의 공장이 가동 중이며 하나는 건설 중이다. 인도에도 공장이 있으며 러시아 공장은 최근 문을 열었다. 브라질에서도 공장을 신축 중이다.

유럽에서는 GM과 포드, 폭스바겐이 공장을 가동하고 있는 독일에 비해 인건비가 훨씬 싼 체코에 공장을 갖고 있다. 미국 앨라배마에 있는 현대차 공장과 조지아에 있는 기아차 공장은 직원들에게 임금과 기타 혜택으로 시간당 2만9천원 정도를 지급하고 있다. GM과 포드의 노조직원이 받는 것의 절반 수준이다.

...

비상경제대책회의 및 G20 정상회의 관련 브리핑

  

2009-03-26

 

3월26일 열린 비상경제대책회의에 대해 브리핑한 후 G20 정상회의의 의미 등에 대해 간단히 말씀드리겠습니다.


26일 비상경제대책회의에서는 경기침체로 수요급감에 시달리고 있는 자동차 업계에 다양한 방식의 정부지원이 필요하다는 데 의견이 모아졌습니다. 자동차산업이 직·간접 고용효과가 클 뿐만 아니라 다른 산업에 미치는 파급효과가 막대하기 때문입니다.


26일 발표된 자동차업계 지원 방안은, “우리 정부가 보호무역주의 배격에 앞장서고 있는 만큼 WTO 규정에 위배되지 않도록 철저한 검증을 거친 것”입니다. 특히 자동차업계의 ‘선(先) 자구노력’과 ‘후(後) 정부지원’ 원칙은 철저히 지키기로 했습니다.


또 이번 자동차업계 지원은 CO2 배출량을 줄이고 일자리를 창출해 두 마리 토끼를 잡겠다는 의미로 참고로 이번에 교체시 인센티브를 주는 차량은 CO2 배출 기준이 강화되기 전인 2000년 1월1일 이전에 생산된 것입니다.   


이명박 대통령은 이날 ‘자동차산업 활성화 방안’이란 주제로 수원 소재 경기중소기업종합지원센터에서 열린 제13차 비상경제대책회의에서 세계 정상들이 모인 자리에서 자동차산업이 큰 이슈로 등장하는 핵심 이유는 일자리를 많이 창출하는 산업이기 때문이라며 정부지원의 필요성을 역설했습니다.


그러나 이 대통령은 “정부지원에 앞서 자동차업계 노사가 먼저 고통분담을 통한 자구노력을 기울여야 한다”면서 생산력과 임금 부문에서 비교우위에 있는 다른 나라 사례들을 상세히 거론했습니다. 


이 대통령은 “현대자동차 직원의 평균 임금이 미국 앨러바마 현지공장보다 높지만 생산성은 낮다. 중국 자동차회사의 임금은 우리의 몇분의 1에 불과하지만 생산성은 더 높다면서 한국 자동차업계의 생산성이 체코, 중국보다 낮으면서 임금은 오히려 높다는 사실을 우리 모두 자각해야 한다”고 지적했습니다.


이어 “세계적인 실물경기 침체 속에서도 우리 자동차가 해외시장에서 선전하고 있는 것은 고환율 덕택이다. 그러나 우리는 환율이 내려가 정상화될 때에 대비해야 한다”며 “특히 과거 일본 자동차 업계가 급격한 엔고에 직면했을 때 향후 더 환율이 올라갈 때에 대비해 경쟁력을 강화한 덕분에 오늘날 최고의 자리에 섰다”고 강조했습니다.   


그러면서 “위기일수록 국가경쟁력을 강화하는 노력을 기울여야 한다”며 “정부 지원에 앞서 노사가 특단의 자구책을 공동으로 발표하는 게 좋겠다. 이번 일을 노사문화를 바꾸는 계기로 삼아야 한다”고 말했습니다.


20세기에 만들어진 낡은 차를 새 차로 교체하는 것처럼 노사문화의 낡은 패러다임을 바꿔야 한다는 의미입니다.


김문수 경기지사는 “차제에 비효율성이 극에 달한 공공노조에 대해서도 강도 높은 개혁이 뒤따라야 한다”면서 “자동차 산업의 승패는 연구개발(R&D)에 달려 있으므로 이 부분을 우선적으로 지원해 달라”고 대통령에게 건의했습니다.


이어 진행된 자동차 완성차 및 부품업계 대표들과의 간담회에서 이 대통령은 “세계 자동차 회사가 종업원 1인당 65대의 차량을 생산하는 데 반해 우리나라의 어느 업체는 겨우 15대 정도 생산하고 있다. 이런 경쟁력으로 어떻게 세계무대에 설 수 있겠느냐”고 반문하며 다시 한번 이 문제를 거론했습니다. 


이 대통령은 “정부의 지원 기준은 첫째, 미래에 살아남을 수 있는 기술이나 경쟁력이 있느냐이며 둘째, 최고경영자가 어떤 의지를 갖고 있느냐 하는 것”이라며 “이 위기를 새로 도약할 수 있는 기회로 삼고, 서로 공생공영할 수 있는 길을 모색하길 바란다”고 당부했습니다.


이에 앞서 최범영 이원솔류텍 회장은 “할부금융과 노후차량 교체시 인센티브 부여 제도를 통해 수요를 창출할 수 있게 해달라”고 요청했으며, 최오길 인팩 회장은 “우리나라는 자동차 연구개발 비용이 1년에 1억달러 정도로 미국이나 일본, 유럽에 비해 턱없이 부족한 만큼 대폭적으로 지원해달라”고 건의했습니다.


이밖에 “하청업체의 납품대금을 정부가 지급보증하여 유동성 문제를 해소해 달라”(신달석 동명통산 대표), “4대강 살리기 사업을 조기에 실시하여 2.5톤 이상 덤프트럭들이 많이 판매될 수 있게 해달라”(국중하 우신산업대표), “신용보증기금의 인력부족으로 신청금이 빨리 공급되지 않고 있으니 개선해달라”(변정수 만도 사장), “하청업체에 저리 융자를 해달라”(김영국 인동성정밀엘엑스 대표) 등의 의견이 나왔습니다.


다음은 G20에 대해 말씀드리겠다.


이번 G20 정상회의에서 이명박 대통령은 자유무역주의의 원칙을 강조하고 우리의 외환위기 극복경험을 살려 부실 금융채권 처리에 대한 해법을 제시할 예정입니다.


이를 통해 정상 간 합의를 이끌 어 냄으로서 세계 금융지도자로서의 위상을 확고하게 할 것입니다.


또 오바마 미국 대통령 취임 이후 처음 열리는 한․미 정상회담에서는 북핵문제 등에 대한 굳건한 공조를 재확인하고 함께 개혁을 기초로 내건 동반자로서의 교감과 이해를 깊게 할 것입니다.


이와 함께 ASEAN+3 정상회의 참석은 신아시아 외교 구상을 구체적으로 이행하는 본격 행보입니다.


금융위기의 극복을 위한 역내 협력에 기여함과 동시에 우리 정부의 녹색성장 비전을 각국과 함께 공유하는 계기가 될 것입니다.

 


2009년 3월 26일

청 와 대 대 변 인 실  
  Tesla roadster 생산 중지 
작성일시 : 2011/06/23 21:20 | 분류 : 기술

감세, 복지 등의 이슈를 이야기 할 때 보수와 진보 간에 핵심적으로 논란이 되는 경제적 효과가 하나 있다.
바로 낙수 효과 또는 trickle down effect 라는 것이다.
간단히 말해서, 부자 세금을 깍아주면 부자들이 소비 여력이 높아지므로 돈을 더 쓰게 되고, 그렇게 돈을 쓰면 시중에 돈이 풀리니 서민 경제도 잘 돌아가게 된다는 말이다.
미국 레이건 정권이래 보수파들이 감세를 주장하면서 논거로 드는것이 이것이고, 우리나라도 이명박의 747 공약 박근혜의 줄푸세 공약이 이 효과에 기반을 두고 있다.

반대 측에서는 이 효과가 경제적으로 입증된 바가 없으며, 반대로 빈부 격차가 더 심해진다는 연구도 있다고 한다.
결국 복지 증진을 통해 서민층의 소비 여력을 늘려주어야 국가 전체 경제 활성화에 더 영향이 크게 미친다는 이야기다.

국가 경제라는 복잡한 시스템이다 보니 실증적 연구가 사실 상 불가능하다 보니 양측이 다 스스로 믿는 바를 주장할 뿐이고, 두 이론을 입증할 방법이 없으니 평행선이 될 뿐이다.

전혀 관계없는 듯한 좁은 분야에서 이 효과의 실효성을 입증하는 사례가 있으니 바로 전기자동차이다.
미국 TESLA motors는 100% 충전식 전기차 개발회사인데 이 회사가 내놓은 tesla roadster같은 경우 럭셔리 스포츠 카로서 0에서 60마일, 즉, 정지 상태에서 100km/h까지 4초 만에 도달할 정도의 고성능이며 한번 충전에 250마일 (400km)를 달릴 수 있다고 한다.

가격이 거의 2억에 육박하는 이 스포츠 카를 생산하던 tesla는 model S라는 일반 세단 모델을 생산할 에정인데,
일반 럭셔리 세단과 비슷한 가격과 성능의 전기차이다.

그런 tesla motor가 사업을 접기로 결정했다고 하며, model S의 주문을 받지 않는다고 한다.

창업자가 말하기를 tesla에서 처음에 roadster 모델을 먼저 만든 이유가, 최고급 스포츠카 모델을 만들어서 비싼 값에 팔고 거기서 번 돈으로 일반용 세단을 개발하기 위한 것 이었다. 
그런데 지난 4월까지 전 세계적으로 tesla roadster는 1650대가 팔렸으며 이 정도 물량으로는 이익을 내기가 힘들었다고 한다.

결국 친환경 에너지인 전기차를 상용화 시키고 싶었던 개발자가 그 꿈을 이루기 위해서, 부자들에게서 비싼 스포츠 값을 받아내려고 한 것인데 부자들이 생각만큼 구매를 하지 않은 것이다.

trickle down effect의 효과가 있는지 살펴보는데 이만한 사례가 더 있을까 싶다.

http://autos.yahoo.com/news/tesla-roadster-reaches-the-end-of-the-line.html

The road is coming to an end for the Tesla Roadster.

Automaker Tesla Motors (TSLA) will stop taking orders for the car in the U.S. in about two months as the carmaker focuses on its Model S electric sedan.
Priced around $109,000 dollars, the two seat Tesla Roadster sports car was never intended to be a huge seller. Tesla reported sales of 1,650 Roadsters worldwide by the end of April, 2011. The car is sold in North AmericaEurope and 
Asia
.

With its performance and relatively long driving range, the Tesla Roadster helped change the perception of electric cars from being little more than golf carts with doors to actual viable production vehicles.


The Roadster can go from zero to sixty miles per hours in under four seconds, according to Tesla, and can travel about 250 miles on a charge.

Former General Motors (GM) vice chairman Bob Lutz has credited it with helping to spur GM's development of theChevrolet Volt.

Tesla's next big thing: Tesla's roadster production is coming to halt as the maker of battery-powered cars switches its focus to the upcoming Model S electric sedan.

The first sales of the Model S sedan are expected to begin around the middle of 2012.

 Prev   1   2   3   4   5  ...  18   Next