Informasi penggalangan dana korban gempa Sumatera Barat

Info No Comments »

Gempa 7,6 SR di Padang Sumatra Barat telah terjadi beberapa hari lalu, tepatnya tanggal 30 September 2009. Berita di berbagai stasiun televisi dan situs berita terkemuka mengabarkan ratusan orang terluka dan meninggal dunia. Dibutuhkan waktu dan dana yang cukup banyak untuk memulihkannya kembali.

Bagi kawan – kawan yang ingin menyampaikan bantuan bagi korban gempa sumbar, dapat langsung mengirimkan bantuan nya ke nomor rekening yang tertera di halaman depan website berikut :  http://astacala.org/

No rekening tersebut adalah no rekening yg digunakan oleh BEM ITTELKOM sebagai koordinator dari aksi tanggap bencana ITTELKOM.

Berikut ini adalah salinan nomor rekening yang terdapat di situs astacala :

donasi gempa sumbar

Dana yang terkumpul menurut rencana akan disalurkan melalui tim yang ada dilapangan dalam bentuk paket sembako, tenda / terpal, alat2 pertukangan, dll sesuai dengan kebutuhan paling urgen dari pengungsi di daerah bencana khususnya pariaman.

InsyaAllah relawan dilapangan akan selalu mendokumentasikan penggunaan dana tersebut untuk selanjutnya dapat di laporkan dokumentasi dan dipertanggun jawabkan accoutabilitasnya.

GSM Drive test and optimization Course

Cellular Networks, Events, Info 10 Comments »

dtgsmQuota : 30 orang
tempat : GEdung E 204 IT Telkom.
Dont miss it.

Assistants Recruitment

Info Comments Off

Mobile Communication Laboratory, one of the well known laboratory in mobile communication research and development, are inviting highly qualified person for Laboratory Assistants.

The challenged  positions are listed below :

1.  Cellular Networks

[code : HnC]

Job desk:

  • Introduction cellular technology and evolution
  • MSC AMPS EMX 500 + BTS operation and maintenance
  • RF Planning and Optimization
  • TEMS Investigation GSM and WCDMA ( UMTS ) operation for data collection and optimization
  • GPS for tracking ge position and Location Base Service research
  • MATLAB / SIMULINK research, application and simulation
  • Software and hardware application analysis and research

Special requirements:

S1 or D3 TT,TK,TE programs

Topic for paper:

  • Next generation on cellular technology (4th generation Ex. ATDMA, OFDM, MCCDMA, UWB, MIMO etc.),
  • Broadband wireless access,
  • Hardware of wireless technology,
  • Enhanced 3G (HSDPA), etc.

2.  Mobile Application – Mobile Computing

[code: MC]

Job desk:

  • Developing J2ME, Symbian or BREW application in several mobile devices
  • Mobile Operating System
  • Developing LBS, GPS application  and Implementation

Topic for paper:

  • Object Oriented concept in Java and C++
  • Comparison developing application in J2ME, Symbian C++, and BREW platform
  • Symbian OS, Palm OS, Windows Mobile OS and others
  • GPS and LBS implementation, etc.

3.  Mobile Application – Messaging

[code: MSG]

Job desk:

  • Environment aspect of SMS/MMS
  • Software engineering SMS/MMS
  • Developing SMS/MMS application
  • SMS/MMS implementation, such as SMS-MMS Gateway

Topic for paper:

  • Application system messaging in Linux or Windows,
  • Messaging Evolution,
  • Developing SMS application,
  • MMS content adaptation,
  • Developing MMS application (human factor, market needed), etc.

4.  Mobile Application – Internet Mobile

[code: MI]

Job desk:

  • Developing WAP and Implementation
  • Developing Mobile Internet Application (Streaming, Chat, etc)

Topic for paper:

  • Value Added Service with WAP,
  • WAP Gateway Implementation,
  • Comparison XHTML and WML,
  • Markup Language Roadmap
  • Mobile Commerce, etc.

~

General Requirements (for all division) :

  1. Good command of English and Good communication.
  2. Good knowledge about basic cellular concept.
  3. Self motivated, creative , dynamic, self confidence and teamwork ability.
  4. IPK >= 2.75
  5. Qualified in special requirements in each division you will choose

These vacancies are open for all studying-program (all S1-D3) in Institut Teknologi Telkom, but only for 2006 and 2007 degrees.

Suitable qualified applicants are invited to apply no later than Feb 27th, 2008 at 23:59:59  pm after this advertisement together with :

  1. Application letter (with your division choice) [in english]
  2. Curriculum Vitae [in english]
  3. Academic Transcript
  4. Latest photograph  (4 x 6 cm) 2 pc
  5. Paper (choose one topic in the list, suitable with your division choice)  :
  6. (in Indonesian, 2 pages minimum, font :Arial, line spacing1,5 )
  7. Please send it (directly to laboratory)  in  A4 envelope to :

Mobile Communication Laboratory STT Telkom Bandung E – 203 Jl Telekomunikasi no 1, DayeuhKolot Bandung 40257

and write your division code choice in TopLeft your A4 envelope.

Android – Gphone Next Opensource Application Foundation

Info, Mobile Application, Mobile Messaging No Comments »

img2

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. This early look at the Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.

  • framework

    img5

    The following diagram shows the major components of the Android operating system. Each section is described in more detail below.

    Applications

    Android will ship with a set of core applications including an email client, SMS program, calendar, maps, browser, contacts, and others. All applications are written using the Java programming language.

    img4Application Framework

    Developers have full access to the same framework APIs used by the core applications. The application architecture is designed to simplify the reuse of components; any application can publish its capabilities and any other application may then make use of those capabilities (subject to security constraints enforced by the framework). This same mechanism allows components to be replaced by the user.

    Underlying all applications is a set of services and systems, including:

    • A rich and extensible set of Views that can be used to build an application, including lists, grids, text boxes, buttons, and even an embeddable web browser
    • Content Providers that enable applications to access data from other applications (such as Contacts), or to share their own data
    • A Resource Manager, providing access to non-code resources such as localized strings, graphics, and layout files
    • A Notification Manager that enables all applications to display custom alerts in the status bar
    • An Activity Manager that manages the lifecycle of applications and provides a common navigation backstack

    For more details and a walkthrough of an application, see Writing an Android Application.

    Libraries

    Android includes a set of C/C++ libraries used by various components of the Android system. These capabilities are exposed to developers through the Android application framework. Some of the core libraries are listed below:

    • System C library – a BSD-derived implementation of the standard C system library (libc), tuned for embedded Linux-based devices
    • Media Libraries – based on PacketVideo’s OpenCORE; the libraries support playback and recording of many popular audio and video formats, as well as static image files, including MPEG4, H.264, MP3, AAC, AMR, JPG, and PNG
    • Surface Manager – manages access to the display subsystem and seamlessly composites 2D and 3D graphic layers from multiple applications
    • LibWebCore – a modern web browser engine which powers both the Android browser and an embeddable web view
    • SGL – the underlying 2D graphics engine
    • 3D libraries – an implementation based on OpenGL ES 1.0 APIs; the libraries use either hardware 3D acceleration (where available) or the included, highly optimized 3D software rasterizer
    • FreeType – bitmap and vector font rendering
    • SQLite – a powerful and lightweight relational database engine available to all applications

    Android Runtime

    Android includes a set of core libraries that provides most of the functionality available in the core libraries of the Java programming language.

    Every Android application runs in its own process, with its own instance of the Dalvik virtual machine. Dalvik has been written so that a device can run multiple VMs efficiently. The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint. The VM is register-based, and runs classes compiled by a Java language compiler that have been transformed into the .dex format by the included “dx” tool.

    The Dalvik VM relies on the Linux kernel for underlying functionality such as threading and low-level memory management.

    Linux Kernel

    Android relies on Linux version 2.6 for core system services such as security, memory management, process management, network stack, and driver model. The kernel also acts as an abstraction layer between the hardware and the rest of the software stack.

    Developers

    Learn more about the Android Platform.

    Download the early look SDK.

    Participate in the Android Developer Challenge, which will give away $10 million to developers who build apps on the platform. Learn more

  • Motorolla wi4 wiMAX has been released

    Cellular Networks, Info 1 Comment »

    See Here

    Design by j david macor.com.Original WP Theme & Icons by N.Design Studio
    Entries RSS Comments RSS Log in