[android-developers] Read NWC (NoteWorthly Composer) File

2012-05-10 Thread Paulsen J Siahaan
Hi guys, I just want to ask you, is there any ways how can i read and play NWC (NoteWorthly Composer) file by using android programmatically ? any responses will be appreciated. thx -- Warm Regards, -- *Paulsen J Siahaan** *GTalk : paulsenjs5 YM : siahaan_piter

[android-developers] code to run/install apk file

2011-06-29 Thread Paulsen J Siahaan
tell me the codes to install and run apk file?? thx b4, and sorry for my english -- Warm Regards, -- Paulsen J Siahaan GTalk : paulsenjs5 YM : siahaan_piter Phone : 70293135 -don't just be a dreamer, be an actor !!- -- You received this message because you

Re: [android-developers] Re: code to run/install apk file

2011-06-30 Thread Paulsen J Siahaan
to install yourself apk file and run it with adb command. like this: adb install test.apk adb shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n breakan.test/ breakan.test.TestActivity On 6月28日, 下午3时41分, Paulsen J Siahaan paulsen...@gmail.com wrote: Hi all