Update error code 7

208 views
Skip to first unread message

ProgrammAbel

unread,
May 5, 2019, 3:53:49 PM5/5/19
to comp.mobile.nokia.8110
Hi, I had an official v15 update available so I flashed the stock v13 ROM to try and install it, only to be met with an error code 7 when updating. Does anyone know what's going on?

speeduploop

unread,
May 5, 2019, 3:56:17 PM5/5/19
to comp.mobile.nokia.8110
Just read the log --> it will tell you what exactly went wrong...

ivan1...@gmail.com

unread,
May 5, 2019, 3:58:02 PM5/5/19
to comp.mobile.nokia.8110
get the /cache dump, open it as a .zip file and read the logs into the "recovery" folder.

speeduploop

unread,
May 5, 2019, 3:59:26 PM5/5/19
to comp.mobile.nokia.8110
Or just read it in recovery-menu directly... ;)

ProgrammAbel

unread,
May 5, 2019, 3:59:56 PM5/5/19
to comp.mobile.nokia.8110
 Yup, I just saw the post by Ivan, I'm looking at it now :)

speeduploop

unread,
May 5, 2019, 4:14:44 PM5/5/19
to comp.mobile.nokia.8110
BTW: with root you can read the logs directly on the device (adb shell)...

They are on /cache/recovery - so you can just use 'more' to read them:
more /cache/recovery/last_log
for example gives you the last log...

ENTER --> next line
SPACE --> next page
R --> show rext
Q --> quit

ProgrammAbel

unread,
May 6, 2019, 8:22:39 AM5/6/19
to comp.mobile.nokia.8110
Hey I looked at the logs, and apparently my /system has "unexpected contents" (BTW, this is after I flashed pure /system):

E3100: system partition has unexpected contents

I don't know where else to get a stock v13 TA-1059 system.img, do you know? Better yet, could I use this method with speeduploop's v16 dumps to get v16?

speeduploop

unread,
May 6, 2019, 8:32:30 AM5/6/19
to comp.mobile.nokia.8110
No - but you can use my v13 stock image...
(there are images for v12, v13 and v16 in my cloud-drive...)

Remember: you can't flash system image manually from the running system - only through recovery!
--> here a repairv13.zip, if you're in need --> https://wsi.li/homr2LatAj8IFS

ProgrammAbel

unread,
May 6, 2019, 8:57:16 AM5/6/19
to comp.mobile.nokia.8110
Thanks. Ivan said he got v16 - was that via this method? Because I don't see why using your v16 dumps with that repair method Ivan posted wouldn't give you a v16...

speeduploop

unread,
May 6, 2019, 9:05:47 AM5/6/19
to comp.mobile.nokia.8110
Yes - we made it with exactly this method - but with dumps of v12 --> so he got his v12 repaired to a clean state and he could do a normal fota-update.
-- so if you are on a modded 12 --> use v12 dumps
-- if you're on modded v13 --> use v13 dumps
And after that you do a fota-update to v16.

BUT: if you use this script you linked --> use dumps matching your device!
Because if not - you will switch your 'device-variant'... (Ivan's phone is now switched to 'western-europe / german' which isn't a problem -- but using my dumps on a eastern-europe or asian device could be a problem.)

PuriShnit

unread,
May 6, 2019, 10:15:35 AM5/6/19
to comp.mobile.nokia.8110

Whichever method you use, you probably can't just restore the system partition, you need to restore a few more. Because the fota update seemingly recognizes your model/variant from the info of a different partition (boot etc),

That's probably why your update failed, because it was downloaded based on one variant, and your system image was restored from a different one...

speeduploop

unread,
May 6, 2019, 10:25:06 AM5/6/19
to comp.mobile.nokia.8110
That's the reason why the mentioned script reflashes a bunch of partitions --> all which are needed ;)
But that's also the reason why you have to be carefull to use images matching your 'device-variant'... because you can switch for example an asian 8110 to a german by using that script with the wrong imges... after that it will update - but to a german v16 :D
That doesn't need to be a problem - but it can be.
-- update schedules are region specific
-- app-store is region specific
-- and probably even some low-level things like support for providers or lte-bands are region-specific

For Ivan's 8110 that wasn't a big problem because german/italy doesn't have to much differences - ans he probably gets now some apps/updates even earlier... but he wouldn't get italy-only apps (if they ever provide something like that).

Tangy Tomm

unread,
May 6, 2019, 3:15:22 PM5/6/19
to comp.mobile.nokia.8110
Can you share your v13stock dumps


On Monday, 6 May 2019 15:32:30 UTC+3, speeduploop wrote:
> No - but you can use my v13 stock image...
> (there are images for v12, v13 and v16 in my cloud-drive...)
>
>
> Remember: you can't flash system image manually from the running system - only through recovery!
> --> here a repairv13.zip, if you're in need --> https://wsi.li/homr2LatAj8IFS
>
> On Monday, May 6, 2019 at 2:22:39 PM UTC+2, ProgrammAbel wrote:
>
> Hey I looked at the logs, and apparently my /system has "unexpected contents" (BTW, this is after I flashed pure /system):
>
>
>
>
> E3100: system partition has unexpected contents
>
> I don't know where else to get a stock v13 TA-1059 system.img, do you know? Better yet, could I use this method with speeduploop's v16 dumps to get v16?
>
> On Sunday, May 5, 2019 at 9:14:44 PM UTC+1, speeduploop wrote:
> BTW: with root you can read the logs directly on the device (adb shell)...
>
>
> They are on /cache/recovery - so you can just use 'more' to read them:
>
> more /cache/recovery/last_logfor example gives you the last log...

Hossain Mohammed Shoaib

unread,
May 6, 2019, 3:18:53 PM5/6/19
to Tangy Tomm, comp.mobile.nokia.8110
you need only system.img

--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahacker...@googlegroups.com.
To post to this group, send email to banana...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/898fe3d0-223e-48cc-9adb-1286156f7114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

speeduploop

unread,
May 6, 2019, 3:20:06 PM5/6/19
to comp.mobile.nokia.8110

Tangy Tomm

unread,
May 6, 2019, 3:47:52 PM5/6/19
to comp.mobile.nokia.8110
I am TA-1059

Hossain Mohammed Shoaib

unread,
May 6, 2019, 3:50:26 PM5/6/19
to ProgrammAbel, comp.mobile.nokia.8110
there is both TA-1048 and TA-1059
> --
> You received this message because you are subscribed to the Google Groups
> "comp.mobile.nokia.8110" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bananahacker...@googlegroups.com.
> To post to this group, send email to banana...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bananahackers/3c2185c9-34f9-4fe8-ac41-6558313d79d5%40googlegroups.com.

Hossain Mohammed Shoaib

unread,
May 6, 2019, 3:51:34 PM5/6/19
to ProgrammAbel, comp.mobile.nokia.8110
You can check bananahackers website there you can find TA-1059

On 5/6/19, ProgrammAbel <abelb...@gmail.com> wrote:

ivan1...@gmail.com

unread,
May 6, 2019, 3:57:13 PM5/6/19
to comp.mobile.nokia.8110
Hossain, him needs v13-TA-1048....and I haven't them, there are only for v12 and v11

ivan1...@gmail.com

unread,
May 6, 2019, 3:57:42 PM5/6/19
to comp.mobile.nokia.8110
Sorry, TA-1059

speeduploop

unread,
May 6, 2019, 3:58:21 PM5/6/19
to comp.mobile.nokia.8110
If you only need system.img that's not a problem ---> system.img is the same for all dual-sim devices.
(but the other partitions should match...)

Hossain Mohammed Shoaib

unread,
May 6, 2019, 4:01:30 PM5/6/19
to speeduploop, comp.mobile.nokia.8110
Or i've my system.img TA-1059 v13 clean
Just need some to post it there
> --
> You received this message because you are subscribed to the Google Groups
> "comp.mobile.nokia.8110" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bananahacker...@googlegroups.com.
> To post to this group, send email to banana...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bananahackers/25693d5c-5932-47b4-8fb1-342bc0992b0a%40googlegroups.com.

ProgrammAbel

unread,
May 6, 2019, 4:15:23 PM5/6/19
to comp.mobile.nokia.8110
No, this update was a normal fota-update from my device... So, if I just dump my partitions with dumpall.zip now, and use speeduploop's v13 dumps with the repair thing, might it work?

ProgrammAbel

unread,
May 6, 2019, 4:16:53 PM5/6/19
to comp.mobile.nokia.8110
I thought I had clean v13 dumps, but my phone says otherwise...


On Monday, May 6, 2019 at 9:01:30 PM UTC+1, Hossain Mohammed Shoaib wrote:
Or i've my system.img TA-1059 v13 clean
Just need some to post it there

On 5/7/19, speeduploop <marcus_...@web.de> wrote:
> If you only need system.img that's not a problem ---> system.img is the
> same for all dual-sim devices.
> (but the other partitions should match...)
>
>
> On Monday, May 6, 2019 at 9:47:52 PM UTC+2, Tangy Tomm wrote:
>>
>> I am TA-1059
>>
>> On Monday, 6 May 2019 22:20:06 UTC+3, speeduploop  wrote:
>> > here, in 'images' --> https://www.magentacloud.de/share/sojjvrui22
>> >
>> > On Monday, May 6, 2019 at 9:15:22 PM UTC+2, Tangy Tomm wrote:Can you
>> share your v13stock dumps
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "comp.mobile.nokia.8110" group.
> To unsubscribe from this group and stop receiving emails from it, send an

Hossain Mohammed Shoaib

unread,
May 6, 2019, 4:21:53 PM5/6/19
to ProgrammAbel, comp.mobile.nokia.8110
Ok first run dumpall.zip then
Flash system.img from clouds
If any problem then reflash your own duwp

On 5/7/19, ProgrammAbel <abelb...@gmail.com> wrote:
> I thought I had clean v13 dumps, but my phone says otherwise...
>
> On Monday, May 6, 2019 at 9:01:30 PM UTC+1, Hossain Mohammed Shoaib wrote:
>>
>> Or i've my system.img TA-1059 v13 clean
>> Just need some to post it there
>>
>> On 5/7/19, speeduploop <marcus_...@web.de> wrote:
>> > If you only need system.img that's not a problem ---> system.img is the
>> >
>> > same for all dual-sim devices.
>> > (but the other partitions should match...)
>> >
>> >
>> > On Monday, May 6, 2019 at 9:47:52 PM UTC+2, Tangy Tomm wrote:
>> >>
>> >> I am TA-1059
>> >>
>> >> On Monday, 6 May 2019 22:20:06 UTC+3, speeduploop wrote:
>> >> > here, in 'images' --> https://www.magentacloud.de/share/sojjvrui22
>> >> >
>> >> > On Monday, May 6, 2019 at 9:15:22 PM UTC+2, Tangy Tomm wrote:Can you
>> >> >
>> >> share your v13stock dumps
>> >>
>> >>
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "comp.mobile.nokia.8110" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to bananahacker...@googlegroups.com.
>> > To post to this group, send email to banana...@googlegroups.com.
>> > To view this discussion on the web visit
>> >
>> https://groups.google.com/d/msgid/bananahackers/25693d5c-5932-47b4-8fb1-342bc0992b0a%40googlegroups.com.
>>
>>
>> > For more options, visit https://groups.google.com/d/optout.
>> >
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "comp.mobile.nokia.8110" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bananahacker...@googlegroups.com.
> To post to this group, send email to banana...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bananahackers/fd64ef81-0e40-47e7-8406-ed4bf410b964%40googlegroups.com.

ProgrammAbel

unread,
May 6, 2019, 4:29:26 PM5/6/19
to comp.mobile.nokia.8110
Yup, that's what I was thinking, just confirming with you guys ;D


On Monday, May 6, 2019 at 9:21:53 PM UTC+1, Hossain Mohammed Shoaib wrote:
Ok first run dumpall.zip then
Flash system.img from clouds
If any problem then reflash your own duwp

On 5/7/19, ProgrammAbel wrote:
> I thought I had clean v13 dumps, but my phone says otherwise...
>
> On Monday, May 6, 2019 at 9:01:30 PM UTC+1, Hossain Mohammed Shoaib wrote:
>>
>> Or i've my system.img TA-1059 v13 clean
>> Just need some to post it there
>>
>> On 5/7/19, speeduploop <marcus_...@web.de> wrote:
>> > If you only need system.img that's not a problem ---> system.img is the
>> >
>> > same for all dual-sim devices.
>> > (but the other partitions should match...)
>> >
>> >
>> > On Monday, May 6, 2019 at 9:47:52 PM UTC+2, Tangy Tomm wrote:
>> >>
>> >> I am TA-1059
>> >>
>> >> On Monday, 6 May 2019 22:20:06 UTC+3, speeduploop  wrote:
>> >> > here, in 'images' --> https://www.magentacloud.de/share/sojjvrui22
>> >> >
>> >> > On Monday, May 6, 2019 at 9:15:22 PM UTC+2, Tangy Tomm wrote:Can you
>> >> >
>> >> share your v13stock dumps
>> >>
>> >>
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "comp.mobile.nokia.8110" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > To post to this group, send email to banana...@googlegroups.com.
>> > To view this discussion on the web visit
>> >
>> https://groups.google.com/d/msgid/bananahackers/25693d5c-5932-47b4-8fb1-342bc0992b0a%40googlegroups.com.
>>
>>
>> > For more options, visit https://groups.google.com/d/optout.
>> >
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "comp.mobile.nokia.8110" group.
> To unsubscribe from this group and stop receiving emails from it, send an

ProgrammAbel

unread,
May 7, 2019, 5:37:52 AM5/7/19
to comp.mobile.nokia.8110
Hey guys, I've successfully updated to v16 using speeduploop's dumps :D

speeduploop

unread,
May 7, 2019, 5:40:01 AM5/7/19
to comp.mobile.nokia.8110
All of them or only system.img? (using all of them could have side-effects...)

ProgrammAbel

unread,
May 7, 2019, 5:42:10 AM5/7/19
to comp.mobile.nokia.8110
Maybe I should expand upon that, so as not to lead anyone the wrong way...

I flashed the v13 dumps from speeduploop's cloud onto my TA-1059 model using this method and then did a normal FOTA update to v16. So speeduploop, your hunch was wrong, your dumps do also work on the TA-1059 model, and presumably other models too.

ProgrammAbel

unread,
May 7, 2019, 5:44:34 AM5/7/19
to comp.mobile.nokia.8110
See my post above...

speeduploop

unread,
May 7, 2019, 5:49:48 AM5/7/19
to comp.mobile.nokia.8110
I never said it wouldn't work...
I saidit has side-effects - like switching the 'device-variant' of the device...

Could you please try *#0000# and post the device-variant it shows?
--> just to check and be sure...

ProgrammAbel

unread,
May 7, 2019, 5:59:17 AM5/7/19
to comp.mobile.nokia.8110
It says:

Nokia 8110 4G
16.00.17.00
19-04-26
TA-1059
(c)Nokia
Variant:23ARG14ROW2/DS

It's the exact same as my old one (apart from the date and firmware version of course.) That makes me wonder, where does the device get the model and variant details from? It's definitely not from all the partitions in your dumps, so could it be in another partition? Or maybe it checks the actual hardware? It's mind-boggling...

speeduploop

unread,
May 7, 2019, 6:14:27 AM5/7/19
to comp.mobile.nokia.8110
That's really strange...
--> either you luckily did something wrong and so preserved your device-variant or
--> Ivan accidently switched his device-variant even before we started to repair his device.

In my cloud-drive is only the 'minimal-set' of images to reset a device -- so it doesn't change IMEI for example.
(and probably device-variant is in one of the images I didn't provide - which would be a quite cool thing...)
-- but until now we were sure it would change it.

BTW: the 'original' device-variant should be on a sticker under battery.

ProgrammAbel

unread,
May 7, 2019, 6:29:31 AM5/7/19
to comp.mobile.nokia.8110
The weirdest thing just happened...

I switched out the application.zip in the system.gaiamobile.org for the GerdaOS one to send a screenshot of the *#0000# output just to prove it. Then, when I dialled the code, there was a gap where the variant was supposed to be, like this!

2019-05-07-11-14-32.png



But what makes this even weirder is that I flashed the stock v16 /system from your cloud and the variant is back, and it says TA-1059 again!

speeduploop

unread,
May 7, 2019, 6:38:58 AM5/7/19
to comp.mobile.nokia.8110
Yes - but that doesn't tell us anything...  system.gaiamobile.org is the same on all devices.
But the location were it reads the variant from has different content on different devices.

(btw: you can do screencaps with webide - even on stock firmware if you use the right version of firefox)

ProgrammAbel

unread,
May 7, 2019, 6:41:23 AM5/7/19
to comp.mobile.nokia.8110
Oh okay then. Erm, could you explain how to perform screenshots with WebIDE?

speeduploop

unread,
May 7, 2019, 6:48:11 AM5/7/19
to comp.mobile.nokia.8110
On the right panel is a button 'Screenshot' -- but the only firefox-version I could get it to work is v49.0.2 -- which seems to be the highest completetly compatible version for KaiOS.

ProgrammAbel

unread,
May 7, 2019, 6:56:42 AM5/7/19
to comp.mobile.nokia.8110
Yeah, doesn't work on the Palemoon browser. Oh well.

speeduploop

unread,
May 7, 2019, 7:04:00 AM5/7/19
to comp.mobile.nokia.8110
probably one of these works better?

Tangy Tomm

unread,
May 7, 2019, 4:50:36 PM5/7/19
to comp.mobile.nokia.8110
Thanks buddy, this thing worked for me too👍🏼

ProgrammAbel

unread,
May 8, 2019, 2:04:41 AM5/8/19
to comp.mobile.nokia.8110
you're welcome :D
Reply all
Reply to author
Forward
0 new messages