Ferrari
Posts: 0
Joined: Wed Apr 04, 2012 12:04 am

Wrong app name reported under app icon?

I'm testing the app on a htc desire z and after installing it I got my app icon but with a generic label "barcode scanner" instead of my app name. I tried to look in App profile, but I cannot find "barcode scanner".

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Wrong app name reported under app icon?

Did you set a custom icon in Project Project Profile Android binary APK properties?

Ferrari
Posts: 0
Joined: Wed Apr 04, 2012 12:04 am

Wrong app name reported under app icon?

Yes. I set the label, but I left the Package name to:com.tiggzi.project31089. Should I change that too? but I cannot find anything like barcode, that why I was surprised to see it.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Wrong app name reported under app icon?

No the label but the icon. There is an option to upload a custom icon.
Image

The package name is fine.

Ferrari
Posts: 0
Joined: Wed Apr 04, 2012 12:04 am

Wrong app name reported under app icon?

The icon is correct, it's the label associated with it that is wrong and reports "barcode scanner".

This is my configuration: Image

Ferrari
Posts: 0
Joined: Wed Apr 04, 2012 12:04 am

Wrong app name reported under app icon?

If I open .apk file these are all the Barcode instances inside it (please note that my project has nothing to do with Barcode, no classes, no label. It must be something that PhoneGap or Tiggzi add to projects by defaults):

grep -R Barcode *
assets/html/about2d.html: Barcode Scanner also understands how to read two dimensional barcodes, like emQR
assets/html/index.html:Barcode Scanner Help
assets/html/index.html: Barcode Scanner uses the camera on your phone to read barcodes and look up product
assets/html/scanning.html: Barcode Scanner continuously scans a square region shown on your screen — just line up the
assets/html/sharing.html: In addition to a href="about2d.html" rel="nofollow"scanning 2D barcodes/a, Barcode Scanner can also
assets/html/whatsnew.html:What's new in Barcode Scanner
assets/www/res/lib/barcodescanner.js:var BarcodeScanner = function() {
assets/www/res/lib/barcodescanner.js:BarcodeScanner.Encode = {
assets/www/res/lib/barcodescanner.js:BarcodeScanner.prototype.scan = function(successCallback, errorCallback) {
assets/www/res/lib/barcodescanner.js: console.log("BarcodeScanner.scan failure: failure parameter not a function");
assets/www/res/lib/barcodescanner.js: console.log("BarcodeScanner.scan failure: success callback parameter must be a function");
assets/www/res/lib/barcodescanner.js: PhoneGap.exec(successCallback, errorCallback, 'BarcodeScanner', 'scan', []);
assets/www/res/lib/barcodescanner.js:BarcodeScanner.prototype.encode = function(type, data, successCallback, errorCallback, options) {
assets/www/res/lib/barcodescanner.js: console.log("BarcodeScanner.scan failure: failure parameter not a function");
assets/www/res/lib/barcodescanner.js: console.log("BarcodeScanner.scan failure: success callback parameter must be a function");
assets/www/res/lib/barcodescanner.js: PhoneGap.exec(successCallback, errorCallback, 'BarcodeScanner', 'encode', [{"type": type, "data": data, "options": options}]);
assets/www/res/lib/barcodescanner.js: PhoneGap.addPlugin('barcodeScanner', new BarcodeScanner());
Binary file classes.dex matches

/em

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Wrong app name reported under app icon?

What do you have in General panel?

Ferrari
Posts: 0
Joined: Wed Apr 04, 2012 12:04 am

Wrong app name reported under app icon?

As of now the problem seems vanished.... good :)

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Wrong app name reported under app icon?

Glad it's working. Did you do the export again and re-installed?

SebastianSigges
Posts: 0
Joined: Sun Apr 22, 2012 6:16 pm

Wrong app name reported under app icon?

I have the same Problem. Please Help

Return to “Issues”