Quantcast Acer Aspire TimelineX 3820TG mods/tweaks ONLY! - Page 10

+ Reply to Thread
Page 10 of 31 FirstFirst ... 6789101112131420 ... LastLast
Results 91 to 100 of 307
  1. #91
    Notebook Enthusiast
    Join Date
    Mar 2011
    Posts
    17
    Rep Power
    6

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    is possible to mod notebook.
    When I open lid, notebook starts from hibernate, sleep, off state?

  2. #92
    Notebook Consultant
    Join Date
    Sep 2009
    Posts
    284
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by _InKr_ View Post
    It would be great because this is some unusual XOR. Here is my findings:
    This is orig speed table:
    FF D0 B6 9E 81 6F 6F 6F 6F
    1 step:
    FF 9E B6 D0 81 6F 6F 6F 6F - Flashed OK
    2 step:
    FF FF B6 D0 81 6F 6F 6F 0E - Flashed OK
    0E = 9E xor FF xor 6F
    3a step:
    FF FF FF D0 81 6F 6F 6F 47 - Flashed FAILED
    47 = B6 xor FF xor 0E
    3b step:
    FF FF FF D0 81 6F 6F 26 0E - Flashed OK
    26 = B6 xor FF xor 6F

    Very strange...
    You are probably wrong. It's not XOR. Checksum is just a simple sum of all bytes. Let's see:

    This is orig speed table:
    FF D0 B6 9E 81 6F 6F 6F 6F
    0xFF + 0xD0 + 0xB6 + 0x9E + 0x81 + 0x6F + 0x6F + 0x6F + 0x6F = 0x0560

    1 step:
    FF 9E B6 D0 81 6F 6F 6F 6F - Flashed OK
    0xFF + 0x9E + 0xB6 + 0xD0 + 0x81 + 0x6F + 0x6F + 0x6F + 0x6F = 0x0560

    2 step:
    FF FF B6 D0 81 6F 6F 6F 0E - Flashed OK
    0E = 9E xor FF xor 6F
    0xFF + 0xFF + 0xB6 + 0xD0 + 0x81 + 0x6F + 0x6F + 0x6F + 0x0E = 0x0560

    3a step:
    FF FF FF D0 81 6F 6F 6F 47 - Flashed FAILED
    47 = B6 xor FF xor 0E
    0xFF + 0xFF + 0xFF + 0xD0 + 0x81 + 0x6F + 0x6F + 0x6F + 0x47 = 0x05E2

    3b step:
    FF FF FF D0 81 6F 6F 26 0E - Flashed OK
    26 = B6 xor FF xor 6F
    0xFF + 0xFF + 0xFF + 0xD0 + 0x81 + 0x6F + 0x6F + 0x26 + 0x0E = 0x0560

    So we even don't need to find the exact place where checksum is stored. We can take an unused fan table and change bytes in it so that all firmware bytes would be summed to the original value.

  3. #93
    Notebook Guru
    Join Date
    Oct 2010
    Posts
    72
    Rep Power
    7

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by middleton View Post
    You are probably wrong. It's not XOR. Checksum is just a simple sum of all bytes.

    ...

    So we even don't need to find the exact place where checksum is stored. We can take an unused fan table and change bytes in it so that all firmware bytes would be summed to the original value.
    Hmm, this really makes sense. But what do you think is checksum stored as BYTE, WORD or DWORD value?

    I mean for BYTE checksum of FD+43+8E will be CE (01CE), for WORD - 01CE, for DWORD - 000001CE.

  4. #94
    Notebook Consultant
    Join Date
    Sep 2009
    Posts
    284
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by _InKr_ View Post
    Hmm, this really makes sense. But what do you think is checksum stored as BYTE, WORD or DWORD value?

    I mean for BYTE checksum of FD+43+8E will be CE (01CE), for WORD - 01CE, for DWORD - 000001CE.
    At the moment I don't know for sure. There are several suspicious places that could store checksum but we should be 100% sure before trying to change bytes in such places.
    I'll inform you here when I get positive (or negative) results.

  5. #95
    Notebook Geek
    Join Date
    Feb 2011
    Posts
    80
    Rep Power
    6

    Default

    Basic mod, and sorry if this has been asked before:

    When I first read about the 3820 (then the 3820tg) well before it came out (i kept searching and searching until one day it finally appeared on google lol), I had originally read that there was some massive keyboard flex. Now, my keyboard has been nothing but sturdy, and I've always wondered what those people were talking about.. No flex in the middle of my keyboard, nothing. Is that because we have the 13.3" model? I'm not sure.

    Nonetheless, I come bearing questions. I'm looking to ditch my stupid bilingual keyboard as I've had enough of the left shift key and the stupid symbols on my keyboard lol. How are the quality of keyboards from ebay? Are there any recommendations on where to buy from (maybe you bought from this person/store online and you're happy). And what about flex? I'm still unsure about this whole flex issue and if it even exists, but I ask anyways because hey, you never know.

    Cheers.

    Quote Originally Posted by kubco2 View Post
    is possible to mod notebook.
    When I open lid, notebook starts from hibernate, sleep, off state?
    I know it can't be done from the off-state. The sleep/hibernate lid-open doesn't work with the acer, unfortunately. Or at least not mine. Apparently it's a bios option, but not built in to our acers. I wonder if anybody has figured this out..? I've been curious too.

  6. #96
    Notebook Deity
    Join Date
    May 2010
    Location
    germany
    Posts
    887
    Rep Power
    11

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by mdott View Post
    I know it can't be done from the off-state. The sleep/hibernate lid-open doesn't work with the acer, unfortunately. Or at least not mine. Apparently it's a bios option, but not built in to our acers. I wonder if anybody has figured this out..? I've been curious too.
    Could be done if we able to compile code for the EC, but not at the moment.

    Or just hardwire the function.

  7. #97
    Notebook Consultant
    Join Date
    Sep 2009
    Posts
    284
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by _InKr_ View Post
    Hmm, this really makes sense. But what do you think is checksum stored as BYTE, WORD or DWORD value?

    I mean for BYTE checksum of FD+43+8E will be CE (01CE), for WORD - 01CE, for DWORD - 000001CE.
    I've checked versions W07AC110.bin, W07AC114.bin, W07AC115.bin. Insyde's code part (from 0x8000 to 0x20000) is definitely checksummed because this part is always summed to 0x5C in all three versions. So in our case, checksum is a BYTE value.

    I suspect a byte at offset 0x8012 to be a checksum. After modifying the firmware we have to change the byte at offset 0x8012 so that all the bytes from 0x8000 to 0x20000 would be summed to 0x5C.

    But you have to remember that all I said above is only an assumption. If you decide to make this modification, then you'll do it at your own risk. I can't guarantee on 100% that 0x8012 is a really checksum.

  8. #98
    Notebook Guru
    Join Date
    Oct 2010
    Posts
    72
    Rep Power
    7

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by middleton View Post
    I've checked versions W07AC110.bin, W07AC114.bin, W07AC115.bin. Insyde's code part (from 0x8000 to 0x20000) is definitely checksummed because this part is always summed to 0x5C in all three versions. So in our case, checksum is a BYTE value.

    I suspect a byte at offset 0x8012 to be a checksum. After modifying the firmware we have to change the byte at offset 0x8012 so that all the bytes from 0x8000 to 0x20000 would be summed to 0x5C.

    But you have to remember that all I said above is only an assumption. If you decide to make this modification, then you'll do it at your own risk. I can't guarantee on 100% that 0x8012 is a really checksum.
    Yes, I confirm: this is BYTE sum. Which means that it is not so important where checksum actually is: any unused BYTE (from speed tables, for example) can be used in order to get checksum back to 0x5C value.

    @all

    So let us state that initial research part is over. Now we need to investigate which exact temp/speed tables are used in our laptops in order to modify only needed tables.

    For speed tables it is relatively easy, just set all speed tables, for example, first 4 values to noticeable markers, e.g. first table: FE, FD, FC, FB; 2nd table EE, ED, EC, EB, etc...
    *Don't forget about checksum

    Flash resulted EC firmware. Then open EC view in RW-Everything and play with battery/AC power, Active/Passive cooling policy (in Advanced Power Plan options) and check in RW-Everything what markers are showed for what mode.

    For temp tables - utility is needed which will allow us to change CPU/GPU load for any required level 0..100%. Any suggestions? If no - I can try to write such, at least for CPU (hopefully - new week).

  9. #99
    Notebook Geek
    Join Date
    Feb 2011
    Posts
    80
    Rep Power
    6

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by mdott View Post
    Basic mod, and sorry if this has been asked before:

    When I first read about the 3820 (then the 3820tg) well before it came out (i kept searching and searching until one day it finally appeared on google lol), I had originally read that there was some massive keyboard flex. Now, my keyboard has been nothing but sturdy, and I've always wondered what those people were talking about.. No flex in the middle of my keyboard, nothing. Is that because we have the 13.3" model? I'm not sure.

    Nonetheless, I come bearing questions. I'm looking to ditch my stupid bilingual keyboard as I've had enough of the left shift key and the stupid symbols on my keyboard lol. How are the quality of keyboards from ebay? Are there any recommendations on where to buy from (maybe you bought from this person/store online and you're happy). And what about flex? I'm still unsure about this whole flex issue and if it even exists, but I ask anyways because hey, you never know.

    Cheers.
    Anybody care to share their keyboard mod experiences?

  10. #100
    Notebook Deity
    Join Date
    May 2010
    Location
    germany
    Posts
    887
    Rep Power
    11

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by mdott View Post
    Anybody care to share their keyboard mod experiences?
    Just a few lines of informations.

 

 
Page 10 of 31 FirstFirst ... 6789101112131420 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 05:41 AM.
Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0