Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
kambingbakar
Old
(Last edited by kambingbakar; 29th May 2012 at 04:34 AM.)
#31  
Junior Member
Thanks Meter 1
Posts: 16
Join Date: May 2011
Dear sir,
Can you make oc kernel to the bootloader that still uses hc..
I'm using your kernel oc, but stuck on acer logo at boot time ...

thx in advance
 
droidroidz
Old
#32  
Senior Member
Thanks Meter 13
Posts: 110
Join Date: Dec 2010
Update to ics bootloader.....no reason not too.

Sent from my SCH-R760 using XDA
 
Moscow Desire
Old
#33  
Moscow Desire's Avatar
Forum Moderator
Thanks Meter 2234
Posts: 4,085
Join Date: Mar 2011
Location: Somewhere in a Deep Cave on the Troll Kings Throne

 
DONATE TO ME
Default Dmesg

Here's the Dmesg files you were looking for.

Thanks!!!

MD
Attached Files
File Type: zip OC_501_dmesg.zip - [Click for QR Code] (61.8 KB, 9 views)
"Though I walk daily surrounded by trolls, I fear them not. For I am the Troll King."

Killin 'dem Trolls since 2011

Acer Iconia A701 * Acer Iconia A501 * HTC Desire S * HTC Desire
 
ezterry
Old
#34  
ezterry's Avatar
Recognized Developer - OP
Thanks Meter 962
Posts: 1,825
Join Date: Jan 2010
Location: Asheville, NC

 
DONATE TO ME
Default DiskIO enhancement

A significant increase in diskIO can be obtained by adding the following init.d script to this rom:

/system/etc/init.d/40_diskio_fixup
Code:
#!/system/xbin/ash

log -p i -t diskio_fixup "add options nodiratime,noauto_da_alloc to writable partitions to speed up diskIO"

log -p i -t diskio_fixup "remounting data"
mount -o remount,nodiratime,noauto_da_alloc /data

log -p i -t diskio_fixup "remounting cache"
mount -o remount,nodiratime,noauto_da_alloc /cache
To automatically install the script install the following update.zip:
(No wipes needed)

acer_a500/misc/AV041_diskio_fixup_v1_S.zip
MD5: a571f98c60193513862e588e5ac58c58

This will unlikely speed up long read and write operations, however it will speed up short reads and writes particular between many processes. Thus hopefully will make the interface more reactive when many little bits of data are needed from flash. (And significantly improves quadrant if you want to make a graph)
Dream Sapphire:
> Radio 2708+ (+15MB kernels)
> MT3G ota froyo rom dream sapphire port
> ezGingerbread (rom/source): Dream/Sapphire
> DS JTAG: Soft load of SPL (to unbrick/re-root) / JTAG WIKI


Acer A500:
> ezT20 kernel A500 and A100
> A500 Public Recovery (Clockwork Mod based recovery + source for the A500)
> Acer A500 ICS Rooted w/ Busybox
> Acer_A500 OTA 7.014.14 --HC 3.2.1-- Rooted w/ Busybox


Donations for beer/rent are always appreciated.
Twitter: xdaterry -~- Google+: profile -~- GitHub: ezterry
The Following 4 Users Say Thank You to ezterry For This Useful Post: [ Click to Expand ]
 
yaworski
Old
#35  
yaworski's Avatar
Senior Member
Thanks Meter 45
Posts: 158
Join Date: Jun 2007
Location: Warsaw
@ezterry: wouldn't it be better to use noatime instead of nodiratime (noatime is a superset of nodiratime anyway, as nodiratime isn't even checked when noatime flag is set)?
 
ezterry
Old
#36  
ezterry's Avatar
Recognized Developer - OP
Thanks Meter 962
Posts: 1,825
Join Date: Jan 2010
Location: Asheville, NC

 
DONATE TO ME
Quote:
Originally Posted by yaworski View Post
@ezterry: wouldn't it be better to use noatime instead of nodiratime (noatime is a superset of nodiratime anyway, as nodiratime isn't even checked when noatime flag is set)?
quiz what was it set to before the remount?
Dream Sapphire:
> Radio 2708+ (+15MB kernels)
> MT3G ota froyo rom dream sapphire port
> ezGingerbread (rom/source): Dream/Sapphire
> DS JTAG: Soft load of SPL (to unbrick/re-root) / JTAG WIKI


Acer A500:
> ezT20 kernel A500 and A100
> A500 Public Recovery (Clockwork Mod based recovery + source for the A500)
> Acer A500 ICS Rooted w/ Busybox
> Acer_A500 OTA 7.014.14 --HC 3.2.1-- Rooted w/ Busybox


Donations for beer/rent are always appreciated.
Twitter: xdaterry -~- Google+: profile -~- GitHub: ezterry
 
yaworski
Old
(Last edited by yaworski; 10th June 2012 at 11:34 PM.)
#37  
yaworski's Avatar
Senior Member
Thanks Meter 45
Posts: 158
Join Date: Jun 2007
Location: Warsaw
Quote:
Originally Posted by ezterry View Post
quiz what was it set to before the remount?
I haven't checked what is the default setting before. I've checked now and by default it is mounted with noatime. Then this change makes no sense to me, because using noatime implies nodiratime option anyway. Using nodiratime without noatime will turn on touching atime on files everytime the file is read making reading operations more IO heavy.

I've even checked and remounted /data with the instruction above and nodiratime replaced default noatime flag.

So my question still stands:
Wouldn't it be better to use noatime?

BTW, no offense . I really appreciate all the work you've done. I'm just curious why you made such choice of options. Maybe I'll learn something I didn't know about fs.
 
ezterry
Old
#38  
ezterry's Avatar
Recognized Developer - OP
Thanks Meter 962
Posts: 1,825
Join Date: Jan 2010
Location: Asheville, NC

 
DONATE TO ME
Quote:
Originally Posted by yaworski View Post
I haven't checked what is the default setting before. I've checked now and by default it is mounted with noatime. Then this change makes no sense to me, because using noatime implies nodiratime option anyway. Using nodiratime without noatime will turn on touching atime on files everytime the file is read making reading operations more IO heavy.

I've even checked and remounted /data with the instruction above and nodiratime replaced default noatime flag.

So my question still stands:
Wouldn't it be better to use noatime?

BTW, no offense . I really appreciate all the work you've done. I'm just curious why you made such choice of options. Maybe I'll learn something I didn't know about fs.
-o remount will not change non-listed options, the final result on my system is:
Code:
app_69@android:/ $ mount | grep /data
/dev/block/mmcblk0p8 on /data type ext4 (rw,nosuid,nodev,noatime,nodiratime,user_xattr,acl,barrier=1,data=writeback,noauto_da_alloc)
We are adding nodiratime and more important noauto_da_alloc.
(now yes nodiratime is likely a nop because noatime is already included, but we certainty are not removing noatime)

Sent from my A500 using Tapatalk 2
Dream Sapphire:
> Radio 2708+ (+15MB kernels)
> MT3G ota froyo rom dream sapphire port
> ezGingerbread (rom/source): Dream/Sapphire
> DS JTAG: Soft load of SPL (to unbrick/re-root) / JTAG WIKI


Acer A500:
> ezT20 kernel A500 and A100
> A500 Public Recovery (Clockwork Mod based recovery + source for the A500)
> Acer A500 ICS Rooted w/ Busybox
> Acer_A500 OTA 7.014.14 --HC 3.2.1-- Rooted w/ Busybox


Donations for beer/rent are always appreciated.
Twitter: xdaterry -~- Google+: profile -~- GitHub: ezterry
 
yaworski
Old
#39  
yaworski's Avatar
Senior Member
Thanks Meter 45
Posts: 158
Join Date: Jun 2007
Location: Warsaw
Quote:
Originally Posted by ezterry View Post
-o remount will not change non-listed options
Hmmm that's strange. When I executed this manually in terminal emulator it removed noatime in my case. I'm sure I used remount option as well. I'll recheck this after work.

Thank you for explaining this. As I've said one can always learn something new .
 
ezterry
Old
#40  
ezterry's Avatar
Recognized Developer - OP
Thanks Meter 962
Posts: 1,825
Join Date: Jan 2010
Location: Asheville, NC

 
DONATE TO ME
Quote:
Originally Posted by yaworski View Post
Hmmm that's strange. When I executed this manually in terminal emulator it removed noatime in my case. I'm sure I used remount option as well. I'll recheck this after work.

Thank you for explaining this. As I've said one can always learn something new .
anyway another under the hood secret, format data ext4 and disable journling.. but you may wish to periodically run e2fsck over it.

(I'm going to pass on supporting this until I can create some nicer user friendly support scripts.. somewhere in my todo list)
Dream Sapphire:
> Radio 2708+ (+15MB kernels)
> MT3G ota froyo rom dream sapphire port
> ezGingerbread (rom/source): Dream/Sapphire
> DS JTAG: Soft load of SPL (to unbrick/re-root) / JTAG WIKI


Acer A500:
> ezT20 kernel A500 and A100
> A500 Public Recovery (Clockwork Mod based recovery + source for the A500)
> Acer A500 ICS Rooted w/ Busybox
> Acer_A500 OTA 7.014.14 --HC 3.2.1-- Rooted w/ Busybox


Donations for beer/rent are always appreciated.
Twitter: xdaterry -~- Google+: profile -~- GitHub: ezterry

 
Post Reply+
Tags
a500, ics
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...