Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Add a third-party app on Android

10

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
10

Add a third-party app on Android

Posted at 12/10/2016 11:16:17      View:4098 | Replies:8        Print      Only Author   [Copy Link] 1#
Take the apk of firefly official SDKas an example to simply introduce how to add third-party applications.
To find thisdirectory(vendor/firefly/firefly_assistant) in SDK, it should be the Fireflyofficial to add apk by their own, then use it as an example.
Steps:
1、Create a directory under the vendor, such as:
vendor/firefly/firefly_assistant
2、Put the apk and related library files into the directory, suchas: DLNARemoteService.apk libtchip-vinit.so
3、Create an Android.mk file:
vendor/firefly/firefly_assistant/Android.mk
The code:
  1. LOCAL_PATH := $(my-dir)

  2. include $(CLEAR_VARS)
  3. LOCAL_MODULE := DLNARemoteService
  4. LOCAL_MODULE_CLASS := APPS
  5. LOCAL_MODULE_PATH := $(TARGET_OUT_APPS)
  6. LOCAL_SRC_FILES := $(LOCAL_MODULE)$(COMMON_ANDROID_PACKAGE_SUFFIX)
  7. LOCAL_CERTIFICATE := PRESIGNED
  8. LOCAL_MODULE_TAGS := optional
  9. LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
  10. include $(BUILD_PREBUILT)
Copy the code
Explanation:
LOCAL_MODULE :=DLNARemoteService (The name of APK)
LOCAL_MODULE_PATH :=$(TARGET_OUT_APPS) ( after compilation, apk in the directory (/ system / app /) )


4、Create a mk file, such as:vendor/firefly/firefly_assistant.mk
  1. CUR_PATH := vendor/firefly/                                                                                                                                             

  2. # add remote for remoteservice
  3. PRODUCT_PACKAGES += \
  4.           DLNARemoteService

  5. PRODUCT_COPY_FILES +=$(CUR_PATH)/firefly_assistant/libtchip-vinit.so:system/lib/libtchip-vinit.s
Copy the code
Explanation:
PRODUCT_PACKAGES followed by apk names
PRODUCT_COPY_FILES followed by the path tothe library file
5. device/rockchip/rksdk/device.mk to add:
includevendor/firefly/firefly_assistant.mk

The position aftercompilation:
out/target/product/rk3288/system/app/DLNARemoteService.apk
Reply

Use props Report

124

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
124
Posted at 1/9/2026 06:48:17        Only Author  2#
This article is very practical, and I have gained a lot of inspiration from it. Sharing EAEP2201 valid exam tutorial exam questions for free—open the door to promotions and salary increases!
Reply

Use props Report

128

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
128
Posted at 1/9/2026 19:28:51        Only Author  3#
I’m truly grateful for your article, it really made an impression. The SAE-C01 test score report content is impressive, and it’s available at no cost.
Reply

Use props Report

133

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
133
Posted at 1/12/2026 02:52:45        Only Author  4#
Your article was so unique, thank you for sharing this fresh perspective. Get the Valid C_BW4H_2505 dumps questions that helped me succeed in my career—for free today!
Reply

Use props Report

129

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
129
Posted at 1/13/2026 01:32:28        Only Author  5#
This article is exceptional in every way, I’m so thankful for your share. Here's the Online BUS105 version exam that played a significant role in my promotion and salary increase. It’s free for everyone today. Good luck!
Reply

Use props Report

133

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
133
Posted at 1/17/2026 19:44:31        Only Author  6#
It was such a valuable learning experience. Here’s the free Pass NCP-EUC guarantee material! Wishing everyone good luck on their exams!
Reply

Use props Report

130

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
130
Posted at 2/1/2026 09:53:08        Only Author  7#
Your article really made me think, thank you for the fresh perspective. Plat-Dev-210 latest exam dumps.zip questions shared for free! Best of luck in your exam preparations!
Reply

Use props Report

129

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
129
Posted at 2/13/2026 18:53:19        Only Author  8#
Thank you for your article, it’s truly overwhelming! This is the CY0-001 reliable exam duration exam that helped me get ahead with a promotion and pay raise. It’s free for everyone today. Wishing you all career success!
Reply

Use props Report

129

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
129
Posted at 2/20/2026 23:00:54        Only Author  9#
This article is really amazing, and I've learned a lot from it. Here's the CPIM-8.0 latest test pdf test that helped me land my promotion and raise. It's free today—good luck with your career progress!
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list