NFC is not working when the app is started from a push notification.
Application type: mobile Titanium SDK: 3.1.3.GA Platform & version: Android 4+ Device: Any physical Android device Host Operating System: OSX 10.9.3 Titanium Studio, build: 3.3.0.201407100905 Hi, I...
View ArticleProblem notifying a specific user through push notification
I want to send a notification to a specific user through the push notification REST API. I am able to use the web console to send the notification to a particular user I am also able to use curl and...
View ArticleACS Batch Delete - For Custom Objects
I know I can do Batch Deletes for, say Events:curl -b cookies.txt -c cookies.txt -X DELETE https://api.cloud.appcelerator.com/v1/events/admin_batch_delete.json?key=QiwUr_MY_ACS_KEY_yKjkD Though I'm not...
View ArticleError Building Android Module
I'm trying to extend the android WebView so I can enable file dialogs. Here's my Proxy class. /** * This file was auto-generated by the Titanium Module SDK helper for Android * Appcelerator Titanium...
View ArticleUnable to receive Push notifications to Notifications Tray on Android
Hi, I have been trying to get Push notifications working for an android application. When the app is focussed, the push is received just fine. However, when the application is in the background, i see...
View ArticleCamera and Alloy - Get black screen
I'm trying to develop and Alloy app (Android ). I want to use the camera so i create a camera controller (camera.js, camera.xml and camera.tss) Titanium SDK: 3.3.0 Platform: Android 4.3 Device:...
View ArticleTitanium giving null argument exception for android sdk
Hi, I updated my titanium sdk and after that i started getting below error every time i try to install app on android device. Please advice. An internal error occurred during: "Computing SDK Info..."....
View ArticlePull to refresh List View
I want to know some alternatives by which i can implement list view pull to refresh working on android as well as ios. I have gone through this but want to know if anything else is available....
View ArticleMobile module project
Hello, Im trying to create android mobile module project.. when I click finish button I get error: Could not move: C:\Users\MIRIAN~1.PER\AppData\Local\Temp\module_temp3265603054220957013.tmp\test5....
View ArticleFile /index.html not found - Web app
Since this morning I'm having a problem with loading my web app project. When i try to test it i have the message: "File /index.html not found" and with the source code on this...
View ArticlePlaying App Sourced Audio on Android
Hello, I am having great trouble getting Android to play audio files. They play fine on iOS. I am adding a '/' to the start of file path but if I check that the file exists Android returns a false. I...
View ArticleAppcelerator Cloud Services - Push Notifications increment badge number only...
I have my app installed on two development devices, one iOS and one Android. If I send a push notification from the ACS console with badge set as "+1" then all badges increment as expected. If I send...
View ArticleAndroid openPhotoGallery / showCamera don't trigger success/cancel/error events
Using Titanium 3.3.0GA with Android (4.1x to 4.4.4) doesn't trigger events with Ti.Media.openPhotoGallery and Ti.Media.showCamera I am using API level 19 or 20 with a Nexus 4 (Android 4.4.4). With iOS...
View ArticleSeveral models of the same type inside one controller.
I'm developing an application and I need to compare 2 models of the same type inside one view. I've tried to do something like this: var oldModel = Alloy.createModel('Foo'); oldModel.fetch(query: {...
View ArticleAlloy Social And Twitter
Hello, I'm using the Social module to share with tweets.var social = require('alloy/social').create({ consumerSecret: 'xxxxxxxxxxxxxxxxxxxx', consumerKey: 'xxxxxxxxxxxx' });...
View ArticleTi.Media.AudioRecorder, MP3, Compression
Have any of you used Ti.Media.AudioRecorder to record to an AUDIO_FILEFORMAT_MP3 format, and if so, what compression setting did you use? None of the available options seem to work for me. Using...
View Articlecommon_google_play_services_unknown_issue ?
What is that Error and warn and why its appear ? PS : I've installed every thing in Android SDK and still got this ! [ERROR] : ViewSystem: ViewRootImpl #2 Surface is not valid. [ERROR] : E/ : Device...
View ArticleHow to scroll to top of a Section/Row in a tableview
How to scroll to top of a Section/Row in a tableview in titanium? scrollToTop scroll to pixel but I need to scroll till a particular section/row in a table view.
View Article[Android Native Module Development] Detect view size change on TiUIView.java
Hi, I'm trying to develop a native module for Android in Titanium. I cannot find how I can detect in my TiUIView class, when its size is changing. I have a class that is subclassing TiUIView (private...
View ArticleVideo recorded by the device loses orientation when I sending.
Hi, I am working with video recording and this problem happened. All files that I recorded by device(for both Android/iOS) it seems lose the orientation when I send for my server. When I recorded with...
View Article