romankh / gat-app

Android app for sending several types of SMS like Class 0 (Flash SMS), Type 0 (Silent SMS), Message Waiting Indicator
89 stars 39 forks source link

Issues on oreo #7

Open sidbk opened 6 years ago

sidbk commented 6 years ago

Hello there. I am facing issues with gat-app on oreo.actually it does send messages but not type 0. You receive normal sms in this form ".gat#3#test"...any clue? I'm on H870 LG rooted Xposed module is active.

romankh commented 6 years ago

Hi @sidbk,

gat-app relies on some internal Android APIs, i.e. APIs that are usually not exposed by Android SDK. Xposed hooks into some of those APIs, and the hook provided by gat-app performs the logic to send the unexposed SMS types.

As far as I know those APIs were subject to change in Android versions after 4.3, which is most likely the reason its not working on your phone.

Long story short: The app wont work with android versions > 4.3

gabrc52 commented 3 years ago

Would anyone be willing to support newer Android versions?