Wednesday, July 24, 2013

[General] HTC One Gallery problem after 4.2.2 update


HTC One Gallery problem after 4.2.2 update



Hi, I have recently updated my HTC One to 4.2.2 but since doing this my gallery doesn't open up on the tiles page now, it just goes straight to the albums page, so no highlights etc. Has anyone else had this or is it an option that got reset? Thanks!!



Read more

forum.xda-developers.com



[General] iPad Replacement


iPad Replacement



No Android device will work with your iTunes apps. Only Apple devices running the iOS operating system will work with your apps. There may be similar apps for Android, but that may require purchasing them on that platform as well all over again....assuming they even exist on Android. They might not.

So the choice is to either get a new iPad and stick with the ecosystem you have already invested so much money in. OR start all over again. To be blunt, you could end up with a lemon tablet on Android too. Anything is possible. I have a first generation iPad that I use heavily each and every day and it is still going strong. So it sounds like you just got a bad one unfortunately. It happens in electrical things...from cars, to A/C to stereos, to yes, iPads. If I were you I would write Tim Cook at Apple and explain your experiences. It might go nowhere, but it certainly couldn't hurt.



Read more

forum.xda-developers.com



[General] Need drivers for discontinued mouse.


Need drivers for discontinued mouse.



I've been trying for months to acquire drivers for my Dell BT Travel Mouse which 1) can be downloaded and 2) will work on Android 4.1.2. The Dell p/n PU705 has been discontinued. I discovered it was a Logitech product, repackaged by Dell. But Logitech also discontinued it. They were unclear about their p/n, but I believe it's 000-000866. The driver information I could get was all about materials for Windows. At this point I invariably melt down. If anyone can help... Oh, hell. You know the drill.
TIA



Read more

forum.xda-developers.com



[General] Send multi messages


Send multi messages



I have recently bought a Galaxy S4. I set up a group of contacts in my "Contacts" page. I have over 100 contacts in it. When I want to send a message to "all" it will only let send it to 20 at a time. This means I have to send the message 5 times. Can this be changed.



Read more

forum.xda-developers.com



[General] whats that?


whats that?



I *think*, but am not at all sure, that it means NFC is turned on. Go to settings / More settings (in the Wireless and network section), and see if NFC is turned on. If so, turn it off and see if the icon goes away.



Read more

forum.xda-developers.com



[android help] How to know if object value is existing in JSON on android?


How to know if object value is existing in JSON on android?



Hei I'm new to web service using android. I want to know how could I check if an value exist in JSON? Here is a sample JSON



{
"contacts": [
{
"id": "c200",
"name": "Michael Jordan",
"email": "mj@gmail.com",
"address": "xx-xx-xxxx,x - street, x - country",
"gender" : "male",
"phone": {
"mobile": "+91 0000000000",
"home": "00 000000",
"office": "00 000000"
}
}
]
}


I want to know if the name Michael Jordan is existing in JSON. Please help me with this I only know how to check if the object exist in JSON using has but how if I want to check the value?



Read more

stackoverflow.comm



[android help] Using Parcelable inside setOnItemClickListener


Using Parcelable inside setOnItemClickListener



I read through this tutorial to use Parcelable to pass objects between Android activities, but I still get a null pointer when I try to retrieve the object. Any help is appreciated.


Here is the code:


ActivityClassOne ( inside the onCreate() )



final Context context = this;

//recognize when something is clicked in the list
myList.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView parent, final View view, int position, long id){
//get the item tapped on
final MyObject mo = (TSEntry) parent.getItemAtPosition(position);
Intent intent = new Intent(context, ActivityClassTwo.class);
intent.putExtra("MYOBJ",mo);
startActivity(intent);
}

});


ActivityClassTwo ( inside the onCreate() )



Intent intent = this.getIntent();
Bundle bundle = intent.getExtras();
if (bundle!=null){
MyObject mo = b.getParcelable("MYOBJ"); //exception here
//other stuff
}


Read more

stackoverflow.comm



Google Voice on T-Mobile? [General]

Google Voice on T-Mobile? So I recently switched from a GNex on Verizon to a Moto X DE on T-Mobile. I had always used Google Voice for my v...