Mobiles :: Recommend Emulators For Iphone / Blackberry / Droid Devices?
Nov 17, 2010Can someone point me to their recommended emulators for IPhone, Blackberry, and/or Droid devices? Preferrably free products.
View 2 RepliesCan someone point me to their recommended emulators for IPhone, Blackberry, and/or Droid devices? Preferrably free products.
View 2 RepliesHow can i test the mobile application in different emulators like BlackBerry & MOtrola etc phones. Can any body tell, where can i get the BB, Nokia, motrola emulators.
View 2 RepliesSo I created a site optimized to be rendered in a mobile device. I set the Width Site is looking good on Blackberry of my <DIV> tags to be about 300px, for the most part, to account for the reduced screen size. However, the IPhone Safari browser renders this to the screen extremely small, and I can only assume that it's automatically reducing the size of the html accordingly to fit the device. Again, Blackberry does not do this.
View 5 RepliesI have just completed my first mobile website. It works beautifully with an iPhone, and ALMOST does likewise on a Droid. That "almost" is an ultra-frustrating bug that I'm afraid is hardware-based and will not permit a software solution. Allow me to state my hypothesis: "When you perform a software redirect to another page on your website, you cannot return to a functional version of the page you were on when the redirect was launched via Droid's hardware backbutton. You'll have the graphics, but the code behind the form will be gone and it will be nonfunctional. The ONLY functional route back from a redirect to the originating page on a Droid is via software switching.
I've experimented endlessly with redirect option parameters, page cache settings and the pagestatepersister class in Visual Studio. Nothing works. And I HAVE to use the redirect method to open the second page, because I have to derive some complex information before I'm ready for it to open -- onclientclick and navigateURL aren't options. This is NOT an issue with an iPhone ... its backbutton always returns from a redirect to a still-functioning originating page. Is my hypothesis correct, or does somebody know some workaround that will enable me to offer iPhone functionality to Droid users? If I could open a new window after processing data, that would solve my problem (Droid does return properly from a new window), but there's no way that you can call Java's window.open command from VB code, and no VB equivalent.
I am devloping ASPX pages and I want to prevent caching of pages. So i have used the following code:
<% @OutputCache Location = "None" Duration="1" VaryByParam="none" %>
But this code is working only for the desktop browsers. This is not working in mobile browsers.
I am wanting to design a web application (ASP.NET with vs 2010 and the 4 framework) that should work on mobile devices web browsers as well. Do I have to write 2 seperate web UI's or can I write 1, that is styled differently for desktop browsing vs mobile browsing? I am new to trying to develope for a mobile device, and a push in the right direction would be a big help. I have googled but must not be using the right terms as what I get is not very good.
View 4 RepliesI am planning to implement a runtime or Environment . which allow any Mobile application to run on top of IT.
View 3 RepliesI currently use VS2008 and VS2010 for web applications and would like to start looking at creating apps for both OS'sMajority of the apps will be for myself and wifes phone, so want to play around with what can be done.
View 3 RepliesI would like to truncate my existing website for use with mobile devices specifically the iphone. how might I accomplish this? Are there MS tools or methodolgies for truncating my site without building a new website from scratch?
View 2 RepliesI'm working on a web page that will be viewed on a blackberry (to start with). On the page I need to be able to add calendar events to the user's blackberry calendar or add new contact records to their contact list.
I've found the api on RIM's site that would allow this [URL] but I have no how to incorporate it into an asp.net page.
I assume I need to write inline javascript but I don't know how to import/include the API libraries that are required. Does anyone know how to do this or, better yet, have some sample code? If this is even possible, I think I just need to get past this hurdle and I'll be on my way (until I trip over the next one ).
I got an application to support, it's an asp.net web project, on the 1.1 dot.net framework.It's all ok, with the application, when it runs on web brownsers, and when I try run it from inside a blackberry mobile phone it runs ok too, except when I try to execute an Response.Redirect("some_page_of_my_app.aspx").It always goes to the default page (login page), and ask for login again, and I never can do a redirect.
View 1 Repliessurprisingly postbackurl is not working in blackberry!. Using javascript i am posting hidden field data to another server. so can't use code behind postback.
View 2 RepliesI got an application to support, it's an asp.net web project, on the 1.1 dot.net framework.
It's all ok, with the application, when it runs on web brownsers, and when I try run it from inside a blackberry mobile phone it runs ok too, except when I try to execute an Response.Redirect("some_page_of_my_app.aspx").
It always goes to the default page (login page), and ask for login again, and I never can do a redirect.Is there someone that have any idea what the problem about that?
Our web application can be reached from Blackberry, but when we try to open https, blackberry fails. bytheway, we followed the instructions on http://roopeshreddy.wordpress.com/2010/10/25/developing-web-applications-for-blackberry-mobiles-using-microsoft-asp-net
View 8 RepliesIs there any way to get the address book contacts from a blackberry device in a .net web application?We have a .net web application that can be accessible from a Blackberry device.What we need is a way of getting the Blackberry contacts list from a blacberry device the same way when you send an email:When you send an email you can type some characters on the "To" field then hit "enter" and the blackberry device is doing a lookup function returning a list of contacts based on the keywork you typed. Maybe there is a way of calling a blackberry API from a javascript function that would perform the same way described.
View 2 RepliesI have a asp.net (3.5) small website i created and uploaded to our server, which can be viewed on all browsers (firefox, ie, chrome) but every time i try to use my blackberry to view it I get a http 500 internal server error.
View 1 RepliesI am developing a website for mobile devices and i found the problem in objectlist pagination.here is my code:
[Code]....
Mobile web is no longer supported in latest version of Visual Studio. Please do following with Vs2008 or VS2010
- Create standard ASP.NET website with standard "Web Forms"
- Design the content of web forms for your mobile pages based on device family that are
going to access your website. For e.g. iPhone, Andriod
- Add a detector process, which detects from where request is coming. If it is mobile than redirect user to mobile optimized pages.
- Different mobile has different capabilities (e.g screen size, image support, html support, xhtml support etc.). So it is very important that you know what type of device is trying to access your website and accordingly render required HTML/XHTML supported by the mobile device. [URL] So I have a basic website with .aspx pages. When they are on a blackberry the words wrap on top of the second line over the TEXTBOXES. Is there a basic place that can tell me how to fix this? Or what to use in the place of the CSS that are causing this on the blackberry devices?
I tried to use the asp.net fileupload control for uploading a picture or music file, from blackberry device to server. But, What happened is ; the file is uploaded , ie, the file is created with 0 bytes in it. That is, file is actually not uploaded. Since blackberry browser doesn't support other fileformats, the device contains only .png & .m4a fileformats in its samples. I have used these sample in blackberry for uploading. The same has occured in the case of .m4a files also... Why is it so...? One more thing... The blackberry browser which I am refering here is the blackberry browser simulator, bold 9700.
View 7 RepliesI have an Mobile web application. In my application i have Link Button control and Drop Down list control. These controls are not working in BlackBerry devices. Does any come across this problem? Can you give me better solution for this?Iam thinking to implement javascript for DropDownList control?
View 7 RepliesI am a .net developer and soon going to try my hands in mobile development.
I am searching for, what are the differences in developing a application for windows mobile and blackberry in terms of:
1. System/Software requirement.
2. Languages we can use for both
3. Can we use .net for blackberry apps development and Java for windows mobile.
Response.Clear();
mFileName = "ABC.jad";
mPath = ResolveUrl("~/" + mFileName);
Response.ContentType = "text/vnd.sun.j2me.app-descriptor";
Response.TransmitFile(Server.MapPath(mPath));
Response.Flush();
Response.End();
this code is not work in blackbarry mobile but work in nokia & windows mobile.how can i do for blackbarry mobile.
we have deveoped a mobile application . and have some link buttons ,thease linkbuttons are working fine with blackberry curve but not working when we use Blackberry bold (9650, 9700)
View 1 Repliesabout iPhone3 development in dotnet, How can I start? what are the requirement for iPhone3 development?Also if posible provide me ebook.
View 6 RepliesI'm putting this tag at the header of my HTML pages, trying to get the page to stop vertical scrolling on mobile browsers like iPhone Safari:
View 2 Replies