1 Prepare Tizen Studio IDE
a) Download askuser from gerrit repository and build it using gbs
b) Unpack generated rpm files
+ find . -name "*rpm" -type f -printf "rpm2cpio %p | cpio -idmv \n" | bash
c) Copy libraries and includes into relevant directories in
$HOME/tizen-studio/platforms/tizen-4.0/mobile/rootstraps/
/mobile-4.0-emulator.core/usr/
<library>libcapi-privacy-privilege-manager.so</library>
e) Remove library dependencies for each .so file extracted from
rpm in step b) *separately*. This can be done using tool
- 'postlink' from native-app-rootstrap project repository.
- Usage: /path/to/postlink /path/to/libX.so
- The postlink command may be executed from any directory
+ 'postlinker' from native-app-rootstrap project repository.
+ Usage: /path/to/postlinker /path/to/libX.so
+ The postlinker command may be executed from any directory
(absolute paths to postlink and .so files may be used).
+ (in my case it is located in ~/tizen/native-app-rootstrap/utils/postlinker)
+ cd $HOME/tizen-studio/platforms/tizen-4.0/mobile/rootstraps/mobile-4.0-emulator.core
+ find ./ -type f -name '*.so*' -cmin -10 -printf "$HOME/tizen/native-app-rootstrap/utils/postlinker %p \n" | bash
2. Prepare Tizen Emulator
a) Run Tizen 4.0 Emulator (x86) from Tizen Studio