Guest Posted October 13, 2012 Report Posted October 13, 2012 (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 October 13, 2012 by Guest
Guest shootomanUK Posted October 13, 2012 Report Posted October 13, 2012 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 :-)
Guest Rusty! Posted October 13, 2012 Report Posted October 13, 2012 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 October 13, 2012 Report Posted October 13, 2012 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]
Guest rickywyatt Posted October 13, 2012 Report Posted October 13, 2012 just going to flash orange ics
Guest Posted October 13, 2012 Report Posted October 13, 2012 (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 October 13, 2012 by Guest
Guest rickywyatt Posted October 13, 2012 Report Posted October 13, 2012 # busybox mount -o remount,rw /dev/block/mmcblk0p2 /system # chmod 777 /system/*
Guest Posted October 13, 2012 Report Posted October 13, 2012 (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 October 13, 2012 by Guest
Guest The-Bledard Posted October 13, 2012 Report Posted October 13, 2012 For me : No space left on device...Which files can we delete ?
Guest rickywyatt Posted October 13, 2012 Report Posted October 13, 2012 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 October 13, 2012 Report Posted October 13, 2012 What exactly are people trying to do? Install the Orange ICS over the Xolo ROM?
Guest Posted October 13, 2012 Report Posted October 13, 2012 (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 October 13, 2012 by Guest
Guest rickywyatt Posted October 13, 2012 Report Posted October 13, 2012 dam it its getting stuck here assert(apply_patch_check("/system/build.prop", "a88a16a80fae687e84482a7cc2057b8ef0051299", "35dd24c3795f9f4a51fd71a7bfd9460048bcc8ef")); set_progress(0.540939);
Guest Simon O Posted October 13, 2012 Report Posted October 13, 2012 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 October 13, 2012 Report Posted October 13, 2012 @Rickywyatt : same for me...But build.prop was copied to system/, I don't know why there is a problem
Guest rickywyatt Posted October 13, 2012 Report Posted October 13, 2012 i dont get it lol maybe pauls build.prop is wrong :(
Guest Posted October 13, 2012 Report Posted October 13, 2012 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 October 13, 2012 Report Posted October 13, 2012 We have to find someone who is still on GB...
Guest Posted October 13, 2012 Report Posted October 13, 2012 (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 Edited October 13, 2012 by Guest
Guest The-Bledard Posted October 13, 2012 Report Posted October 13, 2012 OK, so putting build.prop first makes the Orange ICS work ?
Guest shootomanUK Posted October 13, 2012 Report Posted October 13, 2012 so does this mean you can flash both orange & xolo ics at any time ?
Guest The-Bledard Posted October 13, 2012 Report Posted October 13, 2012 @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 Posted October 13, 2012 Report Posted October 13, 2012 But :angry: The apps deleted to make space fail on the patch test
Guest The-Bledard Posted October 13, 2012 Report Posted October 13, 2012 (edited) jikobutsu : Delete the apps BEFORE pushing the file in /system/* and wipe system/lib/ Edited October 13, 2012 by The-Bledard
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now