Related
NOTE: THIS IS JUST FOR WINDOWS
Although it is easily modded for other systems, but the fancy script doesn't work on its own. Just manually delete the versions of the files that are already there (only of the ones that are in this .zip, leave the others) and then push the new files there.
NOTE 2: This is just for the camera mod, to see how to remap any key see post 2 in this thread.
Thanks to Drizzy Drake Rogers this is now featured in the new Hero 1.79.482.3 .img files released by Haykuro & cooked up by Drizzy!
This is a mod that allows you to map the camera button as the search button.
It is very simple to understand what it does if you just look at the files included in it, so I don't want to write out a whole drawn out explanation here.
Let me start by explaining this, I loved the new global search feature in CM 3.9.11.2, but I hated not having a dedicated search button off the keyboard. So I looked at the keyboard layout files and modded them to change the rarely used camera button to a search button. Also, if you long press on whatever mode you choose, it will give you voice search.
Also, there are 2 modes for the camera button, FOCUS which is where it is pressed halfway down, this focuses in the camera app, and CAMERA which launches the camera app from anywhere on the phone & also snaps a pic in the camera app.
There are four versions of this file, each in it's own folder;
Both Search: Both FOCUS & CAMERA are mapped to search & bring it up.
Camera Search, Focus Normal: Only CAMERA is mapped to search, FOCUS still focuses and takes a pic in the camera app.
Focus Search, Camera Normal: Only FOCUS is mapped to search, CAMERA still launches the camera app from anywhere on the phone.
Stock: Pushes back the original files to an unmodded state.
To install it, just run Install.bat and press 1, 2, or 3 based on whatever choice you want. All this script does is use the copy of ADB found in the directory to remount the /system partition, delete the original files in /system/usr/keylayout/, push the new files, and reboot the device.
I hope you enjoy this mod and please post feedback.
EDIT: READ IF .bat DOESN'T WORK OR YOU AREN'T ON WINDOWS!
To do this manually, just follow these directions (assuming you have ADB set up, otherwise there are guides on XDA to set it up):
1. Go to the folder of the mod version you want.
2. Run the following commands in ADB:
adb remount
adb shell rm /system/usr/keylayout/trout-keypad.kl
adb shell rm /system/usr/keylayout/qwerty.kl
adb shell rm /system/usr/keylayout/trout-keypad-qwertz.kl
adb shell rm /system/usr/keylayout/trout-keypad-v2.kl
adb shell rm /system/usr/keylayout/trout-keypad-v3.kl
adb push trout-keypad.kl /system/usr/keylayout/
adb push qwerty.kl /system/usr/keylayout/
adb push trout-keypad-qwertz.kl /system/usr/keylayout/
adb push trout-keypad-v2.kl /system/usr/keylayout/
adb push trout-keypad-v3.kl /system/usr/keylayout/
3. Reboot your phone.
EDIT: Wooohoooo! Just leveled up to senior member, this was post #100
V2 is now up. Includes the option to push the stock files back, so feel free to try any mods without worrying about reflashing.
SEE POST 34 FOR MUSIC PLAY/PAUSE/SKIP ABILITY!!
Ok, just to clarify a little here. These files included can be changed to remap any key to any other key. I personally have also remapped the MENU key on the actual keyboard (not the button under the screen above the trackball) to be my shift key, since that is physically more comfortable.
To do this, just open the .kl files (from any mod version, just make sure you have a complete set of them) in your text editor of choice. Then, find the key you want to change, they have labels like this (this is how I changed the camera button):
key 211 CAMERA
change to: key 212 SEARCH
Also, you may notice that some keys have the WAKE tag next to them, add this tag to any key to set it to wake the phone when pressed. I'm not quite sure what the WAKE_DROPPED tag is though.
And, for those of you that are wondering, key 59 is currently marked as MENU, change it to SHIFT_LEFT to make it a shift key as well.
wow great job on this i might try it.
Awesome idea for remapping the menu key the shift key, I can see how that can be a littler easier on the hands. I may have to try this out.
Thank you for sharing your find! I would have figured this would have been harder than it seems.
prash said:
Awesome idea for remapping the menu key the shift key, I can see how that can be a littler easier on the hands. I may have to try this out.
Thank you for sharing your find! I would have figured this would have been harder than it seems.
Click to expand...
Click to collapse
believe it or not, but this is the first time i even noticed that menu key
did anyone try this on a Hero rom?
Is this only for the G1, or could this be adapted to any android device with a keyboard?
Ahhh..thanks for the info...I always used to think about that menu button being waste...now I can change it :-D
I was looking for that a week ago but my editor didn't display the .kl correctly <.<.
Thanks =)
Dror520 said:
did anyone try this on a Hero rom?
Click to expand...
Click to collapse
I haven't tested it on a Hero build, and probably won't as I need my G1 stable. However, there should be no issues with it unless it is changed in the ROM. Later today I will upload v2 that has the option to push the original files as well.
Escaladez2 said:
Is this only for the G1, or could this be adapted to any android device with a keyboard?
Click to expand...
Click to collapse
In theory, it should work on any With Google or standard Android build, and probably even custom mfg ROMs like Hero unless they choose to change the way they map the keys (think hard-coded values).
Yes it works on here build i did it last night
this works on the Hero rom! and also when you long press the camera button it will give you the voice search! thanks! for this!
There is one thing I have missed on the G1's keyboard since the day I got it. A proper Tabular key.
When we press tab now, it just adds about 4 spaces.
What I want it to do is jump to the next element. Just like in text areas where you can simply jump to the next field.
Bavilo said:
There is one thing I have missed on the G1's keyboard since the day I got it. A proper Tabular key.
When we press tab now, it just adds about 4 spaces.
What I want it to do is jump to the next element. Just like in text areas where you can simply jump to the next field.
Click to expand...
Click to collapse
Unfortunately that is something that would require a code change instead of just a file mod, since that feature isn't in the Android OS. I guess they thought that since they require a 4-way+center button d-pad they figured that we wouldn't need a tab key, since you can just scroll with the trackball, or in the case of phones like the Galaxy, just press the arrow key or screen.
thank you so much for this mod. I have been hoping and wondering for awhile about this. XDA IS AWESOME!!!
can someone please help me getting this to work. I plugged my phone in and ran the bat file but get a error message...adb is not recognized as a internal or external command, operable program or batch file..... I did it with adb connected and not connected and got the same error. If i click on the adb.exe in the download I get another error? help me please
^^^^
Thats strange, if its not working for you all you have to do is do it manually, here is a guide (this assumes you have ADB already set up, I won't say how to do that here, there are guides on XDA):
1. Go to the folder of the mod version you want.
2. Run the following commands in ADB:
adb remount
adb shell rm /system/usr/keylayout/trout-keypad.kl
adb shell rm /system/usr/keylayout/qwerty.kl
adb shell rm /system/usr/keylayout/trout-keypad-qwertz.kl
adb shell rm /system/usr/keylayout/trout-keypad-v2.kl
adb shell rm /system/usr/keylayout/trout-keypad-v3.kl
adb push trout-keypad.kl /system/usr/keylayout/
adb push qwerty.kl /system/usr/keylayout/
adb push trout-keypad-qwertz.kl /system/usr/keylayout/
adb push trout-keypad-v2.kl /system/usr/keylayout/
adb push trout-keypad-v3.kl /system/usr/keylayout/
3. Reboot your phone. It should all work.
so would this mod allow for the hardware buttons to be changed? id love for the TALK button to go straight to the dialer rather than 2 the call log in cyanogen/google based roms.
thanks for the reply, yes i have adb setup and i am going to give it a try now. THanks
CC CEO said:
so would this mod allow for the hardware buttons to be changed? id love for the TALK button to go straight to the dialer rather than 2 the call log in cyanogen/google based roms.
Click to expand...
Click to collapse
Again, this is a software issue, either in the dialer app or the main OS. This mod will allow you to assign any button to function as any other button, but it WILL NOT let you add a new function to a key, sorry.
menzo44 said:
thanks for the reply, yes i have adb setup and i am going to give it a try now. THanks
Click to expand...
Click to collapse
No problem, I want this to help other people as it has helped me. Let me know if it works.
Here is an optimized Rosie.apk for King's Hero 2.3. I used the theme from Black Eclair on the Hero forum and then used OptiPNG to reduce the size of the .PNG files, Used 7-zip to condense the file, signed it and then used Zipalign to correct the positioning. It's a little tedious but it reduces the footprint of the application from 4.5 megs down to around 900k. There are a number of ways to install this, but I would suggest the following:
First, rename the file from Rosie.zip to Rosie.apk
then connect your phone to your computer and type the following with ADB:
ADB push <directory>\Rosie.apk /system/app/
after that, you can just reboot your phone and you will be good to go.
A couple things about this -- Make sure that your wallpaper is not one of the stock wallpapers from the gallery because I have removed most of them. If you use the wallpaper gallery, it will FC on any of the wallpapers that are shown as a black square. Other than that, you should have a noticeable difference in the speed of your UI.
Red.
Gonna test it...
Now making backups...
//EDIT: It's working nice and smooth. I think I'm gonna keep the Hero ROM.
What makes you people believe that removing things counts as optimization? That's akin to calling DOS an optimization of window 98 (which some people would say is true, actually...).
If you're going to trade wallpapers for size, the replace them with single-pixel black pngs/jpgs, you use a lot less space and avoid the fc's caused by missing wallpapers.
redd12345 said:
Here is an optimized Rosie.apk for King's Hero 2.3. I used the theme from Black Eclair on the Hero forum and then used OptiPNG to reduce the size of the .PNG files, Used 7-zip to condense the file, signed it and then used Zipalign to correct the positioning. It's a little tedious but it reduces the footprint of the application from 4.5 megs down to around 900k. There are a number of ways to install this, but I would suggest the following:
First, rename the file from Rosie.zip to Rosie.apk
then connect your phone to your computer and type the following with ADB:
ADB push <directory>\Rosie.apk /system/app/
after that, you can just reboot your phone and you will be good to go.
A couple things about this -- Make sure that your wallpaper is not one of the stock wallpapers from the gallery because I have removed most of them. If you use the wallpaper gallery, it will FC on any of the wallpapers that are shown as a black square. Other than that, you should have a noticeable difference in the speed of your UI.
Red.
Click to expand...
Click to collapse
Lol its funny cuz coolbho had written a script that does the so called "tedious" task in like a minute and all by ITSELF. Script was titled apkopt. So if ur lying SHAME ON U, if ur not u just WASTED ur TIME.
I like it
I like it so i am going to keep it
I did not benchmark it because i do not know how, but i kinda of notice a speed boost
Thanks redd12345
You are correct.
Daneshm90 said:
Lol its funny cuz coolbho had written a script that does the so called "tedious" task in like a minute and all by ITSELF. Script was titled apkopt. So if ur lying SHAME ON U, if ur not u just WASTED ur TIME.
Click to expand...
Click to collapse
I followed Coolbho's method on an earlier version of JacHero. However, I did not know that he had written a script for the same proceedure, so I did it by hand. I used the highest setting on OptiPNG. As far as wasting my time, nothing is a waste if it was done in good cause.
Jubeh, I respect your work highly, and I also will take your suggestion to change out the wallpapers for 1 pixel png files. However, referring to me as "you people" and your negative attitude can go elsewhere. Many people, especially developers, seem to enjoy flaming people who are trying to help. Your insecurities will be your downfall.
Red.
I agree 100%. Red simply posted an update to a current rom that he and others might find useful for the time being. Thats it.
If you dont like the way he did it, or know a better way to do so, Do it your way. There is just no need for the influx of sarcastic, insecure and negative comments on these boards.
Even though there was an easier way for Red to accomplish this, I still appreciate the effort, thats what these boards are supposed to be here for. Not the constant bickering, insults and complaints that constantly plague these boards.
is there a way to push this using terminal? If so, can someone please kindly post it. Thanks
chucky80 said:
is there a way to push this using terminal? If so, can someone please kindly post it. Thanks
Click to expand...
Click to collapse
should be the same thing but make sure you put Rosie.apk in the root of ur sd card and do the following:
su
rwsystem
cp /sdcard/Rosie.apk /system/app
rwsystem if used with King's HERO ROMs, those commands should work for terminal
chucky80 said:
is there a way to push this using terminal? If so, can someone please kindly post it. Thanks
Click to expand...
Click to collapse
I tried to replace the original rosie.apk by this new rosie.apk through root explorer, but no luck. Hope there is anyone can post another way for pushing it to the phone.
p_pen said:
I tried to replace the original rosie.apk by this new rosie.apk through root explorer, but no luck. Hope there is anyone can post another way for pushing it to the phone.
Click to expand...
Click to collapse
read my reply above. that should help you install the new Rosie thru terminal
ckien6 said:
read my reply above. that should help you install the new Rosie thru terminal
Click to expand...
Click to collapse
It works. Thanks for your tips. And the new rosie.apk really smooth.
Great job
hello friends, after several hours of work I bring the style
Sense the original launcher nexus one!!
I have updated and theme to version 1.1
Log:
NexusDesire V1.1
- Fixed minor bugs
- Added theme to the dialpad
- Added theme to: facebook widget, youtube widget, control of energy, music widget, contacts, Market, and others ...
- Launcher2.apk with new design enhancements and deleting images unnecessarily
INSTALLATION IS STILL THE SAME
-------
NexusSense 1.0 for CMD 5 - Tested in CM 5.0.3.1 - not if it works on others roms
it brings?
- Launcher2 + 3 buttons, Dialer, applications, and browser totally
functional
- Status bar taken from the desire with all status icons
- 2 wallpapers of desire embodied in the launcher2
- Facebook widget Desire STYLE
- Youtube widget Desire Style
- Search widget Desire Style
- Folder background desire style
like to settle?
1. create a NANDROID backup!
2. Download the file NexusSense.zip, unzip within the
find the modified launcher2.apk installed via ADB, first erases
original launcher2.apk ---- adb shell rm /system/app/Launcher2.apk
and then install with the following command ------ adb push Launcher2.apk /system/app/
3. Download and Install MetaMorph in the market
4. copy the cm5-DESIRE folder in the AndroidThemes folder in
your SD card or create, SD/AndroidThemes/
5. open MetaMorph and applies the theme CM5-DESIRE
6. REBOOT
7. ENJOY YOUR NEW NEXUS ONE DESIRE STYLE
Credits and thanks: DocRambone, cyanogen, xeudoxus ... AND SAMUAZ (Me =) )
NOTE: Sorry about my English ... I SPEAK SPANISH
duylong186 said:
Works perfectly! I love the launcher
Can you design another version of dialpad? too green for me, maybe blue like cyan or just black and white combination
Click to expand...
Click to collapse
samuaz said:
excellent idea to combine colors, I will work on them, blue was excellent listening, combined with the black right now xD I prove it, thanks for the
council in a few minutes to update some have blue as
see!
---------------
I did something fast, it's just an idea, I will work to improve it xD
download install using MetaMorph
blueDialpad
blackWhit Dialpad
Click to expand...
Click to collapse
PREVIEW and DOWNLOAD
What is the command to remove the original launcher2.apk? Sorry I'm not good with the SDK yet.
within minutes upload an update that adds more elements to the interface on the theme for metemorph ... you can try the current version 1.0, within minutes I upload the version 1.1
to clear the launcher this is the command
adb shell rm /system/app/Launcher2.apk
Any plans to skin the geniewidget and the powerbar? I am actually running Desire rom but have been looking for geniewidget and powerbar apps that better match the sense ui. Nice to see folks making Sense type themes already for stock rom!
bluehaze said:
Any plans to skin the geniewidget and the powerbar? I am actually running Desire rom but have been looking for geniewidget and powerbar apps that better match the sense ui. Nice to see folks making Sense type themes already for stock rom!
Click to expand...
Click to collapse
if the search widget is made from the source, then it is the same size and has the same guidelines as most of the other major appwidget_bg.9.png images and can be renamed and inserted in for the geniewidget, power control widget, and the music widget. the picture frame widget requires different guides to work properly, but overall you can do most of the widgets with that one background image.
Also, you should be able to take every image from the framework-res.apk/res/drawable-hdpi minus the ones at the end with zzz_ in the name, and drag and drop no problem.
corrected some small bugs, and almost ready to upgrade these are some of the things I've added to widgets
within minutes I put the update
david1171 said:
if the search widget is made from the source, then it is the same size and has the same guidelines as most of the other major appwidget_bg.9.png images and can be renamed and inserted in for the geniewidget, power control widget, and the music widget. the picture frame widget requires different guides to work properly, but overall you can do most of the widgets with that one background image.
Also, you should be able to take every image from the framework-res.apk/res/drawable-hdpi minus the ones at the end with zzz_ in the name, and drag and drop no problem.
Click to expand...
Click to collapse
I just push the already skinned apps to their current locations seems to work fine. Problem is just finding the skinned apps, geniewidget does not come with desire so it is not Sense themed. Powerbar does but it is the stock one that comes with Nexus. I am not a themer so editing the images myself is not an option for me unfortunately.
Anyways I do not wan't to derail samuaz thread, was just curious if he had plans for skinning those apps. Thanks.
genie widgets, such plans vere soon as I change it xD
a question that you think this is very heavy dialpad? or seems good
UPDATE
UPDATE NOW 1.1
Works perfectly! I love the launcher
Can you design another version of dialpad? too green for me, maybe blue like cyan or just black and white combination
duylong186 said:
Works perfectly! I love the launcher
Can you design another version of dialpad? too green for me, maybe blue like cyan or just black and white combination
Click to expand...
Click to collapse
excellent idea to combine colors, I will work on them, blue was excellent listening, combined with the black right now xD I prove it, thanks for the
council in a few minutes to update some have blue as
see!
greetings
---------------
I did something fast, it's just an idea, I will work to improve it xD
download install using MetaMorph
Can you explain for beginner?
I connect my phone to computer and I typed
adb shell rm /system/app/Launcher2.apk
then I got this
rm: remove '/system/app/Launcher2.apk'?
and nothing happen
and when I type
adb push Launcher2.apk /system/app/
I saw this:
cannot stat 'Launcher2.apk': No such file or directory
Where I have to copy launcher2.apk , In sd card or in my computer and in wiche folder?
1020323 said:
I connect my phone to computer and I typed
adb shell rm /system/app/Launcher2.apk
then I got this
rm: remove '/system/app/Launcher2.apk'?
and nothing happen
and when I type
adb push Launcher2.apk /system/app/
I saw this:
cannot stat 'Launcher2.apk': No such file or directory
Where I have to copy launcher2.apk , In sd card or in my computer and in wiche folder?
Click to expand...
Click to collapse
You have to specify the directory that Launcher2.apk is residing in on your computer. You do not have to do the rm command just
Code:
adb remount
adb push Launcher2.apk /system/app/Launcher2.apk
Dialer is to big ?
for me dialer is too big and not fit in screen .
look at the picture .
1020323 said:
for me dialer is too big and not fit in screen .
look at the picture .
Click to expand...
Click to collapse
temporary fix for this, as applied by the MetaMorph
Normal installation
DOWLOAD
Great theme man, I'll give it a try.
Gracias!
PS: The links in the original post to blue and white dialer skins is inverted.
The theme looks great, specially the launcher.
Problem is with the dialpad, I tried installing the cm5-Desire-BlackWhite-Dialpad.zip and I have the same issue mentioned before but after applying the temporary fix I see all the dialer buttons in black not the nice black and white combination of your screenshot.
neoranga said:
The theme looks great, specially the launcher.
Problem is with the dialpad, I tried installing the cm5-Desire-BlackWhite-Dialpad.zip and I have the same issue mentioned before but after applying the temporary fix I see all the dialer buttons in black not the nice black and white combination of your screenshot.
Click to expand...
Click to collapse
if what the fix is to return to the original dialpad, I'm working on
solve the problem with the dialpad of the theme, soon actualizare
can i use launcher with stock n1 rom? n1 is rooted and unlocked.
Looks great, please make for Enom 1.6.1 ???
I tried it and just getting boot loops lol
Anyone come accross one yet i been searching but havent found one yet, just flashed 2.0b today. Flipz did a great job like usual.
Actually all I care about is the eclair apple drawer....and getting the clear lock screen would be nice
Not sure what "apple drawer" you're referring to. Did you mean to say app drawer?
To use the default AOSP Launcher, go to Settings -> Applications -> Manage Applications -> HTC Sense -> Clear Defaults. Then push the HOME button and select Home (instead of HTC Sense).
To get the default AOSP lockscreen, do this in the command prompt:
Code:
cd C:\android-sdk-windows\tools\
adb remount
adb shell
rm /system/app/HtcLockScreen*
Although I've heard that Fresh 2.0b has some issues with the default lockscreen.... Might just be some people though?
Good luck.
Thanks I should of thought of that stupid me, home works perfect
Fresh 2.0b lockscreen doesn't work. It comes up just a cut in half clock without the lock or mute icons.
No problem here...works great
Here is the boot animation and wallpapers from the Sony Tablet s system dump
Boot animation
Just move it to System/Media and reboot
I am trying to get a theme together and port apps as well support and help is welcome and encouraged
daniel9522 said:
try this link for system dump
www.4shared.com/file/nC-OMqd9/TabletSsystem.html
try this link for tabletS dump(1gb)
www.4shared.com/file/lp2GnnXg/TabletSdump.html
Click to expand...
Click to collapse
Thanks to Daniel9533 for the system and full dump
Wallpapers
Wallpapers
they are kind of low rez i will try to find the better ones
Theme is here (almost done)
the Sony tablet s is pretty stock it uses the stock buttons and clock widget ect but there are some decent icon skins
Apps
Hopfully where apps/the theme will go once i get those working
will probably have theme done tomorrow
apps will take allot longer as i really dont know how to do it yet
Apk's im going to try to get working
Favorites
MediaPlayers
Visualiser
S-launcher2
-- Reserved---
Do I need to be rooted to install
you need to be rooted to install the boot animation but the wallpapers you can just unzip and place on the sdcard
for the bootanimation, you can can copy it to /data/local (no need to be root or overwrite the default bootanimation )
edit mrevankyle
forum.xda-developers.com/showthread.php?t=1077145
forum.xda-developers.com/showthread.php?t=1101535
dvhh said:
for the bootanimation, you can can copy it to /data/local (no need to be root or overwrite the default bootanimation )
Click to expand...
Click to collapse
are you sure about that?
Could you link the system dump? Wanna take a look
Okay, found the dump, started boggling around the files.
S-Launcher2
needs some SE framework bits, and to be placed in /system (shares config files with the stock Launcher). Differences are the following:
- Added favorites menu
- Added settings icon next to the Google search bar on top
- The add widget screen has been a bit finetuned, now you can select default screen by the arrows under the screens
So, after fiddling and getting it to run, the following happened:
- Apps menu can not be opened (some kind of a static library problem, the needed file libark2.so gets the menu killed)
- Favorites part won't work
MediaPlayers
After doing some static library magic, it's starting, but then freezes (no "FC or wait" message until touch)
Visualiser
I did not try anything with it
What worth checking out was done
fonix232 said:
Okay, found the dump, started boggling around the files.
S-Launcher2
needs some SE framework bits, and to be placed in /system (shares config files with the stock Launcher). Differences are the following:
- Added favorites menu
- Added settings icon next to the Google search bar on top
- The add widget screen has been a bit finetuned, now you can select default screen by the arrows under the screens
So, after fiddling and getting it to run, the following happened:
- Apps menu can not be opened (some kind of a static library problem, the needed file libark2.so gets the menu killed)
- Favorites part won't work
MediaPlayers
After doing some static library magic, it's starting, but then freezes (no "FC or wait" message until touch)
Visualiser
I did not try anything with it
What worth checking out was done
Click to expand...
Click to collapse
Thanks soo much i wasn't able to respond because i was at school all day. as for the favorites that links in to the favorites apk i believe
but nice work in the meantime
and woul you mind linking what you have done so far?
also i am trying to learn how to do this stuff for myself as well how did you change it to get it to install whenever i tried it gave me error-9
mrevankyle said:
Thanks soo much i wasn't able to respond because i was at school all day. as for the favorites that links in to the favorites apk i believe
but nice work in the meantime
and woul you mind linking what you have done so far?
also i am trying to learn how to do this stuff for myself as well how did you change it to get it to install whenever i tried it gave me error-9
Click to expand...
Click to collapse
Yes, the favorites app is what I meant, but it's not a separate app - there's a button next to the "Apps" one in the Launcher, that goes to Favorites, but it's not working either (same Ark2 library stuff).
I'll upload them as soon as I get an all-in-one package ready - currently all the files are scattered around, fixed and unfixed versions, etc.
Don't use CWM then, but ADB to remount /system and write directly to it through USB!
Favourites is a separate app isn't it? Ive linked in the Favorites.apk i found in the sys dump
But anyways nice work so far
and i was originally pushing the apk's in with root explorer but i will try adb thanks
Thanks fonix232 for your work!
any progress here ? or is it a stopped project ?
I really like the idea thanks for the work so far
if you need a hand, just say. if you want a quick sign and zip-align of an app from the dump i can do that, also i can port the theme quite quickly if you aren't already doing that?
pashinator said:
if you need a hand, just say. if you want a quick sign and zip-align of an app from the dump i can do that, also i can port the theme quite quickly if you aren't already doing that?
Click to expand...
Click to collapse
nice to see you here pashinator but it is not as simple as a singn/zipalign it has tons of dependant apps and librarys and i keep getting stuck with a fatal exeption. and the theme i can do if there is enough intrest but urrently i have been buisy with school and the xoom2/xyboard. if you want to give it a try thaat would be great though
whaen decompileing the apps do you have any issue or do you have to install apktool framework "apktool if "?
pashinator said:
whaen decompileing the apps do you have any issue or do you have to install apktool framework "apktool if "?
Click to expand...
Click to collapse
there are no errors during decompiling