29 Feb
2012

Android application development using Netbeans IDE 7 +

Author: admin
Comments: 0
Tags: There is no tags

Android application development using Netbeans IDE 7 +

First

Go to tool -> plugins then navigate to tab named “settings”
Look at down right corner for a add button. Click that !.

 

 

 

 

 

 

A popup window opens

Name it whatever you like ,
But this specific url to the URL field :

http://kenai.com/projects/nbandroid/downloads/download/updatecenter/updates.xml

Hit “OK”.
Now navigate to “available plugins” tab and search for android from the search field.
From the catalog list choose android and “Android test runner for Netbeans 7+ “ and give a tick in the left and hit install to begin download and installing those plugins.

 

 

 

ALL thins are quite similar for netbeans version below 7.

Here is something different in case of net beans 7.
NOW GOTO” TOOLS” AND SELECT A NEW MENU ITEM android SDK and AVD manager.
From there select your SDK location as described in pic and click wait.
If you don’t have SDK installed you could download and install it from the download link there.
Wait few seconds and after that click new project and you will get a new project type folder named Android to select.

 

 

 

 

 

 

 

 

Choose the desired application type and press enter to start it.
Happy Coding.


25 Nov
2011

Remove SQL SERVER 2008 R2 Completely

Author: admin
Comments: 0
Tags: There is no tags
Remove SQL SERVER 2008 R2 Completely
This time I am going to wwrite something completely different then my other topics.Its all about Microsoft SQL
Server 2008 R2 complete uninstall.
For some project I installed SQL server 2008 R2 on my Win7 x86 PC.
But when i went to remove in from my Pc I face a lot of dificulties.
It always leave some tail and sometime it even dosent uninstall.
But after lot of struggle I found a way to remove this pice of sofware.
Before telling you the step by step procudure , i want to tell you the concept behind the removal.
The things is that whenever we install SQL SERVER it install with a defualt instance with the name of your


user account as specified during the installation.
But the untold things is that it also create a installation entry in add-remove programe list with the name
of the instance you tried during SQL server management studio login window.

Symbian Application Development # 1

To develop any Symbian Application you need the

[two_check_list]

  • platform dependent SDK #1
  • Carbide c++ #2
  • Device plug-in #3
  • GCC compiler #4

[/two_check_list]

The s60v3, s60v5 phones have their executable files in .exe format. But these exe’s are different from windows exe. symbian is based on a mobile platform named EPOC.

S60v1, S60v2 phones comes with .app executable. I think these are actually .dll files as because-if you see through the system files you will get some .exe’s in !:\system\program folder and .app in !:\system\apps folder. Now if you use any 3rd party file manager like x-plore, go to the \apps folder, click any .app file and it will run the application. but actually it will run the corresponding .exe in \program folder which you can’t access directly. Now in 3rd and 5th edition phones .exe’s are stored in !:\sys\bin folder. But due to platinum security you will be prohibited to get access to the following folders:- !:\private, !:\resource, !:\ sys.

So to get access you’ll have to crack the security which is called the hacking of phone. this will also allow you to install any unsigned apps otherwise you’ll never be able to install any 3rd party untrusted apps to your phone. But hacking makes the phone more vulnerable to the hackers or virus makers but for any ROM development or phone modding you’ll have to hack the PLATINUM SECURITY. actually this is nothing but a system that only recognizes the signed or trusted apps from trusted publishers which keeps your phone safe.

30 May
2011

Symbian Rom(os) Download For Customization

Author: admin
Comments: 1
Tags: There is no tags

Today i am going to discuss about customization of symbian os.

Using custom ROM you could modify the look and feel of your existing mobile os.Add may application as they came inbuilt with your mobile.You could also upgrade your ROM version and get all the updates and patches provided by the mobile manufacturer company.

For this purpose you need to download the ROM image file for your specific mobile devices.I spent a lot of time by searching and searching .. but nothing found so easy to use.So i don’t want you to do the same, so just do a search for navifirm and download the software.It will give you access to the all device specific ROM version with easy to download option.


symbian-custom-rom-download

For this purpose you need to download the ROM image file for
your specific mobile devices.I spent a lot of time by searching and
searching .. but nothing found so easy to use.So i don’t want you to
do the same, so-

1. Just download NAVIFIRM from here by clicking the screen shot and
start downloading the firmware.It will give you access to the all
device specific ROM version with easy to download option. Now check
firmware details of your phone by *#0000#, run NAVIFIRM, search
RM-xxx/RM-xx (RM is your device’s hardware compression type) in the
products panel.check the version in next panel, select the variant,
download the firmware files. (REMEMBER! DOWNGRADING OR UPGRADING WITH
DIFFERENT FIRMWARE FILES WILL BRICK YOUR PHONE. SO YOU CAN ONLY
UPGRADE WITH CORRECT FIRMWARE FILES). Save them to (system
drive/program files/nokia/phoenix/products/RM-xxx/).


2. Now download JAF and P-KEY emulator from HERE(make a link to download jaf and p-key). now install JAF in any drive. Now to run JAF you have to run P-KEY emulator. If you are using XP/VISTA run the emulator normally but for WIN7 run it in XP-compatibility mode and administrator mode.

 

3. Now click GO-button to run JAF. It will show an error message “Box
driver not installed”. Click OK. Go to BB5 tab. Select “Manual flash”,
“Dead USB”, deselect “CRT 308″, select “use INI”. A pop up screen will
appear. From this select your phone. JAF will load firmware file in
its cache. Now switch off your phone and connect it to pc by USB. Hit
Flash button then OK. But remember again LOWER VERSION OF FIRMWARE OR
DIFFERENT VERSION i.e. [note_box]DIFFERENT RM-xxx WILL MAKE YOUR PHONE BRICKED.[/note_box]

[warning_box]Try it at your own RISK.[/warning_box]
Android Development

Android Development

As we are going to develop application for Android Devices ,we should know something about it first !

So here it is.


Android is an operating system based on Linux with a Java programming interface. It provides tools, e.g. a compiler, debugger and a device emulator as well as its own Java Virtual machine called Dalvik Virtual Machine – DVM. Android is created by the Open Handset Alliance which is lead by Google.

Android Development

Android uses a special Java virtual machine named Dalvik. Dalvik uses special bytecode. Therefore you cannot run standard Java bytecode on Android. Android provides a tool “dx” which allows to convert Java Class files into “dex” (Dalvik Executable) files. Android applications are packed into an .apk (Android Package) file. To simplify development Google provides the Android Development Tools (ADT) for Eclipse . The ADT performs automatically the conversion from class to dex files and creates the apk during deployment.

Android supports 2-D and 3-D graphics using the OpenGL libraries and supports data storage in a SQLLite database.

Every Android applications runs in its own process and it isolated from other running applications. Therefore on misbehaving application cannot harm other Android applications.

Android software layers

Android software layers:

30 May
2011

Android Application Structure

Author: admin
Comments: 5

An Android Application consists of these basic structure or you could say these are the Building Block of an android application.

 

. AndroidManifest.xml—This is the Main configuration file for every android application .

. default.properties—A generated build file used by Eclipse and the Android
ADT plug-in.

. /src folder—Required folder for all source code.

. /src/com.androidbook.droid1/DroidActivity.java—Main entry point to this
application, named DroidActivity. This activity has been defined as the
default launch activity in the Android manifest file.

. /gen/com.androidbook.droid1/R.java—A generated resource management
source file. Do not edit this file.


. /assets folder—Required folder where uncompiled file resources can be included
in the project.

. /res folder—Required folder where all application resources are managed.
Application resources include animations, drawable graphics, layout files,
data-like strings and numbers, and raw files.
FIGURE 1.2
The Android
Project Wizard
in Eclipse.
Familiarizing Yourself with Eclipse 13

. /res/drawable—Application icon graphic resources are included in several different
sizes.

. /res/layout/main.xml—Layout file used by DroidActivity to draw onscreen.

. /res/values/strings.xml—The path where string resources are defined.

Hi! I’m Somyadeep Ghosh, and here we are going to discuss about Prerequisites for Android Development.

For creating high quality data driven mobile application we need to know about SQLite.So here is a short description about this technology.

Sqlite tutorial

Sqlite tutorial

In short SQLite is a full-featured, relational database engine, entirely self-contained in a driver.
SQLite has really changed the way people think of a database engine.It’s a small, fast, reliable, ACID- compliant, fully transactional database engine that can run a busy web site, or fit in a phone.

I’ll explain the major features of SQLite, and its usage in a PHP environment,focusing on real-world examples to aid you in implementing this amazing little database engine in your applications.I’ll show you the details of its SQL usage, core and aggregate functions, its unique manifest typing scheme, and even how to create user-defined functions in PHP.I’ll demonstrate how to use subselects, views, and triggers to improve
performance, compliance, and security in your database applications.

This is a great introduction to SQLite , but some programming and database experience will really help you get the most out of these technologies.
I’ve been a programmer for more than years, and I have rarely been this excited about a database engine.
So, let’s get under the hood with SQLite.

As a developer I know that sometimes its gating hard to learn new programing languages for developing cutting edge application with new technology and platform.That’s why i would like share you some different way to develop an Android Application without learning and new programming language.

So I will show you how to develop a application using

1. Flash and then build it as an android application file with .apk extension.

2. Application development using eclipse.


Google-android

Google-android

I will discuss each of them but before that we need to setup the development environment first.In my next post i will discuss about ” ANDROID GAME DEVELOPMENT USING FLASH ” .

Thank you for viewing .

Welcome to windows phone development overview.

Here i will give you an overview of windows mobile basic architecture and development platform.

Windows Mobile Application built upon existing Microsoft tools and technologies such as Visual Studio, Expression Blend, Silver light, and the XNA Framework.

Windows Phone application life cycle
Windows Phone application life cycle

We will discuss about Windows Mobile 7 Development process.


Windows Phone 7 features

  • Unique ‘Metro’ UI and start screens with ‘Tiles’
  • Built-in Hubs for local and online content like pictures & people
  • Multimedia hubs, Music + Video supports music, videos, and podcasts and integrated with Zune
  • Email, calendar and contacts with Exchange Server
  • Microsoft Office including SharePoint
  • Games with Xbox LIVE
  • Windows Phone Marketplace for applications
  • Cloud/Services integration
  • Multi-touch technology for touch screen display
  • Dedicated search button for applications
  • Social networks like Facebook and Windows Live
  • Voice Recognition for search, call contacts or launching applications
  • Bing search engine
  • Adobe Flash v10.1
  • Internet Explorer between 7 & 8
  • YouTube Player.