我想要最新的SUOTA应用程序源代码为Android和iOS。
https://itunes.apple.com/jp/app/dialog-suota/id953141262?mt=8
https://play.google.com/store/apps/details?id=com.dialog.suota
The source code published on the following page seems to be old.
https://support.dialog-semiconductor.com/connectivity/product/da14583?qt...
Android、iOS両方の最新の 索塔应用程序のソースコードが欲しいです。
https://itunes.apple.com/jp/app/dialog-suota/id953141262?mt=8
https://play.google.com/store/apps/details?id=com.dialog.suota
以下の page で公開されているソースコードは古いようです。
https://support.dialog-semiconductor.com/connectivity/product/da14583?qt...
关键词:
设备:
嗨Sean666,
You would like the source code for the SOUTA or the just apk ? you should be able to download the apk from Google Play directly.
谢谢MT_dialog
嗨,MT\u dialog,
I want the latest "source code" for both Android and iOS. (Not apk)
它们是用于SUOTA应用程序的。
以下链接是旧的。
https://support.dialog-semiconductor.com/connectivity/product/da14583?qt...
顺致敬意,
Sean
Old one's file name?
SUOTA-iOS-3.200.6.3-src.tar.gz
SUOTA-Android-3.190.10.3-src.tar.gz
嗨,MT\u dialog,
I commented on the following threads.
如何获得Android和IOS的SUOTA源代码
https://support.dialog-semiconductor.com/how-can-i-get-suota-source-code...
顺致敬意,
Sean
嗨Sean666,
你提到的链接是旧的只是APK,源代码不是通过支持站点直接提供的,只是通过请求。
So, a mail with the SLA is sent the registered email address.
谢谢MT_dialog
Hi MT\u对话框
我想得到最新的索塔应用程序的源代码。
谢谢
Hi MT\u对话框
Thank you very much.
我寄给你了。
当做,
Sean
Hi MT\u对话框
我想得到最新的索塔应用程序的源代码。
谢谢
Hi ankitdaf,
邮件将发送到注册的电子邮件地址。
谢谢MT_dialog
suota code
嗨,希瑞莉亚,
Please go the 580 product page and select the Software & Tools tab, check the Mobile section and there you will be able to find the SUOTA source code.
谢谢MT_dialog
您好,目前我们正在为Android移动应用程序开发SUOTA功能。我想知道我能得到Android的源代码吗?如果是,那么如何?
I found such linkhttps://support.dialog-semiconductor.com/resource/suota-source-code-soft...,但我不知道如何获得Android SDK的源代码。
Hi Artus91,
如果你进入移动部分的软件和工具标签,你将能够找到iOS和Android的索塔源代码,你所要做的只是接受许可证,你将能够下载源代码。
谢谢MT_dialog
Hi MT\u对话框
I also would like to get the source code for the latest SUOTA app.
谢谢!
你好,zwffcb,
The source code is uploaded on the support site, you can follow the path i 've indicated above in order to get it.
谢谢MT_dialog
你好,
我正在开发iOS应用程序,我需要从iOS应用程序更新我的ble固件
我在工作的swift版本请给我访问源代码。请帮帮我。。。
提前多谢了
你好,希瓦·桑德普1812,
You are able to find the SOUTA source code for Android/iOS devices in our support page. For downloading it, please visit our portal pagehttps://support.dialog-semiconductor.com/and then enter to the “Connectivity: Bluetooth low energy & 802.15.4”. From the top menu bar click to the “Products” and then select the “DA14580”. In the “Software & Tools” window, hit to the “Mobile” tab and then you will be able to find all the available mobile applications. Please, go to the OTA applications and you will find theSUOTA-源代码(软件空中更新)-Android. Be aware that you have to accept the Software License Agreement (SLA) first. Please, try to download it and hit into the padlock that will appear from the download. After that you will have to agree with the License Agreement and the you should wait until your access will be granted. If you found the procedure described useful, please mark the answer as accepted.
谢谢,PM_DIalog
嗨,团队,
非常感谢我拿到了。。。。。谢谢你的支持
Hi Team ,
I am developing iOS Application in Swift with all my bluetooth classes . how can i use your suota module(objective c code) to update firmware from swift app. by picking only required classes(All Device manager classes are in place which is developed by us , Now i want to implement firmware update[.img] file by using suota). please help me in this.
Thnks
Hi fitz,
Glad that you are able to download the source code of SUOTA mobile application. If you found the procedure described useful, please mark the answer as accepted.
谢谢, PM_Dialog
你好,希瓦·桑德普1812,
This is not a straight-forward task, as the SUOTA implementation in our iOS app is coupled with the respective UI elements and our own implementation of the bluetooth connection logic. You will need to extract the relevant code from our implementation and insert it to yours (if you don't want to reuse our app UI) and also add the required SUOTA logic to your bluetooth connection manager.
The relevant classes are the following:
-BluetoothManager:实现扫描和连接/断开逻辑(中央管理器委托)。因为您有自己的实现,所以要复制的主要内容是它在各种事件上发送的通知(例如BluetoothManagerDisconnectedFromDevice)。
-GenericServiceManager、SUOTAServiceManager:实现外围通信逻辑(初始化操作和外围委托)。如果使用自己的实现,则需要复制它发送的通知(例如genericservicemanagerdreceivevalue)和它提供的操作API(例如读/写值)。它还实现了一些SUOTA初始化逻辑,比如检查SUOTA服务并读取设备信息和SUOTA特性。
- FileTableViewController: Implements the file selection logic. The selected file is stored in order to be used by the upload procedure, so this must be replicated.
-GenericParamsViewController、SUOTAParamsViewController:实现SUOTA配置逻辑。使用默认选项可以完全跳过这些选项,但是必须像suotaparsviewcontroller的prepareForSegue方法那样设置配置。
-SUOTAViewController:实现上传过程。如果不想使用视图控制器,则需要从中提取SUOTA逻辑。这里的基本方法是doStep(及其调用的方法),它实现SUOTA upload过程。实现依赖于来自SUOTAServiceManager/BluetoothManager和SUOTAServiceManager操作API的事件通知。它还取决于以前组件设置的配置选项,如固件文件、闪存参数、块大小。
谢谢, PM_Dialog
I also would like to get the source code for the latest SUOTA iOS app.
谢谢!
Hi,
The procedure should be followed to download the source code of the iOS SUOTA iOS mobile application:
访问我们的门户页面https://support.dialog-semiconductor.com/然后进入“连接:蓝牙低能耗和802.15.4”。从顶部菜单栏点击“产品”,然后选择“DA14580”。在“软件和工具”窗口中,点击“移动”选项卡,然后您将能够找到所有可用的移动应用程序。请转到OTA应用程序,你会发雷电竞官网登录现SUOTA-源代码(软件更新在空中)-Android。请注意,您必须首先接受软件许可协议(SLA)。请尝试下载它并点击下载中出现的挂锁。在此之后,您必须同意许可协议,并且您应该等待,直到您的访问将被授予。如果您觉得所描述的过程有用,请将答案标记为已接受。雷竞技安卓下载
谢谢, PM_Dialog