General :: Recompile Kernel Of LG E400?
Jul 8, 2012I want recompile the kernel of my lg e400 for add ext2-3-4 support.How i must proceed? I'm able to compiling with success and i have source from lg, sdk installed etc etc.
View 3 RepliesI want recompile the kernel of my lg e400 for add ext2-3-4 support.How i must proceed? I'm able to compiling with success and i have source from lg, sdk installed etc etc.
View 3 RepliesAny TUT in how to recompile an existing kernel so i can make some changes and then recompile it?
View 5 Replies View RelatedThe title says all, the decompiling is succesfull, but i cant recompile any apk, this is the log when i try to recompile holo launcher. (using the last apktool)
and the same happen even if i dont edit nothing on the apk and try to recompile.
I have "if framework-res and systemui" resources from my phone
I've been able to successfully disassemble the Google Now apk for ICS devices and made a change to the sounds it makes for "open" and "success". However, xdaAutoTool displays a lot of errors when I try to recompile it.
View 1 Replies View RelatedEverywhere i look redirects to apkmanager.. Which is not working for me.. Any manual way to recompile an apk.. Or an alternative to apk manager.
SPH-D710
I cant recompile movies,stock launcher apk. If I just decompile and again recompile without any changes it gives me error.
C1904
I want to add some function to my system music player app. So I decompiled the classes.dex with dex2jar, copied the source code and add the code for my functions. Now my problem is that I do not know how to recompile the app. I can't compile it with Eclipse because it uses some system namespaces (in Eclipse it is an error so I can't compile) How can I recompile the app? I only have the *.java files.
Or can't I use the java files and have to edit the smali files? Of course that's much harder...
I can decompile and recompile framework-res.apk and other apps successfully, but every time I decompile a theme chooser *.apk I get errors trying to recompile.
Is there a trick to this? I am running Reaper 3.0(CyanogenMod 7) installed the framework via installation options(that's all), have paths to platform-tools, tools etc.. The latest Android SDK installed (and all the others..)
Once again I'n only getting these errors Recompiling TC Themes.
Here is an Excerpt of my APKMULTITOOL.LOG, the start middle and end.
(full log is also attached)
|
Code:
Thu 06/21/2012 -- 22:05:11.28|
--------------------------------------------------------------------------
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
Could Not Find C:android-sdkplace-apk-here-for-modding../place-apk-here-for-modding/signedcom.araviel.theme.aerish.apk
Could Not Find C:android-sdkplace-apk-here-for-modding../place-apk-here-for-modding/unsignedcom.araviel.theme.aerish.apk
I: Loading resource table...
I: Loaded.
[code]...
It is possable to run asphalt 8 on LG L3 E400? i saw some youtube videos and guys run it with this phone, so i downloaded data and game(cracked) and when i start game its says to game data is successfully downloaded. i press ok, and game relunch and its says checking license and there is logo of gameloft and game then just close? what shell i do?
View 1 Replies View RelatedI'm interested in an app to decompile apps within android. Something like ninjamorph would be great however ninjamorph seems to do the equivalent of extracting an apk instead of leaving an editable app with readable xml files. What is the likelihood of something like this happening? What is preventing it from happening?
View 2 Replies View Relatedhow to Decompile/Recompile System apps from MTK phones? I'm using apktool 1.5.2.I can decompile like "SystemUI.apk"But I can't recompile. Even I didn't edit anything yet.Specially those who have MTK phones.
View 3 Replies View RelatedI don't want to use APK Multi-Tools or APK_Manager or whatever. I want to know exactly what those tools are doing in order to recompile the system apk while keeping the original signature.
What I initially did...
Code:
apktool d "%~dpnx1.apk" "%~dpnx1"
...modify files here...
apktool b "%~dpnx1" "%~dpnx1.apk"
But obviously that's unsigned. I need to sign it, but I want to use the original signature, which I'm guessing is the META-INF stuff, right? So I attempted this...
Code:
apktool d "%~dpnx1.apk" "%~dpnx1"
7za x -o"%~dpnx1-signature" "%~dpnx1.apk" META-INF -r
...modify files here...
apktool b "%~dpnx1" "%~dpnx1.apk"
7za a -tzip "%~dpnx1.apk" "%~dpnx1-signature/*" -mx9
You'll notice I now use 7-Zip to pull out META-INF from the original APK and then insert it back into the recompiled one afterwards.
The only other thing I can think of would be to go with my first method, but then use 7-zip to pull out the compiled files from the unsigned apk and insert them into the signed apk. I haven't tried that yet, but it will be the next one I go with. Every time this fails, though, I have to do a nandroid restore.
For those interested, after running "apktool b" (to build/compile), ignore the output zip. Instead go into the source directory and there is now a build directory. In that is an apk directory. Simply add your changed files to the original untouched APK (if you modified any XML files, then replace resources.arsc; if you added anything to smali, then replace classes.dex; if you added any XML files, then you need to include those as well; for me, i copied resources.arsc, classes.dex, and one new XML file). I used the following command:
Code:
zip -9 ..SystemUI.apk reslayoutstatus_bar.xml classes.dex resources.arsc
I use zip instead of 7za for cosmetic reasons. You can also use "7za a -tzip etc..." if you want.
LG-E400 one week ago. The phone is running v2.3.6. It is running on Spain's tuenti network and up until two days ago it was running fine in every way. The problem now is that it will not allow 'turn on' the wifi, let alone connect or use it. When I check the 'Turn on Wi-Fi' box in Settings>Wireless & networks it tells me that it is turning on, and on occasion tells me that it is turned on, but invariably it 'turns off' within 10 seconds or less. When I turn on wifi using the icon int he pull down menu it likewise changes colour to signify that it is on, but turns off of its own accord within a few seconds. The wifi had worked perfectly until a few days ago, and nothing has changed since that time to the best of my knowledge. It is a new phone, has been used carefully, and there have been no other issues with it.
View 6 Replies View Relatedhave some knowledge about Java,C++.I want to port CM10 to my device (LG Optimus L3 E400) from another LDPI,ARMv7 device but I don't know how to do.Is this possible?If yes HOW?Is there any work in progress?
View 1 Replies View RelatedHow to unroot my LG E400 and uninstall the CyanogenMod 9
View 1 Replies View Relatedwant to build CM 10 for lg e400. so far I have build CM9 for lg e400. I want to know how to build CM 10 (not even CM 9 (they used to, but noe stopped) nor CM 10 nightly is released by cyanogenmod). I'm fine with Java, and C++ and web languages such as HTML, CSS, PHP, JAVASCRIPT etc. Now I want to know how to build CM 10 for LG E400.
View 1 Replies View RelatedI rooted my phone LG e400 by using superuser, and now I want to unroot it how can i unroot my phone?
View 1 Replies View RelatedMy friends gave me An lg l3 that i stick on emergency mode, i can'go in other mode He told me that he was flashing a new kernel and after that It could start on in emergency, the problem is that the pc can't Find the device, i've tryed all things But nothing, Kdz supporto tool pv suite d adb doesn't works...
View 1 Replies View RelatedI Saw All The Post On Forum For Rooting And I Can't Root,
View 2 Replies View RelatedJust installed CM9 in my LG E400. Looks good. But I have few problems..
Fonts are not getting displayed properly. - Looks Blurred, not clear
Play Store stops at a sudden
Camera App stops at a sudden
Rest not discovered yet.
I updated my LG E400's firmware from 10J to 10L last with PC Sync. After upgrading the root was still intact. SuperUser still installed, though I had to install Lucky Patcher and had to select Patch to Android for the Android Market again. However, when I tapped About phone in Settings, there was an error and a force close. I looked up the LG firmware site and downloaded the 10L firmware and updated with KDZ updater. The problem started right after that.
I have not been able to root with any ninja script, doomlord script, superoneclick. I have tried reverting to an older firmware (the original version 10J cannot be downloaded) 10D or 10I I think, but got the same error while trying to root. Finally, I tried the "without computer" means of rooting like framaroot and Exynosabuse but none worked. So here I have a fine phone with the latest firmware but with all crap like the LG Keyboard and Google Search, Remote Talk, Play Book, Weather and stuff that I can't get rid off. Also, I can't install Link2SD to increase internal memory.
I Want To Make Zips By Phone But Can't Find A Way To Update Binary....
View 1 Replies View RelatedI flashed my custom rom through cwm and now i cant even access it,boot screen doesnt load at all and i cant even access adb.
View 3 Replies View Relatedhow to install apps on internal (1gb) memory or the sdcard and not in system memory (157mb)?? I install only a few apps and it notifies me about low error.
View 9 Replies View RelatedI had done several things before (rooting, installing cwm recovery through rom manager, etc) until my phone got bricked, and tried a lot of things until i have flashed Cyanogenmod, and it woks just fine (and its cool), but I have changed it back to original stock firmware using KDZ flasher. Now, I tried to boot my phone in recovery mode (by holding volume down+back+power button) and CWM recovery is booted. I want to get rid of it and restore back my original recovery, because, i suppose, it was the reason why my phone was bricked before (i wiped and formatted the system and updated the firmware using fOTA, and the result was a CWM bootloop)
View 4 Replies View RelatedIs there any solution to unlock phone from network , to be sim free ?
View 1 Replies View Relatedi'm using lg l3 e400 ! actually my went in boot loop ,so it ws unable to start then i flashed kdz V10L(as i'm from india ). then my phone sarted normally!but the main problem is that now i tired to root my phone so many times but always and error comes link failed permission denied !!so i think that after flashing orginal kdz flash (stock rom )kdz V10L we are unable to root !!
View 5 Replies View RelatedI have u8800 and 3.0.8 AOSP kernel. But not runnig cm9 with AOSP kernel. How to port aosp kernel to cm9 kernel.
View 1 Replies View RelatedI'm trying to recompile AnimationDrawable class ( source code tooked from android source ) but I get some errors...
It says "The constructor DrawableContainer.DrawableContainerState (AnimationDrawable.AnimationState, AnimationDrawable) is undefined". Any ideas how to fix it?
Does anybody know if the new desktop kernel patch written by Mike Galbraith can be applied or modified to be used in the android kernel?
Tiny Linux Kernel Patch Delivers Huge Speed Boost - PCWorld Business Center
I haven't messed around with android kernels yet, but I have applied it to my current Ubuntu 10.10 system and you can see the difference. Its like night & day!