Question about resolution and minimum flash & RAM

5 views
Skip to first unread message

Barry.Tan

unread,
Nov 20, 2009, 1:03:07 AM11/20/09
to android-porting
Hi,
I want to study new device use Android platform. But have some issue I
don't know how to modify it. Please help me to clear these point.

Q1. If I want change screen resolution to 176x220, have any suggestion
how to do?

Q2. What's is minimum flash & RAM? I want remove some applications,
like music app, phonebook app... also want to remove from libraries
layer. Can you let me know how to do?

Dianne Hackborn

unread,
Nov 20, 2009, 7:36:26 PM11/20/09
to android...@googlegroups.com
This would not represent an android compatible device (the screen is smaller than we support, and it sounds like you may remove things that are required in the sdk), so I'm not sure how much help you can expect to get.  You do have the full source code to play with, and changing the basic size of the screen should be fairly simple as it is just based on the driver reporting it...  but of course lots of the standard UI would break on such a small screen, so you'll just need to dig in and work on things to make them do what you want.




--
Dianne Hackborn
Android framework engineer
hac...@android.com

Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails.  All such questions should be posted on public forums, where I and others can see and answer them.

Barry Tan

unread,
Nov 23, 2009, 8:08:08 PM11/23/09
to android...@googlegroups.com

Hi Hackbod,

    Thanks your reply.

    Colud you let me know? About screen resolution setting, when I trace code, the screen size value seems get for kernel, It’s right? Or Android’s make file system can setting this?

 

Best regards,

譚仕宏  Barry Tan
Tel: +886-2-2269-9888 ext. 27201

=============================================

Microlink BU , Foxlink group

正崴精密工業股份有限公司
台北縣土城市中央路四段49

 




This e-mail message may contain privileged or confidential information. If you are not the intended recipient, any disclosure, dissemination, distribution, copying or action taken is strictly prohibition. If you received this e-mail message in error, please return by forwarding the message and its attachments to the sender and destroy all copies of the original message.

Barry Tan

unread,
Nov 23, 2009, 8:38:07 PM11/23/09
to android...@googlegroups.com

Hi Hackbod,

           Thanks your reply.

           Colud you let me know? About screen resolution setting, when I trace code and try to get screen size but this screen size value is seems from kernel, It’s right? Or Android’s make file can setting this?

 


From:Dianne Hackborn [mailto:hac...@android.com]
Sent: Saturday, November 21, 2009 8:36 AM
To: android...@googlegroups.com
Subject: Re: [android-porting] Question about resolution and minimum flash & RAM

 

This would not represent an android compatible device (the screen is smaller than we support, and it sounds like you may remove things that are required in the sdk), so I'm not sure how much help you can expect to get.  You do have the full source code to play with, and changing the basic size of the screen should be fairly simple as it is just based on the driver reporting it...  but of course lots of the standard UI would break on such a small screen, so you'll just need to dig in and work on things to make them do what you want.

Dianne Hackborn

unread,
Nov 23, 2009, 8:44:45 PM11/23/09
to android...@googlegroups.com
The framework just uses whatever size the framebuffer driver reports.  There is a separate system property for setting the desired density of the screen.
Reply all
Reply to author
Forward
0 new messages