Discussion Forums  >  Crashes, Memory Warnings

Replies: 23    Views: 356

Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
11/24/13 02:23 PM (10 years ago)

Menu Buttons crashes my app

I have as home screen a Non-Tabbed Layout with the plugin "menu buttons". I have configured two buttons and uploaded the button images to buzztouch. The buttons are linked to a Custom HTML screen with only dummy text at this moment (lorem ipsum...). I can run the app in AVD and real device and see the home screen with the "menu buttons" but when i click one of the buttons the app stop working and crash. Here is a screenshot: http://img440.imageshack.us/img440/8305/rkan.jpg Can you help me? Thanks in advance. Regards
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
11/24/13 03:25 PM (10 years ago)
Way don't you try to include your button images in you protject res->drawable file
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/24/13 03:33 PM (10 years ago)
Hi 66geo, I have my button images in res->drawable Regards
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/24/13 03:55 PM (10 years ago)
What do the logs say just before the crash? That will be your best indicator. Make sure that the menu choice you're selecting actually exists. Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/24/13 04:48 PM (10 years ago)
That is the problem, there aren't errors in the logs. Here are some screenshots. Screenshot before click on the button: http://img812.imageshack.us/img812/396/i9qf.jpg Screenshot crashing: http://img31.imageshack.us/img31/7201/cd6e.jpg Screenshot after closing the app: http://img31.imageshack.us/img31/1829/0ryr.jpg Any idea?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/24/13 05:47 PM (10 years ago)
Could you possibly see what you can do about setting up your 'logcat'…? It's similar to the error log, but you can isolate issues down to your project problems only. If it's not apparent, you can usually find it under your menu called "Window" and then "Show View" In the LogCat, you can also isolate any 'reporting' to the task at hand. You can see where I've isolated only the current BT Project logs, and kept out all the other simultaneous tasks that are going on in eclipse. https://dl.dropboxusercontent.com/u/115208762/EclipseScreenLogCat.png Hope this can help a bit… Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/24/13 06:14 PM (10 years ago)
Here is the logcat: 11-25 01:12:28.588: E/AndroidRuntime(378): FATAL EXCEPTION: main 11-25 01:12:28.588: E/AndroidRuntime(378): java.lang.StackOverflowError 11-25 01:12:28.588: E/AndroidRuntime(378): at android.util.SparseArray.get(SparseArray.java:55) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.content.res.StringBlock.get(StringBlock.java:70) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.content.res.AssetManager.getResourceValue(AssetManager.java:202) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.content.res.Resources.getValue(Resources.java:1010) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.content.res.Resources.loadXmlResourceParser(Resources.java:2039) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.content.res.Resources.getAnimation(Resources.java:877) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorInflater.loadAnimator(AnimatorInflater.java:71) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.loadAnimator(FragmentManager.java:622) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:825) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:847) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app.FragmentManagerImpl$5.onAnimationEnd(FragmentManager.java:841) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.animation.AnimatorSet.start(AnimatorSet.java:507) 11-25 01:12:28.588: E/AndroidRuntime(378): at android.app
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/24/13 06:40 PM (10 years ago)
I'd be more interested in the logcat entries just before this line: 11-25 01:12:28.588: E/AndroidRuntime(378): FATAL EXCEPTION: main What was the last thing it was trying before it croaked? Cheers! -- Smug
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
11/24/13 08:21 PM (10 years ago)
A complete log from the logcat might be very helpful here to sort out the problem.
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 12:00 AM (10 years ago)
Hi Smug, before that lines there was nothing in red. The other part of the log is this: 11-25 01:11:13.647: W/ZZ(378): restaurantes_appDelegate: onCreate 11-25 01:11:13.662: W/ZZ(378): restaurantes_appDelegate:loadAudioPlayer 11-25 01:11:13.677: W/ZZ(378): BT_application: Creating root-app object. 11-25 01:11:13.677: W/ZZ(378): BT_device: Creating root-device object. 11-25 01:11:13.687: W/ZZ(378): BT_device: This device uses an Android display density of: 213dpi (dots per inch) 11-25 01:11:13.698: W/ZZ(378): BT_device: This device can take pictures. 11-25 01:11:13.708: W/ZZ(378): BT_device: This device can take videos. 11-25 01:11:13.708: W/ZZ(378): BT_device: This device can send emails. 11-25 01:11:13.708: W/ZZ(378): BT_device: This device is GPS capable. 11-25 01:11:13.758: W/ZZ(378): BT_device: This device does support vibrating. 11-25 01:11:13.807: W/ZZ(378): BT_device: This device has an accelerometer (it can detect shaking). 11-25 01:11:13.818: W/ZZ(378): BT_device: This device cannot record audio. 11-25 01:11:13.818: W/ZZ(378): BT_user: Creating root-user object. 11-25 01:11:13.861: W/ZZ(378): BT_activity_start:onCreate 11-25 01:11:13.861: W/ZZ(378): BT_activity_start:onCreate This device is running Android Build Vers:12 11-25 01:11:13.908: W/ZZ(378): BT_activity_start:loadAppConfigData 11-25 01:11:13.917: W/ZZ(378): BT_fragment_load_config_data:onCreate 11-25 01:11:13.927: W/ZZ(378): BT_fragment_load_config_data:onCreateView 11-25 01:11:13.927: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigDataAfterDelay: Delaying 2000 milliseconds 11-25 01:11:14.090: D/dalvikvm(378): GC_FOR_ALLOC freed 178K, 7% free 7972K/8519K, paused 62ms 11-25 01:11:14.111: I/dalvikvm-heap(378): Grow heap (frag case) to 9.149MB for 1155904-byte allocation 11-25 01:11:14.207: D/dalvikvm(378): GC_FOR_ALLOC freed 1K, 6% free 9099K/9671K, paused 63ms 11-25 01:11:14.340: D/dalvikvm(378): GC_CONCURRENT freed <1K, 6% free 9099K/9671K, paused 4ms+2ms 11-25 01:11:14.347: W/ZZ(378): restaurantes_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 11-25 01:11:14.373: W/ZZ(378): restaurantes_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 11-25 01:11:14.577: D/dalvikvm(378): GC_FOR_ALLOC freed 1K, 6% free 9100K/9671K, paused 66ms 11-25 01:11:14.597: I/dalvikvm-heap(378): Grow heap (frag case) to 10.017MB for 910436-byte allocation 11-25 01:11:14.701: D/dalvikvm(378): GC_FOR_ALLOC freed 0K, 6% free 9989K/10567K, paused 89ms 11-25 01:11:14.847: D/dalvikvm(378): GC_CONCURRENT freed 1129K, 17% free 8870K/10567K, paused 9ms+3ms 11-25 01:11:14.917: V/TLINE(378): new: android.text.TextLine@407e3558 11-25 01:11:16.910: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData 11-25 01:11:16.947: W/ZZ(378): BT_device:updateDeviceConnectionType: ConnectionType: CELL 11-25 01:11:16.947: W/ZZ(378): BT_device:updateDeviceSize This device has a screen size of: 800 (width) x 1280 (height). 11-25 01:11:16.983: W/ZZ(378): BT_device:updateDeviceSize This application considers this to be a "large device" 11-25 01:11:16.983: W/ZZ(378): BT_device:updateDeviceSize This device is in "portrait" orientation. 11-25 01:11:16.983: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData loading "BT_config.txt" from /assests folder in project... 11-25 01:11:18.997: W/ZZ(378): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 11-25 01:11:19.039: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData loaded "BT_config.txt" from /assets folder successfully... 11-25 01:11:19.039: W/ZZ(378): BT_application: getDataURLFromAppData 11-25 01:11:19.127: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData "BT_config.txt" file does use a dataURL for remote updates... 11-25 01:11:19.127: W/ZZ(378): BT_fileManager: readTextFileFromCache: "cachedAppConfig.txt" 11-25 01:11:19.169: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData reading cachedAppConfig.txt from the applications download cache... 11-25 01:11:19.169: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData ignoring BT_config.txt file included in the project (using cached version instead)... 11-25 01:11:19.169: W/ZZ(378): BT_application: validateApplicationData 11-25 01:11:19.287: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData application data appears to be valid JSON... 11-25 01:11:19.287: W/ZZ(378): BT_application: parseJSONData 11-25 01:11:19.435: W/ZZ(378): BT_application: parsing core settings... 11-25 01:11:19.468: W/ZZ(378): BT_application: parsing themes... 11-25 01:11:19.468: W/ZZ(378): BT_application: parsing tabs... 11-25 01:11:19.487: W/ZZ(378): BT_application: parsing menus... 11-25 01:11:19.487: W/ZZ(378): BT_application: parsing screens... 11-25 01:11:19.487: W/ZZ(378): BT_application:parseJSONData done parsing application data 11-25 01:11:19.487: W/ZZ(378): BT_fragment_load_config_data:loadAppConfigData:sendMessageToMainThread 0 11-25 01:11:19.487: W/ZZ(378): BT_activity_start:configureEnvironment 11-25 01:11:19.487: W/ZZ(378): BT_activity_start:configureEnvironment This app does not use a splash screen 11-25 01:11:19.487: W/ZZ(378): BT_activity_start:configureEnvironment Starting BT_activity_host 11-25 01:11:20.061: I/dalvikvm(378): Could not find method android.app.ActionBar.setHomeButtonEnabled, referenced from method com.restaurantes.BT_activity_host.setupTabs 11-25 01:11:20.067: W/dalvikvm(378): VFY: unable to resolve virtual method 21: Landroid/app/ActionBar;.setHomeButtonEnabled (Z)V 11-25 01:11:20.067: D/dalvikvm(378): VFY: replacing opcode 0x6e at 0x004c 11-25 01:11:20.108: W/ZZ(378): BT_activity_host:onCreate 11-25 01:11:20.399: D/dalvikvm(378): GC_CONCURRENT freed 259K, 14% free 9113K/10567K, paused 23ms+8ms 11-25 01:11:20.428: W/ZZ(378): BT_activity_host:configureEnvironment 11-25 01:11:20.428: W/ZZ(378): BT_activity_host:configureEnvironment Prompt For Push Notifications is OFF (set to 0) in app's configuration data 11-25 01:11:20.447: W/ZZ(378): BT_activity_host:configureEnvironment start GPS is set to NO (set to 0) in the applications configuration data, not starting GPS 11-25 01:11:20.447: W/ZZ(378): BT_activity_host:setupTabs (0 tabs) 11-25 01:11:20.447: W/ZZ(378): BT_activity_host:setupTabs Cannot set homeButtonEnabled on this version of Android 11-25 01:11:20.447: W/ZZ(378): BT_application: getHomeScreenData 11-25 01:11:20.447: W/ZZ(378): BT_activity_host:setupTabs (no tabs, finding home screen) 11-25 01:11:20.447: W/ZZ(378): BT_activity_host:showAppHomeScreen 11-25 01:11:20.447: W/ZZ(378): BT_application: getHomeScreenData 11-25 01:11:20.447: W/ZZ(378): BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 11-25 01:11:20.468: W/ZZ(378): BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.468: W/ZZ(378): BT_screen_menuButtons:setScreenData JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.468: W/ZZ(378): BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.468: W/ZZ(378): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 01:11:20.567: W/ZZ(378): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.567: W/ZZ(378): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.581: W/ZZ(378): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 01:11:20.588: W/ZZ(378): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.588: W/ZZ(378): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.602: W/ZZ(378): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 01:11:20.640: W/ZZ(378): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.640: W/ZZ(378): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.669: W/ZZ(378): BT_screen_menuButtons:onAttach JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.669: W/ZZ(378): BT_screen_menuButtons:onCreateOptionsMenu JSON itemId: "11A9CA229A6DDAAD50BC175" 11-25 01:11:20.669: W/ZZ(378): BT_screen_menuButtons:onCreateOptionsMenu JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.758: W/ZZ(378): BT_screen_menuButtons:onCreate JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.758: W/ZZ(378): BT_activity_host:onStart 11-25 01:11:20.768: W/ZZ(378): BT_activity_host: start GPS is set to NO in the applications configuration data, not starting GPS 11-25 01:11:20.777: W/ZZ(378): BT_screen_menuButtons:onCreateView JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.798: W/ZZ(378): BT_fileManager:deleteFile 11A9CA229A6DDAAD50BC175_screenData.txt 11-25 01:11:20.808: W/ZZ(378): BT_screen_menuButtons:onActivityCreated JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.819: W/ZZ(378): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 01:11:20.827: W/ZZ(378): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.827: W/ZZ(378): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.848: W/ZZ(378): BT_screen_menuButtons:onStart JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.848: W/ZZ(378): BT_activity_host:onResume 11-25 01:11:20.848: W/ZZ(378): BT_activity_host:reportToCloud 11-25 01:11:20.867: W/ZZ(378): BT_screen_menuButtons:onResume JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:11:20.867: W/ZZ(378): BT_screen_menuButtons:onStart using data from app's configuration file 11-25 01:11:20.867: W/ZZ(378): BT_screen_menuButtons:parseScreenData 11-25 01:11:20.887: W/ZZ(378): BT_screen_menuButtons:layoutButtons 11-25 01:11:20.897: W/ZZ(378): BT_activity_host:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA4E8229071B0AFEE4D66379E&apiKey=81837DA6B8705D702F416C4&apiSecret=9F02273E6BA24E5612906DD&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-sdk&userId=&currentMode=Design 11-25 01:11:20.918: W/ZZ(378): BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA4E8229071B0AFEE4D66379E&apiKey=81837DA6B8705D702F416C4&apiSecret=9F02273E6BA24E5612906DD&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-sdk&userId=&currentMode=Design 11-25 01:11:20.937: W/ZZ(378): BT_screen_menuButtons: using button image from project bundle: "carta.png" 11-25 01:11:21.037: D/dalvikvm(378): GC_FOR_ALLOC freed 186K, 14% free 9145K/10567K, paused 87ms 11-25 01:11:21.307: D/dalvikvm(378): GC_CONCURRENT freed 4K, 9% free 9628K/10567K, paused 14ms+3ms 11-25 01:11:21.397: D/dalvikvm(378): GC_FOR_ALLOC freed <1K, 9% free 9628K/10567K, paused 64ms 11-25 01:11:21.417: I/dalvikvm-heap(378): Grow heap (frag case) to 10.493MB for 868640-byte allocation 11-25 01:11:21.591: D/dalvikvm(378): GC_FOR_ALLOC freed 0K, 9% free 10476K/11463K, paused 82ms 11-25 01:11:21.827: W/ZZ(378): BT_viewUtilities:getRoundedImage rounding image with radius: "15" 11-25 01:11:21.838: D/dalvikvm(378): GC_CONCURRENT freed <1K, 9% free 10478K/11463K, paused 30ms+3ms 11-25 01:11:21.919: D/dalvikvm(378): GC_FOR_ALLOC freed 479K, 13% free 9998K/11463K, paused 75ms 11-25 01:11:21.937: I/dalvikvm-heap(378): Grow heap (frag case) to 10.854MB for 868640-byte allocation 11-25 01:11:22.037: D/dalvikvm(378): GC_FOR_ALLOC freed 0K, 13% free 10847K/12359K, paused 75ms 11-25 01:11:22.188: W/ZZ(378): BT_screen_menuButtons: using button image from project bundle: "nosotros.png" 11-25 01:11:22.197: D/dalvikvm(378): GC_CONCURRENT freed <1K, 13% free 10857K/12359K, paused 5ms+3ms 11-25 01:11:22.428: D/dalvikvm(378): GC_FOR_ALLOC freed 853K, 16% free 10483K/12359K, paused 70ms 11-25 01:11:22.637: W/ZZ(378): BT_viewUtilities:getRoundedImage rounding image with radius: "15" 11-25 01:11:22.670: D/dalvikvm(378): GC_CONCURRENT freed 479K, 13% free 10854K/12359K, paused 10ms+3ms 11-25 01:11:22.748: D/dalvikvm(378): GC_FOR_ALLOC freed <1K, 13% free 10853K/12359K, paused 72ms 11-25 01:11:22.758: I/dalvikvm-heap(378): Grow heap (frag case) to 11.689MB for 868640-byte allocation 11-25 01:11:22.947: D/dalvikvm(378): GC_FOR_ALLOC freed 0K, 12% free 11702K/13255K, paused 97ms 11-25 01:11:23.008: W/ZZ(378): BT_screen_menuButtons: using button image from project bundle: "mapa.png" 11-25 01:11:23.210: D/dalvikvm(378): GC_FOR_ALLOC freed 853K, 15% free 11340K/13255K, paused 63ms 11-25 01:11:23.258: W/ZZ(378): BT_viewUtilities:getRoundedImage rounding image with radius: "15" 11-25 01:11:23.332: D/dalvikvm(378): GC_FOR_ALLOC freed 480K, 12% free 11709K/13255K, paused 76ms 11-25 01:11:23.338: I/dalvikvm-heap(378): Grow heap (frag case) to 12.525MB for 868640-byte allocation 11-25 01:11:23.487: D/dalvikvm(378): GC_FOR_ALLOC freed <1K, 12% free 12557K/14151K, paused 72ms 11-25 01:11:23.545: W/ZZ(378): BT_screen_menuButtons: using button image from project bundle: "reservas.jpg" 11-25 01:11:23.687: D/dalvikvm(378): GC_FOR_ALLOC freed 853K, 14% free 12194K/14151K, paused 66ms 11-25 01:11:23.748: W/ZZ(378): BT_viewUtilities:getRoundedImage rounding image with radius: "15" 11-25 01:11:23.820: D/dalvikvm(378): GC_FOR_ALLOC freed 480K, 12% free 12563K/14151K, paused 73ms 11-25 01:11:23.828: I/dalvikvm-heap(378): Grow heap (frag case) to 13.359MB for 868640-byte allocation 11-25 01:11:23.987: D/dalvikvm(378): GC_FOR_ALLOC freed <1K, 11% free 13411K/15047K, paused 74ms 11-25 01:11:24.437: V/TLINE(378): new: android.text.TextLine@40938318 11-25 01:11:33.168: W/ZZ(378): BT_activity_host:handleReportToCloudResults appLastModifiedOnServer (value on server): Sun, 24 Nov 2013 22:16:03 -0800 11-25 01:11:33.168: W/ZZ(378): BT_fileManager: readTextFileFromCache: "appModified.txt" 11-25 01:11:33.181: W/ZZ(378): BT_activity_host:handleReportToCloudResults previousModified (value on device): Sun, 24 Nov 2013 22:16:03 -0800 11-25 01:11:33.187: W/ZZ(378): BT_fileManager: saveTextFileToCache: appModified.txt 11-25 01:11:33.202: W/ZZ(378): BT_activity_host:handleReportToCloudResults server data not changed, no refresh needed 11-25 01:12:27.537: W/ZZ(378): BT_screen_menuButtons:button clicked 11-25 01:12:27.537: W/ZZ(378): BT_screen_menuButtons:handleItemTap loads screen with itemId: "2AD101591DD35CED46C14CB" 11-25 01:12:27.537: W/ZZ(378): BT_application:getScreenDataByItemId itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.537: W/ZZ(378): BT_screen_menuButtons:loadScreenObject. Loading screen with JSON itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.537: W/ZZ(378): BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 11-25 01:12:27.537: W/ZZ(378): BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.552: W/ZZ(378): BT_screen_customHTML:setScreenData JSON itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.552: W/ZZ(378): BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.552: W/ZZ(378): BT_viewUtilities:getEnterTransitionFromType Transition Type: "flip" 11-25 01:12:27.557: W/ZZ(378): BT_viewUtilities:getExitTransitionFromType Transition Type: "flip" 11-25 01:12:27.557: W/ZZ(378): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 01:12:27.577: W/ZZ(378): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.577: W/ZZ(378): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "2AD101591DD35CED46C14CB" itemType: "BT_screen_customHTML" itemNickname: "Nosotros" 11-25 01:12:27.867: D/dalvikvm(378): GC_FOR_ALLOC freed 1180K, 14% free 13076K/15047K, paused 73ms 11-25 01:12:28.008: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.008: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.017: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.067: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.067: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.067: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.067: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.067: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.088: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.088: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.088: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.088: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.088: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.107: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.117: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.117: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.117: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.117: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.117: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.117: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.158: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.158: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.158: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.158: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.158: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.158: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.201: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.201: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.201: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.208: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.208: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.208: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.208: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.222: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.222: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.222: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.222: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.222: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.227: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.227: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.227: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.227: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.227: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.227: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.241: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.241: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.241: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.241: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.247: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.247: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.247: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.247: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.247: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.261: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.261: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.261: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.261: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.267: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.267: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.267: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.267: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.267: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.281: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.281: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.281: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.281: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.281: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.289: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.289: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.289: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.302: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.302: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.302: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.307: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.307: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.307: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.321: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.321: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.321: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.327: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.327: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.327: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.342: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.342: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.342: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.342: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.347: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.347: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.347: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.347: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.347: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.347: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.362: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.362: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.362: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.362: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.367: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.367: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.367: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.367: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.367: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.367: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.382: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.382: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.388: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.388: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.388: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.388: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.388: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.397: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.397: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.407: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.407: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.407: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.407: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.407: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.418: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.418: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.418: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.428: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.428: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.428: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.428: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.437: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.437: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.447: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.447: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.447: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.447: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.447: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.458: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.468: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.468: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.468: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.468: W/ZZ(378): BT_screen_menuButtons:onPause JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.468: W/ZZ(378): BT_screen_menuButtons:onStop JSON itemId: "11A9CA229A6DDAAD50BC175" itemType: "BT_screen_menuButtons" itemNickname: "Restaurante de Pancho" 11-25 01:12:28.468: I/dalvikvm(378): threadid=1: stack overflow on call to Landroid/util/SparseArray;.get:LIL 11-25 01:12:28.468: I/dalvikvm(378): method requires 28+20+16=64 bytes, fp is 0x42bf5314 (20 left) 11-25 01:12:28.477: I/dalvikvm(378): expanding stack end (0x42bf5300 to 0x42bf5000) 11-25 01:12:28.477: I/dalvikvm(378): Shrank stack (to 0x42bf5300, curFrame is 0x42bf5348) 11-25 01:12:28.487: D/AndroidRuntime(378): Shutting down VM 11-25 01:12:28.487: W/dalvikvm(378): threadid=1: thread exiting with uncaught exception (group=0x40014760)
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/25/13 12:49 AM (10 years ago)
Okey dokey. It seems there may be an issue with 'Restaurante de Pancho'. You can see it trying to load a million times, like it's caught in a loop somehow. Could you paste your BT_config.txt file, but only the part AFTER your app Name and version; you don't want everyone to know your API key and things like that… Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 01:19 AM (10 years ago)
'Restaurante de Pancho' is the Screen Nickname of my Home Screen (menu buttons) Here is the bt config: "name":"Restaurantes", "version":"1.0", "currentMode":"Design", "startLocationUpdates":"0", "promptForPushNotifications":"0", "allowRotation":"largeDevicesOnly", "BT_themes":[{"itemId":"CCB2708D40B9FEF666253C0", "itemType":"BT_theme", "itemNickname":"Restaurantes", "navBarStyle":"solid", "statusBarStyle":"default"} ], "BT_tabs":[ ], "BT_menus":[ ], "BT_screens":[{"itemId":"C70C3F2636DFFDAB4400751", "itemType":"BT_screen_menuListSimple", "itemNickname":"Categorias", "navBarTitleText":"Resturantito", "navBarBackgroundColor":"#CC3300", "navBarStyle":"solid", "childItems":[{"itemId":"19E4927C73FFA427D00037B", "itemType":"BT_menuItem", "loadScreenWithItemId":"F5D2518A2EC3B63EDAE0B54","titleText":"Nuestra Carta" , "transitionType":"flip" , "rowAccessoryType":"details" }]}, {"itemId":"F5D2518A2EC3B63EDAE0B54", "itemType":"BT_screen_customURL", "itemNickname":"Carta", "navBarTitleText":"Carta", "navBarStyle":"solid", "navBarRightButtonTapTransitionType":"flip", "dataURL":"http://www.eltapeodeagus.com/carta/", "showBrowserBarBack":"1", "showBrowserBarRefresh":"1", "showBrowserBarLaunchInNativeApp":"1", "showBrowserBarEmailDocument":"1", "forceRefresh":"1", "dataDetectorType":"1", "preventAllScrolling":"0", "hideVerticalScrollBar":"0", "hideHorizontalScrollBar":"0", "preventScrollBounce":"0", "preventUserInteraction":"0", "loginRequired":"0", "includeAds":"0"}, {"itemId":"11A9CA229A6DDAAD50BC175", "itemType":"BT_screen_menuButtons", "itemNickname":"Restaurante de Pancho", "navBarTitleText":"Restaurante de Pancho", "navBarBackgroundColor":"#000000", "navBarStyle":"solid", "navBarRightButtonType":"refresh", "buttonLayoutStyle":"grid", "buttonLabelLayoutStyle":"below", "preventAllScrolling":"1", "loginRequired":"0", "hideFromSearch":"0", "childItems":[{"itemId":"C17E392E6BEC1E175F11235", "itemType":"BT_buttonItem", "loadScreenWithItemId":"2AD101591DD35CED46C14CB", "titleText":"Nuestra Carta", "imageNameSmallDevice":"boton-carta.jpg" , "imageNameLargeDevice":"boton-carta.jpg" }]}, {"itemId":"2AD101591DD35CED46C14CB", "itemType":"BT_screen_customHTML", "itemNickname":"nadanada", "navBarTitleText":"Carta", "navBarBackgroundColor":"#000000", "navBarStyle":"solid", "dataURL":"https://www.buzztouch.com/applications110313/JA4E8229071B0AFEE4D66379E/documents/customHTML_2AD101591DD35CED46C14CB.html", "showBrowserBarBack":"1"} ] } ] }}
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/25/13 01:30 AM (10 years ago)
Ok… The JSON seems to check out ok, but there must be some kind of issue with your unused menu screen (Restaurante de Pancho). I see two menus… one is your home screen, the other not used. I see a menu item on each of your menus… both for a "Nuestra Carta", but two different screens named the same thing. If possible, I'd delete the unused menus and screens, and for the moment, leave just the ones you're using, and get that to work. Then you can add a couple of more screens, tie those in, and test that. But that can come later. Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 01:53 AM (10 years ago)
Him Restaurante de Pancho is not unused, i have deleted the unused menu buttons screen. About "nuestra carta", i dont have 2 screens with the same name. I have two buttons linked to the same screen. Deleted one unused screen (there was only one) but still the same problem. Deleted one of the duplicate buttons but still the same problem. Deleted ALL the buttons except one who is linked to a custom html page with dummy text and still the same problem. Tried to link that last button to a new screen with another plugin (deleting previously the unused screen) and still the same problem. At this time i only have a simple (but not working) button and 3 days working. I can do that in 2 mins with eclipse Is really worth this tool? At this time i am frustrated and i think i am losing time (and time is money). For me was more easy start to learn android code than to learn the use of this tool! LoL Any idea? And thanks for your support Smug
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/25/13 02:36 AM (10 years ago)
I can understand your frustration. All I can say is stay with it, it will make sense eventually. You may want to take a few minutes and look at a couple of the videos in the "Buzztouch University" pages. They're a good start on seeing how all of this works, and in the Android Specific videos, it will pull all of it together and show you how to compile Android Projects. Also, a fellow BT Member, 'GoNorthWest' has created a lot of Videos on his youtube channel (www.youtube.com/gonorthwest) and about as many tutorials on the Android environment, located in the 'How To' section of this website. https://www.buzztouch.com/resources In your configuration file, It seems as if you only have two active screens: 1 "menu simple" named "Restaurants" 1 "customURL" named "Carta" You have a child item in the menu to select "Carta" as a menu choice. But there are other screens not being used. This 'could' be because you've changed your control panel since you downloaded your project. If this is the case, you may want to get a new copy of your config file from your BT control panel, and paste it over your existing configuration. This will make things in your project current. Hope this helps. Keep your chin up, and keep trying :) Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 12:27 PM (10 years ago)
I have downloaded a new BT config file: "name":"Restaurantes", "version":"1.0", "currentMode":"Design", "startLocationUpdates":"0", "promptForPushNotifications":"0", "allowRotation":"largeDevicesOnly", "BT_themes":[{"itemId":"CCB2708D40B9FEF666253C0", "itemType":"BT_theme", "itemNickname":"Restaurantes", "navBarStyle":"solid", "statusBarStyle":"default"} ], "BT_tabs":[ ], "BT_menus":[ ], "BT_screens":[{"itemId":"11A9CA229A6DDAAD50BC175", "itemType":"BT_screen_menuButtons", "itemNickname":"Restaurante de Pancho", "navBarTitleText":"Restaurante de Pancho", "navBarStyle":"solid", "navBarRightButtonTapTransitionType":"flip", "buttonLayoutStyle":"grid", "buttonLabelLayoutStyle":"bottom", "preventAllScrolling":"0", "buttonLabelFontColor":"#000000", "buttonSizeLargeDevice":"350", "buttonPaddingLargeDevice":"48", "buttonCornerRadiusLargeDevice":"15", "loginRequired":"0", "backgroundColor":"#CC6633", "hideFromSearch":"0", "childItems":[{"itemId":"32883448BDAFD4AE3687E19", "itemType":"BT_buttonItem", "loadScreenWithItemId":"2AD101591DD35CED46C14CB", "titleText":"Nosotros", "imageNameSmallDevice":"nosotros.png", "transitionType":"flip", "imageNameLargeDevice":"nosotros.png"}, {"itemId":"72D98A5945D63A51E801E68", "itemType":"BT_buttonItem", "loadScreenWithItemId":"1FFA15C2FD001F17FCF6864", "titleText":"Localización", "imageNameSmallDevice":"mapa.png" , "imageNameLargeDevice":"mapa.png" , "transitionType":"flip" }, {"itemId":"5077CE4C6A2A77B5C7B2C50", "itemType":"BT_buttonItem", "loadScreenWithItemId":"F2CCE48933D4C7EBA80BAF3", "titleText":"Reservas", "imageNameSmallDevice":"reservas.jpg" , "imageNameLargeDevice":"reservas.jpg" , "transitionType":"flip" }]}, {"itemId":"1FFA15C2FD001F17FCF6864", "itemType":"BT_screen_map", "itemNickname":"Localización", "navBarTitleText":"Localización", "navBarStyle":"solid", "navBarRightButtonTapTransitionType":"flip", "showUserLocation":"1", "showUserLocationButton":"0", "defaultMapType":"standard", "showMapTypeButtons":"1", "showRefreshButton":"0", "singleLocationDefaultZoom":"15", "loginRequired":"0", "hideFromSearch":"0", "childItems":[{"itemId":"7F4384115E86B2F6A1CE49A", "itemType":"BT_mapLocation","latitude":"38.0855528", "longitude":"-0.9480051", "title":"Restaurante de Panchito", "subTitle":"Comida mejicana de calidad en Orihuela.", "transitionType":"flip", "loadScreenWithItemId":"showDirections"}]}, {"itemId":"F2CCE48933D4C7EBA80BAF3", "itemType":"BT_screen_customHTML", "itemNickname":"Reservas", "navBarTitleText":"Reservas"}, {"itemId":"2AD101591DD35CED46C14CB", "itemType":"BT_screen_customHTML", "itemNickname":"Nosotros", "navBarTitleText":"Sobre Nosotros", "navBarBackgroundColor":"#000000", "navBarStyle":"solid", "navBarRightButtonTapTransitionType":"flip", "dataURL":"https://www.buzztouch.com/applications110313/JA4E8229071B0AFEE4D66379E/documents/customHTML_2AD101591DD35CED46C14CB.html", "showBrowserBarBack":"1", "showBrowserBarRefresh":"0", "showBrowserBarLaunchInNativeApp":"0", "showBrowserBarEmailDocument":"1", "forceRefresh":"0", "dataDetectorType":"0", "preventAllScrolling":"0", "hideVerticalScrollBar":"1", "hideHorizontalScrollBar":"1", "preventScrollBounce":"0", "preventUserInteraction":"1", "loginRequired":"0", "hideFromSearch":"0", "includeAds":"0"} ] } ] }} But the problem still remains, when i click one button the app is closed.
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 04:38 PM (10 years ago)
Update: I have created another app, a different app in a different computer. I have the same problem with menu buttons. If i clic a button the app stop working.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/25/13 05:04 PM (10 years ago)
Have you watched any of the training videos yet? I can't help but think there is one small detail that is being missed... Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 05:49 PM (10 years ago)
The girl on the videos is speaking very fast for a non-english user, is not easy for me without a text transcription. I can understand about 30% only but the images can help a little. I have never understood why big projects like buzztouch dont think in another markets (if any day i can get working this app maybe i will contribute translating a few how to's to spanish). I think there is one small detail that is being missed too, but in the instructions because i have done all the steps 100% sure :-/ Regards and thanks for all.
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 05:50 PM (10 years ago)
Oh, i see now that there is subtitle options in the videos, i will see all and tell you in one hour, regards.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/25/13 06:00 PM (10 years ago)
Understood. Good luck; I'm sorry my Spanish is pretty bad. ニ本語がはねますか? :) Cheers! -- Smug
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
11/25/13 07:02 PM (10 years ago)
Waste of time watching the videos, nothing new :-/ I called to a friend, he is a big expert in mobile programming and he have the same problem. I told him my account info and he tried with two versions: 3.0 core and old core. In 3.0 he have the same problem, the app crashed. In the old code the button is working but the HTML5 plugin only shows the title and nothing of text, only an "File not downloaded yet" error. After testing my friend i am 100% sure that BuzzTouch system is NOT working. Maybe was working in the past or maybe the error is only for new apps but at this time is not working and the problem is at buzztouch system. If you want access to my account and test yourself i dont have problem in share with you my info (i will close my account if dont works). Regards and thanks for all
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/25/13 11:08 PM (10 years ago)
I'm not sure what to say. The Buzztouch system works for thousands of people, so your problems are going to end up being a small detail. If you want to provide me with your login, I'll test it myself and play with your project to see what the problem is. Send it to smugwimp at smugwimp dot com, and put something unique in the subject line so I don't think it's spam. We'll help you figure it out. Cheers! -- Smug
 
Ivelin
I hate code!
Profile
Posts: 19
Reg: Feb 05, 2014
Alva
190
like
02/26/14 07:05 PM (10 years ago)
did you guys figured it out? I have the same problem as him.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.