Recent content by <robin>

  1. R

    Post On Device Debug!IDA+GDB trace automagic.apk in s1[success!]

    o...something long time ago,did i realy do all this?:p 5>i think there is a windows called Modules in ida,it show library path/base and size 7>yes,you are right,manual load and set base may be i done all this in 3.2.1,so if you tab is 4.0.3, you need new gdb server for new ndk does ida have new...
  2. R

    Post partitions of sony tablet s

    no,no,no:rolleyes: in normal case mmcblk0p6 is empty 1,mount it,will get only "lost+found" dir 2,dump it by dd,it's almost 50M of zero as it's name,mmcblk0p6 is only a staging,when update system,hidden.img(kernel + recovery) will flash to mmcblk0p6, but after reboot,the data will be cut to some...
  3. R

    Thread [Q][tablet s]Loss app update after restart

    my tablet will lost some app after restart. that is:every time start up,wandouia will message me to update google now/super user/home screen. those app will install sucess,and function will. but after restart,i need update again:eek: user app have no this problem tablet s(old style)4.0.3...
  4. R

    Post Possible To Flash Recovery With Bootloader Locked?

    yes,i think it is possable and there is some flash recovery in official roms,it named as hidden.img and hidden.img have more than one version hidden.img will be flash to partion 6 (mmcblk0p6 UP) by now, we can not decrypt it's content
  5. R

    Post STS (original) stuck on every second reboot

    i got same problem at 4.0 flash stock rom(root-able ver) then root it,the system is ok. i guess aio tool have some bugs with none us regsions(my is china) check your regaion.zip,file content,version and permition
  6. R

    Post Need Framework from stock.

    version? name? all frameworks of all version?
  7. R

    Post [Q] question about r5a and root

    you have 2 ways :) *wait r5a tobe root,this may take looong time *ask the sony service flash back to old FW,need much lucky
  8. R

    Thread a idea for root r5a

    this is a new idea,but not ok yet,just for suggest (sorry for my poor english :p) precondition:have root BEFORE update to r5a,(and NOT use ""double flash") background:tablet s have 2 system partition,but only one is used.if your first system boot fail,system will try to boot use 2nd one...
  9. R

    Post Encrypting roms

    encrypt is possible,but signed is almost impossible because rsa sign check,a custom rom never be accept by system you need use aio tool to disable recovery encrypt and sign check,then try custom rom
  10. R

    Thread [Q]USB Device permission?

    Does any body try usb disk on sony tablet? what is the default file permission? as we know,system will force change real sd card file permission to sdcard group what about usb disk
  11. R

    Post [Q] Remove OTA Notification

    rename /system/app/Automagic.apk to other name,eg Automagic.apk.bak
  12. R

    Post [Q] Full Wipe?

    sure! a wipe only clear partition data,cache,log,staging, (system app and user app data save in data) do nothing to system0 and system1,(all system app and config file no change), eg your root will keep after wipe
  13. R

    Post [Q] Full Wipe?

    wipe only clear YOUR data,but do nothing to all system files edit /system/build.prop change ro.build.version.incremental smaller flash you current rom again
  14. R

    Post [Request] IR Remote App APK

    you have many thing to do...:D (delete few big wallpaper in IrRemote.apk for smaller size) ├─app │ IrRemote.apk │ IrRemoteApiService.apk │ IrRemoteService.apk ├─etc │ com.sony.nfx.app.irremoteapiserviceif.xml │ com.sony.nfx.app.irremoteserviceif.xml │...
  15. R

    Post [Q] Recovery

    the recovery is in hidden.img in stock rom,but hidden.img is unknow format(aes encrypt maybe) you can get recovery in recovery mode via ADB,if you has old version bootloader and have root but with new bootloader and unroot device,by now,no way to replace recovery bin or sony public key(use to...