Jump to content

Orange ICS Update


Recommended Posts

Posted (edited)

Redone update again, in bootloop, as you would expect pushing gingerbread system to ics lol.

What is the script you are working on, is it for the permissions ?

Edited by Guest
Guest shootomanUK
Posted

wow just got back from 2 weeks in sunny spain to a miserable manchester, and its all happening lol ics, root, e.t.c.

just trying to catch up with all the posts !

keep up the good work everyone :-)

Posted
lol! Just got my San Diego and ran a packet sniffer to get the download URL.. then came here to find somebody else already did it and you have the file. Oh well lol

Wouldn't it have been easier to use logcat?

Guest rickywyatt
Posted

heres my little scrip lol

first type adb shell

then su

then copy past the hole script


chmod 777 /system/app/*
chmod 777 /system/bin/*
chmod 777 /system/etc/*
chmod 777 /system/etc/atomisp/*
chmod 777 /system/etc/dhcpcd/dhcpcd-hooks/*
chmod 777 system/etc/dhcpcd/dhcpcd-hooks/20-dns.conf
chmod 777 system/etc/dhcpcd/dhcpcd-hooks/95-configured
chmod 777 /system/etc/firmware/*
chmod 777 system/etc/firmware/modem/SUNRISE_6260_IMC_MODEM_FIRMWARE_HSI.fls
chmod 777 system/etc/firmware/ti-connetcivity/*
chmod 777 /system/etc/parameter-framework/Settings/Audio/*
chmod 777 /system/etc/parameter-framework/Structure/Audio/*
chmod 777 /system/etc/permissions/*
mkdir /system/etc/widi/3.1.24.0
chmod 777 /system/lib/*
chmod 777 /system/lib/arm/*
chmod 777 /system/lib/bluez-plugin/*
chmod 777 /system/lib/crda/*
chmod 777 /system/lib/egl/*
chmod 777 /system/lib/hw/*
chmod 777 /system/lib/parameter-framework-plugins/*
chmod 777 system/lib/parameter-framework-plugins/Audio/liblpe-subsystem.so
chmod 777 /system/lib/parameter-framework-plugins/Audio/*
chmod 777 /system/lib/plugins/*
chmod 777 /system/lib/plugins/com.adobe.flashplayer/*
chmod 777 /system/lib/soundfx/*
chmod 777 /system/media/audio/*
chmod 777 /system/media/audio/alarms/*
chmod 777 /system/media/audio/notifications/*
chmod 777 /system/media/audio/ringtones/*
chmod 777 /system/media/audio/ui
chmod 777 /system/media/boot*
chmod 777 /system/media/wallpaper*
chmod 777 /system/media/*
chmod 777 /system/tts/*
chmod 777 /system/tts/lang_pico/*
chmod 777 /system/usr/*
chmod 777 /system/usr/icu/*
chmod 777 /system/usr/keychars/*
chmod 777 /system/usr/keylayout/*
chmod 777 /system/usr/lib/*
chmod 777 /system/usr/lib/alsa-lib/*
chmod 777 /system/usr/share/*
chmod 777 /system/usr/share/alsa/cards/*
chmod 777 /system/usr/share/alsa/init/*
chmod 777 /system/usr/share/alsa/pcm/*
chmod 777 /system/usr/bmd/*
chmod 777 /system/usr/zoneinfo/*
chmod 777 /system/usr/srec/*
chmod 777 /system/usr/srec/config/*
chmod 777 /system/usr/srec/config/en.us/*
chmod 777 /system/usr/srec/config/en.us/dictionary/*
chmod 777 /system/usr/srec/config/en.us/g2p/*
chmod 777 /system/usr/srec/config/en.us/grammars/*
chmod 777 /system/usr/srec/config/en.us/models/*
mkdir /system/usr/bmd/
mkdir /system/usr/zoneinfo/
[/CODE]

Posted (edited)

little lol, it like a book.

mkdir failed for system/user/zoneinfo/ read only

I failed at youtube.apk again with that script

Edited by Guest
Guest rickywyatt
Posted

# busybox mount -o remount,rw /dev/block/mmcblk0p2 /system

# chmod 777 /system/*

Posted (edited)

lol

pushing.....

and we are past system/etc/widi/3.1.24.0

Ahhh man.....no space left on device, it nearly finished......I going to try update, surely its enough, all the major files went through i think

Edited by Guest
Guest The-Bledard
Posted

For me : No space left on device...Which files can we delete ?

Guest rickywyatt
Posted

do this adb shell

su

rm -r system/app

mkdir system/app

on the other cmd window do

adb push system/app system/

Guest Simon O
Posted

What exactly are people trying to do? Install the Orange ICS over the Xolo ROM?

Posted (edited)

No push gingerbread system to allow orange update to go through from recovery...it is running a check on a few things.

Build.prop and everything in the patch folder in update zip, which is basically the whole system lol

Edited by Guest
Guest rickywyatt
Posted

dam it its getting stuck here

assert(apply_patch_check("/system/build.prop", "a88a16a80fae687e84482a7cc2057b8ef0051299", "35dd24c3795f9f4a51fd71a7bfd9460048bcc8ef"));

set_progress(0.540939);

Guest Simon O
Posted

Oh right I see. That makes sense. Annoying that the Orange ICS has all sorts of checks yet the Xolo doesn't. Good job a lot of us have copies of the ROMs now just in case Xolo try to 'fix' the mistake.

Anyway hope you manage to work something out.

Guest The-Bledard
Posted

@Rickywyatt : same for me...But build.prop was copied to system/, I don't know why there is a problem

Guest rickywyatt
Posted

i dont get it lol maybe pauls build.prop is wrong :(

Posted

dam it its getting stuck here

assert(apply_patch_check("/system/build.prop", "a88a16a80fae687e84482a7cc2057b8ef0051299", "35dd24c3795f9f4a51fd71a7bfd9460048bcc8ef"));

set_progress(0.540939);

Maybe overwrite build.prop on device with gingerbread one before adb pushing system ? It looks like it has beef with the build.prop on device.

Guest The-Bledard
Posted

We have to find someone who is still on GB...

Posted (edited)

Ok I put gingerbread build.prop on my system, and deleted almost every app so hopefully do not run out of space this time.....

It worked :D

post-796032-0-89968900-1350161576_thumb.

Edited by Guest
Guest The-Bledard
Posted

OK, so putting build.prop first makes the Orange ICS work ?

Guest shootomanUK
Posted

so does this mean you can flash both orange & xolo ics at any time ?

Guest The-Bledard
Posted

@shootomanUK : Flashing from Orange Rom to Xolo one is easy (just apply the update.zip). But flashing from Xolo to Orange is also possible, but manipulation is compulsory...

Guest The-Bledard
Posted (edited)

jikobutsu : Delete the apps BEFORE pushing the file in /system/* and wipe system/lib/

Edited by The-Bledard

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.