STK Menu Application for HTC Magic Vodafone - myTouch 3G, Magic Apps and Games

Hi there,
I have the Vodafone edition of the HTC Magic/Sapphire. Vodafone has a SIM menu which is useful for being able to quickly check your account balance and topping up your phone - but my HTC Magic doesn't have the STK Application on it so I can't use it!
Does anyone have the .apk for the STK application? I can't seem to find it anywhere on the internet...

even if i upload it here, you wont be able to use it.
vodafone is blocking it. i flashed to a hero rum just because of that.

Why would they want to block it? They made the menu on my sim. And how would they block it?? If you have it, please upload it. Its painful without.

STK
here you go

Awesome thanks. This may be a rather n00b q but what do I do with the odex file? Do I have to have root access and copy it to a system location?

copythe extracted files to the sd card and press on the ine with icon.
it will try to install itself.

Haha oops, I only extracted the odex file originally...
Unfortunately you were correct... when I tried to install it, it said, cannot be installed on this phone... how can I circumvent this?

install another rom - as i did

was hoping you wouldn't say that... rooting the phone won't help?

nope. i had exactly the same thoughts.
the good thing is: i have qteks hero rom and its really nicer. android itself is nice. but this rom is even nicer. a bit slower. but nice

if u cant install the apk try to push the apk and the odex file into the apps directory

kingchris said:
if u cant install the apk try to push the apk and the odex file into the apps directory
Click to expand...
Click to collapse
Ooooh. And by push do you mean using the sdk or just by copying using a file manager?

WebAsh said:
Ooooh. And by push do you mean using the sdk or just by copying using a file manager?
Click to expand...
Click to collapse
push using adb from the sdk

So, that would be:
adb push Stk.apk /system/app/Stk.apk
adb push Stk.odex /system/app/Stk.odex
?

Related

Footprints and Voice Dialer

I have noticed that a lot of roms have voice dialer and footprints removed. I, one of the few, actually use them.. and was wondering if anyone has these files laying around.
I know how to push files (I think), but is that basically all you have to do? Just push the right files into system/apps or whatever?
Nobody eh? Nuts!
Wow thanks. Will give it a shot later today!
edit: link is broken
Seems to work now. Thanks man!
So do you just push all these files to the apps directory?
I pushed the voice search and dialer apks to the app_s dir, didnt try footprints as i already have it installed... but yeah its contained in the same dir, so give it a shot, back up your stuff in case something goes awry
Well I installed voice diaaler and it somewhat works. Recognizes what I say but force closes when I select a number to call.
Footprints won't even install lol.. via adb or through file manager. Oh well, hopefully they get included in other Roms
I dont have that issue, my voice search and dialer work just fine. These were the commands i used
adb remount
adb push<insert file name> /data/app_s
adb shell reboot
Click to expand...
Click to collapse
origins81 said:
I dont have that issue, my voice search and dialer work just fine. These were the commands i used
Click to expand...
Click to collapse
Hmm different commands then what I used. Where are your files located when you push them? Tools directory?
Correct sir, they're in the SDK tools dir
Here's the string I used
adb remount
adb push VoiceDialer.apk /data/app_s
adb push VoiceSearch.apk /data/app_s
adb shell reboot
Click to expand...
Click to collapse
What commands did you use?
On a side note, this place here is a great resource tool to learn from. Check it out when you get a chance
http://developer.android.com/guide/developing/tools/adb.html
origins81 said:
Correct sir, they're in the SDK tools dir
Here's the string I used
What commands did you use?
Click to expand...
Click to collapse
1. adb push VoiceDialer.apk /data/local/tmp
2. adb shell pm install /data/local/tmp/VoiceDialer.apk
3. adb shell rm /data/local/tmp/VoiceDialer.apk
I ran your commands and voice dialer installed. Will test it a bit.
Tried the same thing wtih footprints but for some reason that didn't get installed. i had to use file manager to go to system/apps and try and install it from there, then it just said can't be installed on this phone.
I am not sure what to do with the odex files. i thought they were created by system when the app is installed or system is updated.. don't really know what to do with them.
origins81 said:
I'm using bcrook's qteknology's hero v1.3b rom port, it's got footprints installed but no voice dialer and search so i just pushed them, also I extracted the footprints apk and odex files. Hope it helps...
Weird...it wont let me attach the zip files...
Click to expand...
Click to collapse
is it work on CM ROM ?
wg1 said:
is it work on CM ROM ?
Click to expand...
Click to collapse
What are you trying to install?
I was just looking for voice dialer!
Thanks for the upload!

NoMoRootfs Build with Astro + Calendar (like the one in Jamezelle's Sense Hero)

I have tried out Jamezelle's SenseHero and Plemen's Donut. I like SenseHero because the calendar does not need to be associated with a Google account, but it does not have Astro or another file manager. Plemen's Donut has Astro but the calendar requires association with Google account. I would like to find a norootfs build with a calendar like SenseHero and with Astro or another file manager, so I can install apks as I do not have data. Sorry to Jamezelle and Plemen if I sounded critical of their builds as I like them both.
Thanks in advance.
You can install apks through adb without a file manager.
I know that I can install apks through adb, but I can't seem to get my computer to properly mount my Vogue. Also, is there possibly a way to install apks through terminal on the phone?
KralHiPolymer said:
I know that I can install apks through adb, but I can't seem to get my computer to properly mount my Vogue. Also, is there possibly a way to install apks through terminal on the phone?
Click to expand...
Click to collapse
I think there may be a way if you copy them to /data/app, I'm sure someone else can chime in with the full answer.
So if I copy the apks to /data/apps/ would it install by itself?
If it does, would it install itself from a data/apps/ file path on the sdcard?
KralHiPolymer said:
So if I copy the apks to /data/apps/ would it install by itself?
If it does, would it install itself from a data/apps/ file path on the sdcard?
Click to expand...
Click to collapse
you really need to get adb working thats all i can say there is a really good tutorial in the dream forum
Well, everytime I try to install the drivers, it comes up with error 37, and microsoft says just keep on trying again and again until it works which is probably unlikely since I've tried it about 10 times already.
btw Jamezelle cokeman 0.41 caused all the trouble and cokeman 2.31 fixed the problem and how much longer will it be until you can make your SenseHero build norootfs?
androidinstall.tar is just a single packaged file of everything that gets installed
All done on your PC:
1) unpackage/unzip it on your computer w/ 7zip or your compression favorite app
2) navigate to "system\app"
3) drag whatever apk's you want to have installed in there
4) using 7zip, make a tar file and name it androidinstall.tar
The above process can also be used with the androidupdate.tar file
androidinstall.tar and androidupdate.tar must have the same directory structure and file locations as the Android build you are trying to update/install or bad things may happen.
Is it possible to use jamezelle's sensehero build, and then make an androidupdate file with astro in it to get astro and the calendar (without using adb)
kiwilime said:
Is it possible to use jamezelle's sensehero build, and then make an androidupdate file with astro in it to get astro and the calendar (without using adb)
Click to expand...
Click to collapse
i cannot update my builds at the moment to use the nomorootfs as i have no vogue but i have asked mssmison to update it to work with the nomorootfs when he gets a vogue im sorry i cannot do much at the moment
Does anyone know if the calendar in vilord's tattoo requires an associated Google account?
KralHiPolymer said:
Does anyone know if the calendar in vilord's tattoo requires an associated Google account?
Click to expand...
Click to collapse
I don't know about vilord's, but myn's Donut does (although, you can always export it and then import it via some app from marketplace.)
I finally got adb to work!
Thanks for everyone's help!

[HOWTO] Delete system apps

There is many of you that asks how to remove this and that preinstallaed apps in different ROM
When a developer put apps in system/app it can not be removed so easy.
But if you have RomManager or fakeflash´s update.zip there is a other way.
I have attached a zip fil that contains a ordinare ROM installation script that only contains delete and copy.
Download file and unzip on your computer and take a look in the folders
data/app
META-INF/com/google/android/update-script
system/app
If your only wish is to remove a systemapp
edit the file update-script (textfile)
and add line with the filename of what you want to remove:
(example)
delete SYSTEM:app/unwanted.apk
delete SYSTEM:app/unwanted.odex
If you want to install some apps put them in system/app for not installable
and data/app for apps that can be removed as usual
rezip folders and install zip with RomManager NO WIPE!!
cm6 azures you will get a error because not same structure for data/app
never mind just select reboot. Delete will work anyway.
Sometimes there will be .so files in system/libs too. They are little more difficult to know which to remove so that demands more knowledge of the app.
Use for instance Astro filemanager or Estrong to look in system/app for correct filename to delete
Script work even if *.odex not exist.
The fact that when you zip folders it will not be signed so file will not work with adb recovery
Googleapps filenames:
CarHomeGoogle.apk, CarHomeLauncher.apk, com.amazon.mp3.apk,
Facebook.apk, GenieWidget.apk, Gmail.apk, GoogleBackupTransport.apk,
GoogleCalendarSyncAdapter.apk, GoogleContactsSyncAdapter.apk,
GoogleFeedback.apk, GoogleGoggles.apk, GooglePartnerSetup.apk, GoogleQuickSearchBox.apk, GoogleServicesFramework.apk, googlevoice.apk,
HtcCopyright.apk, HtcEmailPolicy.apk, HtcSettings.apk, kickback.apk, LatinImeGoogle.apk, LatinImeTutorial.apk, Maps.apk, MarketUpdater.apk, MediaUploader.apk, NetworkLocation.apk, OneTimeInitializer.apk, PassionQuickOffice.apk, SetupWizard.apk, soundback.apk, Street.apk, Talk.apk, talkback.apk, Twitter.apk, Vending.apk, VoiceSearch.apk, YouTube.apk, QuickSearchBox.apk, Provision.apk
Other apps:
ADWLauncher.apk, Gallery3D.apk
but filename may be different depending of ROM
Mainpart must exist for using phone normally
Hope that this help to remove "non-removable" systemapps in future.
/Snakehult
Good guide.
via Legend using XDA-app
Thanks snakehult - great guide and very useful!!
snakehult said:
(example)
delete SYSTEM:app/unwanted.apk
delete SYSTEM:app/unwanted.odex
Click to expand...
Click to collapse
It may be worth explaining how people:
- can find out the name of the app they want to remove;
- how they know whether to add the suffix of *.apk or *.odex, or both;
Thanks again for your efforts!
c_man said:
Thanks snakehult - great guide and very useful!!
It may be worth explaining how people:
- can find out the name of the app they want to remove;
- how they know whether to add the suffix of *.apk or *.odex, or both;
Thanks again for your efforts!
Click to expand...
Click to collapse
Yes you can use some regular filemanager such Astro or Estrongs and look in system/app
Always delete both, script work even if odex file is missing
c_man said:
It may be worth explaining how people:
- can find out the name of the app they want to remove;
- how they know whether to add the suffix of *.apk or *.odex, or both;
Thanks again for your efforts!
Click to expand...
Click to collapse
cool guide!
anyway you have to detect the filename of the apps this way:
enter the recovery mode (in modaco-root-r4: recovery-windows.bat)
now type:
adb shell
mount -t yaffs2 /dev/block/mtdblock3 /system
ls -l /system/app
(this will give you the list of system apps, with space usage)
you have to delete both .apk and .odex files (the latter may not exist)
I use to delete the bigger ringtones too, the list is given by
ls -l /system/media/audio/ringtones
it is safe to delete, after you setup the google accounts (ie after first boot):
HTCSetup*
com.htc.Setup*
Stock*
HtcFoot*
NewsRead*
wow its working......thanks dude........
Uploaded with ImageShack.us
http://android.modaco.com/content/h...apps-from-the-htc-desire-with-adb-in-windows/
Simple guide from MoDaCo
That must be the hardest way to remove apps i guess Have you seen "modaco guide"? All you have to do is reboot your phone in to recovery mode and type 2-3 commands in ADB. Simple as that.
Thanks anyway for your efforts
Many way för same thing
But with a custom-made zipfile you always remove/install favourite apps without adb. And quick modify new ROM install.
Sent from my Legend using XDA App
Hello,
Good guide.
The Legend may be rooted to do this?
I am a newbie.
Thanks.
bobstar_fr said:
Hello,
Good guide.
The Legend may be rooted to do this?
I am a newbie.
Thanks.
Click to expand...
Click to collapse
As I see it, no use to do much in the dev forum without an rooted Phone
hey guys, thanks for bringing this up. i just tried modaco site method and i deleted stock and its widget only. the internal storage shot from 113 mb to 122 mb and ram from 42 to 134 mb !
what else can i delete
Learners Lisence said:
hey guys, thanks for bringing this up. i just tried modaco site method and i deleted stock and its widget only. the internal storage shot from 113 mb to 122 mb and ram from 42 to 134 mb !
what else can i delete
Click to expand...
Click to collapse
Just delete what you will never use and....no regret
thank you cryshop for your expert advise
i tried deleting Innovation.mp3 by this script -
adb-windows shell rm /system/media/audio/ringtones/Innovation.mp3
said file not found even though its listed.
whats my mistake ?
i will try snakehults method also but later.
thanks
im trying to use modaco's method but what is the green recovery menu?
i dont understand i go in fastboot then recovery and then?thank you
edit done im stupid
Learners Lisence said:
thank you cryshop for your expert advise
i tried deleting Innovation.mp3 by this script -
adb-windows shell rm /system/media/audio/ringtones/Innovation.mp3
said file not found even though its listed.
whats my mistake ?
i will try snakehults method also but later.
thanks
Click to expand...
Click to collapse
Hmm, did you forget a slash or a letter in the command? because I tried and I could actually delete it.
@kdma : install ROM Manager from the Market, and there is an option inside the app : Reboot into Recovery (easiest way to get into recovery mod)
I also deleted /system/etc/clock* and saved some space again
(of course I don't need Htc clock widgets)
cryshop said:
Hmm, did you forget a slash or a letter in the command? because I tried and I could actually delete it.
Click to expand...
Click to collapse
cryshop, i was typing in the wrong directory
Ps - snakehults's appfixer is real delight ! smooooth.
except that my winzip is a trial version and legend dont recognize winrar files.
I was wondering how i got such good figures for change in space and ram the first time. i havent since then. my legend just likes the rebooting involved coz i dont use task killers anymore. and maybe i deleted more than just stock the first time
Will this work with android 2.2 on Hero?
Hey I've been looking all over for something like this. I downloaded the zip, added the lines
delete SYSTEM:app/mms.apk
delete SYSTEM:app/mms.odex
delete SYSTEM:app/email.apk
delete SYSTEM:app/email.odex
and rezipped it.
I used Rom Manager and selected install rom from SD card. It rebooted, seemed to execute the zip. But the original email and mms apps are still installed. What am i doing wrong?
kdma said:
im trying to use modaco's method but what is the green recovery menu?
i dont understand i go in fastboot then recovery and then?thank you
edit done im stupid
Click to expand...
Click to collapse
The first thing you should do is download the required zip file from modaco (I'm a new user of xda and is not permitted to post outside links here. You may easily find that post "24/May r4 - HTC Legend rooting guide - Now with 1.31.x" in android.madaco.com)
I think many of us rooted the device followed the instructions of Paul. So that file might be already in your hands.
Fastboot and then recovery, as you have done before. Run Recovery-linux.sh (or Recovery-windows.bat, if you use Windows) in a terminal window - your device shall be at the green recovery screen.
Open another terminal window and enter:
./adb-linux shell mount /system
and then you can push, pull or rm file. For example,
./adb-linux shell rm /system/app/Calculator.apk
./adb-linux push abc.so /system/lib
--
I didn't notice you have already solved the problem, when I compiled this post. It is no longer useful.

[Q] Kitchen - problem flashing

i have tried to modify the froyobylaszlo by removing a couple of system/app
and put my own apps
after that i tried to flash it but i had some errors im not familiar with
hope someone could help me out
im attaching the recovery.log files
EDIT: btw im a complete idiot hahaha... im just starting out
marchking said:
i have tried to modify the froyobylaszlo by removing a couple of system/app
and put my own apps
after that i tried to flash it but i had some errors im not familiar with
hope someone could help me out
im attaching the recovery.log files
EDIT: btw im a complete idiot hahaha... im just starting out
Click to expand...
Click to collapse
which apps did u place in system apps?
did u remove the apps fromm data/app as well?
maximo360 said:
which apps did u place in system apps?
did u remove the apps fromm data/app as well?
Click to expand...
Click to collapse
yeah i think only 1 app is there in data/app = gallery i think i removed that thinking that it was the gallery3d
i changed the launcher and a couple of things in the system/app
are there limitations of which apps that i could put there...
btw is it ok if i change the updater-script to update-script?
or i shouldnt have change that... the kitchen was requesting to change it
hey if you are only removing some apk's you dont need kitchen.. just unzip file.. take out what you want than re-zip and than Sign it! should be able to flash no problem
marchking said:
yeah i think only 1 app is there in data/app = gallery i think i removed that thinking that it was the gallery3d
i changed the launcher and a couple of things in the system/app
are there limitations of which apps that i could put there...
btw is it ok if i change the updater-script to update-script?
or i shouldnt have change that... the kitchen was requesting to change it
Click to expand...
Click to collapse
You should just do what LDrifta said if your still having problems.
OH and regarding the update-script, heres your answer straight from the op of the kitchen:
QUESTION: Why do I need to convert the ROM's updater-script to an update-script when using the kitchen?
The kitchen can only perform operations on an update-script. UpdateR-scripts are too complicated to check because there are so many combinations of parameters for every command and for different devices; plus they can be written in different formatting styles. Thus the kitchen converts them to update-script so that there is one universal method to modify any device's configuration. If we didn't convert the updater-script then it would take months of work to overhaul the dozens of scripts (plus doubling my work) to accept updater-scripts, which would really NOT make a difference in the end anyway and would likely slow down the kitchen due to extra checks made in the updater-script. So please do not request this again and again, there is no gain in doing it (I also don't have that much free time ...).
When you build the ROM you have the option of converting it back to an updater-script, or the kitchen will convert it automatically if it decides it's necessary. The conversion back to the original updater-script is near-perfect, as I have already spent months on the implementation to get it right.
QUESTION: I have converted my update-script to an updater-script, but after flashing I still have the original ROM on the device.
That means your updater-script did not have the proper mount points defined for the system (and/or data) partition. Refer to this post for more info.
QUESTION: My device only supports ROMs with the updater-script/update-binary files but not the update-script
If you extract a ROM that contains an updater-script, then the kitchen will ask you if it should convert it to an update-script. You *must* use an update-script while customizing the ROM, as the kitchen is not capable of modifying updater-scripts. When you are ready to build the ROM, though, you will need to convert it back to an updater-script if the device requires it. Use the option in the Advanced menu to convert update-script to updater-script, or else the kitchen will ask you to convert it while building the ROM.
Click to expand...
Click to collapse
ldrifta said:
hey if you are only removing some apk's you dont need kitchen.. just unzip file.. take out what you want than re-zip and than Sign it! should be able to flash no problem
Click to expand...
Click to collapse
ok... so im also adding a few apks at the system/app what you suggested will that still work?
btw
just to clarify, i unzip, then remove the apks
then zip it again
then i put it in the kitchen to get signed?
marchking said:
ok... so im also adding a few apks at the system/app what you suggested will that still work?
btw
just to clarify, i unzip, then remove the apks
then zip it again
then i put it in the kitchen to get signed?
Click to expand...
Click to collapse
ok well depending on what apk's you are putting in.. if they are system required like a sense app.. it wont work on a froyo base rom.. but if its something like superuser or mail or something and is compatible with your rom than put it in system/app folder.. if its something that you want the choice to uninstall later on like a 'task killer' apk or something, place it in data/app folder..
and to sign it you dont need kitchen, you can download an auto-sign.zip file for windows here on xda.. all you do is unzip it directly to C: drive, place zip file in filder rename it to 'update.zip' than run the 'sign.bat' and it will sign the zip file. than you can flash it
marchking said:
ok... so im also adding a few apks at the system/app what you suggested will that still work?
btw
just to clarify, i unzip, then remove the apks
then zip it again
then i put it in the kitchen to get signed?
Click to expand...
Click to collapse
did u do this on Kitchen?
If you want to add Market or non-stock apps (*.apk) to your ROM (which can be uninstalled or updated from your device later) then select the kitchen's menu option that adds "/data/app functionality". Afterwards you can copy these .apk files to the new /data/app folder of your working folder.
EDIT; After your done adding/deleting all the apps, dont forget to use the sign apk command to sign.
maximo360 said:
did u do this on Kitchen?
If you want to add Market or non-stock apps (*.apk) to your ROM (which can be uninstalled or updated from your device later) then select the kitchen's menu option that adds "/data/app functionality". Afterwards you can copy these .apk files to the new /data/app folder of your working folder.
EDIT; After your done adding/deleting all the apps, dont forget to use the sign apk command to sign.
Click to expand...
Click to collapse
would apps from a 2.2 hero would work? they have a mdpi format???
or do you think i will encounter lots of problems? ^_^
marchking said:
would apps from a 2.2 hero would work? they have a mdpi format???
or do you think i will encounter lots of problems? ^_^
Click to expand...
Click to collapse
Which kind of apps? Like sense apps? I guess they might work, try it out, make a nand backup first tho.
Sent from my COS-DS using XDA App
maximo360 said:
Which kind of apps? Like sense apps? I guess they might work, try it out, make a nand backup first tho.
Sent from my COS-DS using XDA App
Click to expand...
Click to collapse
its actually system/app from miui ported to mdpi...
i was able to flash it but its going into a bootloop...
im not sure how to gather logcat... i dont use adb hahaha...
i only use droid explorer... anyways
i checked the logcat console while it was on the bootloop
it appears to me that the apps that i used is not signed...
any suggestions?
marchking said:
its actually system/app from miui ported to mdpi...
i was able to flash it but its going into a bootloop...
im not sure how to gather logcat... i dont use adb hahaha...
i only use droid explorer... anyways
i checked the logcat console while it was on the bootloop
it appears to me that the apps that i used is not signed...
any suggestions?
Click to expand...
Click to collapse
sign them using the sign apk/zip command in the kitchen
maximo360 said:
sign them using the sign apk/zip command in the kitchen
Click to expand...
Click to collapse
i signed them that seemed to be one problem... based on what im seeing on the logcat it seems now its having lots of problems while installing... FYI im trying to make a miui ported from nexus 1 to hero... trying to make it run on froyo by laszlo... i think there is much more complications here not as easy as i think it would be... but i like challenges ^_^ do you have any idea how we could do this maximo? try checking this link http://forum.xda-developers.com/showthread.php?t=858935
marchking said:
i signed them that seemed to be one problem... based on what im seeing on the logcat it seems now its having lots of problems while installing... FYI im trying to make a miui ported from nexus 1 to hero... trying to make it run on froyo by laszlo... i think there is much more complications here not as easy as i think it would be... but i like challenges ^_^ do you have any idea how we could do this maximo? try checking this link http://forum.xda-developers.com/showthread.php?t=858935
Click to expand...
Click to collapse
I read the thread, and he said he dropped some of the phones he was porting miui for, he was still doing the eris/hero. So seems to me he maybe dropped the g1, not sure tho. I guess you're gonna have to wait til either delsa is done porting it to the g1 or drakko.
Sent from my COS-DS using XDA App

Asus Writing App - Pulled for xoom?!

Hey Guys,
Asus just came out with a new writing app for their transformer (I believe?)
has anyone attempted to pull the apks and necessary's .so's in order to see if it works on the xoom?? If not, would anyone be willing to pull them so I can give it a try
trying to turn my xoom into a fully functioning school machinnneee
Thanks in advance
feel free to PM me if need be
Could i get a link that you say?
im looking for a link myself
anyone any luck with this yet?
I know it's the long way round, but you could probably extract it from this:
http://forum.xda-developers.com/showthread.php?t=1283081
So I gave it a try and it worked. Just drop the apk into /system/app/ set the permissions and reboot.
qubit76 said:
I know it's the long way round, but you could probably extract it from this:
http://forum.xda-developers.com/showthread.php?t=1283081
Or here, the system dump
http://forum.xda-developers.com/showthread.php?t=1281059
So I gave it a try and it worked. Just drop the apk into /system/app/ set the permissions and reboot.
Click to expand...
Click to collapse
Whoa thanks! I also pulled out a few other apks that work great.
qubit76 said:
I know it's the long way round, but you could probably extract it from this:
http://forum.xda-developers.com/showthread.php?t=1283081
Or here, the system dump
http://forum.xda-developers.com/showthread.php?t=1281059
So I gave it a try and it worked. Just drop the apk into /system/app/ set the permissions and reboot.
Click to expand...
Click to collapse
Would you please tell me how to set permission to install?
tritran18518 said:
Would you please tell me how to set permission to install?
Click to expand...
Click to collapse
Im assuming you have a file manager installed (Root Explorer, Es File Explorer)
You have to long press the app, after moving into proper folder /sysstem/app/ and set the same permissions as the others (I cant remember which ones they are exactly but you will be able to tell once in the file system).
tincbtrar said:
Im assuming you have a file manager installed (Root Explorer, Es File Explorer)
You have to long press the app, after moving into proper folder /sysstem/app/ and set the same permissions as the others (I cant remember which ones they are exactly but you will be able to tell once in the file system).
Click to expand...
Click to collapse
I already did that, but no luck. Still can't install. Its size is 8.2mb ,isnt it?
can someone post the apk here. Greatly appreciated
tritran18518 said:
I already did that, but no luck. Still can't install. Its size is 8.2mb ,isnt it?
Click to expand...
Click to collapse
Did you move the .odex file too and set permissions?
Attached the file here just in case
Hopefully someone can help me here, I followed the links and after a few attempt's of being told too much traffic I was able to download the system dump, I Extracted on my PC moved the email widget and the supernote APK's to the internal storage of the zoom, then I use Astro to install them it starts the process but if fails I get an error message saying file not installed, what do I need to do so this installs ? and where do I put the ODEX file ? and how do I sign them ?
thanks
arimus said:
Hopefully someone can help me here, I followed the links and after a few attempt's of being told too much traffic I was able to download the system dump, I Extracted on my PC moved the email widget and the supernote APK's to the internal storage of the zoom, then I use Astro to install them it starts the process but if fails I get an error message saying file not installed, what do I need to do so this installs ? and where do I put the ODEX file ? and how do I sign them ?
thanks
Click to expand...
Click to collapse
You didnt follow the instructions. You shouldnt be trying to install anything because the .apk's are not signed.
However, if you move supernote.apk and supernote.odex into system/app and set proper permissions and then reboot it will work.
still cant install this app. I move both supernote.apk and supernote.odex to system/app. try to set permission in many different ways, but this app still not be installed. i guess i give up.
tritran18518 said:
still cant install this app. I move both supernote.apk and supernote.odex to system/app. try to set permission in many different ways, but this app still not be installed. i guess i give up.
Click to expand...
Click to collapse
Are you setting the permissions exactly the same as all other apps in system/app and are you rebooting?
I cant remember which set worked for me - I downloaded the Dump and the ROM but I know one didnt work.
Try both.
tincbtrar said:
Are you setting the permissions exactly the same as all other apps in system/app and are you rebooting?
I cant remember which set worked for me - I downloaded the Dump and the ROM but I know one didnt work.
Try both.
Click to expand...
Click to collapse
Yes, there are two types of permission: rw-rw-rw and rw-r-r. I alredy tried and reboot but still didnt work. I download the dump image. Trying down the Rom now.
---------------
Ok. Using the .apk from the ROM, i got the app installed but FC upon opening.
---------------
finally, got the app working.
+ get the app from ROM link, not the dump link
+ copy supernote.apk to sytem/app
+ using root explorer/es file explorer, set permission : read-write for user-group-and other (rw-rw-rw).
+ reboot
Can someone please save everyone a lot of trouble and post the .apk from the ROM?
here is the link for the app: http://www.multiupload.com/GX9O2CTQ1W
finally, got the app working.
+ get the app from ROM link, not the dump link
+ copy supernote.apk to sytem/app
+ using root explorer/es file explorer, set permission : read-write for user-group-and other (rw-rw-rw).
+ reboot
Click to expand...
Click to collapse
--------------------
There is another app from market with is similar to this Supernote app in term of UI and Funtions call FreeNote. You guys might want to check it out.
I signed the apk.. it works on my Galaxy Tab 10.1
no need to root - just install
http://goo.gl/ciSZH
Thanks!
Sent from my Evo3D
justvinz said:
I signed the apk.. it works on my Galaxy Tab 10.1
no need to root - just install
http://goo.gl/ciSZH
Click to expand...
Click to collapse
How do you sign the apk? Thanks.

Categories

Resources