New update 4.010.13 - Acer Iconia A500

Just recieved 4.010.13_COM_GEN2 from .10 update here in the states 14mb download, seems to have done a app preinstall process again.

Yea I got it. Here's the update.
untouched from /cache:
http://dl.dropbox.com/u/17305480/E92E273E25D8FC85B956F4E8DA1F7BFB.zip
decrypted update.zip for clockwork recovery:
http://dl.dropbox.com/u/17305480/update-4.010.13.zip
I flashed this over rooted 4.010.10_GEN2 with Villain Kernel and it kept root and everything, as it should.
Looks like it updates the Flexrom, gyroscope, and wifi. See updater script below.
show_progress(0.400000, 0);
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
package_extract_dir("calibration", "/tmp/");
run_program("/system/bin/sh", "/tmp/calibration.sh");
unmount("/system");
show_progress(0.100000, 0);
package_extract_dir("EC", "/tmp/");
set_perm(0, 2000, 0755, "/tmp/EC_flash");
set_perm(0, 2000, 0755, "/tmp/ec.rom");
package_extract_file("flexrom.img", "/dev/block/mmcblk0p6");
mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/flexrom");
set_perm(1014, 1014, 04755, "/flexrom/fixwifi");
show_progress(0.100000, 0);
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/data");
package_extract_file("apkinstaller.temp", "/data/media/apkinstaller.temp");
set_perm(0, 2000, 0755, "/data/media/apkinstaller.temp");
delete("/data/data/com.acer.android.dlna.services/databases/dlnacontent.db");
unmount("/data");
unmount("/flexrom");
Click to expand...
Click to collapse

I went and had mine search for it and it found and installed it.
Kept root and everything, as reported. Good stuff.

Any new feature ?
Thanks

My install log seems to have indicated a possible fix for the accelerometer (/tmp/GyroGain /tmp/calibration_wrong referenced in the update log @ end)

Movies tab in my market now.
Sent from my A500 using XDA Premium App

Can anyone assist re this question regarding the "4.010.13" update. I received it OTA on 27th July and installed it same evening. Installation went fine with no problems including the fact (I think it has been mentioned above) that I did not unroot my A500, and at the conclusion of the update I was still fully rooted.
Looking at "Settings > About tablet > Build number" it shows "Acer_A500_4.010.13_COM_GEN2" which is what I would have expected it to look like. However if I look, in text view, at the system file "Build.prop" the following is shown in the initial lines, I have highlighted in RED what I feel is suspect and cannot understand i.e. why is it showing "4.010.01" etc.etc.
ro.build.id=HMJ37
ro.build.display.id=Acer_A500_4.010.01_COM_GEN2
ro.build.system.id=Acer_A500_4.010_COM_GEN2
ro.build.version.incremental=1309327721
ro.build.version.sdk=12
ro.build.version.codename=REL
ro.build.version.release=3.1
ro.build.date=Wed Jun 29 14:09:23 CST 2011
ro.build.date.utc=1309327763
ro.build.type=user
ro.build.user=hermit
ro.build.host=lion
ro.build.tags=release-keys
ro.build.sku=COM_GEN2
ro.product.model=A500
ro.product.brand=acer
ro.product.name=picasso_comgen2
ro.product.device=picasso
ro.product.board=picasso
Any help with sugestions re this will be gratefully appreciated - I accept the fact that I may be p****** into the wind on this and that the above script is as it should be.

Thanks. for some reason the OTA that I downloaded on the tab failed at every attempt, but your decrypted one went right in via recovery.
minotauri said:
Yea I got it. Here's the update.
untouched from /cache:
http://dl.dropbox.com/u/17305480/E92E273E25D8FC85B956F4E8DA1F7BFB.zip
decrypted update.zip for clockwork recovery:
http://dl.dropbox.com/u/17305480/update-4.010.13.zip
I flashed this over rooted 4.010.10_GEN2 with Villain Kernel and it kept root and everything, as it should.
Looks like it updates the Flexrom. See updater script below.
Click to expand...
Click to collapse

metpolds said:
Can anyone assist re this question regarding the "4.010.13" update. I received it OTA on 27th July and installed it same evening. Installation went fine with no problems including the fact (I think it has been mentioned above) that I did not unroot my A500, and at the conclusion of the update I was still fully rooted.
Looking at "Settings > About tablet > Build number" it shows "Acer_A500_4.010.13_COM_GEN2" which is what I would have expected it to look like. However if I look, in text view, at the system file "Build.prop" the following is shown in the initial lines, I have highlighted in RED what I feel is suspect and cannot understand i.e. why is it showing "4.010.01" etc.etc.
ro.build.id=HMJ37
ro.build.display.id=Acer_A500_4.010.01_COM_GEN2
ro.build.system.id=Acer_A500_4.010_COM_GEN2
ro.build.version.incremental=1309327721
ro.build.version.sdk=12
ro.build.version.codename=REL
ro.build.version.release=3.1
ro.build.date=Wed Jun 29 14:09:23 CST 2011
ro.build.date.utc=1309327763
ro.build.type=user
ro.build.user=hermit
ro.build.host=lion
ro.build.tags=release-keys
ro.build.sku=COM_GEN2
ro.product.model=A500
ro.product.brand=acer
ro.product.name=picasso_comgen2
ro.product.device=picasso
ro.product.board=picasso
Any help with sugestions re this will be gratefully appreciated - I accept the fact that I may be p****** into the wind on this and that the above script is as it should be.
Click to expand...
Click to collapse
Everything is as it should be for instance, when i was on 1.141.07 my build.prop stated 1.141.01. In other words, that's normal, mine is the same way

Vereynn said:
My install log seems to have indicated a possible fix for the accelerometer (/tmp/GyroGain /tmp/calibration_wrong referenced in the update log @ end)
Click to expand...
Click to collapse
Yes, it did modify the accelerometer's calibration, as well as update the flexrom and implement the wifi patch. There are several threads already about this update, with all this information, and in a few of them I discussed my findings in ripping apart the update.

Mystikalrush said:
Movies tab in my market now.
Sent from my A500 using XDA Premium App
Click to expand...
Click to collapse
That is not from the update: that was there previously

I've noticed that ctrl+c, ctrl+v, etc. work when I have my keyboard hooked in. Is this part of the update or has this already been in all this time?

goodintentions said:
I've noticed that ctrl+c, ctrl+v, etc. work when I have my keyboard hooked in. Is this part of the update or has this already been in all this time?
Click to expand...
Click to collapse
That, too, has been here.

@The Odom Project - Many thanks for your quick reply. You've set my mind at rest!!

metpolds said:
@The Odom Project - Many thanks for your quick reply. You've set my mind at rest!!
Click to expand...
Click to collapse
Then by all means give thanks I try to help as best I can.

Mystikalrush said:
Movies tab in my market now.
Sent from my A500 using XDA Premium App
Click to expand...
Click to collapse
I have this with 40.010.40

one thing I pointed out in the thread about the different naming conventions of the different codetrains is that Acer is very lazy when it comes to updating build.prop
You can edit the build.prop to show whatever build date you want....
No matter what rom I looked at I saw region US

Is this the latest build for retail U.S. devices or us there something newer that can be manually flashed? Thanks in advance for any useful info.
Sent from my A500

dottat said:
one thing I pointed out in the thread about the different naming conventions of the different codetrains is that Acer is very lazy when it comes to updating build.prop
You can edit the build.prop to show whatever build date you want....
No matter what rom I looked at I saw region US
Click to expand...
Click to collapse
That is both unnecessary and ill advised.this is not laziness, but rather by design: it helps prevent fragmentation.maybe this can help explain:
As you may be aware, the purpose of a build.prop is to provide a version number so applications and such can keep track of compatibility. By keeping it as a single number for ask similar software versions, it helps prevent fragmentation.

niftydl said:
Is this the latest build for retail U.S. devices or us there something newer that can be manually flashed? Thanks in advance for any useful info.
Sent from my A500
Click to expand...
Click to collapse
Yeah it is.

Related

Clockworkmod Recovery 3.2.0.0

Saw this posted in the Nexus S Development forum and wasn't sure if people are checking both so I thought this post was appropriate.
CWM has been update to v3.2.0.0
I just flashed it and all seems to be working OK. Head over to the link below and just make sure you grab the NS4G one.
http://forum.xda-developers.com/showthread.php?t=988686
Its layout is different than the normal Clockwork, but I find it more useful.
Thanks for bringing this to the frontline
Sent from my Nexus S 4G using XDA Premium App
No problem, figured it would be more noticed here from the 4G users. I did notice the layout difference as well. I like that its less cluttered and more organized... just my .02 anyway
Is there a zip that I can flash thru recovery? Or what's the easiest way to flash this. When I had an evo and amon ra I could upgrade the recovery thru a zip, is that possible?
Sent from my Nexus S 4G using XDA Premium App
use fastboot like you did when you rooted.
NYYFan325 said:
Saw this posted in the Nexus S Development forum and wasn't sure if people are checking both so I thought this post was appropriate.
CWM has been update to v3.2.0.0
I just flashed it and all seems to be working OK. Head over to the link below and just make sure you grab the NS4G one.
http://forum.xda-developers.com/showthread.php?t=988686
Click to expand...
Click to collapse
This link takes you to the mod'd version. Do you have the link to the official version? If you are running this mod'd version, Rom Manager will not accept it as official and will want to install the official version. Rom Manager does not show 3.2.0.0 in its interface as of yet.
EDIT: Here is the link to the official Koush site. For our phone, 3.1.0.1 is the only release.
http://www.koushikdutta.com/2010/02/clockwork-recovery-image.html
I've never used ROM manager so I really can't comment on it "seeing" the recovery. Pretty sure the only thing modified is the colors, nothing more.
NYYFan325 said:
I've never used ROM manager so I really can't comment on it "seeing" the recovery. Pretty sure the only thing modified is the colors, nothing more.
Click to expand...
Click to collapse
Colors and layout are different. Rom Manager is developed by Koush and works together with the recovery. So, if you do use rom manager, it does not recognise the mod'd version as official and you will not be able to do things like download roms and extras through Rom manager. .
No Biggie, just thought people should know before they download this and find out there rom manager does not function fully until they install the official clockwork recovery again.
ROM Manager seems to be working just fine for me
mbh87 said:
ROM Manager seems to be working just fine for me
Click to expand...
Click to collapse
So, with this mod version installed, Rom Manager (by Clockwork) is not telling you that you have to install Clockwork Recovery to be able to perform that function?
Interesting, did that to me on the last version of the mod (3.1.0.1) Maybe they changed the mod to function with the Clockwork Rom Manager.
I will install and see.
EDIT: OK, seems to work fine with Rom Manager. The last Mod did not. I had to reinstall the official clockwork Recovery. Well That Just Shows Me, Hu. Sorry for the alarm. (the sky is falling, the sky is falling)
anyone try flashing anything? if a rom/kernel uses edify to define what phones it can be flashed on i know using the crespo recovery will block all but crespo flashes..
again thats only if teh rom dev uses that feature
shabbypenguin said:
anyone try flashing anything? if a rom/kernel uses edify to define what phones it can be flashed on i know using the crespo recovery will block all but crespo flashes..
again thats only if teh rom dev uses that feature
Click to expand...
Click to collapse
All 3.X recoveries are edify. Koush and most other devs have completely moved away from amend scripts for updates/flashable zips. amend was around since cupcake if I recall correctly.
Sent from my SCH-I500 using XDA Premium App
shabbypenguin said:
anyone try flashing anything? if a rom/kernel uses edify to define what phones it can be flashed on i know using the crespo recovery will block all but crespo flashes..
again thats only if teh rom dev uses that feature
Click to expand...
Click to collapse
Installed one of Net's kernels just to be sure before posting this... no problems at all
sunder74 said:
All 3.X recoveries are edify. Koush and most other devs have completely moved away from amend scripts for updates/flashable zips. amend was around since cupcake if I recall correctly.
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
perhaps i wasnt making myself clear enough.
assert(getprop("ro.product.device") == "crespo4g" || getprop("ro.build.product") == "crespo4g" || getprop("ro.product.board") == "crespo4g");
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
run_program("/tmp/backuptool.sh", "backup");
Click to expand...
Click to collapse
thats from the updater script that cm7 uses, if when it does getprop it finds anything but the crespo4g, it will fail. flashing the crespo recovery could have undesired effects.
like i stated tho, only if the dev chose to use that feature
Is this strictly a crespo recovery? I was under the impression from the post that there were 2 different recoveries uploaded, one for the ns and one for the 4g. If you find out that this doesnt work I can edit the post title to state not to flash...
my apologies didnt know there was a 4g version, just thought everyone was going willy nilly with the nexus s version
shabbypenguin said:
my apologies didnt know there was a 4g version, just thought everyone was going willy nilly with the nexus s version
Click to expand...
Click to collapse
Silly penguin, gotta click links first!
So are the different colors for just style or do they signify something?
sent from my sexy nexy 4 gizzle!
chewbz said:
So are the different colors for just style or do they signify something?
sent from my sexy nexy 4 gizzle!
Click to expand...
Click to collapse
Just personal preference... no difference otherwise

[System Dump] HC 3.2: 4.015.15_com_gen1

I've got in my hands Acer Iconia A501 equipped with Honeycomb 3.2 which is supposed to be launched in following weeks.
I dumped the /system partition and uploaded for you, so that Iconia devs can make a use of it.
None of common root expolits seems to work for me, including Iconia A100 HC 3.2 method, so I can't upload boot.img.
You can download odexed system dump here:
DOWNLOAD
Piter1225 said:
I've got in my hands Acer Iconia A501 equipped with Honeycomb 3.2 which is supposed to be launched in following weeks.
I dumped the /system partition and uploaded for you, so that Iconia devs can make a use of it.
None of common root expolits seems to work for me, including Iconia A100 HC 3.2 method, so I can't upload boot.img.
You can download odexed system dump here:
DOWNLOAD
Click to expand...
Click to collapse
Thanks for your work! I see in another thread that Acer_A500_4.017.07 is still HC3.1. So, could you confirm that 4.015.15 is HC3.2? Seems that the naming is strange.
Acer was never good in naming their software.
need kernel for normal testing
On A500 with kernel Stock/HV/Taboonay V2.5 04-08 permanently there are artifacts at an output to the screen
Doesn't work DHCP - only the fixed IP address
That the new:
- The mode of scaling of display of old applications - because of video glitches practically doesn't work now
- Add commands for the correct switch-off MicroSD and USB-flash drive
- Plays back more than earlier an amount of files in 720р from available at me available, including avi and mkv
- On USB-cable internal sdcard and MicroSD are accessible on-separateness
Hello, how can I install it on my A 501?
Rename to zip unfortunately without success
Börger said:
Hello, how can I install it on my A 501?
Rename to zip unfortunately without success
Click to expand...
Click to collapse
It's only for devs, do not try to install it
Oh wait then until 25.11
thank you
..ups 25.08...mfg
Börger said:
Oh wait then until 25.11
thank you
Click to expand...
Click to collapse
25.11??????
Didn't you mean 25.08 ?
fguy said:
need kernel for normal testing
On A500 with kernel Stock/HV/Taboonay V2.5 04-08 permanently there are artifacts at an output to the screen
Doesn't work DHCP - only the fixed IP address
That the new:
- The mode of scaling of display of old applications - because of video glitches practically doesn't work now
- Add commands for the correct switch-off MicroSD and USB-flash drive
- Plays back more than earlier an amount of files in 720р from available at me available, including avi and mkv
- On USB-cable internal sdcard and MicroSD are accessible on-separateness
Click to expand...
Click to collapse
mmm.... so is it really 3.2?
if so can you make a cwm package... so I can test some kernels please
Piter1225 said:
Acer was never good in naming their software.
Click to expand...
Click to collapse
This is a A501 ROM
reejmond said:
This is a A501 ROM
Click to expand...
Click to collapse
thor2002ro said:
mmm.... so is it really 3.2?
if so can you make a cwm package... so I can test some kernels please
Click to expand...
Click to collapse
It is valid 3.2
Code:
ro.build.id=HTJ85B
ro.build.display.id=Acer_A501_4.015.01_COM_GEN1
ro.build.system.id=Acer_A501_4.015_COM_GEN1
ro.build.version.incremental=1313294736
ro.build.version.sdk=13
ro.build.version.codename=REL
ro.build.version.release=3.2
ro.build.date=Sun Aug 14 12:06:20 CST 2011
ro.build.date.utc=1313294780
ro.build.type=user
ro.build.user=hermit
ro.build.host=lion
ro.build.tags=release-keys
ro.build.sku=COM_GEN1
ro.product.model=A501
ro.product.brand=acer
ro.product.name=picasso3g_generic1
ro.product.device=picasso
ro.product.board=picasso
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Acer
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=picasso
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=picasso3g_generic1-user 3.2 HTJ85B 1313294736 release-keys
ro.build.fingerprint=acer/picasso3g_generic1/picasso:3.2/HTJ85B/1313294736:user/release-keys
With other kernels (stock 3.1, V8 from VX 1.1.2, Dexter Prime 9.5a) the system didn't boot
Sorry - I don't have possibility to load this file for propagation
we might have to wait for the 3.2 official
kernel boots but some libs are acting up...
They really patched the hole.. so iconiaroot will not work on 3.2 anymore
sc2k said:
They really patched the hole.. so iconiaroot will not work on 3.2 anymore
Click to expand...
Click to collapse
so, are there any security flaws left?
a501 hc 3.2 rom
i think its better to wait for the official release ,
that is 25-8-2011 ??
thanks anyway for the dump, lets see wat is inside !
I have found a A501 HC3.2 kernel in a chinese forum (gfan.com),
I have uploaded the boot.img, can anyone try if this kernel can boot up with A501 HC3.2? Thanks.
http://www.mediafire.com/?4t3mv1odpylkv7t
ardatdat said:
I have found a A501 HC3.2 kernel in a chinese forum,
I have uploaded the boot.img, can anyone try if this kernel can boot up with A501 HC3.2? Thanks.
http://www.mediafire.com/?4t3mv1odpylkv7t
Click to expand...
Click to collapse
Thanks, working 100%
richardtrip said:
Thanks, working 100%
Click to expand...
Click to collapse
Hi.. Can I install this Kernel on a Custom Rom? If yes, how?
How can i flash this?? I have the dump and the boot image
Sent from my GT-I9000 using XDA App

[GUIDE]Port Nexus s roms to sgs devices

Well i will share my knowladge to you people, two years of learning stuff about android....
This is only guide for porting nexus s roms to sgs phones, you cannot use this guide to port other rom to other device, well you can but dosnt ensurance that it will work.
If this guide dont help you (0,01 possibilities) LOGCAT YOUR BUILD!! I WILL TRY TO HELP
Tools needed /by saranhai/:
7zip (alternative to winrar, doesn't matter which you choose to use)
Notepad++ (highly recommend if you're on windows)
Android SDK/ADB (MUST HAVE, for troubleshooting and such)
dsixda kitchen (could come in handy)
First to port an ics rom you need winrar.
This are the steps:
grab an ics rom like cm9 or aokp to take the libs and hw folders
Never unzip the rom.
1-from cm9/aokp copy all outside system, i mean boot.img mtd etc..... and past it over the rom you are porting (nexus s rom)
2-enter system/app and remove torch.apk, crespoparts.apk and replace camera.apk with aokp camera.
3-enter system bin and replace this files with aokp/cm9 ones
*dhcpcd
*bluetoothd
*vold
*wpa_client
*wpa_supplicant
Click to expand...
Click to collapse
4-enter system etc and replace this files with aokp/cm9 ones
*bluetooth folder
*dhcpcd folder
*Apnconf.xml
*wifi
*vold.fstab
*vold.conf
Click to expand...
Click to collapse
5-Then we go to the libs, enter system/lib and replace:
*HW folders
*modules folders
*egl folders
*libril.so
*libsec-ril.so
*libreference-ril.so
*libsec-ril-client.so
*libbluedroid.so
*libbluetooth.so
*libbluetoothhd.so
*lib_cameraclient.so
*libcameraservice.so
*libhardware_legncy.so (very important to wifi to work) hell this caused me problems
*libEGL
*libgles (the 3 files)
Click to expand...
Click to collapse
--------------replace usr and vendor folders-------------------
And last edit build.prop, well first check if it boots then you change this and add this.
edit this:
ro.product.model=SGH-I897
ro.product.brand=samsung
ro.product.name=SGH-I897
ro.product.device=SGH-I897
ADD THIS TO SIGNAL TO WORK!!
additional build propieties
ro.telephony.ril_class=SamsungRIL
ro.telephony.ril.v3
=icccardstatus,datacall,signalstrength,facilitylock
mobiledata.interfaces=pdp0,eth0,gprs,ppp0
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
Click to expand...
Click to collapse
ADVANCED USERS ONLY (dont ask me how) :
for working external sd (emcc) you need to decompile/recompile framework-res.apk
you need to change this:
xml/storage_xml with other storage xml from aokp or cm9
Click to expand...
Click to collapse
I´m not responsible for bricked devices (this shouldnt brick it) but i dont want anyone crying because i will laugh at you, it works for me..
Libs functions
Lib:
*Libhardware_legancy.so (makes wifi works)
*all libs with ril: DATA and SIGNAL
*LibEGL, modules, hw: hw aceleration, lights,etc...
*Libgles (i suppose this ones controlls battery stats and consuption)
Click to expand...
Click to collapse
etc:
*apns-conf.xml (all related to apn and services)
*dchcpd,vold.ftsab,vold.conf: internal sd
*wifi,bluetooth: wifi bluetooth lol
Click to expand...
Click to collapse
someone correct me if im wrong but im preaty sure what im writing...
Thanks for this! Warn people that it won't work for all ROM's. (one's ported from other device to Nexus S.)
b-eock said:
Thanks for this! Warn people that it won't work for all ROM's. (one's ported from other device to Nexus S.)
Click to expand...
Click to collapse
okey, thanks will add it... the only rom i cant get to boot with this guide is cybergr rom, dont know what the hell he did to it... hahah
Madflapjack said:
Libs functions
Lib:
etc:
someone correct me if im wrong but im preaty sure what im writing...
Click to expand...
Click to collapse
is this work on aosp rom from google?
Madflapjack said:
okey, thanks will add it... the only rom i cant get to boot with this guide is cybergr rom, dont know what the hell he did to it... hahah
Click to expand...
Click to collapse
I was actually trying to get cyberGR working, the updater.script is different from normal. May be not having these could be the issue. Just a guess though
package_extract_file("modem.bin", "/tmp/modem.bin");
set_perm(0, 0, 0777, "/tmp/modem.bin");
package_extract_file("updater.sh", "/tmp/updater.sh");
set_perm(0, 0, 0777, "/tmp/updater.sh");
package_extract_file("make_ext4fs", "/tmp/make_ext4fs");
set_perm(0, 0, 0777, "/tmp/make_ext4fs");
package_extract_file("busybox", "/tmp/busybox");
set_perm(0, 0, 0777, "/tmp/busybox");
package_extract_file("flash_image", "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/flash_image");
package_extract_file("erase_image", "/tmp/erase_image");
set_perm(0, 0, 0777, "/tmp/erase_image");
package_extract_file("bml_over_mtd", "/tmp/bml_over_mtd");
set_perm(0, 0, 0777, "/tmp/bml_over_mtd");
package_extract_file("bml_over_mtd.sh", "/tmp/bml_over_mtd.sh");
set_perm(0, 0, 0777, "/tmp/bml_over_mtd.sh");
Click to expand...
Click to collapse
q659503934 said:
is this work on aosp rom from google?
Click to expand...
Click to collapse
It should work even with gb but not tested by me, and aosp ics i think that yes.
asasione said:
I was actually trying to get cyberGR working, the updater.script is different from normal. May be not having these could be the issue. Just a guess though
Click to expand...
Click to collapse
if you get it to boot, it would be awsome, keep the good work, i think that might be the reason.
Madflapjack said:
okey, thanks will add it... the only rom i cant get to boot with this guide is cybergr rom, dont know what the hell he did to it... hahah
Click to expand...
Click to collapse
You mean it is possible to port the PureXperia rom? If yes, i will give it a try
The egl and gles are related to gpu rendering. Also, this guide looks very familiar...
Sent from my SPH-D700 using Tapatalk 2
Hey guys I have a working Xperia ROM. I wasn't ever supposed to release it because the other DEV I worked with asked me not to. But I will PM you the link if you want it. It is GB but it boots and everything.
Sent from my SGH-I897 using xda premium
b-eock said:
Hey guys I have a working Xperia ROM. I wasn't ever supposed to release it because the other DEV I worked with asked me not to. But I will PM you the link if you want it. It is GB but it boots and everything.
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
b-eock can you come on gtalk?
xboxfanj said:
The egl and gles are related to gpu rendering. Also, this guide looks very familiar...
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
sorry i forgot to add you in credits
The directions are not very clear.
grab an ics rom like cm9 or aokp to take the libs and hw folders
Click to expand...
Click to collapse
Does this mean Extract /system/lib/HW folder and all files under /system/lib from the Captivate ICS cm9/AOKP and put into the Nexus S rom.zip?
2-enter system/app and remove torch.apk, crespoparts.apk and replace camera.apk with aokp camera.
Click to expand...
Click to collapse
This seems very easy, remove the listed files from the Nexus S rom.zip and add the Camera.apk from the Captivate cm9/AOKP rom.zip
Steps 3,4,5 seems very easy also, take listed files from the Captivate cm9/AOKP rom.zip and move them into the Nexus S rom.zip. Then we take /system/usr and /system/vendor from the Captivate cm9/AOKP rom.zip and move to the Nexus S rom.zip.
Last is editing the build.prop file.
Advanced step, I found this thread http://forum.xda-developers.com/showthread.php?t=1511730 which could mean editing the storage_xml will be easier.
Is that about everything needed?
askpcguy said:
The directions are not very clear.
Does this mean Extract /system/lib/HW folder and all files under /system/lib from the Captivate ICS cm9/AOKP and put into the Nexus S rom.zip?
This seems very easy, remove the listed files from the Nexus S rom.zip and add the Camera.apk from the Captivate cm9/AOKP rom.zip
Steps 3,4,5 seems very easy also, take listed files from the Captivate cm9/AOKP rom.zip and move them into the Nexus S rom.zip. Then we take /system/usr and /system/vendor from the Captivate cm9/AOKP rom.zip and move to the Nexus S rom.zip.
Last is editing the build.prop file.
Advanced step, I found this thread http://forum.xda-developers.com/showthread.php?t=1511730 which could mean editing the storage_xml will be easier.
Is that about everything needed?
Click to expand...
Click to collapse
not extract hw and modules and egl just replace the folders....
and thats all..

"Project butter" for ics Aurora_5.0_u9 compatible

Just flash in recovery, MOUNT SYSTEM before doing it!
This is not the project butter, more like a package of tweaks that will smooth the ui and some programs
I noticed a huge improvement in system ui as in application! fluidity is definitely better!
Post your opinion
http://depositfiles.com/files/u33j5sigx
Thanks to the original post and author :
http://forum.xda-developers.com/showthread.php?t=1911327
Sent from my U8800 using xda app-developers app
I will port it to Mlora... thanks
Sent from my U8800 using xda app-developers app
I just flashed it on Mlora, seems that works.
I have flashed it to MIUI V4 but the build.prop changes didn't copied and the other files too. I did it manually and I think I have quite worse performance than before
cheers
For me using Aurora_5.0_u9 works like a charm, Facebook and other apps running a lot smother..
Sent from my U8800 using xda app-developers app
websorcer said:
For me using Aurora_5.0_u9 works like a charm, Facebook and other apps running a lot smother..
Sent from my U8800 using xda app-developers app
Click to expand...
Click to collapse
Can you confirm that it is flashed correctly and it is not a placebo?
Can you please check these 2 things:
1. is the last line of the /system/build.prop file the following
ro.HOME_APP_ADJ=1
2. do you have an adreno_config.txt file inside /system/etc?
thank you!
Yes, i have the txt file. You have to mount system in order to be correctly patched.
See the original post for more details.
Sent from my U8800 using xda app-developers app
Seems that the author removed it...
Sent from my u8800pro using xda premium
I'm testing this, and it really seems to make the UI smoother. There's only one small mistake after installing it, it creates an aditional build.prop file with it's contents being only "/n". It can safely be deleted.
fjsferreira said:
I'm testing this, and it really seems to make the UI smoother. There's only one small mistake after installing it, it creates an aditional build.prop file with it's contents being only "/n". It can safely be deleted.
Click to expand...
Click to collapse
Boot speed is the same?
Sent from my u8800pro using xda premium
Somcom3X said:
Boot speed is the same?
Sent from my u8800pro using xda premium
Click to expand...
Click to collapse
Yes. This doesn't include init.d scripts, those are what slows down boot speed.
I haven't tried this but the correct line on the updater script in order for this to work is
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p12", "/system");
or this
Code:
run_program("/sbin/busybox", "mount", "/system");
rest is plain placebo
ezet said:
I haven't tried this but the correct line on the updater script in order for this to work is
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p12", "/system");
or this
Code:
run_program("/sbin/busybox", "mount", "/system");
rest is plain placebo
Click to expand...
Click to collapse
Other way to install is just to mount /system in CWM before flashing the zip (tested by me )
I'm having problems with some apps, after flashed project butter. I'm using go SMS pro(not the latest, but 4.30 version) which doesn't work any more. I have a lot of apps(~200), and except go sms I faced this problem at all -made by me- apps, which are some tutorial apps and 5 small apps. All of them are 2.2+ and work fine on 2.2, 2.3 and ICS rom(I've test them). The problem seems to be the same in all apps I tested. Appears only a black screen, and seems that something works(because If I tap on the screen I can hear the sound which indicates that something pressed), but nothing change visually.
So, I'm thinking that is some graphics problem which affects apps compiled on JB previous android platform(one of my apps is compiled with android 4.0 platform).
I don't care for my home made apps, because I can try to recompile them, but I want to keep using GO SMS pro 4.30 version, which has the offline SMS backup future.
Can you figure out what cause this problem?
Can this be installed in Elora 1.11.09? Or is this ROM already optimized/'butterrized'? :silly:
Many of my applications are built for ics, have you mount system before flash the zip? I have encountered some issues like those when I first flash the zip file and forgot to mount system..
Sent from my U8800 using xda app-developers app
J ust installed this over miui V4 + v6 supercharger scrpits and its working good.
Didn't need to mount system.
---------- Post added 13th November 2012 at 12:07 AM ---------- Previous post was 12th November 2012 at 11:34 PM ----------
Djuganight said:
J ust installed this over miui V4 + v6 supercharger scrpits and its working good.
Didn't need to mount system.
Click to expand...
Click to collapse
I didn't see any changes in build.prop nor the adreno file in /system/etc, therefore I decided to flash the zip again, now with the system mounted.
Now I felt good differences in smoothness and apps looks like load faster but lost wifi completely.
Tried several reboots but no wifi.
Had to restore a backup. What can it be?
This isn't nowhere near to Project Butter. All this does is disabling the software rendering path via renaming the libGLES_Android.so file + some build.prop tweaks.
It should be just called as an another tweak package.. Since it's not project butter
Unrealized said:
This isn't nowhere near to Project Butter. All this does is disabling the software rendering path via renaming the libGLES_Android.so file + some build.prop tweaks.
It should be just called as an another tweak package.. Since it's not project butter
Click to expand...
Click to collapse
Buahahahahah
Where is project butter then?
Djuganight said:
Buahahahahah
Where is project butter then?
Click to expand...
Click to collapse
Project Butter is a feature in Jelly Bean. This is just a package of tweaks, which are not relevant to Project Butter at all. It requires a lot of library changes to be enabled in ICS, this has no modified libs, it just disables one and edits build.prop.

Exclude apps from upgrade/installation when flashing

Hey together,
is there any chance to exclude single apps from the upgrade/installation process when flashing a new rom (nightlies)?
There's a bunch of apps I don't need or want, e.g. those "beauties" like phase beam, black hole, etc.
Maybe it can be done through a script in /system/addon.d or or a new zip in OpenDelta/FlashAfterUpdate?
Thanks in advance,
klenamenis
Sent from my GT-N7100 using XDA Premium 4 mobile app
you can freeze them and they will still be frozen after upgrade.
来自我的 Find 5 上的 Tapatalk
klenamenis said:
There's a bunch of apps I don't need or want, e.g. those "beauties" like phase beam, black hole, etc.
Maybe it can be done through a new zip in OpenDelta/FlashAfterUpdate?
Click to expand...
Click to collapse
Yep, this can be done easily.
Code:
ui_print("Mounting system partition");
ifelse(!is_mounted("/system"), run_program("/sbin/busybox", "mount", "/system"));
ifelse(!is_mounted("/system"), abort("Failed to mount /system"));
delete("/path/to/app");
run_program("/sbin/busybox", "umount", "/system");
webore said:
you can freeze them and they will still be frozen after upgrade.
来自我的 Find 5 上的 Tapatalk
Click to expand...
Click to collapse
I know, but they shall be removed.
PonsAsinorem said:
Yep, this can be done easily.
Code:
ui_print("Mounting system partition");
ifelse(!is_mounted("/system"), run_program("/sbin/busybox", "mount", "/system"));
ifelse(!is_mounted("/system"), abort("Failed to mount /system"));
delete("/path/to/app");
run_program("/sbin/busybox", "umount", "/system");
Click to expand...
Click to collapse
Thanks, but which update-binary should I use?
Is it possible to prevent that they even got flashed?
Thanks anyway for help.
Sent from my GT-N7100 using XDA Premium 4 mobile app
klenamenis said:
Thanks, but which update-binary should I use?
Click to expand...
Click to collapse
I'd grab a recent one out of OmniROM. Or you could try this update-binary (from http://teamw.in/project/twrp2 )
klenamenis said:
Is it possible to prevent that they even got flashed?
Click to expand...
Click to collapse
Yes, with an addon.d script. I don't feel like making one right now, because that syntax gives me a headache. But you should be able to look at others, (like Chainfire's su one), and see what it does and how it deletes files. After that, you could puzzle it out yourself with some time.
PonsAsinorem said:
I'd grab a recent one out of OmniROM. Or you could try this update-binary (from http://teamw.in/project/twrp2 ).
Click to expand...
Click to collapse
Yep, I already took a sample from someone's guide about creating zips.
Problem solved.
Sent from my GT-N7100 using XDA Premium 4 mobile app
klenamenis said:
Hey together,
is there any chance to exclude single apps from the upgrade/installation process when flashing a new rom (nightlies)?
There's a bunch of apps I don't need or want, e.g. those "beauties" like phase beam, black hole, etc.
Maybe it can be done through a script in /system/addon.d or or a new zip in OpenDelta/FlashAfterUpdate?
Thanks in advance,
klenamenis
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Why? Free space in /system has no benefits, and none of those apps autostart, so you gain nothing by removing them.
Entropy512 said:
Why? Free space in /system has no benefits, and none of those apps autostart, so you gain nothing by removing them.
Click to expand...
Click to collapse
Because almost daily backing up and flashing between ROMs needs less time, TitaniumBackup's list of installed apps is shorter and some of the apps I remove have some background services running which I don't want.

Categories

Resources