View Single Post
  #7 (permalink)  
Old 10-26-2009, 11:42 PM
kaede132's Avatar
kaede132
PPCGeeks Regular
Offline
 
Join Date: Nov 2007
Posts: 79
Reputation: 305
kaede132 is becoming a PPCGeeks regularkaede132 is becoming a PPCGeeks regularkaede132 is becoming a PPCGeeks regularkaede132 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [REQUEST] Looking for any and all help/advice...to try porting weather home to VG

it's definately possible. the problem with porting from wvga to vga is often times, you have to make sacrifices to fit things into a vga screen. for the port i'm working on, i had to get rid of the top bar to make room for the weather clock. landscape is another mess altogether.

you must really familarize yourself with the know-how's of decompiling/editing/recompiling lua scripts. for me, the tough part is having to reconstruct parts of the code that failed to decompile properly by looking at the disassembly code and trying to make sense of it all. the actual process to change values and logic to make everything fit a vga screen is mostly trial and error.
This post has been thanked 1 times.