Nokia Hardware Picture

Now all data uploaded on one link - 62 MB

Direct Download - Nokia Hardware Picture Help From Archit Raj.rar
Rapid Share - Nokia_Hardware_Picture_Help_From_Archit_Raj.rar

iphone 3g backlight



 

iphone no sim problem





 l
REQUIREMENTS:

1.UNA,,LAKAS NG LOOB

2.CROSS SCREW DRIVER

3.CUTTER

4.COATED THIN WIRE

5.SOLDER

6.SCOTCH TAPE OR ADHESIVE ETC..

7.CHARGING PIN 3310,, OPTIONAL..

8.PINAKA IMPORTANTE SA LAHAT

 

 



 

power swicth ways terminal apple iphone 2g

Blackberry 8310/8320 All solution

8310 insert sim

Blackberry 9000 hardware solution

BlackBerry Desktop and Device Software Official download link

BlackBerry Desktop and Device Software Official download link , all in one page , link here


And dont forget to Delete the vendor.xml file located in c:\program files\common files\research in motion\apploader

BlackBerry Phones Update/Flash Easy Way

BlackBerry Phones Update/Flash Easy Way Without BlackBerry Desktop Manager


1: Download & instle the blackberry flashfile (no need instle blackberry desktop manager)

2: Delete the vendor.xml file located in c:\program files\common files\research in motion\apploader

3: With battery Connect your BlackBerry device to your computer

4: Run Loader from c:\program files\common files\research in motion\apploader & click Next

5: Select all software you want installed.

6: Proceed to the end portion untill you see the "Finish" button

7: Very IMPORTANT. do not hit the finish button, instead select the ADVANCED button.

8: Make sure both boxes are checked.

9: Proceed until it ask you if you want to automatically back up and restore, Select DO NOT AUTOMATICALLY BACK UP MY HANDHELD do next

10: & wait for Your device's software has been
updated successfully

BlavkBerry jvm error code & their description


The following table lists errors that can occur in the Java virtual machine (JVM) on BlackBerry devices. Contact Research In Motion® (RIM®) if you encounter any error codes not listed in this table.


Value Error Description

101Previous startup failed
The device was reset during the JVM boot process. The JVM found the boot in progress flag was set on startup. The screen is intended to break continuous reset loops so that corrective action can be taken.

102Invalid code in filesystem
The system checked the COD files in the device for modification and determined that a problem exists with one or more COD files.

If all loads fail, a build process error might occur (a problem exists with signing the COD files).
If a user action on the device resulted in this problem, the reset cycle is continuous because the code in the filesystem has been corrupted. The only recovery method is to wipe the device and restore a new system.

103 Cannot find starting address
The starting address for the boot COD file cannot be found. This might indicate that a boot COD file has not been installed on the device or that its format is invalid or corrupt.

104
Uncaught: <Java-type-name>

An uncaught Java exception was thrown by the Java code and diagnosed by the JVM. Execution can continue, or the device can be attached to a debugger on a desktop computer. The Microsoft® Windows® Event Viewer log should contain the traceback of the thrown exception.

105
Example, DbRecSize( %d ) -> %d
The file system application programming interface (API) has returned an error status for a specific operation. This might indicate a corrupt filesystem or an error in the JVM.

106
Graphics system error
An error was detected in the graphics system on the device.

107
operator new() called

A C++ class in the JVM was coded incorrectly to inherit from VMRamObject that has the correct override for operator new. Extract the current (post-reset) BUGDISP.

108
operator delete() called

A C++ class in the JVM has was coded incorrectly to inherit from VMRamObject that has the correct override for operator delete. Extract the current (post-reset) BUGDISP.

109
PriorityMessageCount error: <priority-count>

The value returned by RimPriorityMessageCount is negative. It should always be greater than, or equal to, zero. This indicates an error in the operating system code. Extract the current (post-reset) BUGDISP and EVENTLOG.

110
Non-idle event downtime error: <down-time> <idle-down-time>


A problem was detected in the accumulation of JVM down time, which represents how long the JVM has been idle. This usually indicates an error in the device firmware or the JVM. This could also occur if the tick count rolls over after 400 or more days of device time.

111
Font engine error


An error was detected in the font engine system on the device. Extract the current (post-reset) BUGDISP and EVENTLOG.
112
Java Native Assertion Failure


An error was detected in the Java native code. Extract the current (post-reset) BUGDISP and EVENTLOG.

200
Application manager threw an uncaught exception


The application manager event thread threw an uncaught exception and cannot continue execution.

201
Crypto initialization code failed


The initialization of the crypto system failed and the device cannot continue execution.

202
An attack on the key store has been detected


An attack has been detected and execution cannot continue.

203
Console process died


The application manager console process (usually the Ribbon) has died. This is likely due to an uncaught exception during execution.

204
Persistent Content Exception


An application tried to commit a plaintext object to the Persistent Store. This will only happen if Content Protection is on and a process tries to save something in the PersistentStore that is marked as plaintext. Since this exception was not handled, the persistent store is in a bad state. You should reset to roll back to the last good commit point.
Note: This is not a JVM erro; the JVM is simply diagnosing the problem. The eventlog contains information about the erroneous Java code.


501 VM_THREAD_SWITCHED:
Internal Error This is an error return used internally in the VM. It should never be reported as a device error.

502 VM_PROCESS_DEATH:
All processes exited The last Java process has terminated. There is nothing left to execute.

503 VM_THREAD_DEATH:
Internal Error This is an error return used internally in the VM. It should never be reported as a device error.

504 VM_THREAD_SWITCH:
Internal Error This is an error return used internally in the VM. It should never be reported as a device error.

505 VM_BAD_CODE:
Bad Byte Code An error has occurred in the JIT compiler.

506 Uncaught Exception
An uncaught Java exception was thrown in the initial VM Java thread, thus ending the only live thread in the system. The eventlog contains the traceback for the exception.

507 Unsatisfied Link
A dependency on a COD file could not be satisfied because the COD file is missing.

508 Invalid object
A problem has been detected with a debugger command to the VM.

509 VM_PPO_INFINITE_LOOP:
infinite loop in PPO phase of GC The maximum iteration count for the PPO phase of a GC must be the maximum number of file handles in the system. This error indicates that the iteration count exceeds the maximum. Hence, a flaw exists in the PPO loop or a corrupted file system. The extra hex integer in the error string is the flash id of the current record where the infinite loop was detected.

510 Deadlock
All threads are waiting on objects, resulting in deadlock. The system cannot recover from this state because no thread can release a lock.

511 Debug connection died
A problem has occurred while debugging that may be caused by a VM problem or an incorrect debugging command being sent to the VM.

512 GC Aborted
An idle garbage collection has been interrupted by a user event (for instance, a key was pressed or the trackwheel was used).

513 <clinit> needs running
An opcode requires that a class <clinit> execute before it can continue execution.

514 <init> needs running
A new instance of a class has been allocated and it must be initialized by the default constructor before it can be used.

515 Object group too big
The reachable objects form a group that cannot be represented properly by the JVM because either there are too many objects or the total size of the objects is too large.

516 Persistent ids exhausted
When committing a persistent object, the JVM found that the persistent store id counter reached its limit. The object was not committed and a critical error was reported. This error should not occur unless a device is heavily used for years.

517 Filesystem corrupt
An inconsistency was detected in the JVM persistent object store.

518 Unexpected longjmp

A garbage collection marking phase was terminated via a longjmp. This indicates that the marking phase was interrupted when it should have completed without interruption. This error should not occur because these actions are executed when the device is not idle, and GCs can only be interrupted when the device is idle.

519 Internal Error
The JVM host is missing or has been disabled.

520 Internal Return
This is an internal state that indicates a Java method return needs to be executed.

521 Dangerous Wait
An Object.wait() was executed by a thread that holds a lock on another object.

522 Interlaced synchronization
A thread acquired two locks on objects in an order that doesn't match the order in which a lock on the two types were previously acquired. This indicates a future potential deadlock situation and is reported. The check is only available in the simulator under the control of the JvmDebugLocks application switch.

523 System process died

A critical Java process has terminated, and the device cannot continue to operate in a normal manner.

524 LMM error
An object has been marked as recovered by the Low Memory Manager, but it was not freed during a garbage collection.

525 Bad persistent object
An auto-commit operation during a garbage collection detected a non-persistent object reachable from the persistent store root. The type of the object was output into the eventlog.

526 java.lang.Object not found
The class definition for java.lang.Object cannot be found.

527 java.lang.String not found
The class definition for java.lang.String cannot be found.

528 Corrupt filesystem.
Unrecoverable. All data will be lost All data will be lost when execution continues. The error message screen contains a number representing an internal reason for the corruption. This error is not diagnosed if a COD file was removed because the JVM must delete objects that were defined in the removed COD file. Thus, this error is not expected in normal device operation. Refer to the following reason codes:
Root array reference is not a valid array reference
Root array type is not Object[]
Root array size < 1 (i.e., Object[0])
Contents of root[0] is not a valid ref
Type of root[0] is not a LongIntHashtable
Persistent segmented array header contains an invalid reference
An entry in a persistent Object[] contains an invalid reference
An Object's type refers to an unknown codfile
An Object's type description in the codfile doesn't match the size in the store
A reference type field in an Object has an invalid reference in it
A reference type field in an object points to an object of the wrong type
A persistent Object[] is missing its descriptor
Object in persistent store is not marked as persistable
Root array is segmented and one of the segments is invalid

529 Corrupt filesystem.
About to attempt recovery. Some data may be lost Some data will be lost when execution continues. The error message screen contains a number representing an internal reason for the corruption. This error is not diagnosed if a COD file WAS removed because the VM must delete objects that were defined in the removed COD file. Thus, this error is not expected in normal device operation. Refer to the following reason codes:
Root array reference is not a valid array reference
Root array type is not Object[]
Root array size < 1 (i.e., Object[0])
Contents of root[0] is not a valid ref
Type of root[0] is not a LongIntHashtable
Persistent segmented array header contains an invalid reference
An entry in a persistent Object[] contains an invalid reference
An Object's type refers to an unknown codfile
An Object's type description in the codfile doesn't match the size in the store
A reference type field in an Object has an invalid reference in it
A reference type field in an object points to an object of the wrong type
A persistent Object[] is missing its descriptor
Object in persistent store is not marked as persistable
Root array is segmented and one of the segments is invalid


530 VM_PREVENT_GC_OVERFLOW: _preventGC overflow
A fixed number of native objects can be protected from garbage collection. This error indicates that a native has exceeded the fixed limit of objects that can be protected. If the device is reset or thread tracebacks are logged, the name of the actual native can be extracted.

531 Flash exhausted
There are certain operations where the JVM cannot withstand running out of flash space. In these circumstances, this error will be reported if the JVM cannot allocate a required amount of flash space.

532 VM_ASSERTION_FAILED:
Assertion failed Normally this JVM error should not be reported since the device is not shipped with assertions enabled. The simulator may report this error in debug mode indicating a VM assertion was violated. Try typing BKPT to activate the debugger and dump the native call stack for forwarding to the VM team.

533 VM_RUN_METHOD: <method> needs running
This is used internally for ECMAScript to call Java methods.

534 VM_FAST_RESET_DISABLED:
Fast Reset Disabled This is used internally to indicate that fast reset capability is not available. Often used in platform-specific code.

535 VM_UNUSED_535:
Unused This is an unused VM error.

536 VM_FAST_RESET_BAD_INSTANCE: VM Instance Check Failed
This is used internally to indicate that the VM structure passed in is at the wrong address or has been corrupted.

537 VM_FAST_RESET_BAD_HEAP: Heap Check Failed
This is used internally to indicate that the VM heap has been corrupted or pointers into the heap have been corrupted.

538 VM_FAST_RESET_BAD_IRAM: IRAM Check Failed
This is used internally to indicate that the VM IRAM checks have detected corruption of VM data structures (threads and local stacks) that reside in IRAM.

539 VM_FAST_RESET_NOT_IDLE: Not Idle
This is used internally to indicate that the VM was not idle when the reset occurred and, as such, cannot continue with a fast reset.

540 VM_FAST_RESET_MULTIPLE_RESETS: Multiple Resets
This is used internally to indicate that the time since the last fast reset is less than a minimum time. By disallowing multiple fast resets in a short amount of time, this should prevent fast reset loops.

541 VM_HEAP_COMPACT_INFINITE_LOOP: infinite loop detected in heap compaction
The VM detected a problem in its RAM heap that indicates its RAM was corrupted. The problem was detected by identifying a possible infinite loop during RAM heap compaction. A bugdisp log and eventlog should be extracted quickly when the device is in this condition. If possible, images of RAM should be saved.

542 Transient memory leak
The JVM detected that some memory was not freed, indicating that a memory leak has occurred. This condition is detected as early as possible to improve chances of isolating the cause.

543 VM_FS_MISMATCH: Incompatible Java filesystem installed
The VM detected that the operating system binary is different from the operating system binary used to create the Java file system. This means that the Java native methods may not be linked properly and as such, the integrity of the system cannot be guaranteed. The system can be recovered by using the VM DLFX and DLPS commands to delete the fixups and persistent store. This will clear all data and fixups and let the filesystem re-link to match the new operating system binary.
Note: The recovery order is:

Delete fixups
Delete persistent store
Reset device

544 VM_SECTION_MAP_OVERFLOW: a module references more than 255 other modules
The VM detected that a module is trying to reference more than 255 other modules. Extract the filesystem immediately when this error is
detected.

545 VM_INCOMPATIBLE_FILESYS: an incompatible or corrupt filesystem was found
The VM detected an incompatible or corrupt filesystem. Extract the filesystem immediately when this error is detected.

546 VM_UNUSED_546: unused
The VM detected that the RAM image of its filesystem is corrupted (failed CRC check). Better to reset than to duplicate the corruption into flash.

547 VM_UNUSED_547: unused
This is an unused VM error.

548 VM_UNUSED_548: unused
This is an unused VM error.

549 VM_UNUSED_549: unused
This is an unused VM error.

BlackBerry Firmwares Download Here (All Models)


Just choice your operator, follow the link, select your model and download your Firmware.

ASIA PACIFIC

º AIS Thailand
º Bharti Tele-Ventures Limited
º Celcom Malaysia
º China Mobile Peoples Telephone
º Dialog Sri Lanka
º Globe Telecom, Inc.
º Hong Kong CSL Limited
º Hutchison
º Hutchison Essar Limited
º Indosat
º M1
º Maxis
º Optus Mobile Pty Limited
º PCCW Mobile
º Singapore Telecom Mobile Pte Ltd
º SMART Communications Inc.
º SmarTone-Vodafone
º StarHub Ltd.
º Taiwan Mobile
º Telkomsel Indonesia
º Telstra
º True Move
º Vodafone Australia and Fiji
º Vodafone New Zealand
º XL Indonesia

EUROPE

º Orange Belgium Mobistar
º Orange France
º Orange Netherlands
º Orange Poland Centertel PTK
º Orange Romania
º Orange Slovakia
º Orange Spain Amena
º Orange Switzerland
º Orange UK
º T-Mobile Austria
º T-Mobile Croatia
º T-Mobile Czech Republic
º T-Mobile Germany
º T-Mobile Hungary
º T-Mobile Netherlands
º T-Mobile Poland
º T-Mobile Slovak Republic
º T-Mobile United Kingdom
º Vodafone D2
º Vodafone Greece
º Vodafone Ireland
º Vodafone Netherlands
º Vodafone Spain
º Vodafone UK

MIDDLE EAST

º Vodafone Egypt

NORTH AMERICA

º Alltel
º AT&T
º Bell Mobilité Inc.
º Bell Mobility Inc.
º Cellcom
º Centennial Wireless
º Cincinnati Bell Inc.
º CloseCall
º Dobson Cellular/Cellular One
º Nextel Communications Inc.
º Nextel Partners
º NTELOS
º Payless Cellular Fantasy
º Rogers Wireless Inc.
º SouthernLINC Wireless
º Sprint L.P.
º SunCom Wireless
º Telus Mobility
º T-Mobile USA
º U.S. Cellular
º Verizon Wireless

SOUTH AMERICA

º Cable and Wireless Ltd
º Claro Brasil
º Claro Peru
º Comcel
º Comunicaciones Nextel de Mexico
º CTI Argentina
º Entel PCS
º Iusacell
º Nextel Brasil
º Nextel Comunications Argentina S.A.
º Nextel del Peru S.A.
º Personal
º Porta
º Telcel
º Telecomunicaciones Movilnet C.A.
º Telefonica
º Telefonica Venezuela
º TIM Brasil

Blackberry Applications

amAze: 4.5 - OTA / Web (GPS Navigation, Search, Weather, etc.)
AOL Instant Messenger (RIM): 2.1.45 - OTA/IE Web Install (IM Works on AT&T!)
AutoLock: 0.5 - OTA / Web
AvantGo: 1.0.28 - OTA
Aerize Card Loader 2008: 1.2.0 - Web ($ Install apps to SD Card)
Amazon.com: 1.0.14 - OTA (NOT just a shortcut!)
BBCorrector
: 1.2.2 - OTA/Web (Free Online Spell Check)
BBFileScout: 0.6.5 - OTA / Web (File Mgr, Zip, Edit)
BBGPSGolf:
1.0.15 - OTA/Web (Golf w/GPS)
BBLight:
1.95 - OTA/Web (Backlight/Ring-Vibrate)
BBNotePad: 1.1.2 - OTA/Web (Simple Text Editor)
BBWeather
: 0.83 - OTA / Desktop / Source (WORKS AGAIN! New Enhancements!)
BBWeather Alpha:
0.84 - OTA (DEVELOPMENT VERSION - USE AT YOUR OWN RISK!)
BeamBerry:
3.0.1 - OTA - Web ($ aka BeamSuite - Doc/PDF view/manage/print)
BeamReader:
1.0.5 - OTA / Web ($ PDF reader)
Beejive:
1.1.1 - OTA/Web (Formerly Jivetalk)
BeFTP:
2.2 - OTA - Web (Free for personal use)
BenchmarkMagic:
1.5 - OTA
Berry Bloglines:
1.0 - OTA/Web (RSS)
Berry Lookup:
1.0 - OTA - Web (Rev Ph Lookup)
BerryTorch:
1.0 - Web (Use your Berry as a flashlight)
BerryQuery.com:
2.0.0 - OTA (Web Search)
BerrySearch:
0.91 - OTA / Web (Front End for major Search Engines)
BerrySpeedy:
1.44 - OTA / Stats (Test BIS-B, TCP, and Wi-Fi speed)
BerryStore:
0.9.49 (Beta) - OTA/Web (Yet another App Store - but well done!)
BerryTunes:
2.5.14 - OTA ($ MP3/Radio/Podcast Player)
BerryUnitConverter:
1.6 - OTA/Info
Beyond411: 4.20.5 - OTA / Storm OTA / Web (formerly Berry 411 - Search w/GPS)
BlackBerry App World (RIM): 1.0.0.28 - OTA / IE Web Install (RIM's own App Store)
BlackBerry Maps (RIM): 1.2.26 - OTA/IE Web Install - Desktop Install(w/GPS - AT&T? Use Desktop!)
BlackBerry Instant Messaging for IBM(R) Lotus(R) Sametime(R):
1.1.32 & 2.0.25 - WEB
BlackBerry Instant Messaging for Microsoft Office LCS 2005:
1.1.0.18 & 2.0.25 - WEB (Other versions may be available directly from RIM)
BlackBerry Messenger (RIM):
1.0.94 - OTA/IE Web Install (PIN IM - OS 4.0 & 4.1 only)
BlackBerry Profile Switcher:
1.3 - OTA - Web ($)
BlackBerryWiki:
1.0.1 - OTA (Wikipedia Front End)
Blipsocial:
0.766 - OTA/Web (w/GPS)
BlockBerry:
5.6 - OTA / Info (Formerly Tetris. Delete older versions before installing version 5)
Bloomberg:
1.8.9.5 - OTA/Web Info ($ Requires Bloomberg Anywhere subscription)
Bolt Browser:
0.94 - OTA (OTA via email)
BudLightParty08:
0.61 - Web (Party Games - OTA with registration)
BuzzMe:
0.0.34 - OTA / FAQ (Vibrate & Ring at the same time)
CaptureIt:
1.4 - OTA / Web (Screen Capture on BB)
Cellfire:
3.3 - Web (Mobile cupons for your BB - OTA via registration)
CellSpin:
1.3.2 - OTA/Web (Blog poster)
Clock:
0.9.96 - OTA / Web (aka World Clock)
CoinToss:
1.7.1 - OTA/Web (Make a decision!)
CompanionLink for Google:
3.0 - Web ($Sync w/Google Calendar)
Compass:
4.1 - OTA - Web (NOT GPS app)
Cortado Connect for Box.net:
3.10.980.3 - Web (Registration required - access Box.net files & simple fax)
Cortado Save The Weekend:
1.0.41.1 - OTA / Web (Delay outgoing email until business hours)
Countdown Timer:
1.0.6 - OTA/Web
Cram:
1.0 - OTA / Web ($ Scholastic Testing)
Dexrex:
2.0.9 - OTA (SMS archive service)
Digby:
2.0.1 - OTA (Shopping)
Dynoplex Office Products: OTA - Web ($Doc Mgmt, Spell, Off Line File Mgmt)
Earthcomber:
3.0.14 - OTA / Web (Location based search)
EasyButton:
1.05/1.04 - OTA/Web (Storm/Other)
EasyReach:
2.6.1.2 - OTA/Web (Shopping)
eBuddy:
1.0 - OTA - Web (Multinetwork IM)
Empower BES MailBox:
4.0.0.52 - OTA - Web ($ trial available)
Empower HTML Mail Viewer PRO:
3.0.80.7 - OTA - Web ($ trial available)
Empower HTML Mail Viewer Standard:
2.6.42.7 - OTA - Web ($ trial available)
Empower InstaSpell:
1.5.421.51 - OTA - Web ($ trial available)
EQO:
1.6.1 - SMS Web Registration / Web (IM NRFPT Free multi-network IM and more)
eTradeMobilePro
: 1.1.4 - OTA / Web
Facebook (RIM):
1.5.0.32 - OTA/Web
FeeFinder:
0.3.75 - OTA/Web (Calc Auto Pmt, Mortage, Tips)
FileManagerPro (Beta):
0.9.5.10 - OTA / Web
Financial Times:
1.2.0 - OTA/Web ($ubscription required)
Flickr Uploader (RIM):
1.0.0 - OTA/Web
FlipSide:
1.19 - OTA - Web (Media Player)
FlyCast: 1.34 - OTA / Web (Internet Radio Player)
FMLife
0.6.0 - OTA/Web (See Home)
fotochatter:
0.9.9 - OTA (Quick Download - Code 2402)
FreeRange:
2.2.8 - OTA (RSS)
Future Shop:
1.0.0.43 - OTA/Web (Shopping - Installs RIM's ECOE)
FXConverter:
1.0.12 - OTA/Web (Currency Exchange Rates - does not do conversion)
Games Trivia:
2.2.4 - OTA
GCalSync:
1.1.1 - OTA - Web
GeoTip:
0.0.1 - OTA/Web (Tip Calc)
Gmail:
2.0.6 - OTA
Godiva:
1.8.0 - OTA (For Chocoholics)
Google Maps
: 3.0.2 - OTA (w/GPS and Cell Tower Locater, Street Views, Walking & Transit Directions w/NYC Subway!)
Google Mobile App:
3.3.38 - OTA (Search w/Find Me and Voice)
Google Mobile Updater
: 2.1.4 - OTA (Sync, Search, Maps, Gmail, News, Reader, Docs, Picasa)
Google Search: 3.0.73 OTA
Google Sync:
0.5.13 - OTA (sync Google Calendar & Address Book)
Google Talk (RIM):
2.1.45 - OTA/Web (IM)
GPSed:
1.0 - OTA / Web (GPS)
GPSLogger:
0.4.2 - OTA/Web (Simple GPS Logger w/ KML and GPX Export)
GridMagic: 3.3.0.201 - OTA / WEB (Free or $ Spreadsheet for BB!)
gWhiz Suite:
0.6.3 - OTA / Web (Click Terms and Conditions Link)
gCalc!:
0.6.3 (Graphing Calculator - Help)
gFlash+: 0.6.3 (Flash Cards - Help)
gRef:
0.6.3 (Reference Tables - Help)
Handango InHand:
3.5.0 - OTA - Web (App Store & Info)
Hebrew in Hand:
2.0 - OTA/Web ($)
Homes For Sale:
2.73 - Web (aka Smarter Agent - Real Estate Search w/GPS)
ICQ (RIM):
2.1.45 - OTA/IE Web Install (IM Works on AT&T!)
IHeartRadio: 1.0.000 - OTA / Web (750+ Radio Stations streamed to your BB!)
I Love BlackBerry:
0.9.32 - OTA/Web
IM+: 7.0 - OTA - Web (IM)
InstaGo:
2.0.65 - Web (Free IM - All networks & SMS?)
iStockManager:
0.8.1 - OTA/Web (Mobile trading application for TD AMERITRADE users)
ITookThisOnMyPhone:
2.0.0.8 - OTA / Web
Infospace Findit!
: 1.4.0 - OTA (Portal w/GPS)
Inside Xbox:
1.17 - OTA (Zumboi for Xbox)
iSkoot:
1.1.0.63 - Web (OTA with registration - when it works!)
JBenchmark
: 1.1.1 - OTA
JBenchmark 2
: 2.1.1 - OTA
JBenchmark Net
: 1.0.4 - OTA
JBenchmark Pro
: 1.0.18 - Web (Create custom Benchmark)
JConverter:
1.0.3 - Web (Free Unit Conversion)
JiveSlide:
0.964.1 - OTA (Pics)
JiveTalk
: 1.0.5 - OTA (IM w/File Xfer)
JiveTalk Preview
: 1.0.1 - OTA (IM w/File Xfer)
Jott: 1.1 - OTA / Web (Voice reply to email!)
KGB:
0.1.599 - OTA / Web (Search Engine. KGB = Knowledge Generation Bureau)
LexSpell:
2.1 - OTA (Nagware Offline spellchecker)
Live Search Beta:
2.0.3048.13898 - OTA (MS w/GPS)
LogicMail:
1.0.1 - OTA - Web (don't get the point, but...)
MapQuest 4 Mobile Beta:
1.8.1 - OTA / Web (Free - with My Places)
MaraTick: 1.1.5 - OTA/Web (Simple Lists - very nice!)
Market Explorer:
1.0.6 - OTA - Web (Stock Quotes, Charts, etc.)
Maufait:
1.0.8 - OTA (Portal)
MaxMem:
0.4 - OTA (Remove unneeded modules like PTT)
MemoryUp:
2.50 - OTA/Web (Trial=Quick Boost Only/$)
MicroSky:
3.1.2 - OTA (Mobile Planetarium)
MidpSSH:
1.7.3 - OTA - Web (SSH Client)
MiniMoni:
1.01.03 - OTA / Web (Traffic Monitor)
MindBerry:
1.0.91 - OTA/Web (Map Out Your Thoughts)
MissingLight:
1.0.1 - OTA/Web ($ Purple LED for missed calls)
MLBTracker:
0.85 - OTA/Web (Track your team)
Mobile Dead: 1.0.0.6 - OTA/Web (MMTR Game)
Mobile File Manager:
2.5.36 - OTA / Web
Mobipocket Reader:
6.0.0.076 - OTA (Free eBook reader - $ for Books)
Mortgage Calc:
3.0.1 - OTA/Web
mundu IM:
4.0.5 - Web ($11 Lifetime!)
MSN Messenger (RIM):
1.0.16 - OTA/IE Web Loader
MyAlarm:
2007.07.04 - Web
MyGirls:
1.0.0 - OTA (Quick Download - Code 57)
MySpace (RIM):
1.5.0.12 - OTA/IE Web Loader
NeoReader:
1.01.1 - OTA (Camera devices only!)
Newsgator Go!:
2.2.7 - OTA - Web (RSS)
Nobex Radio Companion:
2.1.0.184 - OTA / Web (Internet Radio player / Info)
nuTsie
: 0.9.8 - Web ($ Stream Playlists)
OntoCalendar:
3.4.1 (beta 3.7.18) - OTA/Web (Create appt from email - also Beta 3.5.5)
Opera Mini 3:
3.1.2 - OTA
Opera Mini 4:
4.0 - OTA/Web
Opera Mini 4.1 Beta:
4.1 - Web
Pageonce:
2.0 - OTA / Web ( $$$ Consolidate your online life!)
Palringo:
0.79 - OTA / Web (IM NRFPT)
Pandora:
1.01 - OTA/Web
Pinger:
2.0 - Web (Voice@SMS - use Web link to get OTA)
PinStack IRC:
1.01 - OTA - Web
Pocket Express:
4.27.14 - OTA - Web (Portal)
Pongr:
0.6 - OTA / Web (Find lowest product price)
Poynt:
1.0.1.68 - OTA / Web (aka MyPoynt)
QSMS:
0.1 - OTA / Web (Press 'Q' to Compose SMS)
QuickPull:
1.2.0 - Web (Reboots your BlackBerry)
QuickPull (BETA):
2.0.13 - Web (Reboots your BlackBerry)
Ramble:
0.9.10.8.1 - OTA (AIM IM)
ReplyAllSMS:
1.98 - OTA / Web (aka 3Jam - threaded SMS and more)
reQall:
1.0.004 - OTA / Info (Reminders on *******s)
RHex:
1.0.4 - OTA/Web (RHex Game)
RideCharge: 5.3.36 - OTA/Web (Book/Pay Cab/Car Service from BB)
SameCell:
2.04 - OTA / Web (Search by Cell Location NRFPT)
SignalLoc:
1.0.1002 - OTA/Web (Cell Tower Locater)
ShoZu:
3.1.34 / 3.1.29 - OTA / Web (Yet another "social" / IM Network - Curve & Pearl only)
ShrinkIt:
1.0 - OTA / Web (Resize pics on your BB)
Skip:
1.2.0 - OTA (Travel)
Slacker Mobile for BlackBerry:
1.1.23 - OTA/Web (Radio)
Slifter:
1.8.0 - OTA / Web (Localized shopping search)
SMS2Desk:
1.0.84.1 - OTA / Web (SMS <-> Email)
Soft Reset:
0.2 - OTA/Web
Speedtest:
0.1.81 - OTA/Web
Spot:
1.4.1 - OTA (GPS)
SpotJots:
1.01.00 - OTA / Web (w/GPS)
Stock Quote Viewer:
2.7 - OTA/Web
StockQuote
: 2.3 - OTA (formerly Market Filters - Stock Analysys)
Sunclock:
1.03.26 - OTA/Web (World display of day/night)
SyncJe:
2.43 - OTA - Web (PIM Sync $)
TagReaderBB:
2.1.71 - OTA / Web (Microsoft Tag Reader)
Tellme:
1.69.5 - OTA / Web
TheStreet.com:
2.3.10.0 - OTA / Info
TinyTwitter:
2.2.9 - OTA / Web (Twitter IM Client)
TipBuddy:
1.0 - Web
Tip Master 2:
1.0.1 - OTA/Web
Traffic Cam:
2.12 (Varies?) - OTA Link via SMS (Live Traffice Web Cams on your BB - 10 Cities)
Trapster:
3.1.0 - OTA / Web (Speed Trap Detector)
TVGuide:
2.0.0 - OTA/Web-SMS

TwitterBerry:
0.8 - OTA (Twitter IM Client)
txtForward:
1.0.0.0 - OTA / Web ($ Forwards incoming SMS messages to email address)
Twibble:
0.8.7 - OTA / Web (A location aware Twitter client)
TypePad:
1.0.34 - OTA/Web ($Blogging)
Umundo:
1.06 - OTA / Web (Multimedia Chat Add-In)
Unit Converter:
1.2.2 - OTA / Web / Wap (GetJar 5229)
Upvise
: 2.1 - OTA / Web (Sync Web Contacts, Notes, RSS, Lists, Wiki, anything? with BB)
Visible Vote (OS 4.6+): 1.0 - OTA / Info (Great Political App!)
Visible Vote (Pre 4.6 OS): 1.0 - OTA / Info (Great Political App!)
Viigo: 2.2.82 - OTA - Web (RSS)
Viigo Project Tango Public Beta: 3.0.892 - OTA / Web (RSS Plus...)
VyMail:
0.8.3.5 - OTA / Web (For YouMail)
(BlackBerry) Wallet (RIM): 1.0.1.14 - OTA/Web
Weather:
1.01.18 - OTA/Web (yet another weather app)
WeatherBug Direct: 0.9.6.6 - OTA - Web
WeatherEye:
1.0.21.0 - OTA - Web - WAP (from The Weather Network)
WebMessenger:
2.7.0415 - Web (IM All Networks)
Web Shortcuts
: 2.1.2 - OTA - Info
Where:
2.1 - OTA/Web (GPS Search NRFPT)
Whereboutz:
1.0.11 - OTA / Web
Whrrl:
7.0 - OTA / Web (NRFPT)
Windows Live Messenger (RIM):
2.1.45 - OTA/IE Web Install (IM Works on AT&T!)
wIPzard:
1.0 - OTA/Web (IP Calculator)
Wireless18:
2.4.13 - OTA / Web (Free. Registration required)
WorldMap:
1.1 - OTA / Web (Offline Political Map of the World)
WorldMate Live:
2.6.12 - OTA - Web (Itinerary)
WSJMobileReader:
1.1.4 - OTA (FreeRange News Reader for WSJ)
XBerry Live!:
5.5 - OTA / Web (Keep tabs on your XBox Live Buddies)
xPlayer:
1.0.1 - OTA / Web (Media Player)
xTemplate: - OTA / Web (Email Templates)
Yahoo! Go
: 2.0.69 - OTA (Portal w/GPS)
Yahoo! Go
: 3.0.47 - OTA - Web (Portal w/GPS)
Yahoo! Messenger (RIM):
2.1.45 - OTA/IE Web Install (IM Works on AT&T!)
Yahoo! oneSearch:
1.1.9879 - OTAWeb-SMS (Voice Search)
YellowPages.com Mobile:
1.0.6 - OTA - Web - WAP (Business Search)
YouAreHere:
0.9.0 - OTA/Web (Add GPS Location to Sig)
YouMail:
0.93.16 - OTA / Web (NRFPT)
YWeather:
0.4.1 - OTA/Web
Zagat:
5.1.1 - OTA / Web ($ - Registration required)
ZINK Mobile Extras:
n/a - Web (Photo editing by email!?)
Zumobi:
1.0 - OTA / Web (RSS and more NRFPT)
Special Lenovo/Olympic Version:
1.0 - OTA



BROWSER SHORTCUTS:

ABCNews: 1.0 - OTA/WAP / Web
Bank of America:
4.2.2 - OTA / WAP / Web
BBerryOne:
0.6 - Web (Portal to WAP sites)
BlueRoom Solution:
1.0 - OTA
Buzzd:
1.1.1 (Local partying)
CalorieCountFoodSearch:
1.0 - OTA (to Calorie Counter Database WAP site below)
CBS News Mobile:
4.2 - OTA
CNBC:
1.1.42 - OTA / Wap
CNN:
1.42.1 - OTA / WAP
CNNMoney.com:
1.42.2 - OTA
ESPN Mobile Web:
1.2 - OTA
Fox Mobile:
1.0 - OTA
GetJar Apps:
1.1.0 - OTA / Web (Quick Download 33105)
MLB Icon
: 1.0 - OTA (For Individual Teams too!)
New York Times:
1.0 - OTA
PinStack Launcher:
3.1 - OTA
SI (Sports Illustrated):
1.42.0 - OTA
TPLaunch:
0.0 - OTA (NYC Subway Trip Planner)
USA Today:
1.36.1 - OTA / Wap
Wall Street Journal:
1.0 - OTA

Nokia 1680c Local Mode

China Mobiles Charging 100% Ok

5130 security tast falied (contact sirvice) by mx key

47k resister solution


2630.jpg - 4shared.com - photo sharing - download image
Nokia 1280 Not Chaging Solution.gif - 4shared.com - photo sharing - download image
N97mini.jpg - 4shared.com - photo sharing - download image
n97.jpg - 4shared.com - photo sharing - download image
n96.jpg - 4shared.com - photo sharing - download image
N95.jpg - 4shared.com - photo sharing - download image
N93.jpg - 4shared.com - photo sharing - download image
n92.jpg - 4shared.com - photo sharing - download image
N86.jpg - 4shared.com - photo sharing - download image
n85copy.jpg - 4shared.com - photo sharing - download image
N80.jpg - 4shared.com - photo sharing - download image
n78copy.jpg - 4shared.com - photo sharing - download image
N77.jpg - 4shared.com - photo sharing - download image
n73.jpg - 4shared.com - photo sharing - download image
n71-1.jpg - 4shared.com - photo sharing - download image
e90.jpg - 4shared.com - photo sharing - download image
e75.jpg - 4shared.com - photo sharing - download image
e66.jpg - 4shared.com - photo sharing - download image
e63copy.jpg - 4shared.com - photo sharing - download image
e60.jpg - 4shared.com - photo sharing - download image
e51.jpg - 4shared.com - photo sharing - download image
95003chargernotsupported.jpg - 4shared.com - photo sharing - download image
57003.jpg - 4shared.com - photo sharing - download image
53004.jpg - 4shared.com - photo sharing - download image
8800e.jpg - 4shared.com - photo sharing - download image
7510.jpg - 4shared.com - photo sharing - download image
7500prismcopy.jpg - 4shared.com - photo sharing - download image
7310ccopy.jpg - 4shared.com - photo sharing - download image
7210supernova.jpg - 4shared.com - photo sharing - download image
6730c.jpg - 4shared.com - photo sharing - download image
6720c.jpg - 4shared.com - photo sharing - download image
6710Navigator.jpg - 4shared.com - photo sharing - download image
6500slide.jpg - 4shared.com - photo sharing - download image
6303c.jpg - 4shared.com - photo sharing - download image
6280_6288copy.jpg - 4shared.com - photo sharing - download image
6260s.jpg - 4shared.com - photo sharing - download image
6208c_6202c.jpg - 4shared.com - photo sharing - download image
6151.jpg - 4shared.com - photo sharing - download image
6131Image.jpg - 4shared.com - photo sharing - download image
6124ccopy.jpg - 4shared.com - photo sharing - download image
5800.jpg - 4shared.com - photo sharing - download image
5730c-1.jpg - 4shared.com - photo sharing - download image
5630.jpg - 4shared.com - photo sharing - download image
5610.jpg - 4shared.com - photo sharing - download image
5310xM.jpg - 4shared.com - photo sharing - download image
5220_xpress.jpg - 4shared.com - photo sharing - download image
5130.jpg - 4shared.com - photo sharing - download image
5030 Not Charging sulotion.jpg - 4shared.com - photo sharing - download image
3720_classic.jpg - 4shared.com - photo sharing - download image
3710copy.jpg - 4shared.com - photo sharing - download image
3610fold.jpg - 4shared.com - photo sharing - download image
3600slide.jpg - 4shared.com - photo sharing - download image
3500c.jpg - 4shared.com - photo sharing - download image
3120ccopy.jpg - 4shared.com - photo sharing - download image
2700c.jpg - 4shared.com - photo sharing - download image