Showing posts with label a. Show all posts
Showing posts with label a. Show all posts

Monday, August 29, 2016

Off for a week!!

Off for a week!!


Hi frnds,

sorry for the late intimation but i am off for a week atleast, so all posted comments will be published after ill be back.
Hope Nokia will release balle officially before dat so we would have something to discuss.

Get

Read more »

A Very Happy New Year Enjoy with Delight Belle v3 9 31 12 2011

A Very Happy New Year Enjoy with Delight Belle v3 9 31 12 2011




Delight Belle by nicesoni_ash - v3.9 released on 31.12.2011



** If you want to use my files as a base to your custom firmware, kindly ask for my permission first, its a lot of hard work so do respect that..**


** Link your post to my blog for change logs if you want to post it somewhere **



FAQ, Flashing Tutorial and other needed files are packed with the same flash files archive, So read it first before asking any questions..


**************

After Flashing complete, your phone will restart twice showing you different notifications. Let it do its work. After second restart, you are all set to go..


 **************



 SCREENS

Will soon be posted.


**Read Change Logs from Change Log section.**


About translated rofs2 
  • Maps v3.08 is still in English.
  • Pre-installed folders are still in English, you must rename them yourselves in your own language.
Installation instructions:
  • Read my Flashing Tutorial included in the archive you just downloaded and then flash.

Download Delight Bell v3.9


Delight Belle v3.9 Core/Rofs3/English Rofs2 
Direct Fileserve Link
English only but needed for all other languages too.


Delight Belle v3.9 Fixed UDA - Replaced the above UDA with this fixed UDA.

Delight Belle v3.9 Rofs3 with writing languages other then English 

Writing Languages included:


Translated Rofs2 - by freaxs_r_us

Spanish LTA - By ronyman
Spanish for Spain - By ronyman
Thai english- ????????? - fixed alphanumeric
Italian - in Italiano
Bulgarian - ?? ????????? - fixed alphanumeric
Turkish - Türkçe olarak
Portugese - Português
Polish - w j?zyku polskim
Hungarian - Magyar
Greek - ???? ???????? ?????? - fixed alphanumeric
Farsi - ?? ???? ????? - fixed alphanumeric
Dutch - in het Nederlands
Danish - på dansk
Arabic - ?????? ??????? - fixed alphanumeric
with-mit German-deutsch
French - Français
Icelandic - á íslensku
Swedish - på svenska
Croatia - na hrvatskom jeziku
Serbian - ?? ??????? - fixed alphanumeric
Russian - ?? ??????? ????? - fixed alphanumeric
Taiwan-Chinese - fixed alphanumeric
Chinese - ??? - ??? - fixed alphanumeric
HongKong chinese - fixed alphanumeric
Malay - di Malaysia
Hebrew - ? ????? - fixed alphanumeric
Finnish - vuonna Suomen
Brazilian Portugese - Thanks to framalesa
Indonesish - di Indonesia
Vietnamese - b?ng ti?ng Vi?t
Czech - na ?eský
Estonian - Eesti
Slowak - na slovenskom
Latvian - latviešu valod?
Kazakh - fixed alphanumeric
Romanian - în limba român?
Slovanian - v slovenskih
Urdu - ???? ??? - fixed alphanumeric
Ukrainian - ??????????? ????? - fixed alphanumeric
Tagalog - sa tagalog
Norwegian - i norske
Lithunian - iš Lietuvos
Spanish & LatinAmericanSpanish- espanól & latinoamericanos español - freaxs_r_us version
Brazilian portugese - em Português do Brasil - freaxs_r_us version

(More coming soon)



Credits

Taylor - For Belle leaks.
Il.Socio - Rompatcher, Nokia cooker and a lot more.
CodeRUS - A lots of mods..
Sklchan - Few cenrep mods
the_one.89 - Writing language files
Ancelad - Tactile Feedback and few other mods.
andrenlsbr + BlackDare + djmy19881225 - Theme effects.
witcher3 - Menu organized
Boroda - Widget mods.
hotboy_ist - Big Analog clock widget
freaxs_r_us - Delight Team Member (Translator)
karasss - Widgets Mod.
Peoresnada / kalininvs) - Notified Widget.
dude2009 - For resolving F-Secure Antitheft related bug.
iExtraX7 - Several pretty good mods.
and everyone who helped me in one way or another..

Hope you enjoy this version too.. :D
Post your views, suggestions or any bug report... Thanks.


Kindly read FAQ file for your troubles and if you dont get the answer of your problems in there, than only put your question here.

P.S. - I will be off for next two three days so I wasnt sure whether I will be able to post it tonight, so I am posting it just now.. Enjoy guys and have a safe and blasting new year.. 

Get

Read more »

Capturing data from a Tektronix 1230 logic analyzer by emulating a parallel port printer

Capturing data from a Tektronix 1230 logic analyzer by emulating a parallel port printer


UPDATE: Refer to my latest article for a full review of the Tektronix 1230 logic analyzer.

As a fan of vintage test equipments such as oscilloscopes and logic analyzers, I sometimes encounter the problem of extracting data from these machines onto external devices for storage or further analysis. While some of these old devices allow saving data to floppy drives or feature serial or GPIO ports and associated protocols to communicate with PCs or other devices in order to extract measurement data or capture screenshots, many other devices only support printing data in hard-copy to parallel or serial printers, which are hard to find nowadays. Recently while working with an old Tektronix 1230 logic analyzer, I spent some time tackling this problem and this article will share some of the achievements I have made and other interesting findings.

The device

I acquired this Tektronix 1230 from eBay, a vintage logic analyzer in the 1980s but still useful for troubleshooting old 8-bit designs. The following photos show the logic analyzer, with a Centronics parallel port and a DB25 RS-232 port at the back:


A word of warning here for those intending to collect this vintage equipment. Make sure that your 1230 comes with probes (also known as pods) - you will want the P6444 or P6443 16-channel probe. Probes can be hard or expensive to purchase separately. It should also preferably come with RS-232 or Centronics ports for data output.

The challenge: transferring captured data

My challenge came when I wanted to export the capture data from this logic analyzer. Although it has a RS-232 port supporting up to 9600bps, communication with the device requires the S43R101 1230/PC application software made by Tektronix. During my research, a serial protocol for custom-made application to work with the logic analyzer via the serial port seems to be available and documented in the manual. Unfortunately, I could never locate a copy of the manual or the application software for this device available for download, apart from this information sheet. There is, however, plenty of information on the Internet for the Tektronix 1240, a later model. Extracting data via the serial port therefore seems infeasible.

The only other way is to print data via the Centronics parallel port. Although I do not have any parallel port printer nowadays, a thought suddenly came across my mind that I might be able to program a PIC microcontroller to act as a parallel port printer and save the output data to an SD-card for further actions. Well, as they say, thoughts are dangerous and within minutes I found myself soldering wires to a DB25 parallel connector to interface the logic analyzer with a PIC24FJ64GA002 microcontroller.

The Centronics printer protocol

This is the Centronics parallel port pinout:
Attempting this project requires knowledge of the Centronics protocol used for communication with parallel port printers, described in details on this page. For our purposes of emulating the parallel port printer. we will only need to care about the ACK, STROBE, BUSY signals and the D0-D7 lines. In the simpler polled mode of the Centronics protocol on a standard parallel port, the host (referring to the logic analyzer in our case) would send a pulse on the STROBE line to indicate its going to send printing data. After that, the printer (or the PIC microcontroller in our scenario) will need to set the BUSY line high while at the same time reading for an input byte from the D0-D7 lines. When processing is completed, the printer will send a pulse on the ACK line and set the BUSY line low, indicating it is ready for the next command. The process is illustrated in the following timing diagram:


To indicate that the emulated printer is available and ready for printing, Paper End (pin 12) should be connected to GND while Error (pin 15) and Select (pin 13) should be connected to 5V.

Result: a PIC-based virtual parallel port printer

Using the ST7735 1.8" color LCD (see my previous post) and the Microchip SD card library, I was able to build a working virtual printer. The device would listen for data being sent from the parallel port and save the print job to a .PRN file on the SD card. The following photos show the printer in action:



The 1.8" LCD shows the SD card volume label, file system type, total capacity and free space. The name of the file containing the last print job is also displayed on the LCD. 

As the PIC does not understand the data being sent and simply writes the data received on the SD card, there is an issue of telling when the print job finishes in order to start a new output file. On a real printer, the printer would detect the paper feed command and eject the page when a page has finished printing. In my case, I have chosen a simplified approach - assume that printing has ended and close the output file if no data is received after a certain period, e.g. 5 seconds. This would be sufficient for most purposes.

Reading the printer output

This emulated printer should work well with any application expecting a generic parallel port printer. It may not work if the application is expecting a specific modern parallel port printer model, in which case customized identification data might be sent via the parallel port in ECP or EPP mode to communicate with the application. For a simple test, executing the DOS command DIR > LPT1 or DIR > PRN with the printer connected to the LPT1 port should result in a .PRN file containing the list of files and sub-directories in the current directory being written to the SD card.

On the Tektronix 1230, printing can be done by double-pressing the NOTES key (to print a screen capture) or by pressing the D key (to print memory contents), as described in the help screen:



While pressing D will print the memory contents in text format, double-pressing the NOTES key (supported only on Epson-compatible printer) will print a graphics representation of the current screen. Although printing of memory contents will not hang the logic analyzer and the printer status will be displayed as "Printing", the logic analyzer will stop responding while the screen is being printed.  Also during my experiment, if the status lines on the Centronics parallel port report conflicting information, the logic analyzer will refuse to boot up with the POWER indicator turned off, making it seem as if the device is dead. Removing the parallel cable and the unit will power on just fine. This seems to be a bug in the device firmware.

The screen print output, as captured by my virtual printer, is in binary format and contains Epson escape codes. A quick inspection of the output file and comparison with the Epson escape codes documentation shows that only 4 escape codes are used:
  • ESC 65 and ESC 50 - set line spacing
  • ESC 108 - set left margin
  • ESC 42 - select bit image for graphics printing
I quickly managed to write a tool which converts the output escape codes back to a 450x250 bitmap file:


A check-box "optimize for printing" is provided. If checked, the output will be black-on-white (instead of green-on-black) and can be printed using a normal printer. The printout after conversion looks like below:


With the virtual PIC-based printer and the escape code converter tool, I am able to copy data from the logic analyzer to my PC for other purposes.

Replacing the RTC batteries 

As with other old electronics equipments, I needed to replace the 3V batteries which keeps the device clock and and settings. The 1230 is using two CR2330 3V batteries for this purpose:


The notice near the batteries reads, CAUTION: REFER BATTERY REPLACEMENT TO QUALIFIED TECHNICIAN. Am I a qualified technician? Well, at least not from the administrative perspective - I am not certified by Tektronix to open up this device! Would there be any implications if I am not? Are there any specific instructions to be performed before the battery is replaced or must the batteries be replaced in a specific order to avoid loss of data? Unable to find any information on this on the Internet, I proceeded to replace nevertheless and the logic analyzer still seems to be working well ever since. 

Interestingly, although the time settings on this device allow years between 1900-2099, the year would jump back to 1914 even if 2014 is selected after a reboot, indicating some sort of Y2K issues. The rest of the date and time remains correct. The day of week also needs to be selected manually and is not calculated automatically like many other devices. This was probably done to save precious code space for other stuff, or perhaps the algorithm is too complicated to be implemented on a Z80 processor (used by most Tektronix logic analyzers of this generation) efficiently.

Downloads

The source code of the printer and the bitmap converter tool can be downloaded here:
MPLAB 8 PIC24FJ64GA002 project for the virtual printer
Bitmap converter for Tektronix 1230 Epson printer output

Read my other article for a full review of the Tektronix 1230:
Tektronix 1230 Logic Analyzer

The following Youtube videos provide useful information on operating this logic analyzer:
Tektronix 1230 training (part 1)
Tektronix 1230 training (part 2)

Some interesting reverse-engineering information on the Tektronix 1240, a later model:
Repairing and understanding a Tek1240

Get

Read more »

Cara Install Toshiba Satellite NB10 A

Cara Install Toshiba Satellite NB10 A


Assalamualaikum Wr,wb
Pada kesempatan ini saya akan share cara install Toshiba Satellite NB10-A
Syarat OS harus Windows 8.1 Pro 64 bit, Kenapa harus Windows 8.1 Pro 64 bit...???
Penasaran ??? Coba Aja sendiri :D

disini saya akan coba berbagi trik Install Toshiba Satellite NB10-A dengan cara GHOST

Langsung saja

  • Download Portable Ghost64 Bit
  • Siapkan File Ghost Windows 8.1 Pro 64Bit
  • Copy Kedua File tersebut ke HDD External
  • Nyalakan Toshiba Satellite NB10-A nya
  • masuk ke menu Change PC Setting 
  • Pilih Update Recovery
  • Pilih Recovery
  • Restart Now
  • Biarkan Restart dan nanti pilih Troubleshoot
  • Pilih Advanced Options
  • Pilih Command Prompt
  • Biarkan
  • Pilih lagi Troubleshoot
  • Pilih Lagi Advanced Options
  • Lalu Pilih Lagi Command Promp
  • Klik User (  komputer name) disini komputername saya Administrator
  • Continue
  • Biarkan
  • Tampil Command Promp
  • Ketik Drive HDD External Misalnya Terbaca E maka ketik E: lalu enter
  • Panggil file portable ghost64bit dengan mengetik Ghost64.exe lalu enter
  • Maka akan tampil menu Ghost
    •  
     
  • Selanjutnya saya kira anda sudah bisa
Untuk cara Ghost Netbook yang kosong alias gak ada OS nya-coba lakukan dengan melakukan booting melalui DVD windows (contoh disini saya pake windows 7)untuk syarat masuk DOS biar bisa memanggil file Ghost64.exe,untuk jelasnya lihat gambar.






Adapun cara install manual dengan cara membuat Windows bootable USB dengan aplikasi Rufus-1.x.xx
tapi ingat membuat bootable USB nya di Windows7 ke atas.. di Windows Xp tidak akan menu option GPT Partition scheme For UEFI Computer

Siapkan USB 4gb dan colokan ke kompi agan2
buka aplikasi Rufus dan lihat settingannya sesuai gambar
Klik icon CD dan masukan file Iso Windows 8.1 64bit
Klik Start dan tunggu Proses Format  dampai proses pengcopyan file windows ke USB selesai dengan ditandai tulisan Down dibawah aplikasi Rufus.
jika sudah selesai USB siap dipakai.
sebelum di boot masuk dulu ke menu BIOS dan setting Menu secure boot dinon aktifkan dulu alias disable dulu.
Wassalam.. Semoga bisa membantu.





Get

Read more »

Sunday, August 28, 2016

Sign a petition to Release Symbian Source Code to open source

Sign a petition to Release Symbian Source Code to open source


Nokia Corporation & Microsoft Corporation: Release Symbian Source Code & Make It Open Source & Release latest update builds & Save the environment


Since Nokia cancelled all firmware updates for their Symbian phones &
Microsoft probably have no intention to keep Symbian OS, because they are concentrating on Windows mobile

I HEREBY DECLARE TO WISH FOR THE RELEASE OF
SYMBIAN OS SOURCE CODES AND LATEST BUILDS TO OPEN SOURCE
FOR DEVELOPMENT & FUNCTIONALITY REASONS FOR MILLIONS OF
SYMBIAN & S40 SERIES USERS ALL OVER THE WORLD

Symbian Os & Nokias S40 series still cover 20% of mobile os shares worldwide according to "Statcounter - Global Stats"
According to other Global statistic corporations, like Gartner & Canalys the world share of mobile os, depending on the used browser to log on to the web shows that Symbian still has over 20 million users.
A lot of these people have trusted Nokia as their phone provider for over 20 years
these users paid lots of money to receive products that were long known as the best cell phones in the world, and they supported the Nokia Corporation and its Employees for a long, long time.

The biggest competitor in mobile Os already has open source projects and allows development and distribution all over the world
It would be a shame if the users of Symbian & S40 Series would be forced to change their phones, just because of functionality reasons, that some developers might be able to re-program and provide for others

AND, it would be an environmental catastrophe, if over 20 million phones were thrown away in the next 2 – 3 years
SO PLEASE SIGN THIS PETITION & KEEP SYMBIAN ALIVE BEFORE IT GETS FORGOTTEN

go here to sign the petition:
Link to petition to Open source Symbian Os

p.s. PLEASE spread the word to everyone you know and every tech and phone forum you know

Get

Read more »