LG screwed up - bad - here's why your UI is jerky! - LG Optimus 2x

You might not have seen my main post on my Performance Audit, so I thought i'd post a seperate topic.
Basically i've been auditing the LG ROMs for performance tweaks today, and I came across a monstrous cockup by LG!
On device startup there is a piece of code which looks to check if the device is running an engineering build (this is set in the build.prop). If it is, then it sets up the system as such that dexopt doesn't happen at startup (which is normal), but happens on the fly. This is fine for engineering builds, but for user builds, it's a huge and unpredictable system overhead.
Now, in my audit I discovered that LG have manually changed this code to always return 'true' instead of looking at the build.prop! So the device always runs it's dexopt in engineering mode (no pre-dexopt). Crazy!
This explains the slowdowns and random weirdness we have been seeing. I've reversed 3 LG builds and they all have this problem.
I've now fixed it and i've implemented the fix in my Fr7 releases but, well, bad LG!
P
PS For the techies amongst you, let me post the code snippets below.
The 'stock' Google code (smali):
Code:
const-string v5, "eng"
const-string v6, "ro.build.type"
invoke-static {v6}, Landroid/os/SystemProperties;->get(Ljava/lang/String;)Ljava/lang/String;
move-result-object v6
invoke-virtual {v5, v6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v5
LG's code (smali):
Code:
const/4 v5, 0x1
LMAO!

Nice find. Where do you find this particular smali?

DocRambone said:
Nice find. Where do you find this particular smali?
Click to expand...
Click to collapse
In the services jar.
P

paulobrien said:
In the services jar.
P
Click to expand...
Click to collapse
Thanks, lets see if i can find it

DocRambone said:
Thanks, lets see if i can find it
Click to expand...
Click to collapse
com/android/server/PackageManagerService.smali
It took me a while to find this particular issue!!!
P

Haha thats why we love having you to check these things and fix them for us!
Cheers!

paulobrien said:
com/android/server/PackageManagerService.smali
It took me a while to find this particular issue!!!
P
Click to expand...
Click to collapse
I can guess, looking for a bug in a smali is not for the impatient ones

So is it possible to fix this code ourself?

DocRambone said:
I can guess, looking for a bug in a smali is not for the impatient ones
Click to expand...
Click to collapse
Heh, I did a top to bottom performance audit. All I knew was 'it's jerkier than it should be' - doesn't give much to go on.
P

paulobrien said:
Heh, I did a top to bottom performance audit. All I knew was 'it's jerkier than it should be' - doesn't give much to go on.
P
Click to expand...
Click to collapse
F... amazing.. can this be the cause for the battery drain some of us have been seeing?
Sent from my LG-P990 using XDA App

reidar.ostrem said:
F... amazing.. can this be the cause for the battery drain some of us have been seeing?
Sent from my LG-P990 using XDA App
Click to expand...
Click to collapse
Well it certainly won't help!
P

Wow you truly are great. Can't believe that lg who is spending millions of dollars for their devs screwed up bad. w/ the performance edit that you made, your finally starting to tap o2x's full potential. Great great job
The next tym i buy a phone again ill make sure modaco/paul would be supporting it.

can this be fixed without using your MCR

peacekeeper05 said:
Wow you truly are great. Can't believe that lg who is spending millions of dollars for their devs screwed up bad. w/ the performance edit that you made, your finally starting to tap o2x's full potential. Great great job
The next tym i buy a phone again ill make sure modaco/paul would be supporting it.
Click to expand...
Click to collapse
Well, that may be caused by the high pressure they have to release a "final" ROM from the marketing department. If u think about it a moment... the LG Optimus Speed is the first real DualCore Tegra device which is launched worldwide now. I think that the devs could do a better job if they have the time for.
But anyway @Paul:
I think they should send u a crate of beer . You're amazing!!! Keep going so hopefully we will have Gingerbread asap on our LG devices...

Heh...
I was discussing with a guy on a danish forum about rooting and custom roms, he couldn't see how private persons ever could make roms that was _better_ than stock roms. "They dont have the same ability to code and design something that complex"
Well, he should read this thread, lol

ryaneu said:
can this be fixed without using your MCR
Click to expand...
Click to collapse
Yes, see this topic.
Hitchi said:
I think they should send u a crate of beer . You're amazing!!! Keep going so hopefully we will have Gingerbread asap on our LG devices...
Click to expand...
Click to collapse
Mmmm, beer!
P

In the 80s I paid a visit to IBM UK's techies looking for some new kit on which to run a fairly obscure language (which I still work with today!)
They had some fancy dual processor kit (imagine!) but the language didn't seem to run in more than one thread.
Out of interest they looked at what it was doing through their fancy disassembler and it turned out it was scanning the keyboard several times a second - and then checking if it needed to.
Quality coding - horse, cart...

Great, ive always heard of Sir Paul Obrien but never had the time to aknowledge why your so famous among the android people... Your work is inspiring, hope you stick with 2X for a while now... cheers
Sent from my GT-I9000 using XDA App

I just have no luck with your normal rom its jerky and slow for me can't understand it, but your vanilla rom flys.

Hi Paul !
Nice work !
LG sucks !
I flashed r7 now, but the laggyness in the UI is still there.
I´m using Facebook & Twitter Widgets @ one screen each, and one Screen for my Apps.
Whatever i do, appdrawer open or what else, its not lagfree. It seems the Speed from the Box is disappeared. Is it possible, in your opinion , to get this phone lagfree in future ???

Related

APP drawer orginizer?

My girl and i both have G1s. Her phone uses DXtop and is not rooted. Her DXtop has the ability to orginize APPs in her APP drawer. I have been looking everywhere and cant find anything that alows my rooted G1 to do the same. Is there anything out there that can manage APPs in the drawer on a rooted G1 running cyan 4.0.4?
mijalex said:
My girl and i both have G1s. Her phone uses DXtop and is not rooted. Her DXtop has the ability to orginize APPs in her APP drawer. I have been looking everywhere and cant find anything that alows my rooted G1 to do the same. Is there anything out there that can manage APPs in the drawer on a rooted G1 running cyan 4.0.4?
Click to expand...
Click to collapse
modified launcher
Is Modified Launcher different (in functionality) than Advanced Launcher?
qwerty3656 said:
Is Modified Launcher different (in functionality) than Advanced Launcher?
Click to expand...
Click to collapse
Actually I was thinking of advanced launcher but here are both of em. It's been a long day.
http://forum.xda-developers.com/showthread.php?t=538871
modified launcher
http://forum.xda-developers.com/showthread.php?t=540880
advanced launcher
Advanced launcher is a home replacement. I'm interested in a theme or application that is not running over my original home but allows the APP drawer to be customized. Besides, it also states that it is not usable with Cyan 4.0.4. Any other ideas?
mijalex said:
Advanced launcher is a home replacement. I'm interested in a theme or application that is not running over my original home but allows the APP drawer to be customized. Besides, it also states that it is not usable with Cyan 4.0.4. Any other ideas?
Click to expand...
Click to collapse
its not a home replacement like dxtop....it actually replaces the one you have
did you even read the op properly?
I'm confused by myself. So here's the description: u17 ist still the old version for cupcake releases. There is a standalone and a replacement. Both are for cupcake based builds.
Then there ist v2.0.1. It's the new version. It's for donut based builds. And it's currently only the replacement version, standalone will come.
So don't use v2.0.1 on cupcake based builds (like cyanogen's 4.0.4 stable) and don't use u17 or u17_replacement on donut based builds (like the cyanogen experimental branch).
Click to expand...
Click to collapse
i.e........ u17 is compatible with 4.0.4 but not donut
read the op and use the replacement version instructions to fix up your build
Launcher_update_17.zip
*can hardly contain anger*
I see now. Was misunderstanding the wording. I'm somewhat noob, but trying to learn what I can. Thank you for your help
mijalex said:
I see now. Was misunderstanding the wording. I'm somewhat noob, but trying to learn what I can. Thank you for your help
Click to expand...
Click to collapse
lol dont worry. the stuff here is kinda hard to go through unless youve been here for a while. Can you add [SOLVED] to the title
B-man007 said:
its not a home replacement like dxtop....it actually replaces the one you have
did you even read the op properly?
i.e........ u17 is compatible with 4.0.4 but not donut
read the op and use the replacement version instructions to fix up your build
Launcher_update_17.zip
*can hardly contain anger*
Click to expand...
Click to collapse
Thanks for breakin it down. The way I was feelin yesterday I woulda struggled to do it.
supremeteam256 said:
Thanks for breakin it down. The way I was feelin yesterday I woulda struggled to do it.
Click to expand...
Click to collapse
hehe i know the feeling. When that happens I just go two weeks without posting
B-man007 said:
hehe i know the feeling. When that happens I just go two weeks without posting
Click to expand...
Click to collapse
I would love to do that, but then what would I do to kill time at work?
supremeteam256 said:
I would love to do that, but then what would I do to kill time at work?
Click to expand...
Click to collapse
hehe this summer, my productivity numbers fell by 133% at work thanks to xda
now ive found a way to look productive and artificially boost my numbers: interns
now they are up an extra 70% from where i was before xda XD
i had the same dilemma. i dont know how id kill time at work w/o xda
B-man007 said:
hehe this summer, my productivity numbers fell by 133% at work thanks to xda
now ive found a way to look productive and artificially boost my numbers: interns
now they are up an extra 70% from where i was before xda XD
i had the same dilemma. i dont know how id kill time at work w/o xda
Click to expand...
Click to collapse
I would love to see my productivity numbers before and after. Between XDA, Hulu, CNN, and some other randum stuff I might look up I don't know how I get anything done. Good thing I do programming so I can just say "Hey this stuff got me stumped." Also I know how to really drag out a project. Good thing I work with a bunch of goof off's too.
supremeteam256 said:
I would love to see my productivity numbers before and after. Between XDA, Hulu, CNN, and some other randum stuff I might look up I don't know how I get anything done. Good thing I do programming so I can just say "Hey this stuff got me stumped." Also I know how to really drag out a project. Good thing I work with a bunch of goof off's too.
Click to expand...
Click to collapse
i know what you mean xD
yesterday i spent 3 hours debugging another teams program. they had 6000 SLIC and it crashed on run time. I figured what the hell, im up for a challenge. well the whole program crashed because of one letter
fliers instead of flier
both flier and fliers were valid so it compiled fine but crashed when it was run. the exception being thrown was nowhere near (in a completely unrelated class) where the error was and the debugger on eclipse missed it completely.
turns out, the guys made bets on how long it would take me to find it. (i beat all their wagers. i told them to give me the pot or id report their asses. see, im super productive XP )
because of that diversion, i didnt get my team to finish their project so i made them stay after xD
B-man007 said:
i know what you mean xD
yesterday i spent 3 hours debugging another teams program. they had 6000 SLIC and it crashed on run time. I figured what the hell, im up for a challenge. well the whole program crashed because of one letter
fliers instead of flier
both flier and fliers were valid so it compiled fine but crashed when it was run. the exception being thrown was nowhere near (in a completely unrelated class) where the error was and the debugger on eclipse missed it completely.
turns out, the guys made bets on how long it would take me to find it. (i beat all their wagers. i told them to give me the pot or id report their asses. see, im super productive XP )
because of that diversion, i didnt get my team to finish their project so i made them stay after xD
Click to expand...
Click to collapse
LOL. Yea one lil letter, number, space, or character and that throws everything off. I've had to go thru line by line studyin everything to see whats been wrong and after awhile everything just blurs together. Luckly I'm workin on a couple different projects that use arbortext which makes everything alot easier. But there's those times arbortext messes up and its back to lookin at the code in text pad or word pad and wow you already know how that is.

Android 2.2

http://developer.android.com/sdk/android-2.2.html
Are there any plans to bring Android 2.2 to X1?
As said by google, it brings significant speed improvements which would be great as X1 have slower hardware than most android phones out there.
matejdro said:
http://developer.android.com/sdk/android-2.2.html
Are there any plans to bring Android 2.2 to X1?
As said by google, it brings significant speed improvements which would be great as X1 have slower hardware than most android phones out there.
Click to expand...
Click to collapse
said 2.2 available only with ARM11, cortex A8/A9, Tegra of Atom... not available for Qualcomm ... =(
I thought are processor is equivalent to a ARM11? Edit also how can it not support Qualcomm when the latest Android phones are running a Snap Dragon Processor made by Qualcomm????
Viper89 said:
I thought are processor is equivalent to a ARM11? Edit also how can it not support Qualcomm when the latest Android phones are running a Snap Dragon Processor made by Qualcomm????
Click to expand...
Click to collapse
yes they playin android 2.1, I hope Qualcomm is equal to ARM11 so!
yep I searched and its ARM11 so alright! Lets go froyo!!!
Nexus One also have qualcomm processor, so i doubt that it's unsuported.
matejdro said:
Nexus One also have qualcomm processor, so i doubt that it's unsuported.
Click to expand...
Click to collapse
Yeah, it's already been ported to the Nexus One
http://www.gsmarena.com/android_22_froyo_already_ported_to_nexus_one_htc_droid_eris-news-1675.php
I think if everybody work together we can have a good issue soon!
ilgreco112 said:
I think if everybody work together we can have a good issue soon!
Click to expand...
Click to collapse
hey ilgreco i rented a server today
site would be up soon
sanjayecb said:
hey ilgreco i rented a server today
site would be up soon
Click to expand...
Click to collapse
Nice I'm waiting !!!
ilgreco112 said:
Nice I'm waiting !!!
Click to expand...
Click to collapse
i never expected i would be having such a rush on my site
and all that was bogging bown the site again and again
i got warnings from my webhost
so i decided to move somewhere else
and rent a server
sanjayecb said:
i never expected i would be having such a rush on my site
and all that was bogging bown the site again and again
i got warnings from my webhost
so i decided to move somewhere else
and rent a server
Click to expand...
Click to collapse
Okay! hmm after June 15th I'm everyday free to help to your site, i dont know so much things but I can moderate a little bit, won't you try working on 2.2 ??
ilgreco112 said:
Okay! hmm after June 15th I'm everyday free to help to your site, i dont know so much things but I can moderate a little bit, won't you try working on 2.2 ??
Click to expand...
Click to collapse
as of yet i am to able to put my hand over it
Awesome, cant wait to try a frojo build of xperoid, should help with the performance, and just looks like there is some great new features in 2.2
do v have a rom built for my samsung galaxy spica?
Sent from my GT-I5700 using the XDA mobile application powered by Tapatalk
sanjayecb said:
as of yet i am to able to put my hand over it
Click to expand...
Click to collapse
sorry i'm confused dont understand (i dont speak english very well)
He has not found it on the internet yet. I have not found it either, it is not available yet.
EDIT:
Great News!
http://www.machackpc.com/featured/android-os-2-2-froyo-for-nexus-one-ota-update-started/
It seems that Nexus One phones are getting the upgrade AT THE MOMENT! So it is just a matter of time when people get their hands on the actual installation files, and even the source.
if I could I would help but I dont know how to do..
Some interesting links:
http://forum.xda-developers.com/showthread.php?t=686631
http://www.fonearena.com/blog/17496...oyo-for-nexus-one-now-tested-and-working.html
jkoljo said:
Some interesting links:
http://forum.xda-developers.com/showthread.php?t=686631
http://www.fonearena.com/blog/17496...oyo-for-nexus-one-now-tested-and-working.html
Click to expand...
Click to collapse
I wanted to send this lol u were faster than me!

Mods delete this thread

Still on XDA, but links are gone, Mods, please delete
Screenshots
reserved for op
Reserved for my opinions on this rom.
So far so good. Quick, responsive, will continue to check this out.
Sent from my SGH-T959 using XDA App
awesome, gonna wait for an Einherjar custom KA7 though
Please mod % Battery
Just when i setup KA6 . Thank you, gonna flash it now just for the sake of it.Will see in the morning how it behaves.
Wow!
All I have to say is whow, hold up your going to fast for me!
This is by far the fastest rom I have used on the Vibrant thus far. The response is just insane. Only had it 30 minutes or so so I can't say the battery life will be great.
The radio on this is insane, gps lock in like 10 seconds and within a minute on the tester was a 6m accuracy in a car doing well past the speed limit, I wasn't driving . The speed of the web browser is the fastest experience as well on the Vibrant.
I will say I tried going to Trigger twice but it wouldn't show the launcher at all, I couldn't get it fixed and in a moment of desperation tried this and I think it was fate.
Well done and many thanks!
PS: The Einherjar Dev Team is lucky to have you and if this is the product you can put out, man this dev team is the new hotness. I was already in love with Pepperkake and haven't found a rom till this one that I liked as much.
Alex9090 said:
Just when i setup KA6 . Thank you, gonna flash it now just for the sake of it.Will see in the morning how it behaves.
Click to expand...
Click to collapse
I feel your pain! The other day, I had his KA5 set up the way I liked it, yesterday it was KA6, and this morning, KA7.
But I do appreciate all their hard work, I love a good flash in the morning
And congrats to being part of the Einherjar Dev team, Im sure you guys will make amazing stuff!
irockstar661 said:
Reserved for my opinions on this rom.
So far so good. Quick, responsive, will continue to check this out.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
made me laugh, I guess because I was expecting to get trolled with you first comment, hope you enjoy
SeanFloyd said:
awesome, gonna wait for an Einherjar custom KA7 though
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=921453
thanharts said:
Please mod % Battery
Click to expand...
Click to collapse
Its coming friend, people do have to sleep. I see that you posted this in every KA7 thread so far. Hang tight, it will be out when its out.
Alex9090 said:
Just when i setup KA6 . Thank you, gonna flash it now just for the sake of it.Will see in the morning how it behaves.
Click to expand...
Click to collapse
So far so good. I left it off the charger last night, and lost 7 percent battery over 8 hours, GPS is pretty dang good, and she's smooth.
thecraz said:
All I have to say is whow, hold up your going to fast for me!
This is by far the fastest rom I have used on the Vibrant thus far. The response is just insane. Only had it 30 minutes or so so I can't say the battery life will be great.
The radio on this is insane, gps lock in like 10 seconds and within a minute on the tester was a 6m accuracy in a car doing well past the speed limit, I wasn't driving . The speed of the web browser is the fastest experience as well on the Vibrant.
I will say I tried going to Trigger twice but it wouldn't show the launcher at all, I couldn't get it fixed and in a moment of desperation tried this and I think it was fate.
Well done and many thanks!
PS: The Einherjar Dev Team is lucky to have you and if this is the product you can put out, man this dev team is the new hotness. I was already in love with Pepperkake and haven't found a rom till this one that I liked as much.
Click to expand...
Click to collapse
Well good morning to you too. Thats weird about Trigger Launcher, did you ask birgertime about it? I was stuck in soft brick land for a while yesterday, due to a bad Odin flash yesterday, so besides recovering my baby, and puttiing this out, I missed everything that was going on.
emarsha said:
I feel your pain! The other day, I had his KA5 set up the way I liked it, yesterday it was KA6, and this morning, KA7.
But I do appreciate all their hard work, I love a good flash in the morning
And congrats to being part of the Einherjar Dev team, Im sure you guys will make amazing stuff!
Click to expand...
Click to collapse
Thank you thank you, I'm glad to be a part of this team. We're a good mix of experience and up and comers.
Hey, I've been using this rom since last night and so far everything is running smooth and stable.
I did not ask him what the deal was, to be honest a bad odin flash might be what did it. However I re odined and reflashed and it did the same thing. I was at work and it was coming up shift end time so I was just trying to get something working for the ride home, plus was waiting for a call from the wife.
My only request is an accurate battery mod with some wicked graphic like the circle that changes colors.
For now and the past 3 roms I've had I just used a widget out of the market so no big deal. Debating whether I want the wifi calling, before at my house I didn't get the best reception, call from wife once i got home was steller quality and no breakup so I think in all honesty the radio may have done the trick and may not require the wifi calling afterall. Plus I'm worried what it might do to this screeching performance.
thecraz said:
I did not ask him what the deal was, to be honest a bad odin flash might be what did it. However I re odined and reflashed and it did the same thing. I was at work and it was coming up shift end time so I was just trying to get something working for the ride home, plus was waiting for a call from the wife.
My only request is an accurate battery mod with some wicked graphic like the circle that changes colors.
For now and the past 3 roms I've had I just used a widget out of the market so no big deal. Debating whether I want the wifi calling, before at my house I didn't get the best reception, call from wife once i got home was steller quality and no breakup so I think in all honesty the radio may have done the trick and may not require the wifi calling afterall. Plus I'm worried what it might do to this screeching performance.
Click to expand...
Click to collapse
You're absolutely right about the radio. I found the early versions of the Wifi calling app to be a resource hog, which is why I remove it from this build, and have always removed it from my personal builds. As far as the accurate batery mod, I'm sure that cooking up somewhere. I'm planning on taking some time this weekend to jump into framework modification and theming, so I can start bringing these things to the builds myself. Until then, we have to wait on our wonderful community here to provide us with the mods when new versions drop.
god, i jizzed when i saw the screenshot of the new music player when i was on official 2.2, it was too laggy to even go there... im downloading now!
Hey, one feature I miss having is the ability to choose the unlock screen. Specifically the glass unlock
crazy25000 said:
Hey, one feature I miss having is the ability to choose the unlock screen. Specifically the glass unlock
Click to expand...
Click to collapse
The Multiple Lock Screens or Power Menu haven't been ported over yet. Again, a framework thing. I'm learning as I'm going and will eventually have all of these worked into an initial release. For now, our boy Whitehawkx has been porting this stuff over with the help of untermensch, for all of our viewing pleasure.
Br1cK'd said:
The Multiple Lock Screens or Power Menu haven't been ported over yet. Again, a framework thing. I'm learning as I'm going and will eventually have all of these worked into an initial release. For now, our boy Whitehawkx has been porting this stuff over with the help of untermensch, for all of our viewing pleasure.
Click to expand...
Click to collapse
Awesome! I read earlier where you said things were getting ported and I was just giving a suggestion haha....thank you for the hard work!
OH MY GOD. did i just meet my perfect match?
this is 5000000x faster than official.
thank you so much.
any idea on how i can get the memo.apk back?
edit, nvm i'll just steal it out of axural lol
suggestion: Add the new swype with the rom? im doing it to mine right now though.
sorry for all the questions, but will the market also update itself to the new one with green thing?
xriderx66 said:
OH MY GOD. did i just meet my perfect match?
this is 5000000x faster than official.
thank you so much.
any idea on how i can get the memo.apk back?
edit, nvm i'll just steal it out of axural lol
suggestion: Add the new swype with the rom? im doing it to mine right now though.
sorry for all the questions, but will the market also update itself to the new one with green thing?
Click to expand...
Click to collapse
market will update itself, I can add a flashable zip to the op to add back in the Memo.apk. As far as swype, I don't use it personally, UltraKeyboard for me , but I can definitely look into it.
axura zip is missing system/apps for some reason..... can you upload a memo please? thanks!
and the swype is just a suggestion, most people use other keyboards too im guessing.

[Q] can't install apps

so i dropped my heroc the other day when getting it off the shelf so that i could create/port something for this phone, sense i was getting bored with my evo, and after i dropped it i picked it up and checked to make sure everything works but only thing that doesn't is installing apps
any suggestions for fixes besides replacing are welcome
also i'd like to know somethings people would like to see done on the hero:
any mod ports to the phone you'd like?
any rom ports you all would like to see?
would you like a new rom?
a new theme?
any app ideas?
anything? lol
just trying to help
you shure your not kifno bsing us again this sounds like something he would post lmao.
Bierce22 said:
you shure your not kifno bsing us again this sounds like something he would post lmao.
Click to expand...
Click to collapse
Account currently disabled
CH3NO2 said:
also i'd like to know somethings people would like to see done on the hero:
any mod ports to the phone you'd like?
any rom ports you all would like to see?
would you like a new rom?
a new theme?
any app ideas?
anything? lol
just trying to help
Click to expand...
Click to collapse
If you really wanted to do something useful, you would get into improving our current driver situation. We have an open-source camera driver (which wraps the OEM camera driver) in the CyanogenMod tree, but it needs work, especially on the camcorder side (camcorder doesn't focus at present).
There's also still a lot of work needed on the GL side. We have the libgles_qcom.so file from previous ROM images, but it isn't 100% compatible with Gingerbread (missing textures in Quadrant, etc).
The YouTube player sometimes plays audio-only when viewing "HQ" videos. I suspect this is due to a missing video codec and/or related to the above GL issues. We need work done on various codecs.
There's plenty of work to be done in kernel space. The 2.6.35 kernel posted by s0be is significant progress, but there is still plenty of room for improvement. Personally I would like to see more optimizations done on the kernel side because these will benefit all ROM images.
There are also various bugs in CyanogenMod that shouldn't be too difficult to fix, such as notification power widgets disappearing when changing themes. Check their issue tracker on Google Code to find some easy things to fix.
It would be awesome to see a fully-working 2.3.4 ROM image that was 100% AOSP and had completely working drivers. It would certainly make future development much easier and provide a nice base to build other ROM images from.
...oh, wait, that's right. You just want to "port" "tweaks"/themes/nonsense. Try fixing what we have right now before you give us more half-working junk.
Bierce22 said:
you shure your not kifno bsing us again this sounds like something he would post lmao.
Click to expand...
Click to collapse
honestly the questions he had reek of kifno, check join date also, hmmmm....
if he is kifno, at least he stopped with all the stupid smilies at the end of every sentence
xfrobex said:
honestly the questions he had reek of kifno, check join date also, hmmmm....
if he is kifno, at least he stopped with all the stupid smilies at the end of every sentence
Click to expand...
Click to collapse
I'm sure it was, as the account was disabled hours after making the post.
this dude needs to discover some vagina to take his mind off his hero. Anyone that ran his tweaks has to be insane.
lmfao how did I miss this thread before xD
You think he'd get the hint after he's been banned X # of times along with getting flamed every time he comes back...smh
On a positive note, I hereby name Bierce22:
.:]Official kifno alter ego finder[:.

How to Build a Custom Recovery image?????

So My girlfriend has Garminfone and there is no info on the internet at all on how to overclock or a custom kernel or anything really so i Have rooted it but would like to do more so i have done a lil research and will like to build Custom Recovery for the phone but before i start i thought i would post a thread here with all my Optimus one family that i trust and love to get some tips and hopefully even some instructions as the instructions online are hard to fallow ??? so anything ???
Can give a clear answer about that, because its different for most phones.
Some phones like our Optimus One have a recoverypartition, a phone like Samsung Galaxy 3 has not. It took some work to port CWM to that phone and mumbozver (an XDA-user on de Galaxy 3-thread) managed to port it to that phone).
Guess it's best to post a question in the main android-section for this
make "cat /proc/mtd" in "adb shell".
If there are error - porting will be hard
_Arjen_ said:
Can give a clear answer about that, because its different for most phones.
Some phones like our Optimus One have a recoverypartition, a phone like Samsung Galaxy 3 has not. It took some work to port CWM to that phone and mumbozver (an XDA-user on de Galaxy 3-thread) managed to port it to that phone).
Guess it's best to post a question in the main android-section for this
Click to expand...
Click to collapse
Ok so how do I figure out if I do our not and then what's next
Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 806
dislplin01 said:
Ok so how do I figure out if I do our not and then what's next
Click to expand...
Click to collapse
Maybe start with telling us which phone we are talking about...
Here some specs that might help you:
Garminfone is the market name from "Nüviphone A50".
- MSM7227 chipset
- ARM Cortex A11 procssesor (ARMv6) @600MHz
- 256MB RAM
- 4GB ROM
- A-GPS
- WLAN b/g
- 3MP camera
- display have 480 x 320 Pixel
with this informations you can go at first to the step from mik, if it works might be
you can adapt a custom recovery for that phone
Oh... Nuviphone A50. I got this junk for free with their navigation. Well, frankly - you are better off throwing that brick away. One of the worst Android phones ever.
andy572 said:
with this informations you can go at first to the step from mik, if it works might be
you can adapt a custom recovery for that phone
Click to expand...
Click to collapse
Do not hold your breath.
http://forum.cyanogenmod.com/topic/5864-garminfone-a50/
doktornotor said:
Oh... Nuviphone A50. I got this junk for free with their navigation. Well, frankly - you are better off throwing that brick away. One of the worst Android phones ever.
Do not hold your breath.
http://forum.cyanogenmod.com/topic/5864-garminfone-a50/
Click to expand...
Click to collapse
Yea I have seen that thread and some other threads on other forums and sites but they dont tell you much thank you tho and thanks for the specs 2 any info I can get is good
Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 806
dislplin01 said:
Yea I have seen that thread and some other threads on other forums and sites but they dont tell you much thank you tho and thanks for the specs 2 any info I can get is good
Click to expand...
Click to collapse
Well, if the guys on the thread I have linked are not even willing to team up to finally produce something after basically having wasted about a year on this without getting it even bootable... good luck with this.
I would personally suggest bricking the phone intentionally and claiming warranty. Pretty sure this junk has been EOLed so you might get a decent phone as replacement. (Though, you might be unfortunate enough to get a brand new replacement brick since the Garmin's stock must be full of these collecting dust. )
andy572 said:
Here some specs that might help you:
Garminfone is the market name from "Nüviphone A50".
- MSM7227 chipset
- ARM Cortex A11 procssesor (ARMv6) @600MHz
- 256MB RAM
- 4GB ROM
- A-GPS
- WLAN b/g
- 3MP camera
- display have 480 x 320 Pixel
with this informations you can go at first to the step from mik, if it works might be
you can adapt a custom recovery for that phone
Click to expand...
Click to collapse
Thank you andy and mik you guys are awesome for this and all the work you put in will let you know how that goes tomorrow
Sent from my LG-P500 using XDA Premium App
Will be another week before I try I have work a newborn baby to take of but will let you know
Sent from my LG-P500 using XDA Premium App
I for one would be very happy I dont have the smarts to even attempt this. But yes the garminfone is very very slow boring.. It would be just wonderful to have a recovery even better a rom mayb some point to bring this phone at least upto an ehhh ok phone status := Im willing to test/help what ever it is . Im not the best in the develoment area but I do have a garminfone and enough sense to try and give a hand.

Categories

Resources