[android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread Master_Ne0
Not sure how accurate this info is, but i read (can't remember where now! Doh!) that the eclair branch is not and will not be public. You have to wait until they merge it into master, i think some modules have been done done all ready. Let us know if this wrong!! Ne0 On 8 Nov, 06:51, jpntiger

[android-developers] Re: PhoneStateListener::onSignalStrengthChanged

2009-11-17 Thread Master_Ne0
The source code suggests this, @Override public void onSignalStrengthsChanged(SignalStrength signalStrength) { mSignalStrength = signalStrength; updateSignalStrength(); } where SignalStrength is android.telephony.SignalStrength class. Let me know if this

[android-developers] Re: PhoneStateListener::onSignalStrengthChanged

2009-11-18 Thread Master_Ne0
no longer seems to work when testing with the Droid. On Nov 17, 12:30 pm, Master_Ne0 master.ne0s.soluti...@googlemail.com wrote: The source code suggests this, @Override         public void onSignalStrengthsChanged(SignalStrength signalStrength) {             mSignalStrength

[android-developers] Re: Telephony.SECRET_CODE

2010-01-20 Thread Master_Ne0
); i.setClass(context, SMActivity.class); i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(intent); } } } Anyone got idea's?? On 5 Jan, 11:07, Master_Ne0 master.ne0s.soluti...@googlemail.com wrote: Hi, been

[android-developers] Telephony.SECRET_CODE

2010-01-05 Thread Master_Ne0
Hi, been looking at the android code and wanted to know if it was possible to use the secret code for SDK applications or was it only reserved for system apps? System settings has this in the manifest receiver android:name=TestingSettingsBroadcastReceiver intent-filter

[android-developers] Re: File creation problem in Android source build

2010-01-05 Thread Master_Ne0
You can't write an app that can create a file in the Data directory, unless your device is rooted. You might be better off posting in the platform group if your trying to modify the framework, as this group is for Android developers, not contributes. Ne0 On Jan 5, 10:15 am, Derek

[android-developers] Re: MapView Overlay problem

2010-01-05 Thread Master_Ne0
I also had this problem, i had to save the overlay locations to the outstate bundle then add them again onResume. Couldn't figure a way to save my overlay class to bundle. Let me know if you find a better workaround. Ne0 On Jan 5, 11:59 am, Stefan ebay-dah...@web.de wrote: hello, i have an

[android-developers] Re: How to downgrade T-Mobile G1 from Donut to Cupcake?

2010-01-05 Thread Master_Ne0
I would get it from here http://developer.htc.com/adp.html. Though you will need to root your G1 first, xda-developers will help you do that. Ne0 On Jan 5, 12:05 pm, Stefan Klumpp stefan.klu...@gmail.com wrote: Most likely you will find the information you need on:http://theunlockr.com/ On