Skip to main content

Posts

Showing posts from 2013

Aakash / ublisate Tablet service center

Dear, Please call Datawind Technical Team and register the complaint. They will give you a Complaint number and the details of service center near by your location. Please keep the Invoice of your tablet when you visit the service center. The Datawind Technical Team Contact Number: 01 83 2581 330 Thank you.

Loading contents dynamically in to jQuery Dialog

var $dialog = $("#html-div").html("Loading...")    // can use  image         .dialog({             autoOpen: false,             title:"Title",             modal: true,             width: 750,             height : 300         })         .load(ActionUrl",{                       param1:value1,               // setting parameter values to send to server             param2:value2         },function(){                    // write events for loaded  contents                   });                 $dialog.dialog( "open" );    // open the dialog box

How to access metadata in MySql from Java application (User does not have access to metadata ,SQLException)

When you get an error message like: java.lang.Exception: java.sql.SQLException: User does not have access to metadata required to determine stored procedure parameter types. If rights can not be granted, configure connection with "noAccessToProcedureBodies=true" to have driver generate parameters that represent INOUT strings irregardless of actual parameter types. Ans: Please use the below connection string settings:  private Connection con;  String connectionURL = "jdbc:mysql://<ip address>:3306/<database name>?user=<username>&password=<password>&noAccessToProcedureBodies=true"; con = DriverManager.getConnection(connectionURL);

Connecting to MySql Server Remotely

When you get an error message like this: javax.security.sasl.AuthenticationException:  Database Error: java.sql.SQLException: null,  message from server: "Host 'xx.xx.xx.xx' is not allowed to connect to this MySQL server" It show that you are not configured the MySql Server correctly. To configure a MySql Server for accessing remotely you need to grant permission for the client in the Server. Here is the Linux command line codes: root@server:~#  mysql -u<username> -p<password>       - log in to MySql > grant all on cheque_alert.* to '<user>'@'<IP address of remote system>'; This will grant all permission to the client machine from the IP:xxx.xxx.xx.xxx To view the permission for any client: > SHOW GRANTS FOR '<user>'@'xxx.xxx.xx.xxx';   eg.: SHOW GRANTS FOR 'root'@'11.111.105.111'; To remove the Grant/permission :  > DROP USER '<user>'@'xxx.xxx.xx

Re-programming Ubislate 7C+

Re-Programming / Flashing Ubislate 7c+ This procedure of flashing / re-programming will help you to solve many problems as below... Tablet Stuck at home screen, Freezed Any Software related bug, developed later on which can't be solved with Factory reset. Since this is the procedure from Datawind itself, so you don't need to worry before doing any step. You need 1 tool & 1 image file before starting the process. Phoenix Card SW Any Micro SD Memory Card Image file - SW for Ubislate, 281 Mb  Steps:- 1)    Kindly download the Phoenix card software from here.         https://mega.co.nz/#!coc0HTQJ!WpZmCGRdGwXnzCOaUInqpBzMfDtFjCwEqVWfPg16N20 2)    Extract PhoenixCard.rar by using Winzip or Winrar. 3)    Then download the image file which is SW for your tablet from below link (281 Mb) https://mega.co.nz/#!Iwt1SLhL!eSTrg0vtswcZBUszaeSSmyHjt6QlD2U1LJE0MDV5qOc 4)    And extract it into same folder where the PhoenixCard is ext