Friday, September 30, 2011

Re: [android-developers] real time gps tracking

On Wed, Sep 28, 2011 at 2:30 PM, natalka <mnatalka@gmail.com> wrote:
Can someone please help me out with the technologies i would need to do this?

There is documentation on getting the device location. That would be a good starting point.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] java.lang.ClassCastException: android.widget.CheckBox

On Wed, Sep 28, 2011 at 3:28 AM, chen potato <scholarlovepotato@gmail.com> wrote:
09-28 08:21:01.750: ERROR/AndroidRuntime(791): Caused by:
java.lang.ClassCastException: android.widget.CheckBox

You are apparently trying to cast a CheckBox to an EditText. Don't do that.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] about intents.

On Wed, Sep 28, 2011 at 8:13 AM, aditi badwe <aditi.abadwe@gmail.com> wrote:
hi if i am building the basic application for android in main .java
file in src folder then i have given a button in xml file...after
clicking on the button how could i go to next screen i.e screen 2??

Read the documentation and go through the samples.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[id-android] wta: HELP,dell streak stuck on logo dell

pagi rekan rekan,

mohon bantuan nie ceritanya abis cobain root dell streak teman dan sekarang stuck on logo dell,kira kira langkah apa yang harus dilakukan/terima kasih atas sran dan masukannya

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [android-developers] HTTP response Problem

On Tue, Sep 27, 2011 at 5:44 PM, daniel_nyberg@hotmail.com <daniel_nyberg@hotmail.com> wrote:
I am trying to read the data from a web site, (in string format).
The problem is that, after executed the row "response =
client.execute(request);" it jumps directly to "}finally{"
WHY????

I would guess because it's throwing an exception. Sounds like you need to read up on that topic. Also read the documentation section on debugging.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[id-android] Re: WTA : Cara berhenti langganan Paket Telkomsel

flash small deno itu yang harga 1000 s/d 50rb
untuk cek melalui SMS dengan format : FLASH INFO dan kirim SMS ke 3636
atau *889#
untuk berhenti melalui SMS dengan format : FLASH OFF dan kirim SMS ke
3636

On Sep 30, 9:17 pm, Khaikal Muhammad <mkhai...@gmail.com> wrote:
> As subject..
> Tadi sodara minta di registrasi paket Flash Unlimited Telkomsel yang 1
> Bulan.
> Setelah saya registrasi, saya mendapat pemberitahuan bahwa paket Telkomsel
> Flash Unlimitednya gak bisa di ambil, karena saya sedang berlangganan paket
> flash smalldeno..
> Yang saya bingung, sodara saya bilang bahwa dia tidak pernah mengambil paket
> itu..
> Nah, ada gak diantara teman-teman id-android yg mengalami masalah yang sama?
> Bagaimana cara mengatasinya atau cara unreg paket smalldeno itu?
> Mohon bantuan dari rekan sekalian. :)
>
> ____________________________
> sent thru MIUI Incredible 2
> Powered by EVDO [#ihateslow]

--
"Indonesian Android Community" Join: http://forum.android.or.id

===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============

Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

[android-developers] Re: XML DOM Parser works in JAVA, Crashes Android App, Now XMLPullParser

Thanks Kostya,
I changed the '0' to a '1' without success. Actually Chars have only
2 fields: a char and an int, which I thought setters were for. The
thing of it is that I keep getting an XMLPullParserException, saying
that I'm reading line -1, column -1.

Thanks.

Chris

On Sep 30, 6:18 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> I don't see your code ever assigning anything to myCh, so expect it to crash
> when trying to call setTheChar and setCount.
>
> Also, that charAt(0) should really be charAt(1), no?
>
> --
> Kostya Vasilyev
> 01.10.2011 2:03 пользователь "Dancing Fingers" <batym...@gmail.com> написал:
>
>
>
>
>
>
>
> > So I'm starting to suspect my XML file. Here it is:
>
> > <?xml version="1.0" encoding="UTF-8"?>
> > <Chars>
> > <ChPair>
> > <ch>"E"</ch>
> > <ct>175391</ct>
> > </ChPair>
>
> > <ChPair>
> > <ch>"T"</ch>
> > <ct>129899</ct>
> > </ChPair>
>
> > <ChPair>
> > <ch>"A"</ch>
> > <ct>110693</ct>
> > </ChPair>
>
> > <ChPair>
> > <ch>"O"</ch>
> > <ct>108786</ct>
> > </ChPair>
> > </Chars>
>
> > I rewrote the method to use a XML pull parser:
>
> > public void parseCharXmlFile(){
> > Chars myCh = null;
> > String nameTag= "";
>
> > try {
> > InputStream iStrm = getResources().openRawResource(R.xml.chars);
> > XmlPullParser parser = Xml.newPullParser();
> > parser.setInput(iStrm, null);
> > int eventType = parser.getEventType();
> > boolean done = false;
>
> > while (eventType != XmlPullParser.END_DOCUMENT ){
> > switch (eventType){
> > case XmlPullParser.START_DOCUMENT:
> > chars.clear();
> > break;
> > case XmlPullParser.START_TAG:
> > nameTag = parser.getName();
> > if (nameTag.equalsIgnoreCase("ch") ) {
> > myCh.setTheChar(parser.nextText().charAt(0));
> > }else if (nameTag.equalsIgnoreCase("count")) {
> > myCh.setCount(Integer.parseInt(parser.nextText()));
> > chars.add(myCh);
> > }
> > break;
> > } // event switch end
> > eventType = parser.next();
> > }
> > } catch (Exception e) {
> > throw new RuntimeException(e);
> > }
>
> > }
>
> > Every thing that I've read indicate that this should work. Any
> > thoughts would be appreciated.
>
> > Chris
>
> > --
> > 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 to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] android customization issue

On Fri, Sep 30, 2011 at 8:28 AM, sourabh sahu <souruitian@gmail.com> wrote:
i want to customize os. ... any inputs is highly appreciated.

Ask in a forum that is dedicated to customizing the OS.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] Re: OOT : Happy Birthday to Alex Chandra & Yopie Suryadi

Happy Birthday, Om Alex
Happy Birthday, Om Yopie
Wish you all the best.

Salam,
Santhony


Sent from EVO 3D
powered by smartfren

-----Original Message-----
From: "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
Sender: id-android@googlegroups.com
Date: Fri, 30 Sep 2011 17:41:44
To: <id-android@googlegroups.com>
Reply-To: id-android@googlegroups.com
Subject: [id-android] Re: OOT : Happy Birthday to Alex Chandra & Yopie Suryadi

Jiah ketinggalan juga met ulang tahun buat Yopie, semoga cepat nambah anak lagi.


Sent via INDOSAT Network

-----Original Message-----
From: "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
Date: Fri, 30 Sep 2011 17:13:44
To: <id-android@googlegroups.com>
Reply-To: subanindiyo.ardi@gmail.com
Subject: OOT : Happy Birthday to Alex Chandra

Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan lancar untuk rencana menikahnya tahun ini. Amin.
Sent via INDOSAT Network

--
"Indonesian Android Community" Join: http://forum.android.or.id

===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============

Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id

===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============

Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

[android-developers] LVL, DeviceLimiter and userId

I'm looking at the LVL code and had a question about user identity and
the DeviceLimiter interface. I've one app in the Android Market that
uses LVL in its recommended form, so users can install the application
on any device they have set up their account on. Early indications are
that the software is being repeat-installed at a higher rate than I'd
expect - 40% of users have my application installed on more than one
device. That seems a bit high but, for that application in particular,
it is no more significant than some lost sales - there are no ongoing
running costs for me to support.

It is enough to make me concerned about my next app though, which
requires a server in the cloud. Application sales should cover the
cost of this but if the repeat installation rate is high, my
application may not be sustainable in the medium to long term - server
costs will eat into income and I could end up running at a significant
loss - and the more popular the app becomes, the bigger that problem
is. So this got me thinking. Repeat installations by one used are not
a problem, but one core function will account for the majority of
server load - both processing and bandwidth. So, my tentative thought
is that if a user is currently using that core function on one of
their devices, they will not be able to use that function on any other
until they are done with it on the first device.

To be able to implement this I need access to a piece of data that is
common to all the installations, which brings me round to the
DeviceLimiter interface. Is the userId supplied here the same for a
given application, purchased by a single user, regardless of the
device it is installed on? Or is it the ANDROID_ID for the device? I
don't want any identifying information (like an email address), I just
want to be able to spot, from my server code, when multiple instances
of a single purchase are using my (relatively) expensive resources
simultaneously.

A fall back solution would involve the user putting in their Google
Checkout order number to activate the application - is there a service
exposed to securely obtain details about an order that my server could
make use of? All I really need is to know is the application
purchased.

A bit rambling I know, but any suggestions on ways of tackling this
issue are most welcome.

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] WTA : Android Casio GzOne Commando

Dulu juragan cideng pernah jual tuh.. Tp lmyan mahal,  katanya krn ada sertifikasi military purpose..

Sent from Mr.Incredible

On Sep 30, 2011 11:44 PM, "Oza Ghozali" <dr.oza2003@gmail.com> wrote:
> telpon verizon ajah langsung bro. beli yang non contract.
> On Sep 30, 2011 11:39 AM, "Justinus U Adrianto" <jusdroid69@gmail.com>
> wrote:
>> Seperti judul, kira2 masih ada yg jual gak ya ?
>>
>> --
>> Jus*
>> 02140159515
>> /motorola_verizon_powered_by_smart/
>> || dari pc windows xp original ||
>> ~ my porfolio foto http://www.firnaglass.com/ ~
>>
>>
>>
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [android-developers] barcode scanner not launching

I suggest using their IntentIntegrator, as I did in this somewhat-old
sample project:

https://github.com/commonsguy/zxingdemo

Also, delete your <intent-filter> -- *you* are not *implementing* an
activity supporting com.google.zxing.client.android.SCAN. You are
*consuming* an activity from the Barcode Scanner application that
implements com.google.zxing.client.android.SCAN.

Beyond that, since you did not state what your problem is, it may be
difficult for people to assist you.

On Fri, Sep 30, 2011 at 7:30 PM, leigh8347 <leigh8347@aol.com> wrote:
> im having a little trouble with my app
>
> i want the barcode scanner to open on the click of a button(scan1),
> scan barcode, and return details to a edittext (barcode1).
>
> here is what i have so far......
>
> package com.android.app;
>
> import android.app.Activity;
> import android.content.Intent;
> import android.os.Bundle;
> import android.view.View;
> import android.widget.Button;
> import android.widget.EditText;
>
>        public class Scanner extends Activity {
>
>            /** Called when the activity is first created. */
>            @Override
>            public void onCreate(Bundle savedInstanceState) {
>                super.onCreate(savedInstanceState);
>                setContentView(R.layout.scanner);}
>
>            public Button.OnClickListener scan1 = new
> Button.OnClickListener() {
>                public void onClick(View v) {
>                    Intent intent = new
> Intent("com.google.zxing.client.android.SCAN");
>                    intent.setPackage("com.google.zxing.client.android");
>                    intent.putExtra("SCAN_MODE", "PRODUCT_MODE");
>                    startActivityForResult(intent, 0);
>                }
>        };
>
>            public void onActivityResult(int requestCode, int resultCode,
> Intent intent) {
>                if (requestCode == 0) {
>                    if (resultCode == RESULT_OK) {
>                        String contents =
> intent.getStringExtra("SCAN_RESULT");
>                        // Handle successful scan
>                        EditText editComment =
> (EditText)findViewById(R.id.barcode1);
>                                editComment.setText(contents);
>                    } else if (resultCode == RESULT_CANCELED) {
>                        // Handle cancel
>                    }
>                }
>            }
>
> }
>
>
> this is my manifest entry......
>
>                <activity android:name=".Scanner" android:label="@string/app_name" >
>                        <intent-filter>
>        <action android:name="com.google.zxing.client.android.SCAN"/>
>        <category android:name="android.intent.category.DEFAULT"/>
>      </intent-filter>
>                </activity>
>
>
> any help would be great
>
> many thanks
>
> --
> 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 to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0
Available!

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] WTA: Email client yg bs di cubit cubit

Klo stok email dan gmail bawaan android ga bs cubit2an :(

On Oct 1, 2011 4:28 AM, "Vanda" <vandasco@gmail.com> wrote:
> stock email client atrix saya bisa cubit2 dan zoom in/out om
> kalo gmail saat ini cuma bisa rubah font size di setting :-)
>
>
> 2011/9/30 Iwan@robotijo <iwan@robotijo.org>
>
>> dear all,
>>
>> Tertarik liat emailnya BB 9900, di email clientnya pas baca isi body
>> emailnya bisa di zOOm in/out dan dicubit2. Ada gak email client di Android
>> spt itu? dan AFAIK selama ini gmail belum bisa apa2 kecuali bisa copy paste
>> aja.
>>
>> thx ya
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>>
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

[android-developers] barcode scanner not launching

im having a little trouble with my app

i want the barcode scanner to open on the click of a button(scan1),
scan barcode, and return details to a edittext (barcode1).

here is what i have so far......

package com.android.app;

import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;

public class Scanner extends Activity {

/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.scanner);}

public Button.OnClickListener scan1 = new
Button.OnClickListener() {
public void onClick(View v) {
Intent intent = new
Intent("com.google.zxing.client.android.SCAN");
intent.setPackage("com.google.zxing.client.android");
intent.putExtra("SCAN_MODE", "PRODUCT_MODE");
startActivityForResult(intent, 0);
}
};

public void onActivityResult(int requestCode, int resultCode,
Intent intent) {
if (requestCode == 0) {
if (resultCode == RESULT_OK) {
String contents =
intent.getStringExtra("SCAN_RESULT");
// Handle successful scan
EditText editComment =
(EditText)findViewById(R.id.barcode1);
editComment.setText(contents);
} else if (resultCode == RESULT_CANCELED) {
// Handle cancel
}
}
}

}


this is my manifest entry......

<activity android:name=".Scanner" android:label="@string/app_name" >
<intent-filter>
<action android:name="com.google.zxing.client.android.SCAN"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>


any help would be great

many thanks

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] WTA Flyer vs Tab 7

Sudah berhasil meng s off kan si flyer tapi masih belum berhasil me rootnya.
Adakah master yang berposisi di selatan atau timur jakarta yg bersedia membantu sambil menambah teman baru? Coffee and donut on me :-)

seriusan nih para master, kalo ada yang bisa bikin kayak usul Bos Iwan, saya samperin deh..
Makasihhhhh

indra

On 1 Oct 2011 01:20, "Iwan Suryolaksono" <iwansuryo@gmail.com> wrote:

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [android-developers] DrawTextOnPath advice needed.

It turns out the math wasn't good enough. My approximation of distances wasn't accurate enough; I have to do a few more square roots. 

With that in mind, I can space the text along the path. 

I haven't solved the other problem yet, but if I have several labels at intervals on a path, chances are at least one of them won't look hideous. 

Nathan  

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] OOT : Happy Birthday to Alex Chandra

Woii..
Itu siggy-nya bikin mupeng ;)
Emang udh bisa yah disini?

Sent from Mr.Incredible

On Oct 1, 2011 6:06 AM, "Arya Mada" <arya.mada@gmail.com> wrote:
> Wuih... Hepi rockin bday Om Alex!!!
> Sakses terus laaaah
>
> sent thru MadroidInc2
> powered by Smartfren Rev B
> On Oct 1, 2011 4:28 AM, "Wen Wen Handriputra®" <wendroids@gmail.com> wrote:
>> Happy bday bro alex chandra
>>
>> Tamba sukses dan android selalu hehehe
>> On Oct 1, 2011 12:05 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
>> wrote:
>>> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan
>> lancar untuk rencana menikahnya tahun ini. Amin.
>>> Sent via INDOSAT Network
>>>
>>> --
>>> "Indonesian Android Community" Join: http://forum.android.or.id
>>>
>>> ===============
>>> Join ID-ANDROID Developers
>>> http://groups.google.com/group/id-android-dev
>>> ---------------------
>>> Gunakan Paket Unlimited Data XL Mobile Broadband
>>> http://www.xl.co.id/XLInternet/BroadbandInternet
>>> --------------------
>>> PING'S Mobile - Plaza Semanggi
>>> E-mail: info@pings-mobile.com Ph. 021-25536796
>>> --------------------
>>> i-gadget Store - BEC Bandung
>>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>>> --------------------
>>> Toko EceranShop - BEC Bandung
>>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>>> ===============
>>>
>>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

[android-developers] Re: How to get pure UTC time?

I also have a need for accurate NTP embedded into my app. I am
writing a very accurate musical instrument tuner. One of the things
that such an app needs to do is to calibrate the device to compensate
for variations in the sound system's quartz crystal time base. On
another platform I did this by having the user call up the NIST's free
time and frequency standard service on a wired phone and let my app
listen to the 500 Hz or 600 Hz reference tones. But that is a pain
for the user. I would like to offer a alternative NTP method of doing
this for devices that have occasional broadband internet connection..
My idea is to sample NTP time at the same time that I start counting
audio packets coming in from the sound API. Then after some time
(maybe 10 minutes) sample NTP again. By knowing the difference in NTP
time and the number of audio packets processed I can find the
necessary calibration for that device. The accuracy I am looking for
is 1 part in 200,000. For a 10-minute sample interval that translates
to a total time accuracy of 3 msec. If that is difficult to do with
NTP then I could extend my sample time to 100 minutes. Then I would
only need 30 msec. time accuracy. But the longer I make the sample
period the more of a pain it becomes for the user, even if he only has
to do this once when the app is first installed. Can anyone tell me
if embedding NTP into my app is likely to serve this purpose?

On Sep 30, 2:48 pm, Jim Graham <spooky1...@gmail.com> wrote:
> On Wed, Sep 28, 2011 at 11:52:18AM -0700, cool_zack wrote:
>
> > I want to get UTC time. It should not change except for tiny
> > adjustments that happen from Network. User modifications to the time
> > on the device must not affect it.
>
> What you're asking for is SNTP (often abbreviated as NTP).  If all you
> need is an app, search in the market for NTP.  Most of the NTP apps
> will set your device's clock (requires root).
>
> There's an app, called "UTC Time" which displays local time and UTC
> side by side.  With a rooted device, it will also keep your device's
> time set to whichever SNTP server you have it configured for.
>
> If you need this for an app you're writing, let me know what you find,
> as I have some ideas along that line, myself......
>
> Later,
>    --jim
>
> --
> THE SCORE:  ME:  2  CANCER:  0
> 73 DE N5IAL (/4)        | Remember your spelling rules, including:
> spooky1...@gmail.com    |   I before E except after C
> < Running FreeBSD 7.0 > |
> ICBM / Hurricane:       |   BEING a native-born American, I don't
>    30.44406N 86.59909W  |   always notice our WEIRD spelling....
>
> Android Apps Listing athttp://www.jstrack.org/barcodes.html

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] OOT : Happy Birthday to Alex Chandra

Wuih... Hepi rockin bday Om Alex!!!
Sakses terus laaaah

sent thru MadroidInc2
powered by Smartfren Rev B

On Oct 1, 2011 4:28 AM, "Wen Wen Handriputra®" <wendroids@gmail.com> wrote:
> Happy bday bro alex chandra
>
> Tamba sukses dan android selalu hehehe
> On Oct 1, 2011 12:05 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
> wrote:
>> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan
> lancar untuk rencana menikahnya tahun ini. Amin.
>> Sent via INDOSAT Network
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] Re: OOT : Happy Birthday to Alex Chandra & Yopie Suryadi

hepi birdday om alex n om yopie eh hepi birthday ^_^

wish u all best

On Oct 1, 2011 12:33 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com> wrote:
> Jiah ketinggalan juga met ulang tahun buat Yopie, semoga cepat nambah anak lagi.
>
>
> Sent via INDOSAT Network
>
> -----Original Message-----
> From: "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
> Date: Fri, 30 Sep 2011 17:13:44
> To: <id-android@googlegroups.com>
> Reply-To: subanindiyo.ardi@gmail.com
> Subject: OOT : Happy Birthday to Alex Chandra
>
> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan lancar untuk rencana menikahnya tahun ini. Amin.
> Sent via INDOSAT Network
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] OOT : Happy Birthday to Alex Chandra

Ah.. Satpam milis ultah nih ;)
Happy bday ya bro.. And smoga jd nikah nih thn ini he he he..

Sent from Mr.Incredible

On Oct 1, 2011 5:54 AM, "Petra Immanuel" <petra.immanuel@gmail.com> wrote:
> Selamat Ultah Suhu Alex, semakin sukses dan sehat selalu yah
>
> On Sat, Oct 1, 2011 at 5:48 AM, Cecep Zahrudin <czaning@gmail.com> wrote:
>
>> Selamat ulang tahun Lex, semoga panjang umur dan rooted selalu.
>> :D
>>
>> Chepy@StreakDroid
>> On Oct 1, 2011 4:29 AM, "Wen Wen Handriputra®" <wendroids@gmail.com>
>> wrote:
>> > Happy bday bro alex chandra
>> >
>> > Tamba sukses dan android selalu hehehe
>> > On Oct 1, 2011 12:05 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
>> > wrote:
>> >> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan
>> > lancar untuk rencana menikahnya tahun ini. Amin.
>> >> Sent via INDOSAT Network
>> >>
>> >> --
>> >> "Indonesian Android Community" Join: http://forum.android.or.id
>> >>
>> >> ===============
>> >> Join ID-ANDROID Developers
>> >> http://groups.google.com/group/id-android-dev
>> >> ---------------------
>> >> Gunakan Paket Unlimited Data XL Mobile Broadband
>> >> http://www.xl.co.id/XLInternet/BroadbandInternet
>> >> --------------------
>> >> PING'S Mobile - Plaza Semanggi
>> >> E-mail: info@pings-mobile.com Ph. 021-25536796
>> >> --------------------
>> >> i-gadget Store - BEC Bandung
>> >> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> >> --------------------
>> >> Toko EceranShop - BEC Bandung
>> >> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> >> ===============
>> >>
>> >> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>> >
>> > --
>> > "Indonesian Android Community" Join: http://forum.android.or.id
>> >
>> > ===============
>> > Join ID-ANDROID Developers
>> > http://groups.google.com/group/id-android-dev
>> > ---------------------
>> > Gunakan Paket Unlimited Data XL Mobile Broadband
>> > http://www.xl.co.id/XLInternet/BroadbandInternet
>> > --------------------
>> > PING'S Mobile - Plaza Semanggi
>> > E-mail: info@pings-mobile.com Ph. 021-25536796
>> > --------------------
>> > i-gadget Store - BEC Bandung
>> > E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> > --------------------
>> > Toko EceranShop - BEC Bandung
>> > E-mail: willy@eceranshop.com Ph. 0815-56599888
>> > ===============
>> >
>> > Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>>
>
>
>
> --
> Rgds,
>
> Petra Immanuel
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] Re: OOT : Happy Birthday to Alex Chandra & Yopie Suryadi

Ah.. Suhu yg satu ini udh jarang posting nih.. Eniway,  met bday hu.. Wish u all the best ;)

Sent from Mr.Incredible

On Oct 1, 2011 5:55 AM, "Petra Immanuel" <petra.immanuel@gmail.com> wrote:
> met ultah suhu Yopie. sehat dan sukses selalu yah Hu
>
> On Sat, Oct 1, 2011 at 12:35 AM, indrawan g <girezt.onimusha@gmail.com>wrote:
>
>> ikutan lg..hbd bro yopie
>> sol
>>
>> my id its onimusha
>> On Oct 1, 2011 12:33 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
>> wrote:
>> > Jiah ketinggalan juga met ulang tahun buat Yopie, semoga cepat nambah
>> anak lagi.
>> >
>> >
>> > Sent via INDOSAT Network
>> >
>> > -----Original Message-----
>> > From: "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
>> > Date: Fri, 30 Sep 2011 17:13:44
>> > To: <id-android@googlegroups.com>
>> > Reply-To: subanindiyo.ardi@gmail.com
>> > Subject: OOT : Happy Birthday to Alex Chandra
>> >
>> > Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan
>> lancar untuk rencana menikahnya tahun ini. Amin.
>> > Sent via INDOSAT Network
>> >
>> > --
>> > "Indonesian Android Community" Join: http://forum.android.or.id
>> >
>> > ===============
>> > Join ID-ANDROID Developers
>> > http://groups.google.com/group/id-android-dev
>> > ---------------------
>> > Gunakan Paket Unlimited Data XL Mobile Broadband
>> > http://www.xl.co.id/XLInternet/BroadbandInternet
>> > --------------------
>> > PING'S Mobile - Plaza Semanggi
>> > E-mail: info@pings-mobile.com Ph. 021-25536796
>> > --------------------
>> > i-gadget Store - BEC Bandung
>> > E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> > --------------------
>> > Toko EceranShop - BEC Bandung
>> > E-mail: willy@eceranshop.com Ph. 0815-56599888
>> > ===============
>> >
>> > Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>>
>
>
>
> --
> Rgds,
>
> Petra Immanuel
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] Re: OOT : Happy Birthday to Alex Chandra & Yopie Suryadi

met ultah suhu Yopie. sehat dan sukses selalu yah Hu

On Sat, Oct 1, 2011 at 12:35 AM, indrawan g <girezt.onimusha@gmail.com> wrote:

ikutan lg..hbd bro yopie
sol

my id its onimusha

On Oct 1, 2011 12:33 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com> wrote:
> Jiah ketinggalan juga met ulang tahun buat Yopie, semoga cepat nambah anak lagi.
>
>
> Sent via INDOSAT Network
>
> -----Original Message-----
> From: "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
> Date: Fri, 30 Sep 2011 17:13:44
> To: <id-android@googlegroups.com>
> Reply-To: subanindiyo.ardi@gmail.com
> Subject: OOT : Happy Birthday to Alex Chandra
>
> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan lancar untuk rencana menikahnya tahun ini. Amin.
> Sent via INDOSAT Network
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21



--
Rgds,

Petra Immanuel

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] OOT : Happy Birthday to Alex Chandra

Selamat Ultah Suhu Alex, semakin sukses dan sehat selalu yah

On Sat, Oct 1, 2011 at 5:48 AM, Cecep Zahrudin <czaning@gmail.com> wrote:

Selamat ulang tahun Lex, semoga panjang umur dan rooted selalu.
:D

Chepy@StreakDroid

On Oct 1, 2011 4:29 AM, "Wen Wen Handriputra®" <wendroids@gmail.com> wrote:
> Happy bday bro alex chandra
>
> Tamba sukses dan android selalu hehehe
> On Oct 1, 2011 12:05 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
> wrote:
>> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan
> lancar untuk rencana menikahnya tahun ini. Amin.
>> Sent via INDOSAT Network
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21



--
Rgds,

Petra Immanuel

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] OOT : Happy Birthday to Alex Chandra

Selamat ulang tahun Lex, semoga panjang umur dan rooted selalu.
:D

Chepy@StreakDroid

On Oct 1, 2011 4:29 AM, "Wen Wen Handriputra®" <wendroids@gmail.com> wrote:
> Happy bday bro alex chandra
>
> Tamba sukses dan android selalu hehehe
> On Oct 1, 2011 12:05 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com>
> wrote:
>> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan
> lancar untuk rencana menikahnya tahun ini. Amin.
>> Sent via INDOSAT Network
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Join ID-ANDROID Developers
>> http://groups.google.com/group/id-android-dev
>> ---------------------
>> Gunakan Paket Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> PING'S Mobile - Plaza Semanggi
>> E-mail: info@pings-mobile.com Ph. 021-25536796
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> ===============
>>
>> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [id-android] OOT : Happy Birthday to Alex Chandra

Met ultah bro...semoga sukses & banyak rejeki

Regards,
Wresnimoyo
send from htc dhd

On Oct 1, 2011 1:04 AM, "Subanindiyo Ardi" <subanindiyo.ardi@gmail.com> wrote:
> Met ulang tahun Alex, semoga selalu sehat, dikasihi oleh Tuhan YME dan lancar untuk rencana menikahnya tahun ini. Amin.
> Sent via INDOSAT Network
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Join ID-ANDROID Developers
> http://groups.google.com/group/id-android-dev
> ---------------------
> Gunakan Paket Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> PING'S Mobile - Plaza Semanggi
> E-mail: info@pings-mobile.com Ph. 021-25536796
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> ===============
>
> Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Join ID-ANDROID Developers
http://groups.google.com/group/id-android-dev
---------------------
Gunakan Paket Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
PING'S Mobile - Plaza Semanggi
E-mail: info@pings-mobile.com Ph. 021-25536796
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
===============
 
Aturan Jualan dan Kloteran ID-Android http://goo.gl/YBN21

Re: [android-developers] Re: XML DOM Parser works in JAVA, Crashes Android App, Now XMLPullParser

I don't see your code ever assigning anything to myCh, so expect it to crash when trying to call setTheChar and setCount.

Also, that charAt(0) should really be charAt(1), no?

--
Kostya Vasilyev

01.10.2011 2:03 пользователь "Dancing Fingers" <batymahn@gmail.com> написал:
> So I'm starting to suspect my XML file. Here it is:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <Chars>
> <ChPair>
> <ch>"E"</ch>
> <ct>175391</ct>
> </ChPair>
>
> <ChPair>
> <ch>"T"</ch>
> <ct>129899</ct>
> </ChPair>
>
> <ChPair>
> <ch>"A"</ch>
> <ct>110693</ct>
> </ChPair>
>
> <ChPair>
> <ch>"O"</ch>
> <ct>108786</ct>
> </ChPair>
> </Chars>
>
>
> I rewrote the method to use a XML pull parser:
>
>
> public void parseCharXmlFile(){
> Chars myCh = null;
> String nameTag= "";
>
> try {
> InputStream iStrm = getResources().openRawResource(R.xml.chars);
> XmlPullParser parser = Xml.newPullParser();
> parser.setInput(iStrm, null);
> int eventType = parser.getEventType();
> boolean done = false;
>
> while (eventType != XmlPullParser.END_DOCUMENT ){
> switch (eventType){
> case XmlPullParser.START_DOCUMENT:
> chars.clear();
> break;
> case XmlPullParser.START_TAG:
> nameTag = parser.getName();
> if (nameTag.equalsIgnoreCase("ch") ) {
> myCh.setTheChar(parser.nextText().charAt(0));
> }else if (nameTag.equalsIgnoreCase("count")) {
> myCh.setCount(Integer.parseInt(parser.nextText()));
> chars.add(myCh);
> }
> break;
> } // event switch end
> eventType = parser.next();
> }
> } catch (Exception e) {
> throw new RuntimeException(e);
> }
>
> }
>
>
> Every thing that I've read indicate that this should work. Any
> thoughts would be appreciated.
>
> Chris
>
> --
> 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 to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: XML DOM Parser works in JAVA, Crashes Android App, Now XMLPullParser

So I'm starting to suspect my XML file. Here it is:

<?xml version="1.0" encoding="UTF-8"?>
<Chars>
<ChPair>
<ch>"E"</ch>
<ct>175391</ct>
</ChPair>

<ChPair>
<ch>"T"</ch>
<ct>129899</ct>
</ChPair>

<ChPair>
<ch>"A"</ch>
<ct>110693</ct>
</ChPair>

<ChPair>
<ch>"O"</ch>
<ct>108786</ct>
</ChPair>
</Chars>


I rewrote the method to use a XML pull parser:


public void parseCharXmlFile(){
Chars myCh = null;
String nameTag= "";

try {
InputStream iStrm = getResources().openRawResource(R.xml.chars);
XmlPullParser parser = Xml.newPullParser();
parser.setInput(iStrm, null);
int eventType = parser.getEventType();
boolean done = false;

while (eventType != XmlPullParser.END_DOCUMENT ){
switch (eventType){
case XmlPullParser.START_DOCUMENT:
chars.clear();
break;
case XmlPullParser.START_TAG:
nameTag = parser.getName();
if (nameTag.equalsIgnoreCase("ch") ) {
myCh.setTheChar(parser.nextText().charAt(0));
}else if (nameTag.equalsIgnoreCase("count")) {
myCh.setCount(Integer.parseInt(parser.nextText()));
chars.add(myCh);
}
break;
} // event switch end
eventType = parser.next();
}
} catch (Exception e) {
throw new RuntimeException(e);
}

}


Every thing that I've read indicate that this should work. Any
thoughts would be appreciated.

Chris

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Accessory Kit and any other phone than a Nexus

Anyone ever get the accessory DemoKit to load on any other phone other
than a nexus?
I'm trying with a Galaxy tab and a t-mobile G2, both are running
android 2.3.4, which ought have everything.

Loading the apk gives me this error, and my android ide and libraries
are all up to date.

Package com.google.android.DemoKit requires unavailable shared library
com.android.future.usb.accessory; failing!

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Bizarre jump in ratings/comments - just me?

Today I noticed one of my apps (and only one) got a strange jump in ratings.  Approximately +124 four star ratings and +124 comments (but there are no comments to go with this, in the console) - this actually brings the average rating of the app down half a star...  This is highly unusual as before this the app only had 57 ratings with ~18k total installs, 7k active, which follows the typical rating per user percentages I've seen with my other apps.  This is a live wallpaper, a free version.  The live wallpaper space seems pretty polluted right now with people stealing art from deviantart and other places and just putting tons and tons of them in the market, with useless updates to keep showing up in "just in," on older markets.  I'm not paranoid about it, but there's definitely people out there trying to game the system, and of course the market glitches we've all seen.  I do see one comment that appeared earlier today, that references a wallpaper other than mine, which confused me, before this happened.

Has anyone else seen this?  I don't really know of anywhere else to report this (other than the typical /dev/null), other than just throwing it out there that something strange happened and seeing who else experienced it!

--
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 to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en