카테고리 없음2010. 1. 27. 17:57
WM7 탑재폰(예정) : LG Apollo AND HTC Obsession
Windows-Phone-7-Media-Edition.jpg

마이크로 소프트가 WM 살리기 움직임을 보이자 WM7 소문이 끝도 없이 나오고 있다. 올 후반기 출시였다가 다시 상반기 출시설로, 두가지 버젼 즉, 비지니스 버젼(BE)과 미디어 버젼(ME)로 나누어져 출시될거라는 설등등..
그 와중에 WM7 가 탑제되어 출시된다는 폰얘기가 있다. 바로 LG Apollo AND HTC Obsession 이다. 이 두가지 폰의 사양을 알아봤다.

LG Apollo HTC Obsession
- 3.8인치 아몰레드 (WXGA, 1280*720)
- CDMA, EV-DO 와 GSM/HSDPA 접속
- Wi-Fi
- 퀄컴 CPU 1.3GHz
- 1GB RAM, 1GB ROM
- 10MP 카메라
- 크기 : 115 x 57.5 x 11.2 mm
- 3.7인치 아몰레드
- HSDPA
- Wi-Fi
- 5MP 카메라
- 퀄컴 CPU 1 GHz
- 512 MB RAM, ROM
- 4 기가 내장메모리
소문이 많다는건 기대도 크다는 얘기니 앞으로의 WM의 나아갈 길이 기대가된다.
  [관련링크] unwiredview
Posted by 생존자
카테고리 없음2010. 1. 27. 17:54

HTC-Bravo-Android-hands-on-Poland.jpg

HTC의 차후 안드로이드폰인 Bravo폰의 사진이다. 얼핏 보면 구글의 넥서스폰과 비슷하게 보이기도 한다. HTC Bravo 폰의 정식출시는 2010년 3월 정도이며, 아마 영국에서 가장 먼저 출시될 예정이라고 전해진다.

현재까지의 알려진 스펙은 아래와 같다.

  • 3.7-inch AMOLED WVGA 디스플레이
  • 멀티 터치 지원
  • 3G 
  • Wi-Fi 지원
  • GPS 탑제
  • 512MB RAM
  • 5-megapixel camera with HD video recording
  • 1GHz Snapdragon processor
  • Android 2.1
  •   [관련링크] unwiredview
    Posted by 생존자
    Early Adopter2009. 11. 8. 23:53

    구글 G1 안드로이드폰에 X Windows(X윈도우)를 설치하다.

    안녕하세요. 강서기의 얼리어답터 Review 운영자 이강석입니다. 제가 안드로이드폰을 가지고 있다고 포스팅을 했는데 검색하다보니 X Windows를 설치해서 사용하는 매니아가 있더군요. 대단하다고 이야기해야겠네요. 안드로이드 OS에 Gnome과 KDE 그리고 IceWM, LXDE Desktop을 설치하여 X Windows를 구동한 사례가 있네요. 그 방법까지 소개하고 있으니 안드로이드폰을 소지하고 있거나 안드로이드 OS를 쓰시는 분이라면 한번 시도해보셔도 될 듯. 저도 시도해보려면 시간이 많이 걸릴 것 같네요. 작성 및 실제 주인공은 GhostWalker라는 필명으로 사용하고 있는 안드로이드 커뮤니티 운영자이네요.

    발췌 : http://www.androidfanatic.com/cms/community-forums.html?%20func=view&catid=9&id=1615

    Title : Gnome, KDE, IceWM or LXDE Desktop on your Android!

    IMPORTANT UPDATE: Many comments on sites that have blogged this post seem to be getting the wrong end of the stick. This is not connecting to a remote desktop on another machine! This is x11 and LXDE Desktop running LOCALLY on the G1 device, the reason I had to connect back to LOCALHOST using VNCViewer (also running LOCALLY on the device) is because there are no drivers available. This circumnavigates the need for any special drivers.

    Now back to business!


    It's official you can run X-Windows and your choice of GUI (Gnome, KDE, IceWM etc on an Android device!

    Screenshots are below!!


    Here are instructions about running X-Windows and more specifically the LXDE Desktop GUI on the G-1.

    LXDE is an energy saving and extremely fast and performing desktop solution. It works well with computers on the low end of the performance spectrum such as new generation netbooks and other small mobile computers

    While IceWM, performance-wise runs the fastest - LXDE is also pretty good, and just plain 'prettier!

    I have included options for either Desktop in the instructions below.

    Prerequistes; Debian Shell instructions here:
    http://www.androidfanatic.com/cms/community-forums.html?func=view&catid=9&id=2248 (UPDATED)

    Also if your 'debian.img' file is a little small you may want to resize it - instructions here:

    http://www.androidfanatic.com/cms/community-forums.html?func=view&catid=9&id=1610


    You need three basic packages:

    From the Android OS:
    Download VNCviewer for Android from our repo here:

    http://www.androidfanatic.com/cms/unofficial-app-repo.html?func=fileinfo&id=16

    or from google here:

    http://code.google.com/p/android-vnc-viewer/

    Now copy the .apk file to your sdcard and then run 'Apps installer' from the Market to install that.

    From the terminal, boot your debian shell and then type:

    apt-get install tightvncserver (return)

    apt-get install lxde (return)

    or if you want a really basic desktop use IceWM:

    apt-get install icewm (return)

    Now you need to setup your vncserver

    at the prompt type:

    export USER=root
    (return)
    vncserver -geometry 480x320 (return)

    This will create an x-windows session and a startup file
    in the /root/.vnc/ directory. Vncserver will also ask you to set up two passwrds. You will need the first password to log in, but just say no to the second password.
    The next thing to do is to kill the session you just started: vncserver -kill :1

    This is so you can edit the startup file to set it up correctly.

    go to /root/.vnc

    type

    nano xstartup



    comment out the line for xsession:

    #/etc/X11/xsession


    add these two lines:

    icewm &
    lxsession


    or if you decided to go for IceWM instead:

    icewm &
    xterm


    save the file (trackball then 'o', and exit nano (trackball then 'x'.

    Then restart an x windows session by vncserver ( you should kill it after you are done with x-windows later on).

    This next bit does some housekeeping and sets up the VNC service each time you boot your debian shell - saves messing about everytime!

    Now back inside your debian prompt you need to edit your /root/.bashrc file

    cd /root
    nano .bashrc


    Add the following near the top of the file:

    export USER=root
    cd /
    rm -r -f tmp
    mkdir tmp
    cd /
    vncserver -geometry 480x320


    (this sets your resolution - you can change this if you will be connecting via your computer).

    save the file (trackball then 'o', and exit nano (trackball then 'x'.

    Type 'exit' to exit the Debian shell.

    reboot the phone.

    Once rebooted go into Terminal and boot yor Debian shell.

    Press the HOME button to revert back to the Android OS while leaving your Debian shell running.

    Open androidVNC from your android programs menu.

    Connect to 'localhost' port '5901' and enter your password.

    Viola, you now have XWindows running on your phone. Obviously you can connect to your phone's new desktop GUI with a VNC viewer from your computer too jsut enter it's ip address instead of localhost.

    To make the cursor work with your finger:

    Press the MENU button on your device and select 1:1 then just press the trackball ONCE!

    Now whenever you want a proper x-windows Desktop GUI right there on your phone, just run the debian shell with 'bootdeb' and it sets up your vncserver. Then just press home to leave it running and get back to your android menu, where you can choose to VNC directly onto it.

    Cool eh?

    When you are finished just exit androidVNC, if you want to get back to your Debian shell, HOLD DOWN the home key to bring up your running processes and switch to it.

    What the heck, you could even install GNOME or KDE but it may be a little slow! I can't be arsed to try it, but if you can, be sure to let us know how it goes.

    Your videos and photos of your device running X are welcomed. As usual if you like this, use the SHARE button below.



    Posted by 생존자
    Early Adopter2009. 11. 8. 23:42

    HTC서 만든 구글 안드로이드폰 G1 국내에서 판매될 수 있을까 ?

    안녕하십니까 ? 강서기의 얼리어답터 Review 운영자 이강석입니다. 오늘은 뜬금없이 안드로이드폰을 이야기할까 합니다. 미국서 시판된지 벌써 1년이된 11월입니다. 유럽에서도 판매중이구요. 그런데 국내에서는 아이폰에 대한 뉴스만 떠들석 안드로이드폰을 유통할 이동통신사가 없는가 봅니다. 관심이 없는 것일까요. 저두 어찌어찌 해서 아이폰과 안드로이드폰을 가지고 있습니다. 아이폰을 개인이 전파인증 후 이통사에 등록 사용하는 고객이 100명을 넘어서고 있는 시점에 저는 개인적으로 조루배터리인 아이폰보다 안드로이드폰이 마음에 드는데 나오기만을 기다리고 있습니다. ㅠㅠ;; 

    제가 가지고 있는 모델은 블랙 색상 모델입니다. 자 사진으로 보시죠. 이미 제 지인분들은 제가 하고 들고다녀서 많이들 보셨으니...

    손에 들고 있는 모습입니다. 크기를 아실 수 있겠죠

    구글 검색 화면

    실제 제품 박스의 모습입니다. 저는 달랑 본체만 있습니다.


    Posted by 생존자