[android-developers] How to SAVE sms to the sent folder after sending

2017-09-14 Thread Arijit Das
Hello, I am very new to the android development. I have developed an app to send sms and it is working. But now I want, after each and every sms sent, the sent sms will be saved to the sender's android phone's sms folder. I tried it a lot but somehow it is Not working. While I am trying

[android-developers] How to sign an apk without Alias using Android Studio

2017-08-24 Thread Arijit Das
Hello, Previously, I had built an app using droidscript and I had have updated it up to its version 2. Now, I have made its version 3 using Android Studio and when now I am going to upload it to the playstore, SHA1 and MD5 keys mis-match issues are coming. And I then tried to use the

[android-developers] How to save a new sms to the "sent" folder after sending it via SmsManager?

2017-08-22 Thread Arijit Das
Hello, I am creating an app using Android Studio. This is app is sending sms using SmsManager and it is working fine. WHAT I am wanting is to: when a sms is sent by this app, the sent sms should be saved with the device's sent folder, so when the user will open the default sms app, he/she

[android-developers] How show local Notification, without using cloud base?

2017-08-22 Thread Arijit Das
Hello, I am making an app using android studio. I need to send Notification locally, means after clicking a button, a notification will be sent to the same mobile where the app is. Please let me know how can I make it done WITHOUT using cloud based notification service. Please let me know

[android-developers] How to show SMS delivery report with Recipient's phone number and message body

2017-08-22 Thread Arijit Das
Hello, I am very new to android development. I am trying to make an application to send sms using android studio. I have already built it too and it is also working very nice BUT when the sms is delivered, I am showing a delivery message as string within a dialog. WHAT I want is: when the

[android-developers] WiFi Direct sample code issue

2012-09-06 Thread Arijit Das
I am testing the sample code for wifi direct that comes with SDK. I am using two Galaxy Note devices (both with 4.0.4 ICS). The app runs fine till discovering and connecting peers. But whenever I hit the launch gallery button, the gallery opens up but the connection ends. It happened every

Re: [android-developers] Syncing Database

2012-08-21 Thread Arijit Das
Yes, the question is how to do the sync between two android phones? On Monday, 20 August 2012 09:32:00 UTC+5:30, TreKing wrote: On Sat, Aug 18, 2012 at 12:13 AM, Arijit Das das.ar...@gmail.comjavascript: wrote: My app requires syncing of two sqlite database sitting on two different phones

[android-developers] Syncing Database

2012-08-19 Thread Arijit Das
My app requires syncing of two sqlite database sitting on two different phones via bluetooth/wifi. The database schema is consistent across the phones. All I need is to have the rows of tables to be the union of all the rows present in individual phones as a result of sync. -- You received