Faq

Some link inserted in my xml file don't work

Some link with strange caracters don't work in xml, you must surround the link by CDATA tag like

<DonateUrl><![CDATA[http://forum.xda-developers.com/donatetome.php?u=xxxxxx]]></DonateUrl>

How can i call you app from my app?

Simple, insert this code if you use Update me

Intent intentDeviceTest = new Intent("android.intent.action.MAIN");
intentDeviceTest.setComponent(new ComponentName("com.acquariusoft.UpdateMe","com.acquariusoft.UpdateMe.UpdateMeActivity"));
startActivity(intentDeviceTest);

And if you use Update me Smartphone

Intent intentDeviceTest = new Intent("android.intent.action.MAIN");
intentDeviceTest.setComponent(new ComponentName("com.acquariusoft.UpdateMeSmartphone","com.acquariusoft.UpdateMeSmartphone.UpdateMeActivityOld"));
startActivity(intentDeviceTest);

Donate

If you like the app donate for help to develop

PayPal — The safer, easier way to pay online.

News

  •  

    New home for update me

    I have create a site for this program for help all and add more service

  •  

    Download count.

    From now the program count more of

    140.000 downloads

    over 100.000 for Update me

    over 40.000 for Update me SmartPhone

    tnx to all!!