SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Ver. 1 台灣大車隊55688 司機版
5/24/2019 powered by BH_Lin 1
https://play.google.com/store/apps/details?id=tw.com.masterhand.twtaxidriver&hl=zh_TW
Android Version.
Ver. 1 The 1st page – Login Page
5/24/2019 powered by BH_Lin 2
<activity
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:name="tw.com.masterhand.twtaxidriver.LoginActivity"
android:screenOrientation="locked">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
cmp=tw.com.masterhand
.twtaxidriver/.LoginActivity
Ver. 1 The Login Process
5/24/2019 powered by BH_Lin 3
cmp=tw.com.masterhand
.twtaxidriver/.LoginActivity
public enum Environment {
DEVELOP("124.219.5.43", "124.219.5.43", 8080, "開發環境"),
TEST("mics-stage.taiwantaxi.com.tw", "124.219.2.119", 8443, "測試環境"),
FORMAL("mics.taiwantaxi.com.tw", "113.196.140.12", 443, "正式環境");
# in file “Environment.java”
Start Login Process
initialize
SocketHelper.
Setup
SocketConnectListener
Connect to
Socket Server.
Check Session
encrypt login message
by AES.
Push message to
message pool
If
Socket
Connected
Send message via
Socket Channel
Yes
Ver. 1 The Login Page
5/24/2019 powered by BH_Lin 4
cmp=tw.com.masterhand
.twtaxidriver/.LoginActivity
request:
https://memediprod.taiwantaxi.com.tw
:8888
/TaxiMemAPP_API/api/ForgetPw/Get
cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity
POST
Boyd: ID=XXXX
Ver. 1 API to Register the Driver Agent
5/24/2019 powered by BH_Lin 5
cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity https://memediprod.taiwantaxi.com.tw:8888
/TaxiMemAPP_API/api/BASICINFO/Get
POST
Body:
ADDRESS
ASPXAUTH
DIST
EMAIL
ID
NAME
PHONE
PW
CITY
Call 02-55783939 to finish the 1st step of registration.
Ver. 1 Actin after press the buttn “下一步(Next Step)”
5/24/2019 powered by BH_Lin 6
cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity
BSSadmin@taiwantaxi.com.tw
Ver. 1 The dialog for privacy policy
5/24/2019 powered by BH_Lin 7
cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity
To check/uncheck the checkbox.
#隱私權政策
Ver. 1 Pages for Registration of Driver Agent (iOS Version)
5/24/2019 powered by BH_Lin 8
[1] [2] [3]
Ver. 1 Pages for Registration of Driver Agent (iOS Version)
5/24/2019 powered by BH_Lin 9
LicType: F
LicType: Z
LicType: M
LicType: N
LicType: G
LicType: P
request:
https://memediprod.taiwantaxi.com.tw:8888
/TaxiMemAPP_API/api/BankInfo
POST
Ver. 1 APIs
5/24/2019 powered by BH_Lin 10
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BASICINFO/GetPOST
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/ReAuthCodePOST
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/GetMemDrivePOST
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/PropicUploadPOST
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BankInfoPOST
*API to register user
*API to request sending email for verification.
*API to retrieve user info.
*API to upload related pictures.
*API to setup bank info.
Ver. 1 API - BASICINFO
5/24/2019 powered by BH_Lin 11
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BASICINFO/GetPOST
Body:
Response:
*API to register user
Ver. 1 API - ReAuthCode
5/24/2019 powered by BH_Lin 12
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/ReAuthCode/POST
Body:
Response:
*API to request sending email for verification.
Ver. 1 API - GetMemDrive
5/24/2019 powered by BH_Lin 13
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/GetMemDrivePOST
Body:
Response:
*API to retrieve user info.
Ver. 1 API - PropicUpload
5/24/2019 powered by BH_Lin 14
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/PropicUploadPOST
Body:
Response:
Base64 string.
*API to upload related pictures.
Ver. 1 API - BankInfo
5/24/2019 powered by BH_Lin 15
https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BankInfoPOST
Body:
Response:
*API to setup bank info.

Weitere ähnliche Inhalte

Was ist angesagt?

12. Android Basic Google Map
12. Android Basic Google Map12. Android Basic Google Map
12. Android Basic Google MapOum Saokosal
 
Choosing the Right Mobile Development Platform (Part 2)
Choosing the Right Mobile Development Platform (Part 2)Choosing the Right Mobile Development Platform (Part 2)
Choosing the Right Mobile Development Platform (Part 2)Chris Griffith
 
Production Ready Web Services with Dropwizard
Production Ready Web Services with DropwizardProduction Ready Web Services with Dropwizard
Production Ready Web Services with Dropwizardsullis
 
07.4. Android Basic Simple Browser (WebView)
07.4. Android Basic Simple Browser (WebView)07.4. Android Basic Simple Browser (WebView)
07.4. Android Basic Simple Browser (WebView)Oum Saokosal
 
モバイル検索とアプリ
モバイル検索とアプリモバイル検索とアプリ
モバイル検索とアプリKenichi Suzuki
 
07.1. Android Even Handling
07.1. Android Even Handling07.1. Android Even Handling
07.1. Android Even HandlingOum Saokosal
 
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017Joke Puts
 
Android Design Support Library
Android Design Support LibraryAndroid Design Support Library
Android Design Support LibraryIbnu Sina Wardy
 
Support Design Library
Support Design LibrarySupport Design Library
Support Design LibraryTaeho Kim
 
I/O Rewind 2015 : Android Design Support Library
I/O Rewind 2015 : Android Design Support LibraryI/O Rewind 2015 : Android Design Support Library
I/O Rewind 2015 : Android Design Support LibrarySittiphol Phanvilai
 
Manipulating Magento - Meet Magento Belgium 2017
Manipulating Magento - Meet Magento Belgium 2017Manipulating Magento - Meet Magento Belgium 2017
Manipulating Magento - Meet Magento Belgium 2017Joke Puts
 
Getting started with Google Android - OSCON 2008
Getting started with Google Android - OSCON 2008Getting started with Google Android - OSCON 2008
Getting started with Google Android - OSCON 2008sullis
 
React Native Error Reporting with Sentry
React Native Error Reporting with SentryReact Native Error Reporting with Sentry
React Native Error Reporting with SentryAmin Yazdani Salekdeh
 
Mobile Software Engineering Crash Course - C03 Android
Mobile Software Engineering Crash Course - C03 AndroidMobile Software Engineering Crash Course - C03 Android
Mobile Software Engineering Crash Course - C03 AndroidMohammad Shaker
 
Samsung Gear SDK
Samsung Gear SDKSamsung Gear SDK
Samsung Gear SDKRyo Jin
 
Creating Container View Controllers
Creating Container View ControllersCreating Container View Controllers
Creating Container View ControllersBob McCune
 
Fragments: Why, How, What For?
Fragments: Why, How, What For?Fragments: Why, How, What For?
Fragments: Why, How, What For?Brenda Cook
 
Mobile Software Engineering Crash Course - C06 WindowsPhone
Mobile Software Engineering Crash Course - C06 WindowsPhoneMobile Software Engineering Crash Course - C06 WindowsPhone
Mobile Software Engineering Crash Course - C06 WindowsPhoneMohammad Shaker
 

Was ist angesagt? (20)

12. Android Basic Google Map
12. Android Basic Google Map12. Android Basic Google Map
12. Android Basic Google Map
 
Choosing the Right Mobile Development Platform (Part 2)
Choosing the Right Mobile Development Platform (Part 2)Choosing the Right Mobile Development Platform (Part 2)
Choosing the Right Mobile Development Platform (Part 2)
 
Production Ready Web Services with Dropwizard
Production Ready Web Services with DropwizardProduction Ready Web Services with Dropwizard
Production Ready Web Services with Dropwizard
 
07.4. Android Basic Simple Browser (WebView)
07.4. Android Basic Simple Browser (WebView)07.4. Android Basic Simple Browser (WebView)
07.4. Android Basic Simple Browser (WebView)
 
Introduction to Samsung Gear SDK
Introduction to Samsung Gear SDKIntroduction to Samsung Gear SDK
Introduction to Samsung Gear SDK
 
モバイル検索とアプリ
モバイル検索とアプリモバイル検索とアプリ
モバイル検索とアプリ
 
07.1. Android Even Handling
07.1. Android Even Handling07.1. Android Even Handling
07.1. Android Even Handling
 
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
 
Android Design Support Library
Android Design Support LibraryAndroid Design Support Library
Android Design Support Library
 
Support Design Library
Support Design LibrarySupport Design Library
Support Design Library
 
I/O Rewind 2015 : Android Design Support Library
I/O Rewind 2015 : Android Design Support LibraryI/O Rewind 2015 : Android Design Support Library
I/O Rewind 2015 : Android Design Support Library
 
Manipulating Magento - Meet Magento Belgium 2017
Manipulating Magento - Meet Magento Belgium 2017Manipulating Magento - Meet Magento Belgium 2017
Manipulating Magento - Meet Magento Belgium 2017
 
Getting started with Google Android - OSCON 2008
Getting started with Google Android - OSCON 2008Getting started with Google Android - OSCON 2008
Getting started with Google Android - OSCON 2008
 
React Native Error Reporting with Sentry
React Native Error Reporting with SentryReact Native Error Reporting with Sentry
React Native Error Reporting with Sentry
 
Activity
ActivityActivity
Activity
 
Mobile Software Engineering Crash Course - C03 Android
Mobile Software Engineering Crash Course - C03 AndroidMobile Software Engineering Crash Course - C03 Android
Mobile Software Engineering Crash Course - C03 Android
 
Samsung Gear SDK
Samsung Gear SDKSamsung Gear SDK
Samsung Gear SDK
 
Creating Container View Controllers
Creating Container View ControllersCreating Container View Controllers
Creating Container View Controllers
 
Fragments: Why, How, What For?
Fragments: Why, How, What For?Fragments: Why, How, What For?
Fragments: Why, How, What For?
 
Mobile Software Engineering Crash Course - C06 WindowsPhone
Mobile Software Engineering Crash Course - C06 WindowsPhoneMobile Software Engineering Crash Course - C06 WindowsPhone
Mobile Software Engineering Crash Course - C06 WindowsPhone
 

Ähnlich wie Sample APK Analysis 5 - 55688 (Driver Version)

Skinning Android for Embedded Applications
Skinning Android for Embedded ApplicationsSkinning Android for Embedded Applications
Skinning Android for Embedded ApplicationsVIA Embedded
 
Android N Highligts
Android N HighligtsAndroid N Highligts
Android N HighligtsSercan Yusuf
 
Developing Android Apps
Developing Android AppsDeveloping Android Apps
Developing Android AppsClaire Lee
 
Lecture #1 Creating your first android project
Lecture #1  Creating your first android projectLecture #1  Creating your first android project
Lecture #1 Creating your first android projectVitali Pekelis
 
Sample of APK Analysis 3 - Gamer
Sample of APK Analysis 3 - GamerSample of APK Analysis 3 - Gamer
Sample of APK Analysis 3 - GamerLin BH
 
STYLISH FLOOR
STYLISH FLOORSTYLISH FLOOR
STYLISH FLOORABU HASAN
 
Android: Intent, Intent Filter, Broadcast Receivers
Android: Intent, Intent Filter, Broadcast ReceiversAndroid: Intent, Intent Filter, Broadcast Receivers
Android: Intent, Intent Filter, Broadcast ReceiversCodeAndroid
 
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3Doris Chen
 
AlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docx
AlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docxAlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docx
AlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docxgalerussel59292
 
Londroid Android Home Screen Widgets
Londroid Android Home Screen WidgetsLondroid Android Home Screen Widgets
Londroid Android Home Screen WidgetsRichard Hyndman
 
Visual Studio and Xamarin: The future of app development
Visual Studio and Xamarin: The future of app developmentVisual Studio and Xamarin: The future of app development
Visual Studio and Xamarin: The future of app developmentMicrosoft Tech Community
 
Building Mobile Friendly APIs in Rails
Building Mobile Friendly APIs in RailsBuilding Mobile Friendly APIs in Rails
Building Mobile Friendly APIs in RailsJim Jeffers
 
Android securitybyexample
Android securitybyexampleAndroid securitybyexample
Android securitybyexamplePragati Rai
 
Android the Agile way
Android the Agile wayAndroid the Agile way
Android the Agile wayAshwin Raghav
 
Android app development basics
Android app development basicsAndroid app development basics
Android app development basicsAnton Narusberg
 

Ähnlich wie Sample APK Analysis 5 - 55688 (Driver Version) (20)

Android in practice
Android in practiceAndroid in practice
Android in practice
 
Skinning Android for Embedded Applications
Skinning Android for Embedded ApplicationsSkinning Android for Embedded Applications
Skinning Android for Embedded Applications
 
Android N Highligts
Android N HighligtsAndroid N Highligts
Android N Highligts
 
Developing Android Apps
Developing Android AppsDeveloping Android Apps
Developing Android Apps
 
Lecture #1 Creating your first android project
Lecture #1  Creating your first android projectLecture #1  Creating your first android project
Lecture #1 Creating your first android project
 
Sample of APK Analysis 3 - Gamer
Sample of APK Analysis 3 - GamerSample of APK Analysis 3 - Gamer
Sample of APK Analysis 3 - Gamer
 
STYLISH FLOOR
STYLISH FLOORSTYLISH FLOOR
STYLISH FLOOR
 
Android Sunumu
Android SunumuAndroid Sunumu
Android Sunumu
 
Android: Intent, Intent Filter, Broadcast Receivers
Android: Intent, Intent Filter, Broadcast ReceiversAndroid: Intent, Intent Filter, Broadcast Receivers
Android: Intent, Intent Filter, Broadcast Receivers
 
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
 
AlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docx
AlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docxAlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docx
AlarmClockAlarmClockAlarmClock.Designer.vbGlobal.Microsoft..docx
 
2nd--mac ver
2nd--mac ver2nd--mac ver
2nd--mac ver
 
Londroid Android Home Screen Widgets
Londroid Android Home Screen WidgetsLondroid Android Home Screen Widgets
Londroid Android Home Screen Widgets
 
Visual Studio and Xamarin: The future of app development
Visual Studio and Xamarin: The future of app developmentVisual Studio and Xamarin: The future of app development
Visual Studio and Xamarin: The future of app development
 
Building Mobile Friendly APIs in Rails
Building Mobile Friendly APIs in RailsBuilding Mobile Friendly APIs in Rails
Building Mobile Friendly APIs in Rails
 
Android securitybyexample
Android securitybyexampleAndroid securitybyexample
Android securitybyexample
 
Android the Agile way
Android the Agile wayAndroid the Agile way
Android the Agile way
 
Android Froyo
Android FroyoAndroid Froyo
Android Froyo
 
Android app development basics
Android app development basicsAndroid app development basics
Android app development basics
 
Android Data Binding
Android Data BindingAndroid Data Binding
Android Data Binding
 

Mehr von Lin BH

My Interview Process
My Interview ProcessMy Interview Process
My Interview ProcessLin BH
 
Project: BH SkyScan
Project: BH SkyScanProject: BH SkyScan
Project: BH SkyScanLin BH
 
Face Recognition with Camera
Face Recognition with CameraFace Recognition with Camera
Face Recognition with CameraLin BH
 
How to speed up video downloading.
How to speed up video downloading.How to speed up video downloading.
How to speed up video downloading.Lin BH
 
Ad Block
Ad BlockAd Block
Ad BlockLin BH
 
Solutions For App Prototyping
Solutions For App PrototypingSolutions For App Prototyping
Solutions For App PrototypingLin BH
 
Sample of APK Analysis 2 - Mixer Box
Sample of APK Analysis 2 - Mixer BoxSample of APK Analysis 2 - Mixer Box
Sample of APK Analysis 2 - Mixer BoxLin BH
 
Sample of APK Analysis 1 - myMusic
Sample of APK Analysis 1 - myMusicSample of APK Analysis 1 - myMusic
Sample of APK Analysis 1 - myMusicLin BH
 
The Experience To Build A Single App
The Experience To Build A Single AppThe Experience To Build A Single App
The Experience To Build A Single AppLin BH
 
Basic Concept of Android Platform
Basic Concept of Android PlatformBasic Concept of Android Platform
Basic Concept of Android PlatformLin BH
 

Mehr von Lin BH (10)

My Interview Process
My Interview ProcessMy Interview Process
My Interview Process
 
Project: BH SkyScan
Project: BH SkyScanProject: BH SkyScan
Project: BH SkyScan
 
Face Recognition with Camera
Face Recognition with CameraFace Recognition with Camera
Face Recognition with Camera
 
How to speed up video downloading.
How to speed up video downloading.How to speed up video downloading.
How to speed up video downloading.
 
Ad Block
Ad BlockAd Block
Ad Block
 
Solutions For App Prototyping
Solutions For App PrototypingSolutions For App Prototyping
Solutions For App Prototyping
 
Sample of APK Analysis 2 - Mixer Box
Sample of APK Analysis 2 - Mixer BoxSample of APK Analysis 2 - Mixer Box
Sample of APK Analysis 2 - Mixer Box
 
Sample of APK Analysis 1 - myMusic
Sample of APK Analysis 1 - myMusicSample of APK Analysis 1 - myMusic
Sample of APK Analysis 1 - myMusic
 
The Experience To Build A Single App
The Experience To Build A Single AppThe Experience To Build A Single App
The Experience To Build A Single App
 
Basic Concept of Android Platform
Basic Concept of Android PlatformBasic Concept of Android Platform
Basic Concept of Android Platform
 

Kürzlich hochgeladen

Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost LoverPowerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost LoverPsychicRuben LoveSpells
 
9892124323 | Book Call Girls in Juhu and escort services 24x7
9892124323 | Book Call Girls in Juhu and escort services 24x79892124323 | Book Call Girls in Juhu and escort services 24x7
9892124323 | Book Call Girls in Juhu and escort services 24x7Pooja Nehwal
 
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCRFULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCRnishacall1
 
Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,
Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,
Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,Pooja Nehwal
 
CALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual serviceanilsa9823
 
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun serviceanilsa9823
 

Kürzlich hochgeladen (7)

Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost LoverPowerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
Powerful Love Spells in Arkansas, AR (310) 882-6330 Bring Back Lost Lover
 
9892124323 | Book Call Girls in Juhu and escort services 24x7
9892124323 | Book Call Girls in Juhu and escort services 24x79892124323 | Book Call Girls in Juhu and escort services 24x7
9892124323 | Book Call Girls in Juhu and escort services 24x7
 
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCRFULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
FULL ENJOY - 9999218229 Call Girls in {Mahipalpur}| Delhi NCR
 
Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,
Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,
Call US Pooja 9892124323 ✓Call Girls In Mira Road ( Mumbai ) secure service,
 
CALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Saharaganj Lucknow best sexual service
 
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 71 Noida Escorts >༒8448380779 Escort Service
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best Night Fun service
 

Sample APK Analysis 5 - 55688 (Driver Version)

  • 1. Ver. 1 台灣大車隊55688 司機版 5/24/2019 powered by BH_Lin 1 https://play.google.com/store/apps/details?id=tw.com.masterhand.twtaxidriver&hl=zh_TW Android Version.
  • 2. Ver. 1 The 1st page – Login Page 5/24/2019 powered by BH_Lin 2 <activity android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:name="tw.com.masterhand.twtaxidriver.LoginActivity" android:screenOrientation="locked"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity> cmp=tw.com.masterhand .twtaxidriver/.LoginActivity
  • 3. Ver. 1 The Login Process 5/24/2019 powered by BH_Lin 3 cmp=tw.com.masterhand .twtaxidriver/.LoginActivity public enum Environment { DEVELOP("124.219.5.43", "124.219.5.43", 8080, "開發環境"), TEST("mics-stage.taiwantaxi.com.tw", "124.219.2.119", 8443, "測試環境"), FORMAL("mics.taiwantaxi.com.tw", "113.196.140.12", 443, "正式環境"); # in file “Environment.java” Start Login Process initialize SocketHelper. Setup SocketConnectListener Connect to Socket Server. Check Session encrypt login message by AES. Push message to message pool If Socket Connected Send message via Socket Channel Yes
  • 4. Ver. 1 The Login Page 5/24/2019 powered by BH_Lin 4 cmp=tw.com.masterhand .twtaxidriver/.LoginActivity request: https://memediprod.taiwantaxi.com.tw :8888 /TaxiMemAPP_API/api/ForgetPw/Get cmp=tw.com.masterhand.twtaxidriver /.SubDriveRegisterActivity POST Boyd: ID=XXXX
  • 5. Ver. 1 API to Register the Driver Agent 5/24/2019 powered by BH_Lin 5 cmp=tw.com.masterhand.twtaxidriver /.SubDriveRegisterActivity https://memediprod.taiwantaxi.com.tw:8888 /TaxiMemAPP_API/api/BASICINFO/Get POST Body: ADDRESS ASPXAUTH DIST EMAIL ID NAME PHONE PW CITY Call 02-55783939 to finish the 1st step of registration.
  • 6. Ver. 1 Actin after press the buttn “下一步(Next Step)” 5/24/2019 powered by BH_Lin 6 cmp=tw.com.masterhand.twtaxidriver /.SubDriveRegisterActivity BSSadmin@taiwantaxi.com.tw
  • 7. Ver. 1 The dialog for privacy policy 5/24/2019 powered by BH_Lin 7 cmp=tw.com.masterhand.twtaxidriver /.SubDriveRegisterActivity To check/uncheck the checkbox. #隱私權政策
  • 8. Ver. 1 Pages for Registration of Driver Agent (iOS Version) 5/24/2019 powered by BH_Lin 8 [1] [2] [3]
  • 9. Ver. 1 Pages for Registration of Driver Agent (iOS Version) 5/24/2019 powered by BH_Lin 9 LicType: F LicType: Z LicType: M LicType: N LicType: G LicType: P request: https://memediprod.taiwantaxi.com.tw:8888 /TaxiMemAPP_API/api/BankInfo POST
  • 10. Ver. 1 APIs 5/24/2019 powered by BH_Lin 10 https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BASICINFO/GetPOST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/ReAuthCodePOST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/GetMemDrivePOST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/PropicUploadPOST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BankInfoPOST *API to register user *API to request sending email for verification. *API to retrieve user info. *API to upload related pictures. *API to setup bank info.
  • 11. Ver. 1 API - BASICINFO 5/24/2019 powered by BH_Lin 11 https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BASICINFO/GetPOST Body: Response: *API to register user
  • 12. Ver. 1 API - ReAuthCode 5/24/2019 powered by BH_Lin 12 https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/ReAuthCode/POST Body: Response: *API to request sending email for verification.
  • 13. Ver. 1 API - GetMemDrive 5/24/2019 powered by BH_Lin 13 https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/GetMemDrivePOST Body: Response: *API to retrieve user info.
  • 14. Ver. 1 API - PropicUpload 5/24/2019 powered by BH_Lin 14 https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/PropicUploadPOST Body: Response: Base64 string. *API to upload related pictures.
  • 15. Ver. 1 API - BankInfo 5/24/2019 powered by BH_Lin 15 https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BankInfoPOST Body: Response: *API to setup bank info.