Sunday, July 31, 2011

[android-developers] Re: Comms with Intent

Thanks for the response Nikolay ---

> Assuming the servlet runs in a separate thread, no. Not directly
> at least.

That's what I was afraid of ...

> You could launch the activity using the FLAG_ACTIVITY_SINGLE_TOP
> flag. Then when you call startActivity() again, a new instance
> won't be created, the intent will be delivered to onNewIntent().

Worth trying.

> Alternatively, you could use a Handler to send messages to
> the GUI thread. The hard part may be how to get a GUI-thread
> Handler to your servlet container though. Assuming the whole
> app server is started from the GUI thread, you have to create
> a Handler (on the GUI thread) and find a way to stuff it in a
> globally accessible place (Application static field, etc.)

Yes I agree, not sure how I can get the Handler but I will look into
it. Not a bad idea at all! Thakns

--
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] GOT IT!: WTB: HTC Flyer 2nd mulus

As subject. Thx

-----Original Message-----
From: "Rudy Ariyanto" <rudy173@id-bb.com>
Date: Mon, 1 Aug 2011 05:07:54
To: Id-android<id-android@googlegroups.com>
Reply-To: rudy173@id-bb.com
Subject: WTB: HTC Flyer 2nd mulus

Kalau bisa lengkap, mulus garansi, harga oke, sudah include leather case dan bisa COD di Jakarta hihihi...
Sms ke 08998 102545 atau rudy173@gmail.com

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] context menu

can any one tell where is error in my code...

Thankyou
arun

--
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: Tes Ketinggian Nexus S

wtb: nexus s bekas jatuh max 500rb, lecet2 gpp...
japri saya ya...

syd
ptk

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] Comms with Intent

Hi all,

I launch an Intent from a servlet once a request for it comes in. The
Intent launches
a SnapPic activity that puts the phone into a preview mode and then
snaps
a pic and send it back to the requester. This works fine - I am now
truing to keep
the phone in the preview mode (I don't call the finish()) on the
activity and for
any subsequent requests I am trying to snap more pictures. Can calls
to methods
of the launched Activity be made from the servlet? In other words, how
can one
app communicate with an activity that it launches? I think this is a
matter of
communicating threads so I am wondering if there's an alternative way
to approach
this problem.

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

[id-android] Re: WTA : Camera HH HTC yang make touch focus ?

Whaha... Biasanya klo lagi ada acara launching, datang Bro. N selalu
ada sesi tanya jawab... mungkin bisa ditanya langsung...
Hehehe...
Yang pasti saya tergolong user yang ngga bisa lepas dari Sense. Sense
bener membuat Android simpler, easier and eyecandy.

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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 do we get Google's attention regarding the problems around randomly sorting comments in the Android Market?

It is simple: The user cannot rate with 1-Star!

The last rating have to be the possible range of +1-

So if the first user rate this app with 4, then the next user can only
rate 5/4/3.

If the 2nd user rate this app with 3 (4+3 /2 = 3.5), then the next
user can rate this app: 3.5 +/-1: = ( 4, 3.5 or 3 )

... and so on. Now the problem is solved. Never 1-Star ratings!

--
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] regarding installing apk

Hi,

       I developed android application using level 2.1 and tested on device samsung galaxy fit its working fine.
       My doubt is if i install the apk in htc wildfire 3.0 will it work fine or should i do any changes.

Thanking you,
Nageswararao.

--
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] wt ask: aplikasi menyalakan layar tanpa pakai tombol

dear rekan rekan,

pertanyaan newbie nih,adakah software menyalakan layar di nexus one tanpa memencet tombol atas di handheld?kalo scren off udah tau aplikasinya,ini untuk on kan....terima kasih atas pencerahannya

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] WTShare - Unboxing Xperia Play

ada yg tau ga screen capture yg jalan di xplay apaan? ato ada model2 kombinasi tombol tertentu?

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] WTShare : 3VO3D-ku Makin Subur Bodi-nya ...

Bro tolong fotoin bagian back yang deket tombol camera dong...
Pengen tau seperti apa backcovernya di bagian itu, rapih gak?

Performance battery dan suhu battery gimana bro, panas gak? Ditunggu update infonya yah.

--rc
Ti-X E3D v2 deodexed
> android.nyet.not@anjroid.net

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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: WTA : Ideos S7 Slim

dari twitter huawei indonesia http://yfrog.com/gzoqrvhbj
harganya 3.199.000, ada promo jadi 1.999.000*

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] IP dinamic dengan DNS static

yup pake set dns ada di market kok.

2011/8/1 nasyarobby nugraha <nasyarobby@gmail.com>:
> Saya pake program set DNS... lumayan buat set ke google DNS, dan udah ada
> predefined settingnya... kurang tau apakah ada di market soalnya saya dload
> dr forum sebelah...

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] Mod: Selamat Menjalankan Ibadah Puasa Ramadhan 1432 H

Selamat menjalankan ibadah puasa bagi yang menjalankan

:-)

--
It's Phone . It's Tablet . It's Android with Jahe©
[ Overcome ROM v3.0.0-ICARUS ◄► Kernel v3.2.0 ]

2011/8/1 Wisnu Hemar <wisnu0307@robotijo.org>:
> Amin om ..
> smoga di bulan Ramadhan banyak aktifitas id android yg makin banyak
> manfaatnya ..
>
>              WishDroid
> Sent from supersonic Evo
>
> On Aug 1, 2011 12:07 AM, "Agus Hamonangan" <id.android@gmail.com> wrote:
>> Rekan-rekan ID-ANDROID,
>>
>> Saya mengucapkan selamat berpuasa dibulan suci Ramadhan ini.
>>
>> Kepada rekan-rekan ID-ANDROID yang menjalankan, maaf lahir dan
>> batin.
>>
>> Semoga puasa kita mendapatkan berkah dari-Nya dan tetap sehat dalam
>> menjalankan ibadah puasa. Amin
>>
>>
>>
>> --
>> Salam,
>>
>>
>> Agus Hamonangan
>>
>> Founder ID-ANDROID | Indonesian Android Community
>>
>> Web/Forum : http://forum.android.or.id
>> Groups/Milis : http://groups.google.com/group/id-android
>>
>> Gtalk : id.android
>> Follow : @agushamonangan
>> E-mail : id.android@gmail.com
>>
>> --
>> "Indonesian Android Community" Join: http://forum.android.or.id
>>
>> ===============
>> Xperia arc with Mobile BRAVIA Engine
>> http://www.sonyericsson.com/product/xperiaarc/video/mbe
>> ---------------------
>> 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
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] Motion Sensor in Android

HI guys,

this is a random question in my mind. Does Android support for motion sensor like Microsoft Kinect does?


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

[id-android] Re: [WTA] Minta rekomendasi aplikasi Islam paling bagus di Android.

Syukron....

Waktu shalat is valid, bro...
Sama dgn masjid d kntor ma di dkr rumah...
Autodetect location, gak mesti pke GPS kok...
Cek di market : waktu shalat...

Tq.

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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: Multiple Intents

Hi,

My problem is the same as mentioned here:
http://stackoverflow.com/questions/4872986/android-intent-mediastore-action-video-capture-with-extra-output-crashes-on-play/6881561

The video is recorded and is saved into the sdcard but the app
crashes.Because by default after recording is stopped, it goes to the
replay activity to view the recorded video (This is where the crash
occurs).

Is there any way to prevent by app from starting the replay activity,
once the recording stops?

Thanks In Advance,
Perumal

On Aug 1, 1:14 am, TreKing <treking...@gmail.com> wrote:
> On Sun, Jul 31, 2011 at 6:20 AM, perumal316 <perumal...@gmail.com> wrote:
> > Any idea how can i resolve this issue?
>
> 1 - Don't hard code SD card paths like that - use
> Evironment.getExternalStorageDirectory().
> 2 - Debug your app to figure out why your app is crashing.
>
> ---------------------------------------------------------------------------­----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/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] OOT - Salam kenal

selamat pagi semuanya,

kepada (para) moderator, terima kasih telah mengizinkan saya bergabung ke grup yang menarik minat saya ini.

kebetulan belakangan ini menaruh perhatian pada ponsel2 android disebabkan oleh bombardir informasi terkait *lebay Mode On

kalau boleh sekalian tanya, mungkin ada rekans yang bisa berbagi pengalaman tentang Samsung Gio? Maaf kalau repost.

terima kasih sebelumnya.

--
Arif Rakhman
Translator | Editor | Proofreader
Freelance | English-Indonesian Language Pair
Contacts | Gtalk: arifrakhman7 | YM: myokablue | 
E-mail | arifnrakhman@gmail.com | arifrakhman81@yahoo.co.id
http://www.proz.com/translator/883702

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] MediaPlayer prepare status failed.

Hi All,

I see the following log in my HTC phone. Could someone suggest what am
I missing please?
My public ip(a.b.c.d) and port(8080) is reachable but somehow "No
route to host" is seen in the logs. This error I get especially when a
phone call is in ringing state. If WiFi is enabled then I do not see
the error.

Is there any restrictions on MediaPlayer when Call is Ringing or
Dialing in 3G/4G network?

Thanks in advance
lb.

I/LockUtil(14470): 06021143 - release PowerLock: DP_NETWORK_CHANGE
I/ActivityManager( 127): No longer want com.google.android.apps.maps
(pid 13854): hidden #16
I/LockUtil(14470): 06021143 - acquire PowerLock - PARTIAL_WAKE_LOCK:
DP_NETWORK_CHANGE
V/AgentService_J( 307):
Action[36752]:com.htc.android.iqagent.action.ui15
I/HTC_SUBMITTER_C( 307): (0) submitUI15:40719148,0
V/AgentService_J( 307): (0)ui15_dwAppID:40719148,ui15_shStatus:0
D/EASDirectpush(14470): 06021143 MSG_NETWORK_STATE_CHANGED
D/EASDirectpush(14470): 06021143 NetworkInfo: type: WIFI[], state:
DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none),
roaming: false, failover: false, isAvailable: true, if: eth0
D/EASDirectpush(14470): 06021143 NetworkInfo: type: mobile[CDMA -
1xRTT], state: SUSPENDED/SUSPENDED, reason: 2GVoiceCallStarted, extra:
(none), roaming: false, failover: true, isAvailable: true, if: rmnet0
D/EASDirectpush(14470): 06021143 MSG_NETWORK_STATE_CHANGED - Not
schedule as directpush, Stop service
I/LockUtil(14470): 06021143 - release PowerLock: DP_NETWORK_CHANGE
D/WimaxStateTracker( 127): GetAvailableMs
V/MediaPlayerService( 70): [519] isPlaying: 1
V/MediaPlayer( 328): isPlaying: 1
I/HTTPStream( 70): back from connect_nonb
E/HTTPStream( 70): connect_nonb error (113): No route to host
E/HTTPStream( 70): HTTPStream::connect(a.b.c.d, 8080) failed.
res(-1)
E/NuHTTPDataSource( 70): connect() failed, err=-1
I/AwesomePlayer( 70): mConnectingDataSource->connect() returned -1
V/MediaPlayerService( 70): [520] notify (0x8a2b8, 100, 1, -1)
V/MediaPlayer(12752): message received msg=100, ext1=1, ext2=-1
E/MediaPlayer(12752): error (1, -1)
V/MediaPlayer(12752): signal application thread
V/MediaPlayer(12752): prepare complete - status=1

--
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] New LWP issue: prefs code gone, preview still shows PREFERNCES

I removed the force-close causing preference code from my AndEngine-based
live wallpaper, but the LWP Preview is still inviting the user (me, for
now) to change the settings via "PREFERENCES".... Of course, any attempt
to do so results in an immediate force-close, since there isn't any code
for that....

Does anyone know what could be causing that? I've gone through all XML,
all Java, and even removed all commented code that had anything to do with
prefs.... I did some fgreps (using Zsh) from the top of the build path to
double-check:

fgrep -i prefs **/*.xml **/*.java
fgrep -i preferences **/*.xml **/*.java
fgrep -i settings **/*.xml **/*.java

No matches found for any of these.

I deinstalled and reinstalled from my device to make sure some shared
prefs hadn't been initialized that were causing this...no change. Then
I remembered that before I even added the prefs code, it still showed
then, too.

I don't like the idea of someone buying my little $0.99 app and getting
a force-close when they try to access preferences that aren't there....
Not good. Definitely not good.

Suggestions?

Thanks,
--jim

--
73 DE N5IAL (/4) MiSTie #49997 < Running FreeBSD 7.0 >
spooky130u@gmail.com ICBM/Hurricane: 30.44406N 86.59909W

Do not look into waveguide with remaining eye!

--
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] Mod: Selamat Menjalankan Ibadah Puasa Ramadhan 1432 H

Met puasa man teman

@darma78 with EVO4G

On Aug 1, 2011 1:07 AM, "Agus Hamonangan" <id.android@gmail.com> wrote:
> Rekan-rekan ID-ANDROID,
>
> Saya mengucapkan selamat berpuasa dibulan suci Ramadhan ini.
>
> Kepada rekan-rekan ID-ANDROID yang menjalankan, maaf lahir dan
> batin.
>
> Semoga puasa kita mendapatkan berkah dari-Nya dan tetap sehat dalam
> menjalankan ibadah puasa. Amin
>
>
>
> --
> Salam,
>
>
> Agus Hamonangan
>
> Founder ID-ANDROID | Indonesian Android Community
>
> Web/Forum : http://forum.android.or.id
> Groups/Milis : http://groups.google.com/group/id-android
>
> Gtalk : id.android
> Follow : @agushamonangan
> E-mail : id.android@gmail.com
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] Mod: Selamat Menjalankan Ibadah Puasa Ramadhan 1432 H


Bagi seluruh rekan-rekan yg menjalankan ibadah puasa ramadhan:
Marhaban Ya Romadhan,
mohon maaf lahir & bathin.

Wass,
Wresnimoyo
send from htc dhd GB 2.3.5 miui rom

On Aug 1, 2011 1:22 AM, "Rizki Indra Irawan ™" <richie7fold@gmail.com> wrote:
> Happy fasting everyone, please forgive all of my fault that might be happen between us. May Allah bless us and gives us all the kindness. Lets make this ramadhan our best ramadhan .;)
>
> Sent from my BlackBerry®230AA032
> powered by Sinyal Kuat Matrix INDOSAT
>
> -----Original Message-----
> From: Agus Hamonangan <id.android@gmail.com>
> Sender: id-android@googlegroups.com
> Date: Mon, 1 Aug 2011 00:06:26
> To: <id-android@googlegroups.com>
> Reply-To: id-android@googlegroups.com
> Subject: [id-android] Mod: Selamat Menjalankan Ibadah Puasa Ramadhan 1432 H
>
> Rekan-rekan ID-ANDROID,
>
> Saya mengucapkan selamat berpuasa dibulan suci Ramadhan ini.
>
> Kepada rekan-rekan ID-ANDROID yang menjalankan, maaf lahir dan
> batin.
>
> Semoga puasa kita mendapatkan berkah dari-Nya dan tetap sehat dalam
> menjalankan ibadah puasa. Amin
>
>
>
> --
> Salam,
>
>
> Agus Hamonangan
>
> Founder ID-ANDROID | Indonesian Android Community
>
> Web/Forum : http://forum.android.or.id
> Groups/Milis : http://groups.google.com/group/id-android
>
> Gtalk : id.android
> Follow : @agushamonangan
> E-mail : id.android@gmail.com
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] WTOot: Ramadhan 1432H

Semoga Ramadhan kali ini Ramadhan yang terbaik bagi kita.. Amin

sent from HTC Desire with s

On Jul 31, 2011 8:49 PM, "Renner Chen" <rc.milestone@gmail.com> wrote:
> Selamat menunaikan ibadah puasa untuk rekan² id-android yang menjalankan..
>
> Semoga amal ibadah dan pahala dapat dikumpulkan secara makdimal di bulan
> suci ini.
> Mohon maaf lahir dan batin...
>
> --rc
> Xoom MZ600 v3.1
>>> android.nyet.not@anjroid.net
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] Refunds in App-Billing

It's a full refund, the user gets their full amount back.

The infrastructure will send you REFUNDED purchase state, and then
it's up to your code to handle it as needed: so that the premium
features keep working.

If your code is based on the Dungeons sample, it's in there somewhere,
commented as being "nice for the user" (with which I agree).

This was a real life-saver for me during the month of July, when a
significant number of users couldn't activate, due to a bug on
Google's side.

-- Kostya

2011/8/1 Joan Pujol <joanpujol@gmail.com>:
> That's nice. One good thing of In-app billing :)
> And I suppose that in any case no comission is aplied, isn't it?
>
> Cheers,
>
> --
> 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] Refunds in App-Billing

That's nice. One good thing of In-app billing :)
And I suppose that in any case no comission is aplied, isn't it?

Cheers,

--
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] Refunds in App-Billing

Yes, it's possible.

Beware of the difference between canceled and refunded orders.

An order has to be fully charged before you can refund the money without
canceling the order (takes a few days). At this time, the link to refund
in the Checkout console becomes available, until then, there is just the
link to cancel the order.

This requires your users to have a certain amount of faith, because they
will be required to make the purchase first, and then wait a few days
for their refund, but other than that, it works.

-- Kostya

31.07.2011 23:37, Joan Pujol пишет:
> Hi,
>
> It's posible to use refunds to give free managed items to some users?
> For example users who help me as betatesters?
>
> I supose I only have to treat refunds as purchases, but some one is
> using that?
> Are cancel and refund options always available? And are the refunds
> also managed if user reinstalls?
>
> A lot of thanks in advance,
> ---
> Joan Pujol Espinar
> www.joanpujol.cat
> --
> 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

--
Kostya Vasilyev

--
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] Wti :Now You Can Use Your Flyer To Make Calls… With a BT Headset

Mantap Cu! Pake HTC emang wajib deh utk punya goldcard.

Salam,
-Yoshwar

On Jul 31, 2011 7:05 AM, "Ocu Mudo" <ocu.mudo@gmail.com> wrote:
>
> REVOLUTIONARY
> here the complete step how to getting S-OFF on Flyer 3G
> (I got 10 lemonade before this )
>
> 1. Prepare yourself a Goldcard (you should already have one if you are hTC fan)
>
> 2. Get
> RUU_Flyer_HTC _WWE_2.00. 405.3 _R_Radio_20.3501.30.089BU_3809.05.04.10_M_release_194964_signed.exe
>
> 3. Take out the image.zip above and rename to PG41IMG .zip
>
> 4. Flash the new WWE image to your Flyer 3G
>
> 5. After reboot, shoot it with Revolutionary and you get S- OFF

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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

[id-android] Wtb leather case plus keyboard huawei ideos s7

Dear all..
Lagi bantuin teman nyari leather case yg include keyboard untuk huawei ideos s7.
Kalo ada yg jual bisa diajukan penawarannya ke amedcucut@sekongberry.com atau fast response ke 082196678145
Oh ya klo bisa As Soon as possible..
Makasi..

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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: "Conversion to dalvik format failed with error 1" - is dexing logged?


On Jul 31, 2011 4:04 PM, "Kostya Vasilyev" <kmansoft@gmail.com> wrote:

> http://code.google.com/p/android/issues/detail?id=18359

you mean .bat change? did not worked for me (plus afaik it's wrong approach). still it's worth updating proguard anyway - 4.4 is dated february, and 4.6 is lastest

--
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: 2D Live Wallpaper Tutorial

You can use the sample from the SDK.
http://developer.android.com/resources/samples/CubeLiveWallpaper/index.html
Yes, it's a cube which is 3D, but it's actually using the ordinary 2D
graphics features of Android (http://developer.android.com/guide/
topics/graphics/2d-graphics.html
), so it's probably a good start for
what you want to do.

On 29 Juli, 03:32, "Dr. House" <rominu...@gmail.com> wrote:
> I've seen plenty of examples of how to do a 3D Live Wallpaper but
> nothing for 2D.
> I used to create and code 2D video game fighting stages. I would like
> to make them into Live Wallpapers.
>
> I'm very new, minimal understanding so far.
> I have all the images created, now I need to know how to implement
> them.
> I would greatly appreciate any help or direction toward an example or
> tutorial.

--
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: system update stuck Triangle and Robot Ijo

Afaik...kalo udah root jgn jalanin official OTA system update oom.

Kalo mau, balikin dulu ke stock rom pake RUU (unroot). Apply system update tadi, setelah itu baru root dan s-off ulang.

Masalahnya sering kali update terbaru masih blm bisa di root/s-off. Musti nunggu sampe ada yg bisa ngakalin lagi utk bisa root/s-off.

Atau langsung ke custom rom aja?

Salam,
-Yoshwar

On Jul 31, 2011 6:56 AM, "Mike DJOJO" <djojodroidz@eldjojopranoto.co.cc> wrote:
>
> Kronologis update bermula dari system requesting Update for FOTA kemudian lanjut dengan System Improvement as attached...pas Install selalu kembali ke Segitiga dan Robot ijonya...
>
> Mohon bantuan sarannya dari teman2 disini...
>
> Cheers,
> Mike D
> PM: mikedjojo@isatdroid.net

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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: Converting to xlarge layouts

Using drawable-xlarge is probably a bad idea. It might work for the
current wave of 1280x800 10" tablets, but what about xlarge tablets
with other resolutions?

Android is not designed to simply scale up the user interface. Your
dialogs probably look just fine one a real tablet. You can compare
this with the message dialogs on a normal laptop.

Tablets have a larger screen and the normal way to deal with that is
to show more information at the same time. Sometimes this just works
and sometime you have to adjust the layouts, specify layout-xlarge or
rethink the UI completely (like the Android Market app). But this
obviously depends on what kind of app you have.


On 29 Juli, 15:44, Neilz <neilhorn...@gmail.com> wrote:
> Hi all. I'm altering my app so that it fits nicely into a tablet, by
> specifing layout-xlarge and drawable-xlarge resources.
>
> One thing I don't seem to be able to alter is the dialogs. I have a
> number of these in my code:
>
> AlertDialog.Builder alert = new AlertDialog.Builder(MyActivity.this);
> alert.setTitle(R.string.dialog_title);
> alert.setIcon(R.drawable.icon);
> alert.setMessage(R.string.dialog_desc);
> // add some buttons and actions
> alert.show();
>
> These are appearing very small, with tiny text, and don't seem to be
> being re-sized according to the device type. How can I achieve this
> please?
>
> I'm using the standard emulator for testing this, by the way.

--
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] Re: Multiple Intents

On Sun, Jul 31, 2011 at 6:20 AM, perumal316 <perumal316@gmail.com> wrote:
Any idea how can i resolve this issue?

1 - Don't hard code SD card paths like that - use Evironment.getExternalStorageDirectory().
2 - Debug your app to figure out why your app is crashing.

-------------------------------------------------------------------------------------------------
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

[android-developers] Help: My App came copied / reproduced !!!

Dear Colleges in Developing.

I am the Developer from the app:

"My Days - Period & Ovulation"
com.chris.mydays
Christian Albert Mueller
(3 Years in the Android Market)

Today I had to find out that many of
my creative work came copied by:

"My Days (Period & Ovulation)
iac.health.mydays
Health Team
desirmpokty @ gmail.com

First I thought its just the similar Name
that I don't like. but at near investigation I had to found out
he copied 90% from my "About" Page in his app.
You will find even more similar functions he just took 1:1.
You can compare yourself while downloading both apps.

I am sure you are not interested to support such creativity theft 
and don't like similar happen to you

Please compare BOTH apps yourself and than make your comment! 
Especially check the ABOUT page (press MENU) on both apps.

Should u like to talk to that copycat developer himself your opinion, you are free to do so.
Thats his only contact i found:  desirmpokty @ gmail.com  . He does not offer even a 
support page in the market for his app.

As I know you don't have to do anything, I would appreciate any of your activities
from a serious developer to another.

Such people, who only copy/paste other devs work should not benefit from that.

Finest Regards and wish you all the best
Yours
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

Re: [android-developers] Annoyingly-persistent error in live wallpaper + prefs code

Jim,

Your settings activity is called:

com.jdgapps.BouncingBuckies.LiveWallpaperSettings


And the error message is about being unable to find:

com.jdgapps.BouncingBuckies


Not quite the same thing is it?

I don't know where a Live Wallpaper settings activity is declared - is
it in the xml/wallpaper.xml meta-info file? If so, check the file to
make sure it has the correct settings activity name.

-- Kostya

31.07.2011 20:08, Jim Graham пишет:
> I am working on a live wallpaper using AndEngine, and am seeing an
> annoyingly-persistent problem; I'm hoping someone here can see what
> I, and one other dev with a good deal more experience than I have,
> are not seeing.
>
> Before I added some preferences, it worked fine...but because the
> touch event code and the accelerometer code isn't currently working
> in the AndEngine LWP extension, without some configurable options,
> it was rather limited.... Cool-looking, but limited.
>
> As soon as I started adding prefs, and since that time, it will run
> in the preview all day, as long as you don't try to access the
> preferences screen. Once you do, it immediately force-closes.
>
> If anyone can see what might be happening from the following, please
> point me in the right direction....
>
> Here's the LogCat output---nothing I've tried has significantly changed
> this (except for time of day, process ID numbers):
>
> --------------------------- CUT HERE ---------------------------
>
> WARN/dalvikvm(12753): threadid=1: thread exiting with uncaught exception (group=0x400208b0)
> ERROR/AndroidRuntime(12753): FATAL EXCEPTION: main
> ERROR/AndroidRuntime(12753): java.lang.IllegalStateException: Could not execute method of the activity
> ERROR/AndroidRuntime(12753): at android.view.View$1.onClick(View.java:2072)
> ERROR/AndroidRuntime(12753): at android.view.View.performClick(View.java:2408)
> ERROR/AndroidRuntime(12753): at android.view.View$PerformClick.run(View.java:8824)
> ERROR/AndroidRuntime(12753): at android.os.Handler.handleCallback(Handler.java:587)
> ERROR/AndroidRuntime(12753): at android.os.Handler.dispatchMessage(Handler.java:92)
> ERROR/AndroidRuntime(12753): at android.os.Looper.loop(Looper.java:143)
> ERROR/AndroidRuntime(12753): at android.app.ActivityThread.main(ActivityThread.java:4717)
> ERROR/AndroidRuntime(12753): at java.lang.reflect.Method.invokeNative(Native Method)
> ERROR/AndroidRuntime(12753): at java.lang.reflect.Method.invoke(Method.java:521)
> ERROR/AndroidRuntime(12753): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
> ERROR/AndroidRuntime(12753): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
> ERROR/AndroidRuntime(12753): at dalvik.system.NativeStart.main(Native Method)
> ERROR/AndroidRuntime(12753): Caused by: java.lang.reflect.InvocationTargetException
> ERROR/AndroidRuntime(12753): at com.android.wallpaper.livepicker.LiveWallpaperPreview.configureLiveWallpaper(LiveWallpaperPreview.java:113)
> ERROR/AndroidRuntime(12753): at java.lang.reflect.Method.invokeNative(Native Method)
> ERROR/AndroidRuntime(12753): at java.lang.reflect.Method.invoke(Method.java:521)
> ERROR/AndroidRuntime(12753): at android.view.View$1.onClick(View.java:2067)
> ERROR/AndroidRuntime(12753): ... 11 more
> ERROR/AndroidRuntime(12753): Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.jdgapps.BouncingBuckies/com.jdgapps.BouncingBuckies}; have you declared this activity in your AndroidManifest.xml?
> ERROR/AndroidRuntime(12753): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1404)
> ERROR/AndroidRuntime(12753): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
> ERROR/AndroidRuntime(12753): at android.app.Activity.startActivityForResult(Activity.java:2847)
> ERROR/AndroidRuntime(12753): at android.app.Activity.startActivity(Activity.java:2953)
> ERROR/AndroidRuntime(12753): ... 15 more
>
>
> --------------------------- CUT HERE ---------------------------
>
> And since it's asking if I've defined all of this in the Manifest, here
> it is:
>
> --------------------------- CUT HERE ---------------------------
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android"
> package="com.jdgapps.BouncingBuckies"
> android:versionCode="1"
> android:versionName="1.0">
>
> <uses-sdk android:minSdkVersion="7" />
>
> <uses-feature android:name="android.software.live_wallpaper" />
>
> <application android:icon="@drawable/icon" android:label="@string/app_name">
> <!-- Live Wallpaper Service -->
> <service
> android:name="BouncingBuckies"
> android:enabled="true"
> android:icon="@drawable/icon"
> android:label="@string/app_name"
> android:permission="android.permission.BIND_WALLPAPER">
> <intent-filter>
> <action android:name="android.service.wallpaper.WallpaperService" />
> </intent-filter>
> <meta-data
> android:name="android.service.wallpaper"
> android:resource="@xml/wallpaper" />
> <uses-permission android:name="android.permission.SET_WALLPAPER" />
> </service>
>
> <!-- Live Wallpaper Settings Activity -->
>
> <activity android:name="com.jdgapps.BouncingBuckies.LiveWallpaperSettings" android:label="@string/app_name"
> android:theme="@android:style/Theme.Light.WallpaperSettings"
> android:exported="true">
> </activity>
> </application>
> </manifest>
>
> --------------------------- CUT HERE ---------------------------
>
> Does anyone see anything here that might be causing the force-close?
>
> Thanks,
> --jim
>
>

--
Kostya Vasilyev

--
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: How do we get Google's attention regarding the problems around randomly sorting comments in the Android Market?

I really hope google is watching.. the value of market comments cannot be understated. Done wrongly as now , it can hurt good apps and boost bad ones.

--
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] [WTI] pendiri dan CEO Marvell Technology orang indonesia

bahkan wi-fi chip utk iphone di supplai oleh Marvell technology,dan  juga menyuplai teknologi Marvell Mobile Hotspot (MMH) utk konektifitas wifi di dalam mobil, yang pertama kali di terapkan di mobile Audi A8 keluaran thn 2010.
 
Yang menarik, mungkin rekan2 pernah mendengar prosesor intel Xscale yang dahulu mendominasi pada perangkat winCE dan Winmo, nah intel menjual Xscale ini kepada Marvell tahun 2006
 
 


 
Pada 31 Juli 2011 20:17, Jefri Priambodo <kaafin@gmail.com> menulis:
selamat datang di indonesia broo... :D beginilah nasip orang2 pintar d
negara kita ini...

2011/7/30 Lunniey <lunniey@gmail.com>:
> Weeeew luar biasaaaa mantap,,,, Indonesia emang gak kekurangan orang2
> pintar.. tapi gak ada yang bisa memberdayakannya dengan benar T,T sayang
> banget....
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
>



--
@JP
~G1~Glacier~

HUMAN KNOWLEDGE BELONGS TO THE WORLD

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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



--
regards,
 
 
Japri & kenalan :


--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] Resources.getColor() return type is too small

On 07/31/2011 03:40 PM, Marcin Orlowski wrote:
> On 31 July 2011 15:13, Olivier Guilyardi <list@samalyse.com
> <mailto:list@samalyse.com>> wrote:
>
> How comes Resources.getColor() returns an int? This can't hold the
> maximum value
> of 0xFFFFFFFF because Java int is signed.
>
> Java does not offer "unsigned" so you're right, you will get negative
> value if you i.e. Log.i(() it, but that's not really important as it's
> just matter of *interpretation* of the value. All bits of 0xFFFFFFFF are
> the same no matter if you *treat* it as signed or unsigned int and this
> is what matters.

Ok, thanks, let's call that a subtlety then.

--
Olivier

--
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] Resources.getColor() return type is too small

On Sun, Jul 31, 2011 at 9:45 AM, Olivier Guilyardi <list@samalyse.com> wrote:
> I know it's 32bit, but using a signed int to hold a value higher that 0x7FFFFFFF
> seems like perverting the sign bit IMO. It can lead to subtle bugs.

That ship sailed about two decades ago.

http://stackoverflow.com/questions/430346/why-doesnt-java-support-unsigned-ints

> Maybe it's a
> common case for Java programmers but it would be cleaner to use a long I think,
> since there is no unsigned integers available.

A long will perform worse than an int, except on 64-bit CPUs, none of
which power Android devices AFAIK.

Java developers have survived this long having to deal with this, and
it's not like the Internet has brok.........CARRIER LOST

--
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] Resources.getColor() return type is too small

On Sun, Jul 31, 2011 at 9:13 AM, Olivier Guilyardi <list@samalyse.com> wrote:
> How comes Resources.getColor() returns an int? This can't hold the maximum value
> of 0xFFFFFFFF because Java int is signed.

An int can hold 0xFFFFFFFF, because an int is 32 bits, and 0xFFFFFFFF
is a 32-bit value. From a mathematics perspective, 0xFFFFFFFF is a
negative number in Java.

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

Warescription: Three Android Books, Plus Updates, One Low Price!

--
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] Resources.getColor() return type is too small

Hi,

How comes Resources.getColor() returns an int? This can't hold the maximum value
of 0xFFFFFFFF because Java int is signed.

--
Olivier

--
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] How to make an alarm live even when the application which set it is killed?

Hi,

I have a little confusion with setting an alarm. If anyone could give
feedback or some hints it'll be greatly appreciated. In summary here
is my situation:

Inside my application I set an alarm:

////////////////////////
// Set an alarm

// Actually I set a unique id here. The hardcoded value is for
simplicity only.
int id = 123454321;

Intent intent = new Intent(context, MyAlarm.class);
PendingIntent sender = PendingIntent.getBroadcast(context, id, intent,
0);

long firstTime = SystemClock.elapsedRealtime();
firstTime += 10*1000;

AlarmManager am =
(AlarmManager)context.getSystemService(Context.ALARM_SERVICE);
am.setRepeating(AlarmManager.ELAPSED_REALTIME_WAKEUP, firstTime,
15*1000, sender);

////////////////////////


////////////////////////
// MyAlarm implementation

public class MyAlarm extends BroadcastReceiver
{
@Override
public void onReceive(Context context, Intent intent)
{
// Do some periodic work here
}
}

////////////////////////

When I set the alarm everything is fine and good. I can see my alarm
when I use the command:

adb shell dumpsys alarm

I can see the alarm even when my application goes to the background.

Next I manually kill my application through

Settings - Applications - Manage applications - <MyApp> - Force stop

When I re-issue the command "adb shell dumpsys alarm" I see that my
alarm is gone. This makes me think that when my application goes into
the background and the framework kills it to free resources, my alarm
will also be killed. However, I would like to have an alarm which will
live independent of whether the application is running or not. Does
anybody have hints how to do this?

Thank you in advance guys,
-Ali

--
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] Wtask screen capture

Saya selama ini pakai indosat matrix 3G buat ngasih makan DHD.

Pakai yang fup 2gb 110rb/bulan.

So far ya std std aja, secara speed max 256kbps, kalo udah 2gb jadi 64kbps.

Kalo di arean luar rumah oke lah, kalo udah masuk rumah, lenyap 3G nya.
Di rumah pakai AHA, paket yang 600kbps, dapet paling apes 550kbps, kadang lebih 600kbps. Tapi diluar rumah suka ngadat.

Mau coba smartfren wide nih, nunggu master wu ngeluarin harga spesial yang desas desusnya udah diskon 30%, bisa dicicil pulak 0% selama 12 bulan....


*kabur ah*


sent from Nokia 5110

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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

[id-android] Re: HTC Sensation vs Samsung Glxy SII (versi ID-Android)

@bro baskoro
Saya user htc...tp ga saya pakein hardcase kek otterbox dll...cuma
leather pouch pdair, sengaja biar bodynya keliatan keren he5. Ga mao
ditutup2in...uda pnah jatuh 2 kali, untung gpp (jatohnya di mobil
ha5)...

On Jul 30, 1:45 pm, baskoro <bask...@gmail.com> wrote:
> Kalo ga tahan ama body plastiknya sgs2.. Dibeliin case yang bagus aja bro...
> Jadi perfect dhe tu hh-nya..saya yakin yang pada pake htc biasanya juga pada
> beli case.. Biar aluminium unibody nya ga pada bocel-bocel :D
> On Jul 30, 2011 1:12 PM, "citra setyanto" <citra.andr...@setyanto.web.id>
> wrote:
>
>
>
> > Saya suka banget fitur kies air di samsung.
> > Saat terkoneksi di wifi, kita bisa mengakses hh menggunakan pc via
> internet
> > browser, jadi sgs2 menjadi sebuah web server; bisa manage content2 di hh
> > seperti play media, download files, lihat message2 dari browser pc, dll
> dll.
> > Suka sekali fitur ini.
>
> > Saya aware sekali build quality HTC, dan percaya atau tidak berusaha
> > menjustify sensation, tapi semakin baca review yg bertebaran di inet,
> > semakin tidak bisa.
> > On Jul 29, 2011 3:03 PM, "Lim Heryadi" <limheryadi4idandr...@gmail.com>
> > wrote:
>
> > --
> > "Indonesian Android Community" Join:http://forum.android.or.id
>
> > ===============
> > Xperia arc with Mobile BRAVIA Engine
> >http://www.sonyericsson.com/product/xperiaarc/video/mbe
> > ---------------------
> > Gunakan Paket Unlimited Data XL Mobile Broadband
> >http://www.xl.co.id/XLInternet/BroadbandInternet
> > --------------------
> > PING'S Mobile - Plaza Semanggi
> > E-mail: i...@pings-mobile.com Ph. 021-25536796
> > --------------------
> > i-gadget Store - BEC Bandung
> > E-mail: a...@i-gadgetstore.com Ph. 0812-21111191
> > --------------------
> > Toko EceranShop - BEC Bandung
> > E-mail: wi...@eceranshop.com Ph. 0815-56599888
> > ===============
>
> > Aturan Jualan dan Kloteran ID-Androidhttp://goo.gl/YBN21

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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: Windows 7, emulator, and orientation changes

On Sun, Jul 31, 2011 at 7:23 AM, H <me@howardb.com> wrote:
> Alternatively, just edit the "default.keyset" file in the root of the
> .android folder. This holds the mappings for keys to functions. If the
> laptop doesn't support various key combos, you can change them in here and
> they take effect the next time you start an emulator. Since it's got
> "default" in the name, I guess it's possible you could put a different named
> file in the avd folder to override the default as well, if need be.
> Just tried this and remapped the Ctrl-F12 to F10, bounced the avd and now
> the screen rotates when I press F10.

Now *that* is a fascinating solution, causing me to take a quick trip
to the docs.

The class in question is over -- we determined the problem was general
(i.e., the keys didn't work in Eclipse either), and she didn't seem
that interested in trying to figure out how to reconfigure her
notebook, so she let it drop.

If you launch the emulator from the command line, you can create your
own keyset file, apparently, if you do not wish to mess with the
current one. Run emulator -help-keyset-file for more.

Heck, you can even use this to do something with those SysRq and
ScrollLock keys that nobody doe anything with... :-)

Many thanks!

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

Warescription: Three Android Books, Plus Updates, One Low Price!

--
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] Re: Spurious "Location ... not been setup" error message on Window>Android SDK and AVD manager

On Sun, Jul 31, 2011 at 4:33 PM, Indicator Veritatis <mej1960@yahoo.com> wrote:

>
> So I am further than I was, but not sure I am "out of the woods" just
> yet. But I do need to ask: how -do- you go about "running the SDK
> update directly (not from within Eclipse)?". I see no direction for
> that in the online updating directions, nor does 'android' work in a
> command window, as one old post suggested it should.
>

You may have found it by now, but on Windows there is a
'SDK Setup.exe' under android-sdk-windows. You can update
your SDK packages from there without running Eclipse.
android-sdk-windows/tools/android.bat should work as well,
I think.

--
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] WTOot: Ramadhan 1432H

Selamat menjalankan ibadah puasa ya.
Saya mohon maaf lahir batin ya

Best Regards,

Bayu Seno Adji
http://bayusenoadji.com
http://rnbwebhosting.com
Powered by Android® Sinyal Evdo rev A.

On Jul 31, 2011 1:15 PM, "ivan bassar" <ivanbassar@gmail.com> wrote:
> Turut mengucapkan selamat beribadah puasa di bulan ramadhan ini, mohon maaf
> lahir dan batin...
>
> Samsung Galaxy Tab
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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

[id-android] WTA:Whatapps

mau tanya gmn cara gunakan Whatapps..?

makasih...

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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] WTA: android ber TV

Wah desain nya mirip desire...
Kwkwkwk

On Jul 31, 2011 4:23 PM, "M a r d i" <emaerdei@gmail.com> wrote:
> Mungkin rekan rekan ada yang pernah beli android as attached, adakah yang
> bisa mengconfirm TV nya berjalan? Pake APK apa ya?
>
> Trima kasih ^ ^
>
> --
> "Indonesian Android Community" Join: http://forum.android.or.id
>
> ===============
> Xperia arc with Mobile BRAVIA Engine
> http://www.sonyericsson.com/product/xperiaarc/video/mbe
> ---------------------
> 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
 
===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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

[id-android] Wtask screen capture

As subject... Mau tanya pake applikasi apa yg bagus ya
Saya ada pake shootme tp hasil capturenya kok selalu logo loading
screen pertama kali kl kita nyalakan android

Pdhal yang di foto bukan itu,
Apa ada yg salah ato ada applikasi yang laen?

Saya pake LG o2x

--
Sent from my mobile device

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

===============
Xperia arc with Mobile BRAVIA Engine
http://www.sonyericsson.com/product/xperiaarc/video/mbe
---------------------
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