debug token can not upload to device | deploy problem BlackBerry 10

Hii, Alhamdulillah now i am still life and can write something that maybe can useful by other. Ok guys. This night i try to deploy my Andorid Application to my BlackBerry 10 Dev Alpha device. For a long time i not playing with this device. hehehe :-D .

I have create android project and write some code for my application, then i try to deploy it. I got problec about debug token so i can’t upload my application to my device. The error message like this :

Failed to deploy project Keren
Info: Sending request: Install
Info: Action: Install
Info: File size: 192432
Info: Installing …
Info: Processing 192432 bytes
actual_dname::
actual_id::
actual_version::
result::failure 881 debug token issue date missing or in the future

The solution is so simple, change your date and time in your device to current date and time hehe :-D

i hope this simple solve can help you if you get the same problem. Ok see you next time :-D

ssh iphone device via Terminal with USB cable

Hey friend, now i wanna share to you about ssh iphone device via terminal with USB cable.

Many of tutorials in internet explain about ssh iphone device, but many of them explain using internet connection or wifi then access the device use IP address device. If you want to access your iphone use explorer you can use iexplorer or i fun box, if you want to access your iphone use console but via Wifi you can use cyberduck, winscp, or putty. But if you want to access your iphone with terminal via usb cable lets read my explanation. Now i wanna to explain about getting ssh terminal iphone device using USB cable.

The requirement is your iphone has been jail broken, if not yet you can see many tutorial in internet about that. Don’t forget after you jailbreak your iphone change the root password. Default root password from cydia after jailbreak is ‘alpine’.

you can install terminal application via cydia then open this application, write su root, enter the password ‘apline’ then change the password with syntax : passwd root, you will type your password 2x.

OK. Beside you must jailbreak your device, you also must installing SBSetting, it’s tools contain SSH client for iphone. Please off your iphone autolock, go to Settings then choose General then Auto Lock->never

1. Download usbmuxd in 
http://marcansoft.com/blog/iphonelinux/usbmuxd/
 you can download with git clone $ git clone http://git.sukimashita.com/usbmuxd.git. for more tutorial about git you can search in google :-D . And don’t forget you must have python client in your PC.

Git Clone USBmuxd

Git Clone USBmuxd

2. go to folder usbmuxd/python-client then type this syntax “python tcprelay.py -t 22:2222 &” you may use ls for list the file in this directory.

run TCPrelay.py for access ssh via USB cable

run TCPrelay.py for access ssh via USB cable

3. the last is open new terminal then connect ssh to root@localhost, use this syntax : ssh -p 2222 root@localhost

if any question about rsa fingerprint, you can enter yes, and now you get access ssh to your iphone, try more command like uname -a or another.

ssh iphone device use terminal via USB cable

ssh iphone device use terminal via USB cable

ok guys. see you next time, i hope this simple tutorial can help you and sorry for my english :-D

indigo incubator, ilmu, gratis, makan kenyang

wah nie postingan kali ini cuma pingin posting aj. hhee. jadi ni lagi ada di event indigo incubator, kyknya sih mbahas masalah digital entrepreneurship.
Jadi gini ceritanya ane di ajak tuh sama si estu tuan pembual buat ikut event ini.
nah ane cuma yakin aj klo eventnya gak bakalan ngecewain lah, soalnya dah keliatan sih acaranya aj di royal garden resto jogja.

brangkat aj capcus, bareng sama dua ustad yaitu ustad Jeng alias MS sama ustad kroj alias NSF. dah deh brangkat dengan suasana hujan rintik2 romantis sampailah di royal garden resto. sampe disana baru dikit ternyata yang datang.

udah deh registrasi kemudian sholat magrib dulu. nah disini ada dua kejadian lucu wkkwkw dasar wong2 ra duwe isin.

pas mw masuk katanya sih ada doorprize, disuruh ngumpulin fotocopy ktp ato identitas lain. wah mbknya gak bilang sih. akhirnya nih.
1. ane ngumpulin foto 4×6 wkwkw dibilang sama mbknya wahh wahh.. mas ini mau buat skck yah.
2 sik ustad jeng malah ngumpulin kartu debit expaired dan ust kroj ngumpulin sim yang expired.

nah habis itu ada kejadian lucu lagi.. setelah masuk, berdiri ditanya sama mbk mbk, kan si mbknya lihat ustd jeng ama ustad kroj dengan jenggot yang cukup lebat ditanya tuh?
gimana mas ada yang bisa saya bantu? mau sholat ya mas?
dengan entengnya jawaban ustad kroj dengan expresi tanpa dosa dan tak tau malu jawabnya “mau makan mbk”
ekkwkwkkelwkw ngekek guling2 aq.. tapi mbknya langsung mempersilahkan koq.
nah ini lah picnya.
coba tebak mana porsi saya, porsi ustad jeng, ama porsi ustad kroj

20130404-185717.jpg

Bincang-bincang IT Gratis : Strategy of Developing Mobile Application

Ada acara menarik ni di imagine IT center + angkringan IT pula. Konsep dari acara ini adalah bincang-bincang dan ngobrol seputar developing mobile application.

Disini saya sebagai pembicara, mungkin akan mengenalkan dan mendemokan cara untuk membangun aplikasi mobile dari beberapa platform saat ini yaitu:

iOS6, Android, dan BlackBerry 10.

Silahkan bagi yang ada waktu bisa hadir. info lengkapnya bisa dilihat di gambar dibawah ini. Terimakasih

Bincang-bincang IT Gratis : Strategy of Developing Mobile Application

Bincang-bincang IT Gratis : Strategy of Developing Mobile Application

Lesson I Hello World iOS Application

Hei Friend, in the last post I posted about iDUP in this link 
http://rischan.wordpress.com/2013/03/22/ios-developer-university-program-idup/
. iDUP program encourage me to study iOS development.

OK now i wanna show you about the most famous application in the world, it is Hello World Application heehe.

OK the first step for developing iPhone or iOS is you must have a OSX operating system. I don’t care about you, if you not have a mac you can use the alternatif way it is using hackintos, but i’ll not make a discussion about this here.

My assumption is you have a OSX, i use lion operating system. after you have OSX you can install XCODE. i use XCODE 4. 5.1 and the iOS 6 simulator bundled. The new version of xcode is 4.6 if i not wrong.

After you installed the xcode, now you can open it. You will see the first windows of xcode like this picture below.

Xcode first windows

Xcode first windows

For make new xcode project you can choose Create a new xcode project.

Create new project xcode

Create new project xcode

it’s many option that you can choose, i will try to explain it.

In the left side bar you see about two parents menu and more child menu, the parents menu is iOS and OSX. If you want to develop iOS application you can see child meu in iOS and of course if you want to develop OSX application or cocoa you can see a child menu in OSX parent menu.

the iOS menu, in child menu Application you’ll see many template that we can use in the development.

Single View Application = If you want develop single view application

Master Detail Application = if you want develop application that contain master view and detail view.

Tabbed Application = if you want to develop application that contain more than one view with tab.

Utility Application = this is for develop utility application

OpenGL Game = this template view for developing game application use Open GL.

now you can think, the template which you choose if you want make Hello World Application. i think now we want to make simple Hello World Application use Single View so we can click the Single View Application.

Next step is fill your project options.

option xcode new project

option xcode new project

In the device option you can choose universal if you want develop this application for two platform they are iphone and ipad, and you can choose only one. Only iPhone or only iPad. Important, dont forget to check Use StoryBoards, ok i will explain about storyboard in next post. Now we can click next button then you can choose the directory where you want to put your project.

In your Xcode IDE choose MainStoryboard.storyboard like this picture below, and don’t forget to go to View Menu, then choose Assistant Editor, and View Assistant Editor, Assistant Editor on Right.

Begining Coding iOS

Begining Coding iOS

now you can drag and drop the object from Object Library in the bottom right sidebar . The example drag and drop Label object to StoryBoard view.

You can change the preference and property of the label object in this menu

Property and Attribute menu Xcode

Property and Attribute menu Xcode

I change the text of Label object to Hello World, and the last is Klik Button run in the top of left sidebar or you can go to product menu then choose run. Now the iOS 6 simulator running.

Hello World iOS 6

Hello World iOS 6

the running project in iOS 6 simulator

Running App in iOS 6 Simulator

Running App in iOS 6 Simulator

 

Ok. this is end this post of creating Hello World Application for iOS 6. the post to be continued about iPhone development. see you next post.