嘿,
We are currently developing SUOTA function for both Android and IOS mobile devices. It would be great to have the source code to help embedding SUOTA into our existing App.
I was wondering is it possible to get the source code? And how?
非常感谢!
Jack
Keywords:
设备:
嗨杰克
Mail send
谢谢mt_dialog.
嗨,我也可以拥有SUOTA source code for Android and iOS? thx!
alex@aetheris.com.cn
Is it still possible to get the android source code for the SUOTA app (and perhaps also the DSPS app) so we can built this functionality into our own app. Many thanks!
有没有某处的链接iOS and Android source code? We are developing a device that supports SUOTA and this would be very helpful to get our mobile developers started. Thanks in advance for any info!
即使我正在寻找同样的东西。
Hello Dialog,
Request you to provide your SUOTA source code for both on following email,
jay@maharshielectronic.com
提前致谢。
你好,
我们还希望获得iOS和Android的辅导源代码。
它仍然是可能的吗?
如果我能得到它们,那就非常感谢。
非常感谢您提前支持。
Best Regards,
光盘
嗨CD,
请尝试下载SDK或任何文档,接受并提交许可证和术语,以便我们可以授予您的SDK访问权限。之后,我将能够向您发送Suota SLA和Suota源代码。
谢谢mt_dialog.
Hi MT_Dialog,
Thank you very much for your reply. OK, I requested to access the SDK, and accepted the licenses.
I'm looking forward to receiving them.
Thank you very much for your supports.
Best Regards,
光盘
嗨CD,
Mail sent,
谢谢mt_dialog.
嗨mt_dialog,
想知道我是否可以获得Suota iOS应用程序的源代码。我们已经访问了SDK和许可证。
Cheers,
Allen
MT_dialog:
我还需要Suota应用程序源代码,适用于IOS和Android。
谢谢,
--Robertj
你好,
我们还希望获得iOS和Android的辅导源代码。
please send SLA mail(I already have access to the SDK but can't find SLA more)
Hi temporary2,
Mail sent.
谢谢mt_dialog.
MT_dialog:
we also need the SUOTA app source code, for both iOS and Android.
please send SLA mail(I already have access to the SDK but can't find SLA more)
谢谢,
--kejean
Hi kejean.mo,
邮件发送到注册地址。
谢谢mt_dialog.
Hi MT_dialog
我还需要Suota应用程序源代码(iOS和Android)。
我的E-mail地址是"jjoonggi@senko.co.kr“。
and one more question!
我去年支持DSP(SDKv3)应用程序源代码。
currently, It was released DSPS(SDKv5).
If I use DSPS(SDKv5), Should I receive new app source code.
If so, I need DSPSv5 app source code(iOS & Android).
谢谢。
jglee
嗨喇叭,
The android/iOS DSPS source code has been updated not due to the new SDK5 DSPS application but for other bug fixes etc, a mail has been sent to your registered email address.
谢谢mt_dialog.
嗨mt_dialog。
我发送了DSPS,Suota SLA文档。
非常感谢您的支持。
谢谢喇叭。
Hi,
我试图实现DSP和Suota,可以请您分享android源代码的两者吗?
Please let me know what documents need to be signed. My email isme@ankitdaf.com
Thanks
ankit.
Hi ankitaf,
A mail has been sent to the registered email.
谢谢mt_dialog.
Hi MT_dialog
I also need the SUOTA app source code for both iOS and Android.
Please send mail todylan@lineable.net。
感谢帮助,
Key Jeong
Hi Key Jeong,
A mail has been sent to the registered email account.
谢谢mt_dialog.
I would much appreciate getting the SUOTA source code for Android and iOS, please send to my registered email account. Also, I have seen in the forums/docs that the SUOTA was unstable for all Android except 4.4, is this still the case, and is there some indication as to what is/was causing the instability? Thanks very much!
Hi Klim9531,
我不知道在4.4之后的Suota应用程序对Android的任何问题(除非您指的是旧的APK与某些文档中的某些Android版本有一些问题SUOTA application note, that isn't valid since there is a new SUOTA application)。SLA已发送到您注册的电子邮件地址。
谢谢mt_dialog.
Hi MT_dialog
I also need the SUOTA app source code for both iOS and Android.
Please send mail to the registered email account.
感谢帮助,
Tonyex Hsiao.
Hi tonyex,
邮件已发送到您的注册电子邮件帐户。
谢谢mt_dialog.
Hello I would like the souta source code for IOS. Thank you! Craig
Hi Craig,
A mail has been sent to the registered email account.
谢谢mt_dialog.
I also need the source code for the SUOTA app for iOS. Thanks.
Please send the suota app source to me too. Thanks.
Hi Ulf Soderberg
邮件已发送到已注册的电子邮件地址。
谢谢mt_dialog.
Hello MT_dialog
I am working on the SUOTA functionality on iOS and Android phone.
Can you give me the method to get it or send me source code?
我的E-mail地址是dreamcob@hotmail.com。
谢谢你。
梦冠
Hi Dream Cob,
邮件已发送到您的注册电子邮件帐户。
谢谢mt_dialog.
Hi, MT_dialog.
Can you sent SUOTA apk source code to me?
We also need it to develop apk.
谢谢,
射线
嗨Rayos,
邮件被发送到已注册的电子邮件地址。
谢谢mt_dialog.
我试试Suota iOS应用程序transfer firmware image to DA14580 Expert kit that use external I2C EEPROM (ON Semi CAT24512A * 2 = 128KB).
Unfortunately, It take me many time to make it work! And the problem comes from a little bugs in the SUOTA iOS App.
以下是带有错误的源代码:(我试图修复它,现在它正常工作!)
In the file of SUOTAParamsViewController.m
- (void) prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
int blockSize;
unsigned int i2caddress,i2csda,i2cscl,
spiMOSI, spiMISO, spiCS, spiSCK = 0;
suotaviewcontroller * vc =(suotaviewcontroller *)segue.destinationViewController;
// Save default settings
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
[defaults setObject:[NSNumber numberWithInteger:self.memoryTypeControl.selectedSegmentIndex] forKey:@"memoryType"];
if ([self.memoryTypeControl selectedSegmentIndex] == 0) { // I2C
// bug ?
//[self gpioScannerWithString:self.i2cAddress.text toInt:&i2cAddress];
NSScanner* scanner = [NSScanner scannerWithString:self.i2cAddress.text];
[scanner scanHexInt:&i2cAddress];
[self gpioScannerWithString:self.i2cSDAAddress.text toInt:&i2cSDA];
[self gpioscannerwithstring:self.i2cscladdress.text toint:&i2cscl];
[vc setMemoryType:MEM_TYPE_SUOTA_I2C];
[vc setI2cAddress:i2cAddress];
[vc seti2csdaaddress:i2csda];
// bug ?
//[vc setI2cSCLAddress:i2cSDA];
[vc setI2cSCLAddress:i2cSCL];
Hi ops,
感谢您的表明,刚刚使用Android / IOS团队检查,您提到的线条确实在Suota应用程序代码中的错误。
谢谢mt_dialog.
Hi, please send me the source for SUOTA application (Android). I already received for DSPS (last year).
Is it possible to run it on Android 4.3 with modification?
嗨pdonchev,
邮件已发送到您的注册电子邮件帐户。I am not aware if the application is tested on 4.3, it was the first android that supported bluetooth so there might be issues.
谢谢mt_dialog.
Hi,
I replied to the email.
Hi MT_Dialog,
May I also get source code for iOS and Android?
Many thanks
Hao
Hi jet_hao,
邮件已发送到已注册的电子邮件地址。
谢谢mt_dialog.
Request for SUOTA android and iOS app source code.
Thanks
Hi sprhawk,
邮件已发送到已注册的电子邮件地址。
谢谢mt_dialog.
@pdonchev,我能够在Android 4.1设备(Motorola Razr)上使用Suota源来构建和运行。希望这可以帮助。
@mtdialog,我有一个ios suota源你发给我一边的源头,但我无法在xcode 5.1.1中打开项目。当我双击suota.xcodeproj文件时,我收到读取的错误“Project Suota / Suota.xcodProj无法打开,因为它缺少其Project.pbxproj文件”。如果我右键单击suota.xcodeproj文件并选择“显示包内容”,那么我可以在它有一个名为project.pbxproj.pfile的文件夹中看到,但不是一个名为project.pbxproj的文件。
It appears the project.pbxproj file is missing from the SUOTA_IOS.zip, can you check the zip and possibly re-send it to me at my registered email address?
谢谢,klim
Is anybody at Dialog responding to this thread? It's been a week and I have not seen any response, so I will state my problem again:
It appears that the person(s) at Dialog that checked in the iOS SUOTA source code to your version control system left out a key file-- namely the project.pbx file in the SUOTA.xcodeproj directory.
这是一个常见的开发人员监督,我已经做了很多次的事情 - 可以有人(mtdialog?)请让开发人员添加到VCS(可能已经完成了),然后将zip重新发送到我的注册地址?
I am dead in the water on adapting the SUOTA to my source while I wait for this.
谢谢,klim
嗨Klim9531,对不起延迟,我们已经有了几个人ooo,这是已经发布的。:让我让某人为你接受这个。br je_dialog。
嗨对话队!
你能给我发给我的android源代码吗?
谢谢!
Hi quangng,
邮件已发送到已注册的电子邮件地址。
谢谢mt_dialog.
Hello JE_Dialog/MT_Dialog,
I have not had anybody from Dialog contact me, other than the auto -reply from MT_Dialog stating that he was on vacation until Sept. 5th. Not a major problem for me because I have been working on other things. But now I am back to trying to resolve this issue.
Today I tried to just import the files from the project into my project, thinking that I would likely be able to manually integrate them into my current project. But when I looked at the other files in the directory structure I see that they all have a .PFILE extension added on, just like the project.pbxproj.PFILE I mentioned above.
I believe that what may be happening is one of 2 things:
1.我只是使用我的旧版本ode (5.1.1) than what the SUOTA project was built with. Possibly the newer XCode environment will know what to do with the added 'PFILE' extension. I am reluctant to update my XCode environment unless it is absolutely necessary, but if this is what I must do then so be it. But I don't think that this is the problem, because I find no mention made of the new .PFILE extension in any of the online Apple docs.
我发现的是更有趣的。根据网站http://www.file-extensions.org/pfile-file-extension."The pfile file extension is associated with the Microsoft Rights Management service that allows users to share and protect case sensitive data. The pfile file stores encrypted and protected data with digital rights management from Microsoft." So possibly the iOS SUOTA project was encrypted as part of Dialog's internal procedure for handling/transferring files.
If someone could get back to me on this soon I would really appreciate it, the forum here is preferred over email so that others can benefit from my issues. I currently have the SUOTA update integrated and working in my Android app, I would like to bring the iOS version to this same point so that I can safely release my product to the public knowing that I can perform any upgrades to the BLE firmware if it becomes necessary.
谢谢,klim
Pages