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
1
vote
1 answer

Google Maps Javascript V3 API with Rhomobile

I am trying to load Google map javascript V3 API in rhomobile. but unable to do so. I have Used below code in map.erb:

Login

Aks
  • 1,567
  • 13
  • 23
1
vote
1 answer

Android build fail with Rhodes 4.0.0

I upgrade my Rhodes from 3.4.2 to 4.0.0 with all other parts from RhoStudio. I updated rho_home variable and devbuild.yml with the new version, I update all the paths in rhobuild.yml. I'm working with android sdk 17, java 6 I'm keep getting this…
Ofer
  • 4,879
  • 6
  • 20
  • 26
1
vote
1 answer

How to restrict Android app for mobile using Rhomobile

I want my Android application in google market to be listed only for android mobile and not for tablet. i use rhomobile to develop the application. please help me
Ruban
  • 1,514
  • 2
  • 14
  • 21
1
vote
4 answers

android build fails - No such file or directory - ./apkbuilder

I'm trying to build a package using rake run:android and I get the error No such file or directory - ./apkbuilder My project setup is given below: rhodes-3.5.1.12 ndk version: ndk-r8b 32 bit sdk version: android 4.2.2 API 17 I'd tried with 4.3…
coder247
  • 2,913
  • 19
  • 50
  • 70
1
vote
0 answers

Rhomobile doesn't make deploy

I'm trying to develop an application using RhoMobile, specifically using the Rhostudio 2.0. But every time I try to use the simulator, there is an error: rake aborted! No such…
sialvare
  • 11
  • 2
1
vote
1 answer

What is the best alternative to RhoMobile for Windows Mobile Pro 6.5 development?

I am using RhoElements since I can create applications using HTML5/Javascript - I do not have any programming experience outside of PHP. However, I have to pay to license every device that I deploy my application to. I have close to 1,000 devices in…
1
vote
1 answer

How do I properly set the request header of a Rhomobile API call?

Environment: Windows Server 2012 Standard rhodes-3.5.1.13 - MotorolaRhoMobileSuite2.2.1.13 jQuery Mobile 1.6.4 Java jdk1.6.0_24 Description: After making this call.. Rho::AsyncHttp.get( :url => url, :headers => { …
Max Revine
  • 78
  • 6
1
vote
1 answer

How can i seed data from a csv file in Rhodes

I have seen in Rhomobile we can seed the local db from local files. The file need to be text file, and the format something like this, client_id|last_sync_success 67320d31-e42e-4156-af91-5d9bd7175b08| But can i have some way to seed data from a csv…
user2779236
1
vote
1 answer

Any feedback for Rhomobile (cross platform to build smartphones using Ruby)?

I've been trying to develop a cross platform mobile app, very simple one (DB driven), so I had to chose between PhoneGap, Appcelerator and Rhomobile. I'm a big fan of Ruby and ROR, so using the same MVC structure and Ruby syntax is a big advantage…
Eki Eqbal
  • 5,779
  • 9
  • 47
  • 81
1
vote
1 answer

How do store pdf to sdcard on Android in Rhomobile

I have to store a pdf that i'm generating through my application. I don't know the path for the sdcard for storing the file. I guess the path needs to go into here pdf.save_as(file_location) Can anyone suggest the path ?
user2779236
1
vote
1 answer

Do we have any plugin or setting to have a good UI inspector for Rhodes App

I'm really bored with RhoSimulator inspect, as its not user friendly and we can't event perfectly inspect the design. Even we can't right click on that to have the options to go back or go home or inspect. I had seen this on the previous version.…
user2781125
1
vote
1 answer

How can i set the default menus for Rhomobile Application?

Currently on going for menu, it shows some options like sync, close, home. Since i don't have any such functionality of sync, so i just need to be able to manage them. Or if i could able to add my own custom menu it would be quite well for…
user2778440
1
vote
1 answer

How do i make paging using jquery ajax for rhomobile app

I have a table where i need to show records in pagination manner. Let say i have 200 records, i need to show 10 records on each page. I have used Paginate to get data from Rhom. MyModel.paginate(:page => 1, :per_page => 10) So how can i use the…
user2773271
1
vote
2 answers

How to parse \n in string while passing the value to javascript

In my code, i need to pass the value present in instance variable to javascript, and then use that value to set onto textarea. $('textarea.myclass').val('<%= @text_value %>'); But if the variable @text_value contains \n (this is\n demo) then, its…
user2778440
1
vote
1 answer

How to define User defined buttons in alert for Rhomobile Application

I have been using WebView.execute_js() to popup some message or data as like below WebView.execute_js("alert('"+message+"')") But our client had specified to have custom buttons for the alert box. Do we have any way to make this success. Please…
user2693905