[android-developers] Re: Why are Android apk on Google Play market bound to a Google Account?

2013-12-26 Thread Eric Wong (hdmp4.com)
Sounds like you didn't about LVL licensing and implement LVL based 
restrictions to prevent this.

On Friday, 27 December 2013 16:29:54 UTC+11, Heshan Perera wrote:

 Let's say I published a paid Android app to Google Play for selling.

 Let's say user A pays for and installs it. Now user 'A' can extract this 
 apk from his device and freely distribute it to other users, who will not 
 have to pay for it anymore.

 Hence, as a developer, I lose out. I know the advice to tackle this 
 situation is to request an online login but, for an application that does 
 not require web connectivity for its base functionality, this seems to be a 
 bad practice in terms of usability.

 So out of curiosity, why aren't these APKs signed to run for a specific 
 account prior download ? This is what iTunes does with their IPAs, they are 
 signed with the relevant Apple ID.

 What are the possible reasons for Android / Google to not follow suite ?


-- 
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+unsubscr...@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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Re: Miracast?

2012-11-08 Thread Eric Wong (hdmp4.com)
Does anyone knows if it is possible to build an apk to allow the a 
non-Android 4.2 device to have Miracast capability?
both as sender and receiver...

On Thursday, 8 November 2012 03:59:30 UTC+11, Robert Hattan wrote:

 I would recommend Google better advertise Miracast capability with Android 
 4.2.  It hasn't been explained very well to consumers and if existing 
 hardware is upgraded to Android 4.2 will it support Miracast.  Similar to 
 listing phones on Android.com, it would be nice to see a list of Miracast 
 supported TVs, etc.  Even more exciting would be the ability to share an 
 Android 4.2 phone with an Android tablet as a future feature.

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

Re: [android-developers] Re: Miracast?

2012-11-08 Thread Eric Wong (hdmp4.com)
On Friday, 9 November 2012 01:37:27 UTC+11, Mark Murphy (a Commons Guy) 
wrote:

 On Thu, Nov 8, 2012 at 9:21 AM, Eric Wong (hdmp4.com) 
 ericw...@gmail.com javascript: wrote: 
  Does anyone knows if it is possible to build an apk to allow the a 
  non-Android 4.2 device to have Miracast capability? 
  both as sender and receiver... 

 You cannot take screenshots in Android, which means you cannot stream 
 such screenshots using Miracast.  

Actually, I know some company have created app that WIFI display app that 
can do something similar.. although I have not tested it myself yet.
I wonder how it is possible to do this in a usable manner...

I believe you know it is possible to take screenshot in Android if you have 
root permission
There are many apps around that do this, some even stream it live but the 
fps is too low to be useful.


 It may be possible to create an app that speaks Miracast over WiFi 
 Direct to consume content, or display things other than the contents 
 of the screen

Creating an app to act as Miracast display would be something I would 
be interested to hire someone (or license an app) to make it possible too. 

 -- that's outside my area of expertise, and you have to 
 buy the specification 
 (http://www.wi-fi.org/wi-fi-certified-miracast%E2%84%A2). 

 (and the fact that they put a TM symbol in the cotton-pickin' URL 
 suggests that they have overly-aggressive legal counsel) 

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

 Localized Android Question-and-Answer Sites: http://www.andglobe.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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Reason for Dead Trigger lagging on Nexus S

2012-08-02 Thread Eric Wong (hdmp4.com)
Try manually stopping unneeded services/apps.

Is this Nexus S running Android 4.0 or 2.3?

I know my Nexus S here lags a lot running Android 4.0 :(
Not sure if 4.1 will have improvements or not.. still waiting for OTA.

On Thursday, 2 August 2012 14:21:54 UTC+10, Yee Keat Phuah wrote:

 I have recently bought the Dead Trigger game on my phone. Upon factory 
 resetting my phone, if I start playing the game straight away, I will have 
 a very nice lag free experience. However, once I started signing in to my 
 Google Talk, Google Maps, Google Drive, and installed Tasker, the game will 
 start to lag, especially when there are a lot of zombies on the screen.

 While waiting for Nexus 7 to be available here so I can play the game 
 better, I went to investigate what's the main reason for Dead Trigger to 
 lag, I just fired up the game, and just watch the output of adb logcat.

 I noticed that once the game is up and running, the lowmemorykiller kicked 
 into action quite a lot, there's process xxx has died messages all over 
 logcat, followed by Start proc xxx and scheduling restart of service 
 xxx messages:

 I/ActivityManager( 250): Process com.google.android.gsf.login (pid 18553) 
 has died.
 ...
 I/ActivityManager( 250): Start proc com.google.android.gsf.login for 
 service 
 com.google.android.gsf.login/com.google.android.gsf.loginservice.GoogleLoginSer
  
 vice: pid=18790 uid=10012 gids={3003, 1015, 1028, 1007, 2001, 3006}

 I/ActivityManager( 250): Process com.google.android.apps.maps (pid 18716) 
 has died.
 W/ActivityManager( 250): Scheduling restart of crashed service 
 com.google.android.apps.maps/com.google.googlenav.prefetch.android.PrefetcherSe
  
 rvice in 2ms

 This died and Startproc/Restart process repeated throughout a game play.

 What I don't get is that, doesn't this causes the process/service to be 
 killed and restarted, killed and restarted, when I am having a foreground 
 app that needs a lot of memory?? I have digged into the code for 
 ActivityManagerService.java, and it looked like it have no way to tell 
 which process is killed by the lowmemorykiller and which process crashed.

 Other than uninstalling the apps (I definitely need Maps, Talk and 
 Tasker), is there any other way to tell the ActivityManager not to restart 
 any of the services until I am done playing the game?


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

[android-developers] Re: Reason for Dead Trigger lagging on Nexus S

2012-08-02 Thread Eric Wong (hdmp4.com)


On Thursday, 2 August 2012 17:45:07 UTC+10, Yee Keat Phuah wrote:

 On Thursday, 2 August 2012 15:32:48 UTC+8, Eric Wong (hdmp4.com) wrote:

 Try manually stopping unneeded services/apps.


 If I stop the services from Manage Apps, they will restart straight away.

err... find a way to permanently stop it?
like stop background sync?
there is an option inside settings - developer to limit the number of 
background processes too... try that. 

  

 Is this Nexus S running Android 4.0 or 2.3?


 I am on JB 4.1.1.

I have not tried it yet, does it work faster/better than 4.0? 

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

[android-developers] Re: htc dream g1

2012-07-30 Thread Eric Wong (hdmp4.com)
Read those threads on XDA and follow it.

Btw, you can upgrade it to Android 2.3 but expect it to run very slowly...

On Sunday, 29 July 2012 11:32:06 UTC+10, isarel wrote:

 how do i upgrade from 1.5 to 2.2 with my htc dream g1

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

[android-developers] Re: How do you make a in Game Store that people purchase from with real money and it links to my bank?

2012-07-23 Thread Eric Wong (hdmp4.com)
More like it is non-ethical... even though it is illegal because it 
violates copyright.

Use Paypal or market in-app payment system for you in game purchase.

On Monday, 23 July 2012 08:48:31 UTC+10, lolfire3000 wrote:

 Please tell me,kinda a newbie at developing xD.Also,I saw some people 
 copying the exact games,making them compatible with the iPhone and Android 
 and selling them as their own.Isn't that illiegal?Please answer as soon as 
 possible,really busy!

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

[android-developers] Re: USB device OTG mode power consumption

2012-07-23 Thread Eric Wong (hdmp4.com)
I believe USB OTG normally only support around 100mA of current, only 
enough for low power devices like USB disk, USB KB, USB mouse, etc
Try searching for USB OTG power output.

Sounds like you would need to have on board battery in your device to 
support its power consumption.

On Tuesday, 17 July 2012 23:46:44 UTC+10, Michael Hauptfeld wrote:

 Hello! 

 I want to develop a peripheral device to connect to an android phone via 
 USB OTG. The OTG specs says: A Targeted Host shall provide sufficient 
 power to each peripheral on its TPL in at least one supported 
 configuration. 
 Where do I find those TPL (Targeted Peripheral List) lists? I searched 
 at Sony Ericsson and Samsung but with no luck. Is this an android 
 related list? 

 I do this research because I want to use the peripheral device in high 
 power mode with about 300 mA. I thought I could compare the TPL with 
 devices that also need 300 mA. 

 Thanks in advance for any help, 
 Michael 


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

[android-developers] Re: Do we have to pay 25$ reg fee for publishing free apps ?

2012-06-12 Thread Eric Wong (hdmp4.com)
On Jun 7, 7:17 pm, Xmen xmen@gmail.com wrote:
 I have 2 questions.
 First when I tried to apply developer account for google play, my
 country is not listed in agreement. So I cant publish or what ?

Search around..

 Second if I want to publish free apps, do I still have to pa 25$ ?

Yes

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


[android-developers] Re: Is there a way to get a WAN IP address from a phone based on its phone number?

2012-06-06 Thread Eric Wong (hdmp4.com)
On Jun 6, 4:49 pm, Akki akshay.iitr@gmail.com wrote:
 I am trying to develop an android application, through I could share some
 files or other applications in real time(can be thought as a miniature
 version of remote desktop sharing). So I am thinking of trying to set up a *
 P2P *connection between 2 phones, for that phones would be requiring IP
 address of each other. Is there any way by which I can get the IP address of
 the other device by just using the phone no.

I am guessing not..

 Could you please post some other suggestions for setting up a P2P
 connections??

Run as a Bittorrent client and use Bittorrent connection?

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


[android-developers] Re: Streaming buffering problem for high bitrate video (10Mbps)

2012-05-16 Thread Eric Wong (hdmp4.com)
I noticed that Google have replaced OpenCore with Stagefright since
Android 2.0.
I know PV makes OpenCore but I have no idea who makes Stagefright.

I would like comment from someone working on Stagefright to tell me
whether this high bitrate video streaming problem is related to
Stagefright or not.
However, I don't know who to ask when I don't know who makes
Stagefright..

Anyone?

On Mar 27, 4:21 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
wrote:
 Any developers here have any idea what theproblemis?
 or willing to get paid to help me fix this?

 On Mar 25, 6:21 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
 wrote:







  Hi,
  We are developing applications that allows one to streamvideofrom
  any LAN device (e.g. computer, Android phone/tablet, etc) to an
  Android device.

  Recently, we encountered a very strangeproblemonbufferingand we
  believe the issue is possibly related to Android's platform/framework,
  i.e. lower level stuff.

  Thisvideoshows theproblemwe are 
  experiencinghttp://hdmp4.com/TCC9302_STB_buffering_problem.3gp

  I have tested the same operation on 7 Samsung Galaxy Tab (Android
  2.2), Nexus S (Android 2.3) and an Android setop box the one shown in
  thevideo).

  The issues is that when theSTREAMINGvideoexceeds a certainbitrate,
  thevideoeither stops after 5-10 seconds, and then dies (or may
  continue playing for a few more seconds before dying) or it simply do
  not play at all.

  However, if I use an application that decodes thevideoby software
  decoding instead of hardware decoding. Thevideowas able to play from
  start to the end without any problems. (due to slow CPU, arm11,
  800mhz,videoplayback by software decoding as shown in thevideolink
  above actually lags but it does play fine.)

  I run the teststreamingthevideofrom a computer connected to the
  LAN via 100Mbps ethernet.
  All the test device are connected to the LAN via a b/g WIFI router.
  I can confirm that there is absolutely noproblemwith my network
  bandwidth and I can copy files from/to the computer to/from the
  Android device using ftp (using File Expert Application) at
  16-24Mbps.
  (I get the live transfer bandwidth by looking at the software running
  at my computer which is monitoring my computer's network traffic.)

  I used the same mp4 testvideoencoded at differentbitrate.
  The resolution of thestreamingvideodoes not matter because I can
  reproduce this using a 720x480videoas well.
  All the Android devices I have tested suffer the sameproblem.
  The Android STB suffers from thisproblemwhenvideobitrateexceeds
  about 10Mbps.
  7 Samsung Galaxy Tab suffers from thisproblemwhenvideobitrateis
  at or exceeds 6Mbps.
  Nexus S suffers from thisproblemwhenvideobitrateis at or exceeds
  3Mbps.
  From these results, it is obvious that this is related to the Android
  OS or the chip used.

  If the samevideois being played locally from the device's SDcard,
  there is no suchbufferingproblem, even at several times thebitrate
  compared to when it is streamed.
  We have no idea what is going on here and are seeking solutions.

  I can perform more tests and report here if you can tell me what/how
  to do the test as a non-programmer (I can't code).
  However, from our test (or apparent in thevideo), it seems to me that
  Android OS is dumping the buffer and then refilling it for no obvious
  reason.

  This only occurs when hardware decoding was used. Software decoding
  does not have anybufferingproblems.
  This means theproblemis definitely not related to bandwidth and most
  likely related to hardware decodingbuffering.
  For lowerbitratevideo, we do not see thisproblemat all.
  We are also interested to hire developers who can fix thisproblemfor
  us, preferably at the application but fixing this at the OS level is
  also fine..

  Please e-mail me directly if you are capable of fixing thisproblem
  and available for hire.
  Otherwise, please provide your opinion on this issue.
  (I have searched online but did not see anyone encountering this
 problem. Maybe because no one have triedstreamingsuchhighbitrate
 videoyet..)

  Thanks
  Eric

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


[android-developers] Re: Android usb network

2012-05-10 Thread Eric Wong (hdmp4.com)
On May 10, 2:28 pm, Harishk hkacho...@gmail.com wrote:
 Thanks Robert,
 - I'm developing a application on Android 4.0 ideally this will work
 on any android supported device, as of now we do not wants to put any
 hardware restriction but if require we can have hardware dependancy.
 I mean we thought of running application on any android device but if
 require we put restriction saying this can work on device with this
 configurations.

 The application is a very simple user registration application

 The requirement what we have is, our users do not wants a wifi network
 they wants a physicial connection to device for network (for security
 reason) we will put tablet at multiple location in my clients network
 with physical connection. If we really need then we can put multiple
 PC as well for connecting device to network, just need network in my
 Tablet without wifi and Tablet should be able to charge at same time.

Interesting, someone don't want to use WIFI and want a wired tablet :O
Doesn't it just defeat the purpose of having a tablet? while it is
still tethered to a computer USB port for network?
I certainly don't see its merit in terms of power consumption and
complexity.

Why don't you just use the computer then?

My suggestion is to use a tablet that have a physical Ethernet
connection.
Some tablet have ethernet port when you use the dock. Isn't this a
better solution than a tablet tethered to a computer USB port?

Otherwise, I wonder how it is possible for USB client (tablet) to
access the computer's network... via USB..
Even if it is feasible, sounds like it needs complicated/customized
applications on both PC and tablet to do it.


 The device we are going to use will be latest one.

 where can i found EthernetStateTracker class ?

 On May 9, 10:46 pm, Robert Greenwalt rgreenw...@google.com wrote:







  Are you developing this device or using an existing device?

  You should look at the EthernetStateTracker class.  You need to modify the
  networkattributes config.xml property to instantiate type 9 and add type 9
  to the radioattributes config entry.  You'll need to add an ethernet dhcp
  agent to init.rc.  You'll need to add a usb-ethernet driver to your kernel
  image.

  These things I think are available in the TOT of AOSP, but may not be
  available on older devices.

  It may be simpler to have an internet-visible gateway into your intranet
  app, then you could access it worldwide and wouldn't need to do this
  busywork of usb-ethernet.  Alternatively add a wifi access point to your
  lan and connect your tablet that way.  Wires are passe.

  R

  On Tue, May 8, 2012 at 10:16 PM, Harishk hkacho...@gmail.com wrote:
   Hi All,

   I'm looking a good way to bring Android device in intranet using USB,
   what I want is to connect my Android tablet to a PC in network and
   then work on Tablet as a PC.

    In that way I can take print from a network printer also take
   adventage of better network connection within my network.

   Just to give a idea, I'm developing a application which runs in
   Intranet and few user will have Tablet as interface and few user will
   have deskstop as interface. Tablet user should be able to work just
   like a desktop user but with rich user interface so that user can just
   work with there fingers insted of keyboard/mouce.

   please point me to right direction,links. as long as possible  I do
   not wants to create any dependancy to third party application for this
   purpose.

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


[android-developers] Re: Android usb network

2012-05-10 Thread Eric Wong (hdmp4.com)
On May 10, 2:28 pm, Harishk hkacho...@gmail.com wrote:
 Thanks Robert,
 - I'm developing a application on Android 4.0 ideally this will work
 on any android supported device, as of now we do not wants to put any
 hardware restriction but if require we can have hardware dependancy.
 I mean we thought of running application on any android device but if
 require we put restriction saying this can work on device with this
 configurations.

 The application is a very simple user registration application

 The requirement what we have is, our users do not wants a wifi network
 they wants a physicial connection to device for network (for security
 reason) we will put tablet at multiple location in my clients network
 with physical connection. If we really need then we can put multiple
 PC as well for connecting device to network, just need network in my
 Tablet without wifi and Tablet should be able to charge at same time.

Interesting, someone don't want to use WIFI and want a wired tablet :O
Doesn't it just defeat the purpose of having a tablet? while it is
still tethered to a computer USB port for network?
I certainly don't see its merit in terms of power consumption and
complexity.

Why don't you just use the computer then?

My suggestion is to use a tablet that have a physical Ethernet
connection.
Some tablet have ethernet port when you use the dock. Isn't this a
better solution than a tablet tethered to a computer USB port?

Otherwise, I wonder how it is possible for USB client (tablet) to
access the computer's network... via USB..
Even if it is feasible, sounds like it needs complicated/customized
applications on both PC and tablet to do it.


 The device we are going to use will be latest one.

 where can i found EthernetStateTracker class ?

 On May 9, 10:46 pm, Robert Greenwalt rgreenw...@google.com wrote:







  Are you developing this device or using an existing device?

  You should look at the EthernetStateTracker class.  You need to modify the
  networkattributes config.xml property to instantiate type 9 and add type 9
  to the radioattributes config entry.  You'll need to add an ethernet dhcp
  agent to init.rc.  You'll need to add a usb-ethernet driver to your kernel
  image.

  These things I think are available in the TOT of AOSP, but may not be
  available on older devices.

  It may be simpler to have an internet-visible gateway into your intranet
  app, then you could access it worldwide and wouldn't need to do this
  busywork of usb-ethernet.  Alternatively add a wifi access point to your
  lan and connect your tablet that way.  Wires are passe.

  R

  On Tue, May 8, 2012 at 10:16 PM, Harishk hkacho...@gmail.com wrote:
   Hi All,

   I'm looking a good way to bring Android device in intranet using USB,
   what I want is to connect my Android tablet to a PC in network and
   then work on Tablet as a PC.

    In that way I can take print from a network printer also take
   adventage of better network connection within my network.

   Just to give a idea, I'm developing a application which runs in
   Intranet and few user will have Tablet as interface and few user will
   have deskstop as interface. Tablet user should be able to work just
   like a desktop user but with rich user interface so that user can just
   work with there fingers insted of keyboard/mouce.

   please point me to right direction,links. as long as possible  I do
   not wants to create any dependancy to third party application for this
   purpose.

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


[android-developers] Re: i am looking job on android in banglore

2012-03-28 Thread Eric Wong (hdmp4.com)
On Mar 27, 7:02 pm, Anirudh Loya loya.anir...@gmail.com wrote:
 How much are you ready to pay if i fix your bug?

Well, feel free to give me a quote privately (same applies for other
developers interested to help..)

 Mail me.

 On Tue, Mar 27, 2012 at 1:26 PM, Eric Wong (hdmp4.com) ericwon...@gmail.com









  wrote:
  On Mar 27, 5:57 pm, Tushar Lal tush...@gmail.com wrote:
   Yes, Sir I'm also open to  remote contract jobs and can you please
   elaborate the term multimedia. I have worked with audio/video players in
   the phonegap application. But something thing tell me that you have some
   thing else in mind when you say the term multimedia.

  Well, 1st, see if you can solve this problem that we are having before
  we discuss other related projects we have.

 http://groups.google.com/group/android-developers/browse_thread/threa...

   On Tue, Mar 27, 2012 at 12:21 PM, Eric Wong (hdmp4.com) 

   ericwon...@gmail.com wrote:
On Mar 27, 5:37 pm, Tushar Lal tush...@gmail.com wrote:
 I have a work experience of 1.3yr in Android, Blackberry, in which I
  have
 created both native  phonegap application. I have worked on a Mobile
 banking application, Stock Trading application, Album/Artist
  Application

 and some native Blackberry applications.

Any experience in multimedia?
Interested in remote contract jobs or only Bangalore based jobs?

 Regards:
 Tushar

 On Tue, Mar 27, 2012 at 11:52 AM, Anirudh Loya 
  loya.anir...@gmail.com
wrote:

  6 months experience or a fresher?

  On Tue, Mar 27, 2012 at 11:49 AM, Eric Wong (hdmp4.com) 
  ericwon...@gmail.com wrote:

  what application did you build previously?

  On Mar 27, 5:46 am, rudraswamy mc rudraswamy.17...@gmail.com
  wrote:
   sir i have 6month exp on android..

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

  --

  Thank you

  Anirudh Loya | Android Developer**

  Desk: +9140-30681824 | Mobile: +91*9246561265*

  *Love your Job but don't Love your company, Because you may not
  know
when
  your company stops loving you.--  Voice Of Love*

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

 --

 Thank you

 Anirudh Loya | Android Developer**

 Desk: +9140-30681824 | Mobile: +91*9246561265*

 *Love your Job but don't Love your company, Because you may not know when
 your company stops loving you.--  Voice Of Love*

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


[android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Eric Wong (hdmp4.com)
what application did you build previously?

On Mar 27, 5:46 am, rudraswamy mc rudraswamy.17...@gmail.com wrote:
 sir i have 6month exp on android..

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


[android-developers] Re: Streaming buffering problem for high bitrate video (10Mbps)

2012-03-27 Thread Eric Wong (hdmp4.com)
Any developers here have any idea what the problem is?
or willing to get paid to help me fix this?

On Mar 25, 6:21 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
wrote:
 Hi,
 We are developing applications that allows one to stream video from
 any LAN device (e.g. computer, Android phone/tablet, etc) to an
 Android device.

 Recently, we encountered a very strange problem on buffering and we
 believe the issue is possibly related to Android's platform/framework,
 i.e. lower level stuff.

 This video shows the problem we are 
 experiencinghttp://hdmp4.com/TCC9302_STB_buffering_problem.3gp

 I have tested the same operation on 7 Samsung Galaxy Tab (Android
 2.2), Nexus S (Android 2.3) and an Android setop box the one shown in
 the video).

 The issues is that when the STREAMING video exceeds a certain bitrate,
 the video either stops after 5-10 seconds, and then dies (or may
 continue playing for a few more seconds before dying) or it simply do
 not play at all.

 However, if I use an application that decodes the video by software
 decoding instead of hardware decoding. The video was able to play from
 start to the end without any problems. (due to slow CPU, arm11,
 800mhz, video playback by software decoding as shown in the video link
 above actually lags but it does play fine.)

 I run the test streaming the video from a computer connected to the
 LAN via 100Mbps ethernet.
 All the test device are connected to the LAN via a b/g WIFI router.
 I can confirm that there is absolutely no problem with my network
 bandwidth and I can copy files from/to the computer to/from the
 Android device using ftp (using File Expert Application) at
 16-24Mbps.
 (I get the live transfer bandwidth by looking at the software running
 at my computer which is monitoring my computer's network traffic.)

 I used the same mp4 test video encoded at different bitrate.
 The resolution of the streaming video does not matter because I can
 reproduce this using a 720x480 video as well.
 All the Android devices I have tested suffer the same problem.
 The Android STB suffers from this problem when video bitrate exceeds
 about 10Mbps.
 7 Samsung Galaxy Tab suffers from this problem when video bitrate is
 at or exceeds 6Mbps.
 Nexus S suffers from this problem when video bitrate is at or exceeds
 3Mbps.
 From these results, it is obvious that this is related to the Android
 OS or the chip used.

 If the same video is being played locally from the device's SDcard,
 there is no such buffering problem, even at several times the bitrate
 compared to when it is streamed.
 We have no idea what is going on here and are seeking solutions.

 I can perform more tests and report here if you can tell me what/how
 to do the test as a non-programmer (I can't code).
 However, from our test (or apparent in the video), it seems to me that
 Android OS is dumping the buffer and then refilling it for no obvious
 reason.

 This only occurs when hardware decoding was used. Software decoding
 does not have any buffering problems.
 This means the problem is definitely not related to bandwidth and most
 likely related to hardware decoding buffering.
 For lower bitrate video, we do not see this problem at all.
 We are also interested to hire developers who can fix this problem for
 us, preferably at the application but fixing this at the OS level is
 also fine..

 Please e-mail me directly if you are capable of fixing this problem
 and available for hire.
 Otherwise, please provide your opinion on this issue.
 (I have searched online but did not see anyone encountering this
 problem. Maybe because no one have tried streaming such high bitrate
 video yet..)

 Thanks
 Eric

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


[android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Eric Wong (hdmp4.com)
On Mar 27, 5:37 pm, Tushar Lal tush...@gmail.com wrote:
 I have a work experience of 1.3yr in Android, Blackberry, in which I have
 created both native  phonegap application. I have worked on a Mobile
 banking application, Stock Trading application, Album/Artist Application 
 and some native Blackberry applications.

Any experience in multimedia?
Interested in remote contract jobs or only Bangalore based jobs?


 Regards:
 Tushar

 On Tue, Mar 27, 2012 at 11:52 AM, Anirudh Loya loya.anir...@gmail.comwrote:







  6 months experience or a fresher?

  On Tue, Mar 27, 2012 at 11:49 AM, Eric Wong (hdmp4.com) 
  ericwon...@gmail.com wrote:

  what application did you build previously?

  On Mar 27, 5:46 am, rudraswamy mc rudraswamy.17...@gmail.com wrote:
   sir i have 6month exp on android..

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

  --

  Thank you

  Anirudh Loya | Android Developer**

  Desk: +9140-30681824 | Mobile: +91*9246561265*

  *Love your Job but don't Love your company, Because you may not know when
  your company stops loving you.--  Voice Of Love*

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


[android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Eric Wong (hdmp4.com)
On Mar 27, 5:57 pm, Tushar Lal tush...@gmail.com wrote:
 Yes, Sir I'm also open to  remote contract jobs and can you please
 elaborate the term multimedia. I have worked with audio/video players in
 the phonegap application. But something thing tell me that you have some
 thing else in mind when you say the term multimedia.

Well, 1st, see if you can solve this problem that we are having before
we discuss other related projects we have.
http://groups.google.com/group/android-developers/browse_thread/thread/7287a847ddcff147

 On Tue, Mar 27, 2012 at 12:21 PM, Eric Wong (hdmp4.com) 







 ericwon...@gmail.com wrote:
  On Mar 27, 5:37 pm, Tushar Lal tush...@gmail.com wrote:
   I have a work experience of 1.3yr in Android, Blackberry, in which I have
   created both native  phonegap application. I have worked on a Mobile
   banking application, Stock Trading application, Album/Artist Application
  
   and some native Blackberry applications.

  Any experience in multimedia?
  Interested in remote contract jobs or only Bangalore based jobs?

   Regards:
   Tushar

   On Tue, Mar 27, 2012 at 11:52 AM, Anirudh Loya loya.anir...@gmail.com
  wrote:

6 months experience or a fresher?

On Tue, Mar 27, 2012 at 11:49 AM, Eric Wong (hdmp4.com) 
ericwon...@gmail.com wrote:

what application did you build previously?

On Mar 27, 5:46 am, rudraswamy mc rudraswamy.17...@gmail.com wrote:
 sir i have 6month exp on android..

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

--

Thank you

Anirudh Loya | Android Developer**

Desk: +9140-30681824 | Mobile: +91*9246561265*

*Love your Job but don't Love your company, Because you may not know
  when
your company stops loving you.--  Voice Of Love*

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


[android-developers] Streaming buffering problem for high bitrate video (10Mbps)

2012-03-25 Thread Eric Wong (hdmp4.com)
Hi,
We are developing applications that allows one to stream video from
any LAN device (e.g. computer, Android phone/tablet, etc) to an
Android device.

Recently, we encountered a very strange problem on buffering and we
believe the issue is possibly related to Android's platform/framework,
i.e. lower level stuff.

This video shows the problem we are experiencing
http://hdmp4.com/TCC9302_STB_buffering_problem.3gp

I have tested the same operation on 7 Samsung Galaxy Tab (Android
2.2), Nexus S (Android 2.3) and an Android setop box the one shown in
the video).

The issues is that when the STREAMING video exceeds a certain bitrate,
the video either stops after 5-10 seconds, and then dies (or may
continue playing for a few more seconds before dying) or it simply do
not play at all.

However, if I use an application that decodes the video by software
decoding instead of hardware decoding. The video was able to play from
start to the end without any problems. (due to slow CPU, arm11,
800mhz, video playback by software decoding as shown in the video link
above actually lags but it does play fine.)

I run the test streaming the video from a computer connected to the
LAN via 100Mbps ethernet.
All the test device are connected to the LAN via a b/g WIFI router.
I can confirm that there is absolutely no problem with my network
bandwidth and I can copy files from/to the computer to/from the
Android device using ftp (using File Expert Application) at
16-24Mbps.
(I get the live transfer bandwidth by looking at the software running
at my computer which is monitoring my computer's network traffic.)

I used the same mp4 test video encoded at different bitrate.
The resolution of the streaming video does not matter because I can
reproduce this using a 720x480 video as well.
All the Android devices I have tested suffer the same problem.
The Android STB suffers from this problem when video bitrate exceeds
about 10Mbps.
7 Samsung Galaxy Tab suffers from this problem when video bitrate is
at or exceeds 6Mbps.
Nexus S suffers from this problem when video bitrate is at or exceeds
3Mbps.
From these results, it is obvious that this is related to the Android
OS or the chip used.

If the same video is being played locally from the device's SDcard,
there is no such buffering problem, even at several times the bitrate
compared to when it is streamed.
We have no idea what is going on here and are seeking solutions.

I can perform more tests and report here if you can tell me what/how
to do the test as a non-programmer (I can't code).
However, from our test (or apparent in the video), it seems to me that
Android OS is dumping the buffer and then refilling it for no obvious
reason.

This only occurs when hardware decoding was used. Software decoding
does not have any buffering problems.
This means the problem is definitely not related to bandwidth and most
likely related to hardware decoding buffering.
For lower bitrate video, we do not see this problem at all.
We are also interested to hire developers who can fix this problem for
us, preferably at the application but fixing this at the OS level is
also fine..

Please e-mail me directly if you are capable of fixing this problem
and available for hire.
Otherwise, please provide your opinion on this issue.
(I have searched online but did not see anyone encountering this
problem. Maybe because no one have tried streaming such high bitrate
video yet..)

Thanks
Eric

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


[android-developers] Re: How to create two projects as one apk file.

2012-02-16 Thread Eric Wong (hdmp4.com)
If I have an application (app A) as a binary (i.e. normal apk as
downloaded from Market, for example.), is it possible to bundle it
with another application (app B, which I build, i.e. have source code)
to make it into a single apk, which will be distributed on Android
market?

Thanks

On Feb 17, 5:51 pm, moktarul anam mokta...@gmail.com wrote:
 Hi,
 it is not possible. u can not merge two apk as a single apk. but u can
 many launcher in a single apps

 Moktarul

 On Feb 16, 1:14 pm, android devloper android.devlope...@gmail.com
 wrote:







  Hi,
  iam new to android,i have created two different projects and i have created
  two different apk files too.
  but now i want to create those two projects as a single apk file.is it
  possible? if possible help me in this.

  Many thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: 找工作

2012-02-13 Thread Eric Wong (hdmp4.com)
那么讲,你手上一个Android的app都没做过?
要是有,那些是你做的?

On Feb 13, 6:16 pm, 涂涛 ttgdztu...@gmail.com wrote:
 经验一年以下,2011毕业的,学历是本科,郑州大学毕业。

 2012/2/13 Eric Wong (hdmp4.com) ericwon...@gmail.com







  什么背景? 学历? 经验?

  我手上有好多Android开发和周边的活,没找到合适的人做。

  要是你的价格合理,而你也做得出来,我们可以谈谈。。
  不过价格是按项目的,不是按时间付的。

  On Feb 12, 11:08 pm, ttgdz ttgdztu...@gmail.com wrote:
 android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊

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

[android-developers] Re: 找工作

2012-02-13 Thread Eric Wong (hdmp4.com)
那么你愿意做项目不?

要完成才有$的哦。。不过价是你开的,不过我不一定接受。

我有好多难度很高的项目,没找到人会做的。
也有些比较简单的。。

有兴趣可以找我谈谈。。

On Feb 13, 8:35 pm, 涂涛 ttgdztu...@gmail.com wrote:
 自学的,肯定做过了,只是比较小而已,地图,数据库,等相关的api都练习过,只是不常用,会忘。

 2012/2/13 Eric Wong (hdmp4.com) ericwon...@gmail.com







  那么讲,你手上一个Android的app都没做过?
  要是有,那些是你做的?

  On Feb 13, 6:16 pm, 涂涛 ttgdztu...@gmail.com wrote:
   经验一年以下,2011毕业的,学历是本科,郑州大学毕业。

   2012/2/13 Eric Wong (hdmp4.com) ericwon...@gmail.com

什么背景? 学历? 经验?

我手上有好多Android开发和周边的活,没找到合适的人做。

要是你的价格合理,而你也做得出来,我们可以谈谈。。
不过价格是按项目的,不是按时间付的。

On Feb 12, 11:08 pm, ttgdz ttgdztu...@gmail.com wrote:
   android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊

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

[android-developers] Re: 找工作

2012-02-12 Thread Eric Wong (hdmp4.com)
什么背景? 学历? 经验?

我手上有好多Android开发和周边的活,没找到合适的人做。

要是你的价格合理,而你也做得出来,我们可以谈谈。。
不过价格是按项目的,不是按时间付的。

On Feb 12, 11:08 pm, ttgdz ttgdztu...@gmail.com wrote:
   android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊

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

[android-developers] Re: The Pocket Panel - 1.2 Amp Solar USB Charger for Android Devices

2011-12-15 Thread Eric Wong (hdmp4.com)
Price seems much higher than what a normal user would pay for..

An external battery or low power solar panel with battery would cost a
lot cheaper than this..

On Dec 13, 8:40 pm, www.PortableSolarPower.Biz
r...@portablesolarpower.biz wrote:
 I'm looking to get some feedback from the android community about 2
 new solar panels I had created that are actually powerful enough to
 rapid charge all the new Android smart phones but I also had a 2 amp
 panel created to charge the Droid Tablets that can be recharged via
 their USB Ports.

 Pricing is lower than anything comparable on the market by a decent
 margin so the price shouldn't be a huge barrier.

 Check out this 6 Watt 1.2 Amp Pocket Sized USB Solar panel 
 herehttp://www.portablesolarpower.biz/products/6-watt-portable-solar-usb-...

 Check out this 12 Watt 2 Amp Pocket Sized USB Solar Panel 
 herehttp://www.portablesolarpower.biz/products/12-watt-portable-solar-usb...

 Is this something that the Android Development team is interested in?
 Give me some feedback, I can make just about anything in any shape and
 size.

 Ryan Brown -www.PortableSolarPower.Biz

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


[android-developers] Re: USB Tethering doesn't work with 3G

2011-10-28 Thread Eric Wong (hdmp4.com)
Check if your computer's USB tethering driver is correctly installed.

Windows XP requires you to install USB tethering driver manually.
Windows 7 have build-in driver.

On Oct 28, 12:45 am, fycd doggoodf...@gmail.com wrote:
 hi all:

     I've got a problem here. my phone's USB tethering dosen't work with 3G.

 while my phone connect with 3G and check USB tethering on, my pc can't
 access any website except www.baidu.com. but the phone can access all
 website.

 and, if I change 3G to wifi. both pc and phone can access all websit.

 dose any one know this issue? and any solution?

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


[android-developers] Re: Help: Nexus can't boot - OutOfMemory

2011-10-10 Thread Eric Wong (hdmp4.com)
LOL, sounds like the only way is to do a factory reset
Seems like you already tried everything possible.

On Oct 9, 3:23 pm, David Goldfarb d...@degel.com wrote:
 Ok, I was stupid... My phone repeatedly warned me that I was low on
 memory and I not only ignored the warnings, I installed a game that
 seems to slowly grow its memory usage.

 Anyway, my poor phone, a stock Nexus One, finally gave up today. It
 won't reboot.  When it tries it repeatedly crashes with an
 OutOfMemoryError in the ActivityManagerService and other critical
 locations.

 So, I'd like to clear out some memory.

 But...
 - I can't boot the phone to get the full GUI
 - adb uninstall app (for any app) fails with Error: Could not
 access the Package Manager.  Is the system running?

 adb logcat and adb shell are working, so I can see what the phone is
 doing and I should be able to delete extraneous rw files.

 I don't currently have root.
 I'd really like not to factory reset the phone or lose my current
 configuration.

 What's the best way to free up enough space to get the phone to boot?

 Thanks, and feeling foolish,
 David

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


[android-developers] Re: Trouble installing USB driver for Nexus S under Windows 7-64 bit

2011-08-11 Thread Eric Wong (hdmp4.com)
Remember to enable USB debug on the Nexus S ;)

On Aug 11, 7:42 am, David dfket...@gmail.com wrote:
 I've installed the SDK and downloaded the GoogleUSB driver, but when I
 tried to install it, Windows 7 tells me I've already got the best
 driver installed and refuses to continue. It seems to see the Nexus S
 simply as a USB drive. Has anyone else experienced this problem?

 By the way, I posted a similar question yesterday, but I can't find
 it. How long does it normally take for a message to be approved by a
 moderator? (I'm a new member.)

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


[android-developers] Re: Android 2.2 + Wi-fi problem

2011-08-11 Thread Eric Wong (hdmp4.com)
There is a bug on Samsung Galaxy Tab 2.2 related to IP address. Google
it.
You may find it works if you reboot your router or plunge all assigned/
connected IP address on your router.

On Aug 11, 6:57 am, Nova Tigo novat...@gmail.com wrote:
 Hi,

 I recently bought a Samsung Galaxy Tab 7 inch with Android 2.2. But I
 am unable to connect to my wireless Wi-Fi network, wich is protected
 by WPA2. The SGT sees my Wi-Fi- network and I can fill in a password,
 but it will not connect. I also updated the firmware wich didn't help.

 Is Android 2.2 not compatible with WPA2? because it works at the
 office where they have WEP protection. Is there any patch or fix for
 this problem?

 Looking forward to your response.

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


[android-developers] Re: Cheap Bluetooth devices sought

2011-08-08 Thread Eric Wong (hdmp4.com)
The cheapest bluetooth item you can get is probably USB bluetooth
dongle, but I don't think u can use it as a remote, can you?

On Aug 9, 3:55 am, cellurl gpscru...@gmail.com wrote:
 Anyone know of a $10 bluetooth device that I can buy in low
 quantities? For example something a phone could turn on/off?

 I need 2 remote switches. Just on and off.

 There are hacking options, but that seems last resort.
 A: Butchering a BT-headset and sending/decoding DTMF.

 B: Butchering RemoteControlBluetooth cars...

 But I am hoping someone can point me to a super cheap BT slave device
 or point me to a more appropriate group.

 Thanks for any leads!
 cellurl

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


[android-developers] Re: Uploading apps on Android Market

2011-08-07 Thread Eric Wong (hdmp4.com)
On Aug 6, 11:20 pm, rich friedel rich.frie...@gmail.com wrote:
 I would hate to have to pay for a tiered data plan and have to update a 4GB 
 app more than once/month!

LOL, I would hate to see app download failed and then restart, etc
when trying to download a 4GB app ;)
I wonder if anyone would post negative feedback because the apk size
is excessively large and they have trouble getting it.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Uploading apps on Android Market

2011-08-06 Thread Eric Wong (hdmp4.com)
Google have already raised the limit to 4GB per apk some time ago...
Is it not implemented yet?

http://androidcommunity.com/android-market-upgrading-app-size-limit-to-4gb-20110511/

On Aug 6, 12:28 am, Thế Hiển Đoàn doanthehien1...@gmail.com wrote:
 Hello, I write my apps which are kind of 3D animations. My apps would run on
 Tablet devices, and their size exceed 50MB. How can I upload them when
 Google Market only allows the app size limit of 50MB?

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


[android-developers] Re: Windows 64-bit drivers for HTC Dream G1

2011-08-01 Thread Eric Wong (hdmp4.com)
Use the USB driver in the SDK

On Jul 30, 11:01 pm, Neel Mehta neelmeht...@gmail.com wrote:
 Hi.

 I have been trying to do this since ages but I am unable to install 64-
 bit Windows 7 drivers for my HTC Dream G1. Can someone please guide
 me.

 Thanks,
 Neel

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


[android-developers] Re: android set top boxes

2011-04-27 Thread Eric Wong (hdmp4.com)
Do you mean Android set box from Google or from 3rd party China
manufacturer?

On Apr 26, 3:20 pm, kaushik p kaushiks...@gmail.com wrote:
 Hi ,

 Is there there anyone here who  is working on android set top boxes ? I need
 some information on that .May i know the availability of the hardware ??

 --
 ThanksRegards
 Kaushik Pendurthi

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


[android-developers] Re: license fees / royalties for players using audio video codecs offered by Android or device manufactures

2011-04-21 Thread Eric Wong (hdmp4.com)
As far as I am aware, Google isn't involved in such licenses. In other
words, it is paid by device manufacturer and not Google.

I think there was some information/discussion regarding this in the
early days of Android in relation to WMA.
You can try to search for those thread or articles.

On Apr 21, 5:41 am, bmjg b...@home.nl wrote:
 Maybe it's easier to just ask:

 Did Google (or the device maker) already take care of any license fees for
 the audio/video codecs that are distributed with Android (or delivered as an
 extra codec by the device manufacturer or phone provider) and thus is the
 developer of an audio/video player that uses these codecs no longer required
 to pay any license fees?

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


[android-developers] Re: Does emulator destinguishes the voice of two persons?

2011-03-21 Thread Eric Wong (hdmp4.com)
Check other posts.

Many have complained that the emulator does not support mic.

On Mar 21, 5:31 am, Balu Varanasi vab...@gmail.com wrote:
 Hi all :)

  I'm trying to implement a Voice recognition application in android 2.2
 emulator. I'm getting an error that Recognizer not present. How to
 implement this. Is my windows 7 operating system requires additional Voice
 recognition softwares?? How to install Google Voice app into adroid
 emulator??

 Here is the link for the example I'm 
 doing.http://www.jameselsey.co.uk/blogs/techblog/android-how-to-implement-v...

 Thank you

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


[android-developers] Re: Does emulator destinguishes the voice of two persons?

2011-03-21 Thread Eric Wong (hdmp4.com)
On Mar 21, 11:21 pm, Balu Varanasi vab...@gmail.com wrote:
 Hi Eric :)

 Thank you for you reply. Could you please suggest me an Idea of how to
 implement Voice Recognition in Android Emulator.

Sorry, I have no idea how to do it.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to install market app in emulator?

2011-03-18 Thread Eric Wong (hdmp4.com)


On Mar 18, 4:08 pm, Maps.Huge.Info (Maps API Guru)
cor...@gmail.com wrote:
  Unless you are doing it on large scale or for commerical applications, who 
  will know?

 You will. If you steal candy from a 7-11 and don't get caught, does
 that make it ok?

Fine, say Google does know who you are because Market has to connect
to the internet. Is there any financial incentive for Google to catch
a individual developer doing this?
I don't think so. So, it really doesn't matter. Google would have
posted some reply here already if they object anyone from doing this.


 Hopefully we've all learned this lesson by about age 8.

 Besides, it's bad karma.

 -John Coryat

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


[android-developers] Re: How to install market app in emulator?

2011-03-17 Thread Eric Wong (hdmp4.com)
On Mar 18, 12:56 am, Justin Anderson magouyaw...@gmail.com wrote:
 Eric,

 Are you sure this would not violate any copyright infringements, as Mark
 mentioned earlier?  Sounds like doing this would be treading on thin ice...

Unless you are doing it on large scale or for commerical applications,
who will know? or will bother to sue you?

As far as I know, there were many people who are doing this to test
their application with Google services because they don't have a
Google experience device.
This is not something new, but have been available since Android
1.0-1.5 era. Though I think not many people need to resort to this
poor man method since most have their own Android phone already.
If you run a search, I am sure you will find many guides on this
method.

Have you seen news of anyone being sued or ran into trouble doing
this?
Personally, I have not seen any objection from Google to do this.


 Thanks,
 Justin Anderson
 MagouyaWare Developerhttp://sites.google.com/site/magouyaware

 On Wed, Mar 16, 2011 at 10:21 PM, Eric Wong (hdmp4.com) 

 ericwon...@gmail.com wrote:
  1) The emulator does not come with the Android market, Google voice
  search and other Google proprietary application, how can you have them
  on the emulator?

  a) Go to the HTC website and download the ADP system image
  b) Extract the files and replace the emulator AVD's with the
  system.img from the ADP system image
  c) Start the emulator normally. Now you are running the ADP system
  image on emulator with all the proprietary applications that are not
  included in the Android SDK, such as Android Market, Google Voice
  Search, etc..

  From:http://www.portable.geek.nz/Android%20SDK%20Beginner%20Guide

  This is the only way that I am aware of, let me know if there is
  another way.

  On Mar 16, 10:48 pm, Saurav to.saurav.mukher...@gmail.com wrote:
   Thanks Nicholas and Mark.

   Specially Mark, as I seriously did not know that it would be a copyright
   issue. I'll restrict myself from doing it.

   Thanks for your speedy replies.

   Regards,
   Saurav Mukherjee.

   On Wed, Mar 16, 2011 at 4:57 PM, Mark Murphy mmur...@commonsware.com
  wrote:

On Wed, Mar 16, 2011 at 6:31 AM, Saurav to.saurav.mukher...@gmail.com

wrote:
 I want to install market app in emulator.
 Android 2.2

The Android Market is not distributed for installation on emulators.

 Please provide a working and tried out method/procedure, which is
  recent.

Any method/procedure would involve copyright violations, as Google
only makes the Android Market available for hardware devices that meet
the compatibility specifications.

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

_The Busy Coder's Guide to Android Development_ Version 3.5 Available!

--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to
  android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to install market app in emulator?

2011-03-16 Thread Eric Wong (hdmp4.com)
1) The emulator does not come with the Android market, Google voice
search and other Google proprietary application, how can you have them
on the emulator?

a) Go to the HTC website and download the ADP system image
b) Extract the files and replace the emulator AVD's with the
system.img from the ADP system image
c) Start the emulator normally. Now you are running the ADP system
image on emulator with all the proprietary applications that are not
included in the Android SDK, such as Android Market, Google Voice
Search, etc..

From: http://www.portable.geek.nz/Android%20SDK%20Beginner%20Guide

This is the only way that I am aware of, let me know if there is
another way.

On Mar 16, 10:48 pm, Saurav to.saurav.mukher...@gmail.com wrote:
 Thanks Nicholas and Mark.

 Specially Mark, as I seriously did not know that it would be a copyright
 issue. I'll restrict myself from doing it.

 Thanks for your speedy replies.

 Regards,
 Saurav Mukherjee.

 On Wed, Mar 16, 2011 at 4:57 PM, Mark Murphy mmur...@commonsware.comwrote:

  On Wed, Mar 16, 2011 at 6:31 AM, Saurav to.saurav.mukher...@gmail.com
  wrote:
   I want to install market app in emulator.
   Android 2.2

  The Android Market is not distributed for installation on emulators.

   Please provide a working and tried out method/procedure, which is recent.

  Any method/procedure would involve copyright violations, as Google
  only makes the Android Market available for hardware devices that meet
  the compatibility specifications.

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

  _The Busy Coder's Guide to Android Development_ Version 3.5 Available!

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Gingerbread phone call recording?

2011-03-09 Thread Eric Wong (hdmp4.com)
This was never made possible by Google.

Read this for details
http://code.google.com/p/android/issues/detail?id=2117

On Mar 10, 3:24 am, Hank hwang...@gmail.com wrote:
 I tried to make an app to record phone conversations using the
 MediaRecorder class for Froyo on my Nexus One, and it turned out
 unsuccessfully. I was wondering with the new firmware Gingerbread, if
 it was possible to record phone conversations now?

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


[android-developers] Re: How earn money from android app free

2011-02-15 Thread Eric Wong (hdmp4.com)
There is no real answer on that. What someone else earns from their
apk has nothing to do with what you can earn.

Read more related articles.
E.g. read about how much Angry bird is earning and why.

On Feb 15, 3:57 pm, Nguyen Nghi nguyennghih...@gmail.com wrote:
 I had read a article about making money from android app.
 Model 1:http://www.androidguys.com/2009/09/14/40bizmodels/

 so  How much does the value of x%, y% , z% ? and I am a android
 developer come from Vietnam, Can I earn money from paid andoird?

 Thanks so much.

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


[android-developers] Re: Does Android have an ideas submission website like Adobe?

2011-02-12 Thread Eric Wong (hdmp4.com)
Try this site..
http://www.appubator.com/

Btw, I think there are existing application on Android market that can
do something similar.

On Feb 13, 2:23 am, Marcin Orlowski webnet.andr...@gmail.com wrote:
 On 12 February 2011 14:56, 95Ghz tom...@gmail.com wrote:

  My idea proposal is to create a kiosk mode feature on the tablet.

 White a launcher replacement and do what you want there.

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


[android-developers] Re: Best, easiest, cleanest, way to make a game and cross platfrom.

2011-01-21 Thread Eric Wong (hdmp4.com)
While we are on this topic, what are developer's view on using such
cross platform tools/SDK vs the OS's native SDK.
E.g. using Corona SDK vs Iphone/Android SDK.

What are its advantages and disadvantages?
If one wants to develop an application for both Android and Iphone,
isn't it better to develop using Android SDK and Iphone SDK
respectively for optimum performance and capability/features,
considering how fast the Android SDK is being upgraded.
At the same time, there are more cross platform tools/SDK to choose
from than there are OS native SDK. Isn't it going to create more
troubles and headache for developers?

For a multi-national coorporation, what would they choose? and why?

(I tried searching opinion on this but didn't found any.)

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


[android-developers] Re: Will pay to have someone develop this app for me.

2011-01-18 Thread Eric Wong (hdmp4.com)
May I ask why don't you contact and offer money to the person who
wrote SMS Backup + to make this?
This would be cheaper, faster and easier than getting a 3rd party to
rebuild the same application.

Getting someone to build an application can cost you substantial
amount of money.
Plus, you aren't even interested to keep the rights of the
application!!!

On Jan 16, 4:27 pm, Christian Childs cthomchi...@gmail.com wrote:
 There is an Android app called SMS Backup + that allows you to have
 all your text messages, MMS messages and your call log info forwarded
 to a gmail account. I was wondering if I could commission someone to
 create an almost identical application, with ALL the same functions
 and settings, but in widget form, like the app Invisible Protector
 Pro so that it can only be accessed by putting the widget on your
 home screen and then you can delete the widget after you alter the
 settings as needed. This is a serious offer and if you name a
 reasonable price, I will likely pay it and you can also keep the
 rights to the app afterward to do with as you will. There are a few
 more details, however I will discuss them with anyone who is
 interested. My name is Christian Childs. My US phone number is
 609-233-0746. You can either call me or email me at
 foreignextr...@aol.com. I hope to hear from someone soon.

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


[android-developers] Re: Project on Android

2010-12-16 Thread Eric Wong (hdmp4.com)
Before you start going after ideas, have you learn how to use the
Android SDK yet?

If not, I suggest you can start your project with App Inventor for
Android
http://appinventor.googlelabs.com/about/

If yes, you should define your scope and capabilities first.
E.g. how much time you can put into it, whether you are working on it
alone or in a team, etc

Otherwise, you will simply end up doing something which is beyond your
capacity or available time.
Idea is easy to come but realizing it is the hard part.

If you are short on idea, just go into Android market or Apple app
store and see what others have made, and see how u can make it
better ;)

If you willing to build a commerical apk for someone for free as well
as for your own college schoolwork, I am sure there are plenty of
people who be happy to give u something to build.
(Like I could easily come up with something for you to build if you
are willing to build it for me ;)

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


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

2010-11-25 Thread Eric Wong (hdmp4.com)
Safe or not depends if you trust the other party (e.g. me) or not.
Same with any other business transactions.

You have to work out the risk yourself.

Cheers
Eric

On Nov 25, 5:33 pm, Atik atik0...@gmail.com wrote:
 bro but how is it ??? means is it safe???
 hope u got my point..can u tell me some details what u have in ur mind

 On Nov 25, 11:25 am, Eric Wong (hdmp4.com) ericwon...@gmail.com
 wrote:

  Or you can collaborate with someone who can post paid app to Android
  market ;)

  E.g. I maybe willing to do it ;)
  I am from Australia.

  Cheers
  Eric

  On Nov 25, 3:59 pm, Atik atik0...@gmail.com wrote:

   Hi
   i am an Android developer,an i want to publish one paid app, the price
   range would be 0.99$ -1.99$, and i have the android market account but
   recently i came to know that from India i am not able to sell the
   application.. is there any other option, recently i came to know about
   WWW.androidconnector.com , but they didn't replied to my mail.

   so please help me out to publish my app..

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


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

2010-11-24 Thread Eric Wong (hdmp4.com)
Or you can collaborate with someone who can post paid app to Android
market ;)

E.g. I maybe willing to do it ;)
I am from Australia.

Cheers
Eric

On Nov 25, 3:59 pm, Atik atik0...@gmail.com wrote:
 Hi
 i am an Android developer,an i want to publish one paid app, the price
 range would be 0.99$ -1.99$, and i have the android market account but
 recently i came to know that from India i am not able to sell the
 application.. is there any other option, recently i came to know about
 WWW.androidconnector.com , but they didn't replied to my mail.

 so please help me out to publish my app..

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


[android-developers] Re: Problem running heavy application

2010-08-18 Thread Eric Wong (hdmp4.com)
wow, an unbelieveable size for an apk.

Is this a game?

On Aug 18, 11:24 pm, chris2a christelle.truc...@gmail.com wrote:
 Hi everybody,

 I developed an heavy application (700 Mb !). With an apk installer
 application, i can install it on the Nexus One SD card (Froyo
 installLocation option). My application is heavy because of the
 videos it contains (located in /raw directory). The problem I have, is
 that it crashes when launched, with this error :

 08-18 11:22:16.179: ERROR/AndroidRuntime(1250): FATAL



   EXCEPTION: main 08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):
   java.lang.RuntimeException: Unable to
   instantiate activity
   ComponentInfo{com.test.media/com.test.media.Welcome}:
   java.lang.ClassNotFoundException:
   com.test.media.Welcome in loader
   dalvik.system.PathClassLoader[/mnt/asec/com.test.media-1/pkg.apk]
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2585)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.ActivityThread.access$2300(ActivityThread.java:125)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.os.Handler.dispatchMessage(Handler.java:99)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.os.Looper.loop(Looper.java:123)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.ActivityThread.main(ActivityThread.java:4627)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   java.lang.reflect.Method.invokeNative(Native
   Method) 08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   java.lang.reflect.Method.invoke(Method.java:521)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   dalvik.system.NativeStart.main(Native
   Method) 08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250): Caused by:
   java.lang.ClassNotFoundException:
   com.test.media.Welcome in loader
   dalvik.system.PathClassLoader[/mnt/asec/com.test.media-1/pkg.apk]
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   java.lang.ClassLoader.loadClass(ClassLoader.java:573)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   java.lang.ClassLoader.loadClass(ClassLoader.java:532)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.Instrumentation.newActivity(Instrumentation.java:1021)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     at
   android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
   08-18 11:22:16.179:
   ERROR/AndroidRuntime(1250):     ... 11
   more

 I dont't understand the reason of this error, because when i try the
 same thing with a lighter application (250 Mb) it runs perfectly. Has
 anyone of you ever had this kind of problem ? Do you know if there is
 a size limit for applications to work ?

 Thank you for your help !

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


[android-developers] Re: Intellectual Property

2010-08-18 Thread Eric Wong (hdmp4.com)
I would say the answer is a obvious YES.

The trouble is finding someone/company willing to buy it at a price
that you are willing to sell.
I do believe you would probably need someone to do the selling for
you. Finding a buyer is not a easy task and there is a lot involved,
unless you already have interested buyer.

From your description, you will probably find it better to find a
partner developer to continue your work and share the profits derived
would be easier than selling it outright.

On Aug 17, 1:25 pm, BDev belliot...@gmail.com wrote:
 This is not a solicitation, but an inquiry.

 I have been making a game for almost a year now - my first project -
 it is an RPG and holds somewhat of a strong following via a blog
 website so far. I am all but complete, there are a few bugs, but for
 the most part the game is done. I wanted to create an initial release
 of the game and then continue to evolve it introducing new grander
 features over time. But now I am moving, getting a new job and going
 back to college - my labor of love is no longer a priority.

 So the question being... is it possible/feasible to sell the rights to
 the intellectual property that is the game wherein I give a company or
 individual(s) all of the source and supporting documentation? Has
 anyone done this or have experience in this? I would still like to see
 the game go on and see a release, there just aren't enough hours in
 the day for me to continue it myself...

 Thanks in advance for any feedback and advice.

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


[android-developers] Re: ADP2 for sale

2010-06-19 Thread Eric Wong (hdmp4.com)
Your location? Price?

Eric

On Jun 17, 11:18 am, yesimarobot pbschrei...@gmail.com wrote:
 I recenlty purchased a Nexus one and have a have a new ADP2 going
 unused. Brand new. I have the box and original cable still in the
 package. Let me know if you're interested.

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


[android-developers] Re: About Android Market, how to licensed by Google can

2010-06-19 Thread Eric Wong (hdmp4.com)
I doubt you would be able to get the license.

Read the last part on that page
http://source.android.com/compatibility/index.html

Do let me know if you some reply from Google or get anywhere. I have
tried before by other means before this page is up but can't get any
reply/answer.

Cheers
Eric

On Jun 18, 4:19 pm, takuya thamaguc...@gmail.com wrote:
 Hi, all.
 I'm takuya from a small PC vendor.

 I saw Android-x86 - Porting Android to x86.
 In the site, there was description of Android-x86 is unable to use
 Android Market (only vendors licensed by Google can).

 I hope to know how to licensed by Google can.
 Would anyone help me that?

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


[android-developers] Re: Translation to Chinese

2010-04-15 Thread Eric Wong (hdmp4.com)
Hi Robert,

I can help you translate those strings.
Maybe also check if those translated by netdragon makes sense.

I like the idea of your application and I believe there are room for
us to collaborate further on this.
We can discuss further on Gtalk.

Cheers
Eric

On Apr 15, 9:50 pm, Robert ferob...@gmail.com wrote:
 Hello all,

 I released my free app (DailyRoads Voyager) at the end of 2009. After
 a week I got a mail from a representative of Netdragon Websoft (Eva
 Zhao) praising my app, and offering to translate it to Chinese, in
 exchange for allowing them to publish it on their site/market. I've
 read various other threads on this list about this company, and
 decided it wouldn't hurt to try working with them.

 After I moved/organized all my texts into strings.xml and sent them
 the file, I got back the translations in about 2 weeks. I have about
 300 strings to translate with words, phrases and placeholders, so I
 imagine it wasn't just a piece of cake to translate. And they sent me
 back translations to both Simplified and Traditional Chinese, with the
 strings.xml properly placed into values-zh-rCN and values-zh-rTW
 folders.

 After I tested with the MoreLocale app, I sent them the apk, and
 everything was fine... until I wanted to release a new version of my
 app. I have added some new features, and wanted the corresponding
 texts to be translated to Chinese. But, haven't heard back from Eva
 since I sent her the apk, and got no reply for the new texts, either.

 Now I am facing a dilemma... wanted to release the new app announcing
 both the Chinese translation, and the new features. But, I have the
 new features only in English :) Any advice on where I can translate
 these new strings? Or, maybe a Chinese developer can translate them to
 me, and I can help with some Java code in return. These are the texts
 needing to be translated:

 string name=LocationLocation/string
 string name=General_explBackground operation, sounds, locations,
 date format/string
 string name=location_setLook up geographic locations/string
 string name=location_explautomatic reverse geocoding of photos and
 rescued videos (Internet connection is used)/string
 string name=sound_setAudible capture sounds/string
 string name=sound_onshutter sound when capturing photos and
 videos/string
 string name=sound_offno shutter sound when capturing photos and
 videos/string
 string name=ff_folder_cm_locationLook up locations/string
 string name=ff_folder_msg_locationLooking up locations.../string
 string name=ff_file_cm_locationLook up location/string
 string name=ff_file_msg_locationLooking up location.../string
 string name=ff_file_cm_location_editEdit location/string

 More info on my app:http://dailyroads.com/voyager/

 Thanks and regards,
 Robert

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


[android-developers] Re: Help In graduation Project

2010-03-29 Thread Eric Wong (hdmp4.com)
Do you mean you already have a beagle board and want to make some apk
to run on it?

Or you want to write some apk to run on existing Android phones or
Android hardware?

I do have some idea for apks that need someone to help to make them
possible if you are interested.

Thanks
Eric

On Mar 28, 10:29 pm, Ahmad Al-Masry good.dr.ah...@gmail.com wrote:
 Hello Android Developers community; hope this find you well and I am
 pleased to
 be a member in such a group.

 I am a fourth year Computer systems engineering student, and I am
 interested to make my graduation project in Mobile OS field, and
 android has the best community support that will help
 us very much.

 I need your help to suggest me a topic that my group (3 students
 including me) can handle; so we can help you in the community and
 consider it as a graduation project.

 Our graduation project consists of two phases, one on each semester.
 Phase one is the Project introduction and this is a theoretical and
 analysis phase. And the second is the real project phase, in which we
 can start the work. We are looking for something in depth, so that we
 can assemble the hardware (BeagleBoard and it peripherals) and
 installation
 of android as the introduction to the project, and then start with
 real life application
 that you kindly might help us to choose.

 It a pleasure to get helped and get enveloped in this community, and
 looking for your help.

 Sincerely yours.

 --
 Ahmad Al-Masry
 Palestine-West Bank-Salfit
 00970(2) 599 043374
 4th year Computer Systems Engineering @ Birzeit Univ.

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


[android-developers] Re: Broken Nexus One given to me at Developer Lab..

2010-02-24 Thread Eric Wong (hdmp4.com)
If you still did not manage to get warranty from HTC, you can consider
selling it to me and buy a new Nexus one?


On Feb 25, 1:36 am, Cait Roberts crob0...@gmail.com wrote:
 Hi All,

 So after getting the run around from various UK and US help lines
 (including the Nexus One HTC lines for repair and returns or
 troubleshooting).. I come to you with a call for HELP!

 I went to MWC this year in Barcelona and went to the Google Android
 Development Lab session at 11am.  This I'd been signed up and
 registered for for ages, as my company is now developing for Android,
 specifically the Nexus One and likeminded HTC handsets.  At the end of
 the session they gave everyone, including me, a shiny new Nexus One!

 I am so so pleased about it BUT there is a serious manufacturer
 default and after numerous troubleshooting sessions via the phone with
 HTC it has been deemed 'DOA' (Dead on Arrival) as none of the sound
 functionality works including speakers, headphones, media touchtones,
 or even making a call.  Very disappointing as I can't really do much
 with a non-working phone.

 The guys on the line at HTC told me my best bet was to get in touch
 with ADL and that they could somehow set me up with a repair.

 Any suggestions?  Any form of help would be great, am desperate to get
 it fixed so I can show off this lovely device to my friends,
 colleagues and future investors! :-)

 Thanks.

 -Caitlin

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


[android-developers] Re: hi how i can record the phone call

2009-12-14 Thread Eric Wong (hdmp4.com)
read this
http://code.google.com/p/android/issues/detail?id=2117

On Dec 14, 6:21 pm, tuku umakantago...@gmail.com wrote:
 actually i want to record the in coming and out going phone calls
 can i do that if yes can u provide me some sample code

 bye takecare

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


[android-developers] Re: International emergency number support

2009-12-06 Thread Eric Wong (hdmp4.com)
 I need to find out as I am looking at importing some specific Android
 devices for a project I am working on.

I seeI do have access to supplier that provides Android mobile
phones if you need.

 Voice communication equipment
 in Australia needs to be able to access 000 as an emergency number for
 regulatory approval. From what I have found so far this is usual done
 by diverting users 000 calls to 112 on mobile networks (not the other
 way around). I'm trying to find out if that is something Android just
 does, or modifications will need to be made.

Well, can't help you on that area.
You can try posting the same question in the Android platform or try
searching the Android issue tracker.




  Btw, are you a programmer? we could collaborate if so.

 Thanks but I'm really flat out atm. Probably not much use to anyone
 presently. Glad to help when I can.

No worries, feel free to contact me when you are ready ;)

Good luck with your project.

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


[android-developers] Re: International emergency number support

2009-12-04 Thread Eric Wong (hdmp4.com)
Why do you bother to find out when you can use 112?

See this for details
http://en.wikipedia.org/wiki/1-1-2

Btw, are you a programmer? we could collaborate if so.

Cheers
Eric

On Dec 4, 8:48 am, brucko geoff.bruck...@gmail.com wrote:
 Does any one have any idea as to which countries Android supports
 interms of Emergency Number dialling. Is there a list of supported
 countries and emergency numbers? For example US has 911, Australia has
 000 and there is also the international numbers 112.

 How can we find out which numbers/countries are supported for
 emergency dialling?

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


[android-developers] Re: Please Suggest, Where can we buy Android phones.

2009-11-13 Thread Eric Wong (hdmp4.com)
I am sure I can get you non-contract HTC Dream, Magic, Hero or Tattoo
at reasonable price if you really want to

Cheers
Eric

On Nov 14, 4:39 am, Devnull rekd...@gmail.com wrote:
 Google offers Developer phones for purchase from their 
 website:http://developer.android.com/guide/developing/device.html#devices
 The current model (ADP1) is based on the HTC Dream. An ADP2 (modeled
 after the HTC Magic) is supposed to be coming out soon. There are
 rumors that the HTC Dream (and therefore the ADP1) will not support
 Android 2.0, so I would probably hold off on making any purchase yet.

 On Nov 13, 12:34 pm, Ash ashwin.disco...@gmail.com wrote:

  We need to buy some phones for android development for our university.
  As it is not for personal use and only for android development for
  students we prefer NO service plan or two year contract. We plan to
  buy few Motorola Droid and HTC G1 initially and other android phones
  in near future.

  Can you Please Suggest where can we buy Android phones.

  Please add your comments and viewpoints.

  Thank you
  -Ashwin

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


[android-developers] Re: Please help me to choose Android Phones (For Android development)

2009-11-10 Thread Eric Wong (hdmp4.com)
I would say get at least one unit for each Android models out there?
Since every unit seems to have slight variation of Android
implementation and apk tested on one may not work on the other.

Hope this spreadsheet would help
http://spreadsheets.google.com/pub?key=rdm8c2ZfSDKd5l-dVy4SrnAoutput=html

Cheers
Eric


On Nov 10, 12:31 pm, Ash ashwin.disco...@gmail.com wrote:
 I'm new to android development. We need to buy around 20 phones for
 android development for our university. Please share your views and
 comments on the phone you think is good for Android development.

 Thank You

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


[android-developers] Re: Archos gives away Android W VGA 4.8 Tablets for 1€ to developers in France

2009-11-09 Thread Eric Wong (hdmp4.com)
Where is the Official Archos Press release for this?
(can't find see anything from Archos...)

I can't read french. Is this offer available for any Android
developer? or only those in French?

Thanks
Eric

On Nov 9, 8:18 pm, Charbax char...@gmail.com wrote:
 At least, that's what is being talked about in French 
 athttp://www.frandroid.com/6546/1e-larchos-5-it-cest-possible/

 The concept being that for developers submitting at least one approved
 application tohttp://appslib.com, that developper can get a 228€
 rebate voucher code to his email and order the Archos 5 Internet
 Tablet with Android and 8GB storage then from Archos website.

 I do not know if Archos has some kinds of manual verification other
 than to check that the application works fine on 800x480 (and through
 HDMI 1280x720) screens, perhaps Archos also checks that the app is
 original and not automatically generated by non-coders using some
 kinds of Android app generators where you input an RSS feed and it
 automatically outputs a duplicated app that simply displays the
 contents from that RSS feed.

 I think this is a great idea for Archos, to try to get the attention
 from 1000 of the best Android developers, to submit their apps 
 tohttp://appslib.combecause Android developers are often the most
 influential early-adopters. So if 1000 Android developers are
 impressed by the Archos 5 Internet Tablet, it may inspire them to
 develop more apps for WVGA medium density since Archos is the first
 and only 4.8 WVGA medium density Android product on the market. Also,
 having more apps, and having more developers enthusiastic about higher
 resolution Android development, will encourage more consumers to look
 into it.

 For now, only free apps are supported inhttp://appslib.com, but
 later paid apps will work as well. My suggestion would be for
 Marketplaces in general to offer a Premium subscription plan for
 around $3 per month or something like that, to offer full access to
 installing and updating Premium applications. This way developers can
 decide if they want to sell their apps or include them in the premium
 access plan, and as well if they want to offer a purchase rebate for
 premium access subscribers. This way, the developers of the most
 useful and most used apps would automatically get paid more from the
 premium subscription plan. Probably that many more users won't mind
 paying that unlimited premium access, pirates will probably not care
 to pirate anymore since premium access subscription would be so
 affordable and this way more money would be distributed to developers.
 This premium Android apps plan is though just my idea, I don't know if
 it has been suggested before.

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


[android-developers] Re: Error after installing 1.6 on DEV PHONE

2009-11-08 Thread Eric Wong (hdmp4.com)
For those still looking for answer.

Read this
http://groups.google.com/group/Android-DevPhone-Updating/browse_thread/thread/5b7c52f40d91d2ef/e5b77b8a919d59dd

Eric

On Nov 4, 9:12 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
wrote:
 Is there a way to fix this without doing a wipe?
 (I just upgraded to 1.6 from 1.5)

 Thanks
 Eric

 On Oct 8, 6:11 pm, jayan jayan.thara...@gmail.com wrote:

   there is an Option at Settings = Sdcard  Phone Storage next search
  Factory Data Reset.

  and it will restart the phone. but you will be invited to setting up
  your gmail account. and will loose your WPA key for wifi.

  after your must reinstall your apps. but it wont delete your images.

  On Oct 8, 6:45 am, nickthecook nickthec...@gmail.com wrote:

   And here is the logcat output for trying to start the Market... :)

   I/ActivityManager(   74): Starting activity: Intent
   { act=android.intent.action.MAIN cat=
   [android.intent.category.LAUNCHER] flg=0x1020
   cmp=com.android.vending/.AssetBrowserActivity }
   I/ActivityManager(   74): Start proc com.android.vending for activity
   com.android.vending/.AssetBrowserActivity: pid=308 uid=10019 gids=
   {3003}
   I/ActivityThread(  308): Publishing provider
   com.android.vending.SuggestionsProvider:
   com.android.vending.SuggestionsProvider
   I/ActivityManager(   74): Starting activity: Intent
   { cmp=com.android.vending/.TosActivity }
   D/dalvikvm(  308): GC freed 3652 objects / 280040 bytes in 208ms
   I/ActivityManager(   74): Displayed activity
   com.android.vending/.TosActivity: 1855 ms (total 3256 ms)
   D/vending (  308):
   com.android.vending.BaseActivity.completeGetAuthToken(): auth result
   is RESULT_CANCELED
   D/vending (  308): com.android.vending.BaseActivity.onAuthTokenComplete
   (): null auth token.

   On Oct 7, 9:43 pm, nickthecook nickthec...@gmail.com wrote:

Here is the logcat for the Google Partner Setup crash:

D/Sync    (   74): Received boot completed action
I/ActivityManager(   74): Stopping service:
com.android.providers.subscribedfeeds/.SubscribedFeedsIntentService
I/ActivityManager(   74): Stopping service:
com.android.mms/.transaction.SmsReceiverService
D/MediaScanner(  185):    total time: 180ms
D/MediaScannerService(  185): done scanning volume internal
I/ActivityManager(   74): Stopping service:
com.android.providers.media/.MediaScannerService
D/HomeLoaders(  122):    cleared application list
D/GooglePartnerSetup(  225): GooglePartnerSetup.onReceive
E/ActivityThread(  225): Failed to find provider info for
com.google.settings
E/ActivityThread(  225): Failed to find provider info for
com.google.settings
D/AndroidRuntime(  225): Shutting down VM
W/dalvikvm(  225): threadid=3: thread exiting with uncaught exception
(group=0x4001da28)
E/AndroidRuntime(  225): Uncaught handler: thread main exiting due to
uncaught exception
I/ActivityManager(   74): Start proc com.android.calendar for
broadcast com.android.providers.calendar/.CalendarReceiver: pid=233
uid=10011 gids={3003}
E/AndroidRuntime(  225): java.lang.RuntimeException: Unable to start
receiver com.google.android.partnersetup.GooglePartnerSetup:
java.lang.IllegalArgumentException: Unknown URL 
content://com.google.settings/partner
E/AndroidRuntime(  225):        at 
android.app.ActivityThread.handleReceiver
(ActivityThread.java:2550)
E/AndroidRuntime(  225):        at 
android.app.ActivityThread.access$3000
(ActivityThread.java:116)
E/AndroidRuntime(  225):        at 
android.app.ActivityThread$H.handleMessage
(ActivityThread.java:1843)
E/AndroidRuntime(  225):        at android.os.Handler.dispatchMessage
(Handler.java:99)
E/AndroidRuntime(  225):        at 
android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  225):        at android.app.ActivityThread.main
(ActivityThread.java:4203)
E/AndroidRuntime(  225):        at java.lang.reflect.Method.invokeNative
(Native Method)
E/AndroidRuntime(  225):        at java.lang.reflect.Method.invoke
(Method.java:521)
E/AndroidRuntime(  225):        at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime(  225):        at 
com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:549)
E/AndroidRuntime(  225):        at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime(  225): Caused by:
java.lang.IllegalArgumentException: Unknown URL 
content://com.google.settings/partner
E/AndroidRuntime(  225):        at 
android.content.ContentResolver.insert
(ContentResolver.java:476)
E/AndroidRuntime(  225):        at
com.google.android.providers.GoogleSettings$NameValueTable.putString
(GoogleSettings.java:75)
E/AndroidRuntime(  225):        at
com.google.android.providers.GoogleSettings$Partner.putString

[android-developers] Re: Is there any Intent to pick file for attachment?

2009-11-05 Thread Eric Wong (hdmp4.com)
Do you mean you need this?

OI File Manager
http://www.openintents.org/en/node/159
(under Information for developers)

Cheers
Eric

On Nov 6, 4:00 am, Tatyana Ulyanova levkat...@gmail.com wrote:
 Hi, friends!

 In application i'm developing i need to open some standard dialog to
 browse files on the phone. After picking one file i'll attach it to
 the message.
 In Android Dev Guide i found such way to solve my problem:

                 Intent intentBrowseFiles = new Intent
 (Intent.ACTION_GET_CONTENT);
                 intentBrowseFiles.setType(*/*);
                 intentBrowseFiles.addCategory
 (Intent.CATEGORY_ALTERNATIVE);
                 MyActivity.this.startActivityForResult
 (intentBrowseFiles, PICK_FILE);

 But in that dialog, when i'm trying to pick sound file, i start to
 playback. And one more problem - using that dialog i can see only
 gallery and music tracks.

 Is there any other way to display such kind of dialog? Or maybe stop
 to playback the music?

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


[android-developers] Re: Communication between PC and Android device

2009-11-05 Thread Eric Wong (hdmp4.com)
Do you mean USB ADB?
Or via Wired tethering? like this: 
http://code.google.com/p/android-wired-tether/

Cheers
Eric

On Nov 6, 6:03 am, axcdnt axc...@gmail.com wrote:
  Hi everyone,

  I've been looking for an answer but couldn't find it yet. The thread
 is:

  Given a device, how could an application communicate with this
 device? Simplifying: something like a cellphone. You plug it in your
 computer and the driver recognizes it. After that you may obtain
 access the device.
 I'm studying API but couldn't find nothing related. All I know is that
 the API allows an abstraction of the device, like: folders, UI, etc.

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


[android-developers] Re: Error after installing 1.6 on DEV PHONE

2009-11-04 Thread Eric Wong (hdmp4.com)
Is there a way to fix this without doing a wipe?
(I just upgraded to 1.6 from 1.5)

Thanks
Eric

On Oct 8, 6:11 pm, jayan jayan.thara...@gmail.com wrote:
  there is an Option at Settings = Sdcard  Phone Storage next search
 Factory Data Reset.

 and it will restart the phone. but you will be invited to setting up
 your gmail account. and will loose your WPA key for wifi.

 after your must reinstall your apps. but it wont delete your images.

 On Oct 8, 6:45 am, nickthecook nickthec...@gmail.com wrote:

  And here is the logcat output for trying to start the Market... :)

  I/ActivityManager(   74): Starting activity: Intent
  { act=android.intent.action.MAIN cat=
  [android.intent.category.LAUNCHER] flg=0x1020
  cmp=com.android.vending/.AssetBrowserActivity }
  I/ActivityManager(   74): Start proc com.android.vending for activity
  com.android.vending/.AssetBrowserActivity: pid=308 uid=10019 gids=
  {3003}
  I/ActivityThread(  308): Publishing provider
  com.android.vending.SuggestionsProvider:
  com.android.vending.SuggestionsProvider
  I/ActivityManager(   74): Starting activity: Intent
  { cmp=com.android.vending/.TosActivity }
  D/dalvikvm(  308): GC freed 3652 objects / 280040 bytes in 208ms
  I/ActivityManager(   74): Displayed activity
  com.android.vending/.TosActivity: 1855 ms (total 3256 ms)
  D/vending (  308):
  com.android.vending.BaseActivity.completeGetAuthToken(): auth result
  is RESULT_CANCELED
  D/vending (  308): com.android.vending.BaseActivity.onAuthTokenComplete
  (): null auth token.

  On Oct 7, 9:43 pm, nickthecook nickthec...@gmail.com wrote:

   Here is the logcat for the Google Partner Setup crash:

   D/Sync    (   74): Received boot completed action
   I/ActivityManager(   74): Stopping service:
   com.android.providers.subscribedfeeds/.SubscribedFeedsIntentService
   I/ActivityManager(   74): Stopping service:
   com.android.mms/.transaction.SmsReceiverService
   D/MediaScanner(  185):    total time: 180ms
   D/MediaScannerService(  185): done scanning volume internal
   I/ActivityManager(   74): Stopping service:
   com.android.providers.media/.MediaScannerService
   D/HomeLoaders(  122):    cleared application list
   D/GooglePartnerSetup(  225): GooglePartnerSetup.onReceive
   E/ActivityThread(  225): Failed to find provider info for
   com.google.settings
   E/ActivityThread(  225): Failed to find provider info for
   com.google.settings
   D/AndroidRuntime(  225): Shutting down VM
   W/dalvikvm(  225): threadid=3: thread exiting with uncaught exception
   (group=0x4001da28)
   E/AndroidRuntime(  225): Uncaught handler: thread main exiting due to
   uncaught exception
   I/ActivityManager(   74): Start proc com.android.calendar for
   broadcast com.android.providers.calendar/.CalendarReceiver: pid=233
   uid=10011 gids={3003}
   E/AndroidRuntime(  225): java.lang.RuntimeException: Unable to start
   receiver com.google.android.partnersetup.GooglePartnerSetup:
   java.lang.IllegalArgumentException: Unknown URL 
   content://com.google.settings/partner
   E/AndroidRuntime(  225):        at 
   android.app.ActivityThread.handleReceiver
   (ActivityThread.java:2550)
   E/AndroidRuntime(  225):        at android.app.ActivityThread.access$3000
   (ActivityThread.java:116)
   E/AndroidRuntime(  225):        at 
   android.app.ActivityThread$H.handleMessage
   (ActivityThread.java:1843)
   E/AndroidRuntime(  225):        at android.os.Handler.dispatchMessage
   (Handler.java:99)
   E/AndroidRuntime(  225):        at android.os.Looper.loop(Looper.java:123)
   E/AndroidRuntime(  225):        at android.app.ActivityThread.main
   (ActivityThread.java:4203)
   E/AndroidRuntime(  225):        at java.lang.reflect.Method.invokeNative
   (Native Method)
   E/AndroidRuntime(  225):        at java.lang.reflect.Method.invoke
   (Method.java:521)
   E/AndroidRuntime(  225):        at com.android.internal.os.ZygoteInit
   $MethodAndArgsCaller.run(ZygoteInit.java:791)
   E/AndroidRuntime(  225):        at com.android.internal.os.ZygoteInit.main
   (ZygoteInit.java:549)
   E/AndroidRuntime(  225):        at dalvik.system.NativeStart.main(Native
   Method)
   E/AndroidRuntime(  225): Caused by:
   java.lang.IllegalArgumentException: Unknown URL 
   content://com.google.settings/partner
   E/AndroidRuntime(  225):        at android.content.ContentResolver.insert
   (ContentResolver.java:476)
   E/AndroidRuntime(  225):        at
   com.google.android.providers.GoogleSettings$NameValueTable.putString
   (GoogleSettings.java:75)
   E/AndroidRuntime(  225):        at
   com.google.android.providers.GoogleSettings$Partner.putString
   (GoogleSettings.java:189)
   E/AndroidRuntime(  225):        at
   com.google.android.partnersetup.GooglePartnerSetup.setClientId
   (GooglePartnerSetup.java:109)
   E/AndroidRuntime(  225):        at
   com.google.android.partnersetup.GooglePartnerSetup.onReceive
   (GooglePartnerSetup.java:72)
   E/AndroidRuntime(  225):        at 
   

[android-developers] Re: MediaRecorder does'n work with incoming calls stream

2009-09-12 Thread Eric Wong (hdmp4.com)

Read and comment here
http://code.google.com/p/android/issues/detail?id=2117

Eric

On Sep 12, 3:21 am, jsdf jasons...@gmail.com wrote:
 On Sep 6, 10:05 am, fritzZz franzi...@gmail.com wrote:

  I have founded some app that records incoming calls, how do they
  work?

 Are you sure they record incoming calls from both ends?
 I would think they can only record what the application owner is
 saying, and not what is coming down the call pipe.
 After extensive research, I don't believe it is possible to record
 what is coming down the call pipe.

 And, I don't think it's a bug, I think it's by design.
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Google Android Challenge II bugix..!

2009-09-03 Thread Eric Wong (hdmp4.com)

Try physically grabbing a google employee and tell them those ;)
(and then tell us the results)

No point complaining here, everyone here knows Google does not listen.

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



[android-developers] Re: Google Android Challenge II bugix..!

2009-09-02 Thread Eric Wong (hdmp4.com)

Good luck getting google to help you on this.
I don't think they would do anything to help you ;)

Remember the no revision rule after deadline for ADC2?

Eric

On Sep 3, 12:55 am, sommeralex alexander.som...@gmail.com wrote:
 google, please answer!!

 On 2 Sep., 02:15, sommeralex alexander.som...@gmail.com wrote:

  Hello Google!

  I cant find a proper email to contact you, therefore, i write you
  here.. I have submitted an Application for the google android
  challenge but did a big mistake when I was re-send the application. I
  removed the Allow Android Mock Location Permission but forgot to
  remove the testProvider in my Application. Now, i just wanted to start
  my application again and was wondering why it didnt work.

  Because of an Permission Exception..

  I hope, that there is a way to still take part in this challenge.. I
  know, that there are rules and that it would be un-managable if every
  developer would come with bugs..

  hm..

  hope to hear from you soon,
  alex
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Who makes embedded hardware Android devices?

2009-09-02 Thread Eric Wong (hdmp4.com)

What screen size or resolution you are looking at?
What quantity you want?
What prize range you are looking at?

I believe I can help you get something if you can tell me more.
E-mail or Gtalk me if you want faster response because I only come
here once a day ;)

Cheers
Eric

On Sep 2, 1:11 am, Jeff Puckett jeff.puck...@gmail.com wrote:
 I'm playing around with an idea in the back of my head, was wondering
 if there were any Android devices that had touchscreen and wifi - no
 other requirements necessary.  The GiiNii Movit Mini is as close to
 what I'm looking for as I can find.  Are there hardware vendors that
 make custom Android products such as this?  Inexpensive, ARM or MIPS,
 run Android, touchscreen, wifi, that's it.  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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Android project

2009-08-30 Thread Eric Wong (hdmp4.com)

Why didn't you post earlier?
We could have collaborated and build a ADC2 apk together, now seems
impossible to build an apk in about a day, isn't it?

Anyway, contact me via e-mail/gtalk if you are interested in the idea
below
http://groups.google.com/group/android-developers/browse_thread/thread/c12901a30e76dff9?hl=en

Cheers
Eric

On Aug 29, 4:40 pm, sriram spsrirampa...@gmail.com wrote:
 Hello friends,

 I am a student studying in final year engineering in IT.
 I am willing to do my final year projecto Android platform.
 Can anyonelease suggest me a good idea that camn be implemented on
 Android platform.
 We, a group of 5 will be working on this for 5-6 months.
 Please, help me out with the topic I am in big trouble.
 HELP ME 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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Recruiting one developer to help code for an ADC2 idea

2009-08-19 Thread Eric Wong (hdmp4.com)

Just to let everyone knows that I am still recruiting an Android
developer to make this application.
First person to contact me and commit gets the job. If you come late,
you will be on the back-up waiting list.

Thanks
Eric

On Aug 13, 10:47 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
wrote:
 Hi everyone,

 I am recruiting ONE developer to help me produce an apk for ADC2.

 Requirements:
 1) able to work at least half a day until 31th August or until apk
 completion
 2) have demonstrated ability to produce Android application
 3) able to accept the fact that I would not tell you exactly what the
 entire application does but will only tell you the bits and pieces to
 build. Though it will become clearer as we progress.
 4) this application will be submitted to ADC2 under my company name.
 5) you would provide me the source code as we progress (though I won't
 do anything with it except archiving it.)

 The application I have in mind is a utility type software, and may
 become a daily utility for the user.
 It will involve the use of GPS, map, camera and internet. The apk
 consists mostly of forms or menus with pre-set series of actions for
 the user to click on.

 This application would be somewhat similar but more complete and
 covers more than thesehttp://www.cyrket.com/search?q=accident

 Building it should be very simple but requires a lot of thinking
 behind what these menus or actions would do...I would figure out
 and tell you exactly what the apk would do.
 If I have already figured out every single details, it maybe possible
 to build this in 3 full days. In practice, because I cannot determine
 all the details until a particular part is completed (or discussed), I
 think it would take around 2 weeks with daily communication between
 us, with both of us working around half a day on it. That means you do
 coding for half a day and I do half a day of thinking plus writing up
 exactly how the apk will act.

 I believe this apk have huge potential to win the ADC2. Even if it
 does not, this application has merits and may yield profit by selling
 it to other companies. It maybe possible to build a business out of
 this idea as well if you are determined.

 Profit Share: 50% for ADC2 and subsequent profits that may arise after
 ADC2.

 I am also happy to open source the codes after ADC2 results is
 announced and if we both agreed that we would not pursue this further
 for commercial gain.

 If you are interested to collaborate on this, please reply to me
 directly. (rather than posting here as I may not check frequently)
 As deadline is closing in fast, please contact me ASAP to secure the
 collaboration. First come first served.

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



[android-developers] Recruiting one developer to help code for an ADC2 idea

2009-08-13 Thread Eric Wong (hdmp4.com)

Hi everyone,

I am recruiting ONE developer to help me produce an apk for ADC2.

Requirements:
1) able to work at least half a day until 31th August or until apk
completion
2) have demonstrated ability to produce Android application
3) able to accept the fact that I would not tell you exactly what the
entire application does but will only tell you the bits and pieces to
build. Though it will become clearer as we progress.
4) this application will be submitted to ADC2 under my company name.
5) you would provide me the source code as we progress (though I won't
do anything with it except archiving it.)

The application I have in mind is a utility type software, and may
become a daily utility for the user.
It will involve the use of GPS, map, camera and internet. The apk
consists mostly of forms or menus with pre-set series of actions for
the user to click on.

This application would be somewhat similar but more complete and
covers more than these
http://www.cyrket.com/search?q=accident

Building it should be very simple but requires a lot of thinking
behind what these menus or actions would do...I would figure out
and tell you exactly what the apk would do.
If I have already figured out every single details, it maybe possible
to build this in 3 full days. In practice, because I cannot determine
all the details until a particular part is completed (or discussed), I
think it would take around 2 weeks with daily communication between
us, with both of us working around half a day on it. That means you do
coding for half a day and I do half a day of thinking plus writing up
exactly how the apk will act.

I believe this apk have huge potential to win the ADC2. Even if it
does not, this application has merits and may yield profit by selling
it to other companies. It maybe possible to build a business out of
this idea as well if you are determined.

Profit Share: 50% for ADC2 and subsequent profits that may arise after
ADC2.

I am also happy to open source the codes after ADC2 results is
announced and if we both agreed that we would not pursue this further
for commercial gain.

If you are interested to collaborate on this, please reply to me
directly. (rather than posting here as I may not check frequently)
As deadline is closing in fast, please contact me ASAP to secure the
collaboration. First come first served.

Thanks
Eric


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



[android-developers] Re: Can an end user disable 2G data, or GSM function?

2009-08-11 Thread Eric Wong (hdmp4.com)

On Aug 10, 9:47 am, brycen digitalbitstr...@gmail.com wrote:
 Is there a way for end users to disable 2G data services (e.g. make
 the phone just a phone)?  Or disable the GSM function as well (say,
 for a device used on a hiking trip as a GPS tracker, where there is no
 coverage)?

Just ask the user to enable airplane mode!!!

;)


 Is there enough control in the SDK to pursue writing an app with a
 control screen like:
 [x] Enable Voice (GSM)
 [ ] Enable 2G Data
 [ ] Enable 3G Data (uses more battery than 2G)
 [ ] Enable Data When Roaming (may result in extra charges)
 [x] Enable WiFi
 [x] Enable WiFi even if device is sleeping
 [x] Enable Bluetooth
 [x] Enable GPS
 [ ] Airplane mode (disable all radios)
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: This bug is costing us money every month

2009-08-04 Thread Eric Wong (hdmp4.com)

Good luck waiting for the fix.

Google is not very transparent in these things.if you have been
here long enough.

Cheers
Eric

On Aug 4, 7:42 am, Disconnect dc.disconn...@gmail.com wrote:
 The G2 JUST came out - it may cost you money next month, but it hasn't cost
 you anything yet...

 On Mon, Aug 3, 2009 at 3:50 AM, Mister Helmut mister.hel...@gmail.comwrote:



  Hello,

  I'd like to refer to the issue 2379 :
 http://code.google.com/p/android/issues/detail?id=2379

  I know that I may be in infringement of the discussion group guideline
  but this is a kind of SOS message.
  This bug is actually costing money every month to all of us going
  aboard very often (or just occasionnaly).
  As of me, in my company, we have G2's as professional phones, and we
  ALL get that charges every month (most of us don't live in the country
  we are working in).

  This bug has a new status since april, and we can't imagine it not
  being fixed for the next 6 month as our phone provider wont refund us
  anymore.

  We may try to correct it ourself, but we are very confident with the
  lower level stack of android source code and we just don't really have
  the time to do it.

  Thanks for reading, and I feel sorry about this message, as I know
  that this kind of message isn't percived very well but please
  understand our situation.
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Australian Android Developers - Drop me a line

2009-07-30 Thread Eric Wong (hdmp4.com)

I wonder if there are enough Australian (or Sydney) Android developers
aroundto warrant such a group.

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



[android-developers] Re: Android BUG....

2009-07-25 Thread Eric Wong (hdmp4.com)

On Jul 24, 4:31 am, dan raaka danra...@gmail.com wrote:
 The issue is even if you indeed fix it say in donut and it gets propagated
 to cupcake and master, users will have to wait till donut OTA or some form
 of intermitent OTA like CRC1 that happened recently to get an update see
 that bug they reported has been fixed. This is just a normal life cycle !!

 Meanwhile you will have more and more people reporting the same bug .. I am
 guessing that is what happened with the original poster.


I think the bigger problem here is that issue is not even marked as
fixed.
Which means it is probably still not fixed in donut or even the
generation after that.

Actually, if you look at comment 2 on that issue, JBQ did respond by
changing the name on the very same day but nothing happened since.

Eric

 -Dan

 On Thu, Jul 23, 2009 at 11:04 AM, Romain Guy romain...@google.com wrote:

  The Android team is responding and resolving basic usability issues,
  and even non-basic ones, etc. Unfortunately, and believe me when I say
  we're sorry about it, we *cannot* fix *every single* bug. Some bugs
  are fixed right away, some take more time.

  On Thu, Jul 23, 2009 at 10:58 AM, dotclickdotcl...@gmail.com wrote:

   Good point... and I probably deserve the criticism.

   However, your comments only strengthen my original point of GOOGLE is
   not responding and resolving basic usability issues.  This is one of
   the key reasons why a company I work with made the decision today to
   dump 100+ Android G1 phones that are only 9 months old and order non-
   Android phones.

   -D

   On Jul 15, 5:30 pm, Mark Murphy mmur...@commonsware.com wrote:
   dotclickwrote:
So the only response I am going to get from Google is from someone who
didn't read the message or take the time to research it.

   No, the only responses you will get is from people other than Google
   employees. As Romain Guy pointed out, if you read the response you were
   lambasting, you would notice that it is from a T-Mobile employee.

   It seems curious that you seem to have made the same error that you are
   complaining about -- not completely reading the email. It's almost as if
   making mistakes were, like, human or something.

   Of course, it is also curious that you appear to think this is an
   end-user tech support forum (which it is not) and that it is Google's
   primary responsibility to respond to you here (which it is not).

   But I digress.

No status updates or responses on the bug report from 7+ months ago.

   Please point out the official public bug trackers for Windows Mobile,
   Blackberry, iPhone, and Palm WebOS. I'm not even sure there's one up for
   Symbian, and they're at least on the road to open source.

   Please point out where you get detailed, bug-level information months in
   advance of product releases for Windows Mobile, Blackberry, iPhone, Palm
   WebOS, and Symbian.

   Please point out how you -- whether via your own engineering efforts, or
   by hiring somebody, or by collecting interested people to raise money to
   hire somebody -- have a chance to fix bugs in Windows Mobile,
   Blackberry, iPhone, or Palm WebOS, as you can with Android. I'll give
   Symbian a mulligan here, since they're in progress on this issue.

   Had this same bug, or an equivalent one, affected you on one of these
   other platforms, the best-case scenario is that, after sitting in
   indefinite tech support queues, you would be told it is a bug and it may
   get fixed someday. Here, not only were you able to file the bug report
   without much effort (albeit with no better of a response), but you have
   options for spearheading a fix, which you lack with any other
   commercial-grade smartphone platform.

   Now, you may not elect to use any of those options to accelerate a fix,
   but that's your decision, not Google's. Regardless, you are no worse off
   than you would have been with any other platform with the same sort of
  bug.

   If you want to whine about how Android has bugs, be my guest, just don't
   whine about the lack of response, since that's all you'll get from
  anyone.

   Note: once Symbian gets a-rollin' in earnest on the open source front,
   the bar for Google and Android may get raised a fair bit, but we're not
   there yet.

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

   Android App Developer Training:http://commonsware.com/training.html

  --
  Romain Guy
  Android framework engineer
  romain...@android.com

  Note: please don't send private questions to me, as I don't have time
  to provide private support.  All such questions should be posted on
  public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
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 

[android-developers] Re: Where to buy a ADP1 Backplate/Battery Cover (with the Android robots)

2009-07-19 Thread Eric Wong (hdmp4.com)

Buy a replacement back cover from ebay ;)

Cheers
Eric

On Jul 18, 2:37 pm, John Smith deltafoxtrot...@gmail.com wrote:
 2009/7/17 JBDynamics jer...@jbdynamics.com



  I bought an ADP1 from Brightstar Corp in November 2008 and everything
  was great until about a month ago when the camera window shattered in
  my pocket. I've called Brightstar who told me to call HTC, I did and
  they only sold the T-Mobile G1 backplates. My Android Market homepage
  only allows me to buy the ADP1.

 What about just cutting the camera window out of the phone?

 I bought a 2600mAh battery and it came with a replacement  backplate, but it
 doesn't use a crappy perspecs window at all.
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: HTC Magic vs G1 performance

2009-07-13 Thread Eric Wong (hdmp4.com)

Maybe you can run the benchmark and post your test results
http://forum.xda-developers.com/showthread.php?t=532668
those results at XDA certainly shows the Magic to be
slowerdespite Magic having more ram and rom over G1...

Maybe also post the results using
CaffeineMark
I know G1 have overall score of about 400 using CaffeineMark

I am really interested to know if HTC Magic (also Hero) actually ships
with the chip working at full speed (528Mhz) or set to a maximum of
about 300Mhz like the G1.

Cheers
Eric

On Jul 12, 7:44 pm, Al Sutton a...@funkyandroid.com wrote:
 Unless you can confirm that they're using the same firmware, have the
 same apps installed which are working with the same data sets and
 background tasks are firing off at the same time on both devices it's
 extremely difficult to say one it's the hardware that's causing the
 performance difference.

 On Jul 11, 2:13 pm, Christine christine.kar...@gmail.com wrote:

  I find that my ADP1 phone has a better performance than my Google IO
  phone. In some cases, the Magic gets a timeout error where the G1
  doesn't, running the same software. Also, I've seen a situation where
  a service would accidentally take too much resources, which the Magic
  couldn't handle - the screen would freeze - while the G1 could. The
  phones have identiical sim cards from the same provider.
  This means I use my IO phone for testing, mostly :-)
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Performance depending on size of SDRAM?

2009-06-29 Thread Eric Wong (hdmp4.com)



On Jun 29, 5:33 pm, kohlerm markus.koh...@gmail.com wrote:
 Hi all,
 The new Samsung i7500 seems to only come with 128Mbyte SDRAM.

 Are there any benchmarks results that show the impact of having less
 SDRAM?
 The HTC phones seem to have 192 and more Mbyte SDRAM.

Not quite correct. The HTC G1 actually only have 128MB ram for
Android, the other 64MB is for the radio only.
Maybe because Samsung is not reporting the ram for the radios?

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



[android-developers] Re: 30 Days of Android Applications

2009-06-26 Thread Eric Wong (hdmp4.com)

mmI see a lot of duplicates with existing Android apk.
Is it worth the effort to create duplicates?

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



[android-developers] Re: DEVELOPER CHALLENGE 2 - Can update of existing published app can participate?

2009-06-18 Thread Eric Wong (hdmp4.com)

This was debated a few days after ADC2 was announced and no consensus
was found among developers.

Check the older posts.

Btw, everyone are waiting clarification on this for weeks.

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



[android-developers] Re: Developer devices available in other regions?

2009-06-09 Thread Eric Wong (hdmp4.com)

Buy a 2nd hand G1 elsewhere, e.g. ebay.

Eric

On Jun 9, 8:09 pm, Colin Charles b...@bytebot.net wrote:
 Hi!

 There is definitely interest in getting Android developer devices here
 in Malaysia, but shipping to this country is apparently not available.
 About 400km south though, from the capital of Malaysia, I can reach
 Singapore, and shipping there, is apparently not a problem. When do
 you reckon we'll see shipping for Malaysia?

 In the event that the reason developer devices aren't for sale,
 because you can't find consumer devices, last Friday, the first
 consumer device launched: the HTC Magic. I guess this is better than
 the G1, but it also costs a lot more for the average developer to pick
 up (~USD370 more than the developer device).

 Any leads to this, will be greatly appreciated.

 Thanks and Kind Regards
 -c
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: ADC2 Teams

2009-06-07 Thread Eric Wong (hdmp4.com)

Do you mind telling me the name of your existing map tracking
application?
I have an ADC2 idea that can use map, I wonder what advantage would
your existing codes bring on that idea...

Eric

On Jun 7, 11:29 pm, wescorp wesc...@gmail.com wrote:
 I've already created my own mapping and tracking classes.
 Now I'd like to extend these features into new applications.

 I'd like to join multiple teams.

 I would like to form my own team, but with what idea?  There is only 2
 months to prepare.

 I'd like to join teams as a consultant. I've taught myself Android. I
 would think some teams might have programming talent but not much
 experience with Android and could make use of me.

 I'd like to join teams as a graphics guy.  No real talent here, but I
 can create complex 3d models of nearly any object for game pieces,
 icons, avatars.

 I'd like to join teams as an Android programmer.  By the time ADC2 is
 over, I'll have 2 years experience with Android and I'm starting to
 know a couple things about how it works.

 Additionally I'd like to add that I'm available to work on ADC2
 projects full time until submission. I know I won't be able to do all
 of the above, but I do know I'm quite persistent about doing my best.

 There will be 2 kinds of winners from ADC2.
 The first will be some genius to pop up and be swallowed up by Google/
 Apple/IBM.
 The second kind of winner will be hundreds of developers and developer
 teams getting initial exposure of themselves and their applications to
 the world.

 Cheers,
 Weshttp://twitter.com/wescorp1420

 On Jun 6, 7:07 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
 wrote:

  Are you looking towards building your own team to submit ADC2 based on
  your idea (Android realtime mapping tracking application?).

  Or looking to help an existing team to develop their idea/application?

  Eric

  On Jun 6, 10:47 pm, wescorp wesc...@gmail.com wrote:

   For the ADC2, I would like to extend my Android realtime mapping
   tracking application work into something new .

   I'm looking to assemble a team or become a member of a team to submit
   an application or applications to the ADC2.

   If you have a clear vision of how we can help each other win, please
   let me know privately.

   Cheers,

   Wes

   On Jun 6, 6:46 am, wescorp wesc...@gmail.com wrote:

Hi All,

Time for another go with the Android Developer Challenge 2.  A couple
of months will go quick.

If your looking to join a team or become a member to a team, please
reply here or privately to the poster.

Cheers,

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



[android-developers] Re: ADC2 Teams

2009-06-06 Thread Eric Wong (hdmp4.com)

Are you looking towards building your own team to submit ADC2 based on
your idea (Android realtime mapping tracking application?).

Or looking to help an existing team to develop their idea/application?

Eric

On Jun 6, 10:47 pm, wescorp wesc...@gmail.com wrote:
 For the ADC2, I would like to extend my Android realtime mapping
 tracking application work into something new .

 I'm looking to assemble a team or become a member of a team to submit
 an application or applications to the ADC2.

 If you have a clear vision of how we can help each other win, please
 let me know privately.

 Cheers,

 Wes

 On Jun 6, 6:46 am, wescorp wesc...@gmail.com wrote:

  Hi All,

  Time for another go with the Android Developer Challenge 2.  A couple
  of months will go quick.

  If your looking to join a team or become a member to a team, please
  reply here or privately to the poster.

  Cheers,

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



[android-developers] Re: HTC Magic Dev phone

2009-06-06 Thread Eric Wong (hdmp4.com)

HTC Magic is already been rooted at XDA.

Eric

On Jun 7, 5:40 am, JP joachim.pfeif...@gmail.com wrote:
 It's a device given to developers, but out of the box it's not a
 development device, so if you need it rooted for development you'll
 have to yourself.

 On Jun 5, 3:54 pm, NTDYLF notthedroidyourelooking...@gmail.com
 wrote:

  Hello all. I received an HTC Magic at the Google IO conference, and
  had heard that it is a dev phone, but when I adb shell into it and
  type su, I get su: permission denied. If this is not a dev phone,
  is it possible to make it one?
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Testing among peers - A new group proposed

2009-05-31 Thread Eric Wong (hdmp4.com)

On May 31, 3:58 pm, JP joachim.pfeif...@gmail.com wrote:
 On May 30, 6:44 am, Ravi textlo...@gmail.com wrote:

  Please advice.

 http://groups.google.com/group/android-app-distribution

mminteresting group that I didn't know...

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



[android-developers] Re: Testing among peers - A new group proposed

2009-05-30 Thread Eric Wong (hdmp4.com)

I am in if this idea goes anywhere :)

It is probably better for you to recruit power (geek) users to do the
testing and free up developer time to actually work on the apks.

Note: I am a power user, not developer.

Eric

On May 30, 11:44 pm, Ravi textlo...@gmail.com wrote:
 Hi,

 I would like to propose a test exchange where few can test  apps for
 others and vice versa. We can go by credit system where when you test
 an app you get credits and use when your app is being tested by
 others.

 Or may be even have developers purchase the credits. Revenue can be
 shared among testers and site operator.

 More over we will get a real world test and feedback. We can code the
 apps to function only for 30 days or so for test trials.

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



[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-21 Thread Eric Wong (hdmp4.com)

Hi,

I can tell you that using JF1.5, the paired stereo headset receive
audio from any sound being played on the G1, i.e. any music player
application output sound automatically to the bluetooth headset.

I don't think you need to do anything to make it work.
However, AVRCP only works if you implement the feature in the apk, at
the moment, only the default music player can be controlled via
bluetooth AVRCP. I assume the rest of the apks have not implement
AVRCP controls yet.

Cheers
Eric

On May 21, 11:46 am, jianwei kevin@gmail.com wrote:
 Thanks for your responese.
 Does this mean all audio in thirdparty application can't play in
 bluetooth headset?

 Dave Sparks wrote:
  We don't support sending app processor audio over SCO. The audio
  quality would be very poor.

  On May 20, 6:51 am, jianwei kevin@gmail.com wrote:
   Hi all,
   I met a problem of bluetooth headset. I want to switch audio playing
   to bluetooth headset when bluetooth headset is paired. I found
   BluetoothDevice in android sources which can controll bluetooth.
   However it is not contained in android.jar. So I used
   AudioManager.setBluetoothScoOn(true), but it still can't work. This
   problem has troubled me a long time. I do appreciate your help. 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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Has the final android 1.5 sdk released?

2009-05-21 Thread Eric Wong (hdmp4.com)

Is this a joke that you don't know Android 1.5 SDK is already out for
weeks?

Cheers
Eric

On May 21, 9:45 pm, Android Users androidmai...@gmail.com wrote:
 Hi all,
 Has the final android 1.5 sdk released? I found in a post that the there was
 a packaging bug related to Geocoding in android 1.5, so wanted to know
 whether that issue has been fixed or not.

 http://groups.google.com/group/android-developers/browse_thread/threa...

 Appreciate a quick response.
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Shipping to Hong Kong

2009-05-20 Thread Eric Wong (hdmp4.com)

Your best solution is to buy a ordinary HTC G1 from ebay US and ship
it to you.
Or just buy the ordinary G1s from HK/China

There are ways in XDA-developers to root the phone, making it
essentially the same as the ADP1.

I can guarantee you that it will save you at least US$200 compared to
ADP1 via this route.
Most G1 in US ebay sell at around US$300 + delivery. (I got it much
cheaper than that though, LOL)
Official ADP1 sell at US$400 + US$100 delivery.

Btw, I have written some related guide on my site if you are
interested.

Cheers
Eric

On May 18, 5:07 pm, LeanAngel jxx.c...@gmail.com wrote:
 Dear all,

 My company is interested in developing for Android and just about
 ready to sign up.

 However, I notice that Hong Kong (my office) is not on the list of
 international markets to which the G1 is stated to ship

 (ie US, UK, Germany, Japan, India, Canada, France, Taiwan, Spain,
 Australia, Singapore, Switzerland, Netherlands, Austria, Sweden,
 Finland, Poland, and Hungary)

 I need to know for sure if I can get a hand on one before I proceed.

 Can anyone clear this up? 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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Shipping to Hong Kong

2009-05-20 Thread Eric Wong (hdmp4.com)

Btw, you can contact me if there is anything that you think your
company can collaborate with us.

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



[android-developers] Re: When will google post official cupcake SDK

2009-04-13 Thread Eric Wong (hdmp4.com)

Official SDK 1.5 is OUT NOW.
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Error code

2009-03-24 Thread Eric Wong (hdmp4.com)

That's a great idea.
Probably doesn't work work for Google when all employee have free food
to start with..(right?)

Cheers
Eric

On Mar 22, 6:42 pm, Al Sutton a...@funkyandroid.com wrote:
 I used to work for a company where anyone who checked in code that broke
 the build and didn't fix it within a couple of hours had to buy a round
 of cakes or doughnuts for the dev team.

 Amazingly enough it reduced broken builds as opposed to increasing
 wastelines.

 Al.



 Jean-Baptiste Queru wrote:
  Heh.

  Jason Parks is my manager at Google, he's a member of the Core
  Technical Team for the Android Open-Source Project, and he is
  responsible for the overall performance and stability of the Android
  platform.

  He broke it because, well, that's what he does ;-)

  JBQ

  On Fri, Mar 20, 2009 at 4:40 PM, grube...@gmail.com grube...@gmail.com 
  wrote:

  Who is JPARKS and why did he break it ??

 --

 * Written an Android App? - List it athttp://andappstore.com/*

 ==
 Funky Android Limited is registered in England  Wales with the
 company number  6741909. The registered head office is Kemp House,
 152-160 City Road, London,  EC1V 2NX, UK.

 The views expressed in this email are those of the author and not
 necessarily those of Funky Android Limited, it's associates, or it's
 subsidiaries.
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-24 Thread Eric Wong (hdmp4.com)

Someone did compiled the cupcake sometime back and release an
unofficial SDK 1.5...
(how come no one mentioned this in the entire thread...)

Search the group for SDK 1.5

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



[android-developers] Re: List of countries carriers

2009-03-12 Thread Eric Wong (hdmp4.com)

This is the closest and most up-to-date, I believe
http://groups.google.com/group/android-discuss/browse_thread/thread/5b7764f42a27946f/aa319379e9cd2b1e?hl=en#aa319379e9cd2b1e

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



[android-developers] Re: Customers on metered data plans

2009-03-08 Thread Eric Wong (hdmp4.com)

Well, in some parts of the world 3G data cost is astronomical

In AustraliaOptus's HTC G1
A $59 Internet Cap plan includes $350 worth of calls and text and
500MB of data, while a $79 Internet Cap plan includes $550 worth of
calls, unlimited text and 700MB of data. Two timeless plans offer
1.5GB ($113.95 per month) and 3GB ($129) data allowances
respectively.
http://www.techworld.com.au/article/275393/htc_launches_first_android_phone_australia_partners_optus

You can check out the details from Optus (www.optus.com.au)

I think one of the limiting factors for Android in such countries is
many customers would be shocked with the data overchargeand
this would prevent Android uptake in mobile phonesGoogle
should really implement some simple settings within Android to allow
one to shut off data access to 3G/GPRS completely (but not wifi)
instead of relying on 3rd party apks.E.g. a simple click at the 3G/
GPRS data icon to turn it off?

This would be useful for roaming customers as wellI am sure
everyone have seen the roaming story already?

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



[android-developers] Re: Multi Touch Support

2009-03-06 Thread Eric Wong (hdmp4.com)

Can Apple's Multi-Touch Patent Withstand Scrutiny -- or Challenge?
http://industry.bnet.com/technology/1000741/can-apples-multi-touch-patent-withstand-scrutiny-or-challenge/

Btw, there is a company that is collecting prior art right now to
challenge Apple's patent..Contact me if you want to know
more ;)
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Android SDK v1.1 due soon?

2009-02-09 Thread Eric Wong (hdmp4.com)

If you read the Android blog, 1.1 SDK is just released

Cheers
Eric

On Feb 10, 4:48 am, monmonja almondmend...@gmail.com wrote:
 You can download it from google but just not on the download page. I
 know its not there for a reason but if you really want to try 1.1

 http://almondmendoza.com/2009/02/09/android-sdk-11/

 I would suggest anyone to wait for the one on the download page coz
 they might still change something or fix something.

 On Feb 9, 9:34 pm, Wijnbo wijnandwiesk...@gmail.com wrote:

  I already got the 1.1 SDK :-)

  On 9 feb, 12:25, Holkre holger.krei...@gmail.com wrote:

   I myself would also be happy to see theSDK1.1,
   im excited if WPA2 Enterprise has been addedtothe Wifi Controlls of
   theSDK,
   as it is an absolute must have when the Android Platform want´s to
   become
   readyfor the business market.

   On Feb 9, 1:38 am, Ivan Soto ivanso...@gmail.com wrote:

I was sondering the same.

It's not that my application won't work, but it would be nice to get 
theSDK
updated.

On Sun, Feb 8, 2009 at 3:17 PM, clark clarkd...@gmail.com wrote:

 I recently upgraded to RC33 on my G1 and when I uploaded an
 application from within eclipse, I received a message warning that the
SDKversion on the phone was1.1, which did not match theSDKversion
 of 1.0 I am using.

 I was wondering when the1.1SDKwill be available for developers.
 I'm not noticing any issues, and I am not sure what, if any, new
 functionality has been added to the1.1SDK.  Just thought I'd ask.

 Regards,
 Scheff's Blend.- Tekst uit oorspronkelijk bericht niet weergeven -

   - Tekst uit oorspronkelijk bericht weergeven -
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---