Closed GoogleCodeExporter closed 9 years ago
Are you running deodexerant on the hero itself? Also, is there any logcat output
while its running?
Original comment by JesusFre...@gmail.com
on 30 Oct 2009 at 4:42
In the meantime, I had helped someone else with a similar error. This is almost
certainly caused by a jar file that the Weather app depends on, not being in the
BOOTCLASSPATH environment variable. You need to find what jar file contains the
class
"Lcom/htc/elroy/Weather/MyLocation;", and add that to the BOOTCLASSPATH before
running deodexerant.
i.e.:
adb shell
export BOOTCLASSPATH=$BOOTCLASSPATH=/system/framework/somejarfile.jar
deodexerant /system/app/Weather.odex 1234
Leave that terminal session up and running, and open a new terminal window, and
continue with adb forward and baksmali.
Original comment by JesusFre...@gmail.com
on 8 Nov 2009 at 7:38
JF, would it be possible to add this information from your most recent comment
to the
DeodexInstructions article in your wiki? I had to do some large amount of
searching
to find this information! :-)
Original comment by Speeddy...@gmail.com
on 16 Jan 2010 at 6:16
Good idea. done! :)
Original comment by JesusFre...@gmail.com
on 16 Jan 2010 at 7:20
Original issue reported on code.google.com by
gecka.company
on 21 Oct 2009 at 3:12