Thursday, March 31, 2011

[id-android] WTA : Apps deteksi radiasi

As subject,pertanyaan iseng.

Sudah ada ga ya apps yg bs detect tingkat radiasi,krn klo lihat prinsip kerja Geiger counter yg mendeteksi interferensi elegtromagnetik,mestinya device apapun yg punya sensor magnetik secara teori bs difungsikan sbg Geiger counter.


Tunjung Utomo

Sent from my AXIS Worry Free BlackBerry® smartphone

--
===============
Indonesian Android Community, join: http://forum.android.or.id

HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------

Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[android-developers] Android Contacts backup and sync application

Hi,

I am working on a contacts backup and sync.

The target is to send all details of all contacts to a server (custom protocol defined) as a backup.

During initial launch of application, all the contacts will be queued and sent to the server. And after that, a background service will be running all time which will listen to new contact addition/ contact update, and this new/updated contact will be sent to server by the background service.

I am using RawContactsEntity for fetching the records.

I tried using ContentObserver on RawContacts/Data tables to get notification of contact addition or contact-change. But, AFAIK, the ContentObserver gives notification (onChange()) of changed data in table as a whole and not ID of individual record.

Now my problem is, how to get the exact id's of changed/new records?

I thought of creating a backup-table to compare with native contacts table and get the changed records. But as the number of contacts increase, the performance will decease drastically and this will hamper the battery life too.

Can you suggest me, The best way for achieving this contacts backup operation from performance and memory usage point of view? Is there any other way for contacts sync operation?

It would be very helpful if anyone can share examples which can help me in this.


--
Regards,
Udayan  Warnekar


--
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: Interested in making a killer GTD app?

Well Jake, I don't think I would care actually. I don't plan to make a profit from this, it will be an opensource app after all. If it helps improve the design of other apps out there, so be it.

Ours is gonna be for free. If someone wants to make a paid one, he's welcome to it.

By the way, we have a homepage now: http://www.tickler-gtd.com, in case you guys want to check it out.

--
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] OSS Software Using Widgets?

Have you tried searching here?

http://code.google.com

Which brings up a bunch results, for example:

http://code.google.com/p/android-recent-widget/

http://code.google.com/p/android-widget-todaydate/

http://code.google.com/p/currentwidget/

Can't vouch for how good or relevant these are, but that's a start.

-- Kostya

31.03.2011 15:51, Jake Colman пишет:
> Can anyone recommend some OSS software that I can download that makes
> good use of widgets? I'd like to study some techniques.
>
> Thanks.
>


--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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] Unique ID for a device: why aren't devices certified Android-compliant?

Dave,

About the certification programme, please visit:
http://source.android.com/compatibility/overview.html

About the device's unique ID, it is probably impossible, since Android is open.

And looking at it philosophically, why do you need unique device ID for?
Licensing issues? Look at PC software industry and licensing issues
there. The most restrictive models fail anyway and you just have to
live with it.

Even on fully controlled iPhone, developers get their software stolen,
since people jailbreak. You will have thousands of devices out there
that run Android and your app and never passed any certification. Just
look at China's grey mobile market, which probably is of the size of
Europe's certified market.

Look at it more positively instead. Developing countries have massive
potential. Maybe never, but maybe soon people there will get rich
enough to pay for your app?

And lastly, think of the actual price of software with relation to
people earnings. Markets only convert the price using actual currency
exchange rates. To some USD0.99 is still a day's work.


Daniel

On Thu, Mar 31, 2011 at 12:35 PM, davemac <davemac327@gmail.com> wrote:
> Tim Bray posted the following on the Android Developers Blog:
>
> http://android-developers.blogspot.com/2011/03/identifying-app-installations.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FhsDu+%28Android+Developers+Blog%29&utm_content=Google+Feedfetcher
>
> In it, he describes various ways that an app could attempt to get a
> unique ID for the device it's running on. However, he also laments
> shortcomings with every approach. In particular, a couple approaches
> fail because device manufacturers have not correctly implemented
> Android. Which makes me wonder if there isn't, or shouldn't be, some
> sort of certification program that Google runs, to make sure that what
> a manufacturer puts out as Android really is Android. It's hard enough
> writing apps for all the different devices out there. When a class/
> method that should work, doesn't work, that makes it just that much
> more difficult. Is it merely just a cost problem that Google doesn't
> want to invest in a robust test framework to certify devices and their
> OS's?
>
> - dave
>
> --
> 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

--
Daniel Drozdzewski

--
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: setelah DX naik kelasnya yg cocok apa ya?

atrix gsm... kl msh mau cdma ya bionic tuh, tp ram cm 512..

On Thursday, March 31, 2011, Terry <t.rhie.h@gmail.com> wrote:
> Petuah suhu sa : HTC EVO 3D
> my gingerX
> On Mar 31, 2011 5:22 PM, "rafael estevez" <droidworlds@gmail.com> wrote:> lagi mikir2 .. kalo mau naik kelas (upgrade) dr DX bagusnay , pake apa ya ?
>> biar gagk nyesel gituw :P
>>
>>
>> *lgngaco nehh
>>
>> rafael ...
>>
>> --
>> ===============
>> Indonesian Android Community, join: http://forum.android.or.id
>>
>> HTC Android Phone with HTC Sense and HTCsense.com
>> http://www.htc.com/DesireHD/
>> ---------------------
>> Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko Gila Original Surabaya
>> Email: info@gilaoriginal.com Ph. (031) 91555898
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>
>
>
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>

--
thx...

www.ekowanz.info

--
===============
Indonesian Android Community, join: http://forum.android.or.id

HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------

Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [android-developers] Unique ID for a device: why aren't devices certified Android-compliant?

31.03.2011 15:35, davemac пишет:
> Which makes me wonder if there isn't, or shouldn't be, some
> sort of certification program that Google runs, to make sure that what
> a manufacturer puts out as Android really is Android.

There already is, and is required for Android Market.

They just missed the issue with ANDROID_ID not being unique, because
there wasn't a test for uniqueness in the test suite at the time (I hope
there is now).

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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] onWindowFocusChanged() happens more than once when resuming the application from the homescreen or app drawer

Scenario 1 - NORMAL
###################### application activity started ###########################
03-31 17:52:18.413: INFO/System.out(589): onCreate()
03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
03-31 17:52:18.974: INFO/System.out(589): mySoundPlaybackMethods()
########## back button pressed to remove activity from the task ###############
03-31 17:54:54.113: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:false
03-31 17:54:54.514: INFO/System.out(589): onDestroy()
###################### application activity finished ##########################


Scenario 3 - ABNORMAL
######################## application activity started ##########################
03-31 18:16:55.823: INFO/System.out(589): onCreate()
03-31 18:16:56.124: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
03-31 18:16:56.139: INFO/System.out(589): mySoundPlaybackMethods()
############################# HOME button pressed ##############################
03-31 18:17:03.244: INFO/System.out(589): onSaveInstanceState() -> state saved
03-31 18:17:03.424: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:false
####################### Landed onto homescreen launcher ##########################
########### Pressed on the application button to go back to the task #############
03-31 18:18:51.544: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
03-31 18:18:51.593: INFO/System.out(589): mySoundPlaybackMethods()
---------------------------------------------------------------------------------------------------------------
?????? in the following output, why should the same steps of windowFocusChanged false->true and soundPlayback happen ONCE AGAIN ??????
---------------------------------------------------------------------------------------------------------------
03-31 18:18:52.404: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:false
03-31 18:18:52.424: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
03-31 18:18:52.484: INFO/System.out(589): mySoundPlaybackMethods()
############## back button pressed to remove activity from the task ################
03-31 18:20:00.204: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:false
03-31 18:20:00.344: INFO/System.out(589): onDestroy()
######################### application activity finished ############################

--
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] destruction and creation of android activity happens TWICE upon changing the screen orientation

Scenario 1 - NORMAL
###################### application activity started ###########################
03-31 17:52:18.413: INFO/System.out(589): onCreate()
03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
03-31 17:52:18.974: INFO/System.out(589): mySoundPlaybackMethods()
########## back button pressed to remove activity from the task ###############
03-31 17:54:54.113: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:false
03-31 17:54:54.514: INFO/System.out(589): onDestroy()
###################### application activity finished ##########################


Scenario 2 - ABNORMAL
######################## application activity started ##########################
03-31 17:52:18.413: INFO/System.out(589): onCreate()
03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
03-31 17:52:18.974: INFO/System.out(589): mySoundPlaybackMethods()
########################### screen orientation changed #########################
03-31 17:52:38.393: INFO/System.out(589): onSaveInstanceState() -> state saved
03-31 17:52:38.403: INFO/System.out(589): onDestroy()
03-31 17:52:38.514: INFO/System.out(589): onCreate()
03-31 17:52:39.464: INFO/System.out(589): onRestoreInstanceState() -> state restored from old bundle
---------------------------------------------------------------------------------------------------------------
?????? in the following output, why should the same steps of destruction/creation of activity happen ONCE AGAIN ??????
---------------------------------------------------------------------------------------------------------------
03-31 17:52:39.504: INFO/System.out(589): onSaveInstanceState() -> state saved
03-31 17:52:39.504: INFO/System.out(589): onDestroy()
03-31 17:52:39.524: INFO/System.out(589): onCreate()
03-31 17:52:40.024: INFO/System.out(589): onRestoreInstanceState -> state restored from old bundle
03-31 17:52:40.104: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true
---------------------------------------------------------------------------------------------------------------
???? the last call to onWindowFocusChanged() occured with hasFocus=TRUE; 
???? this call to to onWindowFocusChanged() also occured with hasFocus=TRUE;
???? when did the windowFocus even change to FALSE?
---------------------------------------------------------------------------------------------------------------
03-31 17:52:40.104: INFO/System.out(589): mySoundPlaybackMethods()
############## back button pressed to remove activity from the task ################
03-31 17:54:54.113: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:false
03-31 17:54:54.514: INFO/System.out(589): onDestroy()
######################### application activity finished ############################

--
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: Flash Gingerbread ke SGS Gagal ?

Kudunya mah straight forward aja kok. Tick reformat, select 512 pit lalu select those 3 files.

From: Irawan Sulaiman <iraonesss@gmail.com>
Sender: id-android@googlegroups.com
Date: Thu, 31 Mar 2011 14:36:30 +0700
To: <id-android@googlegroups.com>
ReplyTo: id-android@googlegroups.com
Subject: [id-android] WTA: Flash Gingerbread ke SGS Gagal ?

 
Guys,
Ada yg punya pengalaman flashing Gingerbread 2.3.3 XXJVK ke SGS ?
Coba beberapa kali gagal pake odin...
Biasa cuma ngeflash pake 1 file, sekarang coba pake 3 file + pit, apa ada kudu diperhatikan...
Mohon infonya, sorry kalo pertanyaannya ada yg salah soalnya newbie.
 
Thanks
Irawans
 

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[android-developers] OSS Software Using Widgets?

Can anyone recommend some OSS software that I can download that makes
good use of widgets? I'd like to study some techniques.

Thanks.

--
Jake Colman -- Android Tinkerer

--
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: setelah DX naik kelasnya yg cocok apa ya?

Petuah suhu sa : HTC EVO 3D

my gingerX

On Mar 31, 2011 5:22 PM, "rafael estevez" <droidworlds@gmail.com> wrote:
> lagi mikir2 .. kalo mau naik kelas (upgrade) dr DX bagusnay , pake apa ya ?
> biar gagk nyesel gituw :P
>
>
> *lgngaco nehh
>
> rafael ...
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[android-developers] Re: Need Help to Develope my first Android Project.

That will be a horrible collage (http://www.google.com/search?q=define
%3Acollage
)

Read this whole guide: http://developer.android.com/intl/de/guide/index.html
If that is too hard, then consider buying a book.

PS: Java programming language knowledge is mandatory!

On 30 мар, 11:44, Kirti Joshi <joshikirti...@gmail.com> wrote:
> Hi! everyone,
>
> i need help to develop my first android project.
>
> i have just 1 month of expriance in android,   but i want to develop
> this project for my collage submition.
> ==========================
> ------------------------------
> Defination of Project
> ------------------------------
> Project Name :   Personal Mobile Assistant
>
> Description :
>
>                         Design and develop software that can provide
> facility to user to plan the timetable and schedule for a day, week
> and month.  It should maintain the different appointments like
> personal meeting, discussions, get-together, official meeting,
> cultural event, celebration, functions, etc...,  This personal
> assistant can be integrated with the mobile number and through
> internet can provide reminder SMS service about the task, with, a
> message and some musical tones. Give the facility to the user to set
> different priority levels, according to the priority levels different
> reminder messages and tones should appear.
>
> ==============================================================
>
> Anybudy help me to develop this above defined application with android.
> please guide me,  how to start it to develop ?
>
> Help me please......
>
> Thanks in advance.

--
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] WTAsk: NEW myTouch 4G Recovery (nge-charge dalam keadaan OFF enabled)

Haloo RR, terutama pengguna HTC T-Mobile myTouch 4G
ane sebelumnya ga bisa ngecharge hh dalam keadaan hape mati..

ane sebelumnya pake Custom ROM Orange-Glacier 2.2.1 dgn Recovery
ClockWorkMod 3.0.0.5
nah, setiap hh sy matiin, trus colok AC outlet, tiba2 si mt4g nyala
lagi & lsg masuk recovery...

nah sekarang sudah ada CWM 3.0.0.6 yg enabled "charge while powered
down"
ini linknya (http://forum.xda-developers.com/showthread.php?t=1014554)
buat yg mau mencoba silahkan...
working buat gw
- maap kalo repost -

--
===============
Indonesian Android Community, join: http://forum.android.or.id

HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------

Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[android-developers] Unique ID for a device: why aren't devices certified Android-compliant?

Tim Bray posted the following on the Android Developers Blog:

http://android-developers.blogspot.com/2011/03/identifying-app-installations.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FhsDu+%28Android+Developers+Blog%29&utm_content=Google+Feedfetcher

In it, he describes various ways that an app could attempt to get a
unique ID for the device it's running on. However, he also laments
shortcomings with every approach. In particular, a couple approaches
fail because device manufacturers have not correctly implemented
Android. Which makes me wonder if there isn't, or shouldn't be, some
sort of certification program that Google runs, to make sure that what
a manufacturer puts out as Android really is Android. It's hard enough
writing apps for all the different devices out there. When a class/
method that should work, doesn't work, that makes it just that much
more difficult. Is it merely just a cost problem that Google doesn't
want to invest in a robust test framework to certify devices and their
OS's?

- dave

--
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] Backup Manager Error

I have searched the web the closest I could get is 2.2 but I'm using 3.0 (Honeycomb) on my emulator and I keep getting the following

03-31 07:07:46.413: INFO/PerformBackupThread(82): Initializing (wiping) backup state and transport storage
03-31 07:07:46.515: ERROR/PerformBackupThread(82): Error backing up @pm@
03-31 07:07:46.515: ERROR/PerformBackupThread(82): java.io.FileNotFoundException
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at android.os.Parcel.openFileDescriptor(Native Method)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:115)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at com.android.server.BackupManagerService$PerformBackupTask.processOneBackup(BackupManagerService.java:1467)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at com.android.server.BackupManagerService$PerformBackupTask.run(BackupManagerService.java:1314)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at com.android.server.BackupManagerService$BackupHandler.handleMessage(BackupManagerService.java:315)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at android.os.Handler.dispatchMessage(Handler.java:99)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at android.os.Looper.loop(Looper.java:126)
03-31 07:07:46.515: ERROR/PerformBackupThread(82): at android.os.HandlerThread.run(HandlerThread.java:60)
03-31 07:07:46.515: WARN/PerformBackupThread(82): Backup pass unsuccessful, restaging
03-31 07:10:24.541: INFO/PerformBackupThread(82): Initializing (wiping) backup state and transport storage
03-31 07:10:24.541: ERROR/PerformBackupThread(82): Error backing up @pm@
03-31 07:10:24.541: ERROR/PerformBackupThread(82): java.io.FileNotFoundException
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at android.os.Parcel.openFileDescriptor(Native Method)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:115)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at com.android.server.BackupManagerService$PerformBackupTask.processOneBackup(BackupManagerService.java:1467)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at com.android.server.BackupManagerService$PerformBackupTask.run(BackupManagerService.java:1314)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at com.android.server.BackupManagerService$BackupHandler.handleMessage(BackupManagerService.java:315)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at android.os.Handler.dispatchMessage(Handler.java:99)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at android.os.Looper.loop(Looper.java:126)
03-31 07:10:24.541: ERROR/PerformBackupThread(82): at android.os.HandlerThread.run(HandlerThread.java:60)
03-31 07:10:24.541: WARN/PerformBackupThread(82): Backup pass unsuccessful, restaging

I have tried
adb -e shell
bmgr run
bmgr enable true
bmgr backup {package}

root@android:/ # bmgr list transports
* android/com.android.internal.backup.LocalTransport

How Do I fix this ???

I have also noticed that if I restart the emulator the data is gone
by data files uploaded onto the sdcard.img and data in the sqlite3 /data/data/{package}/database directory

Thanks in advance

--
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 : Unlock Gtab

Apakah simcard contact dikenali? Saya curiganya simslotnya rusak

Cmiiw

On Mar 31, 2011 5:48 PM, "Mathius Dede" <robot.ndoroid@gmail.com> wrote:
> Permisi rekan-rekan dan para suhu..
>
> mohon pencerahannya,
>
> rekan saya baru dapat samsung galaxy tab dari singapore sebagai hadiah.
> Ternyata setelah di masukan kartu SIM Card T-sel tidak mau naik signal nya.
> Jadi sepertinya masih di locked.
> Siang ini rekan saya membawa samsung tab nya ke plaza SAamsung, lalu di beri
> tahu kalau mereka sendiri dari pihak Samsung tidak berani untuk
> meng-unlocked alasannya karena Gtab rekan saya dari Jerman dan kalau di
> unlocked disini ada kemungkinan matot :( .
> Ya sudah, saya coba bantu untuk search di internet, dan saya dapat seperti
> ini http://www.galaxytabnews.com/news/sim-unlock-galaxy-tab/
>
> Saya coba cek pertama-tama dengan menekan *#7465625#, ternyata status
> Network Lock nya off. Saya jadi bingung, adakah suhu-suhu disini yang bisa
> kasih pencerahan ? Atau
> rekomendasi tempat untuk unlocked Gtab nya ? Lokasi rekan saya di Jakarta
> Selatan.
>
> Terima kasih sebelumnya .
>
> --
> Best Regards
>
> M. Dede
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] WTA: APP2SD RCmixHD HTC Desire

Siap master...!!! Segera dicoba, thanks.

Regards,
William

On 2011 3 31 17:05, "Ocu Mudo" <ocu.mudo@gmail.com> wrote:
> Untuk ROM data++
> App tetap di sd-ext
> Data app di arahkan ke internal (partisi system)
>
> Desire i'm in love
>
> @ocumudo
> pm : ocu@robotijo.org
> On Mar 31, 2011 3:13 PM, "William" <will.lie09@gmail.com> wrote:
>> Rekan2, mau nanya:
>> Saya sempat test RCmixHD yang A2SD++
>> Tapi kenapa semua apps nya ter-install ke internal semua ya?
>> Sudah coba dengan aplikasi app2sd pro, tapi masih banyak apps yang ga
>> bisa diinstall ke sd card, akhirnya tekor juga internal nya.
>> Ada yang punya solusi?
>>
>> Pengennya sih kaya Oxygen yang lagi dipakai sekarang, hajar D2WE,
>> internal memory nya langsung jadi (seolah2) 1GB, jadi lega banget buat
>> apps :)
>> Thanks.
>>
>> *Pakai HTC tanpa sense kok kurang sedap ya rasanya...*
>>
>> Regards,
>> William
>>
>> --
>> ===============
>> Indonesian Android Community, join: http://forum.android.or.id
>>
>> HTC Android Phone with HTC Sense and HTCsense.com
>> http://www.htc.com/DesireHD/
>> ---------------------
>> Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko Gila Original Surabaya
>> Email: info@gilaoriginal.com Ph. (031) 91555898
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] wta: setelah DX naik kelasnya yg cocok apa ya?

...........tuh ! sikaaaaaaaaaat !

Jus*  /motorola_verizon_powered_by_smart/ || dari pc windows xp original || ~ my porfolio foto http://www.firnaglass.com/ ~    

On 3/31/2011 5:29 PM, Lutfi Hidayat Ramdhani wrote:
Ini aja om

image.jpeg

Sent from my iPhone

On 31 Mar 2011, at 17:13, rafael estevez <droidworlds@gmail.com> wrote:

lagi mikir2 .. kalo mau naik kelas (upgrade) dr DX bagusnay , pake apa ya ? biar gagk nyesel gituw :P 


*lgngaco nehh

rafael ... 


 
--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] WTA: APP2SD RCmixHD HTC Desire

Saya pernah lihat p.budiman ngeflash desire bbrp minggu yll, trus stuck di logo hehehe ada tampak panik nmn kepanikan tdk menyurutkan beliau, buktinya skrg rajin ngeflash :))

Tks
Rgds
Wahyu Widiyansyah

------------------
Sent from my robotijo 'borosbatre'
KRIWIL - Komunitas Robot Ijo WILmar
-------------------

On 31 Mar 2011 17:44, "Budiman Harun" <buddyandroid@gmail.com> wrote:
> Nah itu dia yg aku ga pandai jelasin, hanya flash ROM spt biasa saja. Mgkn
> suhu yg lain bisa bantu.
> Mgkn nasibku lg baik ya... hehe
>
> Regards
> Budiman
> On Mar 31, 2011 4:27 PM, "William" <will.lie09@gmail.com> wrote:
>> Widih gelooo... Gimana caranya tuh Om Budiman?
>> Jamu apa aja yang mesti dicekokin?
>> Thanks.
>>
>> Regards,
>> William
>>
>> Budiman Harun wrote:
>>>
>>> Saya Palau RCMix HD memorynya lega loh....
>>> As attach
>>>
>>> --
>>> ===============
>>> Indonesian Android Community, join: http://forum.android.or.id
>>>
>>> HTC Android Phone with HTC Sense and HTCsense.com
>>> http://www.htc.com/DesireHD/
>>> ---------------------
>>> Unlimited Data XL Mobile Broadband
>>> http://www.xl.co.id/XLInternet/BroadbandInternet
>>> --------------------
>>> i-gadget Store - BEC Bandung
>>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>>> --------------------
>>> Toko Gila Original Surabaya
>>> Email: info@gilaoriginal.com Ph. (031) 91555898
>>> --------------------
>>> Toko EceranShop - BEC Bandung
>>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>>> --------------------
>>>
>>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>>
>>> ------------------------------------------------------------------------
>>>
>>
>> --
>> ===============
>> Indonesian Android Community, join: http://forum.android.or.id
>>
>> HTC Android Phone with HTC Sense and HTCsense.com
>> http://www.htc.com/DesireHD/
>> ---------------------
>> Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko Gila Original Surabaya
>> Email: info@gilaoriginal.com Ph. (031) 91555898
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[id-android] WTB HTC Desire / DroidX murah di Jakarta

Siap2 Weekend
Permisi ane lg nyari HP android yang murmer, HTC desire atau Droid x,
atau kalangan sejenisnya
kalo bisa harganya murah + - 3JT, kalo bisa barang mulus, kalo bisa
barang ada di jakarta, kalo bisa + bonus
kalangan motorola xt720 murah jg boleh kalo ada

bisa japri kesini aluno21@gmail.com atau 08179943746

thanks banget

--
===============
Indonesian Android Community, join: http://forum.android.or.id

HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------

Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[id-android] WTA : Unlock Gtab

Permisi rekan-rekan dan para suhu..
 
mohon pencerahannya,
 
rekan saya baru dapat samsung galaxy tab dari singapore sebagai hadiah. Ternyata setelah di masukan kartu SIM Card T-sel tidak mau naik signal nya. Jadi sepertinya masih di locked.
Siang ini rekan saya membawa samsung tab nya ke plaza SAamsung, lalu di beri tahu kalau mereka sendiri dari pihak Samsung tidak berani untuk meng-unlocked alasannya karena Gtab rekan saya dari Jerman dan kalau di unlocked disini ada kemungkinan matot :( .
Ya sudah, saya coba bantu untuk search di internet, dan saya dapat seperti ini http://www.galaxytabnews.com/news/sim-unlock-galaxy-tab/
 
Saya coba cek pertama-tama dengan menekan  *#7465625#, ternyata status Network Lock nya off. Saya jadi bingung, adakah suhu-suhu disini yang bisa kasih pencerahan ? Atau
rekomendasi tempat untuk unlocked Gtab nya ? Lokasi rekan saya di Jakarta Selatan.
 
Terima kasih sebelumnya .

--
Best Regards

M. Dede

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] Screen protector Re: WTA : galaxy tab

seGORILLA2na itu Glass, klo dpke lama kelamaan juga bakalan gores. dulu pernash dibshas kuq tentang daya tahan ituwh Gorilla.

tahan tekanan sampai seberapa?
tahan diusap berapa kali?
tahan diusap dengan tekanan max berapa?

On Mar 31, 2011 5:31 PM, "Herry Purnawan" <milis@purnawan.net> wrote:
> bukannya gtab udah gorilla glass kan ? masih perlu pakai screen protector
> kah ?
> --
> i had a dream
>
>
>
> 2011/3/31 cesar farhan <cfcesarhan@gmail.com>
>
>> ada di amazon atau ebay! harganya lmyan mahal.. tpi kuaitas anti noda dan
>> anti gores
>>
>> On 2011 Mar 30 10:18, "Fajar Edisya Putera" <fajarep@gmail.com> wrote:
>>
>> Pake semacam antiglare Pak, tapi antiglare dibandingin sama yang clear
>> warna layarnya jadi redup... :)
>>
>>
>>
>> 2011/3/30 Roy <milis@roy.or.id>
>> >
>> > Numpang tanya lagi, screen protector yg clear dan tidak mening...
>>
>> --
>> ===============
>> Indonesian Android Community, join: http://forum.android.or.id
>>
>> HTC Android Phone with HTC Sense and HTCsense.com
>> http://www.htc.com/DesireHD/
>> ---------------------
>> Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko Gila Original Surabaya
>> Email: info@gilaoriginal.com Ph. (031) 91555898
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] galaxy S II

hehe .. gw sih gak tertarik beli .. nanyain buat temen disini .. buat
telp, Captivate kayanya masih lebih dari cukup .. target berikutnya
either galaxy tab 8.9 atau LG optimus pad .. tergantung harga :p

On Thu, Mar 31, 2011 at 11:54 AM, rakugaki <rakuga@gmail.com> wrote:
> Info detik katanya bulan april LG akan launching OPTIMUS 2x
> Mayan tu bro buat pertimbangan..
> Dual processor euy....
>
>
> Ron
>
> On 3/31/11, Ricky Prasetya <rickprasetya@gmail.com> wrote:
>> blom pak
>>
>> 2011/3/31 Arianto C Nugroho <arianto.nugroho@gmail.com>
>>
>>> eh, galaxy S II udah dijual belum sih ? ada temen disini yang tertarik
>>> mau beli ..
>>>
>>> --
>>> --
>>> Best Regards
>>> Arianto C Nugroho
>>> http://id.linkedin.com/in/ariantonugroho
>>> YM-i : arianto.nugroho
>>> skype-id : nugroho.arianto
>>> (+254) 728 002 390
>>> (+62) 817 9050 530
>>>
>>> --
>>> ===============
>>> Indonesian Android Community,  join:  http://forum.android.or.id
>>>
>>> HTC Android Phone with HTC Sense and HTCsense.com
>>> http://www.htc.com/DesireHD/
>>> ---------------------
>>> Unlimited Data XL Mobile Broadband
>>> http://www.xl.co.id/XLInternet/BroadbandInternet
>>> --------------------
>>> i-gadget Store - BEC Bandung
>>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>>> --------------------
>>> Toko Gila Original  Surabaya
>>> Email: info@gilaoriginal.com  Ph. (031) 91555898
>>> --------------------
>>> Toko EceranShop - BEC  Bandung
>>> E-mail: willy@eceranshop.com  Ph. 0815-56599888
>>> --------------------
>>>
>>> Aturan Jual/Kloteran ID-Android  http://goo.gl/azW7
>>>
>>
>> --
>> ===============
>> Indonesian Android Community,  join:  http://forum.android.or.id
>>
>> HTC Android Phone with HTC Sense and HTCsense.com
>> http://www.htc.com/DesireHD/
>> ---------------------
>> Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko Gila Original  Surabaya
>> Email: info@gilaoriginal.com  Ph. (031) 91555898
>> --------------------
>> Toko EceranShop - BEC  Bandung
>> E-mail: willy@eceranshop.com  Ph. 0815-56599888
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android  http://goo.gl/azW7
>>
>
> --
> Sent from my mobile device
>
> --
> ===============
> Indonesian Android Community,  join:  http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original  Surabaya
> Email: info@gilaoriginal.com  Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC  Bandung
> E-mail: willy@eceranshop.com  Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android  http://goo.gl/azW7
>

--
--
Best Regards
Arianto C Nugroho
http://id.linkedin.com/in/ariantonugroho
YM-i
: arianto.nugroho
skype-id : nugroho.arianto
(+254) 728 002 390
(+62) 817 9050 530

--
===============
Indonesian Android Community, join: http://forum.android.or.id

HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------

Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] WTA : Galaxy Tab. Worth It ?

Cuman mau kasih screenshotnya doang. Gtab gue dgn nomor utama yang cukup sering telp via bluetooth handsfree \(`_´)bd(°_°)/

--rc
this is NOT signature...

On 31 Mar 2011 18:32, "Herry Purnawan" <milis@purnawan.net> wrote:

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

[android-developers] Sony Ericsson EDK for Timescape

Hi Android Developers,

The development kit for Sony Ericsson Timescape extensions (the EDK)
is now available for download at http://developer.sonyericsson.com/edk
.

Regarding the installation: Finally are the relevant links on the site
working properly - and the EDK can now be installed using the proper
Android SDK Manager.

Go ahead and download the documentation and the rest of the kit and
try it out.

Questions regarding this EDK or Timescape application as such can be
sent to this thread.

Please note that the EDK is applicable for 2011 products.

Kind regards
/Johan

--
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: setelah DX naik kelasnya yg cocok apa ya?

Atrix.....walau layar cuma 4"

layar yg 4,5" baru Samsung....., agak kurang cocok kalo saya mah,
kecuali yg hrg2 middle-low :D


Jus*
/motorola_verizon_powered_by_smart/
|| dari pc windows xp original ||
~ my porfolio foto http://www.firnaglass.com/ ~

On 3/31/2011 5:13 PM, rafael estevez wrote:
> lagi mikir2 .. kalo mau naik kelas (upgrade) dr DX bagusnay , pake apa
> ya ? biar gagk nyesel gituw :P
>
>
> *lgngaco nehh
>
> rafael ...
>
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id

HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------

Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

Re: [id-android] WTA : Galaxy Tab. Worth It ?

Hihi, udah keracunan tingkat akut.
Tinggal tunggu waktu eksekusinya aja nih. :-)

--
i had a dream



2011/3/31 Irwan <irwanmilisandroid@gmail.com>
Mau nambahin sedikit plus-nya gtab.
Layarnya kan sudah lebih dari cukup, bagi penggemar film pasti udah tau kan sekarang banyak beredar file video mkv dgn resolusi HD (720p atau 1080p), nah gtab ini sanggup memainkan file mkv 720p (yg saya sudah coba ya) sebesar lebih dari 2GB (silakan liat attachment) tanpa perlu convert file videonya ataupun pakai apk media player lainnya, video player bawaan gtab sudah sanggup menjalankannya.
Mudah2an dosis racunnya bertambah...he..he..

Regards,
Irwan

www.videobulutangkis.com
The Most Complete Badminton Videos Collection in Indonesia!!


From: "I Putu S" <putu.s1976@gmail.com>
Date: Thu, 31 Mar 2011 07:54:39 +0000
To: [Id-Android]<id-android@googlegroups.com>
Subject: Re: [id-android] WTA : Galaxy Tab. Worth It ?

Setelah pegang2 beberapa saat td , mungkin saya jg akan beli G tab deh pak,
**kompor...

** @ndro-id **


From: Herry Purnawan <milis@purnawan.net>
Date: Thu, 31 Mar 2011 14:09:51 +0700
Subject: Re: [id-android] WTA : Galaxy Tab. Worth It ?

Mantap, pake gunting kertas juga. :D
Iya nih, lagi nungguin besok juga waktunya pada jualan. 


--
i had a dream



2011/3/31 Inigo Loyola Dadang D <kopral.gadget4@gmail.com>
pengalamannya seperti saya dulu,,,waktu bingung milih gtab or streak,,, pakai gunting2x kertas cocokin ukurannya,, :) ,,dulu mang carinya layar lebar puas untuk browsing,baca email dll, sebelumnya pakai acer,,cape dimata,,kecil dan klo pun dibesarin,,cape geser2x pagenya,
klo streak nurut saya sih,,, kekecilan gak puas,,,,,,sekalian aja lah ambil yang gedhe,,meskipun bawanya ribet,,tapi kebayar puasnya browsing di layar 7inc,,lgan juga bawanya gak seribet klo bawa ipad

2011/3/30 Herry Purnawan <milis@purnawan.net>
hehe.
tadi gw ngebandingin kira2 masing2 gedenya gimana ampe potong kertas seukuran dimensi panjang kali lebarnya. :D
keknya tab ga gede2 gimana gitu, so makin ok keknya dg gtab.


tunggu weekend ntar ada yg jual harga ok ga yah :-)

@bro renner : boleh tau kenapa milh HD2 ?


--
i had a dream



2011/3/30 Renner Chen <rc.milestone@gmail.com>

Mendingan pake HD2 drpd streak kalo buat gue yah... jgn ragu gitu. Kalo emang masih bingung, mendingan hold dulu.

--rc
this is NOT signature...

On 30 Mar 2011 22:42, "Herry Purnawan" <milis@purnawan.net> wrote:
> ga jadi ambil deh tadi. yg jualnya ngebatalin.
>
> btw, gw sempet kepikiran ama dell streak juga.
> ada yg punya pengalaman di kedua HH ini ?
>
> racun ... racun ...
>
>
> --
> i had a dream
>
>
>
> 2011/3/30 Dzikki.Muhammad <dzikki.gadget@gmail.com>
>
>> Polos
>> Out of the box semua.
>> Mangkanya gw ilfeel :))
>>
>> Beliin orang itu = gw disuruh cariin, bayar pake duid mereka :D
>>
>>
>> On Mar 30, 2011, at 4:16 PM, Renner Chen <rc.milestone@gmail.com> wrote:
>>
>> Gue gak pernah pake browser bawaannya dzikk. Selalu gue pakai Miren
>> browser, so far ok kok. Tap di link juga presisi di gue.
>> Btw itu screen loe pake antigores atau shield dll gak, bisa jadi hal itu
>> yang bikin kurang presisi.
>>
>> Tapi gtab gue pun pake antigores dan otterbox defender, malah 2 lapis itu
>> shield di screen nya, tetep ok aja sih dzikk.
>>
>> Btw kapan loe beliin gue dzikk... mau dong dibeliin handphone
>> \(`_´)bd(°_°)/
>>
>>
>> --
>> ===============
>> Indonesian Android Community, join: http://forum.android.or.id
>>
>> HTC Android Phone with HTC Sense and HTCsense.com
>> http://www.htc.com/DesireHD/
>> ---------------------
>> Unlimited Data XL Mobile Broadband
>> http://www.xl.co.id/XLInternet/BroadbandInternet
>> --------------------
>> i-gadget Store - BEC Bandung
>> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
>> --------------------
>> Toko Gila Original Surabaya
>> Email: info@gilaoriginal.com Ph. (031) 91555898
>> --------------------
>> Toko EceranShop - BEC Bandung
>> E-mail: willy@eceranshop.com Ph. 0815-56599888
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>
>
> --
> ===============
> Indonesian Android Community, join: http://forum.android.or.id
>
> HTC Android Phone with HTC Sense and HTCsense.com
> http://www.htc.com/DesireHD/
> ---------------------
> Unlimited Data XL Mobile Broadband
> http://www.xl.co.id/XLInternet/BroadbandInternet
> --------------------
> i-gadget Store - BEC Bandung
> E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
> --------------------
> Toko Gila Original Surabaya
> Email: info@gilaoriginal.com Ph. (031) 91555898
> --------------------
> Toko EceranShop - BEC Bandung
> E-mail: willy@eceranshop.com Ph. 0815-56599888
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7



--
We are Android Defender. 
Join us be Android Troops, and visit my blog http://kopralgadget.wordpress.com

--
===============

Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

--
===============
Indonesian Android Community, join: http://forum.android.or.id
 
HTC Android Phone with HTC Sense and HTCsense.com
http://www.htc.com/DesireHD/
---------------------
Unlimited Data XL Mobile Broadband
http://www.xl.co.id/XLInternet/BroadbandInternet
--------------------
i-gadget Store - BEC Bandung
E-mail: ary@i-gadgetstore.com Ph. 0812-21111191
--------------------
Toko Gila Original Surabaya
Email: info@gilaoriginal.com Ph. (031) 91555898
--------------------
Toko EceranShop - BEC Bandung
E-mail: willy@eceranshop.com Ph. 0815-56599888
--------------------
 
Aturan Jual/Kloteran ID-Android http://goo.gl/azW7