Results 1 to 6 of 6

Thread: Hyper Note Package manager

  1. #1
    Join Date
    Apr 2011
    Posts
    63

    Hyper Note Package manager

    I am not the kind of professional programmer. However I have made the script which is associated with dvt_check of pbarrette. The script named HyperNote is providing a manager from the third party package and it starts a menu manager. The Archive is present into the HyperNoteSDK which is containing the example to create the package and library. Let me know if you are having any speculation on this particular matter.

  2. #2
    Join Date
    Jun 2009
    Posts
    1,518

    re: Hyper Note Package manager

    Can you post the correct version of the ./MenuManagerBackup.xm? if you are having the correct file then you will be able to copy the HyperNoteMenuManager.sh to /MenuManagerBackup.xml and /eTablet/etc/launcher/Config.xml. Let me know whether the thing which I have mentioned over here is useful to get the requirement of yours.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,514

    re: Hyper Note Package manager

    Well looking at the matter I am suggesting that you need to add the default function over there. It would make the user to easy to use the game. You can try with changing the name of the dvt_check. It would be the most efficient solution to make the thing working for you. You should also try to add menu default button in to the application and see whether it is working or not. So try the same and let me know whether it is working or not.

  4. #4
    Join Date
    Mar 2009
    Posts
    1,360

    re: Hyper Note Package manager

    Modifying the package is quite simple and it consist of the following steps.
    You have to put the updated program file into the subdirectory Data.
    Now you should modify the main.sh. now you should edit the following method.
    Code:
    PackageTemplate_Install
    PackageTemplate_Update
    PackageTemplate_UnIntstall
    Let me know whether it is working or not.

  5. #5
    Join Date
    Nov 2008
    Posts
    1,259

    re: Hyper Note Package manager

    Looking the situation I recommend that you have to add the utilty session of the relative button. Now you have to copy all the files to the /usr/local/eTablet/bin/dictionary/dict/ directpory. Now you should move the directory and template from the utilities to the package. After that you should try to update the HyperNote on the system of yours. you can get the HyperNote from the official website.

  6. #6
    Join Date
    Nov 2008
    Posts
    1,192

    Re: Hyper Note Package manager

    I think you might need to update the dimension so that you can find out whether the installation is need to update. Well I am suggesting following code which you should try and see whether it is working or not.
    Code:
    PackageTemplate_GetState()
    {
    	CURRENT_STATE=$UNKNOWN
    	if ! [ -e /usr/local/eTablet/bin/kinglo/kinglo ]; then
    		CURRENT_STATE=$NOTINSTALLED
    	else
    		size=`ls -l /usr/local/eTablet/bin/kinglo/kinglo | awk '{print $5}'`
    		if [ $size -ne 258851 ]; then
    			CURRENT_STATE=$NOTUPDATED
    		else
    			CURRENT_STATE=$INSTALLED
    		fi
    	fi
    }

Similar Threads

  1. Package format in Eee Note Package Manager
    By Sanju!Ekta in forum Portable Devices
    Replies: 6
    Last Post: 11-08-2011, 11:30 PM
  2. Software manager vs Package manager in Linux Mint
    By (IVORY) in forum Operating Systems
    Replies: 5
    Last Post: 18-01-2011, 11:08 AM
  3. Hyper-V Manager RPC Error
    By hatred in forum Operating Systems
    Replies: 5
    Last Post: 02-04-2010, 12:53 AM
  4. Problem with apt package manager
    By Beverly Archer in forum Operating Systems
    Replies: 4
    Last Post: 19-03-2010, 12:17 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,887,581.58001 seconds with 16 queries