development moved to "the special place"... since af974 likes it to...
You've done a great job on this. I'm not sure if you need it or not but here is a list of needed files to at least get it booting right.
Code:
system
etc
vold.fstab
lib
egl
libEGL_tegra.so
libGLESv1_CM_tegra.so
libGLESv2_tegra.so
hw
gps.tegra.so
gralloc.tegra.so
hwcomposer.tegra.so
lights.picasso.so
overlay.tegra.so
sensors.tegra.so
tegra_alsa.tegra.so
modules
dhd.ko
scsi_wait_scan.ko
ufsd.ko
libcgdrv.so
libnvddk_2d.so
libnvddk_2d_v2.so
libnvddk_aes_user.so
libnvddk_audiofx.so
libnvddk_vmr.so
libnvdispatch_helper.so
libnvdispmgr_d.so
libnvec.so
libnvmm_asfparser.so
libnvmm_audio.so
libnvmm_aviparser.so
libnvmm_camera.so
libnvmm_contentpipe.so
libnvmm_image.so
libnvmm_manager.so
libnvmm_misc.so
libnvmm_msaudio.so
libnvmm_parser.so
libnvmm_service.so
libnvmm.so
libnvmm_tracklist.so
libnvmm_utils.so
libnvmm_vc1_video.so
libnvmm_videorenderer.so
libnvmm_video.so
libnvmm_vp6_video.so
libnvmm_writer.so
libnvodm_dtvtuner.so
libnvodm_imager.so
libnvodm_query.so
libnvomxilclient.so
libnvomx.so
libnvos.so
libnvrm_channel.so
libnvrm_graphics.so
libnvrm.so
libnvsm.so
libnvtestio.so
libnvtestresults.so
libnvwinsys.so
libnvwsi.so
usr
idc
atmel-maxtouch.idc
panjit_touch.idc
keychars
Acer-AKOOLB.kcm
keylayout
Acer-AKOOLB.kl
acer-dock.kl
gpio-keys.kl
I hope this helps a little bit.
thanks I got it booting.... I was working on the WiFi all day...
thor2002ro said:
thanks I got it booting.... I was working on the WiFi all day...
Click to expand...
Click to collapse
If you two use mainly the same files I wrote a little report in the other thread, hope helps
thor2002ro said:
thanks I got it booting.... I was working on the WiFi all day...
Click to expand...
Click to collapse
Do you have the taskbar working with your setup? I ask because I tried it and I do not get a taskbar.
yes I modified it... its because of the opengl render... needs to be replaced with EGL...
updated git...
still no wifi :|
thor2002ro said:
Please don't post here unless you have something to contribute with...
Now down to business...
Been working for about a day...
this is what I got so far building the device directory for our a500...
https://github.com/thor2002ro/android_device_acer_a500_ICS
Click to expand...
Click to collapse
Someone made the wifi work with Nexus S. Can it be used on our A500?
http://forum.xda-developers.com/showthread.php?t=1354263
thanks I found some interesting stuff... will do more tests tomorrow...
my cpu & ram need a break
thor2002ro said:
thanks I found some interesting stuff... will do more tests tomorrow...
my cpu & ram need a break
Click to expand...
Click to collapse
Thanks for the hard work. Have a good rest.
And there is the ROM for HTC HD2 that I found for u.
The wifi is working, too. I don't know whether it is useful for your work.
http://forum.xda-developers.com/showthread.php?t=1354267
ToDo List.
Can you write down a ToDo list for this build?
I could help on something.
added in op
update... got wifi working but no signal bar
thor2002ro said:
update... got wifi working but no signal bar
Click to expand...
Click to collapse
Fantastic. What did you end up doing?
thor2002ro said:
update... got wifi working but no signal bar
Click to expand...
Click to collapse
Good job! What did you do with it? If I want to add something to the ROM, what tool can I use to re-sign the zip file? Or how can I do it?
jackie099 said:
Good job! What did you do with it? If I want to add something to the ROM, what tool can I use to re-sign the zip file? Or how can I do it?
Click to expand...
Click to collapse
Since this is an AOSP it signs the source as it's built. Any changes to the java/c files will be autosigned. Now if you are just trying to include an apk, that youd need to just rebuild the installer package and resign. Also I saw this little tool available: http://androidforums.com/developer-101/8665-how-signing-roms.html
djh816 said:
Since this is an AOSP it signs the source as it's built. Any changes to the java/c files will be autosigned. Now if you are just trying to include an apk, that youd need to just rebuild the installer package and resign. Also I saw this little tool available: http://androidforums.com/developer-101/8665-how-signing-roms.html
Click to expand...
Click to collapse
Thanks man. I copied the wpa_supplicant file from nexus s's ics wifi patch to the a500 rom. It can be flashed, but the wifi is still not working. Is it the right way to write updater-script file?
PHP:
show_progress(0.500000, 0);
ui_print("");
ui_print("************************************************");
ui_print("* *");
ui_print("* Ice Cream Sandwich 4.0.1 *");
ui_print("* For A500 *");
ui_print("* WiFi Patch *");
ui_print("* *");
ui_print("************************************************");
ui_print("");
ui_print("Installing patch...");
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/system", "/system");
package_extract_dir("system", "/system");
set_perm(0, 2000, 0755, "/system/bin/wpa_supplicant");
show_progress(0.100000, 0);
unmount("/system");
Then, here is the wpa_supplicant from NS. View attachment updater-script.7z
Here is the whole wifi patch from NS. View attachment ics-crespo-aosp-4.0.1-wifi-patch-unsigned.zip
That's all that I found last night. Maybe they are not useful.
At last. Tour, which way did u make the wifi work? Can u public it?
updated git for what I've done so far...
hope someone can get the rest of the stuff working... I'm running out of ideas...
added my latest build for ICS in op post
Thor, you are the freaking man.
---------- Post added at 07:49 PM ---------- Previous post was at 07:36 PM ----------
So, what about the gapps?
And the green flashing between screen renders? I'm assuming kernel drivers?
Related
i really need the bcm module for kernel 2.6.36.3-00001-g9b3ce2b will someone please post for me thank i keep getting wifi error!!
b3ltazar said:
i really need the bcm module for kernel 2.6.36.3-00001-g9b3ce2b will someone please post for me thank i keep getting wifi error!!
Click to expand...
Click to collapse
+1.
Need the following modules: bcm4329.ko and scsi_wait_scan.ko
Juzman said:
+1.
Need the following modules: bcm4329.ko and scsi_wait_scan.ko
Click to expand...
Click to collapse
found them in one of the backups hope they work they are for your kernel
good luck
PS: DONT FORGET TO PRESERVE THE PERMISSIONS
thor2002ro said:
good luck
PS: DONT FORGET TO PRESERVE THE PERMISSIONS
Click to expand...
Click to collapse
Thanks. Will try when I get home from work. I will remember permissions.
awsome
thank you so much no more wifi error but now it just says wifi turning on but never does!! can you post a link for the whole backup you made!!
Anyone have the module for 2.6.36.3-00001-gf991e5d?
I got that going now. I have Acer_A500_1.112.04_COM_GEN1 and can't update to Acer_A500_1.139.04_COM_GEN1.
added original kernel modules section here
http://forum.xda-developers.com/showthread.php?t=1058713
i picked up my wifi xoom today and it said it has another system update, anyone have any info on this? information is pretty scarce.
just got this as well. Completely new marketplace clearly aimed at tablets !!
Much better imo
jss42 said:
just got this as well. Completely new marketplace clearly aimed at tablets !!
Much better imo
Click to expand...
Click to collapse
What new tablet market?
jss42 said:
just got this as well. Completely new marketplace clearly aimed at tablets !!
Much better imo
Click to expand...
Click to collapse
Did you copy the zip from /cache - and check it out?
A patch file (eg: market.p)? Or the full apk? Does it touch anything else? What build is listed in Settings > About ?
Just unrooted - reverted to pure stock - updated to 55D - rerooted - rebuilt my framework - yadda yadda - on Sunday. Hope I don't need to go through all that again..
how do copy it and view the files? it's downloaded, i just haven't installed it
i haven't rooted yet so i don't have all the options of root file explorer at the momment.
Just got this as well, not sure what it changed.
initialjdg said:
how do copy it and view the files? it's downloaded, i just haven't installed it
i haven't rooted yet so i don't have all the options of root file explorer at the momment.
Click to expand...
Click to collapse
Install a File Manager if you dont already have one and check /cache.
Since you aren't rooted you may not be able to see it. Check anyway. If you can, use the file manager to copy it to your sdcard and please upload it for us.
tincbtrar said:
Install a File Manager if you dont already have one and check /cache.
Since you aren't rooted you may not be able to see it. Check anyway. If you can, use the file manager to copy it to your sdcard and please upload it for us.
Click to expand...
Click to collapse
No root.. no poop trying to view /cache
i just got it too.. Whats different?
BiGMERF said:
i just got it too.. Whats different?
Click to expand...
Click to collapse
That's what we'd like to know. If you're rooted, copy the .zip file from /cache to a handy location or your PC and explore inside the zip.
The update is first downloaded to /cache. A long name with HTK75D somewhere and ending in .zip.
Is there a /patch folder in the zip? All the files in that branch are patched by the updater. The files must be the latest stock version to get patched.
Is there a /system and/or /recovery folder in the zip? All the files in those branches get copied - and older ones on the Xoom are overwritten.
Drill down the /META-INF branch all the way. You'll find "updater-script". This is the command file which guides the whole update process - and tells us everything it is doing.
If there is a bootloader.bin file in the zip's root - we'll be flashed a new bootloader - which could break custom kernels and usually generates some apprehension (guilty until proven innocent).
Chipster0 said:
No root.. no poop trying to view /cache
Click to expand...
Click to collapse
I've never checked, but for those who aren't rooted, the filename might be logged. Could anyone who recently downloaded the update (but hasn't installed/rebooted yet) check LogCat to see if the filename is there? It should look something like this:
############.signed-tervigon-HTK75D-from-HTK55D.########
(pound signs represent hexadecimal digits)
If it's there, then this might help others manually download the update from the OTA site:
http://android.clients.google.com/packages/ota/motorola_tervigon/<update package filename>
(I think )
Thanks!
i got the update to my rooted 3g xoom w/ custom rom. i looked at the zip and it does indeed have boot stuffz. so im not going to install it. if anyone wants a copy my email is my username @ gmail. i dont have an upload site to send it to, email if you're interested.
radi0chik said:
i got the update to my rooted 3g xoom w/ custom rom.
Click to expand...
Click to collapse
If you could post the filename, that'd be awesome. Thanks!
radi0chik said:
i got the update to my rooted 3g xoom w/ custom rom. i looked at the zip and it does indeed have boot stuffz. so im not going to install it. if anyone wants a copy my email is my username @ gmail. i dont have an upload site to send it to, email if you're interested.
Click to expand...
Click to collapse
<Edit> Stachre beat me...
736173006aa3.signed-tervigon-HTK55D-from-HTJ85B.73617300.zip
---------- Post added at 11:29 PM ---------- Previous post was at 11:27 PM ----------
thats weird, mines an upgrade TO 55 not to 75? i didnt think i even got ota updates if i was rootes. guess i need my own thread sorry
radi0chik said:
736173006aa3.signed-tervigon-HTK55D-from-HTJ85B.73617300.zip
---------- Post added at 11:29 PM ---------- Previous post was at 11:27 PM ----------
thats weird, mines an upgrade TO 55 not to 75? i didnt think i even got ota updates if i was rootes. guess i need my own thread sorry
Click to expand...
Click to collapse
S'all right. 55s a benign update - we're still not sure what it fixed (or broke). If you are still stock - though rooted - use Stachre's update method in the dev section. Then you'll be ready for 75.
yeah 55 was the update from a week ago, google is dropping another one on us.
Chipster0-I sent you an email, I'd be interested in taking a look if you wouldn't mind sending a copy my way.
damn, radi0chik has it, not Chipster0, just emailed the wrong person.
Would be awesome if someone could post up the new market and maps apks.
3.2.1 still or 3.2.2?
Lothaen said:
3.2.1 still or 3.2.2?
Click to expand...
Click to collapse
3.2.1 Still....
Hi devs,
I want to remove recent apps from the status bar.
The SystemUI.apk is from Hintay's HTX Mod 0.59.1|Android 2.3.3
I browsed all the forum and tried all these methods but didn't work on 2.3.3.
The methods I tried as below:
http://forum.xda-developers.com/showthread.php?t=1018818
http://forum.xda-developers.com/showthread.php?t=1225558
http://forum.xda-developers.com/showpost.php?p=15417961&postcount=107
I upload the SystemUI.apk and hope devs would be kind to teach me or help me to remove recent apps from the status bar.
Great thanks to you all !
Much appreciated !
There are two ways, one easy and one hard. In the hard one you kind of remove all the functionality of the recent apps section. In the easy one you just adjust the height to 0, so It's not visible. I only know the easy one do you know how to decompile apps? If not take a look in my guide ;-)
Then you can probably just do as the guides says or something. I haven't seen through them yet ;-) else go to res/ layout/ status bar expanded and find the line which includes recent apps or something similar. Change layout_height to 0.0dp ;-)
Edit: took a look at the guides. They are a bit more work, but you should use one of them instead, as they remove the whole thing so it will probably improve performance a bit more
Sent from my Hero using XDA
Thank you Habarug!
The purpose i want to remove the recent apps is just as you said it will improve performance when pulling down the notification bar.
So only adjusting the height to 0 may not improve the performance and reduce the laggy. Just my guess.
I've tried these guides but don't work..
But when you tried the guides, did you decompile the systemui or did you just open it with 7zip or smthing? You cannot change any xmls or smalis or stuff like that unless you decompile it
yes, i use apktool to decompile the SystemUI.apk and Notepad++Portable to edit.
who can answer...
another and easiest way is just replace system.ui from SalsaSense 4.0
http://jieehd.qap.la/options/HtcSalsaStatusBar.zip
Thank you! Good idea!
but my purpose is to learn the methods, just be curious and interested in these things
It seems that just editing the status_bar.xml as I explained above might help a bit on the performance I have no idea about the smali edits, I cannot change smalis without guide
caiyc9064 said:
Thank you! Good idea!
but my purpose is to learn the methods, just be curious and interested in these things
Click to expand...
Click to collapse
by the way,i tryed your rom and i can tell is very slow,i suggest you to try Rose v5
Habarug said:
It seems that just editing the status_bar.xml as I explained above might help a bit on the performance I have no idea about the smali edits, I cannot change smalis without guide
Click to expand...
Click to collapse
alright, i will have a try
slobo2712 said:
by the way,i tryed your rom and i can tell is very slow,i suggest you to try Rose v5
Click to expand...
Click to collapse
right, it's slow. but when i delete some apks such as htc hub, htc likes etc. and then add some scripts (06loopy_smoothness_tweak, 13KickAssKernel, 15cleanup_init_ram, 17speedy_modified, 30memtweak) from [ROM][2.3.5] Zero Hero Sense 3.5 RC 2.5 [Mar. 2, 2012] and also enable swap.
after that you will find this rom is really fast!
caiyc9064 said:
right, it's slow. but when i delete some apks such as htc hub, htc likes etc. and then add some scripts (06loopy_smoothness_tweak, 13KickAssKernel, 15cleanup_init_ram, 17speedy_modified, 30memtweak) from [ROM][2.3.5] Zero Hero Sense 3.5 RC 2.5 [Mar. 2, 2012] and also enable swap.
after that you will find this rom is really fast!
Click to expand...
Click to collapse
can u give a link to all the stuff u mentioned in your post?
tnx in advance
you mean the list of apks i remove or the scripts i add ?
caiyc9064 said:
you mean the list of apks i remove or the scripts i add ?
Click to expand...
Click to collapse
well if u can, please
List of apk's removed and scripts
scripts added:
06loopy_smoothness_tweak
13KickAssKernel
15cleanup_init_ram
17speedy_modified
30memtweak
50swapon
apks removed:
com.htc.FriendStreamWidget.apk
com.htc.MusicWidget.apk
com.htc.TrendsWidget.apk
com.htc.TwitterWidget.apk
CSPeopleSyncService.apk
DCSStock.apk
Flickr.apk
FriendStream.apk
GenieWidget.apk
GoogleBackupTransport.apk
GoogleFeedback.apk
GoogleQuickSearchBox.apk
HtcDirect.apk
HtcDirectDownloadsProvider.apk
HtcFeedback.apk
HtcGreader.apk
HtcHubSyncProvider.apk
HtcLog.apk
HtcProfileWidget.apk
HtcRecommends.apk
HtcRecommendsWidget.apk
HtcTipWidget.apk
LiveWallpapersPicker.apk
maps6.0.0-ownhere-signed.apk
MarketUpdater.apk
MyHTC.apk
MyReportAgent.apk
OnlineAssetDetails.apk
QuickLookup.apk
SpareParts.apk
Stk.apk
Stock.apk
Street.apk
Transfer-icong-8.20.0.26-S21.apk
VoiceDialer.apk
VoiceSearch.apk
YouTube.apk
maybe you could try to create and upload a flashable zip of your version of the ROM ... I'm sure many people who pay attention to your work
At least me
lolo7291 said:
maybe you could try to create and upload a flashable zip of your version of the ROM ... I'm sure many people who pay attention to your work
At least me
Click to expand...
Click to collapse
And me
lolo7291 said:
maybe you could try to create and upload a flashable zip of your version of the ROM ... I'm sure many people who pay attention to your work
At least me
Click to expand...
Click to collapse
pirlouit2 said:
And me
Click to expand...
Click to collapse
i'd love to share the rom.
but i'm in China, i can't upload it to the mediafire cause the GFW of our government.
can you suggest other web disks so i can have a try?
caiyc9064 said:
i'd love to share the rom.
but i'm in China, i can't upload it to the mediafire cause the GFW of our government.
can you suggest other web disks so i can have a try?
Click to expand...
Click to collapse
dropbox maybe? or e-mail it to somebody
Sorry that I had to repost but my stock NZ DOKK3 rom will not deodex, either by kitchen or xUltimate... This is what it shows:
noobzFTW said:
Sorry that I had to repost but my stock NZ DOKK3 rom will not deodex, either by kitchen or xUltimate... This is what it shows:
Click to expand...
Click to collapse
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.Util.ExceptionWithContext: regCount does not match the number of arguments of the method
at org.jf.dexlib.Util.ExceptionWithContext.withContext<ExceptionWithContext.java:54>
at org.jf.dexlib.Code.InstructionIterator.IterateInstructions<InstructionIterator.java:92>
at org.jf.dexlib.CodeItem.readItem<CodeItem.java:154>
at org.jf.dexlib.Item.readFrom<Item.java:76>
at org.jf.dexlib.OffsettedSection.readItems<OffsettedSection.java:48>
at org.jf.dexlib.Section.readFrom<Section.java:143>
at org.jf.dexlib.DexFile.<init><DexFile.java:431>
at org.jf.baksmali.main.main<main.java:265>
Caused by: java.lang.RuntimeException: regCount does not match the number of arguments of the method
at org.jf.dexlib.Code.Format.Instruction3rc.checkItem<Instruction3rc.java:129>
at org.jf.dexlib.Code.Format.Instruction3rc.<init><Instruction3rc.java:79>
at org.jf.dexlib.Code.Format.Instruction3rc.<init><Instruction3rc.java:44>
at org.jf.dexlib.Code.Format.Instruction3rc$Factory.makeInstruction<Instruction3rc.java:145>
at org.jf.dexlib.Code.InstructionIterator.IterateInstructions<InstructionIterator.java:84>
... 6 more
Error occured at code address 8
code_item @0x2614
same here!
please help!
i'm having the same problem!!
Set the API level to 10.....or this error will continue to show....
Sent from my GT-S5360 using xda app-developers app
Help
anmolsharma1293 said:
Set the API level to 10.....or this error will continue to show....
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
how to set the API level to 10?? can you show me how?? i'm a noob here..
Cican49 said:
how to set the API level to 10?? can you show me how?? i'm a noob here..
Click to expand...
Click to collapse
Please read my guide... link is in signature.. 9 th post for deodexing.. detailed steps I have written..
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
nitubhaskar said:
Please read my guide... link is in signature.. 9 th post for deodexing.. detailed steps I have written..
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
Click to expand...
Click to collapse
mmmm,that step was deodexing via Dsixda Kitchen right?? what about via xUltimate??
sorry for my bad english :angel:
Cican49 said:
mmmm,that step was deodexing via Dsixda Kitchen right?? what about via xUltimate??
sorry for my bad english :angel:
Click to expand...
Click to collapse
I heard it doesn't work for our phones.. so didn't try it..
What's wrong with dsixda kitchen?
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
nitubhaskar said:
I heard it doesn't work for our phones.. so didn't try it..
What's wrong with dsixda kitchen?
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
Click to expand...
Click to collapse
i tried dsixda Kitchen,but it's far,far too complicated to me.. i tried using xUltimate just like in this thread http://forum.xda-developers.com/showthread.php?t=1600805&highlight=xultimate but failed when deodexing system and framework..
Cican49 said:
i tried dsixda Kitchen,but it's far,far too complicated to me.. i tried using xUltimate just like in this thread http://forum.xda-developers.com/showthread.php?t=1600805&highlight=xultimate but failed when deodexing system and framework..
Click to expand...
Click to collapse
Well its not that complex if you follow my guide I believe.. as I wrote it for new users too..
That may be because somewhere you need to set API level to 10 in that software
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
nitubhaskar said:
Well its not that complex if you follow my guide I believe.. as I wrote it for new users too..
That may be because somewhere you need to set API level to 10 in that software
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
Click to expand...
Click to collapse
Now find that system.rfs.tar or system.ext4.tar file and boot.img file and paste it inside original_update folder. You will also find a file "put_rom_here_" Please ignore that file. Its just to tell you he has created that file.
Do i really neet to put boot.img on that folder?? because,my CWM backup only contains android secure,cache,data,system,and nandroid.md5..
Cican49 said:
Now find that system.rfs.tar or system.ext4.tar file and boot.img file and paste it inside original_update folder. You will also find a file "put_rom_here_" Please ignore that file. Its just to tell you he has created that file.
Do i really neet to put boot.img on that folder?? because,my CWM backup only contains android secure,cache,data,system,and nandroid.md5..
Click to expand...
Click to collapse
No need.. but if you didn't and try to add root and init.d features it would say error boot.img not found..
But you can ignore it anyway.. people would get scared due to those errors.. so I told that.. if you are just deodexing it.. then boot.img not needed
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
nitubhaskar said:
No need.. but if you didn't and try to add root and init.d features it would say error boot.img not found..
But you can ignore it anyway.. people would get scared due to those errors.. so I told that.. if you are just deodexing it.. then boot.img not needed
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
Click to expand...
Click to collapse
ok,thanks.. but i got another major problem.. looks like my Kitchen won't work.. :crying:
Cican49 said:
ok,thanks.. but i got another major problem.. looks like my Kitchen won't work.. :crying:
Click to expand...
Click to collapse
Its not major problem..
Major problem is you guys don't want to read friend...
Please go through with dsixda kitchen thread... every error has solution there..
See this... I will give link within 5 minutes
dsixda said:
Frequently Asked Questions - Page 2
QUESTION: In Cygwin whenever I type ./menu it says the 'clear' command (and/or other binaries like 'chmod') is not found.
Read this for possible solutions. For further help, open up the Cygwin pictorial guide provided in the previous post.
Click to expand...
Click to collapse
Here is the link for solution http://forum.xda-developers.com/showthread.php?p=21840248
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
nitubhaskar said:
Its not major problem..
Major problem is you guys don't want to read friend...
Please go through with dsixda kitchen thread... every error has solution there..
See this... I will give link within 5 minutes
Here is the link for solution http://forum.xda-developers.com/showthread.php?p=21840248
**Nothing is True... Everything is Permitted**
Muffins.. Yay, i want muffins!
Click to expand...
Click to collapse
thanks for the link.. now testing it..
just one more question.. now,i'm deodexing my stock ROM from a different firmware of my phone just for a test.. if i want to erase the test files,the higlighted one should be deleted right,so i wont confused when copying it to my phone..
Again,sorry for my average english :angel:
Yup
**Nothing is True... Everything is Permitted**
Muffins.. muffins everywhere!
Trying to update to 4.2 using ADB, but keep getting stuck at this error message
Opening update package...
Installing update...
Verifying current system...
assert failed: apply_patch_check("/system/app/GooglePinyinIME.apk
I did freeze GooglepinyinIME along with the Korean keyboard ages ago using titanium backup, but unfroze and restored them before I updated to 4.1.2 ota, so I cannot understand why it's hanging this time?
Any ideas how I can get around this without losing everything?
Am a noob with ADB, so any help would be much appreciated.
Am stock Rom, rooted, and no CWM.
Many thanks.
Try this howto:
http://forum.xda-developers.com/showpost.php?p=34116746&postcount=10
Alex
+1
Sent from my Galaxy Nexus using xda app-developers app
But why?
Why do we have to have GooglePinyinIME.apk? I don't, nor do I intend to learn, Chinese. As far as I am conserned the apk is just BLOTware. Why does Google need to have it on the Nexus 7 to allow upgrades?
DroidBonzai said:
Try this howto:
http://forum.xda-developers.com/showpost.php?p=34116746&postcount=10
Alex
Click to expand...
Click to collapse
Thanks
Worked great and kept root
simacca said:
Thanks
Worked great and kept root
Click to expand...
Click to collapse
Good to hear!
How many Files did you have to replace before it worked?
Alex
DroidBonzai said:
Good to hear!
How many Files did you have to replace before it worked?
Alex
Click to expand...
Click to collapse
Just the one fortunately.
DroidBonzai said:
Try this howto:
http://forum.xda-developers.com/showpost.php?p=34116746&postcount=10
Alex
Click to expand...
Click to collapse
Did not work for me. it did not contain the googlepinyin apk. i downloaded it from another xd forum and i still get the installation aborted because of system/app/GooglePinyinIME.apk. anyone have other suggestions?
sroach23 said:
Did not work for me. it did not contain the googlepinyin apk. i downloaded it from another xd forum and i still get the installation aborted because of system/app/GooglePinyinIME.apk. anyone have other suggestions?
Click to expand...
Click to collapse
That's the only file that was missing for me and the instructions worked perfectly.
Sent from my Nexus 7 using Tapatalk 2
sroach23 said:
Did not work for me. it did not contain the googlepinyin apk. i downloaded it from another xd forum and i still get the installation aborted because of system/app/GooglePinyinIME.apk. anyone have other suggestions?
Click to expand...
Click to collapse
Try THIS one.
It should work.
How do you replace it?
DroidBonzai said:
Good to hear!
How many Files did you have to replace before it worked?
Alex
Click to expand...
Click to collapse
jar file doesn't work, it just unzip into two folders, what to do?
---------- Post added at 07:52 AM ---------- Previous post was at 07:47 AM ----------
simacca said:
Thanks
Worked great and kept root
Click to expand...
Click to collapse
can you upload this GooglePinyinIME.apk
---------- Post added at 08:29 AM ---------- Previous post was at 07:52 AM ----------
DroidBonzai said:
Try THIS one.
It should work.
How do you replace it?
Click to expand...
Click to collapse
thanks...i couldn't run the .jar file, can you please upload the iWnnIME.apk also?
yuvi_r said:
jar file doesn't work, it just unzip into two folders, what to do?
thanks...i couldn't run the .jar file, can you please upload the iWnnIME.apk also?
Click to expand...
Click to collapse
Here u r.
My corrupted file is the plusone.apk ,trying to fix process now.
Thanks
I didnt even think this was part of the programs included with the factory image.
DroidBonzai said:
Try THIS one.
It should work.
How do you replace it?
Click to expand...
Click to collapse
Thanks...this worked for me. I have no idea why we need this file, but without it, I could not upgrade to 4.2 even though I had re-installed it from the Play Store.
Kodiack99 said:
My corrupted file is the plusone.apk ,trying to fix process now.
Thanks
I didnt even think this was part of the programs included with the factory image.
Click to expand...
Click to collapse
let me know if you get this fixed. I have the same problem with the plusone.apk and replacing it from the howto does not fix it. the checksum from the howto does not match what the update is looking for.