Community Questions & Answers
Android SDK build fails
Hi, Trying to build SDK 3.0.2GA from source for Android, hitting the following error, log below. Any ideas why? Thanks, -Mark ~~~ [test@mymac titanium_mobile]$ scons android scons: Reading SConscript files ... Building MobileSDK version 3.0.2, githash...
Compile error while building Titanium Desktop from source
Hi, I'm trying to build Titanium Desktop from source, with the hope of being able to investigate hard crashes my app is experiencing. I have followed the instructions on [Building Titanium From...
Source code can be viewed in the final APK file built with 1.8.1?
Today, I found that if the apk is built with 1.8.1, the source javascript files are still included in the apk, although there are very little changes compared to the original source code. 1.8.0 works well. Is this a regression?
Where is the android source code generated by Titanium?
Hi, When I deploy my titanium project onto **iOS platform**, I can see the entire Xcode project and **source code in build folder** (Which can let me build up the same app). But if I deploy the same project onto **Android platform**, I can't find complete...
New Open Source Titanium App: Arduino Reference
Hi all, This is a reference for the Arduino platform, an open source micro-processor system: [http://www.arduino.cc/](http://www.arduino.cc/) It's something I've wanted to do for a while. I just started 10 minutes ago, and so it has only the most basic...
source.rect x and y problem
I've added a view to a window at a given coordinate and added a listener to retrieve x and y, but I get them at double the value. Am I missing something? ~~~ var MyApp = {} var isAndroid = false; Ti.Platform.osname == "android" ? isAndroid =...
Tip: Got source working for elements on table rows.
Not a question, but a tip, as this took me hours to figure out today: I wanted to have a clickable image item on a tablerow (which itself is clickable). As it's not possible to prevent the click on the tablerow from firing, I couldn't just add an image and...
Building Titanium Mobile from source Error
Hi, all! In step 2 of [building-titanium-from-source][id] I run `scons` with no parameters and it gives me the following error: [id]:http://developer.appcelerator.com/question/3931/building-titanium-from-source ~~~ scons: Reading SConscript files...
Facebook Timeout on Authorization loading webview
I need a feature for the Facebook module - a timeout on the loading screen. This is essential because sometimes with low network connectivity, the Facebook window will continue to try to load forever. On Android it effectively times out after 30 seconds...
Dynamic Scrollable View with 3 views at a time
I'm not understanding this part: "e.source.name2 is a unique int for each page". I'm not sure what I'm missing here. There's something with the "pages" that I'm not getting right. I've tried loaded multiple views on the...
Building from source.. no 'subprocess.py'
Good afternoon everyone... So I am trying to build Titanium from the source code on Github so I can check out the latest Mobile Web code.. I used the Mac Git App to get the project, my code pull exists at: User/Stephen/Documents/git/titanium_mobile I...
Is Titanium Studio open source?
Hi everyone, I recently downloaded Titanium studios, and looked at it's wiki. I was wondering, is Titanium Studio open source, just like Titanium Developer? I was already looking for it, but couldn't find it.
Detailed Documentation for Building 2.0 from Source
Is there any manual for building 2.0 (or even 1.8 which I would assume have the same procedure) from source? I searched through the forums and found some old threads with a how to for 1.7 and before, but none that are newer.
hacking the sdk ... changes aren't getting through?
so I need some specific things and was trying to build the sdk from source after making changes to some files in \android\modules\media\src\java\ti\modules\titanium\media but after running the app the changes aren't visible it's still the same... here...
Is there a Titaniun.js file
Doh sorry for the spelling mistake ( Titanium.js is what I meant ) I'm trying to add code completion to IntelliJ by adding a Global Library and was wondering if there is a source library file that I could include. I've seen instructions for compiling...
Build Titanium mobile from source - Android SDK issues
Following the answer [here](http://developer.appcelerator.com/question/3931/building-titanium-from-source) to build from the GitHub source. I have my class paths all correct as stated...
Contribute patches to Titanium Source
Hi everyone, I made some patches for myself for like implementing autohide:false for Android and fixes no success event when taking a picture with a camera overlay. Now I want to contribute those patches to the Titanium GitHub repository, but how to I do...
Enhanced Titanium Developer (IRONti Developer)
As an experiment I put together an enhanced version of the Titanium Developer app (called IRONti Developer, pronounced "iron tie", to avoid user confusion). It supports CoffeeScript, includes a source code editor, and turns off some of the...
Tweetanium Source
Is the Tweetanium Source still available? I see the project [on github](https://github.com/kwhinnery/Tweetanium/tree/master/Mobile/Tweetanium/Resources), though none of the actual implementation files are still there. I figure they probably pulled the...
How to deliver Android java code source to client
I made xcode project from titanium project. It Success. I refer to following Q&A http://developer.appcelerator.com/question/87221/how-to-deliver-iphone-xcode-source-to-client But I can't make the android project How can I make android project from...
Put java function in titanium source code ?
Hi everyone, can someone tell me if i can put some JAVA function in titanium source code. Like catch an incoming SMS event, send an image to a FTP server, ...
Are there any example sources for android modules?
Looking at the tiplus ios examples isnt that helpful. Least not to my brain
fastdev not sending source files
When I start up fastdev and launch my app with titanium run --project=android all the files are served with fastdev. But later when I do code changes nothing is sent. When I switch between views in my ScrollView the images are sent, but no source files....
Source code generated by Titanium
Hi all, I would like to know if Titanium, when compiling a project, translates my JavaScript code into Java/Objective-C code. In order to make further improvement to the final code it would be useful to access that code. If it does, do you know where I...
Titanium Desktop Deploy embedding
I would like to know if it's possible to "embedded" all source file (.html, .js .css etc) into a unique package file to avoid final user to tamper o modify original application. At the moment on Titanium Desktop all files can be modified by end...
Source code for Titanium+Commerce
hello, i realize the Titanium+Commerce stuff is just in beta, but is there any chance that the source code for it is available somewhere? i looked through the Github repo for the main product and didn't find it. The beta module is using an older version...
How to create new Titanium module
Hello, Asking about create new Titanium-mobile module. something like drop-down menu and this to titanium source code. what is the tools i need to do this? (java,python,..) in which folder i ll edit for Titanium mobile-sdk source ?
Editing in Titanium Source?
Hello everybody, i just downloaded Titanium mobile source form GitHub. and asked how can i uses this code. for example i like to edit Titanium.UI,Button .How can i do this. can i use eclipse for import this project as a java program or what. thank you in...
Build Titanium Developer from source
I've cloned ~~~ https://github.com/appcelerator/titanium_developer.git ~~~ but the README has no instructions for actually building the source. There's also no Makefile or SConstruct. Is this code meant to be build, or is it just one part of Titanium...
Example apps titanium mobile
Hello Does anyone know any example apps with source code that are available? I want to make an application in Titanium, but I want to learn how to use be creative with the graphics. I found this link:...
Building Titanium From Source
Just a tip, if you are building Titanium from source following these instructions: http://developer.appcelerator.com/doc/mobile/mobile-build-osx Make sure there are no spaces in the path to the source directory, otherwise it won't work. Just figured...
How to deliver iPhone Xcode source to client
We are developing an app that must now be delivered as an xcodeproj to our client so they can sign, build for release, and upload to the App store under their name and provisioning files. Not being an Xcode developer at all (Ti only), can anyone tell me...
Where is the source code for libTiCore.a Titanium Mobile component?
Titanium Mobile is a open source project but I cant find the source code of libTiCore.a anywhere. I've found header files (.h) for it [here](https://github.com/appcelerator/titanium_mobile/tree/master/iphone/headers/TiCore/), but still can't find full...
Where is the source code for libTiCore.a Titanium Mobile component?
Titanium Mobile is a open source project but I cant find the source code of libTiCore.a anywhere.
Titanium Developer source on GitHub needs updating
Hi all, Just cloned the git source for Titanium Developer from Github: http://github.com/appcelerator/titanium_developer It reports itself to be version 1.2, whereas the latest (binary) downloadable version is 1.2.1. It's probably not a big deal, but...
building Ti from source
Hi there, I wonder if anyone has any hints on building Titanium from source. When I run 'scons' (in Terminal) from the root folder I get the following error. ~~~ OSError: [Errno 2] No such file or directory: File...
Building Titanium Desktop SDK from source
Attempting to build the Desktop SDK from source (the recommended way to figure out C++ integration) ala http://developer.appcelerator.com/doc/desktop/building. The command 'scon debug=1 sdkinstaller run=1' is succesfully compiling dozens of cpp files and...
Error while building Titanium desktop from source
I am trying to install Titanium desktop from source following this (http://developer.appcelerator.com/doc/desktop/building) guide. Now, the build fails due to this error: `error: 'JSReportExtraMemoryCost' was not declared in this scope` Any...
Where is the JAVA for my app?
Pardon my noobness here. Maybe I've missed it, but I've spent all evening trying to figure out how to put the finishing touches on my Android app by editing the project in Eclipse. I have one bug that I can fix if I can get into that code (can't fix it...
Fetch url
Hello. I wonder if anyone knows how to fetch a webpage source code? Is it possible with GET?
8.1 Source Code and debugging for android froyo 2.2
Hello all, We recently completed an app using the old 8.1 source (3dmotionapps.com). Because of how 8.1 was formatted it worked well for what we wanted to accomplish. However, we're having probs with 2.2 not loading up the ti java's. Does anyone out...
build from source, without Android
Hey there! I am trying to build Titanium from source by following these instructions: http://developer.appcelerator.com/question/3931/building-titanium-from-source Is it even possible to build Titanium without the Android SDK? *scons* fails with an...
Testing for a View Using Event Property: source
Hey guys - Trying to test for a view using the event property source. Passing the source object is wicked easy and working just fine, but testing for the object is not. Example: ~~~ function testView(e) { if (e.source == myView) { // do...
Building Titanium Mobile from source
Greetings, all! In step 2 of [building-titanium-from-source](http://developer.appcelerator.com/question/3931/building-titanium-from-source) I run `scons` with no parameters as directed an exception occurs: `Exception: No Android SDK directory found` So...
Opensourcing Golingo - #1 Paid Word Game in Swedish App Store
Hey! Just wanted to tell you that [we're opensourcing](http://blog.krawaller.se/opensourcing-golingo) our Titanium Mobile word game [Golingo](http://www.golingoapp.com). It's a hybrid app utilizing both Titanium's native elements and logic, as well...
Suggestion: exit with non-zero code when Android build fails
I tried to automate the titanium_mobile build process to automatically extract the generated zip file in my preferred location on a successful build, but the build was returning success regardless. I modified the code as follows: ~~~ diff --git...
Where is the source code for Titanium?
Titanium is a open source project but I cant find the source code anywhere.
is it possible to protect my code?
i only started using titanium a few hours ago. I want to use it to develop a cross platform desktop appliction. So I created a test application, packaged it, and installed it on my machine. When I browsed the installation location I found in the...
What are the essential vs. generated files/dirs in a Titanium project?
I'm trying to figure out which files in a Titanium project are essential vs. which are generated when building/using Developer. For example, if you were to add your project to a source control repository, or if you were to package your source to...
Where are app source examples?
Hi everyone -- I'm kinda stuck waiting for 1.2 for mobile to hopefully address a few issues. In the meantime, are there any resources for code examples for the desktop? I'm clicking on links on the site, but everything seems to go in circles. I've...
Showing 1-50 of 52 1 2