Skip to main content

short cut di Blackberry

Hotspot Browser:
T - Scroll Up
Space - Scroll Down
U - Toggle Top Bar
V - Search For
R - Refresh
P - Page Properties
I - Zoom +
O - Zoom -
A - Add Bookmark
S - Browser Options
D - Close Browser
H - Home
K - Bookmarks
Z - Toggle Text Sizing
C - Connection Information
B - Scroll Down


Picture Viewing:
R - Zoom +
W - Zoom -
S - Pan Left
F - Pan Right
E - Pan Up
X - Pan Down
L - Rotate Clockwise
N - Next Picture
P - Previous Picture

Music Control:
During playback, you can hold the volume button up or down to skip forward or back a song. This can be done at any screen.
Mute Button - Mute Song
Space Bar - Stop / Play Music
N - Next Song
P - Previous Song

Clock:
T - Timer
S - Stopwatch Mode
B - Enter Bedside Mode


Found this while I was searching and thought it might help too thanks to dgrover for putting it together

Test Procedure
To perform a test using the hardware diagnostic tool on the BlackBerry smartphone, complete the following steps:

On the Home screen on the BlackBerry smartphone, Select Options / Status.
On the Status screen, TYPE test.
On BlackBerry smartphones that have SureType , use the multi-tap input method.
From the menu on the Device Self Test Application screen, select Start

Phone Information
ALT + Right Shift + H = Phone Information gets you to the help me screen

ALT-CAP-H is a help screen
ALT-CAP-DEL performs a reset simulates a battery pull
ALT-L-G-L-G shows a log file
ALT-N-M-L-L Turns signal strength into numbers push it again to return
Pressing the LEFT Alt, Left Shift and H button will show your Vendor ID, Platform, App Version, PIN, IMEI, Uptime, Signal Strength, Battery Level, File Free and File Total

Enterprise Activation:
ALT-CNFG In Options -> Advanced Options -> Enterprise Activation Settings for Enterprise Activation
Address Book
ALT-VALD In address book list Validate the data structure and look for inconsistencies
ALT-RBLD In address book list Force a data structure rebuild

Browser
ALT-RBVS Any HTML/WML webpage View web page source code

Calendar
ALT+VIEW Inside any Calendar item Show extra info for a Calendar event
SYNC Calendar app>Options Enable Calendar slow sync
RSET Calendar app>Options Will prompt for a reload of the calendar from the BES
RCFG Calendar app>Options Request BES configuration
SCFG Calendar app>Options Send device configuration
DCFG Calendar app>Options Get CICAL configuration
SUPD Calendar app>Options Enable detailed Cal. report for backup
SUPS Calendar app>Options Disable detailed Cal. report for backup
SUPN Calendar app>Options Disable Cal. report database
LUID Calendar app>Options Enable view by UID
SRSL Calendar app>Options Show Reminder status log

Messaging
ALT + V I E W For messages, displays the RefId and FolderId for that particular message. For PIM items, displays only the RefId.

Search Application
ALT-ADVM Search Application Enabled Advanced Global Search

MMS
MMSC Options -> MMS Show MMS hidden options

Home Screen
ALT-JKVV Home Screen Display cause of PDP reject
ALT + CAP + H Home screen Displays the Help Me screen
ALT + E A C E Home screen Displays the Help Me screen
ALT + E S C R Home Screen Displays the Help Me screen
ALT + N M L L Home screen Switches the signal strength from bars to a numeric value.
ALT + L G L G Home screen Displays the Java™ event log.

WLAN
ALT-SMON WLAN wizard screen Enable simulated Wizard mode
ALT-SMOF WLAN wizard screen Disable simulated Wizard mode

Theme
ALT-THMN Any menu Change to no theme (B&W)
ALT-THMD Any menu Change to default theme

Date/Time
LOLO Options -> Date/Time Show Network time values

SIM CARD
MEPD Options>Advanced options>SIM card Display MEP info
MEP1 Options>Advanced options>SIM card Disable SIM personalization
MEP2 Options>Advanced options>SIM card Disable Network personalization
MEP3 Options>Advanced options>SIM card Disable Network subset personalization
MEP4 Options>Advanced options>SIM card Disable Service provider personalization
MEP5 Options>Advanced options>SIM card Disable Corporate personalization

on 5.0
keep ALT key pushed to select a text

Comments

Popular posts from this blog

Program Kasir Restoran pada Python

Listing Program def menuutama(): print("") n = raw_input('masukkan nama Konsumen: ') print 'Nama Konsumen :',n print """Masukkan Pilihan 1. Bayar 2. Keluar""" print("") def menuutama1(): print """Masukkan Pilihan 1. Bayar 2. Keluar""" print("") class makanan(): def bakso (self,x): jmlhpsn = x * 7000 pajak = jmlhpsn * 0.1 total = jmlhpsn + pajak print 'Harga Bakso = Rp 7000' print '' print 'Total Makanan = Rp ',jmlhpsn print 'Pajak = Rp ',pajak print'___________________________________+' print 'Total Seluruhnya = Rp ', total return jmlhpsn def mieayam (self,x): jmlhpsn = x * 6000 pajak = jmlhpsn * 0.1 total = jmlhpsn + pajak

PT. Swadharma Sarana Informatika

Pada tulisan ini saya akan menuliskan sebuah profil perusahaan untuk memenuhi tugas matakuliah softskill Pengantar Bisnis Informatika. Profil perusahaan yang akan saya bahas adalah PT. Swadharma Sarana Informatika. Kemudian, saya mendapatkan informasi mengenai perusahaan tersebut dari teman lama saya yang bekerja diperusahaan tersebut melalui pesan facebook dan website perusahaan.             Berikut ini adalah profil dari   perusahaan tersebut yang saya kutip dari website resminya. Perjalanan PT. Swadharma Sarana Informatika dimulai pada tahun 1996, dan kehadirannya dimaksudkan untuk memberikan dukungan pelanyanan prima dalam pengelolaan sarana teknologi komputer. Dalam perkembangannya PT. Swadharma Sarana Informatika semakin tumbuh dan terus meningkat profesionalismenya sejalan dengan perubahan teknologi dan bisnis pada umumnya khususnya di sektor perbankan. Layanan yang ditawarkan oleh perusahaan tersebut : -           Pemasangan (Instalasi) mesin ATM berbagai Merk. -

Pascal

Pascal adalah bahasa pemrograman yang pertama kali di buat oleh Profesor Niklaus Wirth, seorang anggota International Federation of Information Processing (IFIP) pada tahun 1971. Dengan mengambil nama dari matematikawan Perancis, Blaise Pascal, yang pertama kali menciptakan mesin penghitung, Profesor Niklaus Wirth membuat bahasa Pascal ini sebagai alat bantu untuk mengajarkan konsep pemrograman komputer kepada mahasiswanya. Selain itu, Profesor Niklaus Wirth membuat Pascal juga untuk melengkapi kekurangan-kekurangan bahasa pemrograman yang ada pada saat itu. Kelebihan Kelebihan dari bahasa pemrograman Pascal adalah: Tipe Data Standar, tipe-tipe data standar yang telah tersedia pada kebanyakan bahasa pemrograman. Pascal memiliki tipe data standar: boolean, integer, real, char, string, User defined Data Types, programmer dapat membuat tipe data lain yang diturunkan dari tipe data standar. Strongly-typed, programmer harus menentukan tipe data dari suatu variabel, dan v