[Q] REST Call in Tizen - Samsung Gear S

Hi ,
I'm new at Tizen development. I want to make a simple REST call from my standalone Tizen Wearable App. Unfortunately I'm not getting any response. Is it possible to use REST in Tizen?
I even tried using an example getMyIP URL to avoid server side mistaken conduct.
Thanks for every help :good:

Related

Matlab for Android?

anyone knows if it exists or if someone are working on it?
I thinks that it would be a great app in android and there be possible (iphone has a version of it)
thanks everybody.
you make a very good job and make this SO better.
Why not ask the company that makes the software? It's not OSS so there's not much the community can do with it.
Wow...didn't know they had an app for iPhone. How much functionality does it have? I agree, your best bet would be to contact them...
Sent from my Evo...
I don't think that the matlab iphone app was actually a scaled down mobile matlab. I'm pretty sure it just let you remote control matlab on a nearby computer. It would send some of the results back to your phone though. And there is an android app that does exactly that, Matlab Remote for Android.
Sent from my ADR6300 using XDA App
Have a look at this one:
http://www.androidzoom.com/android_applications/productivity/matlab-remote-for-android_jcfl.html
thanks for replies, I 'll ask to company.
I 'll write news here.
thanks.
the matlab version on iphone can do the calulcation base stuff but it won't do any plot and those kind of graphical stuff
least not with the one i played around with a few months ago
Check out the app called Addi
There is a light-weight, java based, open source, matlab / octave clone app for Android called Addi. It is published already. Plotting is in the works, but a lot is already there.
I think there is an octave-like port in the works. (waiting on froyo to clean up a bit, I believe.)
Octave in traditional should give a lot of backend/normal functionality.
Command remotley Matlab with Matlab Commander
Although not a standalone app like Addi, if you are interested in remotely command Matlab on your PC you could try the newly released Matlab Commander.
Look for it in the Android Market.
-fc
As I was also searching for Matlab on android...
I found out that it would be possible to run linux on android!!!!
And my university also has the licenses for matlab on linux.
So does anyone this already tried?:
To run matlab in your linux on android?
I did not tried it yet, because your phone need to be rooted to run linux, and I did't do that because I didn't wanted because of warranty reasons. But if someone says that this is possible than I might want to root
grz.
the next problem will be getting the ARM version of the matlab
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Moving to Q&A
If you're still looking for a Matlab client you might find Anoc interesting which is an Octave (=Matlab clone) editor.
Can't imagine how trying out programs in a phone is going to be comfortable.. Maybe tablet.. What if someone wants to use matlab functions in development.? Do you think there are specific libraries included?
Sent from my GT-I9100 using xda premium
hey guys. i'm new into android developpment.
i have my senior project in my university (i'm a 5th year telecommuncations engineering student) and its about developping an android app that creates a custom watermark (location +date+ text entered by user) and affects it to an image then uploads it to a server, its supposed to be designed for bloggers and offshore journalists... i cant seem to get a good concept... how am i supposed to use matlab via my android? or i can just find a function that does the water mark and add it to my code?
would any one of you be kind enough to help me create a decent diagram for my app, to make it clearer?
thanks in advance

[Q] Remote blocking apps

Hi all,
I'm a student in Belgium and need to make a 'GIP', It's a sort of project we need to make at the end of secondary school.
Well, this GIP is about how we can integrate tablets in education, I will choose a Android tablet because an iPad is too expensive.
Now I'm searching for an app which can block/protect other apps, let's say that the students need to make a test about geography.
They get the question 'Name all provinces of Belgium'. During this test they may not use the Atlas.
So the teacher get's his tab, chooses to block the Atlas and students can begin their test.
Is there a app which has the feature to remotely block/protect apps?
Thanks in advance

[Q&A] Samsung Gear Fit SDK Available

Q&A for Samsung Gear Fit SDK Available
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Samsung Gear Fit SDK Available. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Help with causing vibration
zwegnet said:
Since i work only with Android Studio only thing i can make is to send you the proyect with a working code for Android Studio and the imported library.
Click to expand...
Click to collapse
zwegnet said:
Since i work only with Android Studio only thing i can make is to send you the proyect with a working code for Android Studio and the imported library.
Click to expand...
Click to collapse
I can't find anything in the samsung CUP documentation provided in your cup library download you gave us , or in the official documentation about how to add vibration as a property to the alert, or notification, or how to "officially" use the android CUP stuff to cause say, a custom alarm.
Say if I wanted to create a customizable alarm app that is compatible with CUP and the gear fit for instance, and I want to send a vibration (type) of notification to the gear fit which causes it to vibrate for a long period of time..
(without stopping) until say a menu item is pressed on the fit.
How would I do that?
Is such a thing possible for third party developers? Please help me.
THanks.
raw sensors from samsung gear fit
is it possible to get raw 3D accelerometer and gyroscope signals from samsung gear fit ?
if so how ?
Any possibility to add vertical aka portrait mode?
Dear zwegnet,
First of all thank you so much for your effort to enable Gear Fit development by providing CUP SDK.
It seems 1.0 version of SDK was developed when portrait mode was not available on Gear Fit as it was added in some of FW updates. Thus, ScupDialog seems not to have any method to turn the picture or get current screen orientation.
Of course, maybe protocol itself does not have the command for this, but I expect there can be some way embedded into the protocol.
Is there any chance to investigate that and make new version of CUP SDK with screen orientation feature detection/change enabled?
Problem with App Connect
Hello,
First of all thanks for that API, but I got one problem with it. When I use my gear fit app connect to run application it's doesn't provide any information that the application has been launched with the gear fit, it would be better if I could create a Listener or something like that because now when I use app connect it's run my application on phone and I don't know who started running the application, user on the phone or on the gear fit, if it goes from gear fit I would like to create Dialog on it, but when it's from phone I would like to only resume application, but didn't show anything on the clock, so use method onResume is not possible.
If you know how to solve this problem I would be very grateful.
How to run the app.
Hi,
I have made the app as per your given example. I have s3 (android version ) and gear fit. I have connected my gear fit with android.
After installing the apk in my phone, when I open it , it is throwing error "unforthunately fitapp has stopped".
Do i need some type of settings in my gear fit or s3?
Trouble with Gear Fit CUP SDK Example
I grabbed the example App "CUP_SDK_SAMSUNGINTERNAL.zip" from here
http://forum.xda-developers.com/gear-fit/development/samsung-gear-fit-sdk-available-t2872803
When I open the example in Android Studio as an Android Studio project it creates a Gradle App is that what it is supposed to do? If so is there a way to run an Android app like that? There are no android packages visible.
how start the apps in gear fit manager?
Once created the app in eclipse and installed the apk in the phone, how to start it in gear fit? just connect to gear fit and start the app?
Thanks for the sdk!!!
CUP SDK Samsung Gear Fit
On the Gear Fit, Is there a way to listen broadcasts associated with the GEAR FIT power button. I would like to tie an event to multiple button presses just like the emergency messaging "SAFETY ASSISTANCE Send help messages"?
Hi,
would it be possible to get the raw accelerometer data from the gear fit whit that?
Thanks,
mac
Click to expand...
Click to collapse
Hi
No, it's not posible. Samsung CUP is only for creating user interface of Gear Fit Apps.
At this time only Samsung apps (S-Health, Fitness, ..?) have access to device sensors.
Getting IllegalStateException
Hi there,
I came across this Thread and would like to try writing an app for my gear fit. But when I use the sample Code in the Documentation, the only thing i get is an IllegalStateException: Scup is not initialized
Code:
04-01 15:00:52.748 29498-29498/de.chrosey.gearfitone E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: de.chrosey.gearfitone, PID: 29498
java.lang.IllegalStateException: Scup is not initialized
at com.samsung.android.sdk.cup.ScupDialog.<init>(Unknown Source)
at de.chrosey.gearfitone.cup.HelloCupDialog.<init>(HelloCupDialog.java:15)
at de.chrosey.gearfitone.MainActivity$1.onItemClick(MainActivity.java:39)
...
I tried using the suggested
Code:
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY" />
but it didn't help.
I am testing on s4 lollipop stock Rom.
Can Somebody help me?
Lollipop compatibility
Is there any compatibility with Android 5.0 and newest version of Gear Fit Manager? Because i've got this error: java.net.BindException: cannot bind service and don't know what to do
Thanks
Execute App in Gear Fit disconnected of mobile
Hi,
i want to have a App in my Gear Fit when i dont have with me my mobilephone. This is possible? I need save some information in the Gear Fit and send tu my Mobilephone App this information.
Any idea?
Thanks,
David.
Help with sensors in gear fit CUP
Hi everybody!
I have just installed Android Studio and I tried to make a wearable application using CUP's library.
Thanks to some guides I attempted it, but I have no idea about how I can collect data from Gear Fit's sensors, especially the heart rate.
Thanks!!
It is not possible to direct access to sensor data. The only way to get that information is through S Health service.

Guideline required for App development, App like whatsapp, viber etc

Hello Friends,
I am new in this forum and want to ask something from you and also need your guideline for this, I want to develop an app like whatsapp, viber etc. but I have no idea how they works. I have searched on Google and found that whatsapp working on Ejabberd (XMPP) server. This server facilitates instant message transfer between two or many users at any given second. ERLANG is the programming language and Ejabberd is an open source Jabber server written in Erlang language.
But I want to know that if developed app how that will be work like what setup I required for this to run live and users can use 24 x 7 without any disturbance. Do I need to purchase anything like we need to do in website like webhosting, domain etc.
Kindly guide me in details about this. Your answers will be highly appreciated.
Thanks,
RjAnsari said:
Hello Friends,
I am new in this forum and want to ask something from you and also need your guideline for this, I want to develop an app like whatsapp, viber etc. but I have no idea how they works. I have searched on Google and found that whatsapp working on Ejabberd (XMPP) server. This server facilitates instant message transfer between two or many users at any given second. ERLANG is the programming language and Ejabberd is an open source Jabber server written in Erlang language.
But I want to know that if developed app how that will be work like what setup I required for this to run live and users can use 24 x 7 without any disturbance. Do I need to purchase anything like we need to do in website like webhosting, domain etc.
Kindly guide me in details about this. Your answers will be highly appreciated.
Thanks,
Click to expand...
Click to collapse
First of all this Question should be in the general section. Hopefully some mods will look into it
And yeah, you need an actual physical server to do this. Only then you can guarantee your customers complete hassle free access to it. Erlang is used in whatsapp because its probably the best language to code for handling large set of real time communication between a very large number of people. Thats why the creators of whatsapp went with Erlang even if its an old language.
As the customers increase your server costs will also go up. All the best. :laugh: :good:
Hey! Its a Idea! But you musst make a lot of monetization for this app! Or you want make this app for your private chats with friends?

How to synchronize contact list with remote server?

I have a custom CRM. I need to know client name, when he call to android devices. I find for easy way to get synchronization. I can customize server side, but cant build own android app for that. I need ready Android app. I believe that my need is widespread enough for such a program to exist. I look closely for Google Contacts Api. But this is an extreme option that is not flexible enough and involves a lot of programming work. I wanted get caller app with web-hook option, but it is unreal, becouse Internet will be unavailable during a call. It means, The desired contact must be downloaded to the phone before the call. Please, recommmend me Android app fore that. Any way for solving problem?
karpo518 said:
I have a custom CRM. I need to know client name, when he call to android devices. I find for easy way to get synchronization. I can customize server side, but cant build own android app for that. I need ready Android app. I believe that my need is widespread enough for such a program to exist. I look closely for Google Contacts Api. But this is an extreme option that is not flexible enough and involves a lot of programming work. I wanted get caller app with web-hook option, but it is unreal, becouse Internet will be unavailable during a call. It means, The desired contact must be downloaded to the phone before the call. Please, recommmend me Android app fore that. Any way for solving problem?
Click to expand...
Click to collapse
That's interesting stuff
([emoji3590]09-09-18[emoji3590])

Categories

Resources