[android-developers] can't open keycharmap file

2012-01-26 Thread kiros88
Can't open keycharmap file Error loading keycharmap file '/system/usr/keychars/qtouch- touchscreen.kcm.bin'. Using default keymap: /system/usr/keychars/qwerty.kcm.bin What does this error Mean exactly. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] What happens when a phone call comes in?

2011-05-04 Thread kiros88
Hi I'm trying to figure out whats happens when a phone call gets recieved um basically want to know what happens programming wise because my app always seems to freeze the phone when a caller is calling the phone i know its cause of some thread i want to shut down so does anyone know where the

[android-developers] Re: What happens when a phone call comes in?

2011-05-04 Thread kiros88
Is there anyway to figure out if the the new intent is going to be the incoming call? On May 4, 12:31 pm, Kostya Vasilyev kmans...@gmail.com wrote: I would guess that the most important callback in this case is your activity's onPause and onStop. -- Kostya 04.05.2011 22:06, kiros88 пишет

[android-developers] Re: What happens when a phone call comes in?

2011-05-04 Thread kiros88
should not really care. What happens when you press the home key in your application? -- Kostya 04.05.2011 23:46, kiros88 пишет: Is there anyway to figure out if the the new intent is going to be the incoming call? On May 4, 12:31 pm, Kostya Vasilyevkmans...@gmail.com  wrote:  I would

[android-developers] Re: What happens when a phone call comes in?

2011-05-04 Thread kiros88
: 05.05.2011 0:38, kiros88 пишет: Yea it freezes too That should be easier / faster / cheaper to debug than incoming phone calls. so i have to figure that out but i think what were really trying to do is a get a demo working version up so when we present i just know if a phone call comes

[android-developers] Re: What happens when a phone call comes in?

2011-05-04 Thread kiros88
Actually sorry I do have a plan for the home bug um so thats y i needed only a solution for the call bug and the home bug is something that i can test later but yea I had a different scenario for that one On May 4, 1:47 pm, kiros88 ghui...@gmail.com wrote: Um well the bug i know is that i have

[android-developers] Keycode EVENTs

2011-04-04 Thread kiros88
Hi Im having an issue using th KeyCode_home event basically the button that usually takes the user to teh home wall of the phone. Iono if it is KEYCODE_HOME cuz when i try to manipulate like small task while keeping it the same it won't do it. Im not sure if thats because of a specific rule or if

[android-developers] DEBUG an error with inflate i think?

2011-04-04 Thread kiros88
04-05 01:30:26.100: ERROR/AndroidRuntime(595): FATAL EXCEPTION: main 04-05 01:30:26.100: ERROR/AndroidRuntime(595): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.bfrxtest/com.bfrxtest.BfrxZone}: android.view.InflateException: Binary XML file line #24: Error inflating class

[android-developers] what kind of error is this

2011-04-04 Thread kiros88
04-05 01:48:48.939: ERROR/ResourceType(295): Style contains key with bad type: 0x01010030 hey i tried looking online for an android error like this when the app crashes its alot longer but similiar it goes up to like 04-05 01:48:48.989: ERROR/ResourceType(295): Style contains key with bad type:

[android-developers] does anyone have an idea about m3u files

2011-03-24 Thread kiros88
Basically im trying to use this concept later messing around writing and create m3u files but one issue im dealing with right now is when i have a m3u file on the computer then i move it on tothe sd card through usb and mounting like the basic way then if i run the default app music player it wont

[android-developers] does anyone have an idea about m3u files

2011-03-24 Thread kiros88
Basically im trying to use this concept later messing around writing and create m3u files but one issue im dealing with right now is when i have a m3u file on the computer then i move it on tothe sd card through usb and mounting like the basic way then if i run the default app music player it wont

[android-developers] Android market?

2011-03-23 Thread kiros88
I hope this is okay to ask here but its jsut a simple questions im just curious does anyone knows if you can upload like a README file for the user so when they download the apk file they also download the .txt file with it? -- You received this message because you are subscribed to the Google

[android-developers] Re: Android market?

2011-03-23 Thread kiros88
, 2011 at 11:55 AM, kiros88 ghui...@gmail.com wrote: I hope this is okay to ask here but its jsut a simple questions im just curious does anyone knows if you can upload like a README file for the user so when they download the apk file they also download the .txt file with it? -- You

[android-developers] Re: Android market?

2011-03-23 Thread kiros88
So if i was programming it in when i need to acces that file where do i get the assets folder like if it was in res/ its usually like R.drawable.icon so what would itbe for assets On Mar 23, 11:17 am, Kostya Vasilyev kmans...@gmail.com wrote: 23.03.2011 21:10, kiros88 пишет: Actually okay

[android-developers] How to do a fade of views mostly radio buttons

2011-03-21 Thread kiros88
Hi i created my own radio button so basically it will deselect when u click it again if its already toggled on. my main question is if anyone knows like if u have a radio group and 3 radio buttons I select the top one and i want the other 2 to be faded? like its still there visible but is like

[android-developers] Re: How to do a fade of views mostly radio buttons

2011-03-21 Thread kiros88
, Mar 21, 2011 at 2:29 PM, kiros88 ghui...@gmail.com wrote: Hi i created my own radio button so basically it will deselect when u click it again if its already toggled on. my main question is if anyone knows like if u have a radio group and 3 radio buttons I select the top one and i want

[android-developers] How to create a view?

2011-03-17 Thread kiros88
I was wonder if somebody knows where to find source code of the radio button? i basically want to create a radiobutton class with like one extra variable a long so i figure i have to make a class that derives off of radiobutton but i kinda want to see example of that done by finding a source code

[android-developers] Re: How to create a view?

2011-03-17 Thread kiros88
://android.git.kernel.org/?p=platform/frameworks/base.git;a=summary under core/java/android/widget -- Kostya 17.03.2011 22:18, kiros88 пишет: I was wonder if somebody knows where to find source code of the radio button? i basically want to create a radiobutton class with like one extra

[android-developers] Re: How to create a view?

2011-03-17 Thread kiros88
So i also had another quesitons since i created a view based off of radio View how do i add that view now on eclipse in the palette side in the xml file im trying to add my radiobutton in it but it says it cant find the class so i guess it cant find the class becuase the class is in my src/ folder

[android-developers] Re: android TOAST?

2011-03-10 Thread kiros88
constantly while the toast is up On Mar 9, 2:51 pm, Hari Edo hari@gmail.com wrote: On Mar 9, 5:38 pm, kiros88 ghui...@gmail.com wrote: rather then the basic Ringer Volume display so i couldnt find any code that was using those words does anyone have an idea what it is like is it a toast

[android-developers] android toast alert?

2011-03-10 Thread kiros88
Is there any way programmically to tell if the toast is still appearing on the droid like there doesnt seem to be a getStatusFunction on the toast class that would do it. Is the only approach to doing this is having a timer that setsoff the same time the duration goes on so i can be sure the droid

[android-developers] android TOAST?

2011-03-09 Thread kiros88
So i just had a question basically When the music app the default one is being used when u use the volume control buttons a volume seekbar pops up like a toast Im just curious does anyone know if this is a toast or alert or dialogalert im like really confused how this works and i want to try and

[android-developers] Re: android TOAST?

2011-03-09 Thread kiros88
anyone have an idea what it is like is it a toast cuz if it is does anyone know how to put a seekbar and textview on a single toast On Mar 9, 2:29 pm, TreKing treking...@gmail.com wrote: On Wed, Mar 9, 2011 at 4:22 PM, kiros88 ghui...@gmail.com wrote: when u use the volume control buttons

[android-developers] custom Toast

2011-03-09 Thread kiros88
Hey Im trying to figure out y this is giving me a null pointer error basically Im trying to do this example ont he developers website http://developer.android.com/guide/topics/ui/notifiers/toasts.html the part where ist like custom views, Im only doing the text part so u can skip the image stuff

[android-developers] a different list mechanism

2011-02-14 Thread kiros88
Hi I was curious if anyone knew of a different list mechanism other then listview? that would list an array of strings for the user -- 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] Re: a different list mechanism

2011-02-14 Thread kiros88
Um well I was just curious if there was a different widget or a different android tool On Feb 14, 10:31 am, Mark Murphy mmur...@commonsware.com wrote: What are you expecting to be different about this different list mechanism? On Mon, Feb 14, 2011 at 1:29 PM, kiros88 ghui...@gmail.com wrote

[android-developers] Re: a different list mechanism

2011-02-14 Thread kiros88
just put a LinearLayout in your layout XML file, and add views to it dynamically from code (probably by using LayoutInflater so that each item's layout can be also defined in XML). -- Kostya 14.02.2011 21:40, kiros88 пишет: Um well I was just curious if there was a different widget

[android-developers] Back Button ?what it really does?

2011-02-02 Thread kiros88
Hi i was wondering what the back button really does okay so its kinda confusing but here is the problem? i have 2 tabs and another page of intent so my app acts like a music palyer basically that once u click on the song it brings u to another page. but on the first tab i have a seekbar thats

[android-developers] Re: Back Button ?what it really does?

2011-02-02 Thread kiros88
O yea just so if anyone wasnt sure i do have the format setup right like with setprogression and stuff in the code because like i said when i go to 2nd tab and back to 1st it looks good but im just trying to get the intent backbutton.1st tab to look right On Feb 2, 11:40 am, kiros88 ghui

[android-developers] Re: Back Button ?what it really does?

2011-02-02 Thread kiros88
it just calls finish() on itself. On Wed, Feb 2, 2011 at 11:40 AM, kiros88 ghui...@gmail.com wrote: Hi i was wondering what the back button really does okay so its kinda confusing but here is the problem? i have 2 tabs and another page of intent  so my app acts like a music

[android-developers] How to tell in code the orientation

2011-02-02 Thread kiros88
Hi so im going to make a layout for both horizontal and vertical layout but im trying to figure out right now is how u make the system know when i guess u create it? is there a way to check programmically? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Dynamic way to search File directory path

2011-02-02 Thread kiros88
Hi i was wondering if there was a way to find files dynamically through the sd card but like without using strings that i know like right now im doing File home = new File(/sdcard/); to just get taht directory is there a way to do one thats like dynamic to search through all folders in sd for

[android-developers] changing the name i guess?

2011-02-01 Thread kiros88
Hi i was wondering if anyone knew like basically i create an app HelloWorld so what i want to do is have another app with the same code on the phone but under a new name while still keeping the original app so i would have HelloWorld HelloWorldTest when i just change the app_name the phone

[android-developers] Radiogroup adding a radio button in listview

2011-01-20 Thread kiros88
Hi so basically im trying to have a list in extends ListActivity and stuff but right now im trying to get a listview of radio buttons which i guess works but now im trying to apply a radio group for the list. This is the part im stuck on so basically once i created my own array adapter i wanted

[android-developers] Re: Radiogroup adding a radio button in listview

2011-01-20 Thread kiros88
a scrollView so my idea is to use a ListView but I'm open to any new suggestions that just follow a criteria of have a list of radiobuttons that are dynamically defined and all stay in one radio group On Jan 20, 11:26 am, TreKing treking...@gmail.com wrote: On Thu, Jan 20, 2011 at 1:13 PM, kiros88 ghui

[android-developers] Quick Question about developer platform

2011-01-20 Thread kiros88
Hi i just wanted to know what ppl have been using for there developers platform. I'm basically using the raw version i guess using eclipse with android and going through that way. I was curious if anyone else has any idea which tools they use or another platform tool they use to develop android

[android-developers] Re: Quick Question about developer platform

2011-01-20 Thread kiros88
When you say default tools do u mean Eclipse? and using that stuff On Jan 20, 12:43 pm, TreKing treking...@gmail.com wrote: I stick with the default tools. On Thu, Jan 20, 2011 at 2:39 PM, kiros88 ghui...@gmail.com wrote: I'm basically using the raw version i guess using eclipse with android

[android-developers] Adding a footer

2011-01-20 Thread kiros88
Hi i wanted to know how to add a footer to an android Basically I know that the main method to do this is using a relativeLayout and then doing features like alignmenttoBottom = true or i might have spelled it wrong but thats my basic way to do it the problem is though im putting an EditText

[android-developers] Listview is listing my items in reverse

2011-01-12 Thread kiros88
Hi I'm just wondering y this is happening bascially i have a arrayadapter that prints out a array of strings in a listview btu iono why for some reason the list printout is in reverse like the list is starting from the bottom of the screen going up um? im not sure where to check i dont really

[android-developers] build-in Music App reinstall

2010-12-23 Thread kiros88
I know this topic has been around alot but my main question is. Im not trying to delete the built-in music App but I wanted to try and like reinstall the Exact same app. I found the source code online and figured i wanted to update the phone and install it but apparently i dont even touch it i get

[android-developers] Re: build-in Music App reinstall

2010-12-23 Thread kiros88
But is there a way to get that method where we can update it without using the android market On Dec 23, 3:32 pm, TreKing treking...@gmail.com wrote: On Thu, Dec 23, 2010 at 5:29 PM, kiros88 ghui...@gmail.com wrote: how to update it like what if android had a higher version app for music how

[android-developers] Re: build-in Music App reinstall

2010-12-23 Thread kiros88
the package name of the version you build, so you can install it in addition to the built-in one. On Thu, Dec 23, 2010 at 3:56 PM, kiros88 ghui...@gmail.com wrote: But is there a way to get that method where we can update it without using the android market On Dec 23, 3:32 pm, TreKing

[android-developers] jumping to a new screen

2010-12-14 Thread kiros88
Hi im kinda having a hard time thinking of what to research to do this but if anyone has an example on code for when the user like music picks a item off a list it goes onto a new screen. Whtas this called and does anyone know what function call i should be calling to open a new activity???

[android-developers] android manifest.xml missing

2010-12-13 Thread kiros88
Okay so basically i cant figure this out my project whne i create from exisitng projects has the manifest in it and it lets me create the project but as it opens it says error manifest is missing BUT It clearly isnt cuz in the project i see the manifest file on the bottom this is using eclipse

[android-developers] Re: onItemClick(AdapterView? parent, View view,

2010-12-02 Thread kiros88
to just return the View... As for the specific text, if you are returning a TextView t, then t.setText would work. On Wed, Dec 1, 2010 at 9:14 PM, kiros88 ghui...@gmail.com wrote: Okay i dont want to get to many ppl confused so im going to try to ask this very simply. When android

[android-developers] Re: onItemClick(AdapterView? parent, View view,

2010-12-02 Thread kiros88
onItemClick(AdapterView? parent, View view, int position, long id) { ((TextView)adapt.getView(position+1,null,parent)).setText(hello); And this doesnt work it crashes the app On Dec 2, 11:06 am, kiros88 ghui...@gmail.com wrote: Okay like where do u gets getView I dont see

[android-developers] Re: onItemClick(AdapterView? parent, View view,

2010-12-02 Thread kiros88
your data model (whatever you have an Adapter on), then update the ListView from the revised model. The way you would update the ListView varies by your type of Adapter, and it may be automatic. On Thu, Dec 2, 2010 at 2:18 PM, kiros88 ghui...@gmail.com wrote: Okay wait so i get

[android-developers] How to update an ArrayAdapter

2010-12-02 Thread kiros88
Okay So im basically come to a problem and a question im trying to search online for. I know your going to have to notifyDataSetChanged to update your listView but im having a hard time finding an example of how to update my arrayAdapter when data would change is there and example of how to do

[android-developers] Re: Array Adapter

2010-12-01 Thread kiros88
So basically on the function getView. I had a question im not sure about whats the argument View convertView for the middle? is taht suppose to be a default view or iono? On Nov 30, 9:01 pm, TreKing treking...@gmail.com wrote: On Mon, Nov 29, 2010 at 12:48 PM, kiros88 ghui...@gmail.com wrote

[android-developers] getView what the arguments means?

2010-12-01 Thread kiros88
so basically im trying to figure out what View convertView means exactly. On the definition it says The old view to reuse, if possible. Note: You should check that this view is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct

[android-developers] Re: getView what the arguments means?

2010-12-01 Thread kiros88
? On Wed, Dec 1, 2010 at 1:22 PM, kiros88 ghui...@gmail.com wrote: so basically im trying to figure out what View convertView means exactly. On the definition it says The old view to reuse, if possible. Note: You should check that this view is non-null and of an appropriate type before using

[android-developers] onItemClick(AdapterView? parent, View view,

2010-12-01 Thread kiros88
Okay i dont want to get to many ppl confused so im going to try to ask this very simply. When android goes to this function when a user clicks on a item on your listview. basically u get a parent who im assuming is the array of textview that was set up during the setAdapter phase and view which

[android-developers] Array Adapter

2010-11-29 Thread kiros88
Hi, So what im trying to understand is the array adapter when you create a listview. Im assuming the array adapter or adapterView parent is like a basic array that creates an array of textviews if thats what you want to create with your listviews. I'm just checking if thats right becuase my main

[android-developers] music app

2010-11-17 Thread kiros88
Hi i was wondering how easy this was for basically a music app and details on how to do it. Basically I'm trying to develop a list of songs like the default music app and when the user selects them that play symbol goes at the very end of the list but the thing is for my app when the user selects

[android-developers] setting the Static IP address

2010-11-08 Thread kiros88
Hi, So im not sure if this belows here but i need this option to work for my code. Basically on the real android phone im trying to set a static ip address for a single network not multiple and i go to network settings and menu-advance and set them the way i want. Then i try to connect to the