Tuesday, July 31, 2012

[android-developers] want a app

i just want a app which allow user to loack a file(like pictures,mp3,video,etc) in such a way that no one, except user, can delete it or share it from bluetooth or from other way.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Action Bar and Navigation Bar in Android 2.2

Check wit this attacement..

On Wed, Aug 1, 2012 at 12:00 PM, Rocky <rkjhaw1983@gmail.com> wrote:
check android-expert.blogspot.com


On Wed, Aug 1, 2012 at 11:53 AM, Meena Rengarajan <meenasoftech@gmail.com> wrote:
How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell me ..

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Thanks & Regards

Rakesh Kumar Jha
Android Developer, Trainer and Mentor
Bangalore
Skype - rkjhaw
(O) +918050753516
(R) +919886336619

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Simple touch method implementation!

Hi Talha!

You can check it out at http://mobile.tutsplus.com/tutorials/android/android-gesture/ 

On Wednesday, August 1, 2012, Talha Qamar wrote:
Hi i am actually newbie to android development.I want to make a simple application based on the users touch gesture.If user(touch) point towards right then a new activity is started and on next/new activity when user point towards left then he will get back to his main activity.I know the intent method and its implementation just simply tell me the name of touch method which might be used for above application.....If you have any sample application or any important link.Please do share with me.Thanks.

Regards,
Talha Qamar.  


--
Regards,

Diky

follow me @dikyhadna

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Is setting invalid APN the only way to disable mobile network connection?

have a look at line 791/ 792 ;-)
Gl

http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/2.1_r2/android/telephony/TelephonyManager.java?av=f 

Op dinsdag 31 juli 2012 17:03:13 UTC+2 schreef CJ het volgende:
Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: How do I submit an App in a different language?


hi Michael,
the link is not valid any more,
so, pleae could you please explain how to add the string.xml file and from where to grap it , finally will that allow menues language change to the desire language that is not allready exist in the system (added by app)

hope to get your help

Thank you

Monir

On Wednesday, August 19, 2009 3:21:02 PM UTC-7, Michael Bollmann wrote:
in short: you add one strings.xml for every language in different
folders of your app

read this: http://groups.google.com/group/android-developers/web/localizing-android-apps-draft

On 19 Aug., 23:14, Houba <ehab.bassi...@googlemail.com> wrote:
> Hi,
>
> I have already submitted/published an app on the Android Market. I had
> the strings.xml file translated into other languages, and now I'd like
> to publish the different versions in that language.
>
> I cannot help but get the impression that by doing so, I will erase
> the original (in English) version.
>
> I think because the package name is the same throughout the entire
> product that the Android Market sees it as the same APP and will
> overwrite any previous apps.
>
> How do I publish an APP (APK) file that has just been translated or
> localised for a different language? What is the procedure? Do I have
> to go in the code and change the entire code ? or is there another
> way?
>
> Thanks for any help,
>
> Kind Regards,
> H

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] New SDK release for Egnos

Hello,
I'm posting this info on behalf of the European Commission, the new release of the EGNOS SDK for app developers is now available.

This EGNOS SDK allows taking advantage of the European system that provides enhanced positioning accuracy and other features (e.g. information on the reliability of the position itself) directly towards the smartphones. It is available for free on the EGNOS Portal at http://egnos-portal.gsa.europa.eu/developer-platform/egnos-toolkits/egnos-sdk

I am available for any further info, request, questions, you may have on this topic and will post reply here. I will also post further details in the next weeks, following up directly  at this thread.
Thanks and regards,
Leonardo

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Is setting invalid APN the only way to disable mobile network connection?

Actually I am writing a similar application, and ran into the platforms numurous odd and apparently silly limitations. 

While some limitations are probably needed, a lot of features which should be available to developers are disabled where they were previously were enabled, or are simply lacking, or blocked/ hidden.
If I, me, the user, wants control over how the device behaves, it should be my decision to automate it by installing an app, or do it manually from a settings menu.
If I want to be dictated by my device, I can always switch to Apple...
That has nothing to do with a "denial of service attack against other applications on the device", it has to do with wanting to have control over your device.
Ask yourself: is it a "denial of service attack" if the user changes the features the platform blocks in the settings menu?

If I download a application knowing it can programmaticaly enable/ disable NFC, then I must be fully aware that it does just that, arent't I?
No, actually I am not, not with the current way the permissions system works.
This is because the it is inheritly flawed, and thus unsecure, resulting in the need to block certain features.

All permissions are treated equally when you install the application, because of this most people won't read the whole permissions list.
"Dangerous" permissions can even be (and are mostly, ironically) on the lower part of the list.
These should be on top of the list, highlighted even, in red or whatever, so it catches your attention when you install a dangerous application.
If it catches your attention, you will think twice to install it as a user. 

And this opens up the way for developers to access features which are needed and should/ could be opened in the API, when new permissions are created for currently deemed "dangerous" features, lifting the problem of having to limit seemingly harmless things like NFC enable/ disable.

Op dinsdag 31 juli 2012 17:03:13 UTC+2 schreef CJ het volgende:
Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: how to display a toast after 10 seconds from starting Asynctask

I think you can do this.

(CountDownTimer) cdt = new CountDownTimer(0, 1000) {         public void onTick(long millisUntilFinished) {         //  mTextField.setText("seconds remaining: " + millisUntilFinished / 1000);       }         public void onFinish() {           //mTextField.setText("done!");       }    }.start();
// at the end of your thread call
cdt.stop(); //

On Tuesday, July 31, 2012 7:46:49 AM UTC-5, Narendra Singh Rathore wrote:
Hi all, please suggest me how to execute something after 10 seconds from the start of AsyncTask.
I have used AsyncTask for different purpose. But, now I want to update my UI after 10 seconds.
Or to show a toast after specific time.

I actually want to perform some other task after 10 seconds, while the original task is running


please let me know how to do this.?

Thank you all.
NSR

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Nexus 7 USB connection

Hi,

I just bought a Nexus 7, tried connecting it to my Windows 7 PC. But it comes up with an error msg saying driver installation failed. Could anyone tell me how to get over this. Is anyone else facing the same problem?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Android instant messaging.

Android does not have an equivalent of BBM.
If it did, thousands of users would make the switch including myself! And it would make Android that much cooler.

BB's instant messaging feature is so effective that it is possibly the only feature that will stop users from switching to a different phone.
Apple hasn't even hit the mark on instant messaging.

Tools like Whatsapp etc are great, but I believe that implementing a functional instant messaging application into Android devices, will be one of the greatest innovations yet.
To be more succinct, I am asking Android to develop an effective instant messaging tool. - in my opinion, it would add value to Android devices.

So please do it Android! There is nothing to loose, but so much to gain from this simple idea.

Sorry, I had no other way of getting my point across. Please don't disregard this message. 

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Open Groupon app from a caller app.

I have written an app that opens up a Groupon URL via the web-browser.  is there anyway I could OPEN a groupon App if it is installed on the andoid os, and lanch the app to show the deal page. 

I do not know anyway to do this, or if it's possible but if someone can confirm this is not possible, or if it is possible point me in the correct location, I'd appreciate it.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?

Yes, the next qns is how to do it...

On Wed, Aug 1, 2012 at 12:14 AM, Robert Greenwalt <rgreenwalt@google.com> wrote:
If the app is granted permission by the user it would be ok.  And apps that do intelligent things in this area may be useful and welcome.  Without permission limits though, yeah this could be a problem.


On Tue, Jul 31, 2012 at 9:04 AM, Nick Kralevich <nnk@google.com> wrote:

Hmm....  From the platform's point of view, this sounds like a denial of service attack against other applications on the device. One application shouldn't be able to interfere with another application's network connectivity without the user being involved.

-- Nick


On Tue, Jul 31, 2012 at 8:26 AM, CJ wrote:
Hi, I am working on a app to automate some setting eg. to perform certain action such as disable mobile data when battery is low or night mode etc.
There are app in the market that able to disable/enable mobile data connection like SmartAction and a few more. I also dislike the alter APN method so I am looking for better alternatives.

On Tuesday, 31 July 2012 23:14:41 UTC+8, Robert Greenwalt wrote:
Apps won't be able to alter the APN database after Honeycomb or perhaps ICS.  The User can disable data from settings.  Why does an application need to disable data?


On Tue, Jul 31, 2012 at 8:03 AM, CJ wrote:

Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Nick Kralevich | Android Security | nnk@google.com | 650.214.4037

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?

Well, yes and no. I do understand it is a little weird because an app can turn on mobile data out of user will. But we are Android :) user can decide to uninstall ill intention app. Think of it in another way, if my phone battery is critically low I would want to turn off my data so I can still receive sms/phone and the battery will last a lot longer. If I keep it in my pocket and didn't realise that my battery is low, I wouldn't have a change to switch data off. There are many app such as the famous Juice Defender that control what happen when battery is low etc, and many apps has ability to control it. I am sure it is there just not being documented.


On Wed, Aug 1, 2012 at 12:04 AM, Nick Kralevich <nnk@google.com> wrote:

Hmm....  From the platform's point of view, this sounds like a denial of service attack against other applications on the device. One application shouldn't be able to interfere with another application's network connectivity without the user being involved.

-- Nick

On Tue, Jul 31, 2012 at 8:26 AM, CJ wrote:
Hi, I am working on a app to automate some setting eg. to perform certain action such as disable mobile data when battery is low or night mode etc.
There are app in the market that able to disable/enable mobile data connection like SmartAction and a few more. I also dislike the alter APN method so I am looking for better alternatives.

On Tuesday, 31 July 2012 23:14:41 UTC+8, Robert Greenwalt wrote:
Apps won't be able to alter the APN database after Honeycomb or perhaps ICS.  The User can disable data from settings.  Why does an application need to disable data?


On Tue, Jul 31, 2012 at 8:03 AM, CJ wrote:

Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Nick Kralevich | Android Security | nnk@google.com | 650.214.4037

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?

If the app is granted permission by the user it would be ok.  And apps that do intelligent things in this area may be useful and welcome.  Without permission limits though, yeah this could be a problem.


On Tue, Jul 31, 2012 at 9:04 AM, Nick Kralevich <nnk@google.com> wrote:

Hmm....  From the platform's point of view, this sounds like a denial of service attack against other applications on the device. One application shouldn't be able to interfere with another application's network connectivity without the user being involved.

-- Nick


On Tue, Jul 31, 2012 at 8:26 AM, CJ <joven.chiew@gmail.com> wrote:
Hi, I am working on a app to automate some setting eg. to perform certain action such as disable mobile data when battery is low or night mode etc.
There are app in the market that able to disable/enable mobile data connection like SmartAction and a few more. I also dislike the alter APN method so I am looking for better alternatives.

On Tuesday, 31 July 2012 23:14:41 UTC+8, Robert Greenwalt wrote:
Apps won't be able to alter the APN database after Honeycomb or perhaps ICS.  The User can disable data from settings.  Why does an application need to disable data?


On Tue, Jul 31, 2012 at 8:03 AM, CJ wrote:

Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Nick Kralevich | Android Security | nnk@google.com | 650.214.4037

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?


Hmm....  From the platform's point of view, this sounds like a denial of service attack against other applications on the device. One application shouldn't be able to interfere with another application's network connectivity without the user being involved.

-- Nick

On Tue, Jul 31, 2012 at 8:26 AM, CJ <joven.chiew@gmail.com> wrote:
Hi, I am working on a app to automate some setting eg. to perform certain action such as disable mobile data when battery is low or night mode etc.
There are app in the market that able to disable/enable mobile data connection like SmartAction and a few more. I also dislike the alter APN method so I am looking for better alternatives.

On Tuesday, 31 July 2012 23:14:41 UTC+8, Robert Greenwalt wrote:
Apps won't be able to alter the APN database after Honeycomb or perhaps ICS.  The User can disable data from settings.  Why does an application need to disable data?


On Tue, Jul 31, 2012 at 8:03 AM, CJ wrote:

Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Nick Kralevich | Android Security | nnk@google.com | 650.214.4037

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] WTI pulsa indosat hilang tanpa sebab

Posisi di sby kah om Agus?

On Jul 31, 2012 7:53 PM, "agus tjahyono" <soerabaja.satoe@gmail.com> wrote:

Kronologinya tadi siang baru aja isi pulsa 25ribu trus setelah itu hape tidak pernah dipakai aktifitas telepon atau sms.

Baru ketahuan selepas buka puasa mau nelpon istri nggak bisa, trus nyoba sms juga nggak bisa. Kirain hapenya yang error lalu coba direstart  ternyata nggak bisa juga. Langsung coba ngecek pulsa, busseeettt....tinggal 1 rupiah.

Bingung juga padahal hape selalu ada di tangan & nggak pernah dipakai apa-apa selain kirim-kirim email, itupun kan sudah pakai paket kuota dan sisa kuota masih sekitar 130MB.

Apa indosat lagi trouble ya? Mau komplain juga males harus telpon CS karena biasanya masuk antrian. Untung saja cuma ngisi pulsa 25rb coba kalo lebih banyak.....

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 

Re: [id-android] (tanya) aplikasi mandiri mobile

Sudah om rupanya mandiri blm support ICS Dan jellybean .. nah app yg unofficial mandiri SMS banking malah bs td coba cek saldo bisa

On Jul 31, 2012 9:24 PM, "Amurwo Wikan" <amurwowikandroid@gmail.com> wrote:

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 

Re: [android-developers] convert dll to so and include into android project

On Tue, Jul 31, 2012 at 08:39:18AM -0700, K??roly Holczhauser wrote:

> Is anyone have any idea, or do you know any solution ?

First, I'm 99.999999999999% certain that you can't "convert" a DLL to a
shared library (.so). You'll have to recompile the library in the NDK.

Second, for NDK questions, the correct group to ask your question in is
android-ndk@googlegroups.com, NOT this group. This group is for
developing apps for Android using the SDK (or for a project with both,
for the SDK side of the app).

Later,
--jim

--
THE SCORE: ME: 2 CANCER: 0
73 DE N5IAL (/4) MiSTie #49997 < Running Mac OS X Lion >
spooky130u@gmail.com ICBM/Hurricane: 30.44406N 86.59909W

"sigh, once upon a time T-1 was fast...."
--seen in alt.sysadmin.net-abuse.email

Android Apps Listing at http://www.jstrack.org/barcodes.html

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] onSaveInstance state in activity and fragments

Hi,
I have an activity which contains 2 fragments. I want to save certain state of the activity and also of the fragments, in order to restore if the activity, or the fragments, are destroyed.

So I'm using onSaveInstanceState both in the fragments and in the activity, and take the data of the bundle passed to onCreate or onCreateView.

This works well besides, when the activity is destroyed. Then in restores it's own data, but, since in onCreate() I instantiate the adapter and the fragments again, they get no state.

How do I solve this?

Thanks in advance.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] xmlns

So, in all my layout files I have this:

xmlns:android="http://schemas.android.com/apk/res/android"

Admittedly, I only semi-understand that.

Here's one thing that confuses me:

When I go to http://schemas.android.com/apk/res/android, there is nothing there.

Is this just some magic fake URL that's built into Android?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Merge two bitmaps

On Tue, Jul 31, 2012 at 05:57:47AM -0700, Numair Qadir wrote:
> I want to merge two bitmaps, here is my code

I was just going to point you to the right page in the dev guide, but I
don't remember if there even is one (I learned this from a book, "Pro
Android Media"). Be advised that with larger bitmaps, you can easily
cause an Out Of Memory error and, if that isn't caught, a force close,
so if you need to do this with LARGE bitmaps, you'll have to use the NDK.

// blend src1 and src2 into dest (must be same size and, I think they
// have to be the same configuration, too, e.g., both ARGB_8888)

Bitmap dest = Bitmap.createBitmap(width, height, src1.getConfig());
Canvas canvas = new Canvas(src2);
Paint paint = new Paint();

canvas = new Canvas(src2);
paint = new Paint();
canvas.drawBitmap(src1, 0, 0, paint);
paint.setXfermode(new PorterDuffXfermode(android.graphics.PorterDuff.Mode.SRC_OVER));
canvas.drawBitmap(dest, 0, 0, paint);

PorterDuff has quite a few different modes, so check out the dev guide's
page on PorterDuff.Mode for more information.

Later,
--jim

--
THE SCORE: ME: 2 CANCER: 0
73 DE N5IAL (/4) MiSTie #49997 < Running Mac OS X Lion >
spooky130u@gmail.com ICBM/Hurricane: 30.44406N 86.59909W

"'Wrong' is one of those concepts that depends on witnesses."
--Catbert: Evil Director of Human Resources (Dilbert, 05Nov09)

Android Apps Listing at http://www.jstrack.org/barcodes.html

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] convert dll to so and include into android project

Hello developers ! 

 I have a huge problem, and I don`t get over it, so please if you are able give me some help.:
we have a microcontroller library in c# which has been converted out into a DLL file. It is okay, and nice. I have to write an Android "remote controller" applicaiton for the microcontroller, so I have to include the DLL into my Eclipse project, to be able call functions in it. It is not possible ( i was not able to do :) ) so I`m trying to convert the dll by the android NDK, because it is product and .so file. 

My first question is it a good way ?

After i have an so file, I woud like to include in to my Eclipse project, but I was not able to do it :( 

Is anyone have any idea, or do you know any solution ? 
Thank you so much, 
Karoly

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?

Hi, I am working on a app to automate some setting eg. to perform certain action such as disable mobile data when battery is low or night mode etc.
There are app in the market that able to disable/enable mobile data connection like SmartAction and a few more. I also dislike the alter APN method so I am looking for better alternatives.

On Tuesday, 31 July 2012 23:14:41 UTC+8, Robert Greenwalt wrote:
Apps won't be able to alter the APN database after Honeycomb or perhaps ICS.  The User can disable data from settings.  Why does an application need to disable data?


On Tue, Jul 31, 2012 at 8:03 AM, CJ wrote:
Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Audio Capture

The problem is likely that your app is still dormant.  It has not exited.

What has happened is that it is paused, and when you go back to it, onResume is called…  not onCreate.

You can make your app truly exit when the back button is pressed by adding this to your Activity class.

@Override
public void onBackPressed() {

System.exit(0);
}

Some people consider this bad, so I'm only recommending it as a diagnostic aid.


On Tuesday, July 31, 2012 7:30:56 AM UTC-5, Meena Rengarajan wrote:
Once USB is connected i could able to record the audio and playing well in mobile. But once if i closed my application or disconnected USB then i couldnt able to record the audio in direct access. So again if i opened and recorder as a fresh one its not recording the audio ! Whats the problem here ?

On Tuesday, July 31, 2012 12:01:49 PM UTC+5:30, Meena Rengarajan wrote:
I have created a file name "music_1.amr".. When i recording audio it will capture and stored in "music_1.amr" . So i can do play, stop or save.. Now i wanna do is, whenever i create a new audio recording that previous recorded audio should be deleted automatically and this new audio capture must store it in same file name "music_1.amr". What do i wanna do here . Can anyone suggest me?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: How to run animation on Custom LockScreen during booting of the device?

Maybe a wake lock will help you?

<uses-permission android:name="android.permission.WAKE_LOCK" />


PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);

PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK,
"My Tag");
wl.acquire();


Or maybe this?


final Window win = getWindow();
win.addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
| WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);


win.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON
| WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON);



On Tuesday, July 31, 2012 6:19:27 AM UTC-5, Abhishek Kumar Gupta wrote:

I have created a lock screen for ICS and it is placed in the frameworks and I can open applications using this. For the user effects I have started an animation when the lock screen is displayed. When I boot/reboot the device, animation appears after 2-3 seconds of delay.

Currently, I am receiving broadcast with action "Intent.ACTION_BOOT_COMPLETED" and starting the animation. But UI part of the LockScreen(without animation) is displayed before receiving the Intent.ACTION_BOOT_COMPLETED. My requirement is to display the animation in LockScreen on boot/reboot of device without any delay.

Any help or guidance in this regard will be well appreciated.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?

Apps won't be able to alter the APN database after Honeycomb or perhaps ICS.  The User can disable data from settings.  Why does an application need to disable data?


On Tue, Jul 31, 2012 at 8:03 AM, CJ <joven.chiew@gmail.com> wrote:
Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] android:accessibilityFocusable attribute in a layout-xml produces an error

There's no accessibilityFocusable attribute in the documentation, at
least based on a simple search. I don't see anything quite like it in
the list of XML attributes for View. Where did you find this?

On Tue, Jul 31, 2012 at 10:59 AM, Streets Of Boston
<flyingdutchie@gmail.com> wrote:
> Hi,
>
> I have a text-view next to a seekbar. The seekbar is accessible and
> announces its current value. The text-view also shows this value.
> For accessibility, I'd like to make the text-view not
> accessibility-focusable, since the seekbar already is (no use in stating the
> same thing twice).
>
> However, when adding android:accessibilityFocusable="no" to the layout xml,
> I get this error:
> No resource identifier found for attribute 'accessibilityFocusable' in
> package 'android' page_slider_layout.xml /KnfbBlio/res/layout line 37
> Android AAPT Problem
>
> The project build target is 4.1 (api level 16).
> The targetSdk in the AndroidManifest.xml is set to 16 as well.
>
> Any idea what the problem could be?
>
> Thanks!
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Is setting invalid APN the only way to disable mobile network connection?

Hi,

I have been googling for a while able the best or right way to disable/enable mobile network.

I tried the following code which is all over Stackoverflow and is working fine for gingerbread and higher:

private void setMobileDataEnabled(Context context, boolean enabled)
throws Exception {
final ConnectivityManager conman = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
final Class<?> conmanClass = Class.forName(conman.getClass().getName());
final Field iConnectivityManagerField = conmanClass
.getDeclaredField("mService");
iConnectivityManagerField.setAccessible(true);
final Object iConnectivityManager = iConnectivityManagerField
.get(conman);
final Class<?> iConnectivityManagerClass = Class
.forName(iConnectivityManager.getClass().getName());
final Method setMobileDataEnabledMethod = iConnectivityManagerClass
.getDeclaredMethod("setMobileDataEnabled", Boolean.TYPE);
setMobileDataEnabledMethod.setAccessible(true);

setMobileDataEnabledMethod.invoke(iConnectivityManager, enabled);
}

Somehow I didn't find a way to do the same thing for Android 2.2 and below. Many mentioned to change the APN name to something invalid like what app APNDroid did but is that the only way?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] android:accessibilityFocusable attribute in a layout-xml produces an error

Hi,

I have a text-view next to a seekbar. The seekbar is accessible and announces its current value. The text-view also shows this value. 
For accessibility, I'd like to make the text-view not accessibility-focusable, since the seekbar already is (no use in stating the same thing twice).

However, when adding android:accessibilityFocusable="no" to the layout xml, I get this error:
No resource identifier found for attribute 'accessibilityFocusable' in package 'android' page_slider_layout.xml /KnfbBlio/res/layout line 37 Android AAPT Problem

The project build target is 4.1 (api level 16). 
The targetSdk in the AndroidManifest.xml is set to 16 as well.

Any idea what the problem could be?

Thanks!

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [id-android] WTA: rooting LG Prada P940

Oke bro arif, ane bintangin dulu neh petunjuknya. Coba dulu download perkakas perang nya supaya siap tempur. Nanti ada perkembangan lbh lanjut ane ksh tau lagi



Thx,
Best Regards

Adhytia Rahman
Juventino Per Sempre!
Twitter :@dhytia_r
Instagram&Streamzoo : adhytia_r

On Jul 31, 2012 10:05 AM, "Arif Budiman" <arive.biancodroid@gmail.com> wrote:
kalo saya liat di link di bawah....filenya .kdz ya. setau saya ini format file ROM official keluaran LG.
Bisa di-flash langsung ke hh dengan program kdz updater.

namun, karena ini file image full ROM, update itu akan bener2 niban ROM lama dengan ROM baru seluruhnya....
nggak masalah sudah rooted atau belum....ROM lama akan dihapus dan diganti dengan ROM baru (unroot tentu saja...sesuai standar pabrikan)...termasuk nge-reset semua setting, account, dan data.
Beda dengan update official dari internet (OTA atau via program LG updater di PC suite)...ini masih nge-reserve data dan settingan lama.
Makanya itu saya nyaranin naek aja dulu ke versi terkini, baru kemudian di-root.

Optimus One saya udah berkali2 flashing ROM official dari froyo ke GB versi rumania, italy, south east asia....aman2 aja.
Pastiin aja saat ngeflash PCnya ga error atau tau2 mati lampu....pake laptop mungkin lebih aman (fully charge tentu saja)
Proses update antara 15-30 menit selesai...tergantung besar ROMnya.



2012/7/31 Adhytia Rahman <keeponmoving.android@gmail.com>

Nah itu dia bro, utk Indonesia (ato region Asia?) ICS nya blm ada. Klo utk Region Europe udh ada ICS nya(utk Italia, CMIIW).

Klo utk naikin ke ICS ada link nya bro? Apa bs tanpa root utk naik ke ICS?



Thx,
Best Regards

Adhytia Rahman
Juventino Per Sempre!
Twitter :@dhytia_r
Instagram&Streamzoo : adhytia_r

On Jul 31, 2012 1:26 AM, "Arif Budiman" <arive.biancodroid@gmail.com> wrote:

Bukannya mendingan naik ke ics dulu baru di-root?
Kayaknya kalau update official, akses rootnya keapus deh ...cmiiw.

- sent from optimusone white with CM7.2 RC3 -

On Jul 30, 2012 7:46 PM, "Adhytia Rahman" <keeponmoving.android@gmail.com> wrote:

Dear suhu master android,

Ada temen blm join milis ini tp doi pgn bgt ngeroot LG Prada nya. Dia kasih 3 link berikut :
http://forum.xda-developers.com/showthread.php?t=1759135

http://www.android.gs/install-official-ics-android-4-0-4-update-on-lg-prada-3-p940/

http://www.lg-phones.org/official-lg-prada-3-0-android-4-0-4-ics-v20d-firmware-download.html

Nah sygnya dari ke3 link diatas semuanya berbahasa Inggris. Sy sih mau aja ngebantu tp krn tdk adanya tutorial bhs Indonesia/video tutorial rooting nya (seperti rooting sgs2 yg ada video nya di xda, cmiiw) ngeri nya ntr mlh nge brick. Gw tw sih ini DWYOR & dia jg blg ke ane "Udh gpp kok klo nanti hape ini error2 dikit". Meskipun dia udh blg gt ya tp Ttp aja g enak klo ternyata rooting nya error. Ada kah teman2 disini yg pny tutorial dlm bhs Indonesia nya? Cmiiw,klo dari ketiga sumber diatas kyknya utk root dari ICS 4.0.4 ya? Nah punya temen saya itu masih GB 2.3.7.

Ane pernah lht di XDA utk root bisa pake SOC tp di XDA tsb SOC utk GB 2.3.3. Apa ada yg pny solusi? Mohon bantuannya ya rekan2 :D

Tambahan: nantinya setelah root mau upgrade ke ICS tp ntr aja deh, tggu root beres dl baru ane bikin Thread baru

Thx,
Best Regards

Adhytia Rahman
Juventino Per Sempre!
Twitter :@dhytia_r
Instagram&Streamzoo : adhytia_r

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 



--
- supported by optimusone white -

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8
 
 

--
"Indonesian Android Community" Join: http://forum.android.or.id
 
===============
Download Aplikasi Kompas versi Digital dan Keren
https://play.google.com/store/apps/details?id=com.kompas.android.kec
--------------------------
Download Aplikasi AR "MONSTAR" dari Indosat
https://play.google.com/store/apps/details?id=com.ar.monstarunity
---------------------
Lex-ON http://www.Lex-ON.com - Plaza Semanggi
E-mail: sales@Lex-ON.com Tlp: 021-70952539
---------------------
GSM-AKU http://www.gsmaku.com - BEC Bandung
E-mail: syafrul@gsmaku.com Hp: 0881-1515151
---------------------
EceranShop http://eceranshop.com - BEC Bandung
E-mail: willy@eceranshop.com Hp: 0815-56599888
===============
 
Aturan Umum, Beli dan Jualan/Kloteran ID-Android http://goo.gl/MpVq8