Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Viewing all 7655 articles
Browse latest View live

Android Camera Settings

$
0
0

Hi Guys,

Was wondering if someone would be kind enough to lead me in the right direction. I have an Android mobile app that allows the user to take pictures and send to us. I modified the app so that the image sent to us is no bigger than 3mb. The problem we have now is with he new mobile devices and the size of the images due to the increase in pixels. My question is the following: Is there a way temporarily modify the camera to take the picture in maximum 12 megapixels? Thanks for your assistance.


build titanium

$
0
0

im working in sublime text (windows) but i dont know how to compilate from sublime i've been searching tutorials but its not working

Push on android doesn't work anymore and device is unsubscribed from ACS

$
0
0

Hello,

Since some days, my app cannot receive push with android device. It doesn't work anymore with the develpment ACS server.

Note I had problem in my app. Sometimes push were sent continousely every 5 seconds and it could possibly sature the ACS server. But now this problem is solved. Device is subscribed but when I send a push to this device token, the device is unsubscribed from ACS serveur and push are never received.

Could I've been black-listed from ACS server?

I checked appcelerator ACS logs but I found no error message. I get only subscribe and notify messages and they all have 200 state.

I noticed another problem during my app compilation on android, this error is displayed: CloudpushModuleImplementation: (KrollRuntimeThread) [293,293] Problem parsing acs-push-api-url: java.net.MalformedURLException Perhaps this is the problem, perhaps not. I can't find any info for this error.

I don't know how to resove this. I tried previous Titanium SDK but problem persist. Thanks for any help

Titanium SDK: 3.4.1.GA Android SDK: 4.4.2

Facebook integration issues for Android in SDK 3.4.0.RC

$
0
0

I"m trying to integrate facebook in an app by following this: http://docs.appcelerator.com/titanium/3.0/#!/api/Modules.Facebook

While the code works just fine in iOS, it surprisingly doesn't show anything whatsoever when I run the same code for Android.

I've created the facebook app id and the project has necessary module and property tags declared in tiapp.xml just like the appcelerator doc suggests. Yet, the android build seems to have some unknown issues.

I've tried to lower the Titanium SDK to 3.4.0.GA and 3.3.0.GA but the result remains the same: works on iOS and nothing on Android build.

Does anyone has any clue specific to this problem?

Here goes the simple code I've been trying to work.

app.js

var win = Titanium.UI.createWindow({
    backgroundColor : '#fff'
});
 
var fb = require('facebook');
fb.appid = APP_ID;
fb.permissions = ['publish_stream']; 
fb.authorize();
 
win.open();

Android Open Large Jpeg

$
0
0

Hi All

Can anyone help me with opening a jpeg image i am using as a map it is 2.2mb in size and approx 5500 x 4300

I am getting memory errors.

As usual this is not problem in IOS

many thanks

Drag & Drop for Titanium 3.x

$
0
0

I could not make a Titanium View on a Window to drag and drop to new location without flickering the view.

Google search results point to 4 year old questions refers to Titanium 1.x and 2.x. Any updated post on drag and drop in Titanium without flicker would be grateful and time saver.

Genymotion click events not working

$
0
0

Not really sure if this is an Appcelerator or Genymotion issue but my app loads ok in Genymotion but using the mouse to click on buttons or listview items has no effect. I manged to get a button to respond by using the tab key to highlight it then press enter.

Scrolling with the mouse works, so I'm a bit lost as to to why clicking doesn't.

tableview issue

$
0
0

hi im little stucked with the following case: i have a tableview that contains message sort by date but when a new message incoming , i use append row and insert in the bottom of table. is there way to append in top of table?


Android : Pass Data to WebView

$
0
0

Hi,

Is there any way to pass data to web view before the page has been loaded.???

1) evaljs is not working with beforeload method 2) parameter passing with html is not working

3) Is there a way to pass data as cookies to webview from titanium(before loading of the page I need these datas because page is loaded on the basis of these fields).

4)Is there a way to support local storage in Titanium???

I have serious doubt about titanium's capability to do Android development.I have been stucked with this problem for some time. I got a feeling that it was a wrong approach to select titanium for android development.For medium to complex apps it is a waste of time.

SDK : 3.2 and 3.4

Thanks

Vivek P

My Titanium SDK doesn't have Alloy projects and classic projects.

$
0
0

Hi guys I had recently installed Titanium Studio, build: 3.4.1.201410281727 on my windows machine, after adding the android sdk to the titanium studio, when I go to File > New > New Mobile App Project, I could not find the Alloy and classic projects listed . I am following this. Could some one please help me ?

Thanks Varun Krishna. P

Google play services out of date. Please update google play service.

$
0
0

Before asking the question let me share you background of the issue.

I had titanium version 3.2.1GA but in that version google map was not showing in Google Nexus 5. I have researched this issue and found that I need to upgrade titanium studio to make it work.

I have upgraded titanium to 3.4.1GA and upgraded Google Play Service to Rev 21.

Now my issue is when I am trying to check map on Samsung GT-N7000 its showing error message that google play services out of date please update update google play service, but when I checked on Samsung S4 its working.

The blogs which I found about this issue are all telling to upgrade google play service on device, which doesn't make sense since I cannot force user to upgrade google play service in order to avoid crashing the app because how come they identify the issue and fix it can by upgrading services- assuming users have basic or no knowledge.

Anyhow, I checked it on device and its already updated to Google Play Services 6.1 which is the latest.

I am not sure what am I missing please let me know at your earliest. Thankyou

IOS/Android garbage collection, can I invoke garbage collection forcefully?

$
0
0
  1. I am using 2 switches in every tableview row. I have like 1000 rows in a page for some cases. Which take my memory usage to high in Android and IOS. I just want some help in how should I clean up the memory in both? If anyone has some module free/cost is welcome. If anyone knows better code handling suggestion for UI please let me know.
  2. If I have to maintain an array of switches in my TI window, just clearing/ setting each object to null will clear my memory for that switch? When does the Android garbage collection runs on device? How can I manually force that to happen?

MAP geolocation coordinates: "'undefined' is not an object (evaluating 'e.coords.longitude')"

$
0
0

* iOS (and hopefully Android) Application iOS & Android / latest SDKs Tested on iOS simulator and iphone 4s device Host Operating System: OSX Titanium Studio, build: 3.2.1.201402041146 *

Greetings, I am trying to build an app which uses geolocation to construct a route and show it in mapview using an array of lat/long points.

The idea is to use this to map out hiking trails in the woods so there is no Geocoding required only lat/long position.

However, it seems I am having trouble passing the coord outside of the Geolocation.getCurrentPosition function. When I run the app I get this:

undefined' is not an object (evaluating 'e.coords.longitude')

I can't help but think I have a syntax problem somewhere.
Apologies for my lack of Javascript Proficiency. Thanks in advance!

//WELCOME TO TrailDOTS!
//The purpose of this App is to create a trail (route) on the device
//native mapping program by tracking the users position.
//METHODOLOGY:
//Device Geolocation Services will begin to plot Lat/Long position every 10s when
//user presses the "Start" Button.  
//These positions will be stored in an array called "points".
//A "route" will be shown on the map showing where the user's current trail
 
//Post Final Project Scope:
//The routes can be saved locally on the device and even exported to be drawn in other 
//programs.
//Add a compass to use when walking in the woods
/////////////THIS IS THE MAPPING MODULE 'CREATE.JS'\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////LETS GET STARTED BUILDING TrailDOTS!\\\\\\\\\\\\\\\\\\\\\\\\\\\
 
function create(){
 
var self = Ti.UI.createWindow({
    backgroundcolor:'green',
    backgroundImage: '/images/trail.png',
    title: 'TrailDOTS....Create Trail',
    barColor: '#495E49'
});
 
 
var Map = require('ti.map');
 
//This timer will help us determine when to take a lat/long reading latter on.
var timerStarted = false;
var intTimer;
 
//create array will to hold all the latitude and longitude points in our route
var points = [];
 
//create route object
var route = 
        //Map.createRoute({
       {
        name : 'My Trail',
        points : points,
        color : "red",
        width : 4
       };
    //});
 //may need to add this below later
// mapview.addRoute(route);
///////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////////START NAVBAR\\\\\\\\\\\\\\\\\\\\\\\\\\\
//Create Control Buttons at Top of Page
 
 var navbar = Titanium.UI.createView({
    top: 0,
    left: 0,
    width: 320,
    height: 40,
    backgroundColor: '#000'
    //backgroundImage: 'images/navbox.png'
});
 
var button_start = Titanium.UI.createButton({
    top: 5,
    left: 0,
    width: 80,
    height: 30,
    backgroundImage: 'images/button_start.png',
    borderRadius: 3
});
 
var button_stop = Titanium.UI.createButton({
    top: 5,
    left: 80,
    width: 80,
    height: 30,
    backgroundImage: 'images/button_stop.png',
    borderRadius: 3
});
 
var button_save = Titanium.UI.createButton({
    top: 5,
    left: 160,
    width: 80,
    height: 30,
    backgroundImage: 'images/button_save.png',
    borderRadius: 3
});
 
var button_compass = Titanium.UI.createButton({
    top: 5,
    left: 240,
    width: 80,
    height: 30,
    backgroundImage: 'images/button_compass.png',
    borderRadius: 3
});
 
navbar.add(button_start);
navbar.add(button_stop);
//funtionality for these buttons will come later
navbar.add(button_save);
navbar.add(button_compass);
//////////////////////////END NAVBAR\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////CORE MAP CREATION START\\\\\\\\\\\\\\\\\\\\\\\
 
//---------------------CREATE THE MAPVIEW-------------------------
var mapview = Map.createView({
    //create some space at top for control buttons
    top: 40,
    height: 460,
    mapType: Map.HYBRID_TYPE,
    //initiate with bogus coordinates as placeholders
    region:{latitude: 50, longitude:-70, latitudeDelta:0.001, longitudeDelta:0.001},
    animate: true,
    regionFit: true,
    //!!THIS IS IMPORTANT!!
    userLocation: true
 
});
//---------------------END CREATE THE MAPVIEW------------------------
//-----------------ENABLE THE START BUTTON TO BEGIN TRACKING POSITION-----
button_start.addEventListener('click', function(e){
    Ti.API.info('Start Button Hath Been Clicked');
 
    if(timerStarted == false)
    {
       Ti.API.info('Timer will start...');
       points = []; 
 
      //set our first point
        Titanium.Geolocation.getCurrentPosition(function(e) {       
        var currLongitude = e.coords.longitude;
        var currLatitude = e.coords.latitude;   
        points.push({latitude: e.currLatitude, longitude: e.currLongitude});
 
        //add new point to route
        route.points = points;  
 
           //add route to our mapview object
           mapview.createRoute(route);
 
           timerStarted = true;
 
           //start timer and refresh it every 10 seconds
           //10 seconds = 10,000 milliseconds
           intTimer = setInterval(recordCurrentLocation, 10000);
       });       
 
    }
    else
    {
       //stop the running timer
       if(timerStarted == true /* && (e.clicksource == 'button_stop')*/)
       {
         clearInterval(intTimer);
         timerStarted = false;
         alert('Click Save Trail to Keep this Trail');
       }
    }
});
//----------END ENABLE THE START BUTTON TO BEGIN TRACKING POSITION-----
//-----------------RECORD CURRENT LOCATION----------------------------------------------
//this function records the current location 
function recordCurrentLocation()
{
    Ti.API.info('getting next position...');
    //bogus points to initialize
    points.push({latitude:50,longitude:-70});
    route.points = points;
 
    //get the current position
    Titanium.Geolocation.getCurrentPosition(function(e) {       
        var currLongitude = e.coords.longitude;
        var currLatitude = e.coords.latitude;   
        points.push({latitude: e.currLatitude, longitude: e.currLongitude});
 
        //add new point to route
        route.points = points;
 
        //remove the old route and add this new one
        mapview.removeRoute(route); 
        mapview.createRoute(route);
    });
}
//------------------END RECORD CURRENT LOCATION----------------------------
//-----------------GET CURRENT POSITION----------------------------
//set the distance filter
Titanium.Geolocation.distanceFilter = 10; 
 
//This is required.  
Ti.Geolocation.purpose = "To Map a Trail with a Geolocation Enabled Device";
 
Titanium.Geolocation.getCurrentPosition(function(e)
{
    if (e.error)
    {
        //if mapping non-functional return an alert
        alert('GeoLocation May Not be Available or Enabled on Your Device');
 
        return;
    }
 
    //get the properties from Titanium.GeoLocation
    //most of these will not be used in this app.
    var longitude = e.coords.longitude;
    var latitude = e.coords.latitude;
    var altitude = e.coords.altitude;
    var heading = e.coords.heading;
    var accuracy = e.coords.accuracy;
    var speed = e.coords.speed;
    var timestamp = e.coords.timestamp;
    var altitudeAccuracy = e.coords.altitudeAccuracy;
 
    //apply the lat and lon properties to our mapview
    //!!!USE THIS METHOD TO PASS the above properties
    mapview.region = {latitude: latitude, longitude: longitude, latitudeDelta:0.5, longitudeDelta:0.5};
});
//----------------------END GET CURRENT POSITION----------------------------
 
////////////////////CORE MAP CREATION END\\\\\\\\\\\\\\\\\\\\\\\
//add all window components here
self.add(mapview);
self.add(navbar);
 
return self;
}
 
module.exports = create;

map errors

$
0
0

Hi All,

Back again for more help. This time with getting the maps module installed and displaying for both Android and iOS.

filesystem

- modules
-- ti.ap
-- bluetooth (this works)
index.xml
<Window id="buddymap" title="Map">
         <Module id="map" module="ti.map" method="createView" platform="ios,android">
             <Button id="map_close" onClick="closeMap" right="0" width="10%" title="X" />
 
        </Module>   
    </Window>
the code
function buildMap(message){
//add some annotations, must be done in code
    if(message){
 
        var messageDetails = parsePushMessage(message);
 
        var anno1 = Alloy.Globals.Map.createAnnotation({
            title: messageDetails['title'], 
            latitude: messageDetails['lat'], 
            longitude: messageDetails['lon'],
              pincolor: Alloy.Globals.Map.ANNOTATION_RED
        });
        $.map.addAnnotation(anno1);
    }
    openMap(messageDetails);
}
 
 
function openMap(messgae){
    alert(alertString);
    $.buddymap.show();
}
 
function parsePushMessage(message){
 
    if ( Titanium.Platform.name == "android"){
        messageDetails['title'] = JSON.parse(message.payload).android.title;
        messageDetails['msg'] = JSON.parse(message.payload).android.title;
 
    }else{
        messageDetails['title'] = message.data.aps.title;   
    }
 
    var strLocation =JSON.parse( message ).loc;
    var arrayLocations = strLocation.split(",");
 
    messageDetails['lat']   =  arrayLocations[0];
    messageDetails['lng']   = arrayLocations[1];
 
    return messageDetails;
 
}
In my tiapp.xml, I do have the google api key for the maps.

So far, this code causes the app to crash on start up

Motion detection with camera, possible?

$
0
0

Hello, Is it possible to detect motion when using the camera? I want a action to be done as soon as any motion is detected. The question is for iOS and Android. I couldn't find anything related to this. If it's not possible with Titanium then a related question is: Will it be possible with a native module and is there an existing module that has this feature? Thanks


Model to implement push notifications for users which are different for each notification

$
0
0
Hi, I want to implement notifications for my android app(Titanium ) but I am not sure on how to implement. I have a lms website. If a faculty creates an assignment in a course, all the students of that course has to get notifications. I want to do it in the below way: 1. I will collect the device tokens and map with the student id when a student login in my app(lms) from the device 2. I will send a notifications to all device id's of students in the respective course Is it a right way to do it? Also I am confused about device id vs user session based notifications in Titanium. Can you please tell me which one I should use in this scenario.

Google Analytics with Custom Dimensions support

$
0
0

Hi,

I want to add Google Analyitcs module for both Android and iOS version. Tried ti.googleanalytics but it doesn't support Custom Dimensions(CD). Could you please suggest if there is any titanium GA module that supports CD?

Thank you in advance.

Android SearchBar cancel button style

$
0
0

Is there a way to change the styling of the search bar cancel button on Android or would I need to hide it and add my own? Can't see anything in the docs that would suggest it's possible.

Creating a pure JavaScript module

$
0
0

Titanium SDK Version: 3.4.1. Studio: build: 3.4.1.201410281727

Hi,

I'm trying to create a titanium module that I can share between different projects. I found a tutorial explaining how to do this at: http://code.tutsplus.com/tutorials/creating-titanium-mobile-modules-using-commonjs--mobile-16833

But when I follow this tutorial and try to package the module I get an error saying:

IOError: [Errno 2] No such file or directory: 'Path-to-Project/iphone/assets/com.boydlee.picasa'

It's looking for the file in de wrong folder it should be Path-to-Project/assets/com.boydlee.picasa' . When I place the file in the iphone/assets folder it wil build, but then I can't call the fucntions in the com.boydlee.picasa.js file.

If the iOS module works I also want to create it for Android. (the commonjs module shipped with titanium, ti.cloud, seems to work on all platforms).

My question is: How can I create a packaged commonjs module (modules/commonjs/{moduleid}, like ti.cloud)?

Teun

Error V8Exception:

$
0
0
Hey guys, i am new to the app world. After finally understanding Titanium i successfully built my first app. iam using sdk 3.4.1GA; aplication type: mobile, platform and version: android, Device Android. Now i would like some help solving this issue anny input will be respected below is my entire log the issue iam having in loging iin to thwe api of my site Titanium Command-Line Interface, CLI version 3.4.1, Titanium SDK version 3.4.1.GA Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved. Please report bugs to http://jira.appcelerator.org/ [INFO] : Found Titanium module id=com.activate.gcm version=0.4 platform=android deploy-type=test path=C:\Users\Akeem\Desktop\apps\Andriod\modules\android\com.activate.gcm\0.4 [INFO] : Found Titanium module id=facebook version=3.0.3 platform=android deploy-type=test path=C:\ProgramData\Application Data\Titanium\modules\android\facebook\3.0.3 [WARN] : The module com.activate.gcm does not support the ABI: x86 [WARN] : It only supports the following ABIs: armeabi, armeabi-v7a [WARN] : Your application will most likely encounter issues [INFO] : Deploy type: test [INFO] : Building for target: device [INFO] : Building for device: d3124c99 [INFO] : Targeting Android SDK: 17 [INFO] : Building for the following architectures: armeabi, armeabi-v7a, x86 [INFO] : Signing with keystore: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\dev_keystore (tidev) [INFO] : Debugging disabled [INFO] : Profiler disabled [INFO] : Forcing rebuild: C:\Users\Akeem\Desktop\apps\Andriod\build\android\build-manifest.json does not exist [INFO] : Processing JavaScript files [INFO] : Encrypting JavaScript files: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\titanium_prep.win32.exe "com.Dijiv" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\assets" "app.js" "global.js" "settings.js" "theme/default/settings.js" "ui/blog/controllers/add.js" "ui/blog/controllers/blogdetail.js" "ui/blog/controllers/blogs.js" "ui/blog/controllers/edit.js" "ui/blog/views/add.js" "ui/blog/views/addheader.js" "ui/blog/views/blogdetail.js" "ui/blog/views/blogdetailheader.js" "ui/blog/views/blogs.js" "ui/blog/views/edit.js" "ui/blog/views/editheader.js" "ui/core/components/picker/picker.js" "ui/core/components/picker/pickerandroid.js" "ui/core/components/picker/pickerandroidcontentview.js" "ui/core/components/picker/pickerandroidheaderview.js" "ui/core/components/picker/pickerbody.js" "ui/core/components/picker/pickerheader.js" "ui/core/controllers/activities.js" "ui/core/controllers/activitydetail.js" "ui/core/controllers/addgift.js" "ui/core/controllers/addstatus.js" "ui/core/controllers/app.js" "ui/core/controllers/changepassword.js" "ui/core/controllers/commentlist.js" "ui/core/controllers/commonaction.js" "ui/core/controllers/editprofile.js" "ui/core/controllers/editprofilestatus.js" "ui/core/controllers/flagitem.js" "ui/core/controllers/forgotpassword.js" "ui/core/controllers/giftdetail.js" "ui/core/controllers/login.js" "ui/core/controllers/preference.js" "ui/core/controllers/profile.js" "ui/core/controllers/signup.js" "ui/core/layout/header.js" "ui/core/layout/header_abstract.js" "ui/core/layout/leftmenu.js" "ui/core/layout/masterlayout.js" "ui/core/layout/tablayout.js" "ui/core/services/android/PushNotification.js" "ui/core/services/ios/PushNotification.js" "ui/core/services/scrollview.js" "ui/core/services/servicebase.js" "ui/core/services/uicommon.js" "ui/core/services/webview.js" "ui/core/views/activitiesbody.js" "ui/core/views/activitydetail.js" "ui/core/views/activitydetailheader.js" "ui/core/views/addgift.js" "ui/core/views/addgiftheader.js" "ui/core/views/addheader.js" "ui/core/views/addstatus.js" "ui/core/views/addstatusheader.js" "ui/core/views/changepassword.js" "ui/core/views/changepasswordheader.js" "ui/core/views/commentlist.js" "ui/core/views/commentlistmodule.js" "ui/core/views/day.js" "ui/core/views/devicelibrary.js" "ui/core/views/editprofile.js" "ui/core/views/editprofileheader.js" "ui/core/views/editprofilestatus.js" "ui/core/views/editprofilestatusheader.js" "ui/core/views/flagbody.js" "ui/core/views/flagheader.js" "ui/core/views/forgotpassword.js" "ui/core/views/forgotpasswordheader.js" "ui/core/views/gift.js" "ui/core/views/giftdetail.js" "ui/core/views/giftdetailheader.js" "ui/core/views/login.js" "ui/core/views/month.js" "ui/core/views/popupfriends.js" "ui/core/views/popupmessages.js" "ui/core/views/popupnotifs.js" "ui/core/views/preference.js" "ui/core/views/preferenceheader.js" "ui/core/views/profilebody.js" "ui/core/views/reloadview.js" "ui/core/views/signup.js" "ui/core/views/signupheader.js" "ui/core/views/year.js" "ui/event/controllers/add.js" "ui/event/controllers/edit.js" "ui/event/controllers/eventdetail.js" "ui/event/controllers/events.js" "ui/event/views/add.js" "ui/event/views/addheader.js" "ui/event/views/edit.js" "ui/event/views/editheader.js" "ui/event/views/eventdetail.js" "ui/event/views/eventdetailheader.js" "ui/event/views/events.js" "ui/event/views/newsfeed.js" "ui/forum/controllers/add.js" "ui/forum/controllers/edit.js" "ui/forum/controllers/forum.js" "ui/forum/controllers/listforum.js" "ui/forum/controllers/reply.js" "ui/forum/controllers/topicdetail.js" "ui/forum/controllers/topics.js" "ui/forum/views/add.js" "ui/forum/views/addheader.js" "ui/forum/views/edit.js" "ui/forum/views/editheader.js" "ui/forum/views/forum.js" "ui/forum/views/listforum.js" "ui/forum/views/listforumheader.js" "ui/forum/views/reply.js" "ui/forum/views/replyheader.js" "ui/forum/views/topicdetail.js" "ui/forum/views/topicdetailheader.js" "ui/forum/views/topics.js" "ui/group/controllers/add.js" "ui/group/controllers/edit.js" "ui/group/controllers/groupdetail.js" "ui/group/controllers/groups.js" "ui/group/views/add.js" "ui/group/views/addheader.js" "ui/group/views/edit.js" "ui/group/views/editheader.js" "ui/group/views/groupdetail.js" "ui/group/views/groupdetailheader.js" "ui/group/views/groups.js" "ui/group/views/newsfeed.js" "ui/link/controllers/add.js" "ui/link/controllers/edit.js" "ui/link/controllers/linkdetail.js" "ui/link/controllers/links.js" "ui/link/views/add.js" "ui/link/views/addheader.js" "ui/link/views/edit.js" "ui/link/views/editheader.js" "ui/link/views/linkdetail.js" "ui/link/views/linkdetailheader.js" "ui/link/views/links.js" "ui/member/controllers/members.js" "ui/member/views/members.js" "ui/message/controllers/add.js" "ui/message/controllers/messagedetail.js" "ui/message/controllers/messages.js" "ui/message/controllers/reply.js" "ui/message/views/add.js" "ui/message/views/addheader.js" "ui/message/views/detailheader.js" "ui/message/views/detailmessage.js" "ui/message/views/messageheader.js" "ui/message/views/messages.js" "ui/message/views/reply.js" "ui/message/views/replyheader.js" "ui/photo/controllers/add.js" "ui/photo/controllers/albumname.js" "ui/photo/controllers/albumphotos.js" "ui/photo/controllers/commentlist.js" "ui/photo/controllers/edit.js" "ui/photo/controllers/photodetail.js" "ui/photo/controllers/photos.js" "ui/photo/views/add.js" "ui/photo/views/addheader.js" "ui/photo/views/albumname.js" "ui/photo/views/albumnameheader.js" "ui/photo/views/albumphotos.js" "ui/photo/views/albumphotosheader.js" "ui/photo/views/albums.js" "ui/photo/views/commentlist.js" "ui/photo/views/edit.js" "ui/photo/views/editheader.js" "ui/photo/views/photodetail.js" "ui/photo/views/photos.js" "ui/video/controllers/add.js" "ui/video/controllers/edit.js" "ui/video/controllers/videodetail.js" "ui/video/controllers/videos.js" "ui/video/views/add.js" "ui/video/views/addheader.js" "ui/video/views/edit.js" "ui/video/views/editheader.js" "ui/video/views/videodetail.js" "ui/video/views/videodetailheader.js" "ui/video/views/videos.js" "utils/loadingview.js" "utils/MemoryPool.js" "_app_props_.json" [INFO] : Writing C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\assets\app.json [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-analytics.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-android.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-app.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-filesystem.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-media.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-locale.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-network.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-xml.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-platform.res.zip [INFO] : Extracting module resources: C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-gesture.res.zip [INFO] : No aidl files to compile, continuing [INFO] : Generating i18n files [INFO] : Compiling localization files [INFO] : Generating C:\Users\Akeem\Desktop\apps\Andriod\build\android\res\values\theme.xml [INFO] : Packaging application: C:\android-sdk-win\build-tools\21.1.1\aapt.exe "package" "-f" "-m" "-J" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\gen" "-M" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\AndroidManifest.xml" "-A" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\assets" "-S" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\res" "-I" "C:\android-sdk-win\platforms\android-17\android.jar" "-F" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\app.ap_" "--auto-add-overlay" "--extra-packages" "ti.modules.titanium.ui:android.support.v7.appcompat" "-S" "C:\Users\Akeem\AppData\Local\Temp\114112-1148-v1mi7b/res" "-S" "C:\Users\Akeem\AppData\Local\Temp\114112-1148-1dkrk0d/res" [INFO] : Building Java source files: C:\Program Files (x86)\Java\jdk1.7.0_40\bin\javac.exe "-J-Xmx256M" "-encoding" "utf8" "-bootclasspath" "C:\android-sdk-win\platforms\android-17\android.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\kroll-v8.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-analytics.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\aps-analytics.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-android.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\jaxen-1.1.1.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\ti-commons-codec-1.3.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\kroll-common.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\titanium.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-app.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-ui.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\nineoldandroids-appc-2.4.0.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-filesystem.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-media.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-appcompat.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\android-support-v4.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\android-support-v7-appcompat.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-locale.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-network.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\thirdparty.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-xml.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-platform.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-gesture.jar;C:\Users\Akeem\Desktop\apps\Andriod\modules\android\com.activate.gcm\0.4\gcm.jar;C:\ProgramData\Application Data\Titanium\modules\android\facebook\3.0.3\facebook.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\kroll-apt.jar;C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\lib\titanium-verify.jar;Manifest.class;R.class;ApplicationStylesheet.class;AssetCryptImpl.class;DijivActivity.class;DijivAppInfo.class;DijivApplication.class" "-d" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\classes" "-proc:none" "-target" "1.6" "-source" "1.6" "@C:\Users\Akeem\Desktop\apps\Andriod\build\android\java-sources.txt" [INFO] : Running dexer: C:\Program Files (x86)\Java\jdk1.7.0_40\bin\java.exe "-Xmx1024M" "-XX:-UseGCOverheadLimit" "-Djava.ext.dirs=C:\android-sdk-win\platform-tools" "-jar" "C:\android-sdk-win\build-tools\21.1.1\lib\dx.jar" "--dex" "--output=C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\classes.dex" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\classes" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\lib\titanium-verify.jar" "C:\Users\Akeem\Desktop\apps\Andriod\modules\android\com.activate.gcm\0.4\gcm.jar" "C:\ProgramData\Application Data\Titanium\modules\android\facebook\3.0.3\facebook.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\kroll-v8.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-analytics.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\aps-analytics.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-android.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\jaxen-1.1.1.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\ti-commons-codec-1.3.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\kroll-common.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\titanium.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-app.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-ui.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\nineoldandroids-appc-2.4.0.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-filesystem.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-media.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-appcompat.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\android-support-v4.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\android-support-v7-appcompat.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-locale.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-network.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\thirdparty.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-xml.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-platform.jar" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\modules\titanium-gesture.jar" [INFO] : Creating unsigned apk [INFO] : Processing C:\Users\Akeem\Desktop\apps\Andriod\build\android\src [WARN] : The module com.activate.gcm does not support the ABI: x86 [WARN] : It only supports the following ABIs: armeabi, armeabi-v7a [WARN] : Your application will most likely encounter issues [INFO] : Writing unsigned apk: C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\app-unsigned.apk [INFO] : Using MD5withRSA signature algorithm [INFO] : Signing apk: C:\Program Files (x86)\Java\jdk1.7.0_40\bin\jarsigner.exe "-sigalg" "MD5withRSA" "-digestalg" "SHA1" "-keystore" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.1.GA\android\dev_keystore" "-storepass" "*******" "-signedjar" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\Dijiv.apk" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\app-unsigned.apk" "tidev" [INFO] : Aligning zip file: C:\android-sdk-win\build-tools\21.1.1\zipalign.exe "-v" "4" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\Dijiv.apk" "C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\Dijiv.apkz" [INFO] : Writing build manifest: C:\Users\Akeem\Desktop\apps\Andriod\build\android\build-manifest.json [INFO] : Making sure the adb server is running [INFO] : Installing apk: C:\Users\Akeem\Desktop\apps\Andriod\build\android\bin\Dijiv.apk [INFO] : Installing app on device: SGH-T999N [INFO] : App successfully installed [INFO] : Starting app: com.Dijiv/.DijivActivity [INFO] : Application pid: 1753 [INFO] : Project built successfully in 1m 46s 553ms -- Start application log ----------------------------------------------------- [INFO] : TiApplication: (main) [0,0] checkpoint, app created. [ERROR] : SELinux: Function: selinux_android_load_priority [0], There is no sepolicy file [ERROR] : SELinux: [ERROR] : SELinux: Function: selinux_android_load_priority [1], There is no sepolicy version file [ERROR] : SELinux: [ERROR] : SELinux: selinux_android_seapp_context_reload: seapp_contexts file is loaded from /seapp_contexts [INFO] : TiApplication: (main) [292,292] Titanium 3.4.1 (2014/11/13 13:33 5982e8f) [INFO] : DatabaseHelper: No value in database for platform key: 'unique_machine_id' returning supplied default '' [INFO] : DatabaseHelper: No value in database for platform key: 'hardware_machine_id' returning supplied default '' [INFO] : TiApplication: (main) [781,1073] Titanium Javascript runtime: v8 [INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null [WARN] : V8Object: (KrollRuntimeThread) [370,370] Runtime disposed, cannot set property 'userAgent' [INFO] : I/dalvikvm-heap: Grow heap (frag case) to 19.960MB for 682256-byte allocation [INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = com.Dijiv.DijivActivity@42b6a2c8 [INFO] : dalvikvm: Total arena pages for JIT: 11 [INFO] : dalvikvm: Total arena pages for JIT: 12 [INFO] : dalvikvm: Total arena pages for JIT: 13 [INFO] : dalvikvm: Total arena pages for JIT: 14 [INFO] : dalvikvm: Total arena pages for JIT: 15 [INFO] : dalvikvm: Total arena pages for JIT: 16 [INFO] : dalvikvm: Total arena pages for JIT: 17 [INFO] : dalvikvm: Total arena pages for JIT: 18 [INFO] : dalvikvm: Total arena pages for JIT: 19 [INFO] : dalvikvm: Total arena pages for JIT: 20 [INFO] : dalvikvm: Total arena pages for JIT: 21 [INFO] : dalvikvm: Total arena pages for JIT: 22 [INFO] : dalvikvm: Total arena pages for JIT: 23 [INFO] : dalvikvm: Total arena pages for JIT: 24 [INFO] : dalvikvm: Total arena pages for JIT: 25 [INFO] : dalvikvm: Total arena pages for JIT: 26 [INFO] : dalvikvm: Total arena pages for JIT: 27 [INFO] : dalvikvm: Total arena pages for JIT: 28 [INFO] : dalvikvm: Total arena pages for JIT: 29 [INFO] : dalvikvm: Total arena pages for JIT: 30 [INFO] : dalvikvm: Total arena pages for JIT: 31 [INFO] : dalvikvm: Total arena pages for JIT: 32 [INFO] : dalvikvm: Total arena pages for JIT: 33 [INFO] : dalvikvm: Total arena pages for JIT: 34 [INFO] : dalvikvm: Total arena pages for JIT: 35 [INFO] : dalvikvm: Total arena pages for JIT: 36 [INFO] : dalvikvm: Total arena pages for JIT: 37 [INFO] : dalvikvm: Total arena pages for JIT: 38 [INFO] : dalvikvm: Total arena pages for JIT: 39 [INFO] : dalvikvm: Total arena pages for JIT: 40 [INFO] : dalvikvm: Total arena pages for JIT: 41 [INFO] : dalvikvm: Total arena pages for JIT: 42 [INFO] : dalvikvm: Total arena pages for JIT: 43 [INFO] : dalvikvm: Total arena pages for JIT: 44 [INFO] : dalvikvm: Total arena pages for JIT: 45 [INFO] : dalvikvm: Total arena pages for JIT: 46 [INFO] : dalvikvm: Total arena pages for JIT: 47 [INFO] : dalvikvm: Total arena pages for JIT: 48 [INFO] : dalvikvm: Total arena pages for JIT: 49 [INFO] : dalvikvm: Total arena pages for JIT: 50 [INFO] : dalvikvm: Total arena pages for JIT: 51 [INFO] : dalvikvm: Total arena pages for JIT: 52 [INFO] : dalvikvm: Total arena pages for JIT: 53 [INFO] : dalvikvm: Total arena pages for JIT: 54 [INFO] : dalvikvm: Total arena pages for JIT: 55 [INFO] : dalvikvm: Total arena pages for JIT: 56 [INFO] : dalvikvm: Total arena pages for JIT: 57 [INFO] : dalvikvm: Total arena pages for JIT: 58 [INFO] : dalvikvm: Total arena pages for JIT: 59 [INFO] : dalvikvm: Total arena pages for JIT: 60 [INFO] : dalvikvm: Total arena pages for JIT: 61 [INFO] : dalvikvm: Total arena pages for JIT: 62 [INFO] : dalvikvm: Total arena pages for JIT: 63 [INFO] : dalvikvm: Total arena pages for JIT: 64 [INFO] : dalvikvm: Total arena pages for JIT: 65 [INFO] : dalvikvm: Total arena pages for JIT: 66 [INFO] : dalvikvm: Total arena pages for JIT: 67 [INFO] : dalvikvm: Total arena pages for JIT: 68 [INFO] : dalvikvm: Total arena pages for JIT: 69 [INFO] : dalvikvm: Total arena pages for JIT: 70 [INFO] : dalvikvm: Total arena pages for JIT: 71 [INFO] : dalvikvm: Total arena pages for JIT: 72 [INFO] : dalvikvm: Total arena pages for JIT: 73 [INFO] : dalvikvm: Total arena pages for JIT: 74 [INFO] : dalvikvm: Total arena pages for JIT: 75 [INFO] : dalvikvm: Total arena pages for JIT: 76 [INFO] : dalvikvm: Total arena pages for JIT: 77 [INFO] : dalvikvm: Total arena pages for JIT: 78 [INFO] : dalvikvm: Total arena pages for JIT: 79 [INFO] : dalvikvm: Total arena pages for JIT: 80 [INFO] : dalvikvm: Total arena pages for JIT: 81 [INFO] : dalvikvm: Total arena pages for JIT: 82 [INFO] : dalvikvm: Total arena pages for JIT: 83 [INFO] : dalvikvm: Total arena pages for JIT: 84 [INFO] : dalvikvm: Total arena pages for JIT: 85 [INFO] : dalvikvm: Total arena pages for JIT: 86 [INFO] : dalvikvm: Total arena pages for JIT: 87 [INFO] : dalvikvm: Total arena pages for JIT: 88 [INFO] : dalvikvm: Total arena pages for JIT: 89 [INFO] : dalvikvm: Total arena pages for JIT: 90 [INFO] : dalvikvm: Total arena pages for JIT: 91 [INFO] : dalvikvm: Total arena pages for JIT: 92 [INFO] : dalvikvm: Total arena pages for JIT: 93 [INFO] : dalvikvm: Total arena pages for JIT: 94 [INFO] : dalvikvm: Total arena pages for JIT: 95 [INFO] : dalvikvm: Total arena pages for JIT: 96 [INFO] : dalvikvm: Total arena pages for JIT: 97 [INFO] : dalvikvm: Total arena pages for JIT: 98 [INFO] : dalvikvm: Total arena pages for JIT: 99 [INFO] : dalvikvm: Total arena pages for JIT: 100 [INFO] : dalvikvm: Total arena pages for JIT: 101 [INFO] : dalvikvm: Total arena pages for JIT: 102 [INFO] : dalvikvm: Total arena pages for JIT: 103 [INFO] : dalvikvm: Total arena pages for JIT: 104 [INFO] : dalvikvm: Total arena pages for JIT: 105 [INFO] : dalvikvm: Total arena pages for JIT: 106 [WARN] : TiVerify: (Timer-0) [5000,5000] Verifying module licenses... [INFO] : I/APACHE HTTP (thCr=19236) - NafHttpAuthStrategyDefault: (thUse=19236) NafHttpAuthStrategyDefault() [INFO] : I/APACHE HTTP (thCr=19236) - KeeperManager: (thUse=19236) INITIALIZATION of shared resources [INFO] : I/APACHE HTTP (thCr=19236) - AndroidContextProviderImpl: (thUse=19236) currentActivityThread=android.app.ActivityThread@423ca5f0 [INFO] : I/APACHE HTTP (thCr=19236) - NafHttpAuthStrategyDefault: (thUse=19236) cached value : gbaSupportIsPossible=null [INFO] : I/APACHE HTTP (thCr=19236) - NafHttpAuthStrategyDefault: (thUse=19236) The current context is NOT a context of GBA service. [INFO] : I/APACHE HTTP (thCr=19236) - GbaSupportPermissionRequestCheckerImpl: (thUse=19236) isCurrentProcessRequestedGba()#finished result=false [INFO] : I/APACHE HTTP (thCr=19236) - GbaSupportPermissionRequestCheckerImpl: (thUse=19236) isCurrentProcessAllowedToUseGba()#started result=false [INFO] : I/APACHE HTTP (thCr=19236) - NafHttpAuthStrategyDefault: (thUse=19236) The GBA permission wasn't requested for this process. [INFO] : I/APACHE HTTP (thCr=19236) - NafHttpAuthStrategyDefault: (thUse=19236) It is impossible to support GBA now (many possible reasons: no Android Context, current client is GBA service, etc.), then it will be just usual HTTP. [INFO] : I/APACHE HTTP (thCr=19236) - NafRequestExecutorWrapperRedirectionHandler: (thUse=19236) It isn't GBA flow, redirection responses are not handled. [INFO] : TiVerify: (Timer-0) [522,5522] Succesfully verified module licenses [INFO] : APSAnalyticsService: Analytics Service Started [INFO] : I/APACHE HTTP (thCr=19243) - NafHttpAuthStrategyDefault: (thUse=19243) NafHttpAuthStrategyDefault() [INFO] : I/APACHE HTTP (thCr=19243) - NafHttpAuthStrategyDefault: (thUse=19243) cached value : gbaSupportIsPossible=null [INFO] : I/APACHE HTTP (thCr=19243) - NafHttpAuthStrategyDefault: (thUse=19243) The current context is NOT a context of GBA service. [INFO] : I/APACHE HTTP (thCr=19243) - GbaSupportPermissionRequestCheckerImpl: (thUse=19243) isCurrentProcessRequestedGba()#finished result=false [INFO] : I/APACHE HTTP (thCr=19243) - GbaSupportPermissionRequestCheckerImpl: (thUse=19243) isCurrentProcessAllowedToUseGba()#started result=false [INFO] : I/APACHE HTTP (thCr=19243) - NafHttpAuthStrategyDefault: (thUse=19243) The GBA permission wasn't requested for this process. [INFO] : I/APACHE HTTP (thCr=19243) - NafHttpAuthStrategyDefault: (thUse=19243) It is impossible to support GBA now (many possible reasons: no Android Context, current client is GBA service, etc.), then it will be just usual HTTP. [INFO] : I/APACHE HTTP (thCr=19243) - NafRequestExecutorWrapperRedirectionHandler: (thUse=19243) It isn't GBA flow, redirection responses are not handled. [INFO] : I/APACHE HTTP (thCr=19243) - CurrentCipherSuiteExtractorCompound: (thUse=19243) !!! Some problems with cipher suite extraction !!! extractor=org.apache.http.impl.client.naf.ciphersuite.extractors.CurrentCipherSuiteExtractorFromHttpContext errorMessage=No wrapped connection. [INFO] : APSAnalyticsService: Stopping Analytics Service [INFO] : I/APACHE HTTP (thCr=19233) - NafHttpAuthStrategyDefault: (thUse=19233) NafHttpAuthStrategyDefault() [INFO] : I/dalvikvm-heap: Grow heap (frag case) to 21.372MB for 896016-byte allocation [INFO] : I/APACHE HTTP (thCr=19233) - NafHttpAuthStrategyDefault: (thUse=19245) cached value : gbaSupportIsPossible=null [INFO] : I/APACHE HTTP (thCr=19233) - NafHttpAuthStrategyDefault: (thUse=19245) The current context is NOT a context of GBA service. [INFO] : I/APACHE HTTP (thCr=19233) - GbaSupportPermissionRequestCheckerImpl: (thUse=19245) isCurrentProcessRequestedGba()#finished result=false [INFO] : I/APACHE HTTP (thCr=19233) - GbaSupportPermissionRequestCheckerImpl: (thUse=19245) isCurrentProcessAllowedToUseGba()#started result=false [INFO] : I/APACHE HTTP (thCr=19233) - NafHttpAuthStrategyDefault: (thUse=19245) The GBA permission wasn't requested for this process. [INFO] : I/APACHE HTTP (thCr=19233) - NafHttpAuthStrategyDefault: (thUse=19245) It is impossible to support GBA now (many possible reasons: no Android Context, current client is GBA service, etc.), then it will be just usual HTTP. [INFO] : I/APACHE HTTP (thCr=19245) - NafRequestExecutorWrapperRedirectionHandler: (thUse=19245) It isn't GBA flow, redirection responses are not handled. [ERROR] : V8Exception: Exception occurred at ui/core/services/servicebase.js:33: Uncaught TypeError: Cannot read property 'ErrorMessage' of undefined [ERROR] : XMLModule: (KrollRuntimeThread) [29701,35223] Error parsing XML [ERROR] : XMLModule: org.xml.sax.SAXParseException: Unexpected token (position:TEXT []@1:3 in java.io.InputStreamReader@427acdf0) [ERROR] : XMLModule: at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:146) [ERROR] : XMLModule: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:107) [ERROR] : XMLModule: at ti.modules.titanium.xml.XMLModule.parse(XMLModule.java:82) [ERROR] : XMLModule: at ti.modules.titanium.xml.XMLModule.parse(XMLModule.java:68) [ERROR] : XMLModule: at ti.modules.titanium.network.TiHTTPClient.getResponseXML(TiHTTPClient.java:700) [ERROR] : XMLModule: at ti.modules.titanium.network.HTTPClientProxy.getResponseXML(HTTPClientProxy.java:107) [ERROR] : XMLModule: at org.appcelerator.kroll.runtime.v8.V8Object.nativeCallProperty(Native Method) [ERROR] : XMLModule: at org.appcelerator.kroll.runtime.v8.V8Object.callProperty(V8Object.java:73) [ERROR] : XMLModule: at org.appcelerator.kroll.KrollProxy.handleMessage(KrollProxy.java:1121) [ERROR] : XMLModule: at android.os.Handler.dispatchMessage(Handler.java:95) [ERROR] : XMLModule: at android.os.Looper.loop(Looper.java:137) [ERROR] : XMLModule: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:112) [ERROR] : TiHttpClient: (KrollRuntimeThread) [5,35228] Error parsing XML [ERROR] : TiHttpClient: org.xml.sax.SAXParseException: Unexpected token (position:TEXT []@1:3 in java.io.InputStreamReader@427acdf0) [ERROR] : TiHttpClient: at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:146) [ERROR] : TiHttpClient: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:107) [ERROR] : TiHttpClient: at ti.modules.titanium.xml.XMLModule.parse(XMLModule.java:82) [ERROR] : TiHttpClient: at ti.modules.titanium.xml.XMLModule.parse(XMLModule.java:68) [ERROR] : TiHttpClient: at ti.modules.titanium.network.TiHTTPClient.getResponseXML(TiHTTPClient.java:700) [ERROR] : TiHttpClient: at ti.modules.titanium.network.HTTPClientProxy.getResponseXML(HTTPClientProxy.java:107) [ERROR] : TiHttpClient: at org.appcelerator.kroll.runtime.v8.V8Object.nativeCallProperty(Native Method) [ERROR] : TiHttpClient: at org.appcelerator.kroll.runtime.v8.V8Object.callProperty(V8Object.java:73) [ERROR] : TiHttpClient: at org.appcelerator.kroll.KrollProxy.handleMessage(KrollProxy.java:1121) [ERROR] : TiHttpClient: at android.os.Handler.dispatchMessage(Handler.java:95) [ERROR] : TiHttpClient: at android.os.Looper.loop(Looper.java:137) [ERROR] : TiHttpClient: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:112)
Viewing all 7655 articles
Browse latest View live


Latest Images