Questions tagged [rhomobile]

With the RhoMobile Suite you can use your web skills to build cross-platform native mobile applications. Main focus are enterprise apps, targeting iOS, Android and even Windows Mobile.

With the RhoMobile Suite you can use your web skills to build native mobile applications.

The RhoMobile Suite is an open source enterprise mobility suite of products previously owned by Zebra Technologies. With RhoMobile you can develop, integrate, deploy and manage your enterprise mobile applications.

Components of the RhoMobile Suite are:

  • RhoStudio - IDE based on Eclipse for Windows and OS X
  • Rhodes - Opensource Frameworks with MIT license to build B2C application
  • RhoElements - based on Rhodes, adds functionality like support for Windows Mobile, requires a subscription to compile applications
  • RhoConnect - Integration and synchronization engine - requires a subscription to be used
  • RhoHub - Cloud service to develop Rhodes/RhoElements apps & hosting RhoConnect
  • RhoGallery - Enterprise Application Management. Simple and Easy to use

Zebra Technologies has built Launchpad, a community site with recorded webinars, documentation, blogs and public forum for all the interested developers.

RhoMobile is now developed in the open by Tau-Technologies

347 questions
2
votes
1 answer

Facebook in ruby, not rails!

I'm making a Cross-platform mobile app, with the fantastic framework "Rhodes". But how am i getting people to connect through facebook..? So what i wan't is, people should connect to facebook first in the application, and when they done that, it…
Oluf Nielsen
  • 769
  • 1
  • 8
  • 24
2
votes
1 answer

Camera is being used after Camera.release() was called

After pressing the take a picture button in my Android app, the camera crashes with the following error message: E 03/21/2016 10:29:49:164 000007d1 CameraObject| Camera is being used after Camera.release() was called java.lang.RuntimeException:…
fnllc
  • 3,047
  • 4
  • 25
  • 42
2
votes
1 answer

RhoStudio Doesn't Build In XCode - Curl

Me and my friend are creating an app on RhoStudio and we would like it to work on Apple devices. It works perfectly on Android, IOS Simulator but isn't compiling correctly to be able to run it on my iPhone via XCode. When I do make an XCode project…
DocAsh59
  • 400
  • 1
  • 6
  • 17
2
votes
1 answer

Ember-Data custom adapter for Rhom - FindAll Not working

I am writing an Ember-Data adapter for the Rhom API. I have written the code. I am using it in a simple Todo App. When I create a new item, it gets into the SQLite db. But when I start the app, the already existing ones donot get loaded in the…
Steve Robinson
  • 3,759
  • 3
  • 36
  • 57
2
votes
2 answers

How can i generate device specific unique number in Rhomobile

I need to send a unique number per device to server to trace the application install and create its specific device number. When i use to generate the unique number by some logic, and make it to store in the local db, but on uninstalling and again…
user2779236
2
votes
2 answers

Can we do some local database (Rhom) operation using javascript in Rhodes

I usually manipulate the Rhom records in the controller using the create, new, update_attributes methods. But i wonder is there any way we can achieve these features through javascript, as we do in other framework like phonegap ?
user2693905
2
votes
1 answer

How can i copy an image to my app's base path in Rhomobile

I'm using the Rhomobile API to capture photo using camera. The image is stored in blob folder of rhomobile and the path in rhom. Below is the code i'm using, def capture_image options = { :enable_editing => false } …
user2773271
2
votes
2 answers

How to insert/update multiple records in single call to create/update_attributes in Rhomobile

As per the performance tip in Rhom API of Rhomobile, We should prepare the whole data set first and then call the create/update_attributes for better performance over preparing single record then calling create inside loop. As per my knowledge,…
Ashis Kumar
  • 6,494
  • 2
  • 21
  • 36
2
votes
2 answers

Trouble Accessing Ruby Params on RhoMobile

I'm new to Ruby so please excuse my ignorance. I really didn't know how to word this question so this may also be part of the reason I haven't found an answer online. I'm working with Rho Elements, and I'm trying to pass something from one page to…
Chris
  • 41
  • 6
2
votes
1 answer

Rhomobile, BLE112 Bluetooth device - iOS and android app

I have been searching for a while now and decided to post a question here to see if someone had already traveled down this specific road. I am developing a bluetooth enabled device, using the Bluegiga BLE112 chip. They announce this chip to be…
rdaniel
  • 21
  • 2
2
votes
1 answer

Start Rhomobile app on NFC Tap

All, Using only code is there any way to Start the App when perticular NFC has been tapped? I have seen some Andriodmanifest.xml changes but not luck so far. following changes i have done in manifest.
Amyth
  • 66
  • 6
2
votes
1 answer

rhomobile build for iphone fails, provisioning profile can't be found

I got a simple application I want to run on my iphone. However I get a annoying error the provisioning profile can not be found. It happens after I go to my project folder and run: sudo rake device:iphone:production === BUILD NATIVE TARGET RhoLib OF…
Vikko
  • 1,396
  • 10
  • 23
2
votes
2 answers

Make an indexed hash of environment variables

I have small ruby function to return a query result. I want to check the env variables on my server so i wrote this function. But it's not returning @result as I expected based on the puts output and the code. What am I doing wrong? def…
Martlark
  • 14,208
  • 13
  • 83
  • 99
2
votes
0 answers

stack level too deep.I get this error intermittently

I have a rhosync app on rhohub.Usually it works fine,but intermittently i get this error.When I restart the server ,it works fine again. I tried to find recursions in the code but was unable to do so. Below are the logs…
Yogesh
  • 21
  • 2
2
votes
1 answer

Rhomobile inserting into local database using CSV or XML from external web server

I am currently developing a Rhomobile application. I have a backend database which holds customer information. I have got from the webserver a csv string (or XML - I am able to parse the XML using REXML) which contains all the customers. Each time I…
amrcus
  • 103
  • 11
1 2
3
23 24