(Q) what does this mean when i compile? - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

hey can anybody help me ? i was trying to add 14 statusbar icon following kill3d tut but when i compile my systemui.apk i get this
Exception in thread "main" java.lang.NullPointerException
at org.jf.util.PathUtil.getRelativeFile(PathUtil.java:44)
at org.jf.smali.smaliFlexLexer.getSourceName(smaliFlexLexer.java:2569)
at org.jf.smali.smaliFlexLexer.getErrorHeader(smaliFlexLexer.java:2661)
at org.jf.smali.smaliFlexLexer.nextToken(smaliFlexLexer.java:2530)
at org.antlr.runtime.CommonTokenStream.fillBuffer(CommonTokenStream.java:119)
at org.antlr.runtime.CommonTokenStream.LT(CommonTokenStream.java:238)
at org.jf.smali.smaliP****r.smali_file(smaliP****r.java:430)
at brut.androlib.mod.SmaliMod.assembleSmaliFile(SmaliMod.java:71)
at brut.androlib.src.DexFileBuilder.addSmaliFile(DexFileBuilder.java:43)
at brut.androlib.src.DexFileBuilder.addSmaliFile(DexFileBuilder.java:33)
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:64)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:48)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:35)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:222)
at brut.androlib.Androlib.buildSources(Androlib.java:179)
at brut.androlib.Androlib.build(Androlib.java:170)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:174)
at brut.apktool.Main.main(Main.java:59)
then it stops there and apk is not compiled... im confused on what to do right now

U edited smali wrong.
Sent from my GT-S5360 using XDA

hell_lock said:
U edited smali wrong.
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
thanks sir... im trying to create my 1st custom rom and somehow just made a deodexed stock rom in the end LOL,,, uhm just a question how do you flash a kernel along with the rom, i use dsixda and i just put bmunlock and boot,img in my working folder but when i flash my rom i get an error. i think it was raw write error boot.img installation aborted or something like that

thirdzcee said:
thanks sir... im trying to create my 1st custom rom and somehow just made a deodexed stock rom in the end LOL,,, uhm just a question how do you flash a kernel along with the rom, i use dsixda and i just put bmunlock and boot,img in my working folder but when i flash my rom i get an error. i think it was raw write error boot.img installation aborted or something like that
Click to expand...
Click to collapse
There was a solution by kurotsugi in hell_lock's tut....i don't remember it....
Edit - here it is http://forum.xda-developers.com/showthread.php?p=25251384
-----------------------------------------
Sent from my nandroid

thirdzcee said:
thanks sir... im trying to create my 1st custom rom and somehow just made a deodexed stock rom in the end LOL,,, uhm just a question how do you flash a kernel along with the rom, i use dsixda and i just put bmunlock and boot,img in my working folder but when i flash my rom i get an error. i think it was raw write error boot.img installation aborted or something like that
Click to expand...
Click to collapse
I can flash kernels without bmunlock... U jus need to replace the update binary in meta inf folder.
Sent from my GT-S5360 using XDA

anasdcool71 said:
There was a solution by kurotsugi in hell_lock's tut....i don't remember it....
Edit - here it is http://forum.xda-developers.com/showthread.php?p=25251384
-----------------------------------------
Sent from my nandroid
Click to expand...
Click to collapse
hell_lock said:
I can flash kernels without bmunlock... U jus need to replace the update binary in meta inf folder.
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
thanks for your help guys... and i thought this rom cooking thing was gonna be a piece of cake... looks like i was wrong

Related

Deodexing stock 351

Hi there,
I m thinking of deodexing stock 351 rom. i did apps and framework successfully and flashed them back via zip but after that m stuck on bootloops.
Please someone helpout. i wana learn not go back via nandroid:]
Best way to do this is to download the htc desire kitchen rom maker. It has great options to deox and zip align as well as make a cwm flashable rom....
I tried to do this manually and always ran into issues, with the downloadedable kitchen it works everytime.
Sent from my Dell Streak
Krad said:
Best way to do this is to download the htc desire kitchen rom maker. It has great options to deox and zip align as well as make a cwm flashable rom....
I tried to do this manually and always ran into issues, with the downloadedable kitchen it works everytime.
Sent from my Dell Streak
Click to expand...
Click to collapse
Can you give us a bit more information about this?
Krad said:
Best way to do this is to download the htc desire kitchen rom maker. It has great options to deox and zip align as well as make a cwm flashable rom....
I tried to do this manually and always ran into issues, with the downloadedable kitchen it works everytime.
Sent from my Dell Streak
Click to expand...
Click to collapse
sir,
Thanks for replying .
i tryd kitchen , and checked update script . it shows error ......below is my script pls correct if m wrong anywhere .
PHP:
show_progress 0.1 0
copy_dir PACKAGE:system/app SYSTEM/APP:
show_progress 0.1 10
copy_dir PACKAGE:system/framework SYSTEM/FRAMEWORK:
and my zip includes
a system folder including app and framework folder
and a META folder.
This has been done by "strict242"
You can find the deodexed 351 here:
http://forum.xda-developers.com/showpost.php?p=15230802&postcount=393
jitin02 said:
sir,
Thanks for replying .
i tryd kitchen , and checked update script . it shows error ......below is my script pls correct if m wrong anywhere .
PHP:
show_progress 0.1 0
copy_dir PACKAGE:system/app SYSTEM/APP:
show_progress 0.1 10
copy_dir PACKAGE:system/framework SYSTEM/FRAMEWORK:
and my zip includes
a system folder including app and framework folder
and a META folder.
Click to expand...
Click to collapse
what is your error? I don't see it... Did you go into build.prop and remove the one module the streak doesn't use?
rsfinsrq said:
This has been done by "strict242"
You can find the deodexed 351 here:
http://forum.xda-developers.com/showpost.php?p=15230802&postcount=393
Click to expand...
Click to collapse
what fun is that? if you can learn how to do it yourself?
Krad said:
what fun is that? if you can learn how to do it yourself?
Click to expand...
Click to collapse
LOL, agreed! The thread may however provide some answers the the issues that were encountered.
You do plan to Cook it afterwards right? You aren't just DeOdexing for the sake of DeOdexing? From what I've read there is basically no point to it unless you intend to create your own ROM based on the DeOdexed one. It probably won't hurt anything in a way that you'll notice, but it won't improve anything either.
Krad said:
what fun is that? if you can learn how to do it yourself?
Click to expand...
Click to collapse
I will not prefer goin to that link
Instead I would love learn how to it..
- Sir. Krad ....i didnt removd ny module from build.prop ,
- aktly I didnt even that.
pls lett me know wats that n where in build.prop
- i guess if edit build prop I hav to include it in my zip to put it bak? Or b4 flashin zip I hav to do it?
- I used auto deodexer to deodex app n framework.
- after my first post I used one of ur gingerbread theme while changing fonts with app and all..... Tryd flashin , flash was successful but got infinite bootloops dont know wat happened
?
I will appreciat ur more guidanc so that I can learn
And I agree with u lik u say u would try try try until it becomes memory .
Sent from my Dell Streak using XDA App
rsfinsrq said:
This has been done by "strict242"
You can find the deodexed 351 here:
http://forum.xda-developers.com/showpost.php?p=15230802&postcount=393
Click to expand...
Click to collapse
Well thanks rsfinsrq
but I would would first try to do it myself with u guyz guidanc
Sent from my Dell Streak using XDA App
rsfinsrq said:
LOL, agreed! The thread may however provide some answers the the issues that were encountered.
Click to expand...
Click to collapse
Sent from my Dell Streak using XDA App
mid_life_crisis said:
You do plan to Cook it afterwards right? You aren't just DeOdexing for the sake of DeOdexing? From what I've read there is basically no point to it unless you intend to create your own ROM based on the DeOdexed one. It probably won't hurt anything in a way that you'll notice, but it won't improve anything either.
Click to expand...
Click to collapse
yes, I do want yo cOOk it , but I m nt a pro in this things I would need u guyz help in learning it ,
Someone pro like u guyz who know how to do it help me out, I would lik to .
Sent from my Dell Streak using XDA App
jitin02 said:
Well thanks rsfinsrq
but I would would first try to do it myself with u guyz guidanc
Sent from my Dell Streak using XDA App
Click to expand...
Click to collapse
Read this post.
http://forum.xda-developers.com/showpost.php?p=15205770&postcount=371
Why when I try to flash zip it gives Syntex error? Tryd to flash after clear cache partitn, dalvik cache bt still syntex error , y that happns,?
Sent from my Dell Streak using XDA App
rsfinsrq said:
This has been done by "strict242"
You can find the deodexed 351 here:
http://forum.xda-developers.com/showpost.php?p=15230802&postcount=393
Click to expand...
Click to collapse
Here is the result.
zander42 said:
Here is the result.
Click to expand...
Click to collapse
Thats wat m sayin this is happning to me to and his zip is also givin error
Sent from my Dell Streak using XDA App
if you're flashing frameworks you need to make sure the old ones are deleted first and that the correct permissions are set on the files.
I've no idea what you're trying to do with the zips, there's so little information in this thread to actually point out what you've tried to do so far..
if you just want to replace frameworks with deodexed ones (why? odexing is a way of speeding things up, unless you want to try theming) then you also should be deodexing the system/apps as well, and clearing dalvik-cache.
"Apk files have respective odexes that devs use to supposedly save space. Deodexing means you convert it back to a .dex file and put it back inside the apk. This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything. "
There are huge amounts of tutorials online about deodexing roms if you really want to do it.
if you're using windows then there's a fairly good tool called AutoDEOTool (v 1.02 works fine) but you still need to read the instructions.
I deoxed and zip aligned and I have noticed a differences in speed
Sent from my Dell Streak
I use the kitchen to deox both /system/app and /system/framework.... not sure about your update script because the kitch actually makes that for you so it should be correct
Sent from my Dell Streak

Cook your own themes!

HEY! for those of you that want a more personalize theme you can cook your own!
Here is de site http:/uot.dakra.lt its really easy! the site has various tools like
>Battery icons
>Status bar
>Lockscreen
>Animations
so many stuff you can do!!! and very intutive too!
At the end you have to upload your own framework-es.apk and if your rom is a ginger one also your SystemUI.apk (those you can find them in the .zip of every rom)
At the summary page just make your order and they will give a pick up number, just download it and flash it!!!! if you cant flash modify your recovery, because all the script problems, although it supports clockworkmod recovery
ENJOY!!
the link not working
try post again ??
XeactorZ said:
the link not working
try post again ??
Click to expand...
Click to collapse
link workin lol / this thing was missed
http://uot.dakra.lt/
hey i cooked my own theme but i see it's a flashable zip...can't i get an apk for theme chooser?
ok so i flashed the theme but i got an error
E:Error in/sdcard/UOT.zip
Status 0
:|Solved
alex1cfc said:
hey i cooked my own theme but i see it's a flashable zip...can't i get an apk for theme chooser?
ok so i flashed the theme but i got an error
E:Error in/sdcard/UOT.zip
Status 0
:|Solved
Click to expand...
Click to collapse
I've got the same error!!Can you help me plese?how did you solved it?
XeactorZ said:
the link not working
try post again ??
Click to expand...
Click to collapse
Google for "UOT"
Its the online theme kitchen for android
Sent from my LG-P500 using Tapatalk
someone else had my same problem?can you help me please?
i also getting same error.....
E:\error in\sdcard\uto.zip
status 0
please tell me what is wrong?????
To people above: my guess is that the zip created isn't compatible with your custom recovery.
Best place for support with the UOT kitchen is the official thread, search for UOT kitchen in the Android development and hacking forum here at xda.
Sent from my HyperdroidCM7 HD2
how you selved it? same prob. here !
Guys, u all need to install it through clock world mod recovery!
anshulsingh12995 said:
Guys, u all need to install it through clock world mod recovery!
Click to expand...
Click to collapse
I've got CWM 5.0.2.0 but i also have this error:
Code:
E:\error in\sdcard\uto.zip
status 0
so in window "File Upload",the first one thing to choose is Edify scripting. In this menu i should choose the type of my device, I've got:
Type MTD(Default)
Type EMMC
Type Galaxy
Type Optimus
I select "Type Optimus".....is the best answer or not?
change update-binary and updater-script in flashable zip file to files included in your rom zip in folder MATA-INF/com/google/android.
thank you for link
sorry for necro. but how do i solve status 0 problem for stock rom? thanks
thank you for link and nice find.
ok im getting this...
Installing update...
E:Error in /sdcard/UOT-03-16-04-01-3.zip
(Status 0)
Installation aborted.
So how do i fix this?
*looks around*
Does nobody read anymore?
vikasb32 said:
change update-binary and updater-script in flashable zip file to files included in your rom zip in folder META-INF/com/google/android.
Click to expand...
Click to collapse
Sent from my HTC_A510c
Well I already did that and even followed the how to help on the UOT Kitchen site and still got same results
Sent from...wait gotta remember

Hey help me out Guys Savies kernel

I finally installed savies kernel after 3days but what im aware of it has only 3 governor? and 2 i/o schedulers..
please help how to load the 18governors and how to make them work thanks :highfive:
You need to do a Custom Installation and select all the governers and I/o's, default installation sometimes doesnt give all the governers
how??? can you tell me? please?
help guys?
Reinstall the kernel n choose custom installation check all governer n i/o sched
Sent from my GT-S5360 using xda premium
done that party.. and still cant please help?
Have u select all the governers n i/o sched in aroma installer?
If it kept. Then try to reinstall with Typical type
Sent from my GT-S5360 using xda premium
guys, i want to flash Savies kernel and but want to make sure what is the exact procedure.please correct me if i'm wrong.
first,i have to flash by cwm...
then, select the zip file and choose custom installation and select all the governors and i/o's...
then,reboot...
is that all guys or is there some procedure that i forgot?...
thats all,i have installed in the same way on ussrv7 and it was no prob.i have used the aroma one.
CALIBAN666 said:
thats all,i have installed in the same way on ussrv7 and it was no prob.i have used the aroma one.
Click to expand...
Click to collapse
just finished downloading the aroma and i will try it now.thanks for your immediate reply...:good:
yabyuh22 said:
I finally installed savies kernel after 3days but what im aware of it has only 3 governor? and 2 i/o schedulers..
please help how to load the 18governors and how to make them work thanks :highfive:
Click to expand...
Click to collapse
-Extract aroma kernel
-Extract govio modules
-Put all modules on /sdcard/.system-replacer/lib/modules
-Put 69govio tweak (ive forgot name file lol) on /sdcard/.system-replacer/etc/init.d
-reboot
savie said:
-Extract aroma kernel
-Extract govio modules
-Put all modules on /sdcard/.system-replacer/lib/modules
-Put 69govio tweak (ive forgot name file lol) on /sdcard/.system-replacer/etc/init.d
-reboot
Click to expand...
Click to collapse
idid that okay ill try again.. can you refer me the link?? ung 69govio? or its in the zip?
yabyuh22 said:
idid that okay ill try again.. can you refer me the link?? ung 69govio? or its in the zip?
Click to expand...
Click to collapse
Link all on my post 1 on my thread..
69govio from govio-tweak.zip on init.d folder.. Just extract it..
ok thanks brow ill check and report to you
EDIT:it work bro all of the Governors and i/o sched is here.. but how will i know if they are working?
Well can u tell ur experience of savie kernal...
I am thinking of flashing it ...
As recommended by a good man..
just testing it now im using these kernel just for a minute D ill report tomorrow but for me its fast ill play with the governor but ill ask savie to how to know if govenors work
Okay...
Thanx bro...
I will wait for it...
blackpanther2209 said:
just finished downloading the aroma and i will try it now.thanks for your immediate reply...:good:
Click to expand...
Click to collapse
you actually dont need to create threads like this...
the savie kernel thread has instructions...
better read it....
wingbacker13 said:
you actually dont need to create threads like this...
the savie kernel thread has instructions...
better read it....
Click to expand...
Click to collapse
I think u are wrong sir i'm not the one making this thread and this is a Q and A section.any person can asks questions if they want help from others.and pls read first especially the first page before posting or reacting from any persons posts.:screwy:
Sent from my GT-S5360 using Xparent Blue Tapatalk 2
savie said:
-Extract aroma kernel
-Extract govio modules
-Put all modules on /sdcard/.system-replacer/lib/modules
-Put 69govio tweak (ive forgot name file lol) on /sdcard/.system-replacer/etc/init.d
-reboot
Click to expand...
Click to collapse
sir thanx for information...i got All govs and i/o shlanders ....but still i m not getting droidwall support..
i ve tried all installation but not getting ...
im using savies 73
plz reply
Sent from my GT-S5360 using Tapatalk 2

[Q] Galaxy y display upsidedown

Hey!
I just flashed a new Rom stock rom on my galaxy Y. Everything is working properly, but the problem is that my display is upsidedown i.e. sort of mirrored inverted display.
Kindly tell me what to do?? I'm new to android.
thanks! waiting for any helpful replies!!
Reflash stock via ODIN again
Sent from a device
|Unable to figure out which one it is|
Working now???
-------------------------------------
Sent via a HyperBlasted SuperPhone!
Can u tell which rom it is.??
**rooting is new for me...and i am noob to root...**
zainoozinkiee said:
Hey!
I just flashed a new Rom stock rom on my galaxy Y. Everything is working properly, but the problem is that my display is upsidedown i.e. sort of mirrored inverted display.
Kindly tell me what to do?? I'm new to android.
thanks! waiting for any helpful replies!!
Click to expand...
Click to collapse
When you get such kind of problems,flash a stock rom.Here's the link: http://forum.xda-developers.com/showthread.php?t=2068157
Note-Choose your region where you live and according to it download the stock rom and follow the steps to flash it.
Rom:JellyBlast V3
Kernel:Kurotstogi
Theme:Xperia theme with some personal modification.
aniket.lamba said:
When you get such kind of problems,flash a stock rom.Here's the link: http://forum.xda-developers.com/showthread.php?t=2068157
Note-Choose your region where you live and according to it download the stock rom and follow the steps to flash it.
Rom:JellyBlast V3
Kernel:Kurotstogi
Theme:Xperia theme with some personal modification.
Click to expand...
Click to collapse
Hey,thanks dude. but the problem is, i downloaded a stock rom, but it had only one 'Home' file, instead of three separate files. and that im unable to flash that rom on my cell. Any idea?
TJ!! said:
Working now???
-------------------------------------
Sent via a HyperBlasted SuperPhone!
Click to expand...
Click to collapse
hi,thaks 4 the reply! No, its still not working.
Can you refer me a working stock rom, having three separate files,because i'm unable to find one. :/
And i've tried the one-file stock rom,but isnt flashing.
zainoozinkiee said:
hi,thaks 4 the reply! No, its still not working.
Can you refer me a working stock rom, having three separate files,because i'm unable to find one. :/
And i've tried the one-file stock rom,but isnt flashing.
Click to expand...
Click to collapse
U have to extract the one file....
Using winrar or 7zip
Once done ull get 3 files
Modem.blah.blah
Pda.blahblah
Csc.blahblah
Once done
Open odin and click the box and get the corresponding file
And press start
Modem belongs to the phone area...
Sent from my GT-P3110 using Tapatalk 2
jasonxD said:
U have to extract the one file....
Using winrar or 7zip
Once done ull get 3 files
Modem.blah.blah
Pda.blahblah
Csc.blahblah
Once done
Open odin and click the box and get the corresponding file
And press start
Modem belongs to the phone area...
Sent from my GT-P3110 using Tapatalk 2
Click to expand...
Click to collapse
I tried extracting it using winrar & 7zip, but no help.
Any other ideas?
the flash rom is:
S5360DXKJ3_S5360OLBKJ2_S5360DXKJ1_HOME.tar.md5
Finally found a 3-file stock rom, flashed it and it worked!!
Thank-you guys for your replies.
zainoozinkiee said:
Hey!
I just flashed a new Rom stock rom on my galaxy Y. Everything is working properly, but the problem is that my display is upsidedown i.e. sort of mirrored inverted display.
Kindly tell me what to do?? I'm new to android.
thanks! waiting for any helpful replies!!
Click to expand...
Click to collapse
Its awesome what unexpected side effects u can have the first time ur doing something XD
Sent from my GT-S5360 using xda app-developers app
camera 360 display upside down

Help abut android kitchen

Hello everyone
i want to know that if we make a rom through
dsixda's android kitchen
will it work on galaxy y
because the main page says something about a yaffs file system
abhishekr700 said:
Hello everyone
i want to know that if we make a rom through
dsixda's android kitchen
will it work on galaxy y
because the main page says something about a yaffs file system
Click to expand...
Click to collapse
yes it will
all you need to do is change the update binary and updater script with one from our phone in the final rom zip kitchen generates after building
marcussmith2626 said:
yes it will
all you need to do is change the update binary and updater script with one from our phone in the final rom zip kitchen generates after building
Click to expand...
Click to collapse
But I used a stock rom of my device
Not sure if it had update script or updater script
Do I still need another updater script
abhishekr700 said:
But I used a stock rom of my device
Not sure if it had update script or updater script
Do I still need another updater script
Click to expand...
Click to collapse
heres mine unzip attachment for stock based roms - you just need to edit the wording and use the symlinks from the one kitchen generates
there are guides to using kitchen if you need further help
marcussmith2626 said:
heres mine unzip attachment for stock based roms - you just need to edit the wording and use the symlinks from the one kitchen generates
there are guides to using kitchen if you need further help
Click to expand...
Click to collapse
can u pplease give me detailed instructions
and tell me why i cant use the kitchen's update script
marcussmith2626 said:
heres mine unzip attachment for stock based roms - you just need to edit the wording and use the symlinks from the one kitchen generates
there are guides to using kitchen if you need further help
Click to expand...
Click to collapse
can u pplease give me detailed instructions
and tell me why i cant use the kitchen's update script
abhishekr700 said:
can u pplease give me detailed instructions
and tell me why i cant use the kitchen's update script
Click to expand...
Click to collapse
because you will most likely get status 0 error when you flash it in cwm or error 6 or 7
please search for any guides you require
read this for starters
http://forum.xda-developers.com/showthread.php?t=1801690
marcussmith2626 said:
because you will most likely get status 0 error when you flash it in cwm or error 6 or 7
please search for any guides you require
read this for starters
http://forum.xda-developers.com/showthread.php?t=1801690
Click to expand...
Click to collapse
no detail instruction about symlinks
abhishekr700 said:
no detail instruction about symlinks
Click to expand...
Click to collapse
no
detailed instructions about symlinks
abhishekr700 said:
no
detailed instructions about symlinks
Click to expand...
Click to collapse
kitchen creates the symlinks for you
you only have to edit the mount points that are above the symlinks
compare with other updater scripts for this phone
flash it and you will see if it needs to be changed

Categories

Resources