App for viewing office files? - Hero CDMA Q&A, Help & Troubleshooting

Anyone know of a FREE app which allows you to view office files, specifically .docs?
Thanks.

I believe quickoffice allows you to view them, but no editing.
Here is a copy of the apk from Flipz zip package of removed apks, just push to your /system/app folder.

Thank you, sir!

swears11 said:
Thank you, sir!
Click to expand...
Click to collapse
Assuming it does in fact read the files, I dont keep it on my phone, and didn't feel like testing it for you. Can you confirm it does work?
Thanks, and glad I could help!

Related

how do you read xml files in the apk files, help???

Hi Everyone
I feel like an idiot asking this question but how can what can I use to read the xml files that are in the apk files? Every time I double click on them and IE opens I get an error. I then downloaded an xml editor and when I tried to open it in there I also got an error.
Right click on the file, click open with and choose notepad to view its raw formating. if you want a cleaner look use word to view the XML file. Be careful not to save it in word though it can garble the file. you will just have to play with it to see what works for you.
IE definitely is not a good way to view and edit XML files.
Sent from my HERO200 using XDA App
&RoidRage said:
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Great advice!
lol j/k
Hi Everyone
I feel like an idiot asking this question but how can what can I use to read the xml files that are in the apk files? Every time I double click on them and IE opens I get an error. I then downloaded an xml editor and when I tried to open it in there I also got an error.
Click to expand...
Click to collapse
Do a search in the forums. There are threads I have started and others as well that explain and gives u apps to help
Powers16 said:
Right click on the file, click open with and choose notepad to view its raw formating. if you want a cleaner look use word to view the XML file. Be careful not to save it in word though it can garble the file. you will just have to play with it to see what works for you.
IE definitely is not a good way to view and edit XML files.
Click to expand...
Click to collapse
I have tried viewing in both notepad and word pad and both of them could not read the files that is why I tried to find an xml file editor online lol :-(
dsMA said:
I have tried viewing in both notepad and word pad and both of them could not read the files that is why I tried to find an xml file editor online lol :-(
Click to expand...
Click to collapse
Use smali and backsmali. If you download this little toolkit from here you should be able to edit them in notepad++. I forgot how to use them but its pretty easy.
Maybe I'm wrong--been so long since I've messed with this stuff
dsMA said:
Hi Everyone
I feel like an idiot asking this question but how can what can I use to read the xml files that are in the apk files? Every time I double click on them and IE opens I get an error. I then downloaded an xml editor and when I tried to open it in there I also got an error.
Click to expand...
Click to collapse
The best way is to use brut.all's apktool(http://code.google.com/p/android-apktool/) it does all the difficult work for you.
^ Greatest tool ever.
Decad3nce said:
The best way is to use brut.all's apktool(http://code.google.com/p/android-apktool/) it does all the difficult work for you.
^ Greatest tool ever.
Click to expand...
Click to collapse
Hey did u add the axmlprinter.bat file I posted on ur resource page
Papa Smurf151 said:
Hey did u add the axmlprinter.bat file I posted on ur resource page
Click to expand...
Click to collapse
Yep, with your description
Decad3nce said:
Yep, with your description
Click to expand...
Click to collapse
Woohoo I should tag the link and put it in my sig. That is if I still have room. Lol
XML files are compiled to binary form when app is built. This is why you can't open them.
AFAIK my apktool is only one tool, which decompiles XMLs fully and gives you possibility to compile them back. There is also AXMLPrinter tool, but it doesn't decompile all data and it's used mainly to help with hex editing, cause it can't compile file back.
smali/baksmali doesn't have anything to do with XML files.
Brut.all said:
XML files are compiled to binary form when app is built. This is why you can't open them.
AFAIK my apktool is only one tool, which decompiles XMLs fully and gives you possibility to compile them back. There is also AXMLPrinter tool, but it doesn't decompile all data and it's used mainly to help with hex editing, cause it can't compile file back.
smali/baksmali doesn't have anything to do with XML files.
Click to expand...
Click to collapse
I effing love your apktool. Use it daily!
Papa Smurf151 said:
Woohoo I should tag the link and put it in my sig. That is if I still have room. Lol
Click to expand...
Click to collapse
Go ahead man...
Brut.all said:
XML files are compiled to binary form when app is built. This is why you can't open them.
AFAIK my apktool is only one tool, which decompiles XMLs fully and gives you possibility to compile them back. There is also AXMLPrinter tool, but it doesn't decompile all data and it's used mainly to help with hex editing, cause it can't compile file back.
smali/baksmali doesn't have anything to do with XML files.
Click to expand...
Click to collapse
Dude I love ur apktool. Did u see the axmlprinter.bat file that dec put in his resources page. It works great with axmlprinter2 file. It takes away all the typing in the cmd and does it for u and shows u the readable file in its own small window. A suggestion...maybe adding that to ur apktool would be a great addon
Papa Smurf151 said:
Dude I love ur apktool. Did u see the axmlprinter.bat file that dec put in his resources page. It works great with axmlprinter2 file. It takes away all the typing in the cmd and does it for u and shows u the readable file in its own small window. A suggestion...maybe adding that to ur apktool would be a great addon
Click to expand...
Click to collapse
http://code.google.com/p/android-apktool/issues/detail?id=70
Brut.all said:
http://code.google.com/p/android-apktool/issues/detail?id=70
Click to expand...
Click to collapse
I understand ur view. I didn't make the bat file just thought it was useful and u might like it. BTW words on post instead of just a link really helps in communicating around here. Just sayin
Papa Smurf151 said:
BTW words on post instead of just a link really helps in communicating around here. Just sayin
Click to expand...
Click to collapse
Yeah, I know, sorry for that.
I just like to explain my point of view very precisely to avoid misunderstanding. And I ain't English speaker, so it takes me some time to describe it. I could do just two things to not waste time on repeating myself: give a link or give a link and place a quotation beneath it ;-) Maybe second option is better
Brut.all said:
Yeah, I know, sorry for that.
I just like to explain my point of view very precisely to avoid misunderstanding. And I ain't English speaker, so it takes me some time to describe it. I could do just two things to not waste time on repeating myself: give a link or give a link and place a quotation beneath it ;-) Maybe second option is better
Click to expand...
Click to collapse
Yeah second option would be better but I wasn't bashin bro u do great work
You can also view and edit binary xml's in root explorer, as long as they haven't been hex edited. Skews up the formatting some how.
Sent from my HERO200 using XDA App

Sprint Zone

How do I get the apk? I do not see it on the market. I always wanted an app to review my usage instead of calling in or looking online.
Tibedabeeto said:
How do I get the apk? I do not see it on the market. I always wanted an app to review my usage instead of calling in or looking online.
Click to expand...
Click to collapse
Try going to 4shared and searching for it
NM, I have a co-worker with an Evo. I made a backup of his and sent it to me. It is not what I expected, it makes you access your account on the internet. I was hoping for something like Verizon's app.
http://www.androidcentral.com/myverizon-app-receives-update-brings-data-counter-widget-it
Yeah lets not forget were talking about sprint. Not like they try to make things easy...lol
Tibedabeeto said:
NM, I have a co-worker with an Evo. I made a backup of his and sent it to me. It is not what I expected, it makes you access your account on the internet. I was hoping for something like Verizon's app.
http://www.androidcentral.com/myverizon-app-receives-update-brings-data-counter-widget-it
Click to expand...
Click to collapse
That sounds lame both Verizon and T-Mobile have nice ones.
papa smurf151 said:
yeah lets not forget were talking about sprint. Not like they try to make things easy...lol
Click to expand...
Click to collapse
damn you sprint!!!!!
Tibedabeeto said:
damn you sprint!!!!!
Click to expand...
Click to collapse
Sprint = running through corn field butt naked backwards
Gotta make everything painful.
Nothing at 4shared... Could someone upload the apk and provide a link?
del4 said:
Nothing at 4shared... Could someone upload the apk and provide a link?
Click to expand...
Click to collapse
Placed it on Rapidshare, only able to download 10 times. Link below....
http://rapidshare.com/files/408196576/Sprint_Zone_1.0.64.apk
Tibedabeeto said:
Placed it on Rapidshare, only able to download 10 times. Link below....
http://rapidshare.com/files/408196576/Sprint_Zone_1.0.64.apk
Click to expand...
Click to collapse
Anyone care to re-up this? Maybe to 4shared as I don't think they limit the number of times it can be downloaded.
Here you go
Didn't realize that I had the rights to attach files. Here is the file again, hope this helps.
Tibedabeeto said:
Didn't realize that I had the rights to attach files. Here is the file again, hope this helps.
Click to expand...
Click to collapse
Awesome! Thanks for sharing.
Tibedabeeto said:
Didn't realize that I had the rights to attach files. Here is the file again, hope this helps.
Click to expand...
Click to collapse
Great, thanks!
Got a FC the first time I ran it, but seems fine ever since...
sorry.. i new.. but how do i get this on my phone...
Big-O-Devil said:
sorry.. i new.. but how do i get this on my phone...
Click to expand...
Click to collapse
You have to use a file manager. Go to the market and install Estrongs File Manager or any other you perfer. Once you have that installed. Download the Sprint Zone application onto your sd card on your phone. Open up the File manager you installed and locate the Sprint Zone file you downloaded. Click on it and install it to your phone. Easy as that, O also if you have not checked the install unknown sources yet it should send you to that menu before you install.
Tibedabeeto said:
You have to use a file manager. Go to the market and install Estrongs File Manager or any other you perfer. Once you have that installed. Download the Sprint Zone application onto your sd card on your phone. Open up the File manager you installed and locate the Sprint Zone file you downloaded. Click on it and install it to your phone. Easy as that, O also if you have not checked the install unknown sources yet it should send you to that menu before you install.
Click to expand...
Click to collapse
Thank you.
..
Sent from my HERO200 using XDA App

[Q] Winrar question

When i didnt have winrar i typically unziped the .zip, delete the certificates, edit whatever i needed too, and then i had to send it too a compressed(zip) folder, then use a zip and or apk signer to get it signed and flashable.
My question is can i just open up a zip with winrar, edit whatever and just exit and flash.
or do i have to resign anything or delete the certificates. like i did before.
davidevan said:
When i didnt have winrar i typically unziped the .zip, delete the certificates, edit whatever i needed too, and then i had to send it too a compressed(zip) folder, then use a zip and or apk signer to get it signed and flashable.
My question is can i just open up a zip with winrar, edit whatever and just exit and flash.
or do i have to resign anything or delete the certificates. like i did before.
Click to expand...
Click to collapse
With Winrar, you can edit the files before exiting.
You do not have to delete the files' certificates.
waffle_ said:
With Winrar, you can edit the files before exiting.
You do not have to delete the files' certificates.
Click to expand...
Click to collapse
And i dont have to resign it eiter or do i still have to resign after im editing?
davidevan said:
And i dont have to resign it eiter or do i still have to resign after im editing?
Click to expand...
Click to collapse
Nope, just edit and exit.
guitardoc64 said:
Nope, just edit and exit.
Click to expand...
Click to collapse
Thanks too both! and God bless, waffle, with the baby!
davidevan said:
Thanks too both! and God bless, waffle, with the baby!
Click to expand...
Click to collapse
Haha thank you sir.
waffle_ said:
Haha thank you sir.
Click to expand...
Click to collapse
do yu support him/her only through deving, or what other side job do you doo
davidevan said:
do yu support him/her only through deving, or what other side job do you doo
Click to expand...
Click to collapse
I don't development any Android roms (...yet.)
I am currently unemployed(sadly, it's hard to get a job, I've been looking for over five months..).
For side money though, I do web design and application programming. I'm looking into the Android Software to start developing some stuff though. Maybe it'll go somewhere.
waffle_ said:
I don't development any Android roms (...yet.)
I am currently unemployed(sadly, it's hard to get a job, I've been looking for over five months..).
For side money though, I do web design and application programming. I'm looking into the Android Software to start developing some stuff though. Maybe it'll go somewhere.
Click to expand...
Click to collapse
Best of luck n god bless
davidevan said:
Best of luck n god bless
Click to expand...
Click to collapse
Thank you kindly. If you have any questions with your phone, PM me .
Sent from my HTC Hero CDMA using XDA App

Pokedroid Pokedex App

Sorry if this isn't allowed. But its driving me crazy!!
Before I flashed I had a wonderful app 'Pokedroid Pokedex' on my DHD. Stupidly I forgot to backup and now I've lost this app and Its actually been deleted from the app store. I've searched google for hours and I cant find a link anywhere.
Surely someone on this forum has the app, they could backup and share with me? Please? Its my all time favourite app.
-fishykipper
I found this one but didn't test it, so hopefully it works for you.
His app got pulled because of a DMCA request by Nintendo btw.
AMAZINGGGGGGG!!!
THANKS SO MUCH, EXACTLY WHAT I WAS LOOKING FOR!!
I'll be backing this one up!!
thanks so much.
you're A LIFESAVER!! THANK YOUUU!! thank you thank you!
Is that the latest version?0.o
Sent from my HTC Desire HD using XDA Premium App
Does it come with the extras?
SUHWEETNESS!! Thanks again! I downloaded it and it worked!!! However the first window popped up and said for the pokemon's sounds and footprints, download the pokedroid extras. Anyone know where to find this "plug-in?"
GrandpaJohnMT said:
SUHWEETNESS!! Thanks again! I downloaded it and it worked!!! However the first window popped up and said for the pokemon's sounds and footprints, download the pokedroid extras. Anyone know where to find this "plug-in?"
Click to expand...
Click to collapse
Just did a search for it and found this .
not tested it myself but worth a try .
Im Late and Stupid
I took the file and extracted it to my phone. I made a special folder for it but i do have it as an app.
How did you take the file and get it as an app on your phone. I would be very thankful.
Nice app I gotta say, brings back many memories
bshevah said:
I took the file and extracted it to my phone. I made a special folder for it but i do have it as an app.
How did you take the file and get it as an app on your phone. I would be very thankful.
Click to expand...
Click to collapse
Download Astro File Manager(it's free) from the marketplace.
Start it, navigate to the pokedroid_1.5.2.apk file on your phone. Click on it and select "open app manager" from the window that pops up. Then simply click install
Do the exact same for the extras, but unpack them from the .rar archive first!
Havin a problem, sorry.
garanixx said:
Download Astro File Manager(it's free) from the marketplace.
Start it, navigate to the pokedroid_1.5.2.apk file on your phone. Click on it and select "open app manager" from the window that pops up. Then simply click install
Do the exact same for the extras, but unpack them from the .rar archive first!
Click to expand...
Click to collapse
I downloaded astro file manager, and tried to download the file from my phone, the link from this forum. i dont get a window that pops up, my phone tries to download it as a regular file and i keep getting errors. Im sorry but could you um explain it in better detail. Sorry thanks.
garanixx said:
Download Astro File Manager(it's free) from the marketplace.
Start it, navigate to the pokedroid_1.5.2.apk file on your phone. Click on it and select "open app manager" from the window that pops up. Then simply click install
Do the exact same for the extras, but unpack them from the .rar archive first!
Click to expand...
Click to collapse
i FIgured it out. I downloaded it to my phone via usb and file, then used astro manager to pull it up and it allowed me to download. thank you very much, and i hope this helps other people as well.
is there a german version available?
im glad people are enjoying this. its a brilliant app, shame the creator has to remove it from the market place.
It runs perfectly on my Desire HD.
thanks guys!!
Does anyone have the apk they can send me? I'm about to upgrade from android 1.5 and I downloaded the app over the air, hence I can't get the apk to install on my new phone. If anyone knows how to get installed apk's from an android 1.5 phone, that would also be greatly appreciated.
I'm a little confused. What's wrong with the downloadable attachments provided in this thread?
Sent from my Nexus S 4G using xda premium
codemonkey85 said:
I'm a little confused. What's wrong with the downloadable attachments provided in this thread?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
I've noticed with the tapatalk app sometimes it decides you don't really want the file your trying to download, and saves it as either attachment.pdf or just doesn't save it (really annoying)

Polaris Office from Transformer available for Xoom

Just wondered if this app from the Transformer is available for the Xoom?
Thanks
Are you rooted? If so, then yes it's on the xoom. If not, I'm sorry it's not available yet.
Stealyourface said:
Are you rooted? If so, then yes it's on the xoom. If not, I'm sorry it's not available yet.
Click to expand...
Click to collapse
Yes rooted within a few hours of bringing it home...
Do you have a link for a working apk? The last one I found and installed always force closed everytime I tried to use the program.
Sent from my GT-I9000M using XDA App.
Actually I found one by Googling "Polaris office apk". I think the link was at a site called sinful android or something like that. The zip file included the apk and a couple of library files that needed to be placed in the system/lib folded with root explorer.
It worked for me, but the first spreadsheet I opened didn't work well because it was a protected sheet with some cells that should have been editable. However, I couldn't edit the document at all.
Documents to Go works fine in this regard, so I probably won't be using Polaris office.
here you go
http://forum.xda-developers.com/showpost.php?p=13992153&postcount=206
is there a version of Polaris that can connect to Google docs?
i have pushed the files to system/lib and installed the APK with no luck. Looking foe help with this
In my opinion, Polaris Office is not good as Quick office HD or officesuite!
keunhuvac said:
In my opinion, Polaris Office is not good as Quick office HD or officesuite!
Click to expand...
Click to collapse
OK... so how does this help me to get Polaris to work on my Xoom. Not trying to be an ass but your reply helped me absolutely 0
Brenardo said:
i have pushed the files to system/lib and installed the APK with no luck. Looking foe help with this
Click to expand...
Click to collapse
If you're rooted you can use Root Explorer to do this. It's soooo much easier, this easier to re-try, etc.
keunhuvac said:
In my opinion, Polaris Office is not good as Quick office HD or officesuite!
Click to expand...
Click to collapse
What does Polaris lack over Quickoffice HD? I'm asking this out of interest as I'm currently using QuickOffice HD, but Polaris looks good to me. So can you please tell me before I download and try Polaris?
I am rooted and I have root explorer I have moved the files over again and still no dice. PLZ help.
Vistaus said:
What does Polaris lack over Quickoffice HD? I'm asking this out of interest as I'm currently using QuickOffice HD, but Polaris looks good to me. So can you please tell me before I download and try Polaris?
Click to expand...
Click to collapse
Anyone who can answer this?
wow, polaris is amazing....
its better than doctogo
spiff72 said:
a couple of library files that needed to be placed in the system/lib folded with root explorer.
.
Click to expand...
Click to collapse
Hi
I am trying to paste the 2 library file in symtem/lib, but I get a message saying that it is a read only folder. I am using RE v2.16
Any reasons for that?
Thanks
ThomasAstor said:
Hi
I am trying to paste the 2 library file in symtem/lib, but I get a message saying that it is a read only folder. I am using RE v2.16
Click to expand...
Click to collapse
Up top in RE, see where it says Mount R/W - switch to Mount R/O by touching it. When you've placed your files down in that area, switch it back to Mount R/W.

Categories

Resources