Recent content by TwilightLoz

  1. T

    Post [7.0][STOCK] Lenovo P2a42 Stock Nougat Update [S232]

    Also is it necessary to have an SD card to perform the update? I dont have an SD card with me right now, I tried performing the update and I get an 'install failed' error. I've name the file to 'update.zip' as people have mentioned and place it at the root of my phone
  2. T

    Post [7.0][STOCK] Lenovo P2a42 Stock Nougat Update [S232]

    Does this fix common issues found in the MM? Like the lip sync issue, notification issue and the noise cancellation video recording issue?
  3. T

    Post Regretting my purchase

    And how would I do that?
  4. T

    Post Regretting my purchase

    MM? Do I have to root the phone just to update it manually?
  5. T

    Post Regretting my purchase

    Im in the UK and not sure if we have received the update over here yet.
  6. T

    Thread Regretting my purchase

    Okay Sso I've just ordered the lenovo p2. I was looking for a mid-range/budget phone under the £200 price mark and found this and several others. After checking and comparing the phones in this range, I decided to buy this (even though the camera is pretty rubbish). Now upon further...
  7. T

    Thread [Q] Data network doesn't work

    I bought a s4 from a friend. the phones working perfectly but can't use the data network. I called the company of my SIM card, they sent a text message for the settings of the data network and it still doesn't work. I'm suspecting it's because of the firmware because the phone is from India...
  8. T

    Post [Q] Just a question about servers communicating with android

    Yeah I think you should write a tutorial. It'll help the community.
  9. T

    Post [Q] Just a question about servers communicating with android

    Sorry but im a bit new to android programming. What does API mean? Is it like Android version 2.2, 2.3, 4.1, 4.3 etc? And how can I make an API?
  10. T

    Post [Q] Just a question about servers communicating with android

    Oh ok. Thanks for the reply. Right now, im learning SQL since thats what most servers use. Then I'll probably get a server and experiment with it, although I have no idea on how create an instant messaging app :eek: Im pretty sure theres guides on the interwebs though
  11. T

    Thread [Q] Just a question about servers communicating with android

    Im planning on building an android app. Its like a 'mini' social networking site that users can upload their pics, messages etc but im having trouble knowing how to 'start off'.. Servers, SQL, PHP and those types are not my thing, i have never came close to them as I have never done anything...
  12. T

    Post Is my Dialogbox correct?

    thanks for the info. Just runned it, everythings working smooth for now. Any idea on how to make the android system recognise/link the days of the week on my string? I did have a read through this but didn't quite understand it. I have a feeling that I should be using something got to do with...
  13. T

    Post Is my Dialogbox correct?

    I do plan on making the app on permenantly on portrait mode so I don't think the orientation would be any problem even when the user switches to landscape. Why would I need to convert my activity to fragmentactivity? What does this do? Also my min sdk is set to api level 8 (2.2 i believe)...
  14. T

    Thread Is my Dialogbox correct?

    Hey guys, im on the process of building my app. Basically, so far, this is what should happen: The user presses a button and a dialogbox appears. In the dialogbox, the user selects the days in which the reminder shall remind him. (If that makes sense...). This is my Java code: package...
  15. T

    Thread Ok, im starting to build my app

    Ok guys, i think im ready to go to the journey of building my app. With the basic knowledge I have and Google by my side, I'd say I'm ready... or am I? Ok, basically my app is basically like a planner, the user is presented with a calendar and the user clicks on a date on the calendar and a...