Blackberry JDE 6 & 7 installation issue - blackberry

I downloaded Blackberry JDE 6 and 7 from the site https://developer.blackberry.com/java/download/previousjdeversions/
After downloading when I try to install, both 6 and 7 have same problem. I have restarted my pc, but still no solution.
This is what happens:
In the prerequisite section it shows 3 text boxes
Name - Version - Action
JDK - Required 1.5 or higher found 1.6 1.6.0_26 - Skip
Direct X - Required 4.08 found 4.09.00.0904 - Skip
Microsoft Visual C++ 2008 Redistributable Package (x86) - Required any Found nothing - install
Now by default Microsoft Visual C++ 2008 Redistributable Package (x86) is checked when I click Next, it extracts the package and status shows as installed but at the bottom of screen it shows error with message "After launching all packages some required prerequisites are still missing, Press back button to return to prerequisites"
when I click back button it goes back to the prerequisites page with checkboxes showing JDK Direct X and Microsoft Visual C++ and clicking Next has the same problem- shows installed but with error message
When I check the other two, for JDK and Direct X it opens browser with two tabs, one with oracle for jdk download, and the other with Microsoft Direct X
After I click Next it does the same as before, by extracting package for Microsoft Visual C++ and status shows as installed but at the bottom of screen it shows error with message "After launching all packages some required prerequisites are still missing, Press back button to return to prerequisites"
In my friend's computer, it installed fine and launched the BlackBerry emulator, both my friends and my computer runs windows 7.

Related

Cant locate element(id) using pycharm/appium server(1.15.1) for mobile app. But same element can be located by Appium Studio

self.driver.find_element_by_xpath("xpath=//*[#id='text1']").click()
Above code works perfect in appium studio where it clicks the element but when i initiate the app thru pycharm, it land on to the app and displays the element still error is there that no element exists.
Appium-python client version 0.50
Appium server version 1.15.1
selenium version 3.141.0
change this line
self.driver.find_element_by_xpath("xpath=//*[#id='text1']").click()
for
self.driver.find_element_by_xpath("//*[#id='text1']").click()

Opening or creating a project on timeXtender

I am very new to timextender and still in early learning stages (self study) i have installed both the client and server both of which are 2012.
I am unable to create a project in timextender 2012, i have a trial license which is still valid.
Pretty much everything in the app is disabled, except the open project button yet when i press the button all it does is send an error messagebox with the text "no license for feature project"
The error indicates that the license you are using is for a later version of TX DWA. You can download the latest version from the TimeXtender support-site: http://support.timextender.com and you can request a new trial from the application or use your partner license!
Rgds,
Thomas Duun
CTO, TimeXtender

Samsung Galaxy S3 not showing up in eclipse but in device manager?

I know a lot of people have reported almost the same problem but i haven't found the solution yet.
I have eclipse installed.
Installed Kies on my computer to get the ADB driver for the phone.
I can see the ADBdriver on windows vista.
I put the galaxy in developer mode and USB troubleshooting mode.
The phone is detected in windows vista. I can see it in windows explorer.
If I run adb devices from the "cmd" it does list my phone.
But in eclipse it does not show up?
I have tried reinstalling the drivers a couple of times with no success.
Please help.
First off, I'm brand new to App development. I installed Eclipse, the add-on, plug-in, sdk, etc. and am following the book "Android for Developers, an App-Driven Approach" in the Deitel Developer Series.
I had the same issue... I could run the sample app in an AVD, but my phone wasn't showing up in the Android Device Chooser. Eclipse wouldn't see my connected phone, so I tried running "adb devices" from the command line in:
C:\Program Files (x86)\Android\android-sdk\platform-tools\
No devices showed up. I ensured the Galaxy was in Developer Mode with USB driver checked.
I could see the Samsung Galaxy S3 in Windows Explorer, and the Device Manager showed an warning with the driver under "Other Devices". I tried "Update Automatically" but that failed.
I went to this address:
http://www.samsung.com/ca/support/model/SGH-I747MBABMC
I downloaded KIES. Installation took a while (roughly 10 minutes)... it said it was installing a HotFix. Finally, I was prompted to choose items to install along KIES. I selected all three to be safe (Unified Driver Installer, Video Conversion Codec, and Kies Air Message). This took another minute or two.
When Kies came up, it said "please connect a device". I did so. Kies moved to a 'connecting' screen. After a bit, the Device Manager properly stated "SAMSUNG Android Phone" with "SAMSUNG Android ADB Interface device under it" (I'm assuming the driver was installed by Kies which caused the Device Manager to update). Kies still said "Connecting" but it wasn't proceeding so I closed Kies (the device manager seemed to indicate all was working now, and running "adb devices" worked)
It now showed up in Eclipse.
Looks like I did need Kies, and it fixed the issue.
Hope this helps others.
Worked for my S3 using Android 4.3
1. Download Kies 3 from http://www.samsung.com/us/kies/
2. Run it
3. Go to Tools > Reinstall Device drivers
4. My phone prompted my to allow USB debugging
=> The device showed up in Eclipse "Android Device Chooser"
I followed these steps to make it work :
Installed Kies -> Click on tools and 'install driver'
Went to device manager right click on the USB for the mobile device and ins
Followed this thread and got it to work. Initially it did not. Some points not mentioned.
1. When working it shows in the device manager as "Samsung Android Phone"
2. Initially it showed as unauthorised. Need to go to phone and on the popup message authorise.
Other things I tried.
1. In Regedit I deleted all usb mounted devices hklm/system/mounted devices
2. In Kies I reinstalled the drivers. tools/
3. After I installed Kies did a Windows Update. Nothing new
4. On the device in settings/general/development options I ticked "Show all ANR"
5. In settings/General/Security I unticked "unknown sources"
I am not sure if any of these had an effect but took 5 minutes and it was working. Go figure....
=========
Warning about deleting mounted devices. It switched my d: and e: drives around which confused the hell out of me.
Using the regedit delete hklm\system\mounteddevices (not the hard drives) worked for me.
After installing KIES I plugged my device in. I went to the device manager and my phone was in Others with an warning tag. When I looked at properties it said the device drivers was not install. In device manager I clicked on update drivers, using internet.
No changed.
In KIES I clicked on tools update drivers. It told me to remove my phone. I did and proceeded. After the update I inserted the phone again.
No change, the device manager said there were errors with the drivers installed.
I removed the device. dos prompt, regedit, navigate to hklm/system/mounteddevices and deleted all accept the harddrives. accepted warning.
I reinserted my phone and clicked on device manager. My phone was there with no errors, "SAMSUNG Android phone/SAMSUNG Android ADB Interface".
I started eclipse and clicked on devices and my phone was there with a question mark and label "unauthorised". I went to the phone and unlocked and accepted message about trusting this computer and ticked the "always" checkbox.
All was good, did a deploy, up and running.
I had this problem too with my windows 8.1 just like yours.
mine wont work with kies.
but I solved it.
some times my problem is gone worse when windows won't detect my Galaxy s3 at all even in Explorer! first I fixed this problem with install "Media Feature Pack for N and KN versions of Windows 8.1" from this link: here
but for your main problem i find Wondershare MobileGo application. with this you can see your phone on eclips device choser window and can run your apps on it.
you can find it from here!
if any buddy find a better way so let me know.

Blackberry development on Windows XP

I have installed Blackberry JDE on Windows XP. And I am trying to run the 'samples.jdw' on simulator on Blackberry JDE. So I do 'Debug->Go' But when I do that
I get this popup windows saying 'Cannot find file' net_rim_bis_client__ru.debug'.
And there is 'Search...', 'Brwose...', 'Cancel', 'Don't ask this again' button.
So how can I get the sample project run on simulator in Blackberry JDE?
Thank you.
If you don't need the debugger, then you can (1) build the project in JDE, (2) start the simulator (Windows "Start" > "Programs" > "Research In Motions" > "BlackBerry JDE x.x.x" > "Device Simulator") and (3) when it is ready just load the built .cod file via simulator menu item "File" > "Load Java Programm.." (at least this is the name of the menu item on my Storm 9530 simulator). This adds the app to the simulator (the app icon appears on the simulator).
It appears that - depending on exactly which file(s) it says are missing - you can safely ignore these messages (click on the 'do not show this message again') button.
I got messages about a whole bunch of missing files, and have ignored them without any apparent problems:
net_rim_bis_client__ru
net_rim_bis_client__ru-1
net_rim_bis_client__cs
net_rim_bis_client__cs-1
net_rim_bis_client__el
net_rim_bis_client__el-1
net_rim_bis_client__pl
net_rim_bis_client__pl-1
net_rim_bis_client__it
net_rim_bis_client__it-1
... and so on. They appear to be related to localisation, so perhaps if I wanted to set the simulator language to Russian I might run into problems.
Anyway, it appears we are not alone in having this problem (see also the response immediately following that post). Maybe one day RIM will actually release some dev tools that work properly, but I'm not holding my breath...

Blackberry jre configuration

I am new to that Blackberry development platform.
I installed eclipse plugin for blackberry successfully.
Now when creating the project its showing no jre click configure jre when clicked and configure and select whenever option its shows the same error then I go to that update site and install the sdk but after downloading its shows error like
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile..
Please help me create my first BB app here.
Can't send more logs because I have 9 reputation and require 10 reputation for adding hyperlinks
Well, try this out
Remove BlackBerry plugin from Eclipse, shut eclipse down.
Next go to BlackBerry developer website (register, its free I think), get the correct SDK your handset has, install it.
Add the home directory of this SDK to your path.
Now launch Eclipse, go get the BlackBerry plugin and install it. Now try creating a BlackBerry project, it should work.
If it doesnt, try running one of the sample apps that get shipped with the SDK in Eclipse, say the "Hello World" app. If it works, modify it for your project.

Resources