Hey,
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:
Device:
嗨Jackz
Mail send
Thanks MT_dialog
Hi there, can I also have 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!
Is there a link somewhere for 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!
Even i'm looking for the same.
Hello Dialog,
Request you to provide your SUOTA source code for both on following email,
jay@maharshielectronic.com
thanks in advance.
Hello,
We also would like to get the SUOTA source code for iOS and Android.
Is it still possible?
If I could get them, it would be much appreciated.
Thank you very much for your support in advance.
Best Regards,
CD
Hi CD,
Please try to download the SDK or the any of the documentation, accept and submit the licence and terms so that we can grant you SDK access. After that i will be able to send you the SUOTA SLA and the SUOTA source code.
Thanks 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
Hi CD,
Mail sent,
Thanks MT_dialog
Hi Mt_dialog,
Was wondering if I could get the source code for SUOTA iOS app. We already have access to the SDK and licenses.
Cheers,
Allen
MT_dialog:
I also need the SUOTA app source code, for both iOS and Android.
Thanks,
--Robertj
Hello,
We also would like to get the SUOTA source code for iOS and Android.
please send SLA mail(I already have access to the SDK but can't find SLA more)
Hi temporary2,
Mail sent.
Thanks 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)
Thanks,
--kejean
Hi kejean.mo,
Mail sent to the registered address.
Thanks MT_dialog
Hi MT_dialog
I also need the SUOTA app source code(iOS & Android).
我的邮件地址是"jjoonggi@senko.co.kr".
and one more question!
I had supported DSPS(SDKv3) app source code last year.
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).
Thanks.
jglee
Hi 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.
Thanks MT_dialog
Hi MT_dialog.
I sent DSPS, SUOTA SLA document.
Thank you very much for supporting.
Thanks jglee.
Hi,
I am trying to implement DSPS and SUOTA, can you please share the android source code for both ?
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.
Thanks MT_dialog
Hi MT_dialog
I also need the SUOTA app source code for both iOS and Android.
Please send mail todylan@lineable.net.
Thanks for help,
Key Jeong
Hi Key Jeong,
A mail has been sent to the registered email account.
Thanks 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,
I am not aware for any issues the SUOTA application has with android after 4.4(unless if your refer to theolder apk that had some issues with some android versions that are documented in theSUOTA application note, that isn't valid since there is a new SUOTA application). An SLA has been sent to your registered email address.
Thanks 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.
Thanks for help,
tonyex hsiao
Hi tonyex,
A mail has been sent to your registered email account.
Thanks 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.
Thanks 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
A mail has been sent to the registered email address.
Thanks 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?
我的邮件地址是dreamcob@hotmail.com.
Thank you.
Dream Cob
Hi Dream Cob,
A mail has been sent to your registered email account.
Thanks MT_dialog
Hi, MT_dialog.
Can you sent SUOTA apk source code to me?
We also need it to develop apk.
Thank you,
Ray
Hi rayos,
A mail is sent to the registered email address.
Thanks MT_dialog
I have try SUOTA iOS App to 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.
Here is the source code with bugs: (I have try to fix it, and now it work fine!)
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,
Thanks for indicating this, just checked with the android/iOS team, and the lines you mentioned are indeed bugs in the SUOTA application code.
Thanks 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?
Hi PDonchev,
A mail has been sent to your registered email account. 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.
Thanks 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,
A mail has been sent to the registered email address.
Thanks MT_dialog
Request for SUOTA android and iOS app source code.
Thanks
Hi sprhawk,
A mail has been sent to the registered email address.
Thanks MT_dialog
@PDonchev,我能够使用the SUOTA source to build and run on an Android 4.4.1 device (Motorola Razr). Hope this helps.
@MTDialog, I have the iOS SUOTA source that you sent me a while back, but I am unable to open the project in XCode 5.1.1. When I double click on the SUOTA.xcodeproj file, I get an error that reads "Project SUOTA/SUOTA.xcodproj cannot be opened because it is missing its project.pbxproj file". If I right-click on the SUOTA.xcodeproj file and choose "Show Package Contents" then I can see in the folder that it has a file named project.pbxproj.PFILE but not one named 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?
Thanks, 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.
This is a common developer oversight, I have done this sort of thing many times-- can somebody (MTDialog?) please have the developer add it to the VCS (possibly this has been already done) and then resend the zip to my registered address?
I am dead in the water on adapting the SUOTA to my source while I wait for this.
Thanks, klim
Hi KLIM9531, sorry for delay , we've had a few people OOO and this one has been issed. : let me get someone to pick up on this for you. BR JE_Dialog.
Hi Dialog team!
Could you please send me the SUOTA source code for Android?
Thank you!
Hi quangng,
A mail has been sent to the registered email address.
Thanks 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.
2. What I do find is a bit more interesting. According to the websitehttp://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.
Thanks, klim
Pages