Results 1 to 9 of 9
Thread: trying to bypass activation
- 08-21-2010, 07:08 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
trying to bypass activation
Hi,
I am by no means a developer but i do have a question regarding by-passing the activation because i just bought a AT&T pixi and am planning on using it unlocked, and for it to be used unlocked it needs to be in developer mode. So i am following all of the instructions just listed on the palm website Developing on an Unactivated Device - Palm Developer Center
(installed java, sdk and pdk, virtual box). So whenever i try to run "java -jre devicetool.jar in the command prompt in windows, it says unable to open jarfile.
I have made sure the path in system variables is set to java as well. I am running a windows 7 64 bit, but i installed 32 bit java and 32 bit sdk.
Thanks
- 08-21-2010, 01:23 PM #2
Can you copy and post the full text of the error message here?
If your on windows open a command prompt and issue the java command
To copy the contents of the command prompt window:
Click on Icon in upper left corner
Select Edit
Select 'Select All' - The selection will show
Click in upper left again
Select Edit and click 'Copy'
Paste here.
Try opening the jar file as a zip file and see what is in it.
- 08-21-2010, 01:37 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,394
- Blog Entries
- 7
- Rep Power
- 17
- 08-21-2010, 04:21 PM #4
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
"Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Saketh>java -jar devicetool.jar
Unable to access jarfile devicetool.jar
C:\Users\Saketh>:"
When i open the file as a zip file, it has 3 different folders in it and 2 of them have more sub folders along with some class files and 1 of the has a manifest.mf file.
- 08-21-2010, 04:22 PM #5
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
- 08-21-2010, 04:40 PM #6
Is the devicetool.jar file in the folder where you issued the java command?
Here is what I see when I issue a java -jar command without a jar file present:
Make sure the devicetool.jar file is in the current folder when you issue the java command.Java Code:D:\Testing>dir *.jar Volume in drive D is Work Volume Serial Number is 1463-F5AE Directory of D:\Testing 05/26/2010 08:45 PM 65,044 bmi.jar 10/17/2001 03:54 AM 1,891,692 java40.jar 2 File(s) 1,956,736 bytes 0 Dir(s) 8,747,765,760 bytes free D:\Testing>java -jar asdf.jar Unable to access jarfile asdf.jar D:\Testing>
- 08-21-2010, 04:53 PM #7
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
- 08-21-2010, 05:31 PM #8
In my post, the current folder is: D:\Testing
Redo your test. Before entering the java -jar command, enter this command:
dir
It will show the files that are in the "current folder".
If the file devicetool.jar is not there, then you need to change folders until it is.
Use the cd command to change folders.
use the dir command to see what is in the current folder.
You need to copy/move the jar file to the same folder that is the 'current folder' when you open the command prompt.downloaded the file provided in the link to the desktop
Or move the command prompt's current folder to the desktop.
- 08-21-2010, 09:57 PM #9
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
java.lang.NoClassDefFoundError: javax/activation/DataSource
By bbq in forum Advanced JavaReplies: 2Last Post: 07-21-2012, 01:15 AM -
Trying to bypass proxy
By dipanshu.agrawal in forum NetworkingReplies: 2Last Post: 04-16-2010, 02:46 PM -
Menu item activation in struts2+tiles project
By aruna.hcu in forum Web FrameworksReplies: 0Last Post: 01-26-2010, 10:43 PM -
[SOLVED] Activation Frame
By Mir in forum New To JavaReplies: 34Last Post: 07-22-2008, 09:45 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks