CN103049375A - Camera online debugging method - Google Patents

Camera online debugging method Download PDF

Info

Publication number
CN103049375A
CN103049375A CN2012105222540A CN201210522254A CN103049375A CN 103049375 A CN103049375 A CN 103049375A CN 2012105222540 A CN2012105222540 A CN 2012105222540A CN 201210522254 A CN201210522254 A CN 201210522254A CN 103049375 A CN103049375 A CN 103049375A
Authority
CN
China
Prior art keywords
camera
parameter
portable terminal
mobile terminal
driver
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2012105222540A
Other languages
Chinese (zh)
Other versions
CN103049375B (en
Inventor
曾元清
刘金水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201210522254.0A priority Critical patent/CN103049375B/en
Publication of CN103049375A publication Critical patent/CN103049375A/en
Application granted granted Critical
Publication of CN103049375B publication Critical patent/CN103049375B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Studio Devices (AREA)
  • Telephone Function (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a camera online debugging method. A camera is arranged on a mobile terminal. The camera online debugging method includes the following steps: adding DRIVER_ATTR attributes in a camera bottom driving code at an android mobile terminal, and building document nodes; connecting a person computer (PC) with the mobile terminal through a universal serial bus (USB), switching the mobile terminal to an adb mode, opening the mobile terminal camera, and observing and testing camera image effect; selecting manufacturers and models of the camera at the PC end, and filling modified parameters; calling an adb program through the PC end, writing the switched parameters in the document nodes built in the mobile terminal through the USB, executing a store function of the DRIVER_ATTR attributes through the mobile terminal, and writing the parameters in the camera; contrasting and modifying repeatedly till results are satisfied; and storing the parameters. The camera online debugging method performs online real-time humanized and efficient debugging on the camera, can effectively improve camera debugging efficiency of the android system, and picks up best effect parameters conveniently.

Description

A kind of camera on-line debugging method
Technical field
The present invention relates to the camera on a kind of mobile terminal device, particularly relate to a kind of camera on-line debugging method.
Background technology
Carry out on the mobile device at present the camera debugging main method be that manufacturer has debugged effect with specific purpose tool at the demo plate parameter is derived, then these parameters are incorporated in the source code of software, recompilate out writable firmware and burning firmware again, again start writes camera to parameter by the I2C bus by the mobile device master chip during operation camera application program.The parameter of camera manufacturer debugging is taken the real effect that needs to obtain on the hardware platform of use with the larger difference that has on the demo plate generally speaking, this is to be caused by hardware differences (hardware handles platform, the glass mirror that increases on the mobile device etc.).Like this just must finely tune some parameters, traditional method is to revise the parameter of code the inside, and then recompilates out firmware, again start checking behind the burning firmware.But this method need to recompilate and burning firmware and again start, and its efficient is extremely low; And can only verify a parameter at every turn, be inconvenient to contrast, thereby can't select best efficacy parameter.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of camera on-line debugging method is provided, can carry out online real-time, hommization, efficiently debugging to camera.
In order to achieve the above object, the technical solution used in the present invention is, a kind of camera on-line debugging method, and described camera is arranged at portable terminal, may further comprise the steps:
Step 1, in the camera bottom layer driving code of android portable terminal, add the DRIVER_ATTR attribute, the parameter read-in camera that the store function of this attribute will import into, in mobile terminal-opening carry webcam driver, in the probe function that drives, call the driver_create_file function and in the linux of Android system file system, creates Archive sit to the DRIVER_ATTR attribute of realization;
Step 2, PC is connected by the USB line with portable terminal, and switches portable terminal to the adb pattern, open mobile terminal camera, observation test camera image effect;
Step 3, select manufacturer and the model of camera at PC end, insert the parameter of modification, the PC end converts the parameter of input to according to different manufacturers and model and meets the form that writes standard, simultaneously the parameter of inserting is saved in the historical record;
Step 4, PC end call the adb program, the Archive sit that the parameter read-in portable terminal after will changing by the USB line creates in step 1, and portable terminal is carried out the store function of DRIVER_ATTR attribute, with the parameter read-in camera;
Whether step 5, observation test effect are satisfied with, dissatisfied then continue to select new parameter read-in at PC end, if this revises relative last change weak effect, then in the historical record that step 3 is preserved, select parameter once, contrast is revised repeatedly, until promising result;
By selection parameter is preserved behind step 6, the affirmation good results, preserve into file at PC, and the taking-up of the parameter in this document is merged to portable terminal.
Further, described camera tuning parameter comprises many group camera parameters, and selects the parameter of access camera by option is set.
Further, described step 5 specifically comprises:
Step S501. calls and revises the camera parametric function;
Step S502. makes amendment to the camera parameter;
Step S503. tests amended camera parameter, obtains debug results;
The customer satisfaction system test result that obtains step S504. then finishes debugging, otherwise continues to revise the camera parameter or return last parameter.
Further, described promising result is user's visual effect, then is promising result when reaching user's Expected Results.
Further, described modification camera parameter is that part is revised.
Further, described portable terminal comprises mobile phone, computer, camera.
Compared with prior art, the invention has the beneficial effects as follows: camera is carried out online real-time, hommization, efficiently debugging, but and Effective Raise camera debugging efficiency, help to pick out best efficacy parameter.
Description of drawings
Fig. 1 is method flow diagram of the present invention.
Embodiment
Be elaborated with reference to accompanying drawing below in conjunction with embodiment, in order to technical characterictic of the present invention and advantage are carried out more deep annotation.
The user interface that the sysfs attribute function of Linux provides the attribute to equipment to operate, and can create a virtual file for user's operation, carry out the write or read operation such as the virtual file to device drives DRIVER_ATTR, just can revise or read the corresponding information of driving.Can call respective function, store or show when in fact the DRIVER_ATTR property file that drives being operated: the property file that the user writes driving will call the store function of driving, and user's reading attributes file will call the show function of driving.Therefore we can revise the camera parameter at the function of store function the inside invocation facility and camera communication, thereby reach the purpose of debugging.And at debugging end (mainly being PC) by USB line connection device, the adb instrument that provides by Google enters shell and operates property file recited above.Be equipped with simultaneously the parameter format compatible program of graphical interfaces He each camera of hommization, at utmost improve debugging efficiency.
Method flow diagram of the present invention as shown in Figure 1, a kind of camera on-line debugging method, described camera is arranged at portable terminal, may further comprise the steps:
Step 1, in the camera bottom layer driving code of android portable terminal, add the DRIVER_ATTR attribute, the parameter read-in camera that the store function of this attribute will import into, in mobile terminal-opening carry webcam driver, in the probe function that drives, call the driver_create_file function and in the linux of Android system file system, creates Archive sit (after having called this function (take DRIVER_ATTR as function parameter), will have corresponding Archive sit in the system) to the DRIVER_ATTR attribute of realization; Wherein DRIVER_ATTR is that of linux kernel is grand, is used for the attribute structure body of a driving of definition; Store is used for to driving write parameters for driving a member of attribute structure body; Probe is the structure member that Linux drives, and can call the function that this member points to when General System finds relevant device when starting in system;
The driver_create_file function is used for kernel and creates one with driving relevant Archive sit in the Virtual File System of Linux, can call the specified function of parameter of this function when accessing this file; The full name of adb is Android Debug Bridge, a debugging acid on the Android, and at Windows, Linux, all available on the Mac OS X, use this instrument can access the Android system equipment;
Step 2, PC is connected by the USB line with portable terminal, and switches portable terminal to the adb pattern, open mobile terminal camera, observation test camera image effect;
Step 3, select manufacturer and the model of camera at PC end, insert the parameter of modification, the PC end converts the parameter of input to according to different manufacturers and model and meets the form that writes standard, simultaneously the parameter of inserting is saved in the historical record;
Step 4, PC end call the adb program, the Archive sit that the parameter read-in portable terminal after will changing by the USB line creates in step 1, and portable terminal is carried out the store function of DRIVER_ATTR attribute, with the parameter read-in camera;
Whether step 5, observation test effect are satisfied with, dissatisfied then continue to select new parameter read-in at PC end, if this revises relative last change weak effect, then in the historical record that step 3 is preserved, select parameter once, contrast is revised repeatedly, until promising result;
By selection parameter is preserved behind step 6, the affirmation good results, preserve into file at PC, and the taking-up of the parameter in this document is merged to portable terminal.
Further, described camera tuning parameter comprises many group camera parameters, and selects the parameter of access camera by option is set.
Further, described step 5 specifically comprises:
Step S501. calls and revises the camera parametric function;
Step S502. makes amendment to the camera parameter;
Step S503. tests amended camera parameter, obtains debug results;
The customer satisfaction system test result that obtains step S504. then finishes debugging, otherwise continues to revise the camera parameter or return last parameter.
Further, described promising result is user's visual effect, then is promising result when reaching user's Expected Results.Effect herein is user's naked-eye observation without unified standard.
Further, described modification camera parameter is that part is revised, and part is revised as fine setting.
Further, described portable terminal comprises mobile phone, computer, camera.
Revise the DRIVER_ATTR attribute that drives one of webcam driver code file the inside definition, as: static DRIVER_ATTR (camera_debug, 0664, para_show, para_store); Then the driver_create_file function by Linux imports the camera_debug attribute into to create property file in the probe of driver function.The para_show function can be used for checking the purposes such as correctness of parameter, wouldn't relate to.The supplemental characteristic of the set form that will import in the para_store function converts digital array to, and then the communication program of invocation facility and camera is with the parameter read-in camera;
Parameter read-in can come into force, thereby changes the effect of camera, can observe new effect by revising relevant parameter at once when dissatisfied to current effect, and can return last parameter, and contrast draws best effect repeatedly.Final argument is derived disposable being incorporated in the firmware at the PC end.
This method is not to need specially the PC end that the linux system is housed, windows, and linux, Mac OS etc. can be used by the PC end that android adb supports; PC end does not need to read the parameter of current camera, oneself reads the parameter read-in camera that originally had because mobile phone is understood when entering camera, and the parameter that just will need to regulate that this method needs writes by the PC end; This method is not saved in the final argument that obtains in the portable terminal, but is kept at the PC end;
Camera manufacturer can give an effect debug much the same parameter to us, the parameter that we give camera manufacturer is according to being incorporated into the code the inside by the form that portable terminal cpu writes camera, then we understand firmware of compiled code generation, be burnt to the portable terminal the inside, open camera by calling camera application program behind the mobile terminal-opening, mobile phone cpu will be with parameter read-in to camera in this process.If see that effect is dissatisfied, just need debugging: traditional amending method just have to remodify the relevant parameter of code the inside for us, and then recompilates firmware of generation, be burnt in the portable terminal, start is checking again, again and again.Compiling, burning, starts etc. all are processes consuming time.
And amending method of the present invention only need to be connected to computer with portable terminal by the USB line, directly revising on computers corresponding parameter just can make the parameter on the portable terminal change, thereby can immediately see the effect behind the parameter change, immediately revise parameter after dissatisfied, until find out suitable parameter.
The present invention has done following improvement:
A.PC is with the connection of computer.This method uses the adb of android to connect, and PC can access the file system of portable terminal by adb, just can pass to portable terminal to parameter by the file in the file system of writing portable terminal.
The parameter that the b.PC end is revised need to be written at last camera and just can come into force.This method realizes the DRIVER_ATTR attribute among the linux in portable terminal bottom program, in the portable terminal Virtual File System, will create corresponding property file like this, and the RIVER_ATTR attribute of this method has comprised the operation that the parameter that will import file system into is write into camera in realizing, that is to say that PC writes property file the inside in the mobile terminal document system to parameter by adb, mobile terminal system will be write parameter in the camera and go.
C. need to defer to certain standard from PC to the parameter of portable terminal and just can be written to camera, and the form of the camera write parameters of different vendor is also different.This method, becomes to meet the form that writes the camera standard in the format conversion of PC end with input by selecting manufacturer's model at the PC end, writes in the portable terminal by adb again.
D. debugging is to afterwards parameter preservation of promising result problem.Because the effect of this method is that the camera effect is finely tuned, so the last parameter that only needs to revise a part gets final product, if need to relate to the problem of replacing original parameter in the portable terminal so result parameter is saved in, difficulty is larger in the realization, so do not plan to be saved in portable terminal, this method adopts can be by being saved in last parameter in the PC file at the PC end, the parameter craft of preserving is incorporated in the code to get final product like this, this large increase efficient.
E. different vendor's parameter read-in method form may be different.Need to before revising a certain parameter, to write certain sign to camera first such as some camera, also to write certain sign so that parameter comes into force after writing parameter, this method is selected manufacturer's model at the PC end by option is set, automatically to convert the form that meets to.
Above content is in conjunction with concrete optimal way further description made for the present invention, should not assert that implementation of the present invention is confined to above explanation.For those skilled in the art, without departing from the inventive concept of the premise, can also make some simple deduction or replace, within the protection domain that the claim that all should be considered as being submitted to by the present invention is determined.

Claims (6)

1. camera on-line debugging method, described camera is arranged at portable terminal, may further comprise the steps:
Step 1, in the camera bottom layer driving code of android portable terminal, add the DRIVER_ATTR attribute, the parameter read-in camera that the store function of this attribute will import into, in mobile terminal-opening carry webcam driver, in the probe function that drives, call the driver_create_file function and in the linux of Android system file system, creates Archive sit to the DRIVER_ATTR attribute of realization;
Step 2, PC is connected by the USB line with portable terminal, and switches portable terminal to the adb pattern, open mobile terminal camera, observation test camera image effect;
Step 3, select manufacturer and the model of camera at PC end, insert the parameter of modification, the PC end converts the parameter of input to according to different manufacturers and model and meets the form that writes standard, simultaneously the parameter of inserting is saved in the historical record;
Step 4, PC end call the adb program, the Archive sit that the parameter read-in portable terminal after will changing by the USB line creates in step 1, and portable terminal is carried out the store function of DRIVER_ATTR attribute, with the parameter read-in camera;
Whether step 5, observation test effect are satisfied with, dissatisfied then continue to select new parameter read-in at PC end, if this revises relative last change weak effect, then in the historical record that step 3 is preserved, select parameter once, contrast is revised repeatedly, until promising result;
By selection parameter is preserved behind step 6, the affirmation good results, preserve into file at PC, and the taking-up of the parameter in this document is merged to portable terminal.
2. camera on-line debugging method according to claim 1 is characterized in that: organize the camera parameters more described camera tuning parameter comprises, and select the parameter of access camera by option is set.
3. camera on-line debugging method according to claim 2 is characterized in that, described step 5 specifically comprises:
Step S501. calls and revises the camera parametric function;
Step S502. makes amendment to the camera parameter;
Step S503. tests amended camera parameter, obtains debug results;
The customer satisfaction system test result that obtains step S504. then finishes debugging, otherwise continues to revise the camera parameter or return last parameter.
4. camera on-line debugging method according to claim 3, it is characterized in that: described promising result is user's visual effect, then is promising result when reaching user's Expected Results.
5. camera on-line debugging method according to claim 4 is characterized in that: described modification camera parameter is revised for part.
6. described camera on-line debugging method according to claim 1-5, it is characterized in that: described portable terminal comprises mobile phone, computer, camera.
CN201210522254.0A 2012-12-07 2012-12-07 A kind of camera on-line debugging method Active CN103049375B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210522254.0A CN103049375B (en) 2012-12-07 2012-12-07 A kind of camera on-line debugging method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210522254.0A CN103049375B (en) 2012-12-07 2012-12-07 A kind of camera on-line debugging method

Publications (2)

Publication Number Publication Date
CN103049375A true CN103049375A (en) 2013-04-17
CN103049375B CN103049375B (en) 2015-09-30

Family

ID=48062022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210522254.0A Active CN103049375B (en) 2012-12-07 2012-12-07 A kind of camera on-line debugging method

Country Status (1)

Country Link
CN (1) CN103049375B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103269293A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing microwave communication equipment on android platform
CN103269291A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing point-to-point radio frequency equipment on android platform
CN106027781A (en) * 2016-05-17 2016-10-12 乐视控股(北京)有限公司 Dynamic parameter regulation system and method
CN106131276A (en) * 2016-06-17 2016-11-16 刘华英 Parameter edit methods based on mobile terminal and system
CN106598847A (en) * 2016-11-30 2017-04-26 惠州华阳通用电子有限公司 Software off-line dynamic debugging method and device
CN106897045A (en) * 2017-02-28 2017-06-27 广东欧珀移动通信有限公司 Audio frequency playing method, device and computer equipment
CN107295250A (en) * 2017-06-09 2017-10-24 福州汇思博信息技术有限公司 Camera adjustment method and its system
CN107707905A (en) * 2017-09-26 2018-02-16 惠州市德赛西威汽车电子股份有限公司 A kind of multi-cam tests display system
CN111049912A (en) * 2019-12-17 2020-04-21 用友网络科技股份有限公司 Debugging method, test development device, and computer-readable storage medium
CN111240965A (en) * 2020-01-03 2020-06-05 珠海亿智电子科技有限公司 ISP real-time debugging method and system
CN111736870A (en) * 2020-06-19 2020-10-02 东莞市李群自动化技术有限公司 Industrial camera adaptation method and device, electronic equipment and storage medium
CN112073711A (en) * 2020-08-25 2020-12-11 上海龙旗科技股份有限公司 Method, system and equipment for simulating and debugging camera performance parameters of intelligent equipment
WO2021017593A1 (en) * 2019-07-29 2021-02-04 中兴通讯股份有限公司 Camera maintenance device, method and apparatus, and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101577756A (en) * 2009-03-05 2009-11-11 上海闻泰电子科技有限公司 Method for debugging image display unit in mobile phone platform through PC
CN102075632A (en) * 2011-01-26 2011-05-25 青岛海信移动通信技术股份有限公司 Mobile terminal camera debugging method and device
CN102355592A (en) * 2011-09-22 2012-02-15 中兴通讯股份有限公司 Method for detecting camera of mobile terminal and system
US20120075911A1 (en) * 2010-09-24 2012-03-29 Mitsuru Nakura Semiconductor memory device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101577756A (en) * 2009-03-05 2009-11-11 上海闻泰电子科技有限公司 Method for debugging image display unit in mobile phone platform through PC
US20120075911A1 (en) * 2010-09-24 2012-03-29 Mitsuru Nakura Semiconductor memory device
CN102075632A (en) * 2011-01-26 2011-05-25 青岛海信移动通信技术股份有限公司 Mobile terminal camera debugging method and device
CN102355592A (en) * 2011-09-22 2012-02-15 中兴通讯股份有限公司 Method for detecting camera of mobile terminal and system

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103269291A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing point-to-point radio frequency equipment on android platform
CN103269293B (en) * 2013-04-19 2015-10-14 福州瑞芯微电子有限公司 Android platform utilize microwave telecommunication devices carry out the method for debugging acid ADB debugging
CN103269291B (en) * 2013-04-19 2016-02-24 福州瑞芯微电子股份有限公司 Android platform utilize point-to-point radio-frequency apparatus carry out the method for ADB debugging
CN103269293A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing microwave communication equipment on android platform
CN106027781A (en) * 2016-05-17 2016-10-12 乐视控股(北京)有限公司 Dynamic parameter regulation system and method
CN106131276A (en) * 2016-06-17 2016-11-16 刘华英 Parameter edit methods based on mobile terminal and system
CN106598847A (en) * 2016-11-30 2017-04-26 惠州华阳通用电子有限公司 Software off-line dynamic debugging method and device
CN106897045B (en) * 2017-02-28 2019-08-16 Oppo广东移动通信有限公司 Audio frequency playing method, device and computer equipment
CN106897045A (en) * 2017-02-28 2017-06-27 广东欧珀移动通信有限公司 Audio frequency playing method, device and computer equipment
CN107295250A (en) * 2017-06-09 2017-10-24 福州汇思博信息技术有限公司 Camera adjustment method and its system
CN107295250B (en) * 2017-06-09 2019-10-01 福州汇思博信息技术有限公司 Camera adjustment method and its system
CN107707905A (en) * 2017-09-26 2018-02-16 惠州市德赛西威汽车电子股份有限公司 A kind of multi-cam tests display system
WO2021017593A1 (en) * 2019-07-29 2021-02-04 中兴通讯股份有限公司 Camera maintenance device, method and apparatus, and storage medium
CN111049912A (en) * 2019-12-17 2020-04-21 用友网络科技股份有限公司 Debugging method, test development device, and computer-readable storage medium
CN111240965A (en) * 2020-01-03 2020-06-05 珠海亿智电子科技有限公司 ISP real-time debugging method and system
CN111736870A (en) * 2020-06-19 2020-10-02 东莞市李群自动化技术有限公司 Industrial camera adaptation method and device, electronic equipment and storage medium
CN112073711A (en) * 2020-08-25 2020-12-11 上海龙旗科技股份有限公司 Method, system and equipment for simulating and debugging camera performance parameters of intelligent equipment

Also Published As

Publication number Publication date
CN103049375B (en) 2015-09-30

Similar Documents

Publication Publication Date Title
CN103049375B (en) A kind of camera on-line debugging method
CN113312879A (en) Chip circuit function verification system, method, device and storage medium
US8666723B2 (en) System and methods for generating and managing a virtual device
US9202005B2 (en) Development and debug environment in a constrained random verification
Gottschalk et al. Removing energy code smells with reengineering services
EP3185027B1 (en) Information processing method and device and computer storage medium
CN104915297B (en) A kind of automated testing method of the APP power consumption of android equipment
CN112732576A (en) Automatic testing method, device and equipment based on user interface
CN105138463A (en) Testing method and system for mobile terminal software
CN103176894A (en) Test data automatic derivative method and automatic derivative device facing database
CN117435483A (en) Form tool-based simulation verification excitation generation method, device, medium and terminal
CN108536586B (en) Information acquisition method, equipment and system of Android mobile terminal
CN108334313A (en) Continuous integrating method, apparatus and code management system for large-scale SOC research and development
CN114253781B (en) Test method, device, equipment and storage medium
CN106294143B (en) Debugging method and device for chip register
CN109388505A (en) A kind of asynchronous multitask sequence loading method based on Android
CN112885403B (en) Function test method, device and equipment of Flash controller
CN112765018B (en) Instrument and meter debugging system and method
CN112506871B (en) Automated task management and log management method, system, electronic device and medium
US8914274B1 (en) Method and system for instruction set simulation with concurrent attachment of multiple debuggers
US9710582B1 (en) Delivering circuit designs for programmable integrated circuits
CN113904945B (en) Internet of things equipment simulation debugging method and device, electronic device and storage medium
CN111061460B (en) Universal software development platform based on embedded system
CN115982018B (en) UI test method, system, computer device and storage medium based on OCR
CN114064115A (en) Service processing method, system, equipment and computer readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP., Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP., Ltd.