Thread: IQ Flash9Lite for IQ
View Single Post
Old 01-24-2011, 11:58 AM   #1
bangart
Member
bangart began at the beginning.
 
Posts: 15
Karma: 28
Join Date: Jan 2011
Location: Moscow
Device: PocketBookIQ
Flash9Lite for IQ

1. download and extract this file..
2. folder system from the archive put it in adb folder..
3. cmd:
Code:
adb remount
adb push system system
adb shell chmod 644 system/app/Flash* system/lib/libflash*
adb reboot
4. go to www.whatismyflash.com from IQ browser - there should be a line "Installed Flash Player: 9.1.122"
5. use it....should now be working flash on the pages..and you can even watch swf..
6. undo:
Code:
adb remount
adb shell rm system/app/Flash* system/lib/libflash*
adb reboot
bangart is offline   Reply With Quote