Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 11    Views: 37

DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
02/20/15 04:33 PM (9 years ago)

Android - SMSsend and SMSshare not downloading with project

This is for Android. I added these two screens to my app, one for the send SMS and the other for share SMS then prepared my app and downloaded it. I see BT_shareSms and BT_sendSms in my Bt_context.txt but neither of these are in my src directory. I have tried several times and they are not downloading with my project. I did check the plugins to include and they are both checked. So not sure what I am doing wrong. Any ideas? Thanks for the help.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/20/15 04:45 PM (9 years ago)
I think those don't have their own class file but are included in Bt_fragment.java Have you ran your app to check if the screens show up?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
02/20/15 04:54 PM (9 years ago)
Chris is right on the money; as usual. In your BT_fragment.java file, 'share via email' is in the 'sendEmailWithScreenData' method around line 752, and 'share via sms' is in the 'sendSMSWithScreenData' method around line 794. So, just 'use them' and things should work out fine. If not, stop back by the forums and let us know. Cheers! -- Smug
 
DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
like
02/20/15 06:17 PM (9 years ago)
yep that is right. Got it. Just thought it was like the others that is was it's own class. I did the old "ass"ume mistake Thanks all!! I am all set
 
DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
like
02/20/15 06:32 PM (9 years ago)
well I thought I was .... getting no native app found when trying to text from my tablet to my phone. ugh
 
DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
like
02/20/15 06:33 PM (9 years ago)
well I thought I was .... getting no native app found when trying to text from my tablet to my phone. ugh
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/20/15 06:41 PM (9 years ago)
Do you have a text message app on your tablet?
 
DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
like
02/20/15 06:43 PM (9 years ago)
No I have to find one ... searching now, if you have a good suggestion. Just want something simple.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/20/15 08:38 PM (9 years ago)
Im not sure.I dont own any tablets just phones so I use their default sms apps.I would just choose a basic one for testing. Heres one I looked up real quick: https://play.google.com/store/apps/details?id=com.google.android.apps.messaging&hl=en
 
DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
like
03/15/15 11:57 AM (9 years ago)
there is google hangouts on my tablet, I wonder if I can use that I will look at messenger as well. Thanks, Sorry been busy with work .
 
DJM
Lost but trying
Profile
Posts: 50
Reg: Aug 20, 2013
planet earth
500
like
03/28/15 05:09 AM (9 years ago)
I tried looking at that. Can't get it to auto send. trying to figure it out. Tried setting up a separate email program and calling it and having issue with that
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
03/28/15 05:20 AM (9 years ago)
You have to write a custom plugin to auto send anything
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.