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
2 answers

Native iPhone app using PHP/Ruby

I am new in iPhone development, and am trying to study the Objective-C language to develop my native app. Somewhere I heard that we can develop native apps for iPhone using PHP/Ruby with the help of third party tools like Phonegap or Rhomobile. Does…
user232751
  • 619
  • 4
  • 12
  • 21
1
vote
1 answer

Mp3/Wav Playback in Rhomobile 5.4 on Android

I have an app that attempts to play a small sound file using the following code: Alert.play_file("/public/audio/" + $audio_file + ".mp3", "audio/x-mp3") if Configuration.current.audio_prompt? When I use this code the app throws a "Server Error"…
John
  • 477
  • 5
  • 13
1
vote
0 answers

Rhomobile update an application by a remote database mysql

I would like a mobile application where certain data will be updated by a mysql database which will be hosted on a remote server, it is possible with rhomobile? if so how I can make this link? thank you
1
vote
1 answer

Hello world app deployed on android stops unexpectedly just after start

I'm trying to run hello world app using Rho Studio (just New -> Project -> Finish) on various supported platforms. I managed to run it on win32. I'm curious about windows mobile deployment, but I'm holding out now, since it requires paid…
Bart
  • 2,167
  • 2
  • 15
  • 21
1
vote
1 answer

Build Windows CE apps in Rhostudio

I installed the RhoMobileSuite 5.2.2. I've a regular account in rhomobile.com. When I try to run apps with run configuration ( windows mobile / windows CE ) it doesn't work and I get this error: PWD: C:\Users\Administrator\workspace\store CMD: rake…
Dehmane
  • 13
  • 3
1
vote
4 answers

What developer conferences/code camps would one go for mobile development?

I maintain and develop on the Windows Mobile platform. I know the market is changing rapidly with iPhone and Android gaining market shares. There are also app development platforms like rhomobile/titanium. Are there any platform/non platform…
CF_Maintainer
  • 973
  • 2
  • 12
  • 30
1
vote
1 answer

Disable complete log trace for Mobile application in Rhomobile

I referred to the Rhomobile documentation it mentions log level 0-trace, 1-info(app level), 3-warnings, 4-errors I want to disable log trace completely for production. Which level should I set it to?
1
vote
2 answers

Rhodes: Can't detect NDK toolchain path (corrupted NDK installation?)

I have installed rhodes and android SDK and NDK OS: Linux Mint 16 X64, Ruby: ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux], SDK: Android.SDK.Release.v23.0.2.Linux, NDK: android-ndk32-r10-linux-x86_64 or android-ndk-r7b and build.yml…
rubywebit
  • 65
  • 1
  • 8
1
vote
2 answers

rhomobile how can i create android keystore with new credentials on linux

I built a rhomobile android app for production and during the process i provided the credentials(name, company, city, etc) which generated a keystore. Now i want to build with new credentials and while doing so it is not asking me for the…
Animesh
  • 1,005
  • 10
  • 20
1
vote
1 answer

Including LESS/SASS framework in RhoMobile Studio

How to include LESS or SASS css framework in a Rhomobile application?? I want the application to recognize .less or .css.scss files,use mixins and media queries. How can I achieve that?? Thanks. Update: After installing sass gem and running the task…
remonses
  • 402
  • 1
  • 4
  • 17
1
vote
2 answers

CSS selectors not working on Rhomobile Studio for android

I am really new to working in rhodes and RhomobileStudio.Being from a rails background,i'm familiar with .css.scss file extensions where we can execute powerful CSS3 codes.In Rhomobile Studio,however these extensions are not recognized. I'm trying…
remonses
  • 402
  • 1
  • 4
  • 17
1
vote
0 answers

Rhomobile running issue on Android device

Hi i am using rhomobile for making a hybrid app. When i run this app on emulator it runs fine. but when i try to run it on android device after plugging in usb cable. it shows following output on console. build started PWD:…
Priyanka
  • 11
  • 3
1
vote
0 answers

AngularJS 1.2+ animated transitions. Avoid scroll on back button press

I'm developing a mobile app using AngularJS inside RhoMobile (although i'm pretty sure this issue is Angular-specific). The app is pretty much finished and at this point i'm trying to get css3 animations on page transitions. I've accomplished this…
1
vote
1 answer

RhoMobile Javascript App - How to change between pages

I'm building a RhoMobile app using Javascript, not Ruby. I wanted to find out what the correct way is to open a new page (html file) from a page button or link? There's not much documentation on this. I tried Window.location but that doesn't seem to…
checkmate711
  • 3,301
  • 2
  • 35
  • 45
1
vote
1 answer

Does the client RhoConnect database get cleared when clearing the Android app cache

I am building an Android application using the RhoMobile framework with RhoConnect. At present I know I can force it to delete all data by calling Rhom::Rhom.database_full_reset_and_logout inside the application. I was wondering if clearing the…
Andrew Duncan
  • 321
  • 2
  • 5