| With the increment of Android mobile phone market share, many management software had been designed for users to manage their mobile phone through computer, functions and usage method of these software were similar, and lots of tedious steps had to went through before use the software: use a USB data cable to connect the mobile phone and computer, open the mobile phone’s debug mode, install the management soft on both mobile phone and computer, and install the phone drivers on computer. Only in this way can users use the software to manage their mobile phone through computer.In order to avoid these tedious steps, this paper puts forward the scheme of using B/S architecture to manage the mobile phone. Deploy a web server on mobile phone, so the phone can be managed through a browser when compute and phone were under the same local area network. Based on this architecture, new software achieved all functions which the traditional one can do. Use Jetty to set up a web server on the android phone. The request sent from web page was handled by servlet, servlet will call appropriate Android API to obtain the information user required and send the required information back to the user. The design management functions include: file management, SMS management, contact management, software management and multimedia preview, etc.After the overall testing of the system, we confirmed that use the mobile phone management system based on B/S architecture users can manage the mobile phone through the browser, and it realized all kinds of functions users required, it can perfectly replace the traditional mobile phone management software, and make it convenient for users to manage their mobile phone. |