Showing posts with label Mobile. Show all posts
Showing posts with label Mobile. Show all posts

January 29, 2022

Yono SBI - Scan QR and contactless ATM cash withdrawal

 Hi folks,


I had seen something, I want to do and I have done PoC sometime back. Which is contactless ATM cash withdrawal from SBI Yono Mobile app.


Procedure

  1. Visit the SBI ATM which supports QR Scan option on KIOSK ATM screen
  2. Select the QR based Contactless Withdrawal option on the touch screen
  3. Open the Yono Mobile app which is already registered with your SBI account and have enough funds to withdraw
  4. On mobile app, select "QR Cash Withdrawal" option
  5. Scan the ATM displayed QR from the Yono mobile app
  6. Select the amount to withdraw on ATM machine
  7. Enter the PIN or OTP when prompted
  8. Money from ATM will be dispensed
  9. This is almost contactless except, you need to touch the ATM screen twice to select the QR option and to select amount.


This way, we can have less touch points to stay safe and secure way to withdraw your money.

Hope you will use this option to withdraw money from an SBI ATM.


Send your valuable feedback and comments to psrdotcom@gmail.com


June 04, 2014

PhoneGap/Cordova iOS App Full Screen/Hide Status Bar completly

Hi Friends,

When we are working with cross platform application development like PhoneGap/Cordova, we might be facing issue with status bar.

Problem:
Status bar comes on the application though we want to have app in a full screen.

iOS Solution:
  • Add the following 2 keys in .plist file
    • view controller-based status bar appearance: NO
    • status bar is initially hidden : YES

I hope this will help you solving your issue.

Please send your feedback and comments to psrdotcom@gmail.com

January 14, 2014

Sony Xperia L Jellybean 4.2.2 Update Speaker Volume and Mobile Internet Data Connectivity Problem and Solutions

Hi all,

I have updated my sister’s phone from Jellybean 4.1.2 to Jellybean 4.2.2.

She found two problems,

Problems

1) Internet Mobile Data is not working

2) Speaker Volume is very low

Solutions

1) Install “Internet Settings” from Settings->Xperia option. It will installs and activates your mobile data

2) After update manually Switch off and Switch On the device

 

Simple but vital solutions for any Sony customer

 

Please feel free to send your comments and feedbacks to psrdotcom@gmail.com

Blogger Labels: Sony,Xperia,Jellybean,Update,Speaker,Volume,Mobile,Internet,Data,Problem,problems,Install,option,Switch off,Switch On,Simple,customer,comments,Solutions

March 06, 2013

Mobile blogging

Hi friends,

Blogging from mobile is an awesome job. Because you can tyoe whenever you want and post when you've data connectivity.

My first blog post from my samsung galaxys advance.

I've downloaded the android app from Google play.
When started the app, it asked me to choose the one of the linked accounts.
I've selected and that's it.
All posts have been downloaded.
Amazing feeling.

Thanks.

January 27, 2012

SQLite Database Instalation and Usage tutorials in Mobile Application Developement

Hi friends,

I would like share something related to Mobile Application Development.

SQLite Command Line Tool

  • Download the sqlite command line tool
  • Opening database with sqlite
  • sqlite_dir_path> sqlite databasefile.db 
    • Note: Save sqlite database file with an extension .db

To find the commands help, please go through the following links
http://www.sqlite.org/sqlite.html
http://zetcode.com/databases/sqlitetutorial/tool/
http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html

SQLite Database Browser

  • Download the lastest sqlite browser files from SourgeForge
  • Extract the files and execute the SQLite Database Browser.exe
  • SQLite Database Browser will be opened

To find more information on usage, please go through the following links
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/
http://www.vogella.de/articles/AndroidSQLite/article.html

For queries, please contact psrdotcom@gmail.com

January 17, 2012

Take Nokia Phone Contacts (Phonebook) backup in Excel Spreadsheet or .csv file by using OVI PC Connectivity

Hi friends,

Today I have come up with phonebook backup in Nokia. I previously used very old nokia model which doesn't contain the Nokia PC/Ovi Suite connectivity. So, I used to take backup of my contacts in excel sheet by doing data entry. But now most of phones does have the facility to connect to Nokia Ovi/PC Suite to take the backup and maintain their data in Computer(PC).

Here, I have taken backup of my contacts in PC and converted that to Excel sheet to quick access of my contacts.

Pre-Requisites:
  1. Make sure that, your phone does support Mobile to PC connectivity via Nokia Ovi/PC Suite
  2. Download and install Nokia Ovi/PC Suite
  3. Make sure that, you have the PC connectivity cable to the corresponding mobile
  4. Make sure that, all your contacts are on device(mobile) memory instead of SIM
    • Note: Copy all the SIM contacts to device(mobile)
Procedure:
  • Connect your mobile to PC
  • Select "Nokia Ovi PC Suite" connection from your mobile
  • After successful connection, you will get the similar screen like below
  • Select "Contacts" from the image icons on top of the window
  • Now, all your contacts will be displayed on the 2nd pane(column) in the Window as shown below
  • Select all the contacts (Note: First select any one of contact and do the any one of the below)
    • Option 1: Use Keyboard shortcut Control + A
    • Option 2: Right click on the contact and choose "Select All" option
    • Option 3: Select "Edit" menu and choose "Select All" option
  • Now, you can "Drag and Drop" the selected contacts to PC contacts  
    • Hint: Drag and drop the content to "Contacts" (Red Circle)
By now, you have successfully taken the backup of your contacts to PC

View/Save the contacts in Spreadsheet/.csv file
  • Download the file GrabMyContacts from this link 
  • Install it in any folder
  • Run the "grabmycontacts.exe", you will get the following screen

  • Default "Step 1 - Search for your contacts file" tab will be selected
  • Click the "Search for it" button, it will automatically searches your Nokia Ovi contacts database file as shown below
    • Click on "Yes"
  • Now, choose the "Step 2 - Choose and display your data" tab
    • Click on "Push this button to display your contacts"
    • Now, it will display all your contacts in the sheet
  • Finally, Choose "Step 3 - Export to Excel" tab
    • Click on "Finished ! Now Export to Excel !" button
    • It will show, your file named "myovicontacts.xml" has been saved on desktop
    • Click on "Yes"
    • Then, it will ask you to open the file Excel, as shown in the below screen
    • Click on "Yes"
  • If the default program for the xml is not Excel then it will open with the default program. 
  • Open the XML file in Excel:
  • To see your contacts in excel, open the new Excel workbook and "Drag and Drop" the "myovicontacts.xml" in it
  • Remove the unnecessary columns and save your contacts as "Excel Workbook"/".csv" file format

Featured Post

Java Introdcution

Please send your review and feedback to psrdotcom@gmail.com