Search in uioop.blogspot.com

Sunday, July 22, 2012

免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)

Article From: http://www.freegroup.org/2012/07/free-facebook-cards-from-moo-coupon-code/

Facebook 在改版成動態時報樣式後,沒多久就推出一個很小但精緻的設計,只要把滑鼠游標移動到使用者名稱上,就會跳出一張包含封面圖片、大頭貼、名稱、職稱等資訊的個人化名片小卡,而這也是讓 Facebook 跟實體名片接軌的全新設計。現在只要開啟你的臉書Moo.com 就招待你第一盒名片免費,之前這家公司也曾經在 About.me 上舉辦過類似的宣傳活動


Pseric 曾經使用 Moo.com 來製作過 About.me 個人首頁的實體名片,從訂購、印刷到郵寄至台灣大約需要一個多月的時間,收到時相當驚豔,沒想到名片也可以做的如此精緻用心,花一些錢來看看世界級印刷公司的成品絕對物超所值。
順帶一提,美國以外的其他地區必須支付部分的寄送費用(大約 $4.50 美元),但只要上 Google 或其他搜尋引擎找找 Moo.com 的酷碰券,就可以使用 Moo.com 提供的優惠代碼(Coupon Code)來省下運費。

使用教學

先進入你的 Facebook 個人資訊頁面,在「聯絡資訊」的右邊找到一個小小的名片圖示,點擊後會出現一張類似於實體名片的預覽,點擊「列印名片」開始製作。
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)
接著會跳出是否授權 Moo.com 應用程式存取 Facebook 資料的提示訊息,按下同意。然後就可以開始使用 Moo.com 的操作平台來設計你的實體名片,預設會把你的所有動態封面都分散做成一盒名片,也可以在這個畫面中調整封面圖片的位置,或是放大縮小等等。
如果有不希望把某些封面製作成名片的話,可以點擊左上角的 Remove This Design 來移除,完成後點擊右下角的 Next Step 到下個步驟。
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)
開始設計背面要顯示的內容,預設會把你「喜愛的佳言絕句」放進來,當然你可以修改成你想顯示的內容,下方會有臉書的網址、手機號碼以及 E-mail。如果你還沒有變更過你的臉書個人化網址,可以到 http://facebook.com/username 設定一個。
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)
接著做最後的檢視,檢查包括文字有無錯誤、是否顯示的資訊都是你想要的內容、檢查正反面的設計是否符合你的期待,將項目都勾選後點擊右下角的 Next Step 完成。
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)
截自目前為止都是 FREE 完全免費的,點擊 Checkout 結帳。
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)
選擇要寄送的方式,基本上如果不趕時間、也沒有要特別處理的話,選擇一般(Standard)郵寄方式的價格是最實惠的(只要 $4.50 美元),接著按 Continue 到下一步。
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)
然後填入收件者的基本資料,包括姓名、電話、地址(這一定要填寫正確,以免收不到名片),而這些資料都必須是英文的內容,如果不確定你的姓名、地址要如何英譯的話,可以使用「C2E 姓名、地址翻譯便民服務」。
最重要的是在右邊的欄位輸入 Promo Code(優惠代碼)來獲取折扣,Moo.com 有提供一些「首次消費」的用戶優惠,例如使用 B8TWBF 代碼就可以直接把運費扣掉(如下圖),在網路上使用 Moo Coupon 之類的關鍵字可以找到不少優惠券,有些必須要到達某個消費金額才能夠使用。
透過免運費的 Moo.com 優惠碼就能夠免費收到 Facebook 的實體名片一盒囉!
免費印 Facebook 個人化專屬名片,第一盒 Moo.com 免費招待你(免運費)

免費資源網路社群

http://www.freegroup.org/

Thursday, July 12, 2012

How to install the apk files in Android Emulator(AVD):


Check your installed directory(ex: C:\Program Files (x86)\Android\android-sdk\tools), whether it has the adb.exe or not). If not present in this folder, then download the attachment here, extract the zip files. You will get adb files, copy and paste those three files inside tools folder
Run AVD manager from C:\Program Files (x86)\Android\android-sdk and start the Android Emulator.
Copy and paste the apk file inside the C:\Program Files (x86)\Android\android-sdk\tools
  • Go to Start -> Run -> cmd
  • Type cd “C:\Program Files (x86)\Android\android-sdk\tools”
  • Type adb install example.apk
  • After getting success command
  • Go to Application icon in Android emulator, we can see the your application

Wednesday, July 11, 2012

Getting source code from an APK file

Article from: http://stackoverflow.com/questions/3593420/android-getting-source-code-from-an-apk-file


procedure to decoding .apk files---step wise method-->

step 1:

make a new folder and put .apk file (which you want to decode) now rename this .apk file with extension .zip (eg:rename from filename.apk to filename.apk.zip) and save it..now you get classes.dex files etc...at this stage you are able to see drawable but not xml and java file...so cont...

step 2:

now extract this zip apk file in the same folder(in this eg or case NEW FOLDER). now dowmload dex2jar from this link http://code.google.com/p/dex2jar/ and extract it to the same folder (in this case NEW FOLDER).....now open command prompt and reach to that folder (in this case NEW FOLDER)....after reaching write "dex2jar classes.dex" and press enter.....now you get classes.dex.dex2jar file in the same folder......now download java decompiler from http://java.decompiler.free.fr/?q=jdgui and now double click on jd-gui and click on open file then open classes.dex.dex2jar file from that folder...now you get class file...save all these class file (click on file then click "save all sources" in jd-gui)..by src name....at this stage you get source...but xml files are still unreadable...so cont...

step 3:

now open another new folder and put these files
  1. put .apk file which you want to decode
  2. download apktool v1.x AND apktool install window using google and put in the same folder
  3. download framework-res.apk file using google and put in the same folder
  4. Open a command window
  5. Navigate to the root directory of APKtool and type the following command: apktool if framework-res.apk
  6. apktool d "fname".apk ("fname" denotes filename which you want to decode)
now you get a file folder in that folder and now you can easily read xml files also.

step 4:

it's not any step just copy contents of both folder(in this case both new folder)to the single one
and now enjoy wid source code...
link|improve this answer

AVG Internet Security 2013

Total Pageviews

Contributors