Team-BHP - Android Thread: Phones / Apps / Mods
Team-BHP

Team-BHP (https://www.team-bhp.com/forum/)
-   Gadgets, Computers & Software (https://www.team-bhp.com/forum/gadgets-computers-software/)
-   -   Android Thread: Phones / Apps / Mods (https://www.team-bhp.com/forum/gadgets-computers-software/83859-android-thread-phones-apps-mods-1061.html)

Quote:

Originally Posted by optimist (Post 3190447)
I would specifically like to ask if anyone has bought high end android mobiles from WS retail through flipcart. They are having an offer this week. Reading reviews of "ws retail" on flipcart, some comments were discouraging.

I was looking at the S3 ,S4 and nexus 4 in that order or priority. Thanks.

Have bought high end phones, as well as laptops and lots of stuff from them. Flipkart rocks.

Quote:

Originally Posted by AbhiJ (Post 3190696)
Take GSMarena with a pinch of salt :)

Thanks for that, and asking if you can elaborate.

I have not depended solely on GSMArena, but have been checking the other sites too. And also the reason I have been asking TBHP-ians for pics. The pics by Nix and S_U_N look ok, but not Good.

Hi I am looking to buy a Sview Samsung flip cover for the S4. Now I wanted to know if anyone can tell me when Samsung is coming out with different colours for the same? Or has it already? Most stores I checked in ( including online) have only the usual black and white.

Planning to buy a new android phone. Need suggestions..

Currently using LG Optimus One(2.5 years old). Requirements are
-Good Build Quality(should last atleast 2 years)
-1GHz processor and 1 GB RAM
-Atleast 1GB internal memory
-Budget <25k

My usage is moderate in most aspects(whatsapp, videos, apps & games). Calls and emails are more than average.

I m leaning towards Nexus 4 @ 23.3k(Flipkart+Citibank).. Any other options??

Quote:

Originally Posted by akhil_007 (Post 3191296)
Planning to buy a new android phone. Need suggestions..

Currently using LG Optimus One(2.5 years old). Requirements are
-Good Build Quality(should last atleast 2 years)
-1GHz processor and 1 GB RAM
-Atleast 1GB internal memory
-Budget <25k

My usage is moderate in most aspects(whatsapp, videos, apps & games). Calls and emails are more than average.

I m leaning towards Nexus 4 @ 23.3k(Flipkart+Citibank).. Any other options??

Do not look further. Go for the nexus one.
You are already comfortable with LG.

Read this in a different forum

The Cricinfo App requires the following permissions

- Storage
modify/delete SD card contents
- Network Communication
full network access
- Phone calls
need phone state and identity
- System Tools
prevent phone from sleeping
- Network communication
receive data from internet, view network state
- Your accounts
discover known accounts

This really seems intrusive!!

Quote:

Originally Posted by rajanprash (Post 3191311)
Do not look further. Go for the nexus one.
You are already comfortable with LG.

Go for nexus if you are ok with the battery , it is not as good as others .i end up charging twice though my usage is moderate .It drains really faster when you are using internet .

Just ordered the nexus 4 from infibeam. Surprisingly just searching online threw up a rs 1000 evoucher code for infibeam which actually worked. First time I was trying something like this and did not expect it to work. Coupled with some infibeam vouchers I had the deal was better than the flipkart offer with Citibank cashback. Hoping to get delivery in 3 - 4 days.

Quote:

Originally Posted by carboy (Post 3191570)
Read this in a different forum

The Cricinfo App requires the following permissions

- Storage
modify/delete SD card contents
- Network Communication
full network access
- Phone calls
need phone state and identity
- System Tools
prevent phone from sleeping
- Network communication
receive data from internet, view network state
- Your accounts
discover known accounts

This really seems intrusive!!

Most apps require these permissions, its nothing new, happens on Android all the time.

Is the jellybean 4.3 update out for the nexus 4? I can see it in articles online that it is out but when i try system updates on the phone it shows that 4.2.2 is still the latest version.

Quote:

Originally Posted by dar3dev|l (Post 3190254)
^^ so are these pics direct result from the stock camera app with no filter ?

Pics were taken with the stock jelly bean cam app but have done some minimal contrast/color settings using Picasa

Quote:

Originally Posted by carboy (Post 3191570)
Read this in a different forum

The Cricinfo App requires the following permissions

.
.
.
This really seems intrusive!!

I had to add many of these permissions in my app e.g. I wanted to read phone state and not bring up my app if a call was on. I also use camera,flash etc, read activity manager to know what's running in foreground, and use boot permission to start service at boot. Only intrusive thing I can see is discover accounts, but nor surprising if cricinfo is using google single sign-on.

my list could easily raise eyebrows if you don't see it from developer's perspective.

Quote:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_ST ORAGE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMP LETED" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-permission android:name="android.permission.GET_TASKS"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.hardware.sensor.proximity" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_ST ATE" />
<uses-permission android:name="android.permission.VIBRATE" />


Quote:

Originally Posted by vivekiny2k (Post 3192315)
I had to add many of these permissions in my app e.g. I wanted to read phone state and not bring up my app if a call was on. I also use camera,flash etc, read activity manager to know what's running in foreground, and use boot permission to start service at boot. Only intrusive thing I can see is discover accounts, but nor surprising if cricinfo is using google single sign-on.

my list could easily raise eyebrows if you don't see it from developer's perspective.

It seems like Google has designed Android's permissions very poorly. They should have been far more granular. And there should have been a way to refuse some permissions (i.e. the API returns a default value) and still install the application without the application knowing what permissions have been allowed and what not.

Quote:

Originally Posted by carboy (Post 3192319)
It seems like Google has designed Android's permissions very poorly. They should have been far more granular. And there should have been a way to refuse some permissions (i.e. the API returns a default value) and still install the application without the application knowing what permissions have been allowed and what not.

In that case I will have to write my code to behave differently depending upon what permission have been selected. With 10 permissions that results in 1024 ways of doing things :D

In principal, I agree that android has been not the best designed platform, but from what I have been reading it's still better than the other ones out there.

EDIT: just noticed you said without the app knowing. So I might turn the flashlight on in my code. It doesn't turn on but I show the message, "flashlight turned on" ?

Quote:

Originally Posted by carboy (Post 3192319)

It seems like Google has designed Android's permissions very poorly. They should have been far more granular. And there should have been a way to refuse some permissions (i.e. the API returns a default value) and still install the application without the application knowing what permissions have been allowed and what not.

Android 4.3 has this hidden ability to disable some permissions of an app. May be it's not yet ready for prime time, that's why they haven't announced it yet.

EDIT: Here's the Android police's article about it - http://www.androidpolice.com/2013/07...dividual-apps/


All times are GMT +5.5. The time now is 19:20.