Hi
When i try to java -jar baksmali.jar -x framework.odex
i get
Code:
Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Code.Analysis.ClassPath$ClassNotFoundException: Could not find sup
erclass Ljunit/framework/TestCase;
at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.loadSuperclass(ClassPa
th.java:784)
at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.<init>(ClassPath.java:
668)
at org.jf.dexlib.Code.Analysis.ClassPath.loadClassDef(ClassPath.java:280
)
at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:16
3)
at org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPathFromOdex(Cla
ssPath.java:110)
at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:98)
at org.jf.baksmali.main.main(main.java:278)
Error while loading class Landroid/test/AndroidTestCase; from file framework.ode
x
Error while loading ClassPath class Landroid/test/AndroidTestCase;
G:\SGS 2\Tools to build custom rom\smali\fd>
I think i need to find the PATH for it but on witch jar??
Thanks.
I think you need to tell baksmali to add core-junit to the bootclass path. The command will now be:
Code:
java -jar baksmali.jar -c :core-junit.odex -x framework.odex
Thanks alot MongooseHelix it worked.
Thanks again
MongooseHelix said:
I think you need to tell baksmali to add core-junit to the bootclass path. The command will now be:
Code:
java -jar baksmali.jar -c :core-junit.odex -x framework.odex
Click to expand...
Click to collapse
was very helpfull..
but,
Now how i odex it back again with the core-junit.odex ?
(So that it would be back to how it was)
and then replace the new framework.odex with the old one with the Authentication and signature ?
dex
Anybody can help ??
MongooseHelix said:
I think you need to tell baksmali to add core-junit to the bootclass path. The command will now be:
Code:
java -jar baksmali.jar -c :core-junit.odex -x framework.odex
Click to expand...
Click to collapse
Doesn't work... I get same error. I've been sitting for a full day trying to work this out.
DarkNiz said:
Doesn't work... I get same error. I've been sitting for a full day trying to work this out.
Click to expand...
Click to collapse
put all the files from framework folder together and then try.
who can help how to odex it back again with the bootpath?
demon9 said:
put all the files from framework folder together and then try.
who can help how to odex it back again with the bootpath?
Click to expand...
Click to collapse
Yeah, I figured it out eventually, just forgot to update this thread. Putting it back into odex form is a bit of a hassle. I haven't tried it yet but here is how to do it - http://forum.xda-developers.com/archive/index.php/t-1208320.html
DarkNiz said:
Yeah, I figured it out eventually, just forgot to update this thread. Putting it back into odex form is a bit of a hassle. I haven't tried it yet but here is how to do it - http://forum.xda-developers.com/archive/index.php/t-1208320.html
Click to expand...
Click to collapse
thanks.
maybe do you know how to deal with RTL problem ? i mean which file exactly to change in the framework. this will really help me.
and anyway i will wait for an update if you Succeed to do it...
demon9 said:
thanks.
maybe do you know how to deal with RTL problem ? i mean which file exactly to change in the framework. this will really help me.
and anyway i will wait for an update if you Succeed to do it...
Click to expand...
Click to collapse
I honestly don't know. I eventually gave up. I tried to modify android.policy.odex, so that I could add Reboot, Recovery and Download options to the phone's shutdown event but it ended in constant bootloops after I odexed back the .dex file, so I just did a restore on my phone. I tried this for almost a week but I just can't justify spending more time on it.
Hello
I keep getting the same problem when i try to instal CWM with CWM installer v5
this is the error:
i48.tinypic.com/a9kzgy.png
Can someone please help me?
Thx in advance
nicknol said:
Hello
I keep getting the same problem when i try to instal CWM with CWM installer v5
this is the error:
i48.tinypic.com/a9kzgy.png
Can someone please help me?
Thx in advance
Click to expand...
Click to collapse
There is an error in the script-file pointing to the folders where the various tools and files should be found. Find the directory-structure where you unpacked the files and check if the paths in the script match the directory-structure
First it can't find the exploit 'rageagainstthecage' in the files folder (cannot stat /files/rageagainstthecage, which means it cannot get proper permissions to do the other steps (Mount system R/W, mount: Operation not permitted)
And on top of that it can't find the files that are needed for CWM (files/recovery.tar, chargemon and busybox)
so put those four files in a 'files' folder in the directory where you run the command from, or edit the script file to point to the directory where those tools actually are.
If you provide the link to where you downloaded the tool from, i will inform them of the error too so they can fix it
thanks for your answer but i have found the problem,
the script was alright but I opened it as administrator, but when I open it as normal user it works
thx anyway
Hi guys i was customizing the neo v stock ics rom .431 via dsixda kitchen.
after making the zip file of the rom successfully, i got a "Status 6" error while installing it from recovery.:crying:
I am guessing that there's some error in the updater-script.
Can anyone pleeeeeaaaaassssseee check the updater-script and tell me the error. I am a bit new to developing roms...
I'm attaching the META-INF folder in a zip.
Thanx in advance!
kushal_neov said:
Hi guys i was customizing the neo v stock ics rom .431 via dsixda kitchen.
after making the zip file of the rom successfully, i got a "Status 6" error while installing it from recovery.:crying:
I am guessing that there's some error in the updater-script.
Can anyone pleeeeeaaaaassssseee check the updater-script and tell me the error. I am a bit new to developing roms...
I'm attaching the META-INF folder in a zip.
Thanx in advance!
Click to expand...
Click to collapse
Try this out :
1. Extract ROM zip
2. Go to <Rom folder>/META-INF/com/google/android/
3. open updater script with notepad++
4. change EOL from Edit -> EOL Conversion from windown to linux
5. zip again
6. happy flashing
EDIT : http://boardreader.com/thread/update_zip_error_status_6_677jjXi0hq.html
Here's a reference thread you may read
Hi
I have mounted and modified some og the apk in a system.img and saved changes.I then re zipped the udate.zip folder with the new system.img.
When i try to install with update.zip i get the following error e:signature verification failed and i am guessing that i need to sign the new update.zip
but for this to work im guessing that the signing needs to be the same as the unmodded firmware is this right?
In the zip file there is META-INF , Cert.rsa cert.sf and mainfest.mf do i need to sign the actual zip with these or the modified system.img and how would i sign with original signature as every guide i have read about signing requre pk8 and pem files. Would i need to convert cert.rsa and cert.sf to pem file.
Any help with this would be apreshiated as i am only new here and in modding and still trying to get my head around it
thanks
Hello My Friends
Sorry for badly english type. i can not good speak or write english language....
I Installed apktool.apk on my phone and copy apktool folder in sdcard. my phone is rooted and installed busybox.
when i decompile or any action in apktool app, see the error: " sh:/data/data/per.pqy.apktool/mydata/apktool.sh: No such file or directory." but i checked the directory and the directory and files are avaible...
Where Problem????
Please help me
Please Help Me......
:crying: :crying: :crying: :crying: :crying: :crying: