Changes between Version 13 and Version 14 of Getting-Started/BB10


Ignore:
Timestamp:
Apr 16, 2013 4:24:37 AM (11 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/BB10

    v13 v14  
    186186[[BR]] 
    187187 
    188 == Simulator == 
     188== Targeting Simulator == #simulator 
    189189 
    190190Install and configure the BB10 simulator, you will need to install a virtual machine player in order to use the simulator. To build for BB10 simulator, just run {{{configure-bb10}}} script with {{{--simulator}}} option: 
     
    196196[[BR]] 
    197197 
    198 == Multiple PJSIP Build Configurations == 
     198== Multiple PJSIP Build Configurations == #multicfg 
    199199 
    200200If you want to have multiple PJSIP build configurations for your app (for example, Device-Debug, Device-Release, and/or Simulator), you can use the following approach when building PJSIP. 
     
    213213[[BR]] 
    214214 
    215 == Notes == 
    216  
    217 === Missing Separator === 
     215== Notes == #notes 
     216 
     217=== Missing Separator === #missingsep 
    218218 
    219219If you forgot to run '''{{{source bbndk-env.sh}}}''' (as explained [#ndk above]) before running {{{make dep}}}, the dependency files will get corrupted with the ''' "!** missing separator" ''' error and you'll have to delete each of those dependency files manually. 
     
    227227Thank you Bob Cripps of Truphone for the note. 
    228228 
    229 === Unable to Get Sound Device Parameters === #snd0 
     229=== Unable to Get Sound Device Parameters === #snderr 
    230230 
    231231This error happens because PJSIP is unable to open the audio capture device. Make sure you set the [#appconfig application permissions] correctly.