Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jimakos29
Old
(Last edited by jimakos29; 15th February 2012 at 07:51 AM.)
#11  
Senior Member - OP
Thanks Meter 115
Posts: 412
Join Date: Oct 2010
Location: Kilkis
Quote:
Originally Posted by Meemo23 View Post
It doesn't i know don't need to point that out i guess you cannot read to save your life so i won't bother and get straight to the point..

No one is gonna bother making one anytime soon, so don't get your knickers in a twist mate if i could make a rom for this device i would make one now... but not all dev's have the time to make you a rom right now.... Jesus people really have forgotten how to read these days lol...
well people have forgotten how to read these days, since I have never asked anyone to make "me" a rom. I just saw the 1st post link and pointed it out towards the devs cause many people do like and ask for MIUI. So basically I asked if anyone could take a look at it and make a rom for everyone else here since we could use some extra options when selecting rom. As fot the whole "no one is gonna make it thing" take a look at the 2 posts below yours and there you have your answer. The devs who "won't bother" just did so. See, you may think they dont give a damn but I thought otherwise when I created the thread and thankfully I was right, cause they wouldn't have created any of their roms in the first hand. So I do know how to read English even though not my mother tongue...
And btw thanks Gerrett and ThiaiZ. Hope we get a MIUI working here soon...
Hit the thanks button if I helped you...
 
Gerrett
Old
(Last edited by Gerrett; 16th February 2012 at 03:24 PM.)
#12  
Senior Member
Thanks Meter 1836
Posts: 1,104
Join Date: Mar 2011
So .. now i got an error at building phone.apk. :P

build now without phone.apk but it won't boot .. damn

Update: It's Booting now, but got many FC's .. Statusbar, launcher, process, mms ..

Gesendet von meinem LG-P920 mit Tapatalk
 
armarmP920
Old
#13  
Junior Member
Thanks Meter 2
Posts: 16
Join Date: Feb 2012
Gerrett
How there is a work the friend? With impatience we wait some your rum!
 
Gerrett
Old
#14  
Senior Member
Thanks Meter 1836
Posts: 1,104
Join Date: Mar 2011
Fixed phone.apk .. but still got statusbar/systemui and launcher fc. if i got the launcher working i will maybe upload an alpha build

Gesendet von meinem LG-P920 mit Tapatalk
The Following 2 Users Say Thank You to Gerrett For This Useful Post: [ Click to Expand ]
 
armarmP920
Old
#15  
Junior Member
Thanks Meter 2
Posts: 16
Join Date: Feb 2012
good luck man. I am pleased to be testing

alpha version. 3d at this drive will work?. sorry for my english.
 
Gerrett
Old
#16  
Senior Member
Thanks Meter 1836
Posts: 1,104
Join Date: Mar 2011
Nope, no 3D .. will be cm7 based, cause the 3D Framework make more problems .. so first Cm7 Based, and when this work i will try to port it to stock with 3D ..
But i think we didnt need stock miui, we need a 3D port for cm7
 
armarmP920
Old
#17  
Junior Member
Thanks Meter 2
Posts: 16
Join Date: Feb 2012
Yes you are right. It is not enough 3d. For me, this is one of the main functions of the phone. It is waiting for when it is possible to use 3d to cm7 or your miui
 
Masinac
Old
#18  
Senior Member
Thanks Meter 39
Posts: 169
Join Date: Sep 2009
Personally for me 3D is not a "must have" feature,I barrelly use it..it's more immportant to have some fast,stable MIUI ROM with or without 3D.
 
jimakos29
Old
#19  
Senior Member - OP
Thanks Meter 115
Posts: 412
Join Date: Oct 2010
Location: Kilkis
Quote:
Originally Posted by Gerrett View Post
Fixed phone.apk .. but still got statusbar/systemui and launcher fc. if i got the launcher working i will maybe upload an alpha build

Gesendet von meinem LG-P920 mit Tapatalk
maybe try resigning all apk in system/app ? this was proposed as a solution in the other thread but dont know if it is working. +1 on the stock rom though. 3d would be awesome with MIUI.
Hit the thanks button if I helped you...
 
Gerrett
Old
(Last edited by Gerrett; 18th February 2012 at 03:11 AM.)
#20  
Senior Member
Thanks Meter 1836
Posts: 1,104
Join Date: Mar 2011
Quote:
Originally Posted by jimakos29 View Post
maybe try resigning all apk in system/app ? this was proposed as a solution in the other thread but dont know if it is working. +1 on the stock rom though. 3d would be awesome with MIUI.
nope ..

mh, systemui and framework seems to be a problem with cm7 ..

This is where i stack at Stock rom :

Building Framework.jar :

Code:
cp -r framework.jar.out/ .build/framework
/home/nimrod/MIUI-Vengeance/MiPatcher/tools/add_miui_smail.sh .build/framework_miui .build/framework
/home/nimrod/MIUI-Vengeance/MiPatcher/tools/apktool b .build/framework .build/framework.jar
I: Checking whether sources has changed...
I: Smaling...
Exception in thread "main" org.jf.dexlib.Util.ExceptionWithContext: method index is too large.
	at org.jf.dexlib.Util.ExceptionWithContext.withContext(ExceptionWithContext.java:54)
	at org.jf.dexlib.Item.addExceptionContext(Item.java:176)
	at org.jf.dexlib.Item.writeTo(Item.java:119)
	at org.jf.dexlib.Section.writeTo(Section.java:119)
	at org.jf.dexlib.DexFile.writeTo(DexFile.java:716)
	at brut.androlib.src.DexFileBuilder.getAsByteArray(DexFileBuilder.java:75)
	at brut.androlib.src.DexFileBuilder.writeTo(DexFileBuilder.java:58)
	at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:50)
	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:182)
	at brut.apktool.Main.main(Main.java:67)
Caused by: java.lang.RuntimeException: method index is too large.
	at org.jf.dexlib.Code.Format.Instruction35c.writeInstruction(Instruction35c.java:102)
	at org.jf.dexlib.Code.Instruction.write(Instruction.java:57)
	at org.jf.dexlib.CodeItem.writeItem(CodeItem.java:258)
	at org.jf.dexlib.Item.writeTo(Item.java:116)
	... 12 more
code_item @0x1caf34 (Landroid/net/NetworkInfo$DetailedState;->values()[Landroid/net/NetworkInfo$DetailedState;)

make: *** [.build/framework.jar] Fehler 1
nimrod@nimrod-Ubuntu:~/MIUI-Vengeance/MiPatcher/p920$
any ideas ?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...