You are on page 1of 1

rename Smag1.z1p to smag1.Zip (smag2.

z1p is same )
extract it
Open the project in adnroid studio 1.1.0
Add your blutooth connectivity code in DeviceSearch.java class
you can add post connection code in DeviceSearch.java class
to send serial message on phone ring add your code in onReceive method in MYCall
Receiver.java class
to send serial message on sms receive add your code in onReceive method in MYSMS
Receiver.java class
notifications are mangaged in MainACtivty.java class for sms and phone call even
t lisntener are already written.
before send serail message you can check the status of notification from these v
ariables
public static boolean ison;
public static boolean isonLedCalls;
public static boolean isonLedSms;
public static boolean isonVibCalls;
public static boolean isonVibSms;
contact me in case of any difficulty.
regards
Ali Naqvi

You might also like