• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM] Quattrimus JB (CM10, AOKP41)

Had an odd one last night, wonder if anyone else has seen it.

Plugged the phone into USB to charge off the laptop, and went to the lock screen to type in the number unlock, and the screen was flashing and numbers were being entered with me touching the screen. Unplugged the device and all returned to normal. If I plugged back in the same thing would occur.

This is completely normal for me, on any device I've used that has ICS or JB, stock or otherwise. Happens more often when my battery is less than about 70 percent, whether on USB or wall charger. I think it's something to do with aftermarket cables and chargers.
 
Had an odd one last night, wonder if anyone else has seen it.

Plugged the phone into USB to charge off the laptop, and went to the lock screen to type in the number unlock, and the screen was flashing and numbers were being entered with me touching the screen. Unplugged the device and all returned to normal. If I plugged back in the same thing would occur.

This would happen to me with any rom with an aftermarket charging cable. Even When on stock. I used show touches in developer options and see when I press screen while plugged in the screen would show me pressing sparatically everywhere horizontally where I pressed.

It is LG issue not ROM unfortunately.
 
@devs...

I would like to figure out how to get GPS working reliably. I (still) have a phone with a ZV4 base plus ZV7 baseband and GPS isn't working. So this is a perfect device for comparing against a device with working GPS. We should be able to pinpoint the magic bits that make GPS work with a little bit of detective work.

I strongly suspect the GPS functionality is tied to some data in a partition that Android/Linux does not touch directly. eg. perhaps the fimware modifies it. Or maybe the proprietary libs do it, but that seems less likely (because they would need root access to write to the partition).

So, I started making a partition map. Here's what I have so far:

Code:
P#      Size    Format  Description                                      
==      ====    ======  ===========                                      
1       32m     fat     firmware (boot)
2       1m      data    QCOM code
3       1m      data    QCOM code
4       1k      data    mostly 0x00 but not all
5       1m      data    QCOM code
6       5m      data    QCOM code
7       5m      data    QCOM code
8       10m     boot    kernel+initrd
9       1m      data    QCOM code
10      3m      data    ???
11      3m      data    ???
12      8m      ext4    Logs, .tre files, .dfp files ...
13      16m     recov   kernel+initrd   
14      32m     fat     baseband (modem)
15      3m      data    ???
16      3m      data    ???
17      3m      data    filled with 0xff
18      3m      data    filled with 0xff
19      1m      data    filled with 0xff
20      8m      ext4    /drm
21      16m     data    filled with 0xff
22      72m     ext4    /tombstones
23      8m      ext4    /mm
24      24m     data    ???
25      8m      data    mostly 0xff, has baseband string and others
26      1024m   ext4    /system
27      264m    ext4    /cache
28      1800m   ext4    /data
29      16m     ext4    /mpt
30      5m      data    filled with 0x00

We can discard all partitions with known data, QCOM code, and empty partitions right away. That pretty much leaves 4, 10, 11, 12, 15, 16, 24, 25.

Partitions marked with ??? have pretty random looking data. I'd like to tackle those last since they may be tricky. p12 looks really interesting. I'll deal with that later. So let's focus on 4 and 25 for now.

Here's what I'd like. Shell into your phone and run these commands:

hexdump -C /dev/block/mmcblk0p4
hexdump -C /dev/block/mmcblk0p25

This is what I get on my phone:

p4:
Code:
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001c0  00 00 47 00 00 00 ff 2f  00 00 00 08 00 00 00 00  |..G..../........|
000001d0  00 00 05 00 00 00 01 00  00 00 fe 97 00 00 00 00  |................|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000003c0  00 00 45 00 00 00 fe 6f  00 00 00 28 00 00 00 00  |..E....o...(....|
000003d0  00 00 05 00 00 00 02 00  00 00 fd d7 00 00 00 00  |................|
000003e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000003f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000400

p25
Code:
00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00300000  dd cc bb aa 50 54 30 32  53 31 31 31 32 31 33 30  |....PT02S1112130|
00300010  30 30 37 39 37 30 30 30  30 30 00 00 00 00 00 00  |0079700000......|
00300020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00300040  dd cc bb aa 08 aa 00 00  20 d8 2f 99 1a 00 00 00  |........ ./.....|
00300050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00300080  dd cc bb aa 56 53 39 32  30 5a 56 37 2d 4d 38 36  |....VS920ZV7-M86|
00300090  36 30 41 2d 41 41 42 51  4e 53 5a 4d 2d 33 2e 36  |60A-AABQNSZM-3.6|
003000a0  2e 32 34 32 31 00 00 00  00 00 00 00 00 00 00 00  |.2421...........|
003000b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
003000c0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00700000  46 41 43 54 5f 52 45 53  45 54 5f 36 0a ff ff ff  |FACT_RESET_6....|
00700010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00780000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00780440  40 5b 1b 40 b7 d1 10 40  05 00 00 00 00 00 00 00  |@[.@...@........|
00780450  e5 5c 1b 40 01 00 00 00  00 00 00 00 0d 00 00 00  |.\.@............|
00780460  d3 0c 12 40 00 00 00 00  00 00 00 00 17 d5 10 40  |...@...........@|
00780470  00 00 00 00 96 5b 1b 40  e0 5b 1b 40 9e 5b 1b 40  |.....[.@.[.@.[.@|
00780480  00 00 00 00 ec 5c 1b 40  01 00 00 00 00 00 31 00  |.....\.@......1.|
00780490  10 5d 1b 40 b6 5b 1b 40  01 5c 1b 40 3e 00 00 00  |.].@.[.@.\.@>...|
007804a0  04 5d 1b 38 35 39 30 00  00 00 00 00 e4 5c 1b 40  |.].8590......\.@|
007804b0  84 ff 12 40 00 00 00 00  00 00 00 00 00 00 00 00  |...@............|
007804c0  00 00 00 00 e4 5b 1b 40  84 ff 12 40 00 00 00 00  |.....[.@...@....|
007804d0  00 00 00 00 00 00 00 00  09 5c 1b 40 c9 cd 10 40  |.........\.@...@|
007804e0  e4 5b 1b 40 37 ce 10 40  2a 2a 2a 2a 62 6f 6f 74  |.[.@7..@****boot|
007804f0  2d 3e 72 65 63 6f 76 65  72 79 20 3a 20 72 65 63  |->recovery : rec|
00780500  6f 76 65 72 79 0a 2d 2d  77 69 70 65 5f 64 61 74  |overy.--wipe_dat|
00780510  61 0a 00 2a 0a 00 10 40  00 00 00 00 02 00 00 00  |a..*...@........|
00780520  38 0c 1b 40 20 c0 1a 40  1c c0 1a 40 01 00 00 00  |8..@ ..@...@....|
00780530  20 c0 1a 40 ad 94 10 40  00 00 00 00 03 8a 10 40  | ..@...@.......@|
00780540  00 00 00 00 00 00 00 00  02 00 00 00 b7 90 10 40  |...............@|
00780550  00 00 00 00 03 8a 10 40  a4 07 13 40 ff 8c 10 40  |.......@...@...@|
00780560  ff ff ff ff 01 00 00 00  a4 07 13 40 38 0c 1b 40  |...........@8..@|
00780570  d4 04 00 00 ab 00 00 00  a4 07 13 40 38 0c 1b 40  |...........@8..@|
00780580  d4 04 00 00 ab 00 00 00  80 f4 1a 40 00 00 00 00  |...........@....|
00780590  ba 16 06 00 3b 95 10 40  a4 07 13 40 38 0c 1b 40  |....;..@...@8..@|
007805a0  ab 00 00 00 14 c6 16 40  10 5d 1b 40 ce 5c 1b 40  |.......@.].@.\.@|
007805b0  00 00 00 00 3b 95 10 40  ab 00 00 00 33 15 10 40  |....;..@....3..@|
007805c0  10 00 00 00 00 00 00 00  9c 01 00 00 70 87 10 40  |............p..@|
007805d0  33 01 00 20 72 06 00 00  b0 ff 19 40 74 ff 12 40  |3.. r......@t..@|
007805e0  84 ff 12 40 00 00 00 00  00 00 00 00 5b 38 35 39  |...@........[859|
007805f0  30 5d 20 00 00 00 00 00  00 00 00 00 0c 5d 1b 40  |0] ..........].@|
00780600  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00800000
 
I was going to do get the info and I unplugged my phone from the wall charger and plugged it into the pc and nothing. Hit the power button... O.o Nothing. Apparently the battery did not charge while on the wall charger... it's plugged back into the wall charger now and pressing power shows the battery image. I will get the info once the phone charges if someone doesn't beat me to it ;). Running your CM10 rc1 flashed straight from stock ICS.

Cheers!
 
TDM:

Based on my previous work, I think we're going to have to dig into the NV for what we are looking for. If every partition except 10 and 11 can be replaced without loosing GPS, but restoring 10 and 11 does not restore GPS, that sounds like an NV flag. I'll see what I can do this weekend about doing a before and after comparison from breaking and restoring GPS.
 
I was looking at yet another crash report, and the user indicated the phone was getting pretty warm. The reboot was called by userspace, just like most of the others we've been seeing. I decided to look through all the proprietary LG binaries to see which ones might call reboot. Guess what? thermald has the string "__reboot" in it. Hmmmm.... this is very interesting. I will need to investigate more. I don't see any obvious strings that would be logged .. which makes sense, because we haven't seen any so far.
 
I was going to do get the info and I unplugged my phone from the wall charger and plugged it into the pc and nothing. Hit the power button... O.o Nothing. Apparently the battery did not charge while on the wall charger... it's plugged back into the wall charger now and pressing power shows the battery image. I will get the info once the phone charges if someone doesn't beat me to it ;). Running your CM10 rc1 flashed straight from stock ICS.

Cheers!

update:

Not sure what happened but when I plugged the phone in to the stock cable wall charger it would only show a white battery on the screen indicating a full battery. Ok, tried to turn it on, while still plugged in, and it would not turn on. Tried several times, holding power until screen backlight goes out and phone would start to reboot and show LG logo then black screen with back light on.

Finally I pulled the battery and unhooked charger, plugged battery back in and held power until first vibration and phone booted right up..

Is this related to previous USB port issues? Anyway all good now. :)
 
hexdump -C /dev/block/mmcblk0p4
hexdump -C /dev/block/mmcblk0p25

Code:
00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00300000  dd cc bb aa 50 54 30 32  53 31 31 31 32 31 33 30  |....PT02S1112130|
00300010  30 30 37 39 37 30 30 30  30 30 00 00 00 00 00 00  |0079700000......|
00300020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00300040  dd cc bb aa 08 aa 00 00  20 d8 2f 99 1a 00 00 00  |........ ./.....|
00300050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00300080  dd cc bb aa 56 53 39 32  30 5a 56 37 2d 4d 38 36  |....VS920ZV7-M86|
00300090  36 30 41 2d 41 41 42 51  4e 53 5a 4d 2d 33 2e 36  |60A-AABQNSZM-3.6|
003000a0  2e 32 34 32 31 00 00 00  00 00 00 00 00 00 00 00  |.2421...........|
003000b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
003000c0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00700000  46 41 43 54 5f 52 45 53  45 54 5f 36 0a ff ff ff  |FACT_RESET_6....|
00700010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00780000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00780440  40 5b 1b 40 b7 d1 10 40  05 00 00 00 00 00 00 00  |@[.@...@........|
00780450  e5 5c 1b 40 01 00 00 00  00 00 00 00 0d 00 00 00  |.\.@............|
00780460  d3 0c 12 40 00 00 00 00  00 00 00 00 17 d5 10 40  |...@...........@|
00780470  00 00 00 00 96 5b 1b 40  e0 5b 1b 40 9e 5b 1b 40  |.....[.@.[.@.[.@|
00780480  00 00 00 00 ec 5c 1b 40  01 00 00 00 00 00 31 00  |.....\.@......1.|
00780490  10 5d 1b 40 b6 5b 1b 40  01 5c 1b 40 3e 00 00 00  |.].@.[.@.\.@>...|
007804a0  04 5d 1b 38 35 39 30 00  00 00 00 00 e4 5c 1b 40  |.].8590......\.@|
007804b0  84 ff 12 40 00 00 00 00  00 00 00 00 00 00 00 00  |...@............|
007804c0  00 00 00 00 e4 5b 1b 40  84 ff 12 40 00 00 00 00  |.....[.@...@....|
007804d0  00 00 00 00 00 00 00 00  09 5c 1b 40 c9 cd 10 40  |.........\.@...@|
007804e0  e4 5b 1b 40 37 ce 10 40  2a 2a 2a 2a 62 6f 6f 74  |.[.@7..@****boot|
007804f0  2d 3e 72 65 63 6f 76 65  72 79 20 3a 20 72 65 63  |->recovery : rec|
00780500  6f 76 65 72 79 0a 2d 2d  77 69 70 65 5f 64 61 74  |overy.--wipe_dat|
00780510  61 0a 00 2a 0a 00 10 40  00 00 00 00 02 00 00 00  |a..*...@........|
00780520  38 0c 1b 40 20 c0 1a 40  1c c0 1a 40 01 00 00 00  |8..@ ..@...@....|
00780530  20 c0 1a 40 ad 94 10 40  00 00 00 00 03 8a 10 40  | ..@...@.......@|
00780540  00 00 00 00 00 00 00 00  02 00 00 00 b7 90 10 40  |...............@|
00780550  00 00 00 00 03 8a 10 40  a4 07 13 40 ff 8c 10 40  |.......@...@...@|
00780560  ff ff ff ff 01 00 00 00  a4 07 13 40 38 0c 1b 40  |...........@8..@|
00780570  d4 04 00 00 ab 00 00 00  a4 07 13 40 38 0c 1b 40  |...........@8..@|
00780580  d4 04 00 00 ab 00 00 00  80 f4 1a 40 00 00 00 00  |...........@....|
00780590  ba 16 06 00 3b 95 10 40  a4 07 13 40 38 0c 1b 40  |....;..@...@8..@|
007805a0  ab 00 00 00 14 c6 16 40  10 5d 1b 40 ce 5c 1b 40  |.......@.].@.\.@|
007805b0  00 00 00 00 3b 95 10 40  ab 00 00 00 33 15 10 40  |....;..@....3..@|
007805c0  10 00 00 00 00 00 00 00  9c 01 00 00 70 87 10 40  |............p..@|
007805d0  33 01 00 20 72 06 00 00  b0 ff 19 40 74 ff 12 40  |3.. r......@t..@|
007805e0  84 ff 12 40 00 00 00 00  00 00 00 00 5b 38 35 39  |...@........[859|
007805f0  30 5d 20 00 00 00 00 00  00 00 00 00 0c 5d 1b 40  |0] ..........].@|
00780600  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00800000

mmcblk0p4 was the same on my phone

mmcblk0p25 was different and here it is.

Code:
00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00300000  dd cc bb aa 50 54 30 31  53 31 32 30 36 30 37 30  |....PT01S1206070|
00300010  30 33 35 34 30 30 30 30  30 30 00 00 00 00 00 00  |0354000000......|
00300020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00300040  dd cc bb aa 08 9a 09 00  60 51 11 97 01 00 00 00  |........`Q......|
00300050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00300080  dd cc bb aa 56 53 39 32  30 5a 56 37 2d 4d 38 36  |....VS920ZV7-M86|
00300090  36 30 41 2d 41 41 42 51  4e 53 5a 4d 2d 33 2e 36  |60A-AABQNSZM-3.6|
003000a0  2e 32 34 32 31 00 00 00  00 00 00 00 00 00 00 00  |.2421...........|
003000b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
003000c0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00700000  46 41 43 54 5f 52 45 53  45 54 5f 35 0a ff ff ff  |FACT_RESET_5....|
00700010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00780000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00780440  40 5b 1b 40 b7 d1 10 40  00 00 00 00 00 00 00 00  |@[.@...@........|
00780450  e5 5c 1b 40 01 00 00 00  00 00 00 00 0d 00 00 00  |.\.@............|
00780460  d3 0c 12 40 00 00 00 00  00 00 00 00 17 d5 10 40  |...@...........@|
00780470  00 00 00 00 96 5b 1b 40  e0 5b 1b 40 9e 5b 1b 40  |.....[.@.[.@.[.@|
00780480  00 00 00 00 ec 5c 1b 40  01 00 00 00 00 00 31 00  |.....\.@......1.|
00780490  10 5d 1b 40 b6 5b 1b 40  01 5c 1b 40 3e 00 00 00  |.].@.[.@.\.@>...|
007804a0  04 5d 31 30 35 38 30 00  00 00 00 00 e4 5c 1b 40  |.]10580......\.@|
007804b0  84 ff 12 40 00 00 00 00  00 00 00 00 00 00 00 00  |...@............|
007804c0  00 00 00 00 e4 5b 1b 40  84 ff 12 40 00 00 00 00  |.....[.@...@....|
007804d0  00 00 00 00 00 00 00 00  09 5c 1b 40 c9 cd 10 40  |.........\.@...@|
007804e0  e4 5b 1b 40 37 ce 10 40  2a 2a 2a 2a 62 6f 6f 74  |.[.@7..@****boot|
007804f0  2d 3e 72 65 63 6f 76 65  72 79 20 3a 20 72 65 63  |->recovery : rec|
00780500  6f 76 65 72 79 0a 2d 2d  77 69 70 65 5f 64 61 74  |overy.--wipe_dat|
00780510  61 0a 00 2a 0a 00 10 40  00 00 00 00 02 00 00 00  |a..*...@........|
00780520  38 0c 1b 40 20 c0 1a 40  1c c0 1a 40 01 00 00 00  |8..@ ..@...@....|
00780530  20 c0 1a 40 ad 94 10 40  00 00 00 00 03 8a 10 40  | ..@...@.......@|
00780540  00 00 00 00 00 00 00 00  02 00 00 00 b7 90 10 40  |...............@|
00780550  00 00 00 00 03 8a 10 40  a4 07 13 40 ff 8c 10 40  |.......@...@...@|
00780560  ff ff ff ff 01 00 00 00  a4 07 13 40 38 0c 1b 40  |...........@8..@|
00780570  d4 04 00 00 ab 00 00 00  a4 07 13 40 38 0c 1b 40  |...........@8..@|
00780580  d4 04 00 00 ab 00 00 00  80 f4 1a 40 00 00 00 00  |...........@....|
00780590  ba 16 06 00 3b 95 10 40  a4 07 13 40 38 0c 1b 40  |....;..@...@8..@|
007805a0  ab 00 00 00 14 c6 16 40  10 5d 1b 40 ce 5c 1b 40  |.......@.].@.\.@|
007805b0  00 00 00 00 3b 95 10 40  ab 00 00 00 33 15 10 40  |....;..@....3..@|
007805c0  10 00 00 00 00 00 00 00  9c 01 00 00 70 87 10 40  |............p..@|
007805d0  33 01 00 20 72 06 00 00  b0 ff 19 40 74 ff 12 40  |3.. r......@t..@|
007805e0  84 ff 12 40 00 00 00 00  00 00 00 00 5b 31 30 35  |...@........[105|
007805f0  38 30 5d 20 00 00 00 00  00 00 00 00 0c 5d 1b 40  |80] .........].@|
00780600  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00800000

Later -
 
Here is a test for the thermald reboot issue. Anyone with even a little bit of batch or shell scripting experience should be able to do this.

1. Remount /system read-write.

2. Rename /system/bin/thermald to /system/bin/thermald.real

3. Paste the following script into a file named thermald:

Code:
#!/system/bin/sh

if [ -f /data/local/tmp/thermald.strace ]; then
	mv /data/local/tmp/thermald.strace /data/local/tmp/thermald.strace.old
fi

exec /system/xbin/strace -f -s 256 -o /data/local/tmp/thermald.strace /system/bin/thermald.real "$@"

4. Push this to /system/bin/thermald and make it mode 755.

5. Reboot.

6. Push the heck out of the phone until it reboots: play games, do benchmarks, whatever.

7. After thermal reboot, send me a copy of /data/local/tmp/thermald.strace.old.
 
That pretty much leaves 4, 10, 11, 12, 15, 16, 24, 25.

Partitions marked with ??? have pretty random looking data. I'd like to tackle those last since they may be tricky. p12 looks really interesting. I'll deal with that later. So let's focus on 4 and 25 for now.

Here's what I'd like. Shell into your phone and run these commands:

hexdump -C /dev/block/mmcblk0p4
hexdump -C /dev/block/mmcblk0p25


I'm not a dev... more of an enthusiast... My GPS works, well, amazingly running on your AOKP 41 RC2 (i believe, its hard to remember since the build has a date instead of the release. It's listed as jan-22-13)

However, here's the hexdump for 4 and 25 from my phone.

[HIGH]hexdump -C /dev/block/mmcblk0p4

00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001c0 00 00 47 00 00 00 ff 2f 00 00 00 08 00 00 00 00 |..G..../........|
000001d0 00 00 05 00 00 00 01 00 00 00 fe 97 00 00 00 00 |................|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000003c0 00 00 45 00 00 00 fe 6f 00 00 00 28 00 00 00 00 |..E....o...(....|
000003d0 00 00 05 00 00 00 02 00 00 00 fd d7 00 00 00 00 |................|
000003e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000003f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000400



hexdump -C /dev/block/mmcblk0p25
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000050 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff |................|
00000060 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00300000 dd cc bb aa 50 54 30 31 53 31 32 30 36 31 34 30 |....PT01S1206140|
00300010 30 31 31 39 34 30 30 30 30 30 00 00 00 00 00 00 |0119400000......|
00300020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00300040 dd cc bb aa 08 9a 09 00 60 51 43 25 98 00 00 00 |........`QC%....|
00300050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00300080 dd cc bb aa 56 53 39 32 30 5a 56 37 2d 4d 38 36 |....VS920ZV7-M86|
00300090 36 30 41 2d 41 41 42 51 4e 53 5a 4d 2d 33 2e 36 |60A-AABQNSZM-3.6|
003000a0 2e 32 34 32 31 00 00 00 00 00 00 00 00 00 00 00 |.2421...........|
003000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
003000c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00700000 46 41 43 54 5f 52 45 53 45 54 5f 36 0a ff ff ff |FACT_RESET_6....|
00700010 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00780000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00780440 40 5b 1b 40 b7 d1 10 40 00 00 00 00 00 00 00 00 |@[.@...@........|
00780450 e5 5c 1b 40 01 00 00 00 00 00 00 00 0d 00 00 00 |.\.@............|
00780460 d3 0c 12 40 00 00 00 00 00 00 00 00 17 d5 10 40 |...@...........@|
00780470 00 00 00 00 96 5b 1b 40 e0 5b 1b 40 9e 5b 1b 40 |.....[.@.[.@.[.@|
00780480 00 00 00 00 ec 5c 1b 40 01 00 00 00 00 00 31 00 |.....\.@......1.|
00780490 10 5d 1b 40 b6 5b 1b 40 01 5c 1b 40 3e 00 00 00 |.].@.[.@.\.@>...|
007804a0 04 5d 1b 37 30 35 30 00 00 00 00 00 e4 5c 1b 40 |.].7050......\.@|
007804b0 84 ff 12 40 00 00 00 00 00 00 00 00 00 00 00 00 |...@............|
007804c0 00 00 00 00 e4 5b 1b 40 84 ff 12 40 00 00 00 00 |.....[.@...@....|
007804d0 00 00 00 00 00 00 00 00 09 5c 1b 40 c9 cd 10 40 |.........\.@...@|
007804e0 e4 5b 1b 40 37 ce 10 40 2a 2a 2a 2a 62 6f 6f 74 |.[.@7..@****boot|
007804f0 2d 3e 72 65 63 6f 76 65 72 79 20 3a 20 72 65 63 |->recovery : rec|
00780500 6f 76 65 72 79 0a 2d 2d 77 69 70 65 5f 64 61 74 |overy.--wipe_dat|
00780510 61 0a 00 2a 0a 00 10 40 00 00 00 00 02 00 00 00 |a..*...@........|
00780520 38 0c 1b 40 20 c0 1a 40 1c c0 1a 40 01 00 00 00 |8..@ ..@...@....|
00780530 20 c0 1a 40 ad 94 10 40 00 00 00 00 03 8a 10 40 | ..@...@.......@|
00780540 00 00 00 00 00 00 00 00 02 00 00 00 b7 90 10 40 |...............@|
00780550 00 00 00 00 03 8a 10 40 a4 07 13 40 ff 8c 10 40 |.......@...@...@|
00780560 ff ff ff ff 01 00 00 00 a4 07 13 40 38 0c 1b 40 |...........@8..@|
00780570 d4 04 00 00 ab 00 00 00 a4 07 13 40 38 0c 1b 40 |...........@8..@|
00780580 d4 04 00 00 ab 00 00 00 80 f4 1a 40 00 00 00 00 |...........@....|
00780590 ba 16 06 00 3b 95 10 40 a4 07 13 40 38 0c 1b 40 |....;..@...@8..@|
007805a0 ab 00 00 00 14 c6 16 40 10 5d 1b 40 ce 5c 1b 40 |.......@.].@.\.@|
007805b0 00 00 00 00 3b 95 10 40 ab 00 00 00 33 15 10 40 |....;..@....3..@|
007805c0 10 00 00 00 00 00 00 00 9c 01 00 00 70 87 10 40 |............p..@|
007805d0 33 01 00 20 72 06 00 00 b0 ff 19 40 74 ff 12 40 |3.. r......@t..@|
007805e0 84 ff 12 40 00 00 00 00 00 00 00 00 5b 37 30 35 |...@........[705|
007805f0 30 5d 20 00 00 00 00 00 00 00 00 00 0c 5d 1b 40 |0] ..........].@|
00780600 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00800000
[/HIGH]


I've also done a dd for all the partitions that you listed in your post. Since I don't actually know what's on those partitions though, I encrypted the archive and I'll send that to you through a pm. The dd images should give you the freedom to loop through a dummy file or whatever to collect whatever information you may need. I'm guessing that they're fairly empty files though as uncompressed they're around 52mb and 7zip dropped them to a 7.7mb archive.

Anyway, good luck... Hope this info helps work something out.


Anyone but TDM... don't bother downloading this as it's encrypted. No reason to suck up my dropbox bandwidth for a file you can't use :P
http://dl.dropbox.com/u/1659941/dd images.7z


*edit*

Easiest way i've noticed to get this phone good and hot is pretty much just crank your brightness up and set it to not turn the screen off while charging (in developer options). Seems that the screen on this thing makes some heat.

Not sure of any side effects from this though.




I doubt that it has any effect on this but just in case... I have used the GPS config from within the pimp my rom app. I believe it downloads a gps.conf file for you country/continent to improve gps lock times. I really don't know exactly what that file does within the app or within android though. There's a few apps out there that use these types of files. Just wanted to put that out there. - Looks like it just tweaks your ntp server...
 
I'm rather impressed with how much faster gps locks on than on gb. I used it tonight and in 1.5 mins I was locked on.
 
I'm rather impressed with how much faster gps locks on than on gb. I used it tonight and in 1.5 mins I was locked on.

lol@1.5 minutes....ummmm, thats not fast, maybe it is for you, but thats terribly slow. I normally get a lock in under 30 seconds and sometimes in less than ten. Maybe it's the nice clear skies of the country that give me an advantage ;]
 
So here's my issue: I have a Jawbone headset that works great. Voice dialing is fine. We have a minivan with UConnect (Chrysler's bluetooth connection) that works well for bluetooth calling but not bluetooth voice dialing. When I try "Dial someone's name," I get the computer voice asking if I want to "Dial 233." It is completely mis-recognizing the command.

I know that this problem is related to a JB rom because voice dialing with bluetooth worked on stock ICS but stopped working when I moved our phones over to CM10. Is anyone else having an issue similar to this? Is there a setting or app I can utilize to get this to work?
 
Are you getting a message about letting the bluetooth access your contacts? I get a similar issue on my Atrix and my work truck's handfree device unless I allow it in the ROM.
 
Are you getting a message about letting the bluetooth access your contacts? I get a similar issue on my Atrix and my work truck's handfree device unless I allow it in the ROM.

I'm not getting a notification about Uconnect accessing my contacts. I'll look into that.

I can upload individual contacts to the car's phone book but there wasn't anything on the phone about access to contacts.
 
So here's my issue: I have a Jawbone headset that works great. Voice dialing is fine. We have a minivan with UConnect (Chrysler's bluetooth connection) that works well for bluetooth calling but not bluetooth voice dialing. When I try "Dial someone's name," I get the computer voice asking if I want to "Dial 233." It is completely mis-recognizing the command.

I know that this problem is related to a JB rom because voice dialing with bluetooth worked on stock ICS but stopped working when I moved our phones over to CM10. Is anyone else having an issue similar to this? Is there a setting or app I can utilize to get this to work?

Might be fixed with the new audio routing lib, try it when I release it... probably tomorrow or Friday.
 
lol@1.5 minutes....ummmm, thats not fast, maybe it is for you, but thats terribly slow. I normally get a lock in under 30 seconds and sometimes in less than ten. Maybe it's the nice clear skies of the country that give me an advantage ;]
Yea, I live in Seattle and there are always trees blocking satellites. Considering I didn't have it I line of sight and there were a ton of trees overhead, that was a quick lock. I'm sure it's faster in clear line of sight... I don't use it often.
 
Yea, I live in Seattle and there are always trees blocking satellites. Considering I didn't have it I line of sight and there were a ton of trees overhead, that was a quick lock. I'm sure it's faster in clear line of sight... I don't use it often.

I usually get a lock in well under a minute outside (in a car). This holds for multiple phones. Even in the Seattle rain. ;)
 
rc3 is up. Changes from rc2:

* Use correct audio routing lib, fixes voice search etc.
* Use p2p wifi firmware.

Notes:

wifi-p2p is untested. It seems to work for i_atnt (p930). The kernel instantly panics for i_vzw (VS920) when connecting in client mode (eg. accepting an invite). Server mode (eg. sending an invite) seems okay. This is under investigation.

I'm considering ditching the multi-rom setup and creating individual roms for each phone variant. This will reduce the rom size by about 30mb, but will add a significant amount of compile time, disk space usage, and upload time on my end.

The auto-wipe script is not included yet. It needs a bit of polish. Feel free to dirty flash from rc1 or rc2, but switching between cm10/aokp41 may be finicky and require wiping data for certain system apps. This is untested, but it was the case in ICS.

I've been really busy at work and will continue to be busy for the next week or two. Updates will be slow/sporadic.
 
Back
Top Bottom