Symbianize





Programming Discussions related to C++, HTML, PHP, ASP, ColdFusion, JavaScript, Perl, Phyton, Ruby, WML, SQL, XML, and other programming languages.

Reply
  #1  
Old 11th Jul 2012 Wed, 01:43
jmz05's Avatar
jmz05 Male jmz05 is offline
Forum Advisor
 
Join Date: Aug 2011
Location: Caloocan
Posts: 695
Reputation: jmz05 is an unknown quantity at this point
Default ask some logic about our android app thesis

ung program nmin sa thesis , pwdeng mgrun ng mga os ng smartphone sa android phone , prang virtual box sa pc , is there any idea or thought ?



ZTE Blade user
Gingerbread version 2.3.7
Mod version - cyanogenmod 7.2.0-rc3-blade
Reply With Quote
Other Resources
  #2  
Old 11th Jul 2012 Wed, 09:33
polens's Avatar
polens Male polens is offline
Forum Consultant
 
Join Date: Jul 2009
Location: Baguio City
Posts: 1,479
Reputation: polens is an unknown quantity at this point
Default Re: ask some logic about our android app thesis

wow may experience na kayo sa virtualization?
possible pero kasya ba sa oras niyo?
ung htc desire pwede mag run ng windows 7 diba?



Reply With Quote
  #3  
Old 11th Jul 2012 Wed, 12:59
ezroot Male ezroot is offline
Forum Advisor
 
Join Date: Nov 2011
Posts: 508
Reputation: ezroot is an unknown quantity at this point
Default Re: ask some logic about our android app thesis

Just like most large projects, time is always the main constraint.

Even if you had taken a graduate-level Operating System class and understood how the pieces connect together it would still be a great of a challenge to implement those pieces (filesystem manager, virtual memory manager, i/o manager, scheduler, etc). I'm not saying it's impossible. It would just take you a lot of time.

Probably the best design for this is the layered architecture because it makes sense to use it.

Mind you however that unless you create the "OS" on top of base Linux OS that runs the android using NDK so you can use native code then you are gonna have to implement another virtual memory manager, filesystem manager on top of JVM which would probably make it less efficient since you have 2 different VM/FS managers before you reach the base OS. This would certainly make an impact on how you're going to handle memory management.

I'm sure there are other issues you will come across with. It's best you and your group put a lot of time and effort designing this 'cause without proper design, this project is already doomed.


Reply With Quote
  #4  
Old 11th Jul 2012 Wed, 23:23
jmz05's Avatar
jmz05 Male jmz05 is offline
Forum Advisor
 
Join Date: Aug 2011
Location: Caloocan
Posts: 695
Reputation: jmz05 is an unknown quantity at this point
Default Re: ask some logic about our android app thesis

Quote:
Originally Posted by ezroot View Post
Just like most large projects, time is always the main constraint.

Even if you had taken a graduate-level Operating System class and understood how the pieces connect together it would still be a great of a challenge to implement those pieces (filesystem manager, virtual memory manager, i/o manager, scheduler, etc). I'm not saying it's impossible. It would just take you a lot of time.

Probably the best design for this is the layered architecture because it makes sense to use it.

Mind you however that unless you create the "OS" on top of base Linux OS that runs the android using NDK so you can use native code then you are gonna have to implement another virtual memory manager, filesystem manager on top of JVM which would probably make it less efficient since you have 2 different VM/FS managers before you reach the base OS. This would certainly make an impact on how you're going to handle memory management.

I'm sure there are other issues you will come across with. It's best you and your group put a lot of time and effort designing this 'cause without proper design, this project is already doomed.
tnx dude ..



ZTE Blade user
Gingerbread version 2.3.7
Mod version - cyanogenmod 7.2.0-rc3-blade
Reply With Quote
Reply

Thread Tools

Forum Jump


All times are GMT +8. The time now is 09:40.