waynus wrote:Admin, do you plan on adding the 'text input' feature ?
If not, the barcode scanner would just remain an unusable gimmick on a phone that started out as a great idea.
Hello waynus
I do not own a BV5100pro but would like to help. First I would like to look at the 5100 pro's scanning app. Are you familar with adb? To download the apk from the device, we need first identify the package name and location (if it is not part of the OS system image):
After starting an adb shell...
#try to identify the scanning app package name XYZ, the get the app path:
#replace the XYZ with the package name. Look for the apk name. Then download the apk after exit of adb shell
C:\> adb pull /data/app/XYZ.apk path/to/desired/destination
Then I would like to get a copy of the apk for further analysis.
Thanks
Josef