Android :: Application / Some Way To Unlock My HTC Magic For Free?

Jan 27, 2010

I am in desperate need of a way to unlock my HTC Magic, I've been everywhere.

Is there an application or some way to unlock my HTC Magic for free?

Android :: Application / some way to unlock my HTC Magic for free?


HTC Magic :: Free VOIP - BMAX Application?

Sep 9, 2009

I just came across this review of BMAX Android VOIP Client. From what I understand, it uses 3G/WIFI to make calls using differents VOIP provider.... I found some of those provider to offer FREE calls to Canada... So, paying a one time $4 fee for the app would give me the ability to make free calls to Canada... I'm just wondering if it's too good to be true ... Can we expect calls to Canada to remain free with those VOIP providers?

View 13 Replies View Related

Android :: How To Unlock HTC Magic

Jan 15, 2010

I am a new android developer in China. Unfortunately, dev phone is not available in here. And it's almost impossible and hazardous to get one from US. However I can buy retail version of the phone and I would prefer HTC magic with 288 MB RAM version (for more RAM and memory, so that I can upgrade to android 2.0)

Now, my question is- how can I unlock this device so that it works like a dev phone? Such as, I want to flash, install/upgrade/downgrade android OS, install modified version of android OS.

View 2 Replies View Related

HTC Magic :: Can Not Unlock Phone

Aug 31, 2009

Thanks to my nefu playing around with my phone and trying to unlock my phone with the pattern thing, my htc magic has gone into full lock mode...or whatever it's called. It tells me to sign into gmail to unlock the phone, but when i enter my info it will not sign in. Just to be shure I had all the info right I signed into gmail with my computer and it works, but not with my phone..

View 3 Replies View Related

HTC Magic :: How To Unlock Rogers

Jul 10, 2009

how to unlock the rogers magic? I am going to Europe next week and would really like to be able to use a travel SIM. If any one has, how easy is it?

View 9 Replies View Related

Android :: Free Apps Like Orientation Lock - Unlock

Oct 14, 2010

I found this app that do what I need, however I wonder if there are any free apps that do this? I'm tired of the phone constantly changing orientation when I use it while walking around.

View 4 Replies View Related

HTC Magic : Sim Free Unlocked

Sep 20, 2009

I am looking to buy one of these sim free handset only from the UK, anyone give me any ideas where?

View 24 Replies View Related

HTC Magic :: How To Get Back To Unlock Code Screen?

Sep 21, 2009

So I just got my Magic, and I have not received my unlock code yet. But I was able to get into the phone and mess around while I wait. Now I can't seem to get back to the screen where I will enter the unlock code.Anyone know how to get here?Right now it says "no sim card in phone, insert a sim card"

View 8 Replies View Related

HTC Magic :: Free Phone Contacts Backup Apps

Nov 8, 2009

Does anyone come across any trusted free phone contacts backup apps in the Android Market? I found an apps called "backup for root users" in Android Market, but from the user review, it looks like it's very buggy.Does anyone has any other better phone contacts backup apps to recommend?

View 12 Replies View Related

Android :: Why Magic 1.6 User Cannot Find Application On Market?

Oct 20, 2010

I've published an app today mainly for my forum users to use, just a very simple app that displays wallpapers derived from the forum. Problem I'm having is one guy says it doesn't appear in the market and I've even sent him the APK to install manually but it fails. My minimum SDK version is 4, I created it with the 1.6 SDK specified so not sure why he can't see it or install it. He has a 1.6 Magic handset. So just wondering if anyone has any ideas, the app is called bocn wallpaper, it uses internet and set-wallpaper permissions but I wouldn't have thought the permissions were the problem.

My manifest is as follows:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1" android:versionName="1.0" package="net.dbws.bocnwallpaper">
<application android:icon="@drawable/launcher_icon" android:label="@string/app_name">
<activity android:name=".Main" android:label="@string/app_name">
<intent-filter> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </activity>
<meta-data android:value="xxxxx" android:name="ADMOB_PUBLISHER_ID" />
</application>
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.SET_WALLPAPER" />
</manifest>

View 1 Replies View Related

Android :: What The Best FREE VOIP Application?

Jul 17, 2010

new Android user here (new HTC Legend owner) and was looking for a worthwhile app to use for VOIP dialing, when I'm in within range of the internet. So I don't have to use my mobile minutes. On my old Nokia E71 I used something called 'Fring' but surely Android has some apps that are much better than that. Not interested in paid apps either, I've already spent a fortune this week. I already have my own VOIP account with a provider and the needed info, so I just need the interface or whatever

View 4 Replies View Related

Android :: Name That Song - Free Application?

Jan 15, 2010

Anyone using a FREE "name that song" app? All I can find is a $4.99 'midomi soundhound' app.. damn iphone has free ones!

View 8 Replies View Related

Android :: Downloading Free Application

Jun 12, 2010

How do I download free apps from the Apps section?

View 1 Replies View Related

Android :: Maintaining Both Free And Pro Versions Of Application

Mar 27, 2010

I want to create a PRO version of my application for Android and was wondering how to structure my repository. For know I have a trunk and feature branches. I'd like to put a pro version in another branch but maybe there is a better way? For example, maybe I should create two branches - one for free version, the other for pro?

Pro version will have additional features and will be ads-free, so e.g. I don't want to include AdMob libraries in the pro version. Do you have any experience or suggestions as to what would be the best way to structure the repository in this case? I think I've found the best solution (for my app) in this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/4ad3d67f735f16d7/948b4f9eee2490a3

The trick discussed there is about having another application that only serves the purpose of unlocking PRO functionality in the actual application. The unlocking app is paid in the market and the actual app merely checks for the existence of it on the device.

View 3 Replies View Related

Android :: Free Screen Shot Application

Dec 19, 2009

are there any out there? i have only seen 2 apps mentioned that will take screen shots even with root. an i looking in the wrong places, or is there really not a free application for something that seems like it would be easy..

View 8 Replies View Related

Android :: Free Application Gets To Top Of Pile On New Release

Jul 6, 2009

All I'm baffled as to how this Market works. I was expecting a different version of the Market by now but things still seem awry. Say I have two apps - one free, one paid. I release updates to both. The free one is at the top of the list, but the paid one is down in the depths of the list. That kind of sucks. Is this really how it works? Or is something temporarily broken.

View 6 Replies View Related

Android :: Free International Texting Application

Jul 15, 2010

Does anyone out there know any free international texting apps?

View 4 Replies View Related

Android :: Get Free Phone Application With 2.2 Version

Aug 22, 2010

Hw to get free android apps with 2.2 version on the backflip?

View 1 Replies View Related

Android :: Convention For Maintaining Both Free And Pro Application Version?

Oct 30, 2010

I am releasing two versions of an app--free and paid. The differences between the two are few, and I would like to release both using the same codebase (maybe a different constant defined for the other build?). Has anyone done this? Can someone point me in the right direction?

View 1 Replies View Related

Android :: Obtain Available Free Space On Sdcard From Application

Nov 13, 2010

I am developing an android application where i need to determine the free space available on the sdcard.

View 1 Replies View Related

Android :: Free MP3 Music Download Application In Market

Sep 13, 2010

Not sure how this application can be legal but it's available. Use it while it lasts. Free mp3 music downloads: MP3 Music Download - Android app on AppBrain
I'm assuming that I'm not violating Android Forums TOS since this app is actually in the Android market. If it is, feel free to delete.

View 6 Replies View Related

HTC Magic :: Any Way To Delete Application Permanently?

Jul 5, 2009

Is there a way to delete an app permanently?

View 2 Replies View Related

Android :: Share A Database Between A Free And Paid Version Of An Application

Oct 2, 2009

I have an application for which I am planning to release both a free and a paid version. I found that this will require the two versions of the application to each have different package names.

When a user upgrades from the free version to the paid version, the paid version needs to be able to access the database built by the free version. I am trying to understand the best way to make sure that upgrade does not disrupt the user's data.

I have read that the AndroidManifest file setting for shared user id should allow both applications to access the same data. I don't need the applications to both be running simultaneously, as I expect the user will uninstall the free version after upgrading to the paid version. However I need to make sure that if possible the user's data is not lost and is still accessible and usable by the paid version of the application.

I have read about a problem with the shared user id where uninstalling one application will cause the other shared application to stop working because its permissions get deleted, (see details at http://code.google.com/p/android/issues/detail?id=2773 ) Apparently this issue is fixed in doughnut, but since all the currently deployed android phones do not have doughnut yet, this still seems like a significant problem.

In addition to the database information, I would also like to preserve the user's default shared preferences settings after the upgrade. However the default shared preference settings are not as critical as the data in the database.

View 12 Replies View Related

Android :: Easily Backup Through Free Application And Sync Phone

Aug 10, 2010

This is a great way to easily backup and sync your phone! Never plug in, always be backed up!(Now available to Froyo!) m:IQ takes your phone content and pushes it to a private account on the web. From then on, what you do on the phone will instantly update on the web, and what you do on the web will update on your phone. Aside from backing up all data,(contacts, texts, photos, videos ect.) users can send texts from the web, import contacts with ease to push to their phone, browse and manage data, upload photos to social media, edit calender, and much more! m:IQ also makes it easier than ever to migrate phones! You can download the app FREE from the market.

View 11 Replies View Related

Android :: Official Facebook Application Released On Market (Free)

Dec 2, 2010

Yup, its been released. Its free and you can get it on the the market. Its decent. But I would much rather prefer a port of the iphone version. The biggest letdown was no implementation of chat.

View 2 Replies View Related

Android : Install A Free Market Application On Droid Simulator?

May 25, 2010

I want to install the Photoshop mobile on my emulator. I need to do test the Photoshop.com Mobile integration for image editing. But I dont know how to do that. I cannot access the market from the emulator.
Can anyone tell me how I can install it on my simulator.

View 4 Replies View Related

HTC Magic :: Application Hold On Starting Download

Aug 12, 2009

I got my HTC Magic yesterday and I can surf internet using wifi normally, gmail , browser, google maps all work perfectly.but when I go to the android market, I can see and select application and when hit install, it freez on the starting dowload message and never start.I saw in other forums that starting google talk will help, but my problem is that Google Talk also can't sign in at all

View 14 Replies View Related

HTC Magic :: Looking For Bluex Bluetooth File Transfer Application?

Nov 4, 2009

Does any one has application for HTC magic called bluex bluetooth file transfer .

View 4 Replies View Related

Android :: How To Handle Application Upgrades From Free To Paid Version / While Preserving Any Data

Jun 10, 2010

I want to have a free version and a premium version of the same application. When people buy the application, I want them to be able to "upgrade" without losing their data, i.e. the premium version should install over the free version.I want to use the same code base and just switch a setting to build the premium version.
Andoid Market does not let me convert a free app to a paid app, so the trivial option is not available.I am curious if someone has tried this successfully. How does Android Market identify an application - will it think that the premium version is a different app and just install it in parallel?

View 2 Replies View Related

Android :: Beta Testers Needed For Free Application Internet Radio / Ripper?

Sep 10, 2009

Broov Internet Radio/ripper : Free Android application. We need beta testing to be done for our Internet radio/ripper application in Android platform supporting 1500+ radio stations based on genre, region and popularity of channels and also with PLS and M3U file support. Please contact vnareshprasad@broov.com to test and use the Internet radio application free .. and send feedback to improve it. and ugrade it for you people..

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved