or exists a way to get only essential parts for upgrading to a patched one v13 without touching /data or init scripts modifications?
thanks
An answer please?
i have understand what prevent the v12 to use whatsapp:
the telephonic part works well (SMS,add contacts) but the app don't see any internet connection.
i think that we have to modify a part into the build.prop file in /system because the app don't see the device as a whatsapp capable.
i'm not sure but i think the problem is there.
adb shell pull /system/build.prop
thank you
Please find attached.
I think you will be best off by downloading the update.zip, patching it not to update the /system partition, only all other partitions, and add a patched /system v13 from someone else. [like I did :-) ]
could it be possible to enlight the zip with the essential parts needed,and eventually could it be installed through recovery?
there must be a solution for this mistake :/
@AdvancedHacker,
I haven't yet seen that sdat2img tool, however, the system.new.dat file only contains the new patch parts for the system, so I assume this tools needs the old system.img where he places the patches as required & then creates a new image, does this not require the old system to be untouched?
#!/tmp/busybox sh
# OmniJB package# SMITH-omnirun by Luxferre
SETTINGSFILE='/system/b2g/defaults/settings.json'PREFFILE='/system/b2g/defaults/pref/user.js'OMNIJA='/system/b2g/omni.ja'WEBAPPS='/system/b2g/webapps/webapps.json'
# mount /system and /sdcard/tmp/busybox mount -t ext4 -o rw /dev/block/bootdevice/by-name/system /system/tmp/busybox mount -t vfat -o rw /dev/block/mmcblk1p1 /sdcard
# create backup files on memory cardTIMESTAMP=`date +%s`/tmp/busybox cp $SETTINGSFILE /sdcard/b2g-settings-backup.${TIMESTAMP}.json/tmp/busybox cp $PREFFILE /sdcard/b2g-pref-backup.${TIMESTAMP}.json/tmp/busybox cp $OMNIJA /sdcard/b2g-omni.${TIMESTAMP}.ja/tmp/busybox cp $WEBAPPS /sdcard/b2g-webapps-backup.${TIMESTAMP}.json
# unmount /sdcard after creating the backup/tmp/busybox umount /sdcard
# replace the developer menu setting entries/tmp/busybox sed -i 's/"developer.menu.enabled":false/"developer.menu.enabled":true/g' $SETTINGSFILE/tmp/busybox sed -i 's/"debug.console.enabled":false/"debug.console.enabled":true/g' $SETTINGSFILEecho "pref('developer.menu.enabled', true);" >> $PREFFILEecho "pref('debug.console.enabled', true);" >> $PREFFILE
# try to unpack current omni.ja version
/tmp/busybox mkdir /tmp/omnipatch/tmp/busybox cp /system/b2g/omni.ja /tmp/omnipatchcd /tmp/omnipatch/tmp/unzip -q omni.ja/tmp/busybox rm omni.ja
# patch the ImportExport module
/tmp/busybox sed -i 's/_openPackage(appFile,meta,false);/_openPackage(appFile,meta,true);isSigned=true;devMode=true;/g' modules/ImportExport.jsm
# try to repack omni.ja file
/tmp/zip -qr9XD omni.ja * > /sdcard/zip_logs.txt
# replace omni.ja with the jailbreak-patched version
/tmp/busybox cp omni.ja $OMNIJA
# place OmniSD package into system installation
/tmp/busybox cp -r /tmp/omnisd.831337.xyz /system/b2g/webapps/omnisd.831337.xyz
# patch webapps.json registry
MANCONT=$(/tmp/busybox cat $WEBAPPS)echo -n ${MANCONT%?} > /tmp/webapps.json/tmp/busybox cat /tmp/webapps.json /tmp/decl.patch > $WEBAPPS
# unmount /system/tmp/busybox umount /systemecho "Changes applied"
I actually have a v13 patched-system partition (credits: 4pda.ru), meaning:
1. The recovery auto-installer
is already removed.
2. Telnet localhost root is implemented.
3. OmniSD installer included in system.
I can share it on the group later.
Then you would just need to:
1. Patch the updater-script
from your update.zip to not verify & update the system partition, by
removing from:
"ui_print ("Verifying system partitions...
till where it starts:
"ui_print ("Patching boot image...
[Then, re-sign the zip with test-keys].
2. Flash the patched zip, which will update all partitions besides system. (Recovery will also not be updated, as mentioned earlier).
3. Power off the phone, reboot in recovery, and now flash the patched v13 system. (Can be done by using AdvancedHacker's RestoreSystem.zip, and having the patched system image placed in the root of the SD card).
Then, you're fully updated to v13, but still have telnet root access & test-keys for recovery :D
Last, but not least. I take no responsibility on anything I suggest & share. :/
--
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/1680aca55f8.274f.4d0fbcba59d3df19bf8cde900231fc8a%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
You are right...
as you can see I've downloaded the update without install it. Is someone already have the zip it can be useful to made a custom update from it and for all....if no tell me where I can extract that package.
adb pull /data/fota/downloaded/update.zip
adb shell
busybox telnet localhost
cp /data/fota/downloaded/update.zip /data/local/tmp/update.zip
exit
exit
adb pull /data/local/tmp/update.zip
@Ivan
You probably didn't make any changes to your boot.img.
But if you replaced all partitions with a dump you received from Luxferre, this might be the cause. (the boot.img verification is the first on the list).
The update.zip you get, is matching to 'your' firmware (maybe country-specific), but not to a different.
Have you ever tried installing the update.zip before installing any other orignial v12 firmware? Did you then also get a boot.img error? You probably didn't, but only got stuck @ system partition verification.
So, if you restore all 'your' partitions, (hopefully you have a dumpall.zip backup from yours), then the only mismatching partition would be the 'system', so you can skip that part, and instead flash the ready v13 patched system.
I can't wait to finally hear
that you're on v13 & enjoying WhatsApp :D
hi, how to upgrade to v13 if we have used jailbreak that breaks updates?
is there an existing way (out to re-flashing it with a clean /system)?or exists a way to get only essential parts for upgrading to a patched one v13 without touching /data or init scripts modifications?
thanks
E:footer is wrong
What exactly are you trying to do?
My system.img is v13, what will you gain by inserting it into v12?
The reason you got this error, is probably because you have to sign the zip again after changing any of its files. Did you sign it again?
i only hope that every other future app for this devices (as a possible Skype,discord or hangouts client) can work on every device without version,country or brand limits.
i sincerely hope that whatsapp could be the only absolute case of useless app for some devices.
i hope on universality of all the functions on Kaios, the same for Alcatel/Jio/CAT/Doro users, like the Linux heart must be.
CLOSED
contacts can be added from the app on the Contacts app on v12. then only the network part doesn't works.
but a friend of mine and my girlfriend have seen my number activated on their whatsapp for android on their smartphones.
then the only change needed comes from the network part. we must seen what was changed with the update.
the os version is the same for all the firmware versions.
--
You received this message because you are subscribed to a topic in the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bananahackers/q3eW1IXKtDY/unsubscribe.
To unsubscribe from this group and all its topics, 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/a5532a59-e4d4-486a-b6bb-72e84468267f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ps: i've said time ago in this thread that /system/build.prop files in the 2 firmware versions are different. i'm sure that changing something in that file could made the difference!
--
You received this message because you are subscribed to a topic in the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bananahackers/q3eW1IXKtDY/unsubscribe.
To unsubscribe from this group and all its topics, 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/7d88da83-f41a-43c4-8c3d-96fcb9f93399%40googlegroups.com.
browser is not updateable...geko is the old engine of Firefox, now Firefox is based on "quantum". geko is obsolete,but not bad.
--
You received this message because you are subscribed to a topic in the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bananahackers/q3eW1IXKtDY/unsubscribe.
To unsubscribe from this group and all its topics, 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/1fb62a80-e3f5-40f0-b021-c2d787cac71f%40googlegroups.com.
search on google "unlock all bands on Qualcomm device"
if you look,for example, the line:
ro.telephony.default_network=5
5 seems that the device is able to use to the 2g/edge network. higher is the value and higher is the network. in the Alcatel go flip this value is 10,that seems all the bands are enabled (2g/3/4g).
in both the firmware versions this parameter is the same (5). it can be useful to know more about this file and his options.
So... I did a 'diff' on the /system-partitions -- so you get a picture...Happy reading and reading and reading... :D
--
You received this message because you are subscribed to a topic in the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bananahackers/q3eW1IXKtDY/unsubscribe.
To unsubscribe from this group and all its topics, 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/d7b601b8-9800-4f8d-aeb6-efe4824bcbaa%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bananahackers/q3eW1IXKtDY/unsubscribe.
To unsubscribe from this group and all its topics, 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/abf04c5d-3405-40c8-b457-67e29737562f%40googlegroups.com.
All is the same TA1059-AAROW1DS02ROW1
I write it in thread "What is your Nokia 8110 model?"More interesting is why are somebody is got v14.
С уважением, Павел.
On Sat, Jan 5, 2019 at 6:35 PM speeduploop <marcus_...@web.de> wrote:
>
> Luxferre pointed out that in his region the TA-1048 is the only certified version...
> And I rechecked -->
>
> While on my box and phone-label it says TA-1048 (dual-sim / europe) the update-script/-log uses TA1059-AAROW1DS03ROW1 as the request-ID on my phone...
> TA-1059 would be dual-sim / other countries...
>
> That's strange.
> (probably all dual-sims are handled as 'other-countries' internally -- but it's hard to guess how many diferent firmware-versions are out 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 bananahackers+unsubscribe@googlegroups.com.
So the region-specific differences like WLAN-channels and LTE-frequencies are runtime-decisions?That would make things easier....The request is quite comprehensive... they could send every single phone or sim-card an other fw-version.(I really can't say why they send my IMSI to the server - don't like it)But it's possible that different regions or even providers get different versions.
On Saturday, January 5, 2019 at 5:01:57 PM UTC+1, Gluck666 wrote:
All is the same TA1059-AAROW1DS02ROW1
I write it in thread "What is your Nokia 8110 model?"More interesting is why are somebody is got v14.
С уважением, Павел.
On Sat, Jan 5, 2019 at 6:35 PM speeduploop <marcus_...@web.de> wrote:
>
> Luxferre pointed out that in his region the TA-1048 is the only certified version...
> And I rechecked -->
>
> While on my box and phone-label it says TA-1048 (dual-sim / europe) the update-script/-log uses TA1059-AAROW1DS03ROW1 as the request-ID on my phone...
> TA-1059 would be dual-sim / other countries...
>
> That's strange.
> (probably all dual-sims are handled as 'other-countries' internally -- but it's hard to guess how many diferent firmware-versions are out 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/abf04c5d-3405-40c8-b457-67e29737562f%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/bae7e380-9d24-4d2e-841b-2692410c10d7%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/CAMCoCCwTOJ8GTj4AZMdQ0WhwNyCmZwpzcmjyk6WKgz4TReFCqg%40mail.gmail.com.
GET /check.php?id=35341909xxxxxx&curef=TA1059-AAROW1DS03ROW1&fv=13.00.17.01&type=FIRMWARE&mode=2&cltp=10&cktp=2&pcard=0&rtd=1&sdtd=2&cktd=0&chnl=2&imsi=262032441xxxxxx&id2=353419090xxxxxx&vend=QUALCOMM&mdnu=Nokia81104G&mdna=qcom&clvs=2018062112&osvs=KaiOS2.5&dvid=30694257-2249-43ed-a53f-4f53d6xxxxxx&mccs1=262&mncs1=03&mccn1=262&mncn1=03&cktd=0 HTTP/1.1User-Agent: KaiOS FOTA Client v1.4.7 Date: 2019/01/05 01:03:10 GMT+1Cache-ontrol: no-cacheAccept: */*HOST: mst.fota.kaiostech.com
Yes, that strange... And there is complicated software update procedure. "check","download_request",download, "notify".Hopefully they don't use https :)С уважением, Павел.
On Sat, Jan 5, 2019 at 7:18 PM speeduploop <marcus_...@web.de> wrote:
So the region-specific differences like WLAN-channels and LTE-frequencies are runtime-decisions?That would make things easier....The request is quite comprehensive... they could send every single phone or sim-card an other fw-version.(I really can't say why they send my IMSI to the server - don't like it)But it's possible that different regions or even providers get different versions.
On Saturday, January 5, 2019 at 5:01:57 PM UTC+1, Gluck666 wrote:
All is the same TA1059-AAROW1DS02ROW1
I write it in thread "What is your Nokia 8110 model?"More interesting is why are somebody is got v14.
С уважением, Павел.
On Sat, Jan 5, 2019 at 6:35 PM speeduploop <marcus_...@web.de> wrote:
>
> Luxferre pointed out that in his region the TA-1048 is the only certified version...
> And I rechecked -->
>
> While on my box and phone-label it says TA-1048 (dual-sim / europe) the update-script/-log uses TA1059-AAROW1DS03ROW1 as the request-ID on my phone...
> TA-1059 would be dual-sim / other countries...
>
> That's strange.
> (probably all dual-sims are handled as 'other-countries' internally -- but it's hard to guess how many diferent firmware-versions are out 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 bananahackers+unsubscribe@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/abf04c5d-3405-40c8-b457-67e29737562f%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 bananahackers+unsubscribe@googlegroups.com.
> 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/abf04c5d-3405-40c8-b457-67e29737562f%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/bae7e380-9d24-4d2e-841b-2692410c10d7%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/89184b7e-4c86-4cc5-b0af-0c46f8e6fcf7%40googlegroups.com.
--
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/4aa08ed8-3813-4796-a135-8e19bbe61721%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bananahackers/q3eW1IXKtDY/unsubscribe.
To unsubscribe from this group and all its topics, 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/0f9a1858-32ed-4752-9d8d-f65c1ac4277b%40googlegroups.com.
--
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/656c2044-bc06-4d66-acf1-6693551fe388%40googlegroups.com.
The v13 system might be dependent on the boot.img.
So, staying with v12 boot and updating to v13 system, is probably not going to work...