app

Full settings missing in iPhone Simulator 4.0.2?

I believe I remember running the iPhone Simulator (perhaps version 4.0) on a macbook some months ago and was able to get to the full settings (mail specifically) them. Now, having installed the iOS4 SDK and running the 4.0.2 Simulator, I do not see the "mail, contacts and calendar" settings regardless of whether I choose the iPhone, iPad...

my app is not for all devices in market

Hi at all. Today, I placed our new app onto the market store. It can be found by most mobile phones - unfortunately, it cannot be detected by one specific model which is used by one of our customers. It is the Vodafone 845, with a small screen (240x320p) and low density (120 dpi). It's running with Android 2.1, updated version (i.e. SDK...

iPhone - Can't convert app to ipa

Hi, I can't convert my app to an Ipa without sign that works. Please, any help? ¿Error 0xE80000080? ...

Creating an Android Service that cannot be killed

I am trying to write an app that cannot be killed by a user or another application. I understand this goes against what Android has designed for its platform, this is more of a proof of concept. The plan is two have two apps, app1 and app2. When app1 starts it will start app2 and then bind onto app2, when app2 starts it will make sure...

How do I prevent Application Switch popup from being displayed?

I notice that in the emergency dialer of HTC Sense, application switch popup (menu) is disabled for the long press of the Home button. Would some one in the know point me how this is done? Also related: I notice that Toddler Lock modified the icons on the application switch popup (menu). Again, how do I go about doing that? Suggestions...

Possible to use UIActionSheet from Application Delegate?

I have a common UIActionSheet which I use across about 10 different view/view controllers. I'm wondering if it's possible to use UIActionSheet from the app delegate in order to prevent code duplication? So far my attempts to use an action sheet from the delegate haven't worked, I suspect my problem lies when calling the showInView metho...

How to embed Hebrew fonts to a website?

I was trying to embed few hebrew fonts to a website. using this code in my css file : @font-face { font-family: tamruta; src: url('/css/tamruta.eot'); src: local(tamruta), url('/css/tamruta.ttf') format('opentype'); } it supposw to work on all browsers. some how it doesn't work, and I have a massage while trying to upload ...

iphone icons designing

before designing the icons for iphone app.... with how much resolution do i need to work. whether its 72ppi r 163ppi for iphone 3 ? ...

How to get the active view in an iOS application from the app delegate?

Hi - how can i get the currently active view (the main view currently being viewed by the user) from the app delegate for references sake? ...

Downgrading to a previous version of an iphone app

Hello, I have an app on appstore. I uploaded a new version and it was published. But, just after that I realized an important bug in my app. Since the approvement process takes a long time, I want to downgrade to the previous version until the fixed version is approved by Apple. Are there any way for that? Thanks ...

iphone app icons - low & hi res

Hi, how can i provide both, a high and low resolution version of my iphone app icon ? do i "need" to provide 2 versions, or takes apple care of downsampling my high resolution icon ? thanks ...

mobile java app

I'm trying to change a mobile app which has been written in Java, I've extracted the .jar file which has resulted in the following directory tree: . |-- aa.class |-- ab.class |-- ac.class |-- a.class |-- ad.class |-- ae.class |-- af.class |-- ag.class |-- ah.class |-- ai.class |-- aj.class |-- ak.class |-- al.class |-- am.class |-- an....

How do I debug my mobile app?

I've been developing a mobile app recently. The app is nearly finished with all features and it usually works fine when I test it. However, sometimes when I navigate between forms, the app crashes: "Simulator.exe has stopped working..." It doesn't occur on a specific form or place, but randomly, as far as I've observed. How do I track ...

App guidelines question

Hello, 2.7 Apps that download code in any way or form will be rejected 2.17 Apps that browse the web must use the iOS WebKit framework and WebKit Javascript My app has a some UiWebViews downloading PHP pages, with Mootools javascript. Does this breach the above? Seems stupid if it does. Thanks, ...

Remote launching of iPhone applications (on device from connected Mac machine via commad line)

Hello, I am making an automated testing system which requires to install the app to the iPhone from a script/command line terminal (which I was able to do thanks to an answer to this question (look for "Manual Deployment over Wifi" on the page), and also remote launching of the app using something like: "ssh root@devicename:launch_my_ap...

How long does a 500k line .net app take to load?

Suppose I have an application written in native C++ (over 500k lines of code) and I want to port it to .NET (C#). One thing I'm worried about is the JIT compiler. It takes my native code compiler over 30 seconds to compile. Does that mean that each time the user starts my C# app, it's going to take that long just to load it (since the JI...

iPhone View Strategy

Hi, I am developing an app but have yet to get the optimal navigation flow working. To give you an idea of the structure of my app, I have a main view that allows the user to start a new game or view high scores. At the end of a game, I would like to give the user the choice of viewing high scores or going back to the main menu - I hav...

how to disable tabpages C# and botton next until all the textbox and all is filled?

Hello I am developing an application in C#, my application has 1 tabcontrol (5tabpages), what I want to do is disable the next tabPage , and all of them and the button next and before until all the current tabPage is filled in all fields. Very apreciated the answers Bye ...

How to design a web api for mobile app usage?

We are building a mobile app, specifically an android app, and it needs to connect to the server to get data. It is not like twitter, we do not need to expose some kind of public apis. We just need to keep it simple and safe because user will exchange some private data with the server. My questions is mainly on authentication. Our serve...

Android : Floating Clickable Icon over Screen?

There's an Android Application called Smart Taskbar that manages to Pin a small SemiTransparent Icon over the screen...The icon remains visible over ALL the activites (including the home screen). The Icon is Clickable (/Touchable), and it does popopen a Small Popup window which the user can interact with. I'm very interested in how this...