hi. i have made an app which ha min sdk version 3 and target sdk version 2.2. it has 2 services which start on boot time. now when i run the app on 1.6 than it is running fine but as i run the app on 2.2 my service got start but crash after some time? plz help me why this is happening.. my logcat for this is following for 2.2...
I/PackageManager( 58): Removing non-system package:com.company.cellSafetyThreeZone
I/Launcher.Model( 126): not binding apps: no Launcher activity
D/dalvikvm( 126): GC_EXPLICIT freed 4775 objects / 266120 bytes in 118ms
D/PackageManager( 58): Scanning package com.company.cellSafetyThreeZone
I/PackageManager( 58): Package com.company.cellSafetyThreeZone code Path changed from /data/app/com.company.cellSafetyThreeZone-1.apk to /data/app/com.company.cellSafetyThreeZone-2.apk; Retaining data and using new
I/PackageManager( 58): /data/app/com.company.cellSafetyThreeZone-2.apk changed; unpacking
D/installd( 34): DexInv: --- BEGIN '/data/app/com.company.cellSafetyThreeZone-2.apk' ---
this is not happening in 1.6...plz help me why?



