[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-21 Thread jtoolsdev
Really? If you know Android programming then HTML5 and Javascript should be a piece of cake. And you probably don't need much knowledge of that to change the example for your app. You can set up a server on your machine to test. There's this thing called Google where you can search for that

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-20 Thread saex
I dont have a web server, so i can't install that web tools, also i dont know anything about web programming, node.js etc... i'm just android developer. How it is supossed android developers must be capable to do all that stuff to delete a hack score on their leaderboards? i am just

Re: [android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread Steve Gabrilowitz
Not ideal, but couldn't you read and store the leaderboard information then delete the whole thing and recreate it? On Mar 18, 2015 9:58 AM, saex elpablos...@gmail.com wrote: emmm... what? a web app? test scores? I can't find any web app and also who has talked about test scores? i am talking

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread saex
emmm... what? a web app? test scores? I can't find any web app and also who has talked about test scores? i am talking about a cheat score, the game is published for months and the leaderboard too. El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió: There's a web app that

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread jtoolsdev
Try here: https://github.com/playgameservices/android-basic-samples On Wednesday, March 18, 2015 at 6:57:45 AM UTC-7, saex wrote: emmm... what? a web app? test scores? I can't find any web app and also who has talked about test scores? i am talking about a cheat score, the game is

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread jtoolsdev
And here's the web tools (I thought it was also in the prior package but its not). https://github.com/playgameservices/management-tools On Wednesday, March 18, 2015 at 11:43:40 AM UTC-7, jtoolsdev wrote: Try here: https://github.com/playgameservices/android-basic-samples On Wednesday,

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-17 Thread jtoolsdev
There's a web app that Google provides source for that will allow you to delete the test scores. Just look through the docs for the game services and you'll find it. On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote: I have a fake score in my leaderboard, exists a way to delete it?

Re: [android-developers] Re: How to delete app in new console

2012-12-22 Thread Keith Wiley
On Friday, December 21, 2012 6:02:10 PM UTC-8, TreKing wrote: It's also fantastic because the new app made in the new console doesn't appear in the old console, so you can't delete it that way. Womp womp. YEP! I've noticed that too. It defies rationalization. Sigh. -- You received

Re: [android-developers] Re: How to delete app in new console

2012-12-21 Thread TreKing
On Thu, Dec 20, 2012 at 11:04 AM, Keith Wiley kbwi...@gmail.com wrote: .in stark contrast with the old console which could explicitly remove unpublished apps entirely. Where exactly could you remove unpublished apps? I was under the impression that once an app was published, if you

Re: [android-developers] Re: How to delete app in new console

2012-12-21 Thread Keith Wiley
Like I said, I haven't tested it on a previously published app, only on draft apps that were never published in the first place...but in the old console if you delete the last APK associated with the app, the entire app description vanishes. I don't know if it would do that for an app once it

Re: [android-developers] Re: How to delete app in new console

2012-12-21 Thread TreKing
On Fri, Dec 21, 2012 at 9:24 AM, Keith Wiley kbwi...@gmail.com wrote: Like I said, I haven't tested it on a previously published app, only on draft apps that were never published in the first place... Ah, missed that ... that makes more sense then. I don't know if it would do that for an app

Re: [android-developers] Re: How to delete app in new console

2012-12-20 Thread Keith Wiley
I don't think we're having the same conversation here. I'm not talking about anything on the phone at all. I'm talking about the web console Android developers use to manage their apps in Google Play. I'm honestly surprised no one else has chimed in on this discussion. It seems like a

Re: [android-developers] Re: How to delete app in new console

2012-12-20 Thread Nikolay Elenkov
On Fri, Dec 21, 2012 at 12:15 AM, Keith Wiley kbwi...@gmail.com wrote: I don't think we're having the same conversation here. I'm not talking about anything on the phone at all. I'm talking about the web console Android developers use to manage their apps in Google Play. I'm honestly

Re: [android-developers] Re: How to delete app in new console

2012-12-20 Thread Keith Wiley
Thanks, that makes a lot of sense I suppose. I haven't tried unpublishing a previously published app because I don't have a good candidate at the current time, but I do know that draft or otherwise as-yet unpublished apps offer no obvious method for removal...in stark contrast with the old

[android-developers] Re: How to delete app in new console

2012-12-19 Thread Grzegorz Patynek
in dungeons app data is stored in sqlite database. in order to get a fresh app, you have to increase version of database, then dungeons should work fine. If you want to delete app, you can do this in app manager and it uninstalls completely. W dniu środa, 19 grudnia 2012 07:15:03 UTC+1

[android-developers] Re: How to delete app in new console

2012-12-19 Thread Keith Wiley
Where in the app manager is there a delete-app command? I honestly don't see 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

Re: [android-developers] Re: How to delete app in new console

2012-12-19 Thread Grzegorz Patynek
you have uninstall button. it is on my phone. 2012/12/19 Keith Wiley kbwi...@gmail.com Where in the app manager is there a delete-app command? I honestly don't see it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: How to delete tag in XmlSerializer when i remove from listview

2011-09-13 Thread skink
On Sep 13, 12:13 pm, Jhew SAN tawisak.ruksu...@gmail.com wrote: Problem  ---    When i delete item in listview , How can i remove that tag in XmlSerializer in SD card ? Store your data in sqlite db rather than in xml file pskink -- You received this message because you are subscribed to

[android-developers] Re: How to 'delete' allocated class by 'new'??

2011-08-31 Thread Build account
Hi, Thank you very much to let me know clearly. I tired to use your code snippet, but counldn't get sure. Another question here, If I use below code String a = new String(test); String b = a; b = null; In this case, the variable 'a' still allocated? Am I right? As long as I

[android-developers] Re: How to 'delete' allocated class by 'new'??

2011-08-31 Thread blake
I think what Damien is trying to tell you is that you are asking the wrong question. There is no way, in Java, to force the deallocation of a specific object. If you remove all references to it, it is, as far as your program is concerned, gone. Is there a reason that you would care whether

Re: [android-developers] Re: How to 'delete' allocated class by 'new'??

2011-08-31 Thread Nick Risaro
On Wed, Aug 31, 2011 at 6:40 AM, Build account newandroi...@gmail.comwrote: Hi, Thank you very much to let me know clearly. I tired to use your code snippet, but counldn't get sure. Another question here, If I use below code String a = new String(test); String b = a; b =

Re: [android-developers] Re: How to 'delete' allocated class by 'new'??

2011-08-31 Thread Streets Of Boston
As other have stated, Java Objects are garbage collected: If an Object cannot be reached (from any of the current threads' stack-frames or from the heap), directly or indirectly, i.e. there is no path to the Object, then this Object can be garbage collected. It is impossible to 'delete' an

Re: [android-developers] Re: How to delete a video file's entry from content provider

2011-08-05 Thread Rajkiran Bande
Thanks man. Thanks a lot. On Fri, Aug 5, 2011 at 7:44 AM, davemac davemac...@gmail.com wrote: Check this out: http://stackoverflow.com/questions/4430888/android-file-delete-leaves-empty-placeholder-in-gallery - dave http://www.androidbook.com/proandroid3 On Aug 4, 10:33 am, Raj

[android-developers] Re: How to delete a video file's entry from content provider

2011-08-04 Thread davemac
Check this out: http://stackoverflow.com/questions/4430888/android-file-delete-leaves-empty-placeholder-in-gallery - dave http://www.androidbook.com/proandroid3 On Aug 4, 10:33 am, Raj bande.rajki...@gmail.com wrote: Hello, In my app, I've moved the recorded video to some other location. When

[android-developers] Re: how to delete images files stored in Android phone gallery

2011-03-31 Thread sourabh
Hi, Thanks for the reply. i am using uriTarget.toString() and Toast.makeText(AndroidCamera.this, Image saved: + uriTarget.toString(), Toast.LENGTH_LONG).show(); to get file path following method is mentioned public void onPictureTaken(byte[] arg0, Camera arg1) { // TODO Auto-generated

[android-developers] Re: how to delete images files stored in Android phone gallery

2011-03-31 Thread Doug
Just use the delete method on your content resolver and pass it the URI of the image. The implementation of the content provider should delete the image and remove it from the list. getContentResolver().delete(uri, null, null); Doug On Mar 29, 5:54 am, sourabh sourabh.zal...@gmail.com wrote:

[android-developers] Re: How to delete a sms

2011-03-07 Thread Zsolt Vasvari
Look at the source code for the Messaging app and see how it deletes an SMS. Then see if the API used is public or not, and if so, use it. Otherwise, SOL. On Mar 8, 10:58 am, a a harvey.a...@gmail.com wrote: I want to write a program to delete a sms, what can i do? -- You received this

Re: [android-developers] Re: How to delete...?

2011-02-22 Thread Abhilash baddam
myDB.execSQL(DELETE FROM favourites where month= ' +str+ ' ); the above statement is working fine but if the *str* contains apostrophe then i am getting exception near *'s. *Otherwise working only if the str contains apostrophe( ' ) then only i am getting problem..?How can i solve this issue...?

Re: [android-developers] Re: How to delete...?

2011-02-22 Thread Carlos Silva
On Tue, Feb 22, 2011 at 11:39, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: myDB.execSQL(DELETE FROM favourites where month= ' +str+ ' ); the above statement is working fine but if the *str* contains apostrophe then i am getting exception near *'s. *Otherwise working only if

Re: [android-developers] Re: How to delete...?

2011-02-22 Thread Abhilash baddam
Hi Carlos, Means where exactly i am doing mistake means while inserting values or deleting the values? On Tue, Feb 22, 2011 at 6:12 PM, Carlos Silva r3...@r3pek.org wrote: On Tue, Feb 22, 2011 at 11:39, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote:

Re: [android-developers] Re: How to delete...?

2011-02-22 Thread Justin Anderson
You will find the answer to your question if you do as Carlos suggested... Do a google search for SQL Injection Attack On Tue, Feb 22, 2011 at 5:47 AM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi Carlos, Means where exactly i am doing mistake means while

Re: [android-developers] Re: How to delete...?

2011-02-15 Thread Sebastian Roth
On Tue, Feb 15, 2011 at 3:19 PM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: My problem was solved like this.. myDB.execSQL(DELETE FROM favourites where month=' +str1+ ' ); Pls. *don't* use this style of writing SQL queries! JAlexoid (Aleksandr Panzin) had a good

[android-developers] Re: How to delete...?

2011-02-15 Thread Kevin TeslaCoil Software
Pls. *don't* use this style of writing SQL queries! Otherwise you'll always have to watch your back for Little Bobby Tables. http://xkcd.com/327/ On Feb 15, 7:07 am, Sebastian Roth sebastian.r...@gmail.com wrote: On Tue, Feb 15, 2011 at 3:19 PM, Abhilash baddam

[android-developers] Re: How to delete...?

2011-02-15 Thread macno
On Feb 14, 3:59 pm, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi,      what type of mistake is i am doing? If you don't want to use bind variables, you need to add ' around non numeric values: myDB.execSQL(DELETE FROM favourites WHERE month='+string+',null); -- You

[android-developers] Re: How to delete...?

2011-02-14 Thread Hari Edo
On Feb 14, 9:15 am, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: I tried like but showing error.. Why is it so hard for people to explain WHAT error they get? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: How to delete...?

2011-02-14 Thread Abhilash baddam
Hi hari, I am getting this exception *android.database.sqlite.SQLiteException: * *no such column: August: , while compiling: DELETE FROM favourites WHERE month=August* * * where month is colname . On Mon, Feb 14, 2011 at 7:54 PM, Hari Edo hari@gmail.com wrote: On Feb 14,

[android-developers] Re: How to delete...?

2011-02-14 Thread JAlexoid (Aleksandr Panzin)
Learn SQL first to deal with SQLite. The problem with the code is that string values in SQL have to be enclosed in single quotes. DELETE FROM tablename where colname='SomeStringValue' And change your code to proper code that does not have the SQL injection problem: myDB.execSQL(DELETE FROM

Re: [android-developers] Re: How to delete...?

2011-02-14 Thread Abhilash baddam
Hi, My problem was solved like this.. myDB.execSQL(DELETE FROM favourites where month=' +str1+ ' ); On Tue, Feb 15, 2011 at 4:31 AM, JAlexoid (Aleksandr Panzin) jalex...@gmail.com wrote: Learn SQL first to deal with SQLite. The problem with the code is that string values in SQL have to

Re: [android-developers] Re: How to delete data from Table_data

2010-11-19 Thread Mark Murphy
On Thu, Nov 18, 2010 at 7:45 PM, Brandon brandon.feldk...@yahoo.com wrote: Are you saying that its IMPOSSIBLE to modify a database that is not yours? I was trying to test this because its incredibly difficult to find any information that assures you that these databases are write-protected

[android-developers] Re: How to delete data from Table_data

2010-11-18 Thread Brandon
Mark Murphy mmurphy at commonsware.com writes: On Mon, Aug 2, 2010 at 7:25 AM, Bin Dou doubin115 at gmail.com wrote: String path=/data/data/com.android.providers.contacts/databases/contacts2.db; SQLiteDatabase database=SQLiteDatabase.openDatabase(path, null,OPEN_READWRITE);

[android-developers] Re: How to delete the text messages based on the senders' number?

2010-07-30 Thread Zsolt Vasvari
If you asked a specific question, you *may* get an answer (maybe 10% of the time), but basically asking to fix your app will not get an answer for certain. On Jul 29, 6:22 pm, Leonardo stone198...@gmail.com wrote: Hi, guys, I made a app to block some junk messages. That app would delete the

[android-developers] Re: How to delete directory from SD card on uninstall?

2010-07-15 Thread Tina
Thank you for your answer, Mark! In Android 2.2+, if you use getExternalFilesDir() or getExternalCacheDir(), those directories will be removed when your app is uninstalled. Does in means that on any devices with API Level 7 or lower I can not delete my directory form SD card on uninstall, only

Re: [android-developers] Re: How to delete directory from SD card on uninstall?

2010-07-15 Thread Mark Murphy
On Thu, Jul 15, 2010 at 10:13 AM, Tina tina...@gmail.com wrote: Does in means that on any devices with API Level 7 or lower I can not delete my directory form SD card on uninstall, only user can do it? Correct. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: How to delete a inbox message from a specific sender

2010-06-15 Thread Ganesh Pisal
SMS/MMS Inbox parsing: Uri uriSms = Uri.parse(content://sms/inbox); Cursor c = getContentResolver().query(uriSms, null,null,null,null); This will help you to parse messages from inbox. No idea about message deletion. Regards, Ganesh Pisal Creating Android knowledge base -

Re: [android-developers] Re: How to delete a inbox message from a specific sender

2010-06-15 Thread Nishant Kumar
Hi, Although this method of content Uri is working , I have found over internet that this is not a reliable method. It has been removed from current android sdk and there is not any document on Android Developer website. So, I thought to convey this message. Moreover, there is no reliable

[android-developers] Re: How to delete a contact in android 2.1

2010-03-26 Thread Rishabh
Hi Dmitri thanks for reply, Is there any way that i can make it invisible from phone if i delete raw contact or there is any need to add some field while adding contact into phone. can you provide me some lines of code to do it ? Thanks Rishabh On Mar 26, 6:15 pm, Dmitri Plotnikov

Re: [android-developers] Re: How to delete a contact in android 2.1

2010-03-26 Thread Dmitri Plotnikov
There should be no need for additional code. Calling resolver.delete on the contact should instantly make it invisible. On Mar 26, 2010 7:38 PM, Rishabh rishabhjainw...@gmail.com wrote: Hi Dmitri thanks for reply, Is there any way that i can make it invisible from phone if i delete raw contact

[android-developers] Re: How to delete applications from the Android simulator.

2010-01-06 Thread polyclefsoftware
Delete apps on the emulator just like you would on a hardware phone. Press the Menu button. Select Settings, then Applications, then Manage Applications. Select the app you want to uninstall. There will be an Uninstall button for that app. Just click it and it will uninstall. Alternatively, you

[android-developers] Re: How to delete applications from the Android simulator.

2010-01-06 Thread John Gaby
Thanks. On Jan 6, 11:57 am, polyclefsoftware dja...@gmail.com wrote: Delete apps on the emulator just like you would on a hardware phone. Press the Menu button. Select Settings, then Applications, then Manage Applications. Select the app you want to uninstall. There will be an Uninstall

[android-developers] Re: How to delete applications from the Android simulator.

2010-01-06 Thread Sasikumar S
http://www.androidpeople.com/uninstalldelete-an-appliaction-from-emulator-in-android/ see the above link... On Jan 6, 9:52 pm, John Gaby jg...@gabysoft.com wrote: I know that this is probably a stupid question, but I am completely new to Android development.  I have worked through a number

[android-developers] Re: how to delete application from emulator in android?..

2009-12-04 Thread Jack Ganesh
Hi , Try the Following: 1.Home Button 2. Goto Mian Menu Items 3. Select Setting option 4. Select Applications 5. Select Manage Application 6. Select Your Application 7. Press UnInstall 8. Press Confrimation fro UnInstall. Njoy ! ! ! Cheers, Ganesh Kumar. On Dec 4, 2:44 pm, Sasikumar.S

[android-developers] Re: how to delete application from emulator in android?..

2009-12-04 Thread Maps.Huge.Info (Maps API Guru)
Another way is from the command line: adb uninstall [-k] package - remove this app package from the device -John Coryat Radar Now! What Zip Code? -- 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] Re: how to delete contact list and email from device

2009-11-03 Thread PJ
Why in the heck would anyone want an app that deletes all their contacts and e-mails? I hope you realize that when people try to install your app, they're going to get a big fat warning when they install your program, saying that your app will have permissions to delete their contacts. So if you

[android-developers] Re: How to delete file when file is created by another app

2009-09-25 Thread Mark Murphy
I have this problem. Two apps: app_a and service_s. Why two apps? Service_S creates file in /tmp. There is no /tmp in Android. After create this file, service_s uses FileUtils.setPermission to change file mode to 666. Then app_a tries to delete this file. But I always failed when

[android-developers] Re: How to delete file when file is created by another app

2009-09-25 Thread A.TNG
On Sep 25, 3:46 pm, Mark Murphy mmur...@commonsware.com wrote: I have this problem. Two apps: app_a and service_s. Why two apps? Service_S creates file in /tmp. There is no /tmp in Android. After create this file, service_s uses FileUtils.setPermission to change file mode to 666.

回复: [android-developers] Re: How to delete package programmatically without UI

2009-04-08 Thread Jiang
Thanks for your help. BR, -Jiang --- 09年4月8日,周三, Al Sutton a...@funkyandroid.com 写道: 发件人: Al Sutton a...@funkyandroid.com 主题: [android-developers] Re: How to delete package programmatically without UI 收件人: android-developers@googlegroups.com 日期: 2009,48,周三,2:40下午 A user should always know