Tuesday, January 10, 2012

Blogging from Cyanogenmod applied OS

Hi
I tried installing the cyanogenmod in my Samsung galaxy S2.
I searched lot of sites and found some useful sites.
Xda-developer site provides more :)
You can try wiki of cyanogenmod,  if you wish to install from Linux. Generally installation is easy from Windows :(
First installation camera was not working then system crashed :(
I thought of quitting the cyanogenmod and going back to Android OS again.
I tried once again :) by wiping all the data and updated the Kernel :)
Then I installed the latest Nightly build. :)
It solved most problems and OS is working fine :)
Thanks GuruDheva :) for giving me the confidence and showed the path to do this.
Camera picture attached for reference :)


How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...