Re: [android-developers] Need Andriod Developer 2-4 years of Experience

2015-06-12 Thread Liem Vt
That is the bad guys. I have completed some project for him 3 years ago. He 
never pay the money. 


> On Jun 12, 2015, at 3:16 PM, Josphat Muchiri  wrote:
> 
> Hey do you need someone to relocate there or can work as a freelancer
> 
> On 12 Jun 2015 08:16, "Saurabh Goyal"  > wrote:
> Hi,
> 
> Need full time Andriod Developer 2-4 years of Experience for startup in 
> Gurgoan.
> 
> Budget 6-8 lakhs per annum
> 
> Send ur resume at openrefe...@gmail.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 
> 
> --- 
> 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/d/optout 
> .
> 
> -- 
> 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/d/optout 
> .

-- 
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/d/optout.


[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-20 Thread vt
On Friday, July 20, 2012 2:50:19 AM UTC-7, Ran wrote:
>
> I just got the OTA for JellyBean on my Nexus S.
> READ_LOGS apps seem to work as before.. I can see all the logs in alogcat.
>
> is this a bug?
>

It looks like previously installed applications have inherited permissions 
that were given at installation time.

--vt

-- 
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: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-19 Thread vt
On Thursday, July 19, 2012 7:54:35 AM UTC-7, Kristopher Micinski wrote:
>
> On Thu, Jul 19, 2012 at 10:44 AM, vt wrote: 
>
 

> > If a leaf falls to the ground in a forest and no one hears it, does it 
> make 
> > a sound? 
> > 
> > In other words, if your ADK app controls, say, an expensive aquarium 
> with 
> > fish and corals in it (which can easily run into five figures), and you 
> get 
> > back home after a week's vacation to find that a few days ago your app 
> ran 
> > amok and boiled everything and your fish is dead, how is my cool ADK 
> > contraption better than a terminally dim PIC hack? 
> > 
> > - How do I make the bug report span across an arbitrary length of time? 
> > - How do I trigger a bug report generation, say, on a regular basis, or 
> from 
> > inside an application? 
> > 
>
> This is basically why things like ACRA were invented..., 
>
> There's nothing stopping you from dumping your app's logs to a file 
> and then syncing that with your backend periodically.. 
>

App log is not enough. Earlier in this thread I mentioned that often, and 
in cases where hardware is involved, almost always, system logs contain 
information directly related to what is happening to your app.

As for ACRA, isn't it also going to be crippled by READ_LOGS no longer 
granted?

It starts looking like a security theater to me.

All right, one can do all this if one gets the custom ROM to get the logs 
over WiFi (by extension: one can build a custom ROM which disregards 
READ_LOGS completely). Hence, a malicious party will be able to read logs 
no matter what *on device in their physical possession*.

So, why is it not possible for a user to do the same on the production 
build, *on device in their physical possession*?

kris 
>

--vt

-- 
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: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-19 Thread vt
On Thursday, July 19, 2012 5:02:06 AM UTC-7, Mark Murphy (a Commons Guy) 
wrote:
>
> On Tue, Jul 17, 2012 at 6:05 AM, matteo sisti sette wrote: 
> > So, now a very simple question. 
> > 
> > How do I, the user, the owner of my phone and a human being, see the 
> logs 
> > and e.g. email them to myself for inspection, without rooting the device 
> > and/or connecting it to a computer and/or running complicated 
> command-line 
> > stuff? I mean how do I do this in Jelly Bean? 
>
> POWER + VOLUME-UP + VOLUME-DOWN, simultaneously pressed, should slowly 
> generate a report that you can mail to wherever you want. 
>

If a leaf falls to the ground in a forest and no one hears it, does it make 
a sound?

In other words, if your ADK app controls, say, an expensive aquarium with 
fish and corals in it (which can easily run into five figures), and you get 
back home after a week's vacation to find that a few days ago your app ran 
amok and boiled everything and your fish is dead, how is my cool ADK 
contraption better than a terminally dim PIC hack?

- How do I make the bug report span across an arbitrary length of time?
- How do I trigger a bug report generation, say, on a regular basis, or 
from inside an application?

Mark Murphy (a Commons Guy) 


--vt 

-- 
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] ADK 1.0 devices fail to work with Jelly Bean, why?

2012-07-19 Thread vt
Hello All,

Just connected the tried and true ADK accessory to Nexus 7 and Galaxy Nexus 
- and it failed to connect with "could not read device protocol version" 
message. Thought that the board died, connected to Nexus S with ICS - 
worked just fine. Worked on Galaxy Nexus before Jelly Bean upgrade as well, 
so hardware failure can be ruled out.

I've been watching ADK announcements pretty closely, but don't remember 
reading or hearing anything about this particular change, nor backward 
compatibility of Android devices supporting ADK 2.0.

Accessory Development Kit 2011 
Guide<http://developer.android.com/tools/adk/adk.html>says "Protocol version 1 
is supported by Android 2.3.4 (API Level 10) and 
higher. Protocol version 2 is supported by Android 4.1 (API Level 16) and 
higher", it doesn't say that version 1 is *not* supported by 4.1, and it 
would be pretty bizarre to find that existing hardware would be abandoned 
just like that.

What am I missing here? Is this a bug or a feature?

--vt

-- 
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: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-18 Thread vt
On Wednesday, July 18, 2012 2:11:35 PM UTC-7, Mark Murphy (a Commons Guy) 
wrote:

> What about debugging an app running on an Android device 
> > with ADK accessory connected - it's not even possible to connect adb to 
> it 
> > now, is it? 
>
> Use a ROM that enables adb over WiFi, or hope they add that to 
> standard builds someday (last I checked, it only worked with Google 
> TV). 
>

See, here's the problem - I'm not a commercial developer. I just don't have 
time for this - I barely have enough time to get the Open Source project 
I'm working on where it needs to be. It's a hassle that can be easily 
avoided - something tells me that *one* application that captures log 
output, and which has to be specifically installed on a device, won't be a 
security problem, or at least will significantly alleviate it. And if 
Google wants to release it, I'm sure they have enough manpower to make it 
happen.

Or, oh horror, we can get a mechanism to selectively grant permissions 
(which has been an outstanding issue for quite a while now, with no 
resolution in sight).

Can *I* do it? I think I probably can, though it is a major hassle and loss 
of time, 'cause this is just not what I normally do.
Can a newbie do it? Well, I guess that'll be a showstopper for quite a lot 
of them.

This issue is an obstacle - as usual, there's a tradeoff between security 
and convenience. It's just it's too skewed away from convenience this time.

Mark Murphy (a Commons Guy) 
>
 
--vt 

-- 
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: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-18 Thread vt
On Wednesday, July 18, 2012 12:01:37 PM UTC-7, Ievgenii Nazaruk wrote:

Thanks for trying this out. Now it looks like that there is no supported 
> way to grant development permissions on production devices. 

 
So, question to Android folks, then - what does it take to be able to debug 
the app on a non-rooted production device? Or, even simpler, to read/record 
logs like aLogCat and aLogRec do.

Yes, it is possible to debug an app with USB debugging connected - but for 
a short time, Eclipse plugin doesn't offer much of a buffer.

But what about debugging an app that has to run for a long, long time - 
weeks and months? What about debugging an app running on an Android device 
with ADK accessory connected - it's not even possible to connect adb to it 
now, is it?

Even if an app can write its own logs, it's not sufficient - especially in 
a case where hardware is involved, events in the system logs have direct 
relation to what is happening to the app - and they're not available.

--vt

-- 
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: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-18 Thread vt
On Friday, July 13, 2012 1:54:45 AM UTC-7, Ievgenii Nazaruk wrote:

I've tested the "adb shell pm grant  android.permission.READ_LOGS" and 
> can confirm that it enables READ_LOGS permission for my application. 


How did you dodge "Operation not allowed: java.lang.SecurityException: 
Neither user 2000 nor current process has 
android.permission.GRANT_REVOKE_PERMISSIONS"?

--vt

-- 
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] Auth 500 error or not, depending on the version?

2011-12-21 Thread vt
Hello All,

Trivial login that used to work on 2.2 and 2.3.x suddenly ceased to
work when my Nexus S got the ICS upgrade. Here's the code:


 
HttpWrapper.getInstance().httpClient.getParams().setBooleanParameter(ClientPNames.HANDLE_REDIRECTS,
false);

URL targetURL = new
URL(HttpWrapper.getInstance().baseURL, "_ah/login?continue=http://
localhost/&auth=" + authToken);
HttpGet http_get = new HttpGet(targetURL.toString());
HttpResponse response =
HttpWrapper.getInstance().httpClient.execute(http_get);

HttpEntity entity = response.getEntity();

try {

if (response.getStatusLine().getStatusCode() !=
302) {

// Getting 500 right here :(
...

Then, the token is properly invalidated elsewhere:

 
accountManager.invalidateAuthToken(accounts[0].type, authToken);

Now, the really strange fact is that it also ceased to work on fresh
emulator instances - worked on 2.2 emulator until I had to remove it
to run the app on 4.0.3 emulator, and when I created a new one, it
wasn't working anymore.

There's a fact that is lurking somewhere close, maybe - I remember
that when I set up the account on the emulator for the first time and
then ran the app, there was an additional dialog box asking permission
to use account credentials by the application - and I don't see it
anymore. Related?

And again, yes, this very piece of code is still working on 2.3.5 with
no problems, and worked on 2.2 emulator until I deleted it and
recreated it again. Bizarre.

--vt

-- 
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 Dev Phone 1™

2008-12-12 Thread vt

Can anyone please provide their phone/email/anything at all?
The confirmation email address is nore...@brightstarcorp.com - does
not seem there is a person behind it, the website brightstarcorp.com
is dead and there is no phone number anywhere to be found. Placed my
order/paid on 12/08 but nothing so far.
Thanks!

On Dec 11, 12:01 pm, Mintu  wrote:
> I just called up customer care and got the tracking number for my
> order. I haven't gotten an email for it though.
>
> On Dec 10, 8:05 pm, "ko.bach...@gmail.com" 
> wrote:
>
> > I ordered the phone on Dec. 6th but haven't received shipping
> > notification from them yet.
>
> > Sent them an e-mail but still unresponsive.
>
> > On Dec 10, 11:07 am, "nutha...@gmail.com"  wrote:
>
> > > Brightstar may not he a household name, but they are a big distributor
> > > in the wireless industry. The pallet of G1s arriving at your T-Mobile
> > > store probably came from a Brightstar warehouse, not HTC or Google.
> > > Google is not in the cellphone distribution business so they've
> > > contracted Brightstar to handle thedevphoneprogram.
>
> > > That said, does not answer the androidphonenumber, claiming either
> > > they are busy or closed for holiday. There is no option to wait for
> > > someone to answer your call.
>
> > > Has anyone received notice of phones shipping yet?
>
> > > Steve
>
> > > On Dec 9, 7:33 am, Logan  wrote:
>
> > > > Does anyone know more about this company, I placed an order and all I
> > > > got was an e-mail confirming my order but no way to check shipping
> > > > status, etc. Are these phones actually shipping now?
>
> > > > On Dec 8, 2:49 pm, Pastymage  wrote:
>
> > > > >   Does anyone have a more detailed FAQ than the text 
> > > > > onhttp://android.brightstarcorp.com/? My main concern is that GPS is
> > > > > not listed anywhere in the hardware features - does it actually
> > > > > support GPS, or not?
>
> > > > >   Aside from that, I'm unclear on how the 3G bands work - what would
> > > > > the actual bandwidth of this device be on AT&T, for example?
>
> > > > > -Dave
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-10 Thread vt

Ordered one on Monday with overnight shipping, nothing apart from
payment confirmation yet.


On Dec 10, 4:02 am, Rajesh <[EMAIL PROTECTED]> wrote:
> Where in US are you? How long did it take to reach and what was the
> mode of shipping you used?
> I plan to order one if it is sure to reach in two weeks.
>
> And is it illegal to personally carry a single phone from US to UK?
> (Well without the carton box for myself).

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