[android-developers] Android AR screen capture issue..

2011-12-12 Thread Atik
Hi, we are working on android AR project. the application works as follows camera starts and when the camera detects the marker, a 3D object is overlayed on the screen, so my preview will have the camera + virtual 3D object. so i want to capture that preview.i am not able to get that preview.i

[android-developers] Re: can i use google maps api for free in my company's inner using android app?

2011-10-12 Thread Atik
Hi, you can use it free. its free to use, but implement it using the android guidelines. Thanks Atik On Oct 12, 2:28 pm, Fina Perez fina.pere...@gmail.com wrote: http://code.google.com/android/add-ons/google-apis/maps-overview.html get a debug certificate On Oct 12, 7:28 am, Jimmy Don

[android-developers] Re: SSL certificate error for authenticating the credentials

2011-09-14 Thread Atik
Hello I have added all the stuff in my code, but i m confused how to do for https. can u pls elaborate more abt the truststore, how to create it and if u sample then it would be great. i have modified the code in different ways but i m unable to get output my code is

[android-developers] SSL certificate error for authenticating the credentials

2011-09-13 Thread Atik
Hello friends i have a php webservice which checks with database for the username and password provided. when i run the following code i get 09-13 15:42:28.354: WARN/ System.err(593): javax.net.ssl.SSLPeerUnverifiedException: No peer certificate .. and my line HttpResponse res =

[android-developers] HTTPGet synchronous or asynchronous call???

2011-08-18 Thread Atik
it on internet also, but unable to find the satisfactory answer. Thanks Atik -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: HTTPGet synchronous or asynchronous call???

2011-08-18 Thread Atik
Hi Kumar, Thanks for the useful answer but can you please more elaborate on it. how we can make it asychronous??? Thanks in advance... Atik On Aug 19, 10:06 am, Kumar Bibek coomar@gmail.com wrote: By itself it is a synchronous call. You will have to make it asychronous. *Thanks

[android-developers] unable to open default application from phone when list item is clicked!!!

2011-08-10 Thread Atik
Hi , i have a list view, list item came from server side, some times its mp3,pdf,txt,doc,mp4,3gp etc, so finally my list contains diff files of diff extensions, so i want when user clicks on any item then, the by defualt application should start from the phone, means when user clicks on the pdf

[android-developers] dynamic list view i.e like phone book error

2011-06-23 Thread Atik
(); } }); } static final String[] COUNTRIES = new String[] { Afghanistan, Albania, Algeria, American Samoa,india, pakistan, SriLanka}; } Thanks Atik -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to customize the list view...list view resource id is invalid???

2011-06-14 Thread Atik
Thanks vijay. for helping me out. it worked Thanks Atik On Jun 13, 4:01 pm, νιנαソkum@r iamvijayaku...@gmail.com wrote:    ListView lv= (ListView) findViewById(R.id.listview);          lv.setAdapter(new ArrayAdapterString(this, R.id.listview, COUNTRIES

[android-developers] How to customize the list view...list view resource id is invalid???

2011-06-13 Thread Atik
HI All, i m developing a list view and on top, it will have a auto complete textview, when user clicks on a certain item from the list, i want to display it in that auto complete text field. but i m getting some error..pls advice me..my codes are right now i m unable to load the view..so i have

[android-developers] can we upgrade paid version to free version with add.

2011-02-10 Thread Atik
and adding its jar file to display the adds. please guide me can i convert the paid version to free version now. Thanks Atik -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] how to check phone support torch mode..problem pls solve

2010-12-28 Thread Atik
Hello Android phone doesnt having the LED or flash light. so how can we check weather that device supports Flash light or not.. how we can communicate with hardware to check the same. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to promote about the paid app!!!

2010-12-27 Thread Atik
Hi All, I have published the paid app before 1 week. but still the no downloads for it. can any one tell me how i can make advertise of that app,so people will get to know about the app.. i m planning to publish one more free app with limited functionality , but how i can advertise about the

[android-developers] zoomSupported = false for android camera zooming.

2010-12-24 Thread Atik
Hi!11 i have camera ,which i have opened well , but onzoomclicklistener its giving error that 12-24 15:00:29.511: ERROR/AndroidRuntime(12320): java.lang.IllegalArgumentException: invalid zoom value=1 i have printed in log about the zoom supoort and its printing the log 12-24

[android-developers] Re: Inputs from the Android Camera

2010-12-22 Thread Atik
hi, so i have downloaded the source of camera app of android. and finally i need app only it should perform the zoom in out and brightness bar as implemented in the camera.it should not capture the image.. can i do the same.. i have done lot of changes in the code and i m able to do it ..but

[android-developers] Camera zoom problem

2010-12-22 Thread Atik
Hi guys. my code snippet is working fine for the imageview zooming in out. but i want to take the camera preview for zooming, my code snippet is havingmBitmap which is taking image from drawable.. i want to place the surface view/ or camera preview for the same. please suggest how to replace

[android-developers] camera app giving error pls guide.

2010-12-21 Thread Atik
Hello Guys i have downloaded the camera.zip from the git.its android inbuilt camera project. i have the source code now. i tried to run the code but i m getting some error that first unistall the camera app from device or emulator. i want to implement the funcationality like the camera should

[android-developers] Re: camera app giving error pls guide.

2010-12-21 Thread Atik
to resolve it Thanks On Dec 21, 2:47 pm, Sarwar Erfan erfanonl...@gmail.com wrote: On Tuesday, December 21, 2010 3:38:26 PM UTC+6, Atik wrote: can we run the camara which i downloaded from git on emulator or m i doing some thing wrong. You cannot run this app. What you are trying to do

[android-developers] Re: camera app giving error pls guide.

2010-12-21 Thread Atik
thanks Erfan and i m doing the same. hope fully i will complete it and let u know... thanks for ur kind support On Dec 21, 3:38 pm, Sarwar Erfan erfanonl...@gmail.com wrote: check the android menifest. Did you change it accordingly? Is there something like android:sharedUserId? That should

[android-developers] published app

2010-12-21 Thread Atik
i have published one app... its showing the following line.. The application has access to the following (mouse-over for description): none m i doing some mistake while setting some permission for the same.. thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Upgrade Galaxy 2.1 eclairs to 2.2 froyo in india..

2010-12-21 Thread Atik
Hello Guys, can any one knows when samsung is releasing the updates for galaxy 3 , which runs on android 2.1 os, and we need to to update to 2.2 froyo. any ideas for indian users. which phone is best suitable with 2.2 in india.. thanks -- You received this message because you are subscribed

[android-developers] Paid app from UK.pls help

2010-12-20 Thread Atik
Hi, I have publish 1 paid app from UK., initailly the price was set to 0.75GBP, but later i tried to change the price and i wrote 0.99$ there, even i forgot the current currency of UK should be mentioned. so now my app is not visible on market. can any one tell me what should i need to do . i want

[android-developers] error while updating sdk 2.3

2010-12-19 Thread Atik
Installed Android SDK Tools, revision 8 'adb kill-server' failed -- run manually if necessary. Unable to run 'adb': Cannot run program D:\Atiks Work\Android\android- sdk\tools\adb.exe: CreateProcess error=2, The system cannot find the file specified. 'adb start-server' failed. i m getting the

[android-developers] Re: problem in nested linear layout

2010-12-19 Thread Atik
hello boss.. i will just suggest u that better way use relative layout for the same so u can place the components betterway. i havent read the code. so cant comment on the current xml. On Dec 20, 11:37 am, pramod.deore deore.pramo...@gmail.com wrote: when I open this xml file with

[android-developers] Signed app.how to get LVL in source

2010-12-18 Thread Atik
Hello guys i have created one app. wanna sell for 1$. through eclipse i have exported signed app apk file. but now i m unaware of licensing and etc. adding LVL in code and all.. please guide me .where to get the library and how to add this in project. thanks -- You received this message because

[android-developers] snaps not attaching to market while uploading the app

2010-12-18 Thread Atik
hello, i have created application, i have tested it on device, and while uploading the app to market its giving me some erroe like The screenshot must be 320x480, 480x800, or 480x854 pixels. i have taken the screenshots of the emulator and uploading it.. pls tell me something.. i tried diff

[android-developers] Application not visible in market and on Developer console.where to check

2010-12-18 Thread Atik
is successfully uploaded. can any one tell me how to see that app on developer console. All Android Market Listing is still showing me blank page. can any one tell me how much time does it take to reflect the application in android market...please solve my issue.. Thanks Atik -- You received

[android-developers] Publishing app . what should be done

2010-12-17 Thread Atik
I have created on app . i need to publish it on the market. what steps i have to follow,signing the app, and licensing the app etc. and where to get all the details, and etc. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Brightness through seekbar.pls help

2010-12-16 Thread Atik
HI, i have gone through the settings app of android application on git. major java files to implement the brightness functionality through seek bar are BrightnessPreference.java DisplaySettings.java Display.java can i use this .. i m trying very diff approaches to get the desired effect..pls

[android-developers] how to download app from git.

2010-12-16 Thread Atik
hi need to check the source code execution from the git and repo but unable to find the correct way for the same. the sample code contains ample layout files. so pls tell me the how to use the same... i have allready installed the GIT BASH ..and through certain commands i have tried to

[android-developers] Re: how to connect gps in android emulator

2010-12-16 Thread Atik
Hi . go to emulator-ddms-emulator control-location control where u can set the lat and lon manually and can test it. On Dec 17, 10:11 am, j...@n$ janedevana...@gmail.com wrote: I tried to the location and display ip but the code is not working ,can any1 plz tell me how to get the location

[android-developers] Re: How to attache paypal account with android market

2010-12-15 Thread Atik
are bro u r from india. u cant create check out account and u cant sell apps on market... few countries like india are only allowed to upload the free apps... so hardluck.. but u can some one who will help u to publish the app and u will get the money.. i have done the same. Thanks Atik

[android-developers] Differnce Betn OnTap(int index) OnTap(GeoPoint p, Mapview v)

2010-12-13 Thread Atik
hello All, i want to implement app like. i want to show marker on the map. on tap it should display the dailog, and again i want that ontap, the map should get the zoom upto 20 level.. so can any one tell me how to do this.. or what is the differnce between above two methid if i ma using the

[android-developers] Re: Differnce Betn OnTap(int index) OnTap(GeoPoint p, Mapview v)

2010-12-13 Thread Atik
show the dialog and later on tap , it should zoom. pls suggest some modification in it. and let me know the diffrnces of the 2 taps..CAN WE USE THE 2 ONTAP FUNCTION IN ONE MAP ACTIVITY??? On Dec 13, 4:07 pm, ahmed jabir feelsocial.andr...@gmail.com wrote: ??? On Dec 13, 2010 2:56 PM, Atik

[android-developers] unable to download sdk 2.3

2010-12-09 Thread Atik
hi i m using android api level 8, froyo for developing application. but after trying to download the package from available packages in avd manager ...i only seen this error msg ** Downloading Android SDK Tools, revision 8 Installing Android SDK Tools, revision 8 [post_tools_install.bat]

[android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread Atik
...@android.com wrote: This is normal. Launch the SDK updater again and download the rest. On Thu, Dec 9, 2010 at 10:09 PM, Atik atik0...@gmail.com wrote: hi  i m using android api level 8, froyo for developing application. but after trying to download the package from available packages in avd

[android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread Atik
On Dec 10, 11:16 am, mine260309 mine260...@gmail.com wrote: the adb.exe related files are moved to sdk/platform-tools/, add that directory to your PATH, it will work. On Dec 10, 2:09 pm, Atik atik0...@gmail.com wrote: hi  i m using android api level 8, froyo for developing application

[android-developers] Map Overlays Null Pointer Exception..pls help

2010-12-06 Thread Atik
Hello guys, i have written the code to find the GPS location , it was working fine. later i have added one class for overlays but now its giving me nullpointer exception on populate function. the code is below *** package com.spsoft.lbs.gps; import

[android-developers] Map Overlays Null Pointer Exception..pls help

2010-12-06 Thread Atik
Hello guys I have created GPS code , so i m able to get my current location and i have added itemizedoverlay as inner class bcos i want to show the marker on my current location. on map. but now i m facing error i.e NullPointerexception ONPOPULATE method in that over lays class.. thanks atik pls

[android-developers] Diff between paid and add supported free apps

2010-12-03 Thread Atik
HI guys, can any one tell me what is the earning diffenrce between paid and add supported free android app. e.g i have created one app, quoted price will be 1$, and that application has 100 downloads, and 2nd scenario is i will keep the same app for free addition with some ads and will consider

[android-developers] how to zoom camera through code

2010-12-01 Thread Atik
Hello guys, i have created a camera app, but here i dont want to capture the image. just i want to put some zoom control similar like we have on google map inbuilt zoom controls or any else. but i need a funcationality that the after clicking on button the camera should zoom the image.. i have

[android-developers] Problem with Zoom controls on camera preview

2010-12-01 Thread Atik
HI All, i have open the camera preview, and i dont want to capture the image. i just want to zoom in/out . i am able to put the zoomcontroller on the preview from the layout xm file , but what next i need to right to start zooming the camera preview. plsss guide In Advance thanks.. -- You

[android-developers] problem with map overlays

2010-11-30 Thread Atik
i have taken the code for drawing the oath on the google map, from the google git.. but i m now stuck in some diff issue. i m unable to put a marker on the start and end point of the path drawn. pls suggest me.. actually in map activity in my project class is created by extending

[android-developers] Re: can we upgrade phone from 2.1 to 2.2

2010-11-29 Thread Atik
without any updates for lifetime with the same sdk. please clarify . i know i am wrong, but need some more info about it. Thanks Atik On Nov 29, 1:25 pm, Kostya Vasilyev kmans...@gmail.com wrote: If by Galaxy 3 you mean Galaxy S - Samsung started rolling out updates to 2.2 recently. The exact

[android-developers] Re: can we upgrade phone from 2.1 to 2.2

2010-11-29 Thread Atik
provided information specifically about that phone. -- Kostya 29.11.2010 13:03, Atik пишет: means u mean to say k user can update there SDK . i was thinking that once any one purchases a cell phone with a particular SDK , that will remain unchaged and we cant update the same. means i

[android-developers] can we upgrade phone from 2.1 to 2.2

2010-11-28 Thread Atik
hello all, i am planning to buy galaxy 3, which is having 2.1 eclairs sdk. so after few days can we update the mobile sdk versions to the new versions??? or we have to use 2.1 only for lifetime. pls suggest me android phone. -- You received this message because you are subscribed to the Google

[android-developers] Image Resizing and rescaling from code

2010-11-25 Thread Atik
Hi Friends, i have two images, first image of size 345x 465 and second of 495x321. so when i m using the first image in image view or layout, the image is best fitted with screen whereas when i am using second image then its not taking the full height of the phone or emulator and making data /text

[android-developers] touch zoom for image

2010-11-25 Thread Atik
hi, i have an image , the text is not much clearly visible so after displaying the image then i want that if user touch on screen the particular part will zoom by giving him the clear view to read... thx -- You received this message because you are subscribed to the Google Groups Android

[android-developers] unable to load listview from aSync Task, see the code

2010-11-25 Thread Atik
Hi i m trying to load the list view from websrvice.. i m getting the output in list when i m doing it alone but now in aSync task its giving me error.. see the class file below package com.example; import java.io.IOException; import java.util.ArrayList; import org.apache.http.ParseException;

[android-developers] can we create magnifier in android

2010-11-24 Thread Atik
hi.. can we create magnifier in android to read the text on some surface like newspaper etc. i need to save the zoom level for that perticluar appl ..is it possible in android.. pls reply -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Json paser showing array length as 0.. pls help

2010-11-24 Thread Atik
/1.1 200 OK)) line number 18 in First Class jsoNhelper.getJson(); why its giving null here.some time before it was giving me arraylentg =0.. pls reply On Nov 24, 1:26 pm, Sarwar Erfan erfanonl...@gmail.com wrote: On Nov 24, 12:33 pm, Atik atik0...@gmail.com wrote: hi guys this the class

[android-developers] Re: Json paser showing array length as 0.. pls help

2010-11-24 Thread Atik
that, there is a bug in your code. In your getResultsArrayList function you have: resultsJsonArray = jsonObject.getJSONArray(results); Which should be: resultsJsonArray = jsonObject.getJSONObject(responseData).getJSONArray(results); Regards Sarwar Erfan On Nov 24, 2:40 pm, Atik atik0

[android-developers] can we create app to use phone camera as magnifier

2010-11-24 Thread Atik
hi guys i need to know that can we use android phone camera as magnifier glass. i want to create such application, which will open the camera and zoom it to read some small text etc, it wont capture any picture neither it will record any video. pls suggest if any one have any ideas Thanks 'Atik

[android-developers] how to publish paid app from INDIA

2010-11-24 Thread Atik
Hi i am an Android developer,an i want to publish one paid app, the price range would be 0.99$ -1.99$, and i have the android market account but recently i came to know that from India i am not able to sell the application.. is there any other option, recently i came to know about

[android-developers] Re: how to publish paid app from INDIA

2010-11-24 Thread Atik
it ;) I am from Australia. Cheers Eric On Nov 25, 3:59 pm, Atik atik0...@gmail.com wrote: Hi i am an Android developer,an i want to publish one paid app, the price range would be 0.99$ -1.99$, and i have the android market account but recently i came to know that from India i am

[android-developers] google api ajax webservice

2010-11-23 Thread Atik
hi guys, i m stuck with an issue.. i have created json parser to parse the data from this http://ajax.googleapis.com/ajax/services/search/local?v=1.0sll=48.8565,2.3509q=restaurant i want to parse this data and wanna show in list view in android. please give me sampple code. actually ihave done

[android-developers] json parser giving no output

2010-11-23 Thread Atik
hello guys.. this is JSONhelper class where i m parsing theurl and finally in some another class i have written the follwing lines to get the output JSONhelper jsoNhelper=new JSONhelper(getApplicationContext()); jsoNhelper.getJson();

[android-developers] Json paser showing array length as 0.. pls help

2010-11-23 Thread Atik
hi guys this the class where i m parsing the values package com.example; import java.io.IOException; import java.util.ArrayList; import org.apache.http.HttpResponse; import org.apache.http.ParseException; import org.apache.http.client.ClientProtocolException; import